Home
last modified time | relevance | path

Searched refs:substring (Results 76 – 100 of 427) sorted by relevance

12345678910>>...18

/plugin/tindexmenu/jsmenu/
H A Dusrmenu.js56 fnid = fnid.substring(0,nid.lastIndexOf(s));
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js44 …FCKConfig.BasePath = sFullProtocol + FCKConfig.BasePath.substring( 0, FCKConfig.BasePath.lastIndex…
49 …FCKConfig.BasePath = document.location.pathname.substring( 0, document.location.pathname.lastIndex…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js117 beginStr = this.textInputs[textIndex].substring( 0, pos );
118 endStr = this.textInputs[textIndex].substring(
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js117 beginStr = this.textInputs[textIndex].substring( 0, pos );
118 endStr = this.textInputs[textIndex].substring(
/plugin/overlay/
H A Dscript.js163 c = c.substring(1);
166 return c.substring(name.length,c.length);
/plugin/blogtng/
H A Dscript.js114 …insertAtCarret('wiki__text','@#'+this.href.substring(this.href.lastIndexOf('#')+'#comment_'.length…
126 commentPopup(e, this.href.substring(this.href.lastIndexOf('#')+'#comment_'.length));
/plugin/jmol2/jmol/
H A DJmol.js113 codebaseDirectory = f.substring(0, f.lastIndexOf("/"));
114 fileNameOrUseSignedApplet = f.substring(f.lastIndexOf("/") + 1);
176 label = script.substring(0, 32);
283 label = script.substring(0, 32);
576 syncId: ("" + Math.random()).substring(3),
624 _jmol.browserVersion = parseFloat(ua.substring(index+candidate.length+1));
904 var text = data.substring(pt0, pt)
911 var tagname = data.substring(pt0, pt)
923 var attrname = data.substring(pt0, pt).toLowerCase()
934 var attrvalue = data.substring(pt0, pt)
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js32 return unescape(dc.substring(begin + prefix.length, end));
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxFile.js23 return this.stat.path_display.substring(1);
228 var folder = (index > 1) ? this.stat.path_display.substring(1, index + 1) : null;
H A DEditor.js1551 if (f.substring(0, 8) == '%PDF-1.7')
1608 result = f.substring(pos, end);
2655 var remote = src.substring(0, 7) == 'http://' || src.substring(0, 8) == 'https://';
3020 path = path.substring(0, idx + 1);
3661 return d.substring(start, pos);
3704 var result = f.substring(0, pos);
3713 result = f.substring(0, pos - 8);
3732 result += f.substring(pos - 8, f.length);
5641 if (url.substring(0, 5) == 'http:')
7773 if (type.substring(0, 2) == 'ER')
[all …]
H A DElectronApp.js444 if (cont != null && (cont.substring(0, 8) === '<mxfile ' ||
445 cont.substring(0, 14) === '<mxGraphModel '))
477 var format = path.substring(path.lastIndexOf('.') + 1);
1059 name = name.substring(0, name.lastIndexOf('.')) + '.drawio';
1066 if (xml.substring(0, 10) == '<mxlibrary')
1102 fn(null, tmp, null, name.substring(0, name.lastIndexOf('.')) + '.drawio', isModified);
1461 ext = name.substring(idx + 1);
1462 name = name.substring(0, idx);
1508 ext = name.substring(idx + 1);
1509 name = name.substring(0, idx);
/plugin/codehighlight/cp/engines/
H A Dmsie.js106 code = code.substring(ini,end);
107 return code.substring(code.indexOf('<P>'),code.lastIndexOf('</P>')+4);
216 words = rangeAndCaret[0].substring(rangeAndCaret[1]-40,rangeAndCaret[1]);
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1substring(0,2),16)};var z=function(F){return parseInt((C(F)).substring(2,4),16)};var D=function(F)…
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js1substring(0,2),16)};var z=function(F){return parseInt((C(F)).substring(2,4),16)};var D=function(F)…
/plugin/tabbox/
H A Dscript.js62 tabboxopen($box, window.location.hash.substring(1));
/plugin/combo/resources/snippet/js/
H A Dlightbox.js50 let bsVersion = parseInt(bootstrap.Modal.VERSION.substring(0, 1), 10);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php727 $substring = substr($_SERVER['QUERY_STRING'], $index + strlen($name) + 1);
728 $end = strpos($substring, '&');
729 return $end ? substr($substring, 0, strpos($substring, '&')) : $substring;
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js157 s = this.substring( 0, start ) ;
160 s += this.substring( start + length , this.length ) ;
/plugin/confmanager/
H A Dscript.js15 let key = ARRcookies[i].substring(0,ARRcookies[i].indexOf("=")+1);
16 let value = ARRcookies[i].substring(ARRcookies[i].indexOf("=")+1);
/plugin/alphalist2/
H A Dscript.js33 var level = $levelDiv.attr("class").substring("level".length);
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js72 else if (window.location.hash.substring(0, 2) == '#T')
/plugin/fedauth/js/
H A Dadmin.js37 did = did.substring(did.lastIndexOf('_')+1);
248 return pid.substring(pid.lastIndexOf('[')+1, pid.lastIndexOf(']'));
/plugin/orgchart/
H A Dscript.js6 return id.substring(id.length, sep_char_index+1);
/plugin/acmenu/
H A Dscript.js27 var items = cookie.substring((_COOKIE_NAME + "=").length, cookie.length);
/plugin/widearea/widearea/
H A Dwidearea.js285 …entTextArea.value = currentTextArea.value.substring(0, selectionStart) + "\t" + currentTextArea.va…

12345678910>>...18