Home
last modified time | relevance | path

Searched refs:strlen (Results 526 – 550 of 1362) sorted by path

1...<<21222324252627282930>>...55

/plugin/facebookwall/
H A Dsyntax.php247 if ( strlen( $post['message'] ) > $data[FB_WALL_LIMIT] ) {
/plugin/farm/
H A Daction.php128 …onf['farmwebroot'].$farmconf['farmer'].substr($event->data['link'][$i]['href'], strlen(DOKU_BASE));
134 …nf['farmwebroot'].$farmconf['farmer'].substr($event->data['script'][$i]['src'], strlen(DOKU_BASE));
H A Danimal.class.php443 if(substr($line, 0, strlen($user) + 1) != $user.':') $out[] = $line;
484 $fs[base64_encode(substr($p.'/'.$i, strlen($bp)))] = array(
494 $fs[base64_encode(substr($p.'/'.$i, strlen($bp)))] = array(
500 …ray_merge($fs, $this->scanfs($p.'/'.$i, $l+1, $bp, base64_encode(substr($p.'/'.$i, strlen($bp)))));
H A Dinfos.animal.class.php96 if(strlen($ns) <= $maxlen) return $ns;
101 while(strlen($st.$end) + 3 <= $maxlen) {
108 …if(strlen($ns) > $maxlen + 5) $ns = substr($ns, 0, floor($maxlen / 2)).'...'.substr($ns, -1 * floo…
142 $w = substr($w, strlen($initialpath));
H A Dinstall.class.php145 …if(is_null($this->fsroot)) $this->fsroot = substr(__FILE__, 0, -1 * strlen('lib/plugins/farm/insta…
H A Dtestclient.php24 $mid = trim(substr($m, strlen($start), -1 * strlen($end)));
/plugin/farmer/
H A DDokuWikiFarmCore.php220 $ret = strlen($b) - strlen($a);
/plugin/fblogin/lib/
H A Dbase_facebook.php961 if (strlen(@inet_pton($matches[1])) === 16) {
1384 $len = strlen($small);
/plugin/fckg/action/entities/
H A Dents_seri.php41 if(isset($line) && strlen($line)) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php138 for ($i=($converted?1:0); $i < strlen($sub); $i++) {
142 } else if (strlen($sub)==1) {
H A Dio.php43 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 )
51 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 )
170 if ( $position === false || $position <> strlen( $sRealPath ) - strlen( $sSelfPath ) )
H A Dutil.php54 $string = substr($string, strlen($matches[0]));
252 $len = strlen($Config[$path_type[$type]]);
/plugin/fckg/syntax/
H A Ddwplugin.php377 $len = strlen($entry_match);
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php309 $signed_list[] = substr($k, strlen($signed_prefix));
H A DCryptUtil.php86 $popsize = strlen($population);
110 if (strlen($s1) != strlen($s2)) {
115 $length = strlen($s1);
H A DFileStore.php471 if ($dir[strlen($dir) - 1] != DIRECTORY_SEPARATOR) {
H A DParse.php225 $regexp = substr($regexp, 1, strlen($regexp) - 2 - strlen($this->_re_flags));
261 $html_end = strlen($stripped);
H A DSQLStore.php512 while ($i < strlen($str)) {
H A DServer.php252 (strlen($this->encodeToURL()) >
1199 (strlen($this->encodeToURL()) >
H A DTrustRoot.php250 if (strlen($tld) == 2 && strlen($second_level) <= 3) {
288 substr($host, -(strlen($host_tail))) != $host_tail &&
303 if (substr($path, 0, strlen($base_path)) != $base_path) {
306 if (substr($base_path, strlen($base_path) - 1, 1) != '/' &&
307 substr($path, strlen($base_path), 1) != '/') {
314 $qplus = substr($query, 0, strlen($base_query) + 1);
H A DURINorm.php132 $i = strlen($path);
/plugin/fedauth/Auth/Yadis/
H A DMisc.php48 for ($i = 0; $i < strlen($c); $i++) {
H A DParanoidHTTPFetcher.php47 return strlen($header);
55 if (strlen($this->data) > 1024*Auth_OpenID_FETCHER_MAX_RESPONSE_KB) {
59 return strlen($data);
H A DParseHTML.php186 $key_tags_pos[2] = strlen($html_string);
H A DPlainHTTPFetcher.php169 $headers[] = "Content-length: " . strval(strlen($body));

1...<<21222324252627282930>>...55