Home
last modified time | relevance | path

Searched refs:substr (Results 1051 – 1075 of 2368) sorted by relevance

1...<<41424344454647484950>>...95

/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php328 if (substr($filename, 0, $striplen) == $strip) {
329 $filename = substr($filename, $striplen);
/plugin/bez/mdl/
H A DTaskFactory.php25 $first = (int) substr($min_date, 0, strpos($min_date, '-'));
26 $last = (int) substr($max_date, 0, strpos($max_date, '-'));
/plugin/revealjs/
H A Drenderer.php481 $text = substr($text, 1);
483 if(substr($text, -1) == "\n") {
484 $text = substr($text, 0, -1);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php374 if (stripos($header, 'second-') === 0) $header = (int)(substr($header, 7));
481 if (substr($token['token'], 0, 16) !== 'opaquelocktoken:') {
485 $checkToken = substr($token['token'], 16);
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php100 $p2 = str_replace("\\","/",substr($p2, strlen($p1)+1, strlen($p2)-strlen($p1)));
103 $p2 = substr($p2, strlen($p1));
105 $p2 = substr($p2, strlen($p1)+1);
/plugin/mytemplate/
H A Daction.php39 $functionname = substr($functioncall[0], 0, strcspn($functioncall[0], '('));
133 $map[trim(substr($field, 0, $pos))] = trim(substr($field, $pos + 1));
/plugin/tabinclude/
H A Dhelper.php67 $page = substr($page,1);
80 $p = substr($page,0,strpos($page,'[['));
91 $page = substr($page,1);
H A Dajax.php34 if(strpos($ID,":")===0) $link = substr($ID,1);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php374 if (stripos($header, 'second-') === 0) $header = (int)(substr($header, 7));
481 if (substr($token['token'], 0, 16) !== 'opaquelocktoken:') {
485 $checkToken = substr($token['token'], 16);
/plugin/diagramsnet/lib/math/extensions/
H A Dmml2jax.js19substr(0,6)==="xmlns:"&&a.nodeValue===this.MMLnamespace){this.PushMathElements(h,e,a.nodeName.subs…
/plugin/addressbook/
H A Dsyntax.php57 if ($match[0]==':') $match = substr($match,1);
116 if (substr($data,0,7) == 'contact' &&
120 $renderer->doc .= $this->showcontact(intval(substr($data,8)),$ID);
125 if (substr($data,0,5) == 'index' &&
153 if (substr($data,0,5) == 'print') {
717 $params = substr($params,strpos($params,'?')+1);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php292 return substr($str, $ini, $len);
311 if (substr($url, 0, 1) === '/') {
344 $param = substr($param, 0, -1);
727 $substring = substr($_SERVER['QUERY_STRING'], $index + strlen($name) + 1);
729 return $end ? substr($substring, 0, strpos($substring, '&')) : $substring;
1223 $key = substr($key, 0, $keySize);
/plugin/codemirror/dist/modes/
H A Ddtd.min.js.map1substr","length","backUp","dashes","quote","escaped","terminator","eol","startState","base","baseI…
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php250 $uchr = substr($s, $i, $ulen);
321 $uchr = substr($s, $i, $ulen);
616 return (string) substr($s, $start, null === $length ? 2147483647 : $length);
689 return substr($haystack, 0, $pos);
692 return substr($haystack, $pos);
786 $code = ($s = unpack('C*', substr($s, 0, 4))) ? $s[1] : 0;
/plugin/togglewrap/
H A Dsyntax.php31 $match = substr($match, 13, -2);
/plugin/bbcode/
H A Dimage.php27 $match = trim(substr($match, 5, -6));
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php143 return substr($this->getPathname(), strlen($relative));
/plugin/syntaxmantis/
H A Dsyntax.php35 $match = substr( $match, 9, -2 ); // strip "~~Mantis:" from start and "~~" from end
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DPostStatementCommentSniff.php69 if (substr($tokens[$stackPtr]['content'], 0, 2) !== '//') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php93 $extension = strtolower(substr($fileName, strrpos($fileName, '.') + 1));
/plugin/tabinclude/syntax/
H A Dlines.php27 $match = substr($match,7,-9); // strip markup
/plugin/eventline/timeline_ajax/scripts/
H A Dsignal.js21 var count = parseInt(url.substr(url.indexOf(substring) + substring.length + 1));
/plugin/tline/timeline_ajax/scripts/
H A Dsignal.js21 var count = parseInt(url.substr(url.indexOf(substring) + substring.length + 1));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DAutoloader.php76 $class = substr($class, 1);
/plugin/today/
H A Dsyntax.php63 $namespace = trim(substr($match, strlen('{today'), -1));

1...<<41424344454647484950>>...95