Home
last modified time | relevance | path

Searched refs:strlen (Results 976 – 1000 of 1362) sorted by relevance

1...<<31323334353637383940>>...55

/plugin/btable2/
H A Dsyntax.php112 if ((strlen($conf_groups) > 0) && (count($plugin_groups) > 0)) {
500 $length = strlen($rows[$i]);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php154 … ((strlen($PHPTHUMB_CONFIG['high_security_password']) > 0) ? 'orange' : 'red')).'">'.(($password_c…
/plugin/jukebox/id3/
H A Dgetid3.php125 } elseif ((strpos($value, ' ') !== false) || strlen($value) > 8) {
247 if (substr($header, 0, 3) == 'ID3' && strlen($header) == 10) {
1031 if (strlen(trim($value)) > 0) {
/plugin/const/
H A Dclass.evalmath.php421 $index += strlen( $value );
463 if ( strlen( $expression ) === $index ) {
1152 while ( ( $offset + $number_characters ) > strlen( $md5string ) ) {
/plugin/visrep/
H A Dsyntax.php120 if (is_null($v) || strlen($v) == 0) continue;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.gif.php208 while (strlen($bitbuffer) < $bits) {
/plugin/geogebra/syntax/
H A Dgeogebrafile.php77 return strlen("<geogebra ");
/plugin/jsonrpc/
H A DIJR_Server.php159 $length = strlen($json);
/plugin/webcomponent/syntax/
H A Drelated.php114 $match = utf8_substr($match, strlen(self::getElementName()), -1);
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.item.php59 $item->set_value(substr($value, 1, strlen($value)-2));
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php185 } elseif (strlen($date)===8) {
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php279 && $output[0] === sprintf('string(%d) "%s"', strlen(PHP_VERSION), PHP_VERSION)
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php185 } elseif (strlen($date)===8) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php115 while (strlen($symkey) < $length) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php185 } elseif (strlen($date)===8) {
/plugin/odt/ODT/styles/
H A DODTTextOutlineStyle.php119 $max = strlen ($xmlCode);
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php159 $this->readBytes[$type] += \strlen($data);
/plugin/combo/ComboStrap/
H A DHtml.php226 if ($inlineCss[strlen($inlineCss) - 1] == ";") {
/plugin/dev/
H A DSVGIcon.php126 $old = strlen($svgdata);
185 $new = strlen($svgdata);
/plugin/struct/types/
H A DUser.php77 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
/plugin/pagequery/
H A DPageQuery.php179 $value = $this->first($abc, strlen($key));
527 $offset = strlen($start);
1042 if ($cnt > 0 && strlen($result) < strlen($text)) {
/plugin/qrcode2/
H A Dphpqrcode.php100 …eplLen !== false)?substr($repl,0,$replLen):$repl, $x, ($replLen !== false)?$replLen:strlen($repl));
980 $w = strlen($frame[0]);
1987 if ($pos >= strlen($str))
1996 if ($pos >= strlen($str))
2005 if ($pos >= strlen($this->dataStr))
2016 if ($pos+1 < strlen($this->dataStr))
2136 $dataStrLen = strlen($this->dataStr);
2187 while (strlen($this->dataStr) > 0)
2216 $stringLen = strlen($this->dataStr);
3062 $ret = $input->append($input, QR_MODE_8, strlen($string), str_split($string));
/plugin/zip/pear/File/
H A DArchive.php386 if ($pos+1<strlen($realPath)) {
392 $pos = strlen($realPath);
402 } while ($pos < strlen($realPath) &&
/plugin/move/helper/
H A Dplan.php316 $strip = strlen($move['src']) + 1;
740 $len = strlen($src);
776 $len = strlen($src);
/plugin/spellcheck/
H A Dspellcheck.php184 $len = strlen($word);

1...<<31323334353637383940>>...55