Home
last modified time | relevance | path

Searched refs:substr (Results 1001 – 1025 of 2368) sorted by relevance

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

/plugin/mdpage/vendor/cebe/markdown/block/
H A DQuoteTrait.php36 $line = substr($line, 2);
/plugin/medialist/
H A Dsyntax.php64 $renderer->doc .= '<!-- MEDIALIST '. substr($match, 12, -2) .' -->'.DOKU_LF;
/plugin/commentsyntax/syntax/
H A Dpreventive.php35 $this->mode = substr(__CLASS__, 7);
/plugin/dx/build/
H A DpluginInfoVersionUpdater.js12 options.date = (new Date()).toISOString().substr(0, 10);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDoubleEventsTest.php86 $body = substr(
H A DGetEventsByTimerangeTest.php83 $body = substr(
/plugin/ac/actions/
H A Dtickets.php7 $data[0] = substr($ID, strpos($ID, 'projekt:') + 8);
/plugin/ckgdoku/scripts/
H A Dmediamgr.js12 id = $link.attr("id").substr(2);
/plugin/yearbox/build/
H A DpluginInfoVersionUpdater.js16 options.date = (new Date()).toISOString().substr(0, 10);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php34 …if (isset($freebusy['FBTYPE']) && 'BUSY' !== strtoupper(substr((string) $freebusy['FBTYPE'], 0, 4)…
/plugin/tabinclude/syntax/
H A Dembed.php23 $match = substr($match,10,-2); // strip markup
H A Dinline.php24 $match = substr($match,12,-2); // strip markup
H A Dlink.php23 $match = substr($match,9,-2); // strip markup
/plugin/pageimage/
H A Dsyntax.php32 $image = trim(substr($match, 12, -2)); // strip markup & whitespace
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/
H A DFileExtensionSniff.php59 $extension = substr($fileName, strrpos($fileName, '.'));
/plugin/xfortune/
H A Dsyntax.php44 $match = substr($match, 11, -2); //strip markup from start and end
/plugin/epnsmartlink/
H A Daction.php59 if (substr($epnUrl, -3) === '.js') {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php35 …if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'], 0, 4)) !== 'BUSY'…
/plugin/fksnewsfeed/syntax/
H A Dstream.php18 preg_match_all('/([a-z]+)="([^".]*)"/', substr($match, 14, -2), $matches);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DInflateStream.php46 if (substr(bin2hex($header), 6, 2) === '08') {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
/plugin/googletagmanager/
H A Daction.php35 $is_AW_tag = substr($this->getConf(self::GTMID),0,3)=='AW-';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/
H A DFindStructure.php81 if (substr($body, -1) != "\n") {

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