/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A D | arrays.js | 374 assert.equal(_.lastIndexOf(numbers, 1), 2); 377 numbers.lastIndexOf = null; 385 assert.equal(_.lastIndexOf(val, 2), -1, msg); 386 assert.equal(_.lastIndexOf(val, 2, -1), -1, msg); 387 assert.equal(_.lastIndexOf(val, 2, -20), -1, msg); 388 assert.equal(_.lastIndexOf(val, 2, 15), -1, msg); 392 var index = _.lastIndexOf(numbers, 2, 2); 405 assert.strictEqual(_.lastIndexOf(array, 1, fromIndex), 3); 414 return _.lastIndexOf(array, 3, fromIndex); 425 return _.lastIndexOf(array, 1, fromIndex); [all …]
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | JCaptureApplet.java | 22 if (dokuHost.lastIndexOf(":")<HTTPS_PREFIX.length()) { // No port number in createRequest() 64 int nsIdx = fileName.lastIndexOf(":"); in createRequest() 89 return fileName.substring(fileName.lastIndexOf(":")+1); in bodyName()
|
/plugin/editions/ |
H A D | script.js | 13 var hashPos = target.lastIndexOf('#'); 23 var hashPos = target.lastIndexOf('#');
|
/plugin/diagrams/script/ |
H A D | embed-toolbar.js | 24 const start = area.value.lastIndexOf(open, selection.start); 28 const prev = area.value.lastIndexOf(close, selection.start - close.length);
|
/plugin/fedauth/js/ |
H A D | admin.js | 37 did = did.substring(did.lastIndexOf('_')+1); 248 return pid.substring(pid.lastIndexOf('[')+1, pid.lastIndexOf(']'));
|
/plugin/tindexmenu/jsmenu/ |
H A D | menu.js | 43 fnid = fnid.substring(0,nid.lastIndexOf(s));
|
H A D | admmenu.js | 58 fnid = fnid.substring(0,nid.lastIndexOf(s));
|
H A D | usrmenu.js | 56 fnid = fnid.substring(0,nid.lastIndexOf(s));
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | UrlLibrary.js | 18 var last = fname.lastIndexOf('/');
|
H A D | OneDriveFile.js | 29 url = url.substring(0, url.lastIndexOf('/')); 50 url = url + '/Forms/AllItems.aspx?id=' + id + '&parent=' + id.substring(0, id.lastIndexOf('/')); 65 parent = parent.substring(0, parent.lastIndexOf('/'));
|
H A D | Init.js | 377 var lastIndex = host.lastIndexOf(searchString, position); 388 var lastIndex = host.lastIndexOf(searchString, position);
|
H A D | DropboxClient.js | 403 var index = (binary) ? data.lastIndexOf(',') : -1; 626 var idx = path.lastIndexOf('/'); 925 var index = (binary) ? data.lastIndexOf(',') : -1; 985 var index = (binary) ? data.lastIndexOf(',') : -1;
|
/plugin/indexmenu/ |
H A D | script.js | 477 let posext = themedir.lastIndexOf(".");
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | remove.js | 17 lastIndex = result.lastIndexOf(delimiter);
|
/plugin/cryptsign/ |
H A D | script.js | 18 if (sum.value !== '' && sum.value.lastIndexOf(' ') !== sum.value.length) {
|
/plugin/publish/ |
H A D | script.js | 35 var pageNamespace = id.substr(0,id.lastIndexOf(':'));
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckconfig.js | 44 …ath = sFullProtocol + FCKConfig.BasePath.substring( 0, FCKConfig.BasePath.lastIndexOf( '/' ) + 1) ; 49 …ath = document.location.pathname.substring( 0, document.location.pathname.lastIndexOf( '/' ) + 1) ;
|
/plugin/farm/ |
H A D | script.js | 16 p = p.substr(0, p.lastIndexOf('/')); 102 if(!o.className.match(/animal_dir/)) p = p.substr(0, p.lastIndexOf('/'));
|
/plugin/blogtng/ |
H A D | script.js | 114 …insertAtCarret('wiki__text','@#'+this.href.substring(this.href.lastIndexOf('#')+'#comment_'.length… 126 commentPopup(e, this.href.substring(this.href.lastIndexOf('#')+'#comment_'.length));
|
/plugin/superacl/ |
H A D | script.js | 201 ns = ns.substr(0,ns.lastIndexOf(':')); 210 id = id.substr(0,id.lastIndexOf(':'));
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shBrushBash.js | 36 …result.push(new constructor(match.end_tag, match.index + match[0].lastIndexOf(match.end_tag), 'pre…
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shBrushBash.js | 20 …result.push(new constructor(match.end_tag, match.index + match[0].lastIndexOf(match.end_tag), 'pre…
|
/plugin/diagramsnet/lib/plugins/ |
H A D | sql.js | 316 if (name.lastIndexOf(']') === (name.length - 1)) { 320 if (name.lastIndexOf(')') === (name.length - 1)) { 324 if (name.lastIndexOf('(') === (name.length - 1)) { 336 name = name.substring(0, name.lastIndexOf(' '));
|
/plugin/orgchart/ |
H A D | script.js | 4 var sep_char_index = id.lastIndexOf(':');
|
/plugin/combo/resources/snippet/js/ |
H A D | cache.js | 75 let fileLabel = file.substring(file.indexOf(':') + 1, file.lastIndexOf('.') - 2);
|