Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 25 of 207) sorted by path

123456789

/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md904 * Fixed: Zeroes were being exported to data formats as empty strings rather than numbers
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1numbers.\n\t *\n\t * @private\n\t * @param {number} min The minimum possible value.\n\…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2CustomAttribute.php27 public $numbers; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2CustomAttribute
51 public function setNumbers($numbers) argument
53 $this->numbers = $numbers;
57 return $this->numbers;
/plugin/bible/
H A DREADME3 recognizes bible verse chapters and numbers and creates pop-up text of the verse
H A Dplugin.info.txt6 desc recognizes bible verse chapters and numbers and creates pop-up text of the verse
/plugin/bible/bible_douayRheims/
H A D1_Machabees.txt227 …he went to Antioch, and chose soldiers, that they might come again into Judea with greater numbers.
H A D2_Machabees.txt12 …1:12. For he made numbers of men swarm out of Persia, that have fought against us, and the holy ci…
H A D2_Paralipomenon.txt331 …17:2. And he placed numbers of soldiers in all the fortified cities of Juda. And he put garrisons …
H A DDeuteronomy.txt535 …20:1. If thou go out to war against thy enemies, and see horsemen and chariots, and the numbers of…
/plugin/blockquote/
H A Dstyle.css33 /* CSS quotes property quotation mark entity numbers can be customized */
/plugin/captcha/
H A Dhelper.php212 $numbers = $this->generateMagicCode($ident, $rand);
217 if ($lettercount > strlen($numbers)) $lettercount = strlen($numbers);
219 $code .= chr(floor(hexdec($numbers[$i] . $numbers[$i + 1]) / 10) + 65);
234 $numbers = $this->generateMagicCode($ident, $rand);
237 $op = (hexdec($numbers[0]) > 8) ? -1 : 1;
238 $num = [hexdec($numbers[1] . $numbers[2]), hexdec($numbers[
[all...]
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc22224 …caps-words ignore-domain-names ignore-words-with-mixed-cases ignore-words-with-numbers".split(" "),
22225 …-caps-words", "ignore-domain-names", "ignore-words-with-mixed-cases", "ignore-words-with-numbers"],
22586 …== typeof a.config.scayt_ignoreWordsWithNumbers && (f["ignore-words-with-numbers"] = a.config.scay…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc154 id: 'numbers',
166 … label: editor.lang.geshi.linenums ||'Line number or numbers: line n or n1,n2..',
201 var highlight = dialog.getValueOf( 'tab-basic', 'numbers' );
/plugin/codehighlight/cp/
H A Dcodepress.css9 background-image:url("images/line-numbers.png");
20 body.hide-line-numbers {background:white;margin-left:16px;}
21 body.show-line-numbers {background-image:url("images/line-numbers.png");margin-left:32px;}
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1numbers","validMarks","concat","validRegisters","isLine","firstLine","lastLine","isLowerCase","k",…
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …\"none\", \"normal\", \"not-allowed\", \"nowrap\",\n \"ns-resize\", \"numbers\", \"numeric\", \…
H A Ddjango.min.js.map1numbers\n if (stream.match(/\\b\\d+(\\.\\d+)?\\b/)) {\n return \"number\";\n }\n\…
H A Dfactor.min.js.map1 … {regex: /\\S*?\"/, token: \"string\", next: \"string\"},\n // numbers: dec, hex, unicod…
H A Dforth.min.js.map1 …;\n return 'string' + stt.state;\n }\n\n // numbers\n if (ma…
H A Dmathematica.min.js.map1numbers\n // Numbers in a baseform\n if (stream.match(reBaseForm, true, false)) {\n ret…
H A Dpowershell.min.js.map1numbers","identifiers","symbolBuiltins","namedBuiltins","variableBuiltins","builtins","grammar","k…
H A Dpuppet.min.js.map1 …atch(/.*?\\//);\n return 'variable-3';\n }\n // Match all the numbers\n if (ch.match…
H A Dsas.min.js.map1 … return \"string\";\n } else if (/[\\d\\.]/.test(ch)) { //find numbers\n if (ch =…
H A Dsass.min.js.map1 …se{\n\n if (ch === \"#\") {\n stream.next();\n // Hex numbers\n if (stre…
H A Dsql.min.js.map1 … } else if (ch.charCodeAt(0) > 47 && ch.charCodeAt(0) < 58) {\n // numbers\n // ref: ht…

123456789