inputs stringlengths 4 477k | labels stringlengths 0 34.7k | user_parent stringclasses 373
values |
|---|---|---|
; Use APC, for what little good it does via CGI.
apc.enabled = 1
; Allow large uploads
upload_max_filesize = 5M
; Report errors rarely.
error_reporting = 7
display_errors = Off
log_errors = Off
include_path = ".:/vol/www/richmondsunlight.com/htdocs/includes/"
; Save sessions with a long storage time.
session.gc_max... | ; Use APC, for what little good it does via CGI.
apc.enabled = 1
; Allow large uploads
upload_max_filesize = 5M
; Report errors rarely.
error_reporting = 7
display_errors = Off
log_errors = Off
include_path = ".:includes/"
; Save sessions with a long storage time.
session.gc_maxlifetime = 31449600
session.cookie_li... | commitpackft-ini |
[buildout]
parts = django
develop =
.
[versions]
django = 1.7.7
[django]
recipe = djangorecipe
extra-paths = xpens
settings = settings
wsgi = true
eggs =
xpens
ipython
Add the missing project parameter for djangorecipe | [buildout]
parts = django
develop =
.
[versions]
django = 1.7.7
[django]
recipe = djangorecipe
extra-paths = xpens
project = xpens
settings = settings
wsgi = true
eggs =
xpens
ipython | commitpackft-ini |
external: externals/libport -> libport
link: build-aux -> externals/libport/build-aux
link: include/libport -> externals/libport/include/libport
link: lib/libport -> externals/libport/lib/libport
link: sdk -> externals/libport/sdk
link: lib/network/bsdnet -> externals/libport/network/bsdnet
extern... | external: externals/libport -> libport
link: build-aux -> externals/libport/build-aux
link: include/libport -> externals/libport/include/libport
link: lib/libport -> externals/libport/lib/libport
link: sdk -> externals/libport/sdk
link: lib/network/bsdnet -> externals/libport/network/bsdnet
extern... | commitpackft-ini |
[buildout]
extends = buildout.cfg
[production-ini]
accession_factory = encoded.server_defaults.enc_accession
file_upload_bucket = encoded-files
Use correct bucket for production files. | [buildout]
extends = buildout.cfg
[production-ini]
accession_factory = encoded.server_defaults.enc_accession
file_upload_bucket = encode-files | commitpackft-ini |
[docker-host]
desktop
[webmin]
nobody
[consul-container]
nobody
[registrator]
nobody
[redis-container]
desktop
[rabbitmq-container]
desktop
[postgresql-container]
nobody
[nginx-container]
nobody
[mysql-container]
desktop
[mongodb-container]
desktop
[elasticsearch-container]
nobody
[memcached-container]
nobod... | [docker-host]
desktop
[webmin]
nobody
[consul-container]
nobody
[registrator]
nobody
[redis-container]
desktop
[rabbitmq-container]
desktop
[postgresql-container]
nobody
[nginx-container]
nobody
[mysql-container]
desktop
[mongodb-container]
desktop
[elasticsearch-container]
desktop
[memcached-container]
nobo... | commitpackft-ini |
[tox]
envlist = py27,py33,py34
[testenv]
deps=
pytest
redis
commands=py.test -rs
Remove Python 3.4 tests for now. | [tox]
envlist = py27,py33
[testenv]
deps=
pytest
redis
commands=py.test -rs | commitpackft-ini |
[tox]
minversion = 1.6
envlist = py34,py27,pep8
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
whitelist_externals = sh
[teste... | [tox]
minversion = 1.6
envlist = py34,py27,pep8
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
whitelist_externals = sh
[teste... | commitpackft-ini |
[tox]
skip_missing_interpreters=True
envlist = {py35}-tests, check-manifest, pyflakes
[testenv:check-manifest]
skip_install = True
deps =
check_manifest
commands =
check-manifest -v
[testenv:pyflakes]
skip_install = True
deps =
pyflakes
commands =
python check_pyflakes.py twistedchecker
[testenv]
deps =
... | [tox]
skip_missing_interpreters=True
envlist = {py3}-tests, check-manifest, pyflakes
[testenv:check-manifest]
skip_install = True
deps =
check_manifest
commands =
check-manifest -v
[testenv:pyflakes]
skip_install = True
deps =
pyflakes
commands =
python check_pyflakes.py twistedchecker
[testenv]
deps =
... | commitpackft-ini |
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = django11,django12,django13,django14
[base]
deps =
mock==1.0.1
boto==2.7.0
[testenv]
commands=python setup.py test
[testenv:django11]
deps=
django==1.1.4
{[base]deps}
[testenv:django12]
deps=
django==1.2.7
{[base]deps}
[test... | # content of: tox.ini , put in same dir as setup.py
[tox]
envlist = dev,django11,django12,django13,django14
[base]
deps =
mock==1.0.1
boto==2.7.0
[testenv]
commands=python setup.py test
[testenv:dev]
deps=
mock==1.0.1
-egit://github.com/boto/boto.git@develop#egg=boto
-egit://github.com/django/dja... | commitpackft-ini |
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http:/... | ; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http:/... | commitpackft-ini |
management.security.enabled=false
#spring.data.rest.base-path=/api
spring.jackson.serialization.indent_output=true
# Enable certain actuator endpoints
endpoints.env.enabled=true
endpoints.env.sensitive=false
# Default logging level to INFO
logging.level.=INFO
# Tone down Spring extra-chatty components
logging.level.o... | management.security.enabled=false
#spring.data.rest.base-path=/api
spring.jackson.serialization.indent_output=true
# Enable certain actuator endpoints
endpoints.env.enabled=true
endpoints.env.sensitive=false
# Default logging level to INFO
logging.level.=INFO
# Tone down Spring extra-chatty components
logging.level.o... | commitpackft-ini |
distributionUrl=https://repository.apache.org/content/repositories/releases/org/apache/maven/apache-maven/3.0.5/apache-maven-3.0.5-bin.zip
Update properties file to point to maven 3.2.3 | distributionUrl=https://repository.apache.org/content/repositories/releases/org/apache/maven/apache-maven/3.2.3/apache-maven-3.2.3-bin.zip | commitpackft-ini |
# workflow messages
useAliquotsForm.runId=Run ID
useAliquotForm.aliquotIds=At least one aliquot ID
message.useAliquot=You've successfully selected aliquots for run {0}.
error.preUseAliquot=Error in showing the Use Aliquot page.
error.useAliquot=Error in saving the selected aliquots for run {0}.
error.mask=You must des... | # workflow messages
useAliquotsForm.runId=Run ID
useAliquotForm.aliquotIds=At least one aliquot ID
message.useAliquot=You've successfully selected aliquots for run {0}.
error.preUseAliquot=Error in showing the Use Aliquot page.
error.useAliquot=Error in saving the selected aliquots for run {0}.
error.mask=You must des... | commitpackft-ini |
oxTrust.debug=true
javax.faces.PROJECT_STAGE=Development
javax.faces.FACELETS_REFRESH_PERIOD=10
db.inumdb.host=localhost
log4j.default.log.level=DEBUG
weld.debug=true
DIsable weld debug by default | oxTrust.debug=true
javax.faces.PROJECT_STAGE=Development
javax.faces.FACELETS_REFRESH_PERIOD=10
db.inumdb.host=localhost
log4j.default.log.level=DEBUG
weld.debug=false | commitpackft-ini |
#Project properties
project.organization=net.liftweb
project.name=lift-framework
sbt.version=0.7.7
project.version=2.4-SNAPSHOT
build.scala.versions=2.8.1 2.9.0-1 2.9.0 2.8.0
project.initialize=false
Add support for Scala 2.9.1 | #Project properties
project.organization=net.liftweb
project.name=lift-framework
sbt.version=0.7.7
project.version=2.4-SNAPSHOT
build.scala.versions=2.9.1 2.8.1 2.9.0-1 2.9.0 2.8.0
project.initialize=false | commitpackft-ini |
# The file might be automatically updated. Comments and empty lines will be removed.
kotlinPluginBuild=1.1.4-eap-77-IJ2017.2-1:EAP-1.1
jetSignBuild=42.30
jdkBuild=u152b970.1
Update Kotlin plugin version to 1.1.4 final | # The file might be automatically updated. Comments and empty lines will be removed.
kotlinPluginBuild=1.1.4-release-IJ2017.2-1
jetSignBuild=42.30
jdkBuild=u152b970.1 | commitpackft-ini |
floodlight.modules=\
net.floodlightcontroller.jython.JythonDebugInterface,\
net.floodlightcontroller.core.module.ApplicationLoader
net.floodlightcontroller.core.module.ApplicationLoader.application=simpleforwarding
org.sdnplatform.sync.internal.SyncManager.authScheme=CHALLENGE_RESPONSE
org.sdnplatform.sync.internal.Syn... | floodlight.modules=\
net.floodlightcontroller.jython.JythonDebugInterface,\
net.floodlightcontroller.counter.CounterStore,\
net.floodlightcontroller.storage.memory.MemoryStorageSource,\
net.floodlightcontroller.core.internal.FloodlightProvider,\
net.floodlightcontroller.threadpool.ThreadPool,\
net.floodlightcontroller.... | commitpackft-ini |
torbirdy.name=TorBirdy
torbirdy.enabled.tor=TorBirdy Enabled: Tor
torbirdy.enabled.jondo=TorBirdy Enabled: JonDo
torbirdy.enabled.custom=TorBirdy Enabled: Custom Proxy
torbirdy.enabled.torification=TorBirdy Enabled: Transparent Torification
torbirdy.disabled=TorBirdy: Disabled!
torbirdy.email.prompt=To... | torbirdy.name=TorBirdy
torbirdy.enabled.tor=TorBirdy Enabled: Tor
torbirdy.enabled.jondo=TorBirdy Enabled: JonDo
torbirdy.enabled.custom=TorBirdy Enabled: Custom Proxy
torbirdy.enabled.torification=TorBirdy Enabled: Transparent Torification
torbirdy.disabled=TorBirdy: Disabled!
torbirdy.email.prompt=To... | commitpackft-ini |
HOSTS:
debian7-64-1:
roles:
- master
- database
- dashboard
- agent
vmname: debian-7-amd64-west
platform: debian-7-amd64
amisize: c3.xlarge
hypervisor: ec2
snapshot: foss
debian7-64-2:
roles:
- database
vmname: debian-7-amd64-west
platform: debian-7-... | HOSTS:
debian7-64-1:
roles:
- master
- database
- dashboard
- agent
vmname: debian-7-amd64-west
platform: debian-7-amd64
amisize: c3.large
hypervisor: ec2
snapshot: foss
debian7-64-2:
roles:
- database
vmname: debian-7-amd64-west
platform: debian-7-a... | commitpackft-ini |
[Application]
name=IRIDA Uploader
version=1.4.1
entry_point=run_IRIDA_Uploader:main
icon=GUI/images/iu.ico
[Python]
version=2.7.11
bitness=32
[Include]
packages = rauth
requests
requests_toolbelt
pubsub
appdirs
shutil
API
Exceptions
Model
Parsers
Validation
github3
uritemplate
GUI
files = docs/_build/ht... | [Application]
name=IRIDA Uploader
version=1.5.0-SNAPSHOT
entry_point=run_IRIDA_Uploader:main
icon=GUI/images/iu.ico
[Python]
version=2.7.11
bitness=32
[Include]
packages = rauth
requests
requests_toolbelt
pubsub
appdirs
shutil
API
Exceptions
Model
Parsers
Validation
github3
uritemplate
GUI
files = docs/... | commitpackft-ini |
[DB DEFAULT]
NoOfReplicas: 2
MaxNoOfConcurrentOperations: CHOOSE_MaxNoOfConcurrentOperations
DataMemory: CHOOSE_DataMemory
IndexMemory: CHOOSE_IndexMemory
Diskless: CHOOSE_Diskless
[COMPUTER]
Id: 1
HostName: CHOOSE_HOSTNAME_1
[COMPUTER]
Id: 2
HostName: CHOOSE_HOSTNAME_2
[DB]
ExecuteOnComputer: 1
FileSystemPath: CHOO... | [DB DEFAULT]
NoOfReplicas: 2
MaxNoOfConcurrentOperations: CHOOSE_MaxNoOfConcurrentOperations
DataMemory: CHOOSE_DataMemory
IndexMemory: CHOOSE_IndexMemory
Diskless: CHOOSE_Diskless
TimeBetweenWatchDogCheck: 30000
[COMPUTER]
Id: 1
HostName: CHOOSE_HOSTNAME_1
[COMPUTER]
Id: 2
HostName: CHOOSE_HOSTNAME_2
[DB]
ExecuteOn... | commitpackft-ini |
log4j.rootLogger=INFO,stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.EnhancedPatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%p] %d{MM-dd-yyyy HH:mm:ss} %c{1.} %M - %m%n
# Example Rolling Log File Appender.
log4j.appender.rollingFile=org.apache... | log4j.rootLogger=INFO,stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.EnhancedPatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%p] %d{MM-dd-yyyy HH:mm:ss} %c{1.} %M - %m%n
# ActiveMQ does a lot of connection error handling behind the scenes and
#... | commitpackft-ini |
[FsCrawler]
Version=2.6-SNAPSHOT
[3rdParty]
TikaVersion=1.20
ElasticsearchVersion=6.5.3
LevigoVersion=2.0
TiffVersion=1.4.0
JpegVersion=1.3.0
Update documentation for 2.6 release | [FsCrawler]
Version=2.6
[3rdParty]
TikaVersion=1.20
ElasticsearchVersion=6.5.3
LevigoVersion=2.0
TiffVersion=1.4.0
JpegVersion=1.3.0 | commitpackft-ini |
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies ... | # Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies ... | commitpackft-ini |
[uwsgi]
uid = <%= node['margarine']['user'] %>
gid = <%= node['margarine']['group'] %>
vhost = true
plugins = python
socket = <%= node['margarine']['service']['hostname'] %>:<%= node['margarine']['service']['port'] %>
master = true
enable-threads = true
processes = <%= node['cpu']['total'] + 1 %>
<% if node['margarine'... | [uwsgi]
uid = <%= node['margarine']['user'] %>
gid = <%= node['margarine']['group'] %>
vhost = true
plugins = python
socket = <%= node['margarine']['service']['hostname'] %>:<%= node['margarine']['service']['port'] %>
master = true
enable-threads = true
processes = <%= node['cpu']['total'] + 1 %>
<% if node['margarine'... | commitpackft-ini |
[zest.releaser]
python-file-with-version = colourettu/__init__.py
create-wheel = yes
extra-message = [ci skip]
[wheel]
universal = 1
[isort]
known_first_party = colourettu
not_skip = __init__.py
[check-manifest]
ignore =
.editorconfig
make_release.py
Include License in genearated wheels | [zest.releaser]
python-file-with-version = colourettu/__init__.py
create-wheel = yes
extra-message = [ci skip]
[wheel]
universal = 1
[isort]
known_first_party = colourettu
not_skip = __init__.py
[check-manifest]
ignore =
.editorconfig
make_release.py
[metadata]
license_file = LICENSE | commitpackft-ini |
[metadata]
name = mistral-extra
summary = Mistral OpenStack-specific bindings
description-file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/mistral/latest/
classifier =
Environment :: OpenStack
... | [metadata]
name = mistral-extra
summary = Mistral OpenStack-specific bindings
description-file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/mistral/latest/
classifier =
Environment :: OpenStack
... | commitpackft-ini |
[wheel]
universal = 1
[metadata]
requires-dist =
python-dateutil>=2.1,<3.0.0
jmespath>=0.7.1,<1.0.0
docutils>=0.10
ordereddict==1.1; python_version=="2.6"
simplejson==3.3.0; python_version=="2.6"
Rename [wheel] section to [bdist_wheel] as the former is legacy | [bdist_wheel]
universal = 1
[metadata]
requires-dist =
python-dateutil>=2.1,<3.0.0
jmespath>=0.7.1,<1.0.0
docutils>=0.10
ordereddict==1.1; python_version=="2.6"
simplejson==3.3.0; python_version=="2.6" | commitpackft-ini |
[metadata]
name = python-glanceclient
summary = OpenStack Image API Client Library
description-file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Development Status :: 5 - Production/Stabl... | [metadata]
name = python-glanceclient
summary = OpenStack Image API Client Library
description-file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/python-glanceclient
classifier =
Development ... | commitpackft-ini |
[metadata]
name = python-keystoneclient
summary = Client Library for OpenStack Identity
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
... | [metadata]
name = python-keystoneclient
summary = Client Library for OpenStack Identity
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
... | commitpackft-ini |
[bdist_wheel]
universal = 1
[metadata]
# ensure LICENSE is included in wheel metadata
license_file = LICENSE
[tool:pytest]
minversion = 3.0
strict = true
addopts = -ra
testpaths = tests
filterwarnings =
once::Warning
ignore:::pympler[.*]
[isort]
atomic=true
include_trailing_comma=true
lines_after_imports=... | [bdist_wheel]
universal = 1
[metadata]
# ensure LICENSE is included in wheel metadata
license_file = LICENSE
[tool:pytest]
minversion = 3.0
strict = true
addopts = -ra
testpaths = tests
filterwarnings =
once::Warning
ignore:::pympler[.*]
[isort]
atomic=true
force_grid_wrap=0
include_trailing_comma=true
li... | commitpackft-ini |
# must be unique in a given SonarQube instance
sonar.projectKey=de.gurkenlabs:litiengine
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=litiengine
sonar.projectVersion=0.5.0
# Path is relative to the sonar-project.properties file. Replace "\" by "... | # must be unique in a given SonarQube instance
sonar.projectKey=de.gurkenlabs:litiengine
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=litiengine
sonar.projectVersion=0.5.0
# Path is relative to the sonar-project.properties file. Replace "\" by "... | commitpackft-ini |
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http:/... | ; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http:/... | commitpackft-ini |
[bumpversion]
current_version = 0.3.1
tag = True
[bumpversion:file:djcloudbridge/__init__.py]
[wheel]
universal = 1
[flake8]
ignore = D203,W503
exclude =
djcloudbridge/migrations,
.git,
.tox,
docs/conf.py,
build,
dist
max-line-length = 119
Switch to W504 instead of W503 | [bumpversion]
current_version = 0.3.1
tag = True
[bumpversion:file:djcloudbridge/__init__.py]
[wheel]
universal = 1
[flake8]
ignore = D203,W504
exclude =
djcloudbridge/migrations,
.git,
.tox,
docs/conf.py,
build,
dist
max-line-length = 119 | commitpackft-ini |
[metadata]
description-file = README.md
[aliases]
test = pytest
[tool:pytest]
addopts = --doctest-modules
filterwarnings =
ignore:the matrix subclass:PendingDeprecationWarning
[flake8]
ignore=D102, D104, D107, D203, E129, E121, E123, E126, E226, E24, E704, E722, W503, W504
Add D205 and D400 in flake8 ignore | [metadata]
description-file = README.md
[aliases]
test = pytest
[tool:pytest]
addopts = --doctest-modules
filterwarnings =
ignore:the matrix subclass:PendingDeprecationWarning
[flake8]
ignore=D102, D104, D107, D203, D205, D400, E129, E121, E123, E126, E226, E24, E704, E722, W503, W504 | commitpackft-ini |
[metadata]
name = oslo.policy
summary = Oslo Policy library
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://launchpad.net/oslo.policy
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :... | [metadata]
name = oslo.policy
summary = Oslo Policy library
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://launchpad.net/oslo.policy
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :... | commitpackft-ini |
#
# Copyright (C) 2012-2015 DataStax Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable la... | #
# Copyright (C) 2012-2015 DataStax Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable la... | commitpackft-ini |
logger.com_amazonaws.name = com.amazonaws
logger.com_amazonaws.level = warn
logger.com_amazonaws_jmx_SdkMBeanRegistrySupport.name = com.amazonaws.jmx.SdkMBeanRegistrySupport
logger.com_amazonaws_jmx_SdkMBeanRegistrySupport.level = error
logger_com_amazonaws_metrics_AwsSdkMetrics.name = com.amazonaws.metrics.AwsSdkMet... | logger.com_amazonaws.name = com.amazonaws
logger.com_amazonaws.level = warn
logger.com_amazonaws_jmx_SdkMBeanRegistrySupport.name = com.amazonaws.jmx.SdkMBeanRegistrySupport
logger.com_amazonaws_jmx_SdkMBeanRegistrySupport.level = error
logger.com_amazonaws_metrics_AwsSdkMetrics.name = com.amazonaws.metrics.AwsSdkMet... | commitpackft-ini |
[DEFAULT]
broinstalldir = /usr/local/bro/
basedata = /usr/local/bro/share/bro/policy/misc/baseline.data
basescr = /usr/local/bro/share/bro/policy/misc/baselinereport.bro
broconfig = /usr/local/bro/share/bro/site/local.bro
noticelog = /usr/local/bro/logs/current/notice.log
mynet = 156.22.10.0
brologdir = /usr/local/bro/... | [DEFAULT]
broinstalldir = /opt/bro
basedata = /opt/bro/share/bro/policy/misc/baseline.data
basescr = /opt/bro/share/bro/policy/misc/baselinereport.bro
broconfig = /opt/bro/share/bro/site/local.bro
noticelog = /nsm/bro/logs/current/notice.log
mynet = 156.22.10.0
brologdir = /nsm/bro/logs | commitpackft-ini |
#Grails Metadata file
#Mon Nov 10 13:29:22 EST 2014
app.grails.version=2.4.5
app.name=taxon-overflow
app.version=1.0-SNAPSHOT
Set next development version to 1.1-SNAPSHOT | #Grails Metadata file
#Mon Nov 10 13:29:22 EST 2014
app.grails.version=2.4.5
app.name=taxon-overflow
app.version=1.1-SNAPSHOT | commitpackft-ini |
#Grails Metadata file
#Thu Jun 12 18:00:09 CEST 2014
app.grails.version=2.4.0
app.name=JaxrsGrailsPlugin
app.servlet.version=2.5
Upgrade to grails 2.4.3 runtime | #Grails Metadata file
#Thu Jun 12 18:00:09 CEST 2014
app.grails.version=2.4.3
app.name=JaxrsGrailsPlugin
app.servlet.version=2.5 | commitpackft-ini |
tooltip_play= 播放
tooltip_pause= 暂停
tooltip_mute= 静音
tooltip_unmute= 取消静音
tooltip_send_to_tab= 变成标签页
tooltip_minimize= 最小化
tooltip_maximize= 最大化
tooltip_close= 关闭
error_msg= 显示此视频遇到问题。请稍候重试。
error_link= 在新标签页中打开
# LOCALIZATION NOTE: placeholder is domain name
loading_msg= 正在从 %s 加载视频
Update Chinese (zh-CN) localization... | tooltip_play= 播放
tooltip_pause= 暂停
tooltip_mute= 静音
tooltip_unmute= 取消静音
tooltip_send_to_tab= 变成标签页
tooltip_minimize= 最小化
tooltip_maximize= 最大化
tooltip_close= 关闭
error_msg= 显示此视频时遇到问题。请稍候再试。
error_link= 在新标签页中打开
# LOCALIZATION NOTE: placeholder is domain name
loading_msg= 正在从 %s 载入视频 | commitpackft-ini |
[bumpversion]
commit = True
current_version = 1.1.1
tag = True
tag_name = {new_version}
Bump version: 1.1.1 → 1.2.0 | [bumpversion]
commit = True
current_version = 1.2.0
tag = True
tag_name = {new_version} | commitpackft-ini |
# specify which chromosomes you want to load
# TAXON_ID.chromosomes=<list of chromosomes>
# ~~~~~~ HUMAN ~~~~~~ #
9606.chromosomes=1-22,X,Y
Add mouse to ensembl properties. | # specify which chromosomes you want to load
# TAXON_ID.chromosomes=<list of chromosomes>
# ~~~~~~ HUMAN ~~~~~~ #
9606.chromosomes=1-22,X,Y
10090.chromosomes=1-19,X,Y,MT | commitpackft-ini |
sonar.organization=waffle
sonar.projectKey=Waffle_waffle
Add in the host url | sonar.organization=waffle
sonar.projectKey=Waffle_waffle
sonar.host.url=https://sonarcloud.io | commitpackft-ini |
sonar.organization=buchen-github
sonar.projectKey=name.abuchen.portfolio:portfolio-app
sonar.sources=name.abuchen.portfolio/src,name.abuchen.portfolio.ui/src,name.abuchen.portfolio.bootstrap/src
sonar.exclusions=**/Messages.java
Update sonar properties with source encoding | sonar.organization=buchen-github
sonar.projectKey=name.abuchen.portfolio:portfolio-app
sonar.sources=name.abuchen.portfolio/src,name.abuchen.portfolio.ui/src,name.abuchen.portfolio.bootstrap/src
sonar.exclusions=**/Messages.java
sonar.sourceEncoding=UTF-8 | commitpackft-ini |
# Configuration file
general {
B:"Allow all items to be added"=false
S:"Blacklisted Mods" <
tconstruct
intangible
>
S:"Mod Aliases" <
botanicaladdons=botania
ThermalDynamics=ThermalExpansion
ThermalFoundation=ThermalExpansion
rftoolsdim=rftools
deepresonance... | # Configuration file
general {
B:"Allow all items to be added"=false
S:"Blacklisted Mods" <
tconstruct
intangible
>
S:"Mod Aliases" <
botanicaladdons=botania
ThermalDynamics=ThermalExpansion
ThermalFoundation=ThermalExpansion
rftoolsdim=rftools
deepresonance... | commitpackft-ini |
[scala]
version: ${sbt.scala.version-auto}
[app]
org: ${sbt.organization-${{org}}}
name: sbt
version: ${sbt.version-read(sbt.version)[${{sbt.version}}]}
class: ${sbt.main.class-sbt.xMain}
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}
resources: ${sbt.extraClasspath-}
[repositor... | [scala]
version: ${sbt.scala.version-auto}
[app]
org: ${sbt.organization-${{org}}}
name: sbt
version: ${sbt.version-read(sbt.version)[${{sbt.version}}]}
class: ${sbt.main.class-sbt.xMain}
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}
resources: ${sbt.extraClasspath-}
[repositor... | commitpackft-ini |
##########
# Shared #
##########
[filter:keystonecontext]
paste.filter_factory = gceapi.auth:GceapiKeystoneContext.factory
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
#######
# GCE #
#######
[composite:gceapi]
use = egg:Paste#urlmap
/: gceapi_oauth
/compute/v1/projec... | ##########
# Shared #
##########
[filter:keystonecontext]
paste.filter_factory = gceapi.auth:GceapiKeystoneContext.factory
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
project = gce-api
#######
# GCE #
#######
[composite:gceapi]
use = egg:Paste#urlmap
/: gceapi_oauth
/comput... | commitpackft-ini |
## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this fi... | ## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this fi... | commitpackft-ini |
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=ignore
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=ignore
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=ignore
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching... | /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=ignore
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=ignore
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=ignore
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching... | commitpackft-ini |
# Copyright FUJITSU LIMITED 2016
# Asynchronous Provisioning Platform Controller Settings
CONTROLLER_ID=ess.vmware
BSS_ORGANIZATION_ID=<organizationID>
BSS_USER_KEY=<userKey>
BSS_USER_ID=<userId>
BSS_USER_PWD=_crypt:<password>
READY_TIMEOUT=300000
Add sso setting for the VMware controller - Suzana | # Copyright FUJITSU LIMITED 2016
# Asynchronous Provisioning Platform Controller Settings
CONTROLLER_ID=ess.vmware
BSS_ORGANIZATION_ID=<organizationID>
BSS_USER_KEY=<userKey>
BSS_USER_ID=<userId>
BSS_USER_PWD=_crypt:<password>
BSS_USER_SSO=false
READY_TIMEOUT=300000 | commitpackft-ini |
#Fri May 09 07:16:00 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
Use https to download gradle wrapper. | #Fri May 09 07:16:00 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-all.zip | commitpackft-ini |
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Update Gradle version to 5.3.1 | distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists | commitpackft-ini |
#Wed Oct 21 11:34:03 PDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip
Revert "Warning:Gradle version 2.10 is required. Current version is 2.8." | #Wed Oct 21 11:34:03 PDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip | commitpackft-ini |
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.0-20210206125447+0000-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Update wrapper to latest nightly | distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.0-20210210213301+0000-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists | commitpackft-ini |
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Update gradle version to 7.1.1 | distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists | commitpackft-ini |
#Sun Nov 10 07:38:52 EET 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
Update Gradle Wrapper to 6.0 | distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists | commitpackft-ini |
input=/small20.vcf.gz
fileId=5
aggregated=NONE
studyType=COLLECTION
studyName=studyName
studyId=7
outputDir=/tmp
pedigree=
dbCollectionVariantsName=variants
dbCollectionFilesName=files
dbName=variantJob
storageEngine=mongodb
compressGenotypes=true
compressExtension=.gz
includeSrc=FIRST_8_COLUMNS
opencga.app.home=
ski... | input=/small20.vcf.gz
fileId=5
aggregated=NONE
studyType=COLLECTION
studyName=studyName
studyId=7
outputDir=/tmp
pedigree=
dbCollectionVariantsName=variants
dbCollectionFilesName=files
dbName=variantJob
storageEngine=mongodb
compressGenotypes=true
compressExtension=.gz
includeSrc=FIRST_8_COLUMNS
opencga.app.home=/opt/... | commitpackft-ini |
idp.attribute.resolver.datasource.driverClass=com.couchbase.jdbc.CBDriver
idp.attribute.resolver.datasource.jdbcUrl=jdbc:couchbase://%(couchbase_hostname)s:18093
idp.attribute.resolver.datasource.user=couchbaseShibUser
idp.attribute.resolver.datasource.password=%(couchbaseShibUserPassword)s
idp.attribute.resolver.N1QL.... | idp.attribute.resolver.datasource.driverClass=com.couchbase.jdbc.CBDriver
idp.attribute.resolver.datasource.jdbcUrl=jdbc:couchbase://%(couchbase_hostname)s:18093
idp.attribute.resolver.datasource.user=couchbaseShibUser
idp.attribute.resolver.datasource.password=%(couchbaseShibUserPassword)s
idp.attribute.resolver.N1QL.... | commitpackft-ini |
[nosetests]
verbosity=2
where=flowy
nocapture=1
with-doctest=1
exclude=integration
with-coverage=1
Remove .coverage before each test round. | [nosetests]
verbosity=2
where=flowy
nocapture=1
with-doctest=1
exclude=integration
with-coverage=1
cover-erase=1 | commitpackft-ini |
# This file is part of BenchExec, a framework for reliable benchmarking:
# https://github.com/sosy-lab/benchexec
#
# SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org>
#
# SPDX-License-Identifier: Apache-2.0
[metadata]
license_files =
LICENSES/Apache-2.0.txt
LICENSES/BSD-3-Clause.txt
LICENSE... | # This file is part of BenchExec, a framework for reliable benchmarking:
# https://github.com/sosy-lab/benchexec
#
# SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org>
#
# SPDX-License-Identifier: Apache-2.0
[metadata]
license_files =
LICENSES/Apache-2.0.txt
LICENSES/BSD-3-Clause.txt
LICENSE... | commitpackft-ini |
[tool:pytest]
DJANGO_SETTINGS_MODULE = settings.dev
python_files = tests.py
addopts = --nomigrations
Update settings config (ENV VAR supersedes) | [tool:pytest]
python_files = tests.py
addopts = --nomigrations | commitpackft-ini |
[metadata]
name = tuskar-ui
version = 2013.2
summary = Tuskar Management Dashboard
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack
Fra... | [metadata]
name = tuskar-ui
version = 2013.2
summary = Tuskar Management Dashboard
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack
Fra... | commitpackft-ini |
[metadata]
name = varlink
description = Python implementation of the Varlink protoco
long_description = file: README.md
long_description_content_type = text/markdown
author = Lars Karlitski<lars@karlitski.net>, Harald Hoyer<harald@redhat.com>
author_email = harald@redhat.com
url = https://github.com/varlink/python
keyw... | [metadata]
name = varlink
description = Python implementation of the Varlink protoco
long_description = file: README.md
long_description_content_type = text/markdown
author = Lars Karlitski<lars@karlitski.net>, Harald Hoyer<harald@redhat.com>
author_email = harald@redhat.com
url = https://github.com/varlink/python
keyw... | commitpackft-ini |
# Generated - Update by running `./gradlew updateAgpVersions`
latests=3.4.3,3.5.4,3.6.4,4.0.2,4.1.0-rc03,4.2.0-alpha13
nightly=4.2.0-20201004005514+0000
Update tested AGP version from 4.1.0-rc03 to 4.1.0 | # Generated - Update by running `./gradlew updateAgpVersions`
latests=3.4.3,3.5.4,3.6.4,4.0.2,4.1.0,4.2.0-alpha13
nightly=4.2.0-20201011012117+0000 | commitpackft-ini |
Add windows (MinGW) build flags | BuildFlags.linkerFlags = ${BuildFlags.linkerFlags} -static-libgcc -static-libstdc++ -luuid -lksuser -lwinmm -lole32
BuildFlags.defines = ${BuildFlags.defines} __WINDOWS_WASAPI__ | commitpackft-ini |
source.. = src/
output.. = target/classes/
bin.includes = .,\
META-INF/,\
OSGI-INF/,\
plugin.xml
Include dir 'icons' into properties | source.. = src/
output.. = target/classes/
bin.includes = .,\
META-INF/,\
OSGI-INF/,\
icons/,\
plugin.xml | commitpackft-ini |
Build=Yap\u0131land\u0131rma
Work on Turkish localization continues... | Build=Yap\u0131land\u0131rma
Add\ build\ step=Yap\u0131land\u0131rma ad\u0131m\u0131 ekle | commitpackft-ini |
## Proxy Settings
# proxy.socks.host = localhost
# proxy.socks.port = 9050
## Notification Settings
notification.omit_show_remove_card = false
## Legacy Behaviour Settings
legacy.tls1 = false
legacy.weak_crypto = true
legacy.session = false
legacy.car = true
legacy.ignore_ns = false
Set ignore ... | ## Proxy Settings
# proxy.socks.host = localhost
# proxy.socks.port = 9050
## Notification Settings
notification.omit_show_remove_card = false
## Legacy Behaviour Settings
legacy.tls1 = false
legacy.weak_crypto = true
legacy.session = false
legacy.car = true
legacy.ignore_ns = true | commitpackft-ini |
fedora.updatetracker.web.URL=http://achernar:7880/fedora
fedora.updatetracker.web.username=fedoraAdmin
fedora.updatetracker.web.password=fedoraAdminPass
#This is for the worklog database
fedora.worklog.database.driver=org.postgresql.Driver
fedora.worklog.database.URL=
fedora.worklog.database.username=
fedora.worklog.d... | fedora.updatetracker.web.URL=http://localhost:7880/fedora
fedora.updatetracker.web.username=fedoraAdmin
fedora.updatetracker.web.password=fedoraAdminPass
#This is for the worklog database
fedora.worklog.database.driver=org.postgresql.Driver
fedora.worklog.database.URL=jdbc:postgresql://localhost:5432/domsFieldSearch
f... | commitpackft-ini |
# faq page
faq_header=Penderma FAQ
faq_donate_link=derma sekarang
faq_intro=Berikut ialah soalan lazim perihal derma untuk Yayasan Mozilla. Jika soalan dan jawapan anda tidak tersenarai di sini, sila hubungi kami di <a href="mailto:donate@mozilla.org">donate@mozilla.org</a>.
faq_item_5_header=Bolehkah saya derma bitcoi... | # faq page
faq_header=Penderma FAQ
faq_donate_link=derma sekarang
faq_intro=Berikut ialah soalan lazim perihal derma untuk Yayasan Mozilla. Jika soalan dan jawapan anda tidak tersenarai di sini, sila hubungi kami di <a href="mailto:donate@mozilla.org">donate@mozilla.org</a>.
faq_item_4_header=Ke mana saya boleh hantar ... | commitpackft-ini |
cassandra.ip = 127.0.0.1
cassandra.seed = 127.0.0.1
cassandra.token =
cassandra.partitioner = org.apache.cassandra.dht.RandomPartitioner
cassandra.dir = ${project.build.directory}/cassandra/data/localhost-rp
Replace RandomPartitioner with Murmur3 in tests | cassandra.ip = 127.0.0.1
cassandra.seed = 127.0.0.1
cassandra.token =
cassandra.partitioner = org.apache.cassandra.dht.Murmur3Partitioner
cassandra.dir = ${project.build.directory}/cassandra/data/localhost-rp | commitpackft-ini |
CommonFilesPanel.searchButton.text=Search
CommonFilesPanel.withinDataSourceRadioButton.text=FIles must be in data source:
CommonFilesPanel.allDataSourcesRadioButton.text=Files can be in any data source
CommonFilesPanel.jLabel1.text=<html>Search for files that exist in multiple data sources:</html>
CommonFilesPanel.canc... | CommonFilesPanel.searchButton.text=Search
CommonFilesPanel.withinDataSourceRadioButton.text=Files must be in data source:
CommonFilesPanel.allDataSourcesRadioButton.text=Files can be in any data source
CommonFilesPanel.jLabel1.text=<html>Search for files that exist in multiple data sources:</html>
CommonFilesPanel.canc... | commitpackft-ini |
# Title tag
# Navigation
navigation-what=Mitä
navigation-how=Miten
navigation-more=Lisää
navigation-developers=Kehittäjät
# Header
# What
# How
# More
# Developers
# Footer
join-us=Liity joukkoon
Update Finnish (fi) localization of Pontoon Intro. | # Title tag
# Navigation
navigation-what=Mitä
navigation-how=Miten
navigation-more=Lisää
navigation-developers=Kehittäjät
# Header
upper-title=Pontoon Mozillalta
headline-1=Lokalisoi verkko.
headline-2=sivua muokaten.
# What
# How
# More
# Developers
# Footer
join-us=Liity joukkoon | commitpackft-ini |
spring.datasource.url=jdbc:postgresql://localhost:5432/centralna-banka
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.hibernate.ddl-auto=create-drop
Configure db schema and seed files from command line | spring.datasource.url=jdbc:postgresql://localhost:5432/${schema:centralna-banka}
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.properties.hibernate.hbm2ddl.import_files=${seeds:/import.sql} | commitpackft-ini |
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structu... | # This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structu... | commitpackft-ini |
# Title tag
# Navigation
# Header
upper-title=Pontoon by Mozilla
headline-1=LocaliSe the web.
# What
what-desc=Pontoon allows you to localise web content in place, with context and spatial limitations right in front of you.
context-desc=By localising web page on the page itself, you no longer need to worry if the wo... | # Title tag
# Navigation
navigation-developers=Developers
# Header
upper-title=Pontoon by Mozilla
headline-1=LocaliSe the web.
headline-2=In Place.
call-to-action=Tell Me More
# What
what-desc=Pontoon allows you to localise web content in place, with context and spatial limitations right in front of you.
context-des... | commitpackft-ini |
# Title tag
# Navigation
navigation-title=Pontoon Intro
navigation-developers=Developers
# Header
upper-title=Pontoon by Mozilla
headline-1=LocaliSe the web.
headline-2=In Place.
call-to-action=Tell Me More
# What
what-desc=Pontoon allows you to localise web content in place, with context and spatial limitations rig... | # Title tag
# Navigation
# Header
upper-title=Pontoon by Mozilla
headline-1=LocaliSe the web.
# What
what-desc=Pontoon allows you to localise web content in place, with context and spatial limitations right in front of you.
context-desc=By localising web page on the page itself, you no longer need to worry if the wo... | commitpackft-ini |
config.suffixes = ['.ll', '.c', '.cpp']
def getRoot(config):
if not config.parent:
return config
return getRoot(config.parent)
root = getRoot(config)
targets = set(root.targets_to_build.split())
if ('X86' in targets) | ('ARM' in targets) | ('Mips' in targets):
config.unsupported = False
else:
... | config.suffixes = ['.ll', '.c', '.cpp']
def getRoot(config):
if not config.parent:
return config
return getRoot(config.parent)
root = getRoot(config)
targets = set(root.targets_to_build.split())
if ('X86' in targets) | ('ARM' in targets) | ('Mips' in targets):
config.unsupported = False
else:
... | commitpackft-ini |
com.treelogic.proteus.hdfs.baseUrl=hdfs://192.168.4.245:8020
com.treelogic.proteus.hdfs.filePath=/proteus/heterogeneous/final.csv
com.treelogic.proteus.kafka.bootstrapServers=localhost:9092
com.treelogic.proteus.kafka.topicName=proteus-1d
com.treelogic.proteus.model.timeBetweenCoils=3000
com.treelogic.proteus.model.coi... | com.treelogic.proteus.hdfs.baseUrl=hdfs://192.168.4.245:8020
com.treelogic.proteus.hdfs.filePath=/proteus/heterogeneous/final.csv
com.treelogic.proteus.kafka.bootstrapServers=clusterIDI.slave01.treelogic.local:6667,clusterIDI.slave02.treelogic.local:6667,clusterIDI.slave03.treelogic.local:6667
com.treelogic.proteus.kaf... | commitpackft-ini |
log4j.rootCategory=INFO, A1
# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender
# A1 uses PatternLayout.
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=[%p] %c{1} %m%n
log4j.category.org.apache.tapestry5.modules.AssetsModule.Res... | log4j.rootCategory=INFO, A1
# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender
# A1 uses PatternLayout.
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%t [%p] %c{1} %m%n
log4j.category.org.apache.tapestry5.modules.AssetsModule.... | commitpackft-ini |
experiment_list_enabled = చేతనం
experiment_list_new_experiment = కొత్త ప్రయోగం
experiment_list_view_all = అన్ని ప్రయోగాలనూ చూడండి
experiment_eol_tomorrow_message = రేపు ముగుస్తుంది
experiment_eol_soon_message = త్వరలో ముగుస్తుంది
experiment_eol_complete_message = ప్రయోగం పూర్తయ్యింది
# LOCALIZER NOTE: Placeholder is... | experiment_list_enabled = చేతనం
experiment_list_new_experiment = కొత్త ప్రయోగం
experiment_list_view_all = అన్ని ప్రయోగాలనూ చూడండి
experiment_eol_tomorrow_message = రేపు ముగుస్తుంది
experiment_eol_soon_message = త్వరలో ముగుస్తుంది
experiment_eol_complete_message = ప్రయోగం పూర్తయ్యింది
# LOCALIZER NOTE: Placeholder is... | commitpackft-ini |
handle.private.key=/home/mcordial/test.key
handle.private.key.passphrase=passphrase-of-private-key
handle.admin.handle=0000/9
handle.key.index=300
handleservice.admin.username=handleAdmin
handleservice.admin.password=somethingSuperSecret
Remove testing values from example properties | handle.private.key=/path/to/server/private/key
handle.private.key.passphrase=passphrase-of-private-key
handle.admin.handle=Your assigned admin handle
handle.key.index=Usually 300
handleservice.admin.username=handleAdmin
handleservice.admin.password=somethingSuperSecret | commitpackft-ini |
# The MIT License
#
# Copyright (c) 2004-2011, Seiji Sogabe
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, mo... | # The MIT License
#
# Copyright (c) 2004-2011, Seiji Sogabe
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, mo... | commitpackft-ini |
tooltip_play= Играть
tooltip_pause= Пауза
tooltip_mute= Выключить звук
tooltip_unmute= Включить звук
tooltip_send_to_tab= Отправить на вкладку
tooltip_minimize= Свернуть
tooltip_maximize= Развернуть
tooltip_close= Закрыть
media_type_audio= аудио
media_type_video= видео
error_msg= Что-то пошло не так с этим видео. Повто... | tooltip_play= Играть
tooltip_pause= Пауза
tooltip_mute= Выключить звук
tooltip_unmute= Включить звук
tooltip_send_to_tab= Отправить на вкладку
tooltip_minimize= Свернуть
tooltip_maximize= Развернуть
tooltip_close= Закрыть
tooltip_switch_visual= Щёлкните для переключения визуализации
media_type_audio= аудио
media_type_v... | commitpackft-ini |
[pytest]
xfail_strict=true
markers =
offline: Offline tests, aka. tests that can be executed without the need of a client
expensive: Expensive tests, which should be executed sparingly
addopts = -m "not expensive"
Make test setup more strict | [pytest]
xfail_strict = true
markers =
offline: Offline tests, aka. tests that can be executed without the need of a client
expensive: Expensive tests, which should be executed sparingly
addopts =
--strict-markers
-m "not expensive"
testpaths = tests
filterwarnings = error | commitpackft-ini |
#REFINE_PORT=3333
#REFINE_HOST=127.0.0.1
#REFINE_WEBAPP=main\webapp
#REFINE_MEMORY=1024M
# Some sample configurations. These have no defaults.
#ANT_HOME=C:\grefine\tools\apache-ant-1.8.1
#JAVA_HOME=C:\Program Files\Java\jdk1.6.0_25
#JAVA_OPTIONS=-XX:+UseParallelGC -verbose:gc -Drefine.headless=true
Switch line endin... | #REFINE_PORT=3333
#REFINE_HOST=127.0.0.1
#REFINE_WEBAPP=main\webapp
#REFINE_MEMORY=1024M
# Some sample configurations. These have no defaults.
#ANT_HOME=C:\grefine\tools\apache-ant-1.8.1
#JAVA_HOME=C:\Program Files\Java\jdk1.6.0_25
#JAVA_OPTIONS=-XX:+UseParallelGC -verbose:gc -Drefine.headless=true | commitpackft-ini |
welcomeTitle=Vítejte!
welcomeText=Toto je jednoduchý jednostránkový poznámkový blok integrovaný do Firefoxu, který vám pomáhá získat z webu co nejvíc.
emptyPlaceHolder=Zapište si poznámku…
openingLogin=Otevírání přihlášení…
forgetEmail=Zapomenout tento e-mail
# LOCALIZATION NOTE (syncNotReady): Sync is intended as a... | welcomeTitle=Vítejte!
welcomeText=Toto je jednoduchý jednostránkový poznámkový blok integrovaný do Firefoxu, který vám pomáhá získat z webu co nejvíc.
emptyPlaceHolder=Zapište si poznámku…
openingLogin=Otevírání přihlášení…
forgetEmail=Zapomenout tento e-mail
# LOCALIZATION NOTE (syncNotReady): Sync is intended as a... | commitpackft-ini |
[bumpversion]
current_version = 0.19.1
commit = True
tag = True
[bumpversion:file:src/zsl/version.py]
[bumpversion:file:setup.py]
Add explicit zsl version to Dockerfile II | [bumpversion]
current_version = 0.19.1
commit = True
tag = True
[bumpversion:file:src/zsl/version.py]
[bumpversion:file:setup.py]
[bumpversion:file:docker/Dockerfile]
[bumpversion:file:docker/Dockerfile.postgres] | commitpackft-ini |
#
# Copyright 2005-2016 Red Hat, Inc.
#
# Red Hat licenses this file to you under the Apache License, version
# 2.0 (the "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by ... | #
# Copyright 2005-2016 Red Hat, Inc.
#
# Red Hat licenses this file to you under the Apache License, version
# 2.0 (the "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by ... | commitpackft-ini |
[tox]
envlist = py27, py33, flake8
[testenv]
deps =
coverage == 3.6
commands = coverage run -a setup.py test
[flake8]
ignore =
max-line-length = 79
max-complexity = 5
[testenv:flake8]
deps =
flake8
py3kwarn
commands =
flake8 pep438.py
py3kwarn pep438.py
Increase maximum allowed code complexi... | [tox]
envlist = py27, py33, flake8
[testenv]
deps =
coverage == 3.6
commands = coverage run -a setup.py test
[flake8]
ignore =
max-line-length = 79
max-complexity = 8
[testenv:flake8]
deps =
flake8
py3kwarn
commands =
flake8 pep438.py
py3kwarn pep438.py | commitpackft-ini |
[tox]
minversion = 1.6
envlist =
py26,py27,py32,py33,py34,py27-flake8,py34-flake8
[testenv]
usedevelop = True
deps =
mock
nose
commands =
python setup.py test -q
python setup.py flake8
nosetests flake8.tests._test_warnings
[testenv:py27-flake8]
basepython = python2.7
deps =
flake8
commands... | [tox]
minversion = 1.6
envlist =
py26,py27,py32,py33,py34,py27-flake8,py34-flake8
[testenv]
usedevelop = True
deps =
mock<1.1.0
nose
commands =
python setup.py test -q
python setup.py flake8
nosetests flake8.tests._test_warnings
[testenv:py27-flake8]
basepython = python2.7
deps =
flake8
co... | commitpackft-ini |
[tox]
envlist = py2, py3, lint, coverage
[testenv]
deps =
pytest
commands =
pytest --verbose
[testenv:coverage]
deps =
pytest
pytest-cov
commands =
pytest --verbose --cov mailmerge
[testenv:lint]
deps =
pycodestyle
pydocstyle
pylint
pytest
commands =
pycodestyle mailmerge test... | [tox]
envlist = py2, py3, lint, coverage
[testenv]
deps =
pytest
commands =
pytest --verbose
[testenv:coverage]
setenv =
PYTHONPATH = {toxinidir}
deps =
pytest
pytest-cov
codecov
commands =
pytest --verbose --cov mailmerge
codecov
[testenv:lint]
deps =
pycodestyle
pydocstyle
... | commitpackft-ini |
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, rhel6
[testenv]
commands =
nosetests libtaxi... | # Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, rhel6
[testenv]
commands =
nosetests libtaxi... | commitpackft-ini |
[tox]
envlist=py27,py33,py34,sphinx10,sphinx11
[testenv]
deps=
nose
mock
flake8
sphinx-testing
commands=
easy_install "http://sourceforge.net/projects/pywin32/files/pywin32/Build 219/pywin32-219.win32-py2.7.exe"
nosetests
flake8 setup.py sphinxcontrib/ tests/
[testenv:sphinx10]
deps=
{... | [tox]
envlist=py27,py33,py34,sphinx10,sphinx11,sphinx12
[testenv]
deps=
nose
mock
flake8
sphinx-testing
commands=
easy_install "http://sourceforge.net/projects/pywin32/files/pywin32/Build 219/pywin32-219.win32-py2.7.exe"
nosetests
flake8 setup.py sphinxcontrib/ tests/
[testenv:sphinx10]
de... | commitpackft-ini |
[tox]
envlist =
py37-{pytest,lint}
format
format-check
docs
skipdist = True
[testenv]
usedevelop = True
passenv = *
extras = tests
deps =
py37-pytest: .[tests]
py37-lint: flake8
commands =
py37-pytest: pytest {posargs} -c pytest.ini
py37-lint: flake8 moulinette test
[testenv:format]
basepython = p... | [tox]
envlist =
py37-{pytest,lint}
format
format-check
docs
skipdist = True
[testenv]
usedevelop = True
passenv = *
extras = tests
deps =
py37-pytest: .[tests]
py37-lint: flake8
commands =
py37-pytest: pytest {posargs} -c pytest.ini
py37-lint: flake8 moulinette test
[testenv:format]
basepython = p... | commitpackft-ini |
[tox]
envlist = py27, py35, flake8
# trick to enable pre-installation of numpy and cython
indexserver =
preinstall = https://pypi.python.org/simple
[testenv:py27]
deps =
:preinstall: numpy==1.12.1
-r{toxinidir}/requirements.txt
mock==2.0.0
Unipath==1.1
ipdb
antlr4-python2-runtime==4.5.3
[... | [tox]
envlist = py27, py35, flake8
# trick to enable pre-installation of numpy and cython
indexserver =
preinstall = https://pypi.python.org/simple
[testenv:py27]
deps =
:preinstall: numpy==1.12.1
-r{toxinidir}/requirements.txt
mock==2.0.0
Unipath==1.1
ipdb
antlr4-python2-runtime==4.5.3
[... | commitpackft-ini |
[tox]
envlist = py27,py33,py34,py35,py36,pypy
[testenv]
commands=nosetests tests
[testenv:py27]
deps = -rrequirements-py2.txt
[testenv:py35]
deps = -rrequirements-py3.txt
[testenv:py36]
deps = {[testenv:py35]deps}
[testenv:py37]
deps = {[testenv:py35]deps}
[testenv:py38]
deps = {[testenv:py35]deps}
[testenv:pypy... | [tox]
envlist = py27,py33,py34,py35,py36,pypy2,pypy3
[testenv]
commands=nosetests tests
[testenv:py27]
deps = -rrequirements-py2.txt
[testenv:py35]
deps = -rrequirements-py3.txt
[testenv:py36]
deps = {[testenv:py35]deps}
[testenv:py37]
deps = {[testenv:py35]deps}
[testenv:py38]
deps = {[testenv:py35]deps}
[teste... | commitpackft-ini |
[tox]
recreate = true
skipsdist = true
envlist = py27,py33,py34,py35
[testenv]
deps = pytest
tox
cookiecutter>=1.1.0
commands = py.test tests
Set up posargs for testenv in template | [tox]
recreate = true
skipsdist = true
envlist = py27,py33,py34,py35
[testenv]
deps = pytest
tox
cookiecutter>=1.1.0
commands = py.test {posargs:tests} | commitpackft-ini |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.