Home
last modified time | relevance | path

Searched refs:ini (Results 76 – 100 of 154) sorted by path

1234567

/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.travis.yml19 - echo "xdebug.max_nesting_level=1000" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
21 - if [[ $TRAVIS_PHP_VERSION != '5.6' ]]; then phpenv config-rm xdebug.ini; fi
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml48 phpenv config-rm xdebug.ini || echo "ext-xdebug is not available, cannot remove it.";
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.travis.yml21 - if [[ $TRAVIS_PHP_VERSION != '7.2' ]]; then phpenv config-rm xdebug.ini; fi
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/
H A Dinstall_test.sh4 if [[ $TRAVIS_PHP_VERSION != '7.2' ]]; then phpenv config-rm xdebug.ini; fi
H A Dscript_test.sh4 phpenv config-rm xdebug.ini || true
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml39 - echo 'zend.assertions=1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
40 - echo 'assert.exception=On' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php335 $ini = explode('=', $option[1]);
337 if (isset($ini[0])) {
338 if (isset($ini[1])) {
339 ini_set($ini[0], $ini[1]);
341 ini_set($ini[0], true);
1113 -d key[=value] Sets a php.ini value.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php444 foreach ($this->xpath->query('php/ini') as $ini) {
445 $name = (string) $ini->getAttribute('name');
446 $value = (string) $ini->getAttribute('value');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt92 -d key[=value] Sets a php.ini value.
H A Dhelp2.phpt93 -d key[=value] Sets a php.ini value.
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php1787 $ini = <<<INI
1793 $this->parser->parse($ini);
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml14 - phpenv config-rm xdebug.ini
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml24 - phpenv config-rm xdebug.ini || return 0
31 …- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configur…
H A DCHANGELOG567 * fixed "is_safe" value for the "dump" function when "html_errors" is not defined in php.ini
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst66 specified in php.ini or declared in Twig -- see below), but you can override
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst102 Finally, enable the extension in your ``php.ini`` configuration file:
104 .. code-block:: ini
/plugin/geonav/tpl/startermap/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/plugin/hide/
H A Dstyle.css58 * current template's style.ini.
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …,eW:true,eE:true,c:["number","string"]},hljs.ASM,hljs.QSM]};hljs.LANGUAGES.ini={cI:true,dM:{c:["co… class in hljs.LANGUAGES
H A Dreadme.eng.txt329 Ini ("ini"):
H A Dreadme.rus.txt335 Ini ("ini"):
/plugin/highlightjs/highlight/languages/
H A Dini.js5 hljs.LANGUAGES.ini = class in hljs.LANGUAGES
/plugin/highlightjs/highlight/styles/
H A Dascetic.css36 .ini .title,
H A Dbrown_paper.css41 .ini .title,
H A Ddark.css38 .ini .title,

1234567