Home
last modified time | relevance | path

Searched refs:constant (Results 76 – 100 of 163) sorted by path

1234567

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md171 * Replaced legacy constant `CURLINFO_HTTP_CODE` by `CURLINFO_RESPONSE_CODE` [#1931](https://github.com/ruflin/Elastica/pull/1931)
738 - Add a constant for the expression language.
801 - Remove JSON_ELASTICSEARCH constant as not needed anymore
1017 - Usage of constant DEBUG and method Elastica\Util::debugEnabled is removed. [#868](https://github.com/ruflin/Elastica/pull/868)
1305 - Scroll type constant to Elastica\Search added [#607](https://github.com/ruflin/Elastica/issues/607/)
1460 - Fix typo in constant name: Elastica\Query\FunctionScore::DECAY_GUASS becomes DECAY_GAUSS
/plugin/fckg/fckeditor/
H A Dlicense.txt373 Finally, software patents pose a constant threat to the existence of
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md158 * Added support for `::class` 5.5-style constant, works also in 5.3 and 5.4
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst255 When a constant is changed the cache must be cleaned.
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php983 return constant($identifier);
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php237 ->string(constant($constantName))
H A DConsistency.php264 ->given($this->constant->PHP_BINARY = '/foo/php')
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md10 * Test: Use the `::class` constant. (Ivan Enderlin, 2016-09-09T09:29:43+02:00)
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp52 %token constant [A-Z_]+[A-Z0-9_]*
70 | constant()
78 constant:
79 <constant>
H A DCHANGELOG.md19 * Arithmetic: Allow constant name of length 1. (Ivan Enderlin, 2016-08-29T15:18:01+02:00)
H A DREADME.md120 * > > > > > token(constant, PI)
131 parameters) and the `ANSWER` constant, set to 42:
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php251 $out = constant($value);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DLibrary.php56 $this->constant->WITH_COMPOSER = false,
69 $this->constant->WITH_COMPOSER = false,
82 $this->constant->WITH_COMPOSER = true,
95 $this->constant->WITH_COMPOSER = true,
115 $this->constant->WITH_COMPOSER = true,
131 $this->constant->WITH_COMPOSER = true,
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md343 * `code`, one of the `STREAM_NOTIFY_*` constant, which is basically
346 * `severity`, one of the `STREAM_NOTIFY_SEVERITY_*` constant:
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md34 - Actualized version constant. [\#64](https://github.com/schmittjoh/metadata/pull/64) ([Aliance](ht…
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md55 - Class constant expressions (i.e. `@see \MyNamespace\MyClass::MY_CONSTANT`)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php488 $value = constant($value);
H A DTest.php329 $code = (int) constant($code);
355 $message = constant($message);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2158.phpt2 …o run tests in separate processes if a file included into main process contains constant definition
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php594 return \constant($const);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG183 * added "is defined" support for block() and constant()
246 * fixed the defined test when used on a constant, a map, or a sequence
444 * added support for object instances as the second argument of the constant test
472 * added support for object instances as the second argument of the constant function
800 …* the "constant" filter has been converted to a function: {{ some_date|date('DATE_W3C'|constant) }…
891 * added the following filers: "constant", "trans", "replace", "json_encode"
892 * added a "constant" test
970 environment constant by the "needs_environment" option:
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst302 {{ constant("DATE_W3C") }}
305 associated with the ``constant`` function. The ``constant`` function is a built-in Twig
306 function, and it is simply mapped to the PHP ``constant()`` function. After
311 <?php echo constant('DATE_W3C') ?>
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djson_encode.rst18 data|json_encode(constant('JSON_PRETTY_PRINT')) }}``.
20 ``{{ data|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_HEX_QUOT') }}``
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dconstant.rst1 ``constant``
5 constant now accepts object instances as the second argument.
8 Using ``constant`` with the ``defined`` test was added in Twig 1.28.
10 ``constant`` returns the constant value for a given string:
14 {{ some_date|date(constant('DATE_W3C')) }}
15 {{ constant('Namespace\\Classname::CONSTANT_NAME') }}
21 {{ constant('RSS', date) }}
23 Use the ``defined`` test to check if a constant is defined:
27 {% if constant('SOME_CONST') is defined %}
H A Dindex.rst9 constant

1234567