Home
last modified time | relevance | path

Searched refs:strlen (Results 1 – 25 of 1362) sorted by relevance

12345678910>>...55

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php73 if (!strlen($num)) {
135 $length = max(strlen($a), strlen($b));
154 $len = strlen($x);
178 $length = max(strlen($s), strlen($q));
183 $length = max(strlen($r), strlen($s));
202 if (strlen($x) == strlen($y)) {
205 $length = max(strlen($x), strlen($y));
238 if (strlen($x) == strlen($y)) {
241 $length = max(strlen($x), strlen($y));
328 $length = max(strlen($x), strlen($y));
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php77 echo str_repeat('-', (strlen("$standard CODING STANDARD: $title") + 4));
79 echo str_repeat('-', (strlen("$standard CODING STANDARD: $title") + 4));
103 if (strlen($tempLine.$word) >= 99) {
104 if (strlen($tempLine.$word) === 99) {
109 } else if (strlen($tempLine.$word) === 100) {
149 if (strlen($tempTitle.$word) >= 45) {
150 if (strlen($tempTitle.$word) === 45) {
155 } else if (strlen($tempTitle.$word) === 46) {
184 if (strlen($tempTitle.$word) >= 45) {
185 if (strlen($tempTitle.$word) === 45) {
[all …]
/plugin/combo/ComboStrap/
H A DStringUtility.php28 if (strlen($myString) > $length) {
30 $myString = substr($myString, 0, ($length - 1) - strlen($suffix)) . $suffix;
75 $lastCharacterIndex = strlen($string) - 1;
77 $string = substr($string, 1, strlen($string) - 2);
110 $strlen = strlen($doc);
111 if ($strlen < 1) {
114 if ($doc[$strlen - 1] != DOKU_LF) {
133 $length = strlen($doc) - strlen(
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.real.php93 …if (isset($oldChunkInfo['.RMF']['length']) && ($oldChunkInfo['.RMF']['length'] == strlen($new__RMF…
102 …if (isset($oldChunkInfo['PROP']['length']) && ($oldChunkInfo['PROP']['length'] == strlen($new_PROP…
138 fwrite($fp_temp, $buffer, strlen($buffer));
213 $CONTdelta = strlen($new_CONT_tag_data) - $old_CONT_length;
244 $CONTchunk .= (!empty($this->tag_data['title']) ? strlen($this->tag_data['title']) : '');
247 $CONTchunk .= (!empty($this->tag_data['artist']) ? strlen($this->tag_data['artist']) : '');
250 $CONTchunk .= (!empty($this->tag_data['copyright']) ? strlen($this->tag_data['copyright']) : '');
253 $CONTchunk .= (!empty($this->tag_data['comment']) ? strlen($this->tag_data['comment']) : '');
255 if ($this->paddedlength > (strlen($CONTchunk) + 8)) {
256 $CONTchunk .= str_repeat("\x00", $this->paddedlength - strlen($CONTchunk) - 8);
[all …]
H A Dmodule.tag.id3v2.php327 $thisfile_id3v2['padding']['length'] = strlen($frame_header) + strlen($framedata);
330 $len = strlen($framedata);
1055 while (strlen($frame_remainingdata)) {
1089 if (strlen($parsedFrame['data']) < 5) {
1216 if (strlen($parsedFrame['data']) > 0) {
1235 if (strlen($parsedFrame['data']) > 0) {
1246 if (strlen($parsedFrame['data']) > 0) {
1281 while (strlen($frame_remainingdata)) {
3707 if (substr($string, -strlen($terminator), strlen($terminator)) === $terminator) {
3772 if (strlen($datestamp) != 8) {
[all …]
H A Dmodule.tag.lyrics3.php52 $lyrics3size = $lyrics3lsz + 6 + strlen('LYRICS200');
92 …$lyrics3size = $lyrics3lsz + 6 + strlen('LYRICS200'); // LSZ = lyrics + 'LYRICSBEGIN'; add 6-by…
169 $length = strlen($rawdata);
185 if (substr($rawdata, strlen($rawdata) - 9, 9) == 'LYRICSEND') {
186 $ParsedLyrics3['raw']['LYR'] = trim(substr($rawdata, 11, strlen($rawdata) - 11 - 9));
189 …at '.($this->ftell() - 11 + $length - 9).' but found "'.substr($rawdata, strlen($rawdata) - 9, 9).…
195 if (substr($rawdata, strlen($rawdata) - 9, 9) == 'LYRICS200') {
196 …$ParsedLyrics3['raw']['unparsed'] = substr($rawdata, 11, strlen($rawdata) - 11 - 9 - 6); // LYRICS…
198 while (strlen($rawdata) > 0) {
209 if (strlen($ParsedLyrics3['raw']['IND']) > $i++) {
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php181 if (strlen($filename) < strlen($this->baseDir)) {
182 $goodFile = (strncmp($filename, $this->baseDir, strlen($filename)) == 0 &&
183 $this->baseDir{strlen($filename)} == '/');
185 if (strlen($filename) + 2 < strlen($this->baseDirProgression)) {
186 … $this->baseDirProgression = strpos($this->baseDir, '/', strlen($filename)+2);
188 $this->baseDirProgression = strlen($this->baseDir);
191 $this->baseDirProgression = strlen($this->baseDir);
195 $goodFile = (strncmp($filename, $this->baseDir, strlen($this->baseDir)) == 0);
197 $this->baseDirProgression = strlen($this->baseDir);
215 $this->baseDirProgression = strlen($baseDir);
[all …]
H A DChangeName.php70 if (strncmp($name, $this->baseName.'/', strlen($this->baseName)+1) == 0) {
71 $res = substr($name, strlen($this->baseName)+1);
153 !strncmp($name, $this->oldBaseName.'/', strlen($this->oldBaseName)+1) ||
158 strlen($name)<=strlen($this->oldBaseName)+1 ?
161 substr($name, strlen($this->oldBaseName)+1);
169 !strncmp($name, $this->newBaseName.'/', strlen($this->newBaseName)+1) ||
174 strlen($name)<=strlen($this->newBaseName)+1 ?
177 substr($name, strlen($this->newBaseName)+1);
/plugin/iphelper/
H A Daction.php37 if (strlen($tool1name) > 1) {$tool1url = $this->getConf('tool1url');$tool1urltarget = $this->getConf('tool1urltarget'); $tool1html = "<a href=\"". $tool1url ."\" target=\"". $tool1urltarget ."\">" . $tool1name . "</a><br>";}
38 if (strlen($tool2name) > 1) {$tool2url = $this->getConf('tool2url');$tool2urltarget = $this->getConf('tool2urltarget'); $tool2html = "<a href=\"". $tool2url ."\" target=\"". $tool2urltarget ."\">" . $tool2name . "</a><br>";}
39 if (strlen($tool3name) > 1) {$tool3url = $this->getConf('tool3url');$tool3urltarget = $this->getConf('tool3urltarget'); $tool3html = "<a href=\"". $tool3url ."\" target=\"". $tool3urltarget ."\">" . $tool3name . "</a><br>";}
40 if (strlen($tool4name) > 1) {$tool4url = $this->getConf('tool4url');$tool4urltarget = $this->getConf('tool4urltarget'); $tool4html = "<a href=\"". $tool4url ."\" target=\"". $tool4urltarget ."\">" . $tool4name . "</a><br>";}
41 if (strlen($tool5name) > 1) {$tool5url = $this->getConf('tool5url');$tool5urltarget = $this->getConf('tool5urltarget'); $tool5html = "<a href=\"". $tool5url ."\" target=\"". $tool5urltarget ."\">" . $tool5name . "</a><br>";}
42 if (strlen($tool6name) > 1) {$tool6url = $this->getConf('tool6url');$tool6urltarget = $this->getConf('tool6urltarget'); $tool6html = "<a href=\"". $tool6url ."\" target=\"". $tool6urltarget ."\">" . $tool6name . "</a><br>";}
43 if (strlen($tool7name) > 1) {$tool7url = $this->getConf('tool7url');$tool7urltarget = $this->getConf('tool7urltarget'); $tool7html = "<a href=\"". $tool7url ."\" target=\"". $tool7urltarget ."\">" . $tool7name . "</a><br>";}
44 if (strlen($tool8name) > 1) {$tool8url = $this->getConf('tool8url');$tool8urltarget = $this->getConf('tool8urltarget'); $tool8html = "<a href=\"". $tool8url ."\" target=\"". $tool8urltarget ."\">" . $tool8name . "</a><br>";}
45 if (strlen($tool9name) > 1) {$tool9url = $this->getConf('tool9url');$tool9urltarget = $this->getConf('tool9urltarget'); $tool9html = "<a href=\"". $tool9url ."\" target=\"". $tool9urltarget ."\">" . $tool9name . "</a><br>";}
46 if (strlen(
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php88 for ($i = 0; $i < strlen($format); $i++) {
92 if (!strlen($data)) {
100 if (strlen($data) < 4) {
105 if (strlen($data) < 8) {
139 if (strlen($data) < $length) {
169 if (strlen($format) != count($elements)) {
173 for ($i = 0; $i < strlen($format); $i++) {
281 $length = strlen($x);
321 $len = strlen($x);
353 for ($i = strlen($x) - 1; $i >= 0; $i--) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php100 'strlen' => strlen($sniff),
211 echo str_repeat(' ', ($width - 9 - strlen($source)));
213 echo str_repeat(' ', ($width - 5 - strlen($source)));
218 if (strlen($parts[0]) > 8) {
222 echo $parts[0].str_repeat(' ', (10 - strlen($parts[0])));
225 if (strlen($category) > 18) {
229 echo $category.str_repeat(' ', (20 - strlen($category)));
232 if (strlen($sniff) > $maxSniffWidth) {
237 echo $sniff.str_repeat(' ', ($width - 39 - strlen($sniff)));
239 echo $sniff.str_repeat(' ', ($width - 35 - strlen($sniff)));
[all …]
H A DVersionControl.php187 $maxLength = max($maxLength, strlen($author));
194 $maxLength = max($maxLength, (strlen($source) + 9));
235 $line = str_repeat(' ', (6 - strlen($count))).$count;
236 $line = str_repeat(' ', (12 - strlen($overallPercent))).$overallPercent.$line;
237 $line = str_repeat(' ', (11 - strlen($authorPercent))).$authorPercent.$line;
238 … $line = $author.str_repeat(' ', ($width - strlen($author) - strlen($line))).$line;
258 $srcLength = strlen($source);
263 $line = str_repeat(' ', (5 - strlen($count))).$count;
280 echo str_repeat(' ', ($width - 18 - strlen($source)));
282 echo str_repeat(' ', ($width - 14 - strlen($source)));
/plugin/dokugitviewer/
H A Dsyntax.php13 if($offset >= strlen($string))
15 for($i = $offset; $i < strlen($string); $i++)
20 return strlen($string);
40 $start = strlen('<dokugitviewer:');
76 for($index = 0; $index < strlen($message); $index++)
84 $src = substr($message, $index, strlen($cmp));
87 $key = substr($message, $index+1, strlen($cmp)-1);
89 $src= substr($message, $index+1+strlen($key));
91 $index += strlen($element.$value);
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php133 strlen($filename), 0x00,0x00,0x00,0x00,
137 $this->offset += 30 + strlen($filename) + $complength;
147 $normlength = strlen($data);
149 $data = substr($data,2,strlen($data)-6);
159 $complength = strlen($data);
167 strlen($filename),
185 $this->offset += strlen($zipData);
214 'nlength' => strlen($data),
219 $data = substr($data,2,strlen($data)-6);
249 strlen($this->central),$this->offset,
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dtag.frame.inc.php61 if (substr($length_src,strlen($length_src)-1,1) == "%") {
65 $fraction = substr($length_src, 0, strlen($length_src)-1) / 100;
68 } elseif (substr($length_src,strlen($length_src)-1,1) != "*") {
81 if (substr($length_src,strlen($length_src)-1,1) == "*") {
82 $parts += max(1,substr($length_src,0,strlen($length)-1));
92 if (substr($length,strlen($length)-1,1) == "*") {
93 $values[$i] = $part_size * max(1,substr($length,0,strlen($length)-1));
H A Dxhtml.tables.inc.php28 …$html = substr_replace($html, "<tr>".$matches[0], $offset - strlen($matches[0]), strlen($matches[0…
33 $r = process_row($html, $offset - strlen($matches[0]) + strlen("<tr>"));
74 …ml = substr_replace($html, "<colgroup>".$matches[0], $offset - strlen($matches[0]), strlen($matche…
77 return process_colgroup($html, $offset - strlen($matches[0]));
H A Dxhtml.autoclose.inc.php11 $tag_start = $offset + strlen($matches[1]);
12 $tag_end = $tag_start + strlen($matches[2]);
23 return $tag_start + strlen($to_be_inserted);
39 $suffix = substr($suffix, strlen($matches[1]));
53 $tag_start = $offset + strlen($matches[1]);
54 $tag_end = $tag_start + strlen($matches[2]);
65 return $tag_start + strlen($to_be_inserted);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php111 switch (strlen($key)) {
129 if (strlen($nonce) != 8) {
217 if (strlen($key) == 16) {
344 if (!strlen($buffer['ciphertext'])) {
348 $text = substr($text, strlen($ciphertext));
349 if (!strlen($text)) {
354 $overflow = strlen($text) % 64; // & 0x3F
371 if (strlen($text)) {
381 } elseif (!strlen($buffer['ciphertext'])) {
384 $buffer['counter'] += (strlen($text) >> 6);
[all …]
H A DTripleDES.php258 if ($this->explicit_key_length !== false && strlen($key) != $this->explicit_key_length) {
259 … been set to ' . $this->explicit_key_length . ' bytes and this key is ' . strlen($key) . ' bytes');
262 switch (strlen($key)) {
269 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
274 $this->key_length = strlen($key);
299 if ($this->mode_3cbc && strlen($this->key) > 8) {
322 if ($this->mode_3cbc && strlen($this->key) > 8) {
327 str_pad($ciphertext, (strlen($ciphertext) + 7) & 0xFFFFFFF8, "\0")
416 case strlen($this->key) <= 8:
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php290 $thisfile_id3v2['padding']['length'] = strlen($frame_header) + strlen($framedata);
293 $len = strlen($framedata);
325 if ($frame_size <= strlen($framedata)) {
906 while (strlen($frame_remainingdata)) {
940 if (strlen($parsedFrame['data']) < 5) {
996 while (strlen($frame_remainingdata)) {
1056 if (strlen($parsedFrame['data']) > 0) {
1075 if (strlen($parsedFrame['data']) > 0) {
1086 if (strlen($parsedFrame['data']) > 0) {
1121 while (strlen($frame_remainingdata)) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1380 if (strlen($block) > strlen($buffer['ciphertext'])) {
1482 if (strlen($block) > strlen($buffer['xor'])) {
1754 if (strlen($block) > strlen($buffer['ciphertext'])) {
1855 if (strlen($block) > strlen($buffer['xor'])) {
1940 $length = strlen($tag);
1991 if (strlen($block) > strlen($buffer['ciphertext'])) {
2069 if (strlen($buffer['xor'])) {
2079 $len = strlen($plaintext);
2083 if (strlen($plaintext)) {
2579 $length = strlen($text);
[all …]
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php134 $modulus = \pack('Ca*a*', 2, self::encodeLength(\strlen($mod)), $mod);
135 $publicExponent = \pack('Ca*a*', 2, self::encodeLength(\strlen($exp)), $exp);
140 self::encodeLength(\strlen($modulus) + \strlen($publicExponent)),
148 $rsaPublicKey = \chr(3) . self::encodeLength(\strlen($rsaPublicKey)) . $rsaPublicKey;
153 self::encodeLength(\strlen($rsaOID . $rsaPublicKey)),
181 return \pack('Ca*', 0x80 | \strlen($temp), $temp);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php49 $numChars = strlen($string);
56 $char = ($numChars - strlen(ltrim($string, '/*')));
82 'content' => substr($string, strlen(rtrim($string, '/*'))),
106 $numChars = strlen($string);
118 $char += strlen($space['content']);
196 $start += strlen($space['content']);
209 $start += strlen($tagName);
220 $start += strlen($space['content']);
241 'content' => substr($string, $eol, strlen($eolChar)),
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFlate.php43 $data = @((\strlen($data) > 0) ? \gzuncompress($data) : '');
60 $oDataLen = strlen($oData);
61 while ($tries < 6 && ($data === false || (strlen($data) < (strlen($oDataLen) - $tries - 1)))) {
67 if (strlen($data) > ($oDataLen - $tries - 1)) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php122 $border = $this->strlen($this->border);
240 $strlen = $this->strlen($string);
241 if ($strlen > $len) return $string;
243 $pad = $len - $strlen;
253 protected function strlen($string) function in splitbrain\\phpcli\\TableFormatter
262 return strlen($string);
298 if ($this->strlen($line) <= $width) {
305 if ($this->strlen($actual . $word) <= $width) {
313 while ($this->strlen(
[all...]

12345678910>>...55