Home
last modified time | relevance | path

Searched refs:strlen (Results 401 – 425 of 1362) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DSea.php176 while ($ptr < strlen($s)) {
183 $syllable_length = strlen($ma[0]);
187 $syllable_length = strlen($ma[0]);
/plugin/linkback/
H A Dhttp.php99 $headers['Content-Length'] = strlen($post);
231 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {
250 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php875 if (!strlen($path) || $path[0] != '/') {
882 if (!strlen($dir)) {
917 } elseif ($dir[strlen($dir) - 1] != '/') {
2206 $size = strlen($data);
2214 $sftp_packet_size -= strlen($handle) + 25;
2230 …$packet = pack('Na*N3a*', strlen($handle), $handle, $subtemp / 4294967296, $subtemp, strlen($temp)…
2239 $sent += strlen($temp);
2453 $offset += strlen($temp);
3355 while (strlen($this->packet_buffer) < 4) {
3367 if (strlen($this->packet_buffer) < 4) {
[all …]
/plugin/gcalendar/inc/
H A Dgcal_main.php50 $pages = substr($pages,1,strlen($pages)-2);
174 if(is_string($class_prefix) && strlen($class_prefix)>0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DObjectOperatorIndentSniff.php96 $requiredIndent = strlen($tokens[$i]['content']);
139 $foundIndent = strlen($indent['content']);
/plugin/hidingip/
H A Daction.php62 …nt[$key] = '<bdi>' . $display . '</bdi> <bdo dir="ltr">(' . substr($ref, strlen('<bdo dir="ltr">')…
101 …nt[$key] = '<bdi>' . $display . '</bdi> <bdo dir="ltr">(' . substr($ref, strlen('<bdo dir="ltr">')…
/plugin/move/helper/
H A Dfile.php82 $name = substr($src_name, 0, -1 * strlen($ext[0]) - 1);
88 $newname = substr($dst_name, 0, -1 * strlen($newext[0]) - 1);
/plugin/a2s/
H A Dsyntax.php81 $left=strlen($spaces[1]);
82 $right=strlen($spaces[2]);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php214 $remaining = $length - strlen($buffer);
217 $this->pos += strlen($buffer);
/plugin/spatialhelper/helper/
H A Dsearch.php138 $id = substr($id, strlen('media__'));
181 'precision' => $this->precision [strlen($geohash)]
/plugin/batchedit/
H A Dengine.php101 $this->contextAfter = $this->cropContextAfter($pageText, $pageOffset + strlen($text), $contextChars, $contextLines);
160 $currentText = substr($pageText, $pageOffset, strlen($this->originalText));
167 $after = substr($pageText, $pageOffset + strlen($this->originalText));
370 $originalLength = strlen($text);
375 $text = $match->apply($text, strlen($text) - $originalLength);
884 if ($offset < $matchOffset - strlen($match->getContextBefore())) {
888 if ($offset >= $matchOffset + strlen($match->getOriginalText()) + strlen($match->getContextAfter())) {
/plugin/googlesearch/
H A Dnusoap.php2435 $chunkstart = $chunkend + strlen($lb);
2446 $length += strlen($chunk);
2455 $length += strlen($chunk);
2561 $tmplen = strlen($tmp);
2635 $tmplen = strlen($tmp);
2647 $strlen = 0;
2651 $tmplen = strlen($tmp);
2660 $strlen += $tmplen;
2665 $tmplen = strlen($tmp);
2840 $datalen = strlen($data);
[all …]
/plugin/linkprefix/
H A Dredirect.php17 $title = (strlen($url) > 55) ? substr($url, 0, 51) . "[..]" : $url;
/plugin/gtime/gtlib/asn1/
H A DASN1IA5String.php42 for ($i = 0; $i < strlen($value); $i++) {
/plugin/fedauth/Auth/Yadis/
H A DMisc.php48 for ($i = 0; $i < strlen($c); $i++) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringEndsWith.php41 return substr($other, 0 - strlen($this->suffix)) == $this->suffix;
/plugin/openid/Auth/Yadis/
H A DMisc.php48 for ($i = 0; $i < strlen($c); $i++) {
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DStrikeoutTrait.php27 strlen($matches[0])
/plugin/smtp/
H A Dloader.php21 $len = strlen($prefix);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToCjk.php15 $len = strlen($nstr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DSelfMemberReferenceSniff.php122 $found = strlen($tokens[($stackPtr - 1)]['content']);
133 $found = strlen($tokens[($stackPtr + 1)]['content']);
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php212 $format = '%' . (strlen((string) count($sequence)) + 1) . 's ' .
224 echo $header, str_repeat('-', strlen($header)), "\n";
/plugin/pagetemplater/
H A Daction.php115 if (strlen($pattern) > 0 && preg_match($pattern, $ID)) {
140 if ( strlen(trim($namespace)) == 0 ) { continue; }
/plugin/userpagecreate/
H A Daction.php62 $do_ns = (strlen($tpl) > 0) && substr($tpl, -1, 1) === ':';
100 … $pages[$res . ':' . substr($tpl_name, strlen(getNS($tpl)) + 1)] = rawWiki($tpl_name);
/plugin/watchcycle/
H A Dsyntax.php66 $match = substr($match, strlen('~~WATCHCYCLE:'), strlen($match) - 2);

1...<<11121314151617181920>>...55