Home
last modified time | relevance | path

Searched refs:string (Results 2876 – 2900 of 3165) sorted by relevance

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

/plugin/pdfjs/pdfjs/web/locale/ast/
H A Dviewer.properties161 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/bs/
H A Dviewer.properties161 # english string describing the error.
/plugin/codemirror/dist/modes/
H A Dslim.min.js1 …{/)){c.tokenize=w("}",c.tokenize);return null}var d=new a.StringStream(b.string.slice(c.stack.inde…
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_kr.js.map1 …enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in v…
/plugin/codeprettify/code-prettify/
H A DREADME.md42 static const string VOILA = "Voila";
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js1 …);var i=b(d.line,e<0?h.start:h.end);if(g&&e>0&&h.end==d.ch||!/\w/.test(h.string)){var j=a.findPosH…
/plugin/pdfjs/pdfjs/web/locale/ltg/
H A Dviewer.properties180 # english string describing the error.
/plugin/authhttp/
H A DREADME101 the HTTP authentication login name (the string in $_SERVER['PHP_AUTH_USER']).
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1string(candidate.uri) || Is.undefined(candidate.uri));\n }\n Location.is = is;\n})(Location …
H A Dbundle.js.map1string.js","webpack:///./node_modules/d3-geo/src/pointEqual.js","webpack:///./node_modules/d3-geo/…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1string.js","webpack://mermaid/./node_modules/d3-timer/src/timer.js","webpack://mermaid/./node_modu…
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt109 …ents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~…
335 System.out.println("Hello World!"); //Display the string.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md119 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl)
366 * #156: Simpler way to check if a string is UTF-8. (@Hywan)
504 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md58 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl)
305 * #156: Simpler way to check if a string is UTF-8. (@Hywan)
443 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js12string=!0,c.arraybuffer="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array,c.nodebuff…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock2487 "symfony/string": "^5.4|^6.0"
3688 "name": "symfony/string",
3692 "url": "https://github.com/symfony/string.git",
3697 "url": "https://api.github.com/repos/symfony/string/zipball/b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0",
3749 "string",
3755 "source": "https://github.com/symfony/string/tree/v6.2.5"
/plugin/callflow/
H A Draphael.js542 string = "string",
970 if (g == null && R.is(r, string)) {
3747 pathString && !R.is(pathString, string) && !R.is(pathString[0], array) && (pathString += E);
5333 easing = R.is(easing, string) ? easing : collector;
5542 paperproto.print = function (x, y, string, font, size, origin, letter_spacing, line_spacing) { argument
5546 var letters = Str(string)[split](E),
5645 …token && R.is(token, string) && args.length - 1 && (token = token.replace(formatrg, function (str,…
7465 …res.textpath.string && (span.innerHTML = Str(res.textpath.string).replace(/</g, "&#60;").replace(/…
7784 this.textpath.string = params.text;
7943 o.string = Str(text);
/plugin/advrack/
H A Draphael.js542 string = "string",
970 if (g == null && R.is(r, string)) {
3747 pathString && !R.is(pathString, string) && !R.is(pathString[0], array) && (pathString += E);
5333 easing = R.is(easing, string) ? easing : collector;
5541 paperproto.print = function (x, y, string, font, size, origin, letter_spacing, line_spacing) { argument
5545 var letters = Str(string)[split](E),
5644 …token && R.is(token, string) && args.length - 1 && (token = token.replace(formatrg, function (str,…
7471 …res.textpath.string && (span.innerHTML = Str(res.textpath.string).replace(/</g, "&#60;").replace(/…
7790 this.textpath.string = params.text;
7949 o.string = Str(text);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }…
/plugin/tagfilter/script/select2/
H A Dselect2.js159 // Check whether 'a' or 'b' is a string (primitive or object).
160 // The concatenation of an empty string (+'') converts its argument to a string's primitive.
167 * Splits the string into an array of values, trimming each value. An empty array is returned for nulls or empty
169 * @param string
172 function splitVal(string, separator) { argument
174 if (string === null || string.length < 1) return [];
175 val = string.split(separator);
409 * @param options.data a function(searchTerm, pageNumber, context) that should return an object containing query string parameter
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md36 * Ensure that all digits of a string are hexadecimal before decoding in ColorConverter (@derklaro)
235 - Check $html in `$mpdf->WriteHTML()` to see if it is an integer, float, string, boolean or
236 a class with `__toString()` and cast to a string, otherwise throw exception.
311 - bug fixed in Overwrite() when specifying replacement as a string
652 - embedded fonts: Panose string incorrectly output as decimals - changed to hexadecimal
/plugin/pdfjs/pdfjs/web/locale/ff/
H A Dviewer.properties202 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/ms/
H A Dviewer.properties202 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/nb-NO/
H A Dviewer.properties202 # english string describing the error.
/plugin/pdfjs/pdfjs/web/locale/sl/
H A Dviewer.properties202 # english string describing the error.

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