Home
last modified time | relevance | path

Searched refs:strlen (Results 126 – 150 of 1362) sorted by relevance

12345678910>>...55

/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhp80.php98 return 0 === strncmp($haystack, $needle, \strlen($needle));
111 $needleLength = \strlen($needle);
113 return $needleLength <= \strlen($haystack) && 0 === substr_compare($haystack, $needle, -$needleLength);
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_strlen.php9 * @see strlen()
15 for($i=0; isset($str{$i}) && strlen($str{$i})>0; $i++) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/
H A DReadBytes.php37 if (strlen($temp) != $length) {
38 throw new \RuntimeException("Expected $length bytes; got " . strlen($temp));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php288 $typeLen = strlen($matches[1]);
290 $typeSpace = ($typeLen - strlen($type));
291 $typeLen = strlen($type);
299 $varLen = strlen($var);
305 $varSpace = strlen($matches[3]);
324 $indent = strlen($tokens[($i - 1)]['content']);
432 } else if ($typeHint !== substr($suggestedTypeHint, (strlen($typeHint) * -1))) {
484 $diff = (strlen($param['type']) - strlen($suggestedType));
580 $spaces = ($maxType - strlen($param['type']) + $spacing);
635 $spaces = ($maxVar - strlen($param['var']) + $spacing);
/plugin/odt/ODT/css/
H A Dcssimportnew.php97 $length = strlen ($with_hypen);
107 $length = strlen ($this->value);
116 $length = -1 * strlen ($this->value);
197 $max = strlen ($simple_selector_string);
425 $max = strlen($this->selector_string);
717 $end = strlen ($decls);
890 $max = strlen ($contents);
951 $max = strlen ($contents);
1271 if (strncmp($key, 'border', strlen('border')) == 0) {
1295 if (strncmp($key, 'cue', strlen('cue')) == 0) {
[all …]
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DCodeTrait.php27 strlen($matches[0])
35 strlen($matches[0])
H A DLinkTrait.php126 $offset = strlen($textMatches[0]);
142 $offset + strlen($refMatches[0]), // offset
156 $offset + strlen($refMatches[0]), // offset
176 strlen($matches[0])
182 strlen($matches[0])
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php110 $len = 200 + strlen((string) $record['message']) + strlen($this->systemName);
130 $len = strlen($this->extraPrefix . $key . $val);
141 $len = strlen($this->contextPrefix . $key . $val);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php73 $m_length = strlen($m);
75 if (strlen($n) > 2 * $m_length) {
160 $n_length = strlen($n);
162 if (strlen($x) > 2 * $n_length) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php171 if (strlen($packet) != fputs($this->fsock, $packet)) {
271 $this->expected_bytes -= strlen($data);
274 $current_data_bytes = strlen($data);
282 if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.apetag.php110 fwrite($fp, $APEtag, strlen($APEtag));
112 fwrite($fp, $PostAPEdata, strlen($PostAPEdata));
145 fwrite($fp, $DataAfterAPE, strlen($DataAfterAPE));
181 $tagitem = getid3_lib::LittleEndian2String(strlen($valuestring), 4);
205 $tagdatalength += strlen($itemdata);
H A Dmodule.archive.szip.php66 $BHheaderoffset += (strlen($BHdataArray['filename']) + 1);
69 $BHheaderoffset += (strlen($BHdataArray['owner']) + 1);
72 $BHheaderoffset += (strlen($BHdataArray['group']) + 1);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php255 for ($ii = 0;$ii < strlen($val);$ii++) {
263 if (strlen($lastLine) >= 75) {
276 while (strlen($str) > 0) {
277 if (strlen($str) > 75) {
279 $str = ' ' . mb_strcut($str, 75, strlen($str), 'utf-8');
/plugin/sql2wiki/action/
H A Dsqlite.php127 $updated_content = substr_replace($page_content, $wrapped_tag, $pos + $offset, strlen($match));
128 $offset = strlen($updated_content) - strlen($page_content);
173 $offset = strlen($updated_content) - strlen($page_content);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php105 if (is_string($permissions) && strlen($permissions) > 0) {
157 $k = str_repeat($key, round(256 / strlen($key)) + 1);
172 $len = strlen($text);
269 $len = strlen($owner_rc4_key);
287 $len = strlen($tmp);
349 $len = strlen($hs);
/plugin/odt/ODT/
H A DODTUtility.php36 $max = strlen ($content);
37 $length = strlen ('<locallink>');
38 $lengthWithName = strlen ('<locallink name=');
131 $length_open = strlen ('<text:p');
132 $length_close = strlen ('</text:p>');
133 $max = strlen ($docContent);
301 $length = strlen ($part);
433 $length = strlen ($part);
593 $max = strlen ($value);
645 $len = strlen($spaces);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php112 switch (strlen($key)) {
118 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
/plugin/crypto/
H A Daction.php115 $result = substr($result, strlen($secret), strlen($data) - strlen($secret));
/plugin/authfacebook/lib/
H A Dpolyfills.php35 $kLen = strlen($knownString);
36 $uLen = strlen($userString);
/plugin/sql2wiki/syntax/
H A Dquery.php57 $tag_value = substr($match, $content_start, -strlen('</sql2wiki>'));
62 $length = strlen($needle);
81 $end = $pos + strlen($match) - strlen('</sql2wiki>') - 1;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DImageWriter.php62 $this->writer->write('/ColorSpace [/Indexed /DeviceRGB ' . (strlen($info['pal']) / 3 - 1) . ' ' . ($this->mpdf->n + 1) . ' 0 R]');
96 $this->writer->write('/Length ' . strlen($info['data']) . '>>');
106 $this->writer->write('<</N ' . $info['ch'] . ' ' . $filter . '/Length ' . strlen($icc) . '>>');
112 $this->writer->write('<<' . $filter . '/Length ' . strlen($pal) . '>>');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php280 $length = strlen($encoded) - $encoded_pos;
296 if ($length > (strlen($encoded) - $encoded_pos)) {
367 if ($constructed || strlen($content) != 1) {
434 if ($constructed || strlen($content)) {
445 $content_len = strlen($content);
1023 if (!strlen($value)) {
1173 $len = strlen($content);
1258 $temp[strlen($temp) - 1] = $temp[strlen($temp) - 1] & chr(0x7F);
1301 if ($content[strlen($content) - 1] == 'Z') {
1376 $inlength = strlen($in);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php222 $spaceAfterOpen = strlen($tokens[($openBracket + 1)]['content']);
254 $spaceBeforeClose = strlen($tokens[($closer - 1)]['content']);
343 $functionIndent = strlen($tokens[$i]['content']);
350 $functionIndent = strlen($tokens[$i]['content']);
355 $functionIndent = (strlen($tokens[$i]['content']) - strlen($trimmed));
470 $trimmedLength = strlen(ltrim($tokens[$i]['content']));
477 $foundIndent = (strlen($tokens[$i]['content']) - $trimmedLength);
482 $foundIndent = strlen($tokens[$i]['content']);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php173 if (strlen(trim($lines[$i])) === 0) {
179 … $startingSpaceCount = min($startingSpaceCount, strlen($lines[$i]) - strlen(ltrim($lines[$i])));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
40 $this->assertEquals(0, strlen(stream_get_contents($this->cli->stderr)));
51 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
63 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
77 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
91 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
106 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);

12345678910>>...55