Home
last modified time | relevance | path

Searched refs:substr (Results 1876 – 1900 of 2368) sorted by last modified time

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

/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php21 $chunks[] = substr($string, $pos, $split_length);
H A Dwhitelist.inc.php74 $request_uri = substr($package['request_uri'], 0, strpos($package['request_uri'], "?"));
/plugin/badbehaviour/
H A Dadmin.php106 $ip = hexdec(substr($code,0,2)).'.'.
107 hexdec(substr($code,2,2)).'.'.
108 hexdec(substr($code,4,2)).'.'.
109 hexdec(substr($code,6,2));
110 $code = substr($code,8);
/plugin/anonip/
H A Daction.php36 $ip = 'fe80:'.substr($uid,0,4).
37 ':'.substr($uid,4,4).
38 ':'.substr($uid,8,4).
39 ':'.substr($uid,12,4).
40 ':'.substr($uid,16,4).
41 ':'.substr($uid,20,4).
42 ':'.substr($uid,24,4);
/plugin/rating/
H A DCrawlerDetect.php335 if (substr($key, 0, 5) === 'HTTP_') {
H A Dsyntax.php42 $match = substr($match,8);
/plugin/prettytables/
H A Dscript.js29 if (text.substr(i,1)==' ') a++; else break;
32 if (text.substr(i,1)==' ') b++; else break;
87 t = t.substr(s[0].length);
91 t = t.substr(s[1].length);
104 t = t.substr(s[0].length);
108 t = t.substr(s[1].length);
/plugin/iframe/
H A Dsyntax.php24 $match = substr($match, 6, -2);
29 if (!$this->getConf('js_ok') && substr($url,0,11) == 'javascript:'){
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js210 if(text.charAt(0) == '\x02') { text = text.substr(1); }
211 if(text.charAt(text.length - 1) == '\x03') { text = text.substr(0, text.length - 1); }
1980 text = text.substr(matches[0].length);
1996 text = text.substr(matches[0].length);
2168 return [original_text.charAt(0), original_text.substr(1)];
2826 footnote = footnote.substr(0, footnote.length - 4) + "&#160;" + backlink + "</p>";
/plugin/markdownextra/
H A Daction.php28 if(substr($ID,-3) != '.md') return true;
49 if (substr($ID,-3) != '.md' || $ACT != 'edit') return;
H A Dmarkdown.php198 if (strcasecmp(substr(__FILE__, -16), "classTextile.php") == 0) {
1834 $classes[] = substr($element, 1);
1836 if ($id === false) $id = substr($element, 1);
2088 $text = substr($text, strlen($matches[0]));
2115 $text = substr($text, strlen($matches[0]));
2269 return array($original_text{0}, substr($original_text, 1));
2970 $classname = substr($classname, 1);
3141 $footnote = substr($footnote, 0, -4) . "&#160;$backlink</p>";
/plugin/xssnipper/
H A Dsyntax.php49 $match = substr($match,strlen('{(xssnipper>'),-2); //strip markup from start and end
/plugin/topbarsyntax/
H A Dsyntax.php47 $match = substr($match,strlen('{{topbarsyntax>'),-2); //strip markup from start and end
/plugin/orphanmedia/
H A Dsyntax.php44 $match = substr($match,14,-2);
776 $t1 = substr($page, $y_pos);
777 $t1 = substr(str_replace( ".txt" , "" , $t1 ) , 5, 9999);
782 … $t2 = '<a class=wikilink1 href="'. DOKU_URL . "doku.php?id=" . substr($t2, 1, strlen($t2));
/plugin/anewssystem/
H A Daction.php64 $news_root = substr($allnewsdata, 0, $i);
88 $tmp = substr($ans_conf['param'],strlen('allnews'));
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/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php284 if(substr($_REQUEST['url'],0,7) != 'http://')
H A Dclass.csstidy.php528 if(!strcasecmp(substr($string,$i+1,strlen($name)),$name))
665 …if($this->selector{0} == '@' && isset($at_rules[substr($this->selector,1)]) && $at_rules[substr($t…
839 $new_sels[] = substr($this->selector,$lastpos,$pos-$lastpos-1);
923 …return (!strcasecmp(substr(str_replace($GLOBALS['csstidy']['whitespace'],'',$value),-10,10),'!impo…
938 $value = substr($value,0,-9);
940 $value = substr($value,0,-1);
958 $istring = substr($istring,$pos,strlen($istring)-$pos);
964 $istring = strtolower(trim(substr($istring,0,$pos)));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php542 $className = substr($className, 0, strpos($className, '.'));
H A DSetupDecorator.php122 $dir = substr($dir, 0, -1);
177 $tmp = substr($tmp, 1);
181 $tmp = substr($tmp, 1);
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_substr.php14 * @see substr()
30 $str = substr($str,$byte_start);
37 return substr($str,0,$byte_end);
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php100 $p2 = str_replace("\\","/",substr($p2, strlen($p1)+1, strlen($p2)-strlen($p1)));
103 $p2 = substr($p2, strlen($p1));
105 $p2 = substr($p2, strlen($p1)+1);
H A Dpfcurlprocessing.php52 $ret = substr($ret, 1);
90 …$short_url = ($len > $shurl_w) ? substr($decodedurl, 0, $shurl_begin_w) . "..." . substr($decodedu…
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js591 this.sendRequest(cmd +' '+ param.substr(0, pfc_max_text_len + 2*this.clientid.length));
602 wval = wval.substr(0,pfc_max_text_len);
676 nick_replace = nick_replace.substr(0, j);
1218 w.value = w.value.substring(0, s) + smiley + w.value.substr(e);
H A Dxajax.js11 DebugMessage:function(text){if(text.length > 1000)text=text.substr(0,1000)+"...\n[long response]\n.…
64 …txt.indexOf(sSearch)+sSearch.length+1;newTxt+=txt.substr(0,x).replace(sSearch,sReplace);txt=txt.su…
78 sXml+='&';if(formElements[i].type=='select-multiple'){if(name.substr(name.length-2,2)!='[]')

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