Home
last modified time | relevance | path

Searched refs:startsWith (Results 51 – 75 of 75) sorted by last modified time

123

/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1startsWith","startsWith","that","index","search","core","hide","redefine","ctx","PROTOTYPE","IS_FO…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …interpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith strideof strideo…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js791 if (!prop.startsWith("$") && !prop.startsWith("_")) {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13 …==o.update){var d=gantt[s](n.value.id);for(var c in n.value)c.startsWith("$")||c.startsWith("_")||…
H A Ddhtmlxgantt_undo.js.map1startsWith","noTrack","onBeforeUndo","onBeforeRedo","batchActions","Monitor","_batchAction","_batc…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md332 * <a href="#_startswithstring-target-position0">`_.startsWith`</a>
8632 `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,
9605 <h3 id="_startswithstring-target-position0"><code>_.startsWith([string=''], [target], [position=0])…
9623 _.startsWith('abc', 'a');
9626 _.startsWith('abc', 'b');
9629 _.startsWith('abc', 'b', 1);
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js3020 if (lodashStable.startsWith(key, '_') && lodashStable.isObject(value) &&
21203 assert.strictEqual(_.startsWith(string, 'a'), true);
21209 assert.strictEqual(_.startsWith(string, 'b'), false);
21215 assert.strictEqual(_.startsWith(string, 'b', 1), true);
21222 assert.strictEqual(_.startsWith(string, 'a', position), false);
21232 return _.startsWith(string, 'a', position);
21242 assert.strictEqual(_.startsWith(string, 'a', position), true);
21243 assert.strictEqual(_.startsWith(string, 'b', position), false);
21250 assert.strictEqual(_.startsWith(string, 'bc', 1.2), true);
26738 return lodashStable.startsWith(methodName, '_');
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js14656 function startsWith(string, target, position) {
16814 lodash.startsWith = startsWith;
H A Dlodash.min.js122 …r r=_r(n,t,true)-1;if(lu(n[r],t))return r}return-1},An.startCase=Mf,An.startsWith=function(n,t,r){… function
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js14656 function startsWith(string, target, position) {
16814 lodash.startsWith = startsWith;
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php638 public static function startsWith($value, $prefix, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md144 `startsWith($value, $prefix, $message = '')` | Check that a string has a prefix
/plugin/fetchmedia/lib/
H A Dbundle.js1 …){"use strict";var e=r(0),i=r(8),o=r(74),u="".startsWith;e(e.P+e.F*r(75)("startsWith"),"String",{s…
/plugin/issuetracker/
H A Dprototype.js727 function startsWith(pattern) { function
774 startsWith: startsWith,
805 var comp = match[1].startsWith('[') ? match[2].replace(/\\\\]/g, ']') : match[1];
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js11844 function startsWith(string, target, position) {
12918 lodash.startsWith = startsWith;
H A Dpdfmake.min.js.map1startsWith","template","otherOptions","settings","templateSettings","isEscaping","isEvaluating","i…
H A Dpdfmake.min.js8 …se=Va,e.some=zr,e.sortedIndex=er,e.sortedLastIndex=nr,e.startCase=$a,e.startsWith=uo,e.template=lo…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js506 startsWith: function(pattern) {
574 var comp = match[1].startsWith('[') ? match[2].gsub('\\\\]', ']') : match[1];
3311 '^=': function(nv, v) { return nv.startsWith(v); },
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java21 if (dokuHost.toLowerCase().startsWith(HTTPS_PREFIX)) { in createRequest()
34 if (dokuBase.startsWith(host)) { in createRequest()
H A DTranslucener.java11 if (jVersion==null || "1.6".equals(jVersion) || jVersion.startsWith("1.6.")) { in makeFrameTranslucent()
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js2360 String.prototype.startsWith=function(A){return this.length>=A.length&&this.substr(0,A.length)==A; method in String
/plugin/simplechat/
H A Dajax.php7 function startsWith($haystack, $needle) function
21 if( startsWith($msg,"/" )) {
22 if( startsWith( $msg, "/me ") ) {
24 } elseif ( startsWith( $msg, "/time") ){
26 } elseif ( startsWith( $msg, "/flip") ){
29 } elseif ( startsWith( $msg, "/roll") ){
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js608 function startsWith(pattern) { function
656 startsWith: startsWith,
686 var comp = match[1].startsWith('[') ? match[2].replace(/\\\\]/g, ']') : match[1];
3860 '^=': function(nv, v) { return nv == v || nv && nv.startsWith(v); },
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js2360 String.prototype.startsWith=function(A){return this.length>=A.length&&this.substr(0,A.length)==A; method in String
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …pring:1,sqrt:1,squareSurface:1,srtContext:1,stackTrace:1,startString:1,startsWith:1,stitchAndExplo… property in hljs.LANGUAGES.mel.dM.k

123