Home
last modified time | relevance | path

Searched refs:substr (Results 1701 – 1725 of 2368) sorted by relevance

1...<<61626364656667686970>>...95

/plugin/openlayersmap/
H A DStaticMap.php282 . substr($this->mapCacheID, 0, 2) . "/" . substr($this->mapCacheID, 2, 2)
283 . "/" . substr($this->mapCacheID, 4);
472 return $this->tileCacheBaseDir . "/" . substr($url, strpos($url, '/') + 1);
/plugin/poll/
H A Dsyntax.php34 $match = substr($match, 6, -7); // strip markup
/plugin/ffindr/
H A Dffindr.php56 $match = substr($match, 9, -2);
/plugin/bbs/
H A Dsyntax.php30 return substr($match,5,-6);
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php17 preg_match_all('/([a-z]+)="([^".]*)"/', substr($match, 16, -2), $matches);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DSelfMemberReferenceSniff.php84 $declarationName = substr($declarationName, 1);
/plugin/groupmgr/
H A Dsyntax.php254 $authbygrp = substr($val, 1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php187 $pattern = substr($pattern, 1, -2);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php235 $trailingPart = substr($row['path'], strlen($source) + 1);
/plugin/ipmap/
H A Drendertables.php35 list($ip, $net,$subnet) = preg_split("/\//u", substr($match, 7, -1), 3);
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php202 $html_string = substr($html_string, $key_tags_pos[1],
/plugin/pgn4web/
H A Dsyntax.php85 $match=substr($match,6,-7);
/plugin/directorylist/syntax/
H A Ddirectorylist.php229 $link .= $conf['baseurl'].substr( $file->getRealPath(), $startpos);
/plugin/watchcycle/
H A Dsyntax.php66 $match = substr($match, strlen('~~WATCHCYCLE:'), strlen($match) - 2);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php279 if (substr($host, -(strlen($area))) === $area) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php247 if (strtolower(substr($this->organizer, 0, 7)) === 'mailto:') {
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md24 opts = [field.value.substr(0,getSelection(field).start)];
/plugin/publish/
H A Dsyntax.php47 $namespace = substr($match, 11, -1);
/plugin/fastwiki/
H A Dhistory.js67 var pageid = newpage.substr(1).replace(/.*doku.php(\?id=|\/)/, '').replace(/\//g, ':');
/plugin/do/syntax/
H A Ddolist.php51 $match = substr($match, 9, -2);
/plugin/ireadit/syntax/
H A Dlist.php149 return substr($k, 0, strlen($params['namespace'])) == $params['namespace'];
/plugin/combo/syntax/
H A Dfragment.php144 if (substr($match, 1, strlen(FragmentTag::TEMPLATE_TAG)) === FragmentTag::TEMPLATE_TAG) {
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php144 $exportFormat = substr($do, strlen(self::EXPORT_DO_PREFIX));
/plugin/combo/action/
H A Ddocustom.php215 return substr($actionName, strlen(self::DO_PREFIX));
/plugin/doi/syntax/
H A Ddoi.php42 $match = substr($match, 2, -2);

1...<<61626364656667686970>>...95