Home
last modified time | relevance | path

Searched refs:lastIndexOf (Results 151 – 175 of 209) sorted by last modified time

123456789

/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc252 var c1_inx = results.lastIndexOf(c1); // start position of chars to delete
1198 var font_start = results.lastIndexOf('__STYLE__');
1297 var codeinx = results.lastIndexOf('code');
1298 var fileinx = results.lastIndexOf('file');
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js180 function lastIndexOf(array, value) { function
182 if (Array.prototype.lastIndexOf) {
183 return array.lastIndexOf(value); // Use the native method if available
921 if (!compliantExecNpcg && match.length > 1 && lastIndexOf(match, "") > -1) {
1048 n = captureNames ? lastIndexOf(captureNames, $1) : -1;
1186 … var index = isNaN(match[1]) ? (lastIndexOf(this.captureNames, match[1]) + 1) : +match[1],
2537 offsetMatches(result, match.index + match[0].lastIndexOf(match.right));
H A DshCore.min.js17lastIndexOf)return e.lastIndexOf(t);for(;n--;)if(e[n]===t)return n;return-1}function a(e,t){return…
H A DshBrushBash.js36 …result.push(new constructor(match.end_tag, match.index + match[0].lastIndexOf(match.end_tag), 'pre…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js1256 offsetMatches(result, match.index + match[0].lastIndexOf(match.right));
H A DshBrushBash.js20 …result.push(new constructor(match.end_tag, match.index + match[0].lastIndexOf(match.end_tag), 'pre…
/plugin/fetchmedia/lib/
H A Dbundle.js1lastIndexOf,st=K.reduce,ft=K.reduceRight,at=K.join,lt=K.sort,ht=K.slice,pt=K.toString,vt=K.toLocal…
/plugin/issuetracker/
H A Dprototype.js728 return this.lastIndexOf(pattern, 0) === 0;
1171 function lastIndexOf(item, i) { function
1220 if (!arrayProto.lastIndexOf) arrayProto.lastIndexOf = lastIndexOf;
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js12lastIndexOf("/");return b>0?a.substring(0,b):""},x=function(a){return"/"!=a.slice(-1)&&(a+="/"),a}…
H A Djszip.js921 var lastSlash = path.lastIndexOf('/');
1545 return this.data.lastIndexOf(sig);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js6874 function lastIndexOf(array, value, fromIndex) {
11847 return string.lastIndexOf(target, position) == position;
12222 var index = result.lastIndexOf(separator);
12896 lodash.lastIndexOf = lastIndexOf;
H A Dpdfmake.min.js.map1lastIndexOf","pull","pullAt","remove","rest","sortedIndex","sortedLastIndex","take","takeRight","t…
H A Dpdfmake.min.js8lastIndexOf(e,n)==n}function lo(t,n,r){var i=e.templateSettings;r&&xn(t,n,r)&&(n=r=null),t=h(t),n=…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js15lastIndexOf("\n")+1),textOnSameLineAfterCursor=textAfterCursor.match(/(.*)\n?/)[1],textOnNextLine=…
H A Dfabric.js22681 textOnSameLineBeforeCursor = textBeforeCursor.slice(textBeforeCursor.lastIndexOf('\n') + 1),
22828 textOnSameLineBeforeCursor = textBeforeCursor.slice(textBeforeCursor.lastIndexOf('\n') + 1),
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js29 var lastWhitespaceIndex = abbreviated.substring(0, length - 1).lastIndexOf(' ');
351 var service = click.substr(click.lastIndexOf('_') + 1, click.length);
H A Djquery.socialshareprivacy.min.js14 …decodeURIComponent(b);if(f.length<=a)return b;var j=f.substring(0,a-1).lastIndexOf(" ");return f=e…
31 …lick",function(c){var e=c.target.id,g="socialSharePrivacy_"+e.substr(e.lastIndexOf("_")+1,e.length…
/plugin/editions/
H A Dscript.js13 var hashPos = target.lastIndexOf('#');
23 var hashPos = target.lastIndexOf('#');
/plugin/dokucrypt/
H A Dscript.js298 if((ptend=data.lastIndexOf("</"))==-1) {
334 if((ptend=data.lastIndexOf("</"))==-1) {
/plugin/cryptsign/
H A Dscript.js18 if (sum.value !== '' && sum.value.lastIndexOf(' ') !== sum.value.length) {
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js1611 …validHead = ((lastOpen = checkedGame.lastIndexOf("{")) < 0) || (checkedGame.lastIndexOf("}")) > la…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js39 lineStart = text.lastIndexOf('\n', selection.start) + 1;
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc16 blankImg = blankImg.substring(0,blankImg.lastIndexOf("/")+1) + "images/blank.gif";
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js643 var begin = w.value.lastIndexOf(' ', selStart - 1) + 1;

123456789