Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 25 of 141) sorted by path

123456

/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css418 .class .methods .name, .class .properties .name, .class .constants .name {
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js2796 var constants = _dereq_('./lib/zlib/constants');
2800 assign(pako, deflate, inflate, constants);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js20965 var constants = __webpack_require__(59);
20967 for (var key in constants) {
20968 exports[key] = constants[key];
H A Dpdfmake.min.js.map1constants","NONE","strm","status","deflateInit2","Z_DEFLATED","inflateInit2","_error","_writeCheck…
/plugin/animation/scripts/
H A DshBrushR.js9 var constants = 'LETTERS letters month.abb month.name pi';
15 { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' },
/plugin/animation/styles/
H A DshCore.css209 .syntaxhighlighter.printing .constants {
H A DshThemeDefault.css97 .syntaxhighlighter .constants {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md232 using constants.
567 * Removed request method constants from RequestInterface.
1236 * BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md48 to one of the predefined FILE_PER_* constants to avoid issues with file rotation.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php152 $constants = (get_defined_constants(true))['pcre'];
153 $constants = array_filter($constants, function ($key) {
157 $constants = array_flip($constants);
159 return $constants[$code] ?? 'UNDEFINED_ERROR';
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DREADME.md18 Also, it provides constants added to PHP 7.2:
19 - [`PHP_FLOAT_*`](https://php.net/reserved.constants#constant.php-float-dig)
20 - [`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family)
/plugin/codemirror/dist/modes/
H A Dcoffeescript.min.js.map1constants","tokenBase","stream","state","sol","scope","align","scopeOffset","offset","eatSpace","l…
H A Derlang.min.js.map1 …///////////////////////////////////////////////////////////////////\n// constants\n\n var typeWor…
H A Dmscgen.min.js1constants:["true","false","on","off"],attributes:["label","idurl","id","url","linecolor","linecolo… property in AnonymousFunctionf90549c60100.b.msgenny
H A Dmscgen.min.js.map1constants","attributes","brackets","arcsWords","arcsOthers","singlecomment","operators","xu","msge…
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md162 * Added support for parsing PHP constants:
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md423 - Moved and renamed the following constants:
473 - `RegexHelper::PARTIAL_` constants must always be used in case-insensitive contexts
525 - Removed the following methods, properties, and constants:
/plugin/const/
H A Dclass.evalmath.php72 protected $constants = array(); variable in EvalMath
181 if ( in_array( $matches[1], $this->constants, true ) ) {
H A Dplugin.info.txt6 desc work on wiki pages with constants, self defined variables and make calculations
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md36 * Removed `constants.php` again. They messed with PHPUnit and don't really
54 * #36: Added a few convenience constants to `lib/constants.php`.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/
H A DelectronFilesWorker.js3 const { COPYFILE_EXCL } = fs.constants;

123456