Home
last modified time | relevance | path

Searched refs:indexOf (Results 201 – 225 of 667) sorted by relevance

12345678910>>...27

/plugin/combo/resources/snippet/js/
H A Dcache.js75 let fileLabel = file.substring(file.indexOf(':') + 1, file.lastIndexOf('.') - 2);
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js29 return ( this.indexOf( textToCheck ) > -1 ) ;
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc29 } else if (src.indexOf(blankImg) < 0) filt();
/plugin/credits/
H A Dscript.js87 if (navigator.userAgent.indexOf('Mac') != -1 && typeof document.body.leftMargin != 'undefined'){
/plugin/tocselect/
H A Dscript.js89 if (c.indexOf(name) == 0) {
/plugin/codemirror/dist/modes/
H A Dpegjs.min.js1 …k()===":"){return"variable"}return"variable-2"}else if(["[","]","(",")"].indexOf(b.peek())!=-1){b.…
H A Dbrainfuck.min.js.map1indexOf","eol","defineMIME"],"mappings":"CAKA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG,QAAQ…
H A Druby.min.js1 …false,f=false;while((d=a.next())!=null){if(!f){if("[{(".indexOf(d)>-1){c++}else if("]})".indexOf(d…
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc29 } else if (src.indexOf(blankImg) < 0) filt();
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js104 if (headers.indexOf(nodeType) != -1) {
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js104 if (headers.indexOf(nodeType) != -1) {
/plugin/s5/ui/default/
H A Diepngfix.htc29 } else if (src.indexOf(blankImg) < 0) filt();
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc29 } else if (src.indexOf(blankImg) < 0) filt();
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js319 if (copy.indexOf(left) == 0) {
326 if (copy.indexOf(right) == copyLength - rightLength) {
801 function indexOf(array, value) {
836 return nativ.test.call(flags.indexOf('x') > -1 ?
1082 if (XRegExp.isInstalled('astral') && flags.indexOf('A') === -1) {
2211 if (hasNativeU && flags.indexOf('u') > -1) {
2304 if (indexOf(this.captureNames, match[1]) > -1) {
2317 if (flags.indexOf('n') > -1) {
3098 if (line.indexOf(tab) === -1) continue;
3102 while ((pos = line.indexOf(tab)) !== -1) {
[all …]
/plugin/bookcreator/script/
H A Djquery.fileDownload.js152 } else if (userAgent.indexOf('android') !== -1) {
243 var qsStart = fileUrl.indexOf('?');
347 if (document.cookie.toLowerCase().indexOf(lowerCaseCookie) > -1) {
/plugin/lytebox/
H A Dlytebox.js228 if (imageLink.getAttribute('rel').indexOf('lyteframe') != -1) {
248 if (imageLink.getAttribute('rel').indexOf('lytebox') != -1) {
258 if (imageLink.getAttribute('rel').indexOf('lyteshow') != -1) {
346 if (aStyles[i].indexOf('width:') >= 0) {
354 } else if (aStyles[i].indexOf('height:') >= 0) {
362 } else if (aStyles[i].indexOf('scrolling:') >= 0) {
365 } else if (aStyles[i].indexOf('border:') >= 0) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js584 Popcorn.instances.splice( Popcorn.instances.indexOf( instance ), 1 );
1036 if ( !hasEvents && Popcorn.events.all.indexOf( type ) > -1 ) {
1071 ind = events.indexOf( fn );
1168 runningPlugins.splice( runningPlugins.indexOf( track ), 1 );
1587 runningPlugins.splice( runningPlugins.indexOf( byEnd ), 1 );
1665 runningPlugins.splice( runningPlugins.indexOf( byStart ), 1 );
1783 if ( Popcorn.protect.natives.indexOf( name.toLowerCase() ) >= 0 ) {
1876 runningPlugins.splice( runningPlugins.indexOf( options ), 1 ) &&
2008 if ( blacklist.indexOf( type ) === -1 ) {
2232 if ( Popcorn.protect.natives.indexOf( name.toLowerCase() ) >= 0 ) {
[all …]
/plugin/workflow/
H A Dscript.js59 if (crit[0] == j && values.indexOf(wfstate[j]) == -1) {
/plugin/tagfilter/script/select2/
H A Dselect2.js129 function indexOf(value, array) { function
258 if (indexOf(e.target, element.get()) >= 0) notify(e);
349 if (this.indexOf("select2-") === 0) {
358 if (this.indexOf("select2-") !== 0) {
371 var match=stripDiacritics(text.toUpperCase()).indexOf(stripDiacritics(term.toUpperCase())),
617 index = input.indexOf(separator);
1501 return indexOf(choices.filter(".select2-highlighted")[0], choices.get());
1848 if (style.indexOf("%") > 0) return style;
2851 if (indexOf(self.id(this), ids) < 0) {
3015 while((index = indexOf(thi
[all...]
/plugin/indexmenu/scripts/
H A Dcontextmenu.js175 b += (urlbase.indexOf("?id=") < 0) ? '?id=' : '';
189 url += (urlbase.indexOf("?") < 0) ? '?' : '&';
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.min.js17indexOf(e)>-1}},f=0;if(n=n===e?"":n+"",i=i===e?"":i+"",p.match.call(i,E))throw new SyntaxError("in…
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js161 var prevIndex = mxUtils.indexOf(this.ui.pages, this.previousPage);
254 var tmp = mxUtils.indexOf(this.ui.pages, this.relatedPage);
330 var comma = src.indexOf(',');
848 if (fontUrl.indexOf(Editor.GOOGLE_FONTS) == 0)
1002 var tmp = mxUtils.indexOf(this.pages, next);
1103 var tmp = mxUtils.indexOf(this.pages, page);
1193 newPage = this.insertPage(newPage, mxUtils.indexOf(this.pages, page) + 1);
1751 this.insertPage(null, mxUtils.indexOf(this.pages, page) + 1);
1912 return (mxUtils.indexOf(viewStateIgnored, key) < 0) ? value : undefined;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js124 var pos = tmp.indexOf('=');
173 if (mxUtils.indexOf(styles, valueStyles[i]) < 0)
204 if (mxUtils.indexOf(styles, connectStyles[i]) < 0)
255 var pos = tmp.indexOf('=');
272 if (mxUtils.indexOf(group, key) >= 0)
768 if (mxUtils.indexOf(connectStyles, keys[i]) >= 0)
794 else if (mxUtils.indexOf(styles, keys[i]) >= 0)
3344 var parms = (href.indexOf('?') > 0) ? 1 : 0;
4467 var idx = data.indexOf('&lt;mxGraphModel ');
4527 mxUtils.indexOf(data[0].types, 'text/html') >= 0)
[all …]
/plugin/fckg/fckeditor/
H A Dfckconfig.js29 var pos = allcookies.indexOf(name);
32 var end = allcookies.indexOf(";",start);
/plugin/tagfilter/
H A Dscript.js82 return tags[index][tag].indexOf(n) !== -1;
278 var i = (haystack + '').indexOf(needle, (offset || 0));

12345678910>>...27