Home
last modified time | relevance | path

Searched refs:substr (Results 901 – 925 of 2368) sorted by relevance

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

/plugin/inlinejs/syntax/
H A Dembedcss.php40 $this->mode = substr(get_class($this), 7);
/plugin/markdowku/
H A Dcodespans2.php29 $renderer->cdata(substr($data[0], 2, -2));
H A Dcodespans3.php29 $renderer->cdata(substr($data[0], 3, -3));
H A Dcodespans4.php29 $renderer->cdata(substr($data[0], 4, -4));
H A Dcodespans5.php29 $renderer->cdata(substr($data[0], 5, -5));
H A Dcodespans1.php30 $renderer->cdata(substr($data[0], 1, -1));
/plugin/bibtex/
H A Dsyntax.php346 if(substr($url,0,3) == 'www') $url = 'http://'.$url;
432 if(substr($link['url'],0,7) != 'mailto:'){
508 if(substr($mime,0,5) == 'image'){
/plugin/patchpanel/
H A Dsyntax.php64 $match = substr($match,0,-13);
160 if(!substr($item['color'],0,1) == "#") { $item['color'] = '#CCCCCC'; }
204 if (substr($matches[0][2], 0, 1) == "#") {
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php259 $mainColorValue = substr($colorValue, strlen($gradientPrefix));
318 $lastMinusPart = substr($patternValue, $lastIndexOfMinus);
329 $pattern = substr($patternValue, 0, $lastIndexOfMinus);
/plugin/attribute/
H A Dhelper.php27 …$path = substr($this->conf['store'], 0, 1) == '/' ? $this->conf['store'] : DOKU_INC . $this->conf[…
274 return substr($x, 0, strlen($key)) == $key;
280 return rawurldecode(substr($x, strlen($key)));
/plugin/zip/pear/File/Archive/Predicate/
H A DExtension.php63 $extension = strtolower(substr($filename, $pos+1));
/plugin/translation3/
H A Dscript.js11 if(frm.action.substr(frm.action.length-1) == '/'){
/plugin/badbehaviour/bad-behavior/
H A Dwhitelist.inc.php74 $request_uri = substr($package['request_uri'], 0, strpos($package['request_uri'], "?"));
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DAuthHandlerFactory.php38 $guzzleVersion = (int) substr(ClientInterface::VERSION, 0, 1);
/plugin/highlightjs/highlight/
H A Dhighlight.js104 value = value.substr(index);
111 return [value.substr(0, match.index), match[0], false];
141 result += escape(buffer.substr(last_index, match.index - last_index));
152 result += escape(buffer.substr(last_index, buffer.length - last_index));
349 result += escape(value.substr(processed, current.offset - processed));
368 result += value.substr(processed);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php551 $newContent = substr(str_replace("\n", $eolChar, $buffer), 0, -1);
560 $content = PHP_CodeSniffer::prepareForOutput(substr($buffer, 0, -1));
749 $tokens[$stackPtr]['content'] = substr(
754 $tokenContent = substr(
958 $possibleEolChar = substr($string, $next, strlen($eolChar));
992 $possibleEolChar = substr($string, $next, strlen($eolChar));
/plugin/codemirror/dist/modes/
H A Dperl.min.js1substr:1,symlink:1,syscall:1,sysopen:1,sysread:1,sysseek:1,system:1,syswrite:1,tell:1,telldir:1,ti…
/plugin/mantis/lib/
H A Dclass.soap_parser.php72 $xml_decl = substr($xml, $pos_xml, strpos($xml, '?>', $pos_xml + 2) - $pos_xml + 1);
175 $prefix = substr($name,0,strpos($name,':'));
177 $name = substr(strstr($name,':'),1);
314 $prefix = substr($name,0,strpos($name,':'));
316 $name = substr(strstr($name,':'),1);
324 $id = substr($this->message[$pos]['attrs']['href'],1);
/plugin/strata/
H A Dscript.js82 s1 = s1.substr(1);
83 s2 = s2.substr(1);
109 s1 = s1.substr(0, s1.length - 1);
110 s2 = s2.substr(0, s2.length - 1);
256 result = values[k].substr(0, search.length) == search;
266 result = values[k].substr(values[k].length - search.length, search.length) == search;
/plugin/move/helper/
H A Dplan.php325 $to = $move['dst'] . substr($doc['id'], $strip);
742 if (substr($page, 0, $len + 1) === "$src:") {
743 $page = $dst . substr($page, $len + 1);
778 if(substr($page, 0, $len) != "$src") continue;
783 $newpage = $dst . substr($page, $len);
788 $newpage = $dst . substr($page, $len);
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js2substr(2)))}return data};_getchar=function _gc2(x){if(current_codepage===1200)return String.fromCh…
3substr(-4)===".bin"){if(data.data)return char_codes(data.data);if(data.asNodeBuffer&&has_buf)retur…
4substr(0,f[0].indexOf(":"))+":)"+f[0].substr(f[0].indexOf(":")+1);r[i]=new RegExp("<"+g+"[^>]*>(.*…
8substr(1,y[2].length-2);else{if(y[1].substr(0,6)==="xmlns:")w="xmlns"+y[1].substr(6);else w=y[1].s…
9substr(-1)!="/"};function parse_zip(zip,opts){make_ssf(SSF);opts=opts||{};fix_read_opts(opts);rese…
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpHandlerFactory.php40 $version = (int) substr(ClientInterface::VERSION, 0, 1);
/plugin/csstimeline/
H A Dhelper.php15 $match = substr($match, 13, -14);
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.p.inc.php25 …while (preg_match("#^(.*?)(<\s*p(\s+[^>]*?)?>)(.*?)($open|$close)#is",substr($sample_html, $offset…
/plugin/multitemplate_styleman/
H A Dcss.php27 …$DOKU_BASE = substr($script_name,0,strlen($script_name)-strlen('lib/plugins/multitemplate_styleman…

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