Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 – 9 of 9) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php57 $pos2 = \strpos($requestUri, '/', $pos1);
58 $pos2 = false !== $pos2 ? $pos2 : \strlen($requestUri);
61 $uriSegment = \substr($requestUri, 0, $pos2);
72 return \substr_replace($requestUri, $escapedUriSegment, 0, $pos2);
/plugin/masciimath/
H A Dsyntax.php443 $pos2 = $prevsym['from'][1]; # ` ^ `
449 … if ((($op == '_') or ($op == '^')) and (($pos2['ascii'] == '/') or ($pos2['ascii'] == '//'))) {
451 …$ml = $pos2['wrap_left'] . $pos1['ml_nobr'] . $pos4['wrap_left'] . $pos3['ml'] . $pos5['ml_nobr'] …
452 } elseif (($op == '^') and ($pos2['ascii'] == '_') and ($pos1['underover'])) {
455 } elseif (($op == '_') and ($pos2['ascii'] == '^') and ($pos1['underover'])) {
464 } elseif (($op == '^') and ($pos2['ascii'] == '_')) {
467 } elseif (($op == '_') and ($pos2['ascii'] == '^')) {
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js478 function Copy(string, pos1, pos2) argument
480 return string.substr(pos1, pos2 - pos1);
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js108 function Copy(string,pos1,pos2) argument
109 {return string.substr(pos1,pos2-pos1);}
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js1732 var pos2 = input.length - 2;
1735 array[SECOND] = toInt(input.substr(pos2));
1745 var pos2 = input.length - 2;
1748 array[SECOND] = toInt(input.substr(pos2));
/plugin/edittable/lib/
H A Dhandsontable.full.js8842 var pos2 = input.length - 2;
8845 array[SECOND] = toInt(input.substr(pos2));
8855 var pos2 = input.length - 2;
8858 array[SECOND] = toInt(input.substr(pos2));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jar ... .lang.String) String data int pos1 int pos2 StringBuffer buffer String toString public void appendStart (java. ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …nction isBeforeOrEqual(pos1, pos2) {\n return pos1.line < pos2.line || (pos1.line === pos2.line…
H A Dbundle.js.map1pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUT…