Home
last modified time | relevance | path

Searched refs:strlen (Results 76 – 100 of 1362) sorted by relevance

12345678910>>...55

/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php276 return $this->write($string, strlen($string));
311 return $this->write($integer, strlen($integer));
324 return $this->write($float, strlen($float));
337 return $this->write($array, strlen($array));
349 return $this->write($line . "\n", strlen($line) + 1);
365 return $this->write($string, strlen($string));
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php276 return $this->write($string, strlen($string));
311 return $this->write($integer, strlen($integer));
324 return $this->write($float, strlen($float));
337 return $this->write($array, strlen($array));
349 return $this->write($line . "\n", strlen($line) + 1);
365 return $this->write($string, strlen($string));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DLogicalOperatorSpacingSniff.php79 && strlen($tokens[($stackPtr - 1)]['content']) !== 1
81 $found = strlen($tokens[($stackPtr - 1)]['content']);
101 && strlen($tokens[($stackPtr + 1)]['content']) !== 1
103 $found = strlen($tokens[($stackPtr + 1)]['content']);
/plugin/passpolicy/
H A Dhelper.php175 if (strlen($pass) < $this->min_length) {
253 $pool_len = strlen($this->pools[$pool]);
261 $pool_len = strlen($this->pools['special']);
272 $pool_len = strlen($characters);
279 } while ($num_bits > 0 || strlen($output) < $this->min_length);
300 $c_len = strlen($consonants);
301 $v_len = strlen($vowels);
316 $spec_len = strlen($this->pools['special']);
331 } while ($num_bits > 0 || strlen($output) < $this->min_length);
358 $spec_len = strlen($this->pools['special']);
[all …]
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_char2byte_pos.php22 $i = strlen($str)-1;
26 for( ; strlen($str{$i}) && $n<$p; $i+=$d) {
33 if (!strlen($str{$i})) return false; // offset beyond string length
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php82 if (strlen($s) != $this->k) {
150 if (strlen($s) != $this->k) {
176 if (!is_array($decoded) || empty($decoded[0]) || strlen($em) > $decoded[0]['length']) {
246 if ($em[strlen($em) - 1] != chr(0xBC)) {
283 if (strlen($s) != $this->k) {
289 $modBits = strlen($this->modulus->toBits());
337 $mLen = strlen($m);
349 while (strlen($ps) != $psLen) {
350 $temp = Random::string($psLen - strlen($ps));
380 $mLen = strlen($m);
[all …]
/plugin/calc/
H A Dsyntax.php53 if ($calc[strlen($calc)-1]=='=') $calc[strlen($calc)-1]=" ";
57 if ($calc[strlen($calc)-1]=='>') {
58 $calc[strlen($calc)-1]=" ";
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php75 if (strlen($filename) > 255) {
79 } else if (strlen($filename) > 100) {
80 $filePrefix = substr($filename, 0, strlen($filename)-100);
138 $this->stats[7] = strlen($this->buffer);
220 return strlen($source->getFilename()) <= 255;
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DSearch.php62 $m = strlen($x);
63 $n = strlen($y);
106 $max = min(strlen($x), strlen($y));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DForLoopDeclarationSniff.php103 $spaceAfterOpen = strlen($tokens[($openingBracket + 1)]['content']);
133 $spaceBeforeClose = strlen($tokens[($closingBracket - 1)]['content']);
175 if (strlen($tokens[($firstSemicolon + 1)]['content']) !== 1) {
176 $spaces = strlen($tokens[($firstSemicolon + 1)]['content']);
208 if (strlen($tokens[($secondSemicolon + 1)]['content']) !== 1) {
209 $spaces = strlen($tokens[($secondSemicolon + 1)]['content']);
/plugin/odp/
H A DZipLib.class.php90 pack('V', strlen($ctrldir)) . pack('V', strlen($data)) . "\x00\x00";
98 $fr .= pack("V",0).pack("V",0).pack("V",0).pack("v", strlen($name) );
102 $new_offset = strlen(implode("", $this->datasec));
105 $cdrec .= pack("V",0).pack("V",0).pack("V",0).pack("v", strlen($name) );
130 $unc_len = strlen($data); $crc = crc32($data);
133 $zdata = gzcompress($data); $c_len = strlen($zdata);
134 $zdata = substr(substr($zdata, 0, strlen($zdata) - 4), 2);
138 $c_len=strlen($zdata);
140 $fr .= pack('v', strlen($name)).pack('v', 0).$name.$zdata;
145 $new_offset = strlen(implode('', $this->datasec));
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php82 $spaces = strlen($blankSpace);
126 $classIndent = strlen($tokens[($i + 1)]['content']);
136 if (strlen($gap) !== 1) {
137 $found = strlen($gap);
154 if (strlen($gap) !== 1) {
155 $found = strlen($gap);
183 … $phpcsFile->fixer->substrToken($i, 0, (strlen($phpcsFile->eolChar) * -1));
194 $gap = strlen($tokens[($keyword - 1)]['content']);
315 $found = strlen($tokens[$prev]['content']);
357 $spaceBefore = strlen($tokens[$prev]['content']);
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php812 $numseq[1][] = array('', strlen($code));
815 $seqlen = strlen($seq[0]);
822 $textseq[1][] = array('', strlen($prevseq));
825 $txtseqlen = strlen($txtseq[0]);
829 if (strlen($prevtxtseq) > 0) {
831 …if ((strlen($prevtxtseq) == 1) AND ((count($sequence_array) > 0) AND ($sequence_array[(count($sequ…
833 } elseif ((strlen($prevtxtseq) % 6) == 0) {
870 $codelen = strlen($code);
918 while (($codelen = strlen($code)) > 0) {
925 $sublen = strlen($code);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DEmbeddedPhpSniff.php121 … $padding = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
161 … $indent = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
196 … $padding = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
218 … $expected = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
345 $leadingSpace = (strlen($tokens[($stackPtr + 1)]['content']) + 1);
386 $trailingSpace = strlen($tokens[($closeTag - 1)]['content']);
/plugin/tablefilterjs/
H A Dsyntax.php29 for( $i = 0; $i < strlen( $str ); $i++ )
40 if( $i == strlen( $str ) )
76 while( $str[$i] != ' ' && $i < strlen( $str ) )
80 if( $i == strlen( $str ) )
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php304 …return round((strlen($this->input_css) - strlen($this->output_css_plain)) / strlen($this->input_cs…
319 $diff = strlen($this->output_css_plain) - strlen($this->input_css);
344 return (strlen($this->input_css) / 1000);
346 return (strlen($this->output_css_plain) / 1000);
/plugin/swiftmail/Swift/Message/
H A DEncoder.php60 $input = substr($input, strlen($matches[0]));
80 $input = substr($input, strlen($matches[0]));
115 if ($init_chunk && $init_chunk < (strlen($string)+2)) $ret .= $le;
192 if ($init_chunk && $init_chunk < (strlen($string)+3)) $ret .= "=";
207 $string = substr($string, strlen($matches[0]));
214 || (strlen($string) > 0 && $matches = array($string)))
217 $string = substr($string, strlen($matches[0]));
240 $len = strlen($string);
354 $data = preg_replace("~^[ \t]~D", "", substr($data, strlen($first_line)));
/plugin/pgn4web/pgn4web/
H A Dencoder-example.php53 $pgnLength = strlen($pgnTextBox);
57 $pgnEncodedLength = strlen($pgnEncoded);
63 $frameUrlLength = strlen($frameUrl);
/plugin/filelisting/
H A Dsyntax.php52 $param = substr($match, strlen('{{filelisting'), -strlen('}}'));
54 $ns = strlen($param) !== 0 ? $ns = substr($param, 1) : '';
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php159 $strlen = strlen($string); // bytes!
165 while ($position < $strlen
179 $lengths[] = [$strlen - $position, false, null];
/plugin/gtime/gtlib/util/
H A DGTBaseX.php61 while ((1 << $this->bits) < strlen($alphabet)) {
65 if ((1 << $this->bits) != strlen($alphabet)) {
158 for ($i = 0; $i < strlen($separator); $i++) {
237 while ($j < strlen($string)) {
277 for ($i = 0; $i < strlen($string); $i++) {
300 for ($i = 0; $i < strlen($string); $i++) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.gzip.php64 if (strlen($arr_members[$i]) == 0) {
88 if (strlen($arr_members[$i]) == 0) {
198 $thisInfo['crc32'] = getid3_lib::LittleEndian2Int(substr($buff, strlen($buff) - 8, 4));
199 $thisInfo['filesize'] = getid3_lib::LittleEndian2Int(substr($buff, strlen($buff) - 4));
210 $cdata = substr($cdata, 0, strlen($cdata) - 8);
211 $csize = strlen($cdata);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
75 if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
122 if ($L[1] - strlen($m) < 8192) {
123 $read = $L[1] - strlen($m);
127 } while (strlen($last) && strlen($m) < $L[1]);
129 if (strlen($m) < $L[1]) {
131 strlen($m) .'" should be "' .
180 if ($path[strlen($path) - 1] == '/') {
260 if (strlen($data) != $entry[0]) {
261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php59 $offset = strlen($this->data) - $offset;
65 substr($this->data, $offset + strlen($data));
86 return strlen($this->data);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
361 $csize += strlen($c_block);
367 $size += strlen($block);
417 $size = strlen($data);
423 $csize = strlen($data);
487 $this->writebytes(pack('V', strlen($ctrldir))); // size of the central directory
684 while (strlen($header) !== 0) {
794 $written = strlen($data);
815 $written = strlen($data);
838 return strlen(
[all...]

12345678910>>...55