Home
last modified time | relevance | path

Searched refs:constant (Results 51 – 75 of 163) sorted by relevance

1234567

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D56.56.js.map1 … '@keywords': 'keyword',\n '@constants': 'constant',\n …
H A D47.47.js.map1 … '@keywords': 'keyword',\n '@constants': 'constant',\n …
/plugin/idoit/
H A DREADME.md59 For available methods and categories as strings, see the constant definitions in [https://bitbucket…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php432 return constant(__CLASS__ . '::' . $upper);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php329 $code = (int) constant($code);
355 $message = constant($message);
H A DConfiguration.php488 $value = constant($value);
/plugin/adfs/phpsaml/
H A DCHANGELOG88 * [#188](https://github.com/onelogin/php-saml/pull/188) Fixed issue with undefined constant of UNEX…
151 * Add more Auth Context options to the constant class
152 * Fix DSA_SHA1 constant on xmlseclibs
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md5 while keeping the stack size constant. Read [this blog post](https://blog.domenic.me/youre-missing-…
414 In order to keep the stack size constant, Guzzle promises are resolved
459 // The stack size remains constant (a good thing)
495 deferred, it is a small price to pay for keeping the stack size constant.
/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/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md39 `$flags` is zero (`0`, default) or the following class constant:
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/combo/grammar/
H A DPageSql.g499 // A string constant is formed by enclosing the string in single quotes ('). A single quote within the string can be encoded by putting two single quotes in a row - as in Pascal. C-style escapes using the backslash character are not supported because they are not standard SQL.
/plugin/codemirror/dist/modes/
H A Dlivescript.min.js.map1constant.language',\n regex: '(?:true|false|yes|no|on|off|null|void|undefined)' + keyworden…
H A Ddylan.min.js.map1constant definitions.\n // These must also be simple definitions and are\n // appended to ot…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php173 …$keyword = $phpcsFile->findNext(constant('T_'.strtoupper($keywordType)), ($stackPtr + 1), $opening…
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md93 the slash or use a constant of `PdfReader\PageBoundaries`.
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md139 - `_MPDF_TEMP_PATH` constant in favor of `tempDir` configuration variable
141 - `_MPDFK` constant in favor of `\Mpdf\Mpdf::SCALE` class constant
142 - `FONT_DESCRIPTOR` constant in favor of `fontDescriptor` configuration variable
143 - `_MPDF_SYSTEM_TTFONTS` constant in favor of `fontDir` configuration variable with array of paths or `AddFontDirectory` method
232 - Add config constant so we can define custom font data
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst255 When a constant is changed the cache must be cleaned.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php260 $constant = 'expand 16-byte k';
263 $constant = 'expand 32-byte k';
266 $this->p1 = $constant . $key;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php1574 $newToken['code'] = constant($newToken['type']);
1693 $newToken['code'] = constant($newToken['type']);
/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/symfony/yaml/
H A DInline.php594 return \constant($const);
/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/phpdocumentor/type-resolver/
H A DREADME.md55 - Class constant expressions (i.e. `@see \MyNamespace\MyClass::MY_CONSTANT`)

1234567