Home
last modified time | relevance | path

Searched refs:string (Results 2801 – 2825 of 3165) sorted by relevance

1...<<111112113114115116117118119120>>...127

/plugin/edittable/lib/
H A Dhandsontable.full.js5832 return string[0].toUpperCase() + string.substr(1);
5854 unique.push(string);
5914 string += '';
9157 string = config._i,
9158 match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),
9228 string = config._i
9492 skipped = string.substr(0, string.indexOf(parsedInput));
9496 string = string.slice(string.indexOf(parsedInput) + parsedInput.length);
11022 return string;
13812 ? function (string, arg) { return rxfn.call(string, this, arg); }
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js954 function $w(string) { argument
955 if (!Object.isString(string)) return [];
956 string = string.strip();
957 return string ? string.split(/\s+/) : [];
1240 var string = this.toString(radix || 10);
1241 return '0'.times(length - string.length) + string;
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_SVG-full.js63string=n;this.i=0;this.macroCount=0;var m;if(o){m={};for(var p in o){if(o.hasOwnProperty(p)){m[p]=…
64string="\\mathop{\\rm "+k+"}"+i+" "+this.string.slice(this.i);this.i=0},SkipLimits:function(j){var…
/plugin/pdfjs/pdfjs/web/locale/ka/
H A Dviewer.properties202 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/kk/
H A Dviewer.properties202 # english string describing the error.
/plugin/codemirror/dist/modes/
H A Dmbox.min.js.map1 …(header) {\n if (header === \"Subject\") return \"header\";\n return \"string\";\n}\n\nfunction …
H A Drpm.min.js.map1 …return 'tag'; }\n }\n if (stream.match(simpleEmail)) { return 'string'; }\n stream.…
H A Dtextile.min.js1 …atch(/^:\S+/);return i}return f(c)}function e(a,b,c,d,e){var g=a.pos>e?a.string.charAt(a.pos-e-1):…
/plugin/pdfjs/pdfjs/web/locale/bn-IN/
H A Dviewer.properties202 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
H A Dviewer.properties131 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/hi-IN/
H A Dviewer.properties184 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/mr/
H A Dviewer.properties187 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/te/
H A Dviewer.properties178 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/ar/
H A Dviewer.properties202 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/bg/
H A Dviewer.properties202 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/be/
H A Dviewer.properties202 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/fa/
H A Dviewer.properties183 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/pa-IN/
H A Dviewer.properties196 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/bn-BD/
H A Dviewer.properties192 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/gu-IN/
H A Dviewer.properties202 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/he/
H A Dviewer.properties202 # english string describing the error.
/plugin/fckg/
H A DChanges270 New lang string-- 'complex_tables'-- for editing window
319 Removed query string from copied/pasted images; interfered with parsing of url. Affects
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php317 * $params['index'] = (string) Default index for items which don't provide one
318 * $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
319 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
321 * $params['routing'] = (string) Specific routing value
326 * $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
399 * $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
402 * $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
404 * $params['q'] = (string) Query in the Lucene query string syntax
405 * $params['analyzer'] = (string) Th
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php3045 * @param string $string
3049 private function trimnl($string) argument
3051 return preg_replace('/[ ]*\n/', "\n", $string);
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1string","newPos","getPrefix","precise","digits","state","emacsPrefix","clearPrefix","Number","repe…

1...<<111112113114115116117118119120>>...127