Home
last modified time | relevance | path

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

1234

/plugin/fckg/action/entities/
H A 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;
H A DENTITIES.HOWTO25 entity numeric code
29 entity numeric code
/plugin/ckgdoku/action/entities/
H A 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;
H A DENTITIES.HOWTO25 entity numeric code
29 entity numeric code
/plugin/ckgedit/action/entities/
H A 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;
H A DENTITIES.HOWTO25 entity numeric code
29 entity numeric code
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A 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">
175 <cfargument name="degrees" required="yes" type="numeric">
227 <cfargument name="x" required="yes" type="numeric">
228 <cfargument name="y" required="yes" type="numeric">
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DLessThan.php18 * @var numeric
23 * @param numeric $value
H A DGreaterThan.php18 * @var numeric
23 * @param numeric $value
/plugin/authgoogle/google/contrib/
H A 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/authucenter/lib/uc_client/control/
H A Dapp.php40 function _random($length, $numeric = 0) { argument
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeNonASCIICharacters.txt
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dreverse.rst21 For sequences and mappings, numeric keys are not preserved. To reverse
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1numeric::before{content:"\F3A0"}.mdi-numeric-0::before{content:"\30"}.mdi-numeric-0-box::before{co…
/plugin/components/lib/
H A Dajax.php28 * @param numeric $code the error code;
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js84 var toNumber = function (numeric, fallback) { argument
85 return isNaN(numeric) ? (fallback || 0) : Number(numeric);
/plugin/odt/ODT/
H A 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/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst70 numeric zero false
/plugin/judge/helper/
H A 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/numberedheadings/
H A DREADME.md69 ### Experimental: Alpha-numeric numbering
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml5 alphabetic or numeric character is a string,
16 numeric character, along with many
/plugin/nstoc/
H A Dsyntax.php500 // There's a depth value only, make it numeric:
/plugin/odt/renderer/
H A Dpage.php304 * @param numeric $margin_top Top-Margin in cm, default 2
305 * @param numeric $margin_right Right-Margin in cm, default 2
306 * @param numeric $margin_bottom Bottom-Margin in cm, default 2
307 * @param numeric $margin_left Left-Margin in cm, default 2
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst136 By default the annotation reader returns a list of annotations with numeric indexes. If you want yo…
149 …the cache with indexed or numeric keys, otherwise your code may experience failures due to caching…
/plugin/twofactorgoogleauth/
H A DQRCode.php176 $numeric = '/^[0-9]*$/';
179 if (preg_match($numeric, $data)) return 0;

1234