Home
last modified time | relevance | path

Searched refs:strlen (Results 226 – 250 of 1362) sorted by path

12345678910>>...55

/plugin/calendoku/
H A Dhelper.php112 if (strlen($this->plugin->getConf('defaulttimezone')) > 0) {
123 } else if (strlen($tzstring) == 0) {
136 } else if (strlen($tzstring) == 0) {
/plugin/captcha/
H A DEasySVG.php51 for ($i = 0; $i < strlen($str); $i++) {
H A Dfiglet.php68 $this->signature = substr($hp[0], 0, strlen($hp[0]) - 1);
69 $this->hardblank = substr($hp[0], strlen($hp[0]) - 1, 1);
123 for ($i = 0; $i < (strlen($line)); $i++) {
H A Dhelper.php217 if ($lettercount > strlen($numbers)) $lettercount = strlen($numbers);
279 $txtlen = strlen($text);
316 $txtlen = strlen($text);
345 $txtlen = strlen($text);
532 $len = strlen($text);
596 return $header . pack('V', strlen($data)) . $data;
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/catlist/
H A Dsyntax.php235 if ((strlen($conf['hidepages']) != 0) && preg_match('/'.$conf['hidepages'].'/i', $item['id'])) return true;
/plugin/charter/
H A Dhelper.php646 if (strlen($input) == 6) {
651 } else if (strlen($input) == 3) {
/plugin/charter/lib/pchart/
H A DpChart.class.php3446 if (strlen($Hour) == 1 ) { $Hour = "0".$Hour; }
3447 if (strlen($Minute) == 1 ) { $Minute = "0".$Minute; }
3448 if (strlen($Second) == 1 ) { $Second = "0".$Second; }
3475 if ( strlen($o) == 1 ) { $o = "00".$o; }
3476 if ( strlen($o) == 2 ) { $o = "0".$o; }
/plugin/chat/
H A Dajax.php348 if (strlen($msg) > $maxmsgsize) {
/plugin/ckgdoku/action/entities/
H A Dents_seri.php41 if(isset($line) && strlen($line)) {
/plugin/ckgdoku/action/
H A Dmediamanager.php32 if(!empty($event->data[3]) && strlen($event->data[3]) >30) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php136 $len = strlen($sub);
H A Dio.php45 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 )
53 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 )
172 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/ckgedit/action/entities/
H A Dents_seri.php41 if(isset($line) && strlen($line)) {
/plugin/ckgedit/action/
H A Dmediamanager.php33 if(!empty($event->data[3]) && strlen($event->data[3]) >30) {
H A Dsave.php94 …ogEntry(time(), $id, DOKU_CHANGE_TYPE_CREATE, $lang["created"],"", null, strlen(base64_decode($mat…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php136 $len = strlen($sub);
H A Dio.php45 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 )
53 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 )
172 if ( $position === false || $position <> strlen( $sRealPath ) - strlen( $sSelfPath ) )
H A Dutf8.php68 $len = strlen($str);
89 $len = strlen($Str);
127 $suflen = strlen($suffix);
145 * @see strlen()
153 return strlen(utf8_decode($string));
159 return strlen($string);
216 $offset = $strlen + $offset;
236 if (!isset($strlen)) $strlen = utf8_strlen($str); // see notes
718 $len = strlen($str);
1027 $str = substr($str,strlen($matches[0]));
[all …]
H A Dutil.php54 $string = substr($string, strlen($matches[0]));
252 $len = strlen($Config[$path_type[$type]]);
/plugin/ckgedit/scripts/
H A Dcss6.php165 $msg = substr($msg, 0, -1* strlen($m[0])); //remove useless linenumber
521 if(strlen($matches[2]) > 4) return '';
/plugin/cleanoldips/
H A Daction.php114 $positionAtBeginningOfLine = ftell($handle) - strlen($line);
119 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
120 $writeOffset = ftell($handle) - strlen($line);
/plugin/cleanup/
H A Dhelper.php217 $path = substr($file, 0, -1 * (strlen($type) + 1));
240 $path = substr($file, 0, -1 * (strlen($type) + 1));
/plugin/cli/
H A Dsyntax.php241 $index=strlen($prompt);

12345678910>>...55