Home
last modified time | relevance | path

Searched refs:substr (Results 1976 – 2000 of 2368) sorted by last modified time

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

/plugin/daummovie/
H A Dsyntax.php54 $match = substr($match,12,-2); //strip markup from start and end
/plugin/components/lib/
H A Dcomponent_manager.php33 if ($name && strtolower(substr($name, -4)) != '.php') $name .= '.php';
44 if (strtolower(substr($entry, -4)) != '.php') continue;
/plugin/googledrawing/
H A Dsyntax.php36 if(substr($url, -1) != '/')
82 if(substr($match, 0, 2) == '{{')
/plugin/dokutranslate/
H A Dsyntax.php196 if (substr($ACT, 0, 7) == 'export_') {
H A Daction.php395 if (substr($ACT, 0, 7) == 'export_') {
H A Dadmin.php278 $base = substr($base,strrpos($base,':')+1);
H A Dscript.js69 str = str.substr(1);
/plugin/variants/
H A Dvariants.php50 if ($mode == substr(get_class($this), 7)) return true;
84 $condition = substr($match, 7, -1);
125 if (substr($key, -1) == '!') {
126 $key = substr($key, 0, -1);
/plugin/twcheckliste/
H A Dsyntax.php40 if ($mode == substr(get_class($this), 7))
58 $match = substr($match, 11, -1);
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php81 $data = strtolower(trim(substr($match, strpos($match, ' '), -1), " \t\n/"));
/plugin/syntaxhighlightjs/static/lib/highlightjs/
H A Dhighlight.min.js2substr(c,p[0].offset-c)),c=p[0].offset,p==e){m.reverse().forEach(s);do l(p.splice(0,1)[0]),p=n();w…
/plugin/mredirect/
H A Daction.php21 $all = rtrim(rawWiki($ID)); $inner = substr ($all, 2, -2);
29 $url = substr ($url, strpos ($url, '"') + 1);
30 $url = substr ($url, 0, strpos ($url, '"'));
/plugin/imagemap/
H A Dsyntax.php39 $img = Doku_Handler_Parse_Media(substr($match, 6, -2));
85 if (substr($format,0,5) == 'xhtml') {
/plugin/youtrack/
H A Dhelper.php148 return substr($url, -1) === '/' ? substr($url, 0, strlen($url)-1) : $url;
/plugin/youtrack/syntax/
H A Dlist.php56 list($tmp, $match) = explode('>', substr($match, 0, -2), 2); // strip markup
/plugin/rst/
H A Daction.php26 if(substr($ID,-4) != '.rst') return true;
/plugin/abbr/syntax/
H A Dabbreviation.php26 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,substr(get_class($this), 7));
34 $match = substr($match, 6,-7); // drop markup
37 $match = substr($match, 6);
H A Dhtmltag.php26 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,substr(get_class($this), 7));
29 $this->Lexer->addExitPattern($this->exit_pattern,substr(get_class($this), 7));
/plugin/linkprefix/
H A Dredirect.php17 $title = (strlen($url) > 55) ? substr($url, 0, 51) . "[..]" : $url;
/plugin/youtracklinks/
H A Dhelper.php69 return substr($url, -1) === '/' ? substr($url, 0, strlen($url)-1) : $url;
/plugin/settingstree/settings/
H A Dsettingslevel.class.php30 $val = substr($this->path,strlen($this->_parent->path));
31 if ($val[0] == ':') $val = substr($val,1);
/plugin/explorertree/
H A Dhelper.php199 $base = substr($base,strrpos($base,':')+1);
/plugin/svgpureinsert/
H A Dhelper.php115 if(substr($width, -1, 1) == '%' || substr($height, -1, 1) == '%') {
H A Dsyntax.php63 $match = substr($match, 2, -2);
67 if(substr($id, 0, 1) == ' ') {
68 if(substr($id, -1, 1) == ' ') {
73 } elseif(substr($id, -1, 1) == ' ') {
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php29 if (preg_match('/ /u', substr($content,0,1))) {
40 $last_whitespace = substr($content, strlen($content) - 1, 1) == ' ';

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