Searched refs:indexOf (Results 1 – 25 of 959) sorted by relevance
12345678910>>...39
| /plugin/diagramsnet/lib/plugins/ |
| D | sql.js | 122 var referencesIndex = name.toLowerCase().indexOf("references"); 130 var referencedTableIndex = referencesSQL.indexOf("("); 131 var referencedPropertyIndex = referencesSQL.indexOf(")"); 156 var referencesIndex = name.toLowerCase().indexOf("references"); 158 if (name.toLowerCase().indexOf("foreign key(") !== -1) { 159 …var foreignKeySQL = name.substring(name.toLowerCase().indexOf("foreign key("), referencesIndex).re… 161 …var foreignKeySQL = name.substring(name.toLowerCase().indexOf("foreign key ("), referencesIndex).r… 165 var alterTableName = name.substring(0, name.indexOf("WITH")).replace('ALTER TABLE ', ''); 173 var referencedTableIndex = referencesSQL.indexOf("("); 174 var referencedPropertyIndex = referencesSQL.indexOf(")"); [all …]
|
| /plugin/interwikipaste/ |
| D | script.js | 65 if (path.indexOf('/doku.php') === 0 && url.search.indexOf('?') === 0) { 71 } else if (path.indexOf('/doku.php/') === 0) { 78 …} else if (path.indexOf('/lib/exe/detail.php/') === 0 || path.indexOf('/lib/exe/fetch.php/') === 0… 88 …} else if (path.indexOf('/lib/exe/detail.php') === 0 || path.indexOf('/lib/exe/fetch.php') === 0) { 96 } else if (path.indexOf('/_media/') === 0) { // media with .htaccess rewriting 103 } else if (path.indexOf('/_detail/') === 0) { // media with .htaccess rewriting 136 if (pasted.indexOf(window.location.origin) === 0) { 165 …const linkClosed = textAfter.substring(0, eol).indexOf(']]') > textAfter.substring(0, eol).indexOf…
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | is-mergeable.js | 47 …(singleSelector.indexOf(Marker.COLON) > -1 && !areMergeable(singleSelector, extractPseudoFrom(sing… 152 name = match.indexOf(Marker.OPEN_ROUND_BRACKET) > -1 ? 153 match.substring(0, match.indexOf(Marker.OPEN_ROUND_BRACKET)) : 156 … if (mergeablePseudoClasses.indexOf(name) === -1 && mergeablePseudoElements.indexOf(name) === -1) { 174 bracketOpensAt = match.indexOf(Marker.OPEN_ROUND_BRACKET); 180 if (hasArguments && PSEUDO_CLASSES_WITH_ARGUMENTS.indexOf(name) == -1) { 184 if (!hasArguments && PSEUDO_CLASSES_WITH_ARGUMENTS.indexOf(name) > -1) { 211 matchAt = selector.indexOf(match, positionInSelector); 212 nextMatchAt = selector.indexOf(match, matchAt + 1); 217 name = match.indexOf(Marker.OPEN_ROUND_BRACKET) > -1 ? [all …]
|
| D | extract-properties.js | 30 if (name.indexOf('--') === 0) 57 if (name.indexOf('-radius') > 0) 61 if (name.indexOf('border-') === 0 && /^border\-\w+\-\w+$/.test(name)) 63 if (name.indexOf('border-') === 0 && /^border\-\w+$/.test(name)) 65 if (name.indexOf('text-') === 0)
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | optimize.js | 137 (colorFnLowercase == 'rgb' && tokens.length === 3 && colorDef.indexOf('%') > 0) || 138 (colorFnLowercase == 'rgba' && tokens.length == 4 && colorDef.indexOf('%') > 0); 144 if (tokens[1].indexOf('%') == -1) { 148 if (tokens[2].indexOf('%') == -1) { 155 if (compatibility.colors.opacity && name.indexOf('background') == -1) { 157 if (split(value, ',').pop().indexOf('gradient(') > -1) { 197 if (property.name.indexOf('box-shadow') > -1) { 244 newValue = match.substring(0, match.indexOf(val)) + newValue; 252 if (!precisionOptions.enabled || value.indexOf('.') === -1) { 294 …if (value.indexOf('%') > 0 && (name == 'height' || name == 'max-height' || name == 'width' || name… [all …]
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.array.index-of.js | 4 var $native = [].indexOf; 5 var NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0; 9 indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.array.index-of.js | 4 var $native = [].indexOf; 5 var NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0; 9 indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
|
| /plugin/codemirror/dist/modes/ |
| D | sas.min.js | 1 …indexOf("inDataStep")!==-1||a[i].state.indexOf("ALL")!==-1)){if(e.start<e.pos)e.backUp(e.pos-e.sta…
|
| /plugin/dokucrypt3/ |
| H A D | crypto_high-level.js | 24 while((cur=x.indexOf("<" + tag,pos))!=-1) { 25 if((opentag_end=x.indexOf(">",cur))==-1) { 28 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) { 55 while((cur=x.indexOf("<" + tag,pos))!=-1) { 56 if((opentag_end=x.indexOf(">",cur))==-1) { 59 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) { 77 if((tagend=data.indexOf(">"))==-1) { 106 if((loff=opentag.indexOf(attr + "=" ))!=-1) { 107 if((t=opentag.indexOf(" ",loff+attr.length+1))!=-1) { 127 if((tagend=data.indexOf(">"))==-1) {
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | abcweb-1.js | 16 for(var k=0;k<s_a.length;k++){if(s_a[k].src.indexOf(app)>=0) 67 j=page.indexOf("<mei ") 68 if(j>=0){k=page.indexOf("</mei>")+6 78 if(res=='script'){j=page.indexOf('>',j)+2 79 i=page.indexOf('</'+res,j) 82 i+=10}else{i=page.indexOf('>',j)+1 84 i=page.indexOf('\n',i) 85 j=page.indexOf('</'+res,i) 96 k=page.indexOf(res[0].replace("begin","end"),re_stop.lastIndex) 123 while(1){i=page.indexOf('%%abc-include ',k) [all …]
|
| /plugin/ryubin/ryubin/js/ |
| D | AC_RunActiveContent.js | 5 var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; 6 var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; 7 var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; 102 if (versionRevision.indexOf("d") > 0) { 103 versionRevision = versionRevision.substring(0, versionRevision.indexOf("d")); 110 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; 112 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; 114 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; 157 if (src.indexOf('?') != -1)
|
| /plugin/tagentry/ |
| D | script.js | 6 var tagstart = oldtext.toLowerCase().indexOf("{{tag>"); 9 var tagend = oldtext.substr(tagstart).indexOf("}}"); 19 while ((f=oldtext.toLowerCase().substr(s,l).indexOf(tagname.toLowerCase())) >= 0) { 28 l = oldtext.substr(s).indexOf("}}"); 30 tagend = oldtext.substr(tagstart).indexOf("}}");
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | usage.js | 139 return (options.alias[alias] || []).indexOf(key) === -1 161 if (~options.boolean.indexOf(key)) type = '[boolean]' 162 if (~options.count.indexOf(key)) type = '[count]' 163 if (~options.string.indexOf(key)) type = '[string]' 164 if (~options.normalize.indexOf(key)) type = '[string]' 165 if (~options.array.indexOf(key)) type = '[array]' 250 if (~options.boolean.indexOf(alias)) yargs.boolean(key) 251 if (~options.count.indexOf(alias)) yargs.count(key) 252 if (~options.string.indexOf(alias)) yargs.string(key) 253 if (~options.normalize.indexOf(alias)) yargs.normalize(key) [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | arrays.js | 303 assert.equal(_.indexOf(numbers, 2), 1, 'can compute indexOf'); 304 var result = (function(){ return _.indexOf(arguments, 2); }(1, 2, 3)); 309 assert.equal(_.indexOf(val, 2), -1, msg); 310 assert.equal(_.indexOf(val, 2, -1), -1, msg); 311 assert.equal(_.indexOf(val, 2, -20), -1, msg); 312 assert.equal(_.indexOf(val, 2, 15), -1, msg); 317 var index = _.indexOf(numbers, num, true); 321 index = _.indexOf(numbers, num, true); 325 assert.equal(_.indexOf(numbers, num, true), 1, '40 is in the list'); 326 assert.equal(_.indexOf(numbers, 6, true), -1, '6 isnt in the list'); [all …]
|
| /plugin/rigrr/lib/rigrr/ |
| D | rigrr.nocache.js | 1 …y{var c=l.location.search;return (c.indexOf(T)!=-1||(c.indexOf(U)!=-1||l.external&&l.external.gwtO… 3 function C(){function e(a){var b=a.lastIndexOf(Y);if(b==-1){b=a.length}var c=a.indexOf(Z);if(c==-1)… 6 function h(){var a=m.getElementsByTagName(cb);for(var b=0;b<a.length;++b){if(a[b].src.indexOf(db)!=… 10 …e(lb),g;if(f){f=f.replace(mb,O);if(f.indexOf(nb)>=0){continue}if(f==ob){g=e.getAttribute(pb);if(g)… 15 …indexOf(Bb)!=-1}())return Bb;if(function(){return c.indexOf(Cb)!=-1||function(){if(c.indexOf(Db)!=…
|
| /plugin/rigrr/lib/ |
| D | rigrr.nocache.js | 1 …y{var c=l.location.search;return (c.indexOf(T)!=-1||(c.indexOf(U)!=-1||l.external&&l.external.gwtO… 3 function C(){function e(a){var b=a.lastIndexOf(Y);if(b==-1){b=a.length}var c=a.indexOf(Z);if(c==-1)… 6 function h(){var a=m.getElementsByTagName(cb);for(var b=0;b<a.length;++b){if(a[b].src.indexOf(db)!=… 10 …e(lb),g;if(f){f=f.replace(mb,O);if(f.indexOf(nb)>=0){continue}if(f==ob){g=e.getAttribute(pb);if(g)… 15 …indexOf(Bb)!=-1}())return Bb;if(function(){return c.indexOf(Cb)!=-1||function(){if(c.indexOf(Db)!=…
|
| /plugin/fastwiki/ |
| D | pagecache.js | 29 m_queue.splice(m_queue.indexOf(id), 1); 32 var p1Idx = m_p1Queue.indexOf(id); 58 if (href && href.indexOf('://') < 0) { 60 if (href.indexOf('id=') >= 0) 100 var line1End = pages[p].indexOf('\n'); 105 if (pages[p].indexOf('<body') >= 0) 123 var idx = queue.indexOf(id);
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | createstylerule.js | 9 this.is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1)); 10 this.is_iewin = (is_ie && (agt.indexOf("win") != -1)); 11 this.is_iemac = (is_ie && (agt.indexOf("mac") != -1));
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/ |
| D | wrap-for-optimizing.js | 37 if (skipProperties && skipProperties.indexOf(property[1][1]) > -1) { 100 …} else if (lastValue[1].indexOf(Match.BANG) > 0 && !lastValue[1].match(Match.IMPORTANT_WORD_PATTER… 102 …} else if (lastValue[1].indexOf(Match.BACKSLASH) > 0 && lastValue[1].indexOf(Match.BACKSLASH) == l… 103 match = [Hack.BACKSLASH, lastValue[1].substring(lastValue[1].indexOf(Match.BACKSLASH) + 1)]; 104 } else if (lastValue[1].indexOf(Match.BACKSLASH) === 0 && lastValue[1].length == 2) { 152 … .substring(0, lastValue[1].indexOf(hackFrom[0] == Hack.BACKSLASH ? Match.BACKSLASH : Match.BANG))
|
| /plugin/tablelayout/_jstest/ |
| D | freezeRows.tests.js | 39 …var actual_width = parseInt(actual_html.substr(actual_html.indexOf('width: ')+'width: '.length, '2… 41 …var expected_width = parseInt(expected_html.substr(expected_html.indexOf('width: ')+'width: '.leng… 44 …var actual_height = parseInt(actual_html.substr(actual_html.indexOf('height: ')+'height: '.length,… 46 …var expected_height = parseInt(expected_html.substr(expected_html.indexOf('height: ')+'height: '.l…
|
| /plugin/runcommand/ |
| D | script.js | 14 var begin = url.indexOf("/"); 15 var end = url.indexOf("?")-8; // remove 8 characther for "doku.php" text. 37 var begin = url.indexOf("/"); 38 var end = url.indexOf("?")-8; // remove 8 characther for "doku.php" text.
|
| /plugin/asciidocjs/node_modules/jake/test/unit/ |
| D | namespace.js | 50 assert.ok(task.action.toString().indexOf('zooby:frang:w00t:bar') > -1); 56 assert.ok(task.action.toString().indexOf('zooby:frang:w00t:bar') > -1); 62 assert.ok(task.action.toString().indexOf('top-level foo') > -1); 68 assert.ok(task.action.toString().indexOf('zooby:frang:w00t:bar') > -1);
|
| /plugin/asciidocjs/node_modules/with/ |
| D | index.js | 31 return exclude.indexOf(v) === -1 44 while (vars.indexOf(local) != -1 || exclude.indexOf(local) != -1) { 49 while (vars.indexOf(result) != -1 || exclude.indexOf(result) != -1) {
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | sound.js | 50 if(Prototype.Browser.Gecko && navigator.userAgent.indexOf("Win") > 0){ 51 …if(navigator.plugins && $A(navigator.plugins).detect(function(p){ return p.name.indexOf('QuickTime… 53 …else if(navigator.plugins && $A(navigator.plugins).detect(function(p){ return p.name.indexOf('Wind… 55 …else if(navigator.plugins && $A(navigator.plugins).detect(function(p){ return p.name.indexOf('Real…
|
| /plugin/asciidocjs/node_modules/balanced-match/ |
| D | index.js | 26 var ai = str.indexOf(a); 27 var bi = str.indexOf(b, ai + 1); 40 ai = str.indexOf(a, i + 1); 50 bi = str.indexOf(b, i + 1);
|
12345678910>>...39