Home
last modified time | relevance | path

Searched refs:strlen (Results 201 – 225 of 1362) sorted by relevance

12345678910>>...55

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php430 while ($atomoffset < strlen($atom_data)) {
437 $atomoffset = strlen($atom_data);
459 $atomoffset = strlen($atom_data);
1820 if (strlen($atom_data) > 0) {
2004 if (strlen($atom_data) > 0) {
2011 if (strlen($atom_data) > 0) {
2055 if (strlen($atom_data) > 12) {
2656 $datalength = strlen($atom_data);
2935 $len = strlen($lstring);
3085 …if ((substr($stbl_res[0][0], 0, strlen($prefix)) === $prefix) && ($ts_prefix_len < strlen($prefix)…
[all …]
H A Dmodule.misc.pdf.php73 if (strlen($line) > strlen($matches[0])) {
75 $this->fseek($offset + strlen($matches[0]));
/plugin/html2pdf/html2pdf/html2ps/
H A Dconverter.class.php48 for ($i=0; $i < strlen($html); $i++) {
52 $i += strlen($replacement) - 1;
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DATXHeadingParser.php
/plugin/sketchcanvas/phplib/
H A Dspyc.php377 if ($this->_dumpWordWrap !== 0 && is_string ($value) && strlen($value) > $this->_dumpWordWrap) {
417 $this->indent = strlen($line) - strlen(ltrim($line));
429 $literal_block_indent = strlen($Source[$i+1]) - strlen(ltrim($Source[$i+1]));
722 if (strlen($line) - strlen(ltrim($line)) > $lineIndent) return true;
835 if (!strlen($line)) return false;
851 if (strlen($line) == 0)
865 else if (substr($_, -1 * strlen (
[all...]
/plugin/approve/
H A Dhelper.php99 if (substr($id, 0, strlen($namespace)) == $namespace) {
149 if (substr($id, 0, strlen($ns)) == $ns) {
156 $noNS = substr($id, strlen($ns));
158 substr($id, 0, strlen($ns)) == $ns) {
293 $path = substr($path, strlen($datadir));
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php47 if (strlen($input) > 6) {
51 } elseif (strlen($input) > 3) {
H A Dbench_manipulatevcard.php54 if (strlen($input) > 6) {
58 } elseif (strlen($input) > 3) {
/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php59 if (strlen($password) > 64)
62 if (strlen($password) < 64)
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DEmphStrongTrait.php45 strlen($matches[0])
68 strlen($matches[0])
/plugin/fontsize/
H A Dsyntax.php43 $size = (strlen($match)*20)+80 .'%';
45 $size = 120-(strlen($match)*20) . '%';
/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/xtermrtf/
H A Dsyntax.php132 if (strlen($r)<2) $r="0$r";
133 if (strlen($v)<2) $v="0$v";
134 if (strlen($b)<2) $b="0$b";
/plugin/gdpr/action/
H A Doldips.php113 $positionAtBeginningOfLine = ftell($handle) - strlen($line);
118 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
119 $writeOffset = ftell($handle) - strlen($line);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php78 $len = strlen($buffer);
110 if (!($len = strlen($buf))) {
166 $negEolLen = -strlen($eol);
/plugin/siteexport/syntax/
H A Dtoctools.php62 $handler->_addCall('section_open', array($level), $pos+strlen($match) );
108 $remaining = substr( $renderer->doc, $lastPos + strlen($lastDiv) );
111 if ( strlen( $remaining ) == 0 ) {
/plugin/anewssystem/
H A Dsyntax.php48 $match = substr($match,strlen('{{anss>'),-2); //strip markup from start and end
105 if( (strlen($post_prefix)>2) && (auth_quickaclcheck($targetpage) >= AUTH_EDIT) ) {
110 $key = substr($postkey, strlen($cut_prefx));
148 else { if(strlen($record)>1) $news_records.= "====== ".$record;}
760 $stop = strlen($temps)+$start+6;
966 if(strlen($tmp)<2) {
969 $tmp = substr($ans_conf['param'],strlen('allnews'));
1075 $stop = strlen($temps)+$start+6;
1142 if((strlen($anchor)>2) && (isset($prefs['anchor'])!==false)) {
1181 if(strlen($tmp)<2) {
[all …]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php116 if (strlen($data) < 16) {
211 $msgLength = strlen($message);
218 return substr($message, 0, strlen($message) - $padOrd);
255 if (strlen($receivedMac) !== 16) {
285 $pad = $blockSize - (strlen($data) + 10) & ($blockSize - 1);
392 if (strlen($data) > $maxbuf) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php535 $v = str_repeat("\1", strlen($h1));
537 $k = str_repeat("\0", strlen($h1));
554 while (strlen($t) < $qlen) {
582 if (strlen($out) < $rolen) {
584 } elseif (strlen($out) > $rolen) {
601 $vlen = strlen($in) << 3;
/plugin/talkpage/
H A Dsyntax.php64 if (substr($INFO['id'], 0, strlen($talkns) + 1) === "$talkns:") {
66 $goto = substr($INFO['id'], strlen($talkns) + 1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php166 } elseif ($orig[strlen($orig) - 1] == '#') {
325 …otification, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, strlen($result), $this->s…
332 $this->pos += strlen($result);
358 …ication, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, strlen($data), strlen($data));
364 $this->pos += strlen($data);
369 return strlen($data);
/plugin/captcha/
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/vcard/
H A Dvcard.php48 $linlen = strlen($line);
59 if ( (strlen($newline) + strlen($c)) >= $line_max ) { // CRLF is not counted
188 header('Content-Length: '.strlen($output));
/plugin/swiftmail/Swift/Plugin/
H A DBandwidthMonitor.php43 $bytes = strlen($e->getString()) + $add;
52 $bytes = strlen($e->getString()) + 2;
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php113 return \strlen((string)$this->buffer) !== 0;
118 return \strlen((string)$this->toConsume) !== 0;
160 return new Buffer($bytes, \strlen($bytes));

12345678910>>...55