Home
last modified time | relevance | path

Searched refs:strlen (Results 226 – 250 of 1362) sorted by relevance

12345678910>>...55

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php94 if (strlen($kdfoptions) || $kdfname != 'none' || $ciphername != 'none') {
157 if (strlen($key) <= 4) {
223 $paddingLength = (7 * strlen($paddedKey)) % 8;
/plugin/upgrade/HTTP/
H A DHTTPClient.php239 $contentlength = strlen($data);
414 if (strlen($chunk_size) > 128) // set an abritrary limit on the size of chunks
420 if($this->max_bodysize && $chunk_size+strlen($r_body) > $this->max_bodysize){
424 $chunk_size = $this->max_bodysize - strlen($r_body);
465 if(strlen($r_body) > $this->max_bodysize){
493 strlen($r_body) > 10 && substr($r_body,0,3)=="\x1f\x8b\x08"){
582 $towrite = strlen($data);
635 strlen($r_data), $time_used), -100);
657 $to_read -= strlen($bytes);
659 } while ($to_read > 0 && strlen(
[all...]
/plugin/simplemap/
H A Dsyntax.php67 $match = substr($match, strlen('{{simplemap>'), -strlen('}}'));
/plugin/issuetracker/
H A Dassilist.php20 if(strlen($parts[0])==0) continue;
21 elseif(strlen($parts[1])==0) {
/plugin/spatialhelper/syntax/
H A Dfindnearby.php81 $data [0] = trim(substr($match, strlen('{{findnearby>'), -2));
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php361 …while($i < strlen($string) && (ctype_xdigit($string{$i}) || ctype_space($string{$i})) && strlen($a…
471 for ($i = 0, $size = strlen($string); $i < $size; $i++ )
505 $lastpos = strlen($this->at)-1;
528 if(!strcasecmp(substr($string,$i+1,strlen($name)),$name))
532 $i += strlen($name);
580 $this->sel_separate[] = strlen($this->selector);
590 $lastpos = strlen($this->selector)-1;
640 … "\n" || $string{$i} == "\r") && $this->property_is_next($string,$i+1) || $i == strlen($string)-1);
832 $this->sel_separate[] = strlen($this->selector);
958 $istring = substr($istring,$pos,strlen($istring)-$pos);
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2872 if (strlen($p_header['stored_filename']) != 0)
2924 if (strlen($p_header['stored_filename']) != 0)
2957 $p_offset, strlen($p_comment));
2963 if (strlen($p_comment) != 0)
3147 $p_remove_path_size = strlen($p_remove_path);
3233 … if ( (strlen($v_header['stored_filename']) > strlen($p_options[PCLZIP_OPT_BY_NAME][$j]))
3550 $p_remove_path_size = strlen($p_remove_path);
4110 if (strlen($v_binary_data) != 26)
4237 if (strlen($v_binary_data) != 42)
4504 if (strlen($v_binary_data) != 18)
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php713 if ((strlen($v_path) > 0) && (substr($v_path, -1) != '/')) {
869 if ((strlen($v_path) > 0) && (substr($v_path, -1) != '/')) {
2425 $p_header['filename_len'] = strlen($p_filename);
2473 if (strlen($p_header['stored_filename']) > 0xFF) {
2512 $p_header['compressed_size'] = strlen($v_content_compressed);
2535 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Size after header : ".strlen($v_content_compressed)."");
2694 strlen($p_remove_dir)
2712 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Stored filename will be '".$p_filedescr['stored_filename']."', strlen ".strlen($p_filedescr['stored_filename']));
2753 strlen(
[all...]
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php223 $len = strlen($string);
597 } while (strlen($buffer) > 0);
809 if (strlen($rawData) > 0) {
810 $error .= 'CURL succeeded ('.strlen($rawData).' bytes); ';
829 } while (strlen($buffer) > 0);
837 $error .= '; "allow_url_fopen" succeeded ('.strlen($rawData).' bytes); ';
865 …dir).'#'.($case_insensitive_pathname ? 'i' : ''), $dirname) && (strlen($dirname) > strlen($open_ba…
937 …$strength += strlen(preg_replace('#[^a-z]#', '', $password)) * 0.5; // lowercase characters …
939 …$strength += strlen(preg_replace('#[^0-9]#', '', $password)) * 1.0; // numbers are somewhat …
1039 for ($i = 0, $iMax = strlen($escapeables); $i < $iMax; $i++) {
[all …]
/plugin/codemirror/
H A Daction.php86 $a_len = strlen($a);
87 $b_len = strlen($b);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php133 fwrite($fp, $NewID3v2Tag, strlen($NewID3v2Tag));
143 fwrite($fp, $NewID3v2Tag, strlen($NewID3v2Tag));
157 fwrite($fp_temp, $NewID3v2Tag, strlen($NewID3v2Tag));
165 fwrite($fp_temp, $buffer, strlen($buffer));
229 fwrite($fp_temp, $buffer, strlen($buffer));
264 fwrite($fp_temp, $buffer, strlen($buffer));
270 fwrite($fp_source, $buffer, strlen($buffer));
411 if (strlen($source_data_array['data']) > 64) {
1665 if (strlen($unsynchdata) != strlen($frame_data)) {
1718 if (strlen($unsynchdata) != strlen($tagstring)) {
[all …]
/plugin/authradius/
H A Dmschap.php45 for ($i=0;$i<strlen($str);$i++) {
63 while (strlen($nthash) < 21)
/plugin/gtime/gtlib/asn1/
H A DASN1BitString.php77 while (strlen($byte) < 8) {
114 while (strlen($byte) < 8) {
/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php121 return 2 < \strlen($arg) && $char === $arg[0] && $char === $arg[\strlen($arg) - 1];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Formatting/
H A DMultiLineAssignmentSniff.php99 $assignmentIndent = strlen($tokens[$i]['content']);
106 $foundIndent = strlen($tokens[$prev]['content']);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php21 use function strlen;
66 strlen($data) + 4
20 use function strlen; global() alias
/plugin/tablelayout/
H A Dsyntax.php67 $prefixLength = strlen('{{tablelayout?');
68 $optionsString = substr($match, $prefixLength, -1 * strlen('}}'));
/plugin/combo/ComboStrap/
H A DSearch.php23 if (strlen($searchTermWord) < action_plugin_combo_linkwizard::MINIMAL_WORD_LENGTH) {
49 if (strlen($searchTerm) < $minimalWordLength) {
H A DPipelineUtility.php180 if (strlen($value) < $length) {
190 if (strlen($headValue) >= $length) {
224 return substr($value, strlen($value) - $length);
316 if (strlen(trim($locale)) === 2) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DMsi.php56 $clen = strlen($code);
74 $clen = strlen($code);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php92 ->isEqualTo(strlen($buffer))
130 ->isEqualTo(strlen($buffer))
161 ->isEqualTo(strlen($buffer))
/plugin/dataplot/
H A Dsyntax.php150 if ( strlen($return['xlabel']) > 0 ) {
153 if ( strlen($return['ylabel']) > 0 ) {
156 if ( strlen($return['xrange']) > 0 ) {
159 if ( strlen($return['yrange']) > 0 ) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DMultiLineConditionSniff.php88 $spaceAfterOpen = strlen($tokens[($openBracket + 1)]['content']);
115 $statementIndent = strlen($tokens[$i]['content']);
168 $foundIndent = strlen($tokens[$i]['content']);
246 $length = strlen($tokens[($closeBracket + 1)]['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DControlSignatureSniff.php88 $found = strlen($tokens[($stackPtr + 1)]['content']);
120 $found = strlen($content);
210 $found = strlen($tokens[($closer + 1)]['content']);
259 $found = strlen($tokens[($closer + 1)]['content']);
/plugin/nstoc/
H A Dsyntax.php309 if ($len = strlen($aNamespace)) {
316 if ($len = strlen($aPath)) {
519 for ($f = strlen($current); 0 < $f; --$f) {
538 $f = strlen($idx) * -1;
641 $iLen = (strlen($idx) + 1) * -1; // "+1" for the NS colon

12345678910>>...55