Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 25 of 110) sorted by relevance

12345

/plugin/ckgedit/action/entities/
Dents_seri.php42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
43 if(!$icon || !$numeric || !$character) continue;
44 $numeric = trim($numeric,'&#;');
46 $entities[$numeric] = $icon;
DENTITIES.HOWTO25 entity numeric code
29 entity numeric code
/plugin/fckg/action/entities/
Dents_seri.php42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
43 if(!$icon || !$numeric || !$character) continue;
44 $numeric = trim($numeric,'&#;');
46 $entities[$numeric] = $icon;
DENTITIES.HOWTO25 entity numeric code
29 entity numeric code
/plugin/ckgdoku/action/entities/
Dents_seri.php42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
43 if(!$icon || !$numeric || !$character) continue;
44 $numeric = trim($numeric,'&#;');
46 $entities[$numeric] = $icon;
DENTITIES.HOWTO25 entity numeric code
29 entity numeric code
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
DImageObject.cfc134 <cfargument name="newWidth" required="yes" type="numeric">
143 <cfargument name="newHeight" required="yes" type="numeric">
151 <cfargument name="newWidth" required="yes" type="numeric">
152 <cfargument name="newHeight" required="yes" type="numeric">
163 <cfargument name="fromX" required="yes" type="numeric">
164 <cfargument name="fromY" required="yes" type="numeric">
165 <cfargument name="newWidth" required="yes" type="numeric">
166 <cfargument name="newHeight" required="yes" type="numeric">
175 <cfargument name="degrees" required="yes" type="numeric">
199 <cfargument name="blurAmount" required="yes" type="numeric">
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DLessThan.php18 * @var numeric
23 * @param numeric $value
DGreaterThan.php18 * @var numeric
23 * @param numeric $value
/plugin/authgoogle/google/contrib/
DGoogle_PredictionService.php300 public $numeric; variable in Google_AnalyzeDataDescriptionFeatures
316 public function setNumeric(Google_AnalyzeDataDescriptionFeaturesNumeric $numeric) { argument
317 $this->numeric = $numeric;
320 return $this->numeric;
404 public $numeric; variable in Google_AnalyzeDataDescriptionOutputFeature
408 public function setNumeric(Google_AnalyzeDataDescriptionOutputFeatureNumeric $numeric) { argument
409 $this->numeric = $numeric;
412 return $this->numeric;
/plugin/asciidocjs/node_modules/jake/node_modules/brace-expansion/
Dindex.js12 function numeric(str) { function
150 var x = numeric(n[0]);
151 var y = numeric(n[1]);
154 ? Math.abs(numeric(n[2]))
/plugin/asciidocjs/node_modules/brace-expansion/
Dindex.js11 function numeric(str) { function
147 var x = numeric(n[0]);
148 var y = numeric(n[1]);
151 ? Math.abs(numeric(n[2]))
/plugin/authucenter/lib/uc_client/control/
Dapp.php40 function _random($length, $numeric = 0) { argument
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.EscapeNonASCIICharacters.txt7 converting all non-ASCII characters into decimal numeric entities before
/plugin/icons/assets/material-design-icons/css/
Dmaterialdesignicons.min.css1numeric::before{content:"\F3A0"}.mdi-numeric-0::before{content:"\30"}.mdi-numeric-0-box::before{co…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dreverse.rst21 For sequences and mappings, numeric keys are not preserved. To reverse
/plugin/jsontable/demo/
Djsontable_demo.txt46 {"type": "numeric"},
64 {"type": "numeric"},
/plugin/components/lib/
Dajax.php28 * @param numeric $code the error code;
/plugin/impressjs/tpl/dokuwiki/
Dimpress.js84 var toNumber = function (numeric, fallback) { argument
85 return isNaN(numeric) ? (fallback || 0) : Number(numeric);
/plugin/odt/ODT/
DODTDocument.php1632 * @param numeric $margin_top Top-Margin in cm, default 2
1633 * @param numeric $margin_right Right-Margin in cm, default 2
1634 * @param numeric $margin_bottom Bottom-Margin in cm, default 2
1635 * @param numeric $margin_left Left-Margin in cm, default 2
1662 * @param numeric $margin_top Top-Margin in cm, default 2
1663 * @param numeric $margin_right Right-Margin in cm, default 2
1664 * @param numeric $margin_bottom Bottom-Margin in cm, default 2
1665 * @param numeric $margin_left Left-Margin in cm, default 2
/plugin/judge/helper/
Djdatetime.class.php430 private static function getDayNames($day, $shorten = false, $len = 1, $numeric = false) argument
445 return ($numeric) ? $day[0] : (($shorten) ? self::substr($day[1], 0, $len) : $day[1]);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dif.rst70 numeric zero false
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DCHANGELOG.md12 - Fixed another issue with the fact that PHP transforms numeric strings in array keys to ints
23 - Properly handle the fact that PHP transforms numeric strings in array keys to ints
100 - Fix `Message::parseRequestUri` for numeric headers
/plugin/numberedheadings/
DREADME.md69 ### Experimental: Alpha-numeric numbering
/plugin/nstoc/
Dsyntax.php500 // There's a depth value only, make it numeric:

12345