Home
last modified time | relevance | path

Searched refs:substr (Results 876 – 900 of 2368) sorted by relevance

1...<<31323334353637383940>>...95

/plugin/codeprettify/syntax/
H A Dcode.php38 $this->mode = substr(get_class($this), 7);
172 list($params, $title) = explode('|', substr($match, 5, -1), 2);
/plugin/netlogo/syntax/
H A Dapplet.php135 $src = substr($link[0],0,$pos);
136 $param = substr($link[0],$pos+1);
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php171 $responseBody = substr($respData, $headerSize);
172 $responseHeaders = substr($respData, 0, $headerSize);
/plugin/scrape/
H A Dsyntax.php47 $match = substr($match, 9, -2);
56 if (substr($query, -1) == '~') {
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php91 return (substr($this->getOS(), 0, 3) == "WIN");
119 if ($this->isWindows()) $to[] = substr($addr->build(true), 1, -1);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php123 if (substr($comment, -2) === '*/') {
124 $comment = trim(substr($comment, 0, -2));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php114 $iv = substr($iv, 0, 8);
118 return substr($symkey, 0, $length);
/plugin/davcal/syntax/
H A Dcalendar.php64 $options = trim(substr($match,15,-2));
74 $options = trim(substr($match,9,-2));
/plugin/odt/ODT/styles/
H A DODTTextOutlineStyle.php120 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
140 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
/plugin/sql2wiki/syntax/
H A Dquery.php55 // we use substr instead of simplexml to get the raw content
57 $tag_value = substr($match, $content_start, -strlen('</sql2wiki>'));
63 if (substr($name, 0, $length) === $needle) {
/plugin/dev/
H A DLangProcessor.php130 if (substr($path, 0, 7) == './lang/') continue; // skip language files
131 if (substr($path, 0, 9) == './vendor/') continue; // skip vendor files
/plugin/anewssystem/
H A Dsyntax.php48 $match = substr($match,strlen('{{anss>'),-2); //strip markup from start and end
87 $news_root = substr($allnewsdata, 0, $i);
110 $key = substr($postkey, strlen($cut_prefx));
651 …$tmp = substr($ans_conf['param'],strlen('flash')); //strip parameter to get set of add par…
847 …$tmp = substr($ans_conf['param'],strlen('cloud')); //strip parameter to get set of add par…
906 $styles .= ' text-align: '.substr(trim($token),1).';';
922 $styles .= ' float: '.substr(trim($token),1).';';
969 $tmp = substr($ans_conf['param'],strlen('allnews'));
1183 $tmp = substr($ans_conf['param'],strlen('allnews'));
1306 …$news_content = "<br>".'<span class="news_preview">' . trim(substr($news_content,0,(int)$archive_o…
/plugin/resizeblacklist/
H A Daction.php22 $isImage = substr($MIME, 0, 5) == 'image';
/plugin/authfacebook/lib/
H A Dautoload.php70 $relativeClass = substr($class, $len);
/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php41 $trimmed_renderer_response = substr($renderer_response, strpos($renderer_response, 'doku.php'), -5);
/plugin/dbquery/syntax/
H A Dmacro.php38 $macro = strtolower(trim(substr($match, 10, -2)));
/plugin/freechat/phpfreechat/src/commands/
H A Derror.class.php15 $error_ids = substr($error_ids,1);
/plugin/wow/
H A Dsyntax.php176 …$renderer->doc .= '<a href="' . $link . '"><img src="' . substr(DOKU_PLUGIN, strlen($_SERVER["DOCU…
/plugin/instantpage/action/
H A DadjustPrefetchCaching.php31 if (substr($INPUT->server->str('SCRIPT_NAME'), -8) !== 'doku.php') {
/plugin/indexmenu/syntax/
H A Dtag.php55 $match = substr($match, 14, -2);
/plugin/extranet/
H A Dsyntax.php39 return substr($match, 2, -2);
/plugin/adhocmathml/
H A Dabstract.php30 return (substr($value, 0, 11) !== 'javascript:');
/plugin/photogallery/
H A Dsyntax.php132 if(substr($param,0,2) == 'no'){
133 $data[substr($param,2)] = false;
181 $line[0] = substr($matches[0],1);
442 if(substr($enclosure->get_type(),0,5) != 'image') continue;
540 $pgid = 'pg-'.substr(md5($data['ns']),4);
922 $yy = substr($date ,0,4);
923 $mm = substr($date ,5,2);
924 $dd = substr($date ,8,2);
/plugin/mantis/lib/
H A Dclass.wsdl.php351 $prefix = substr($name, 0, strpos($name, ':'));
355 $name = substr(strstr($name, ':'), 1);
712 $ns = substr($t['type'], 0, strrpos($t['type'], ':'));
939 if (substr($localPart, -1) == '^') {
940 $localPart = substr($localPart, 0, -1);
1020 $uqType = substr($type, strrpos($type, ':') + 1);
1021 $ns = substr($type, 0, strrpos($type, ':'));
1042 if (substr($uqType, -1) == '^') {
1043 $uqType = substr($uqType, 0, -1);
1427 if (substr($uqType, -1) == '^') {
[all …]
/plugin/toc/
H A Dsyntax.php54 return substr($match, 2, -2);

1...<<31323334353637383940>>...95