| /plugin/ckgedit/action/entities/ |
| D | ents_seri.php | 42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line); 43 if(!$icon || !$numeric || !$character) continue; 44 $numeric = trim($numeric,'&#;'); 46 $entities[$numeric] = $icon;
|
| D | ENTITIES.HOWTO | 25 entity numeric code 29 entity numeric code
|
| /plugin/fckg/action/entities/ |
| D | ents_seri.php | 42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line); 43 if(!$icon || !$numeric || !$character) continue; 44 $numeric = trim($numeric,'&#;'); 46 $entities[$numeric] = $icon;
|
| D | ENTITIES.HOWTO | 25 entity numeric code 29 entity numeric code
|
| /plugin/ckgdoku/action/entities/ |
| D | ents_seri.php | 42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line); 43 if(!$icon || !$numeric || !$character) continue; 44 $numeric = trim($numeric,'&#;'); 46 $entities[$numeric] = $icon;
|
| D | ENTITIES.HOWTO | 25 entity numeric code 29 entity numeric code
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | ImageObject.cfc | 134 <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/ |
| D | LessThan.php | 18 * @var numeric 23 * @param numeric $value
|
| D | GreaterThan.php | 18 * @var numeric 23 * @param numeric $value
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_PredictionService.php | 300 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/ |
| D | index.js | 12 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/ |
| D | index.js | 11 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/ |
| D | app.php | 40 function _random($length, $numeric = 0) { argument
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Core.EscapeNonASCIICharacters.txt | 7 converting all non-ASCII characters into decimal numeric entities before
|
| /plugin/icons/assets/material-design-icons/css/ |
| D | materialdesignicons.min.css | 1 …numeric::before{content:"\F3A0"}.mdi-numeric-0::before{content:"\30"}.mdi-numeric-0-box::before{co…
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | reverse.rst | 21 For sequences and mappings, numeric keys are not preserved. To reverse
|
| /plugin/jsontable/demo/ |
| D | jsontable_demo.txt | 46 {"type": "numeric"}, 64 {"type": "numeric"},
|
| /plugin/components/lib/ |
| D | ajax.php | 28 * @param numeric $code the error code;
|
| /plugin/impressjs/tpl/dokuwiki/ |
| D | impress.js | 84 var toNumber = function (numeric, fallback) { argument 85 return isNaN(numeric) ? (fallback || 0) : Number(numeric);
|
| /plugin/odt/ODT/ |
| D | ODTDocument.php | 1632 * @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/ |
| D | jdatetime.class.php | 430 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/ |
| D | if.rst | 70 numeric zero false
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 12 - 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/ |
| D | README.md | 69 ### Experimental: Alpha-numeric numbering
|
| /plugin/nstoc/ |
| D | syntax.php | 500 // There's a depth value only, make it numeric:
|