Home
last modified time | relevance | path

Searched refs:substr (Results 1751 – 1775 of 2368) sorted by relevance

1...<<71727374757677787980>>...95

/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.item.php59 $item->set_value(substr($value, 1, strlen($value)-2));
/plugin/include/_test/
H A Dnamespace_includes.test.php132 $page = substr($page, 0, -4);
/plugin/tagfilter/syntax/
H A Dcompare.php52 $match = trim(substr($match, 13, -2));
/plugin/combo/syntax/
H A Dtoggle.php177 if (substr($targetId, 0, 1) != "#") {
/plugin/combo/ComboStrap/
H A DHtml.php227 $inlineCss = substr($inlineCss, 0, -1);
/plugin/qna/syntax/
H A Dtoc.php18 $this->mode = substr(get_class($this), 7);
/plugin/photogallery/phpThumb/
H A Dphpthumb.ico.php59 $icAND[$key] .= chr(bindec(str_pad(substr($scanlinemaskbits, $i, 8), 8, '0', STR_PAD_LEFT)));
H A DphpThumb.php175 $args = explode(';', substr($_SERVER['PATH_INFO'], 1));
192 if (substr($key, -2) == '[]') {
193 $array_key_name = substr($key, 0, -2);
/plugin/dbquery/syntax/
H A Dquery.php38 return ['name' => substr($match, 8, -2)];
/plugin/eventum/XML/
H A DRPC.php1465 $errstr = substr($data, 0, strpos($data, "\n") - 1);
1476 $XML_RPC_xh[$parser]['ha'] = substr($data, 0, $brpos);
1477 $data = substr($data, $brpos + 4);
1486 $data = substr($data, 0, strpos($data, "</methodResponse>") + 17);
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js277 movie_id = movie_id.substr(0,movie_id.indexOf('?')); // Strip anything after the ?
280 movie_id = movie_id.substr(0,movie_id.indexOf('&')); // Strip anything after the &
329 frame_url = frame_url.substr(0,frame_url.indexOf('iframe')-1);
669 }else if(itemSrc.substr(0,1) == '#'){
/plugin/blogtng/helper/
H A Dentry.php754 $blogs[] = substr($file, strlen(DOKU_PLUGIN . 'blogtng/tpl/'), -10);
1005 if ($convert && (substr($current, 0, 8) == 'internal')) {
1098 return getNS($ns).':'.substr($link, 2);
1101 return $ns.':'.substr($link, 1);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php58 $offset = substr($z, 0, 3) . ':' . substr($z, 3, 2);
545 $p = substr($pl[4], 1);
821 $rev = substr($rev[0], 0, 7);
/plugin/siteexport/inc/
H A Dfunctions.php101 $uri['path'] = substr($uri['path'], 1);
457 if ( substr($key, -2) == '[]' ) {
458 $key = substr($key, 0, -2);
/plugin/gdpr/action/
H A Ddelusers.php200 $pageid = substr($changelogFN, strlen($conf['metadir']), -1 * strlen('.changes'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php185 ['#/'.substr($pattern, 1), '/a/b'],
/plugin/spellcheck/
H A Dspellcheck.php276 print substr($_POST['data'],0,3);
/plugin/countdown/
H A Dsyntax.php53 $stripped = substr($match,11,-1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DIncrementDecrementUsageSniff.php207 $operator = substr($tokens[$stackPtr]['content'], 0, 1);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php354 return $this->write(substr($line, 0, $n), $n);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php222 $exception = substr($exception, 0, $space);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php354 return $this->write(substr($line, 0, $n), $n);
/plugin/strata/types/
H A Dwiki.php44 return substr($value,1,-1);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php96 … $targetPath = substr($base->getPath(), 0, $lastSlashPos + 1) . $rel->getPath();
H A DMessage.php193 $scheme = substr($host, -4) === ':443' ? 'https' : 'http';

1...<<71727374757677787980>>...95