Home
last modified time | relevance | path

Searched refs:number (Results 551 – 575 of 1459) sorted by relevance

1...<<21222324252627282930>>...59

/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshThemeMDUltra.css21 .syntaxhighlighter .line.highlighted.number{color:white !important;}
H A DshThemeMidnight.css21 .syntaxhighlighter .line.highlighted.number{color:#38566f !important;}
H A DshThemeRDark.css21 .syntaxhighlighter .line.highlighted.number{color:#b9bdb6 !important;}
H A DshThemeEclipse.css21 .syntaxhighlighter .line.highlighted.number{color:#fff !important;}
H A DshThemeDjango.css21 .syntaxhighlighter .line.highlighted.number{color:white !important;}
/plugin/backup/
H A DCHANGELOG.md25 - [BT-44] - Added this CHANGELOG.md file and first official version number 1.0.0 and release date t…
/plugin/animation/styles/
H A DshThemeDefault.css29 .syntaxhighlighter .line.highlighted.number {
/plugin/bootswrapper/exe/help/
H A Dcarousel.txt72 | ''interval'' | number | ''5000'' | The amount of time to delay between automatically cycling an i…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc43 // e.g. prints the number of document per page (100)
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php617 public static function LittleEndian2String($number, $minbytes=1) { argument
619 while ($number > 0) {
620 $intstring .= chr($number & 255);
621 $number >>= 8;
/plugin/404manager/
H A DCHANGES.md17 … use the plugin base `404manager` as class name because it begins with a number and it's forbidden…
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt53 [[data:type:number:|Number]]
/plugin/publistf/
H A DCHANGELOG.md34 * changed version number and changelog format for project (the existing changelog
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc32 $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt3 Farms allow you to have a single DokuWiki installation (The "Farmer") that powers an arbitrary number of
/plugin/indexmenu/
H A Dstyle.css258 #indexmenu__wiz .number input {
270 #indexmenu__wiz fieldset.indexmenu_options label.number {
/plugin/captcha/
H A DEasySVG.php41 * Function takes UTF-8 encoded string and returns unicode number for every character.
59 $number = ($lookingFor == 3) ?
63 $unicode[] = $number;
/plugin/authyubikey/
H A Dauth.php.org207 * @return int the number of users deleted
237 * Return a count of the number of user which meet $filter criteria
266 * @param int $limit max number of users to be returned
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt102 FileBrowserError_default: 'Error on your request. Error number: ',
107 FileBrowserError_Upload: 'Error on upload. Error number: ',
115 DlgSpecialExplaination : "Click on a character or Enter an entity number or code in the text box, t…
/plugin/codemirror/dist/modes/
H A Dmathematica.min.js.map1number';\n }\n\n // Mathematica numbers. Floats (1.2, .2, 1.) can have optionally a precisio…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit18 FileBrowserError_default: 'Error on your request. Error number: ',
23 FileBrowserError_Upload: 'Error on upload. Error number: ',
86 …'<li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li>…
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit22 FileBrowserError_default: 'Error on your request. Error number: ',
27 FileBrowserError_Upload: 'Error on upload. Error number: ',
92 …'<li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li>…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js.map1number.hex'],\n [/0[_oO][0-7](_?[0-7])*/, 'number.octal'],\n [/0[bB][01](_?[…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js2593 if (number === number) {
2595 number = number <= upper ? number : upper;
2598 number = number >= lower ? number : lower;
2601 return number;
3119 return number >= nativeMin(start, end) && number < nativeMax(start, end);
5416 return function(number, precision) { argument
5417 number = toNumber(number);
5428 return func(number);
13981 function clamp(number, lower, upper) {
14035 function inRange(number, start, end) {
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2593 if (number === number) {
2595 number = number <= upper ? number : upper;
2598 number = number >= lower ? number : lower;
2601 return number;
3119 return number >= nativeMin(start, end) && number < nativeMax(start, end);
5416 return function(number, precision) { argument
5417 number = toNumber(number);
5428 return func(number);
13981 function clamp(number, lower, upper) {
14035 function inRange(number, start, end) {
[all …]

1...<<21222324252627282930>>...59