Home
last modified time | relevance | path

Searched refs:substr (Results 1376 – 1400 of 2368) sorted by relevance

1...<<51525354555657585960>>...95

/plugin/highlightparent/
H A Daction.php93 if (substr($baseID, -1) === ':') {
/plugin/revealjs/syntax/
H A Dfragment.php48 list($type, $param1, $param2) = preg_split("/\s+/", substr($match, 1, -1), 3);
/plugin/fedauth/
H A Dcommon.php96 …$protocol = substr(strtolower($_SERVER['SERVER_PROTOCOL']), 0, strpos(strtolower($_SERVER['SERVER_…
/plugin/webcomics/
H A Dsyntax.php54 $match = substr($match, 8, -2);
/plugin/authlinotp/
H A Dauth.php66 $body = json_decode(substr( $response, $header_size ));
/plugin/actickets/
H A Dsyntax.php94 if (substr($url, -1) != '/') {
/plugin/creole/syntax/
H A Dlistblock.php87 if (substr($match,-1) == '*') $type = 'u';
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php32 if (DIRECTORY_SEPARATOR != substr($path, -1)) {
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DParserTest.php91 $inside = $this->parseInline(substr($text, 1, $terminatingMarkerPos - 1));
/plugin/rating/
H A DCrawlerDetect.php335 if (substr($key, 0, 5) === 'HTTP_') {
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php81 $data = strtolower(trim(substr($match, strpos($match, ' '), -1), " \t\n/"));
/plugin/pagestat/syntax/
H A Dblock.php33 $match = trim(substr($match,3,-1));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php49 if (substr($loadedClass, $offset) === $suiteClassName &&
/plugin/abstract/
H A Dsyntax.php34 $flags = substr($match, 9, -1);
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceParser.php277 if (\substr($title, -1) === $this->titleDelimiter) {
280 $title = \substr($title, 0, -1);
/plugin/yourip/
H A Dsyntax.php40 $match = substr($match, 9, -2);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php71 $path = substr($path, 1);
/plugin/statdisplay/
H A Dsyntax.php38 $command = trim(substr($match, 14, -2));
/plugin/autoindex/
H A Dsyntax.php75 $first = PhpString::strtoupper(PhpString::substr($page['title'], 0, 1));
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php71 $path = substr($path, 1);
/plugin/randomtables/action/
H A Dajax.php98 $relative_class = substr($class, $len);
/plugin/layeranimation/syntax/
H A Ditem.php46 list ($option, $clip) = explode('?', substr($match, 6, -1), 2);
/plugin/struct/syntax/
H A Dvalue.php66 $inline = substr($match, 3, -2);
/plugin/siteexport/syntax/
H A Dsiteexport.php32 $options = explode(' ', trim(substr($match, 2, -2)?:""));
/plugin/runcommand/
H A Dsyntax.php84 $match = substr($match,12,-13); // remove form wrap
390 $result = substr($result, 0, -1)." ];\n";
492 return substr($result, 0, -2);

1...<<51525354555657585960>>...95