Home
last modified time | relevance | path

Searched refs:strlen (Results 1076 – 1100 of 1362) sorted by relevance

1...<<41424344454647484950>>...55

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php58 $nb = strlen($s);
233 $nb_carac = strlen($tmp);
306 $nb = strlen($text);
/plugin/pagestat/
H A Dremote.php69 if(strlen($txtstr)<20){
/plugin/date/
H A Dsyntax.php146 …$timestamp_with_now_value = substr($timestamp_value,0,strlen($timestamp_value)-1).", ".$now_value.…
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php166 return strlen($this->getData($length));
/plugin/graphgear/
H A Dsyntax.php231 $len = strlen($string);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php128 $padding = max($padding, strlen($title));
/plugin/spellcheck/
H A Daspell.php236 $txLen = strlen($stdin);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dts.php77 for ($word_offset = 0; $word_offset <= strlen($DTSheader); $word_offset += 2) {
H A Dmodule.graphic.tiff.php161 if (substr($info['tiff']['XMP'][$xmpkey]['raw'], 0, strlen($XMPmagic)) != $XMPmagic) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php273 if (0 === strlen($line) || '//' == substr($line, 0, 2)) {
/plugin/farm/
H A Dinstall.class.php145 …if(is_null($this->fsroot)) $this->fsroot = substr(__FILE__, 0, -1 * strlen('lib/plugins/farm/insta…
/plugin/zul/syntax/
H A Dzirkelundlineal.php89 return strlen("<ZirkelUndLineal ");
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php269 for ($i=0, $size=strlen($word); $i < $size; $i++) {
H A Dfont.class.php46 $length = strlen($string);
/plugin/autotweet/
H A Dtwitteroauth.php243 return strlen($header);
/plugin/tcycle/
H A Dsyntax.php108 $pos = $pos + strlen($attribute);
/plugin/directions/syntax/
H A Dcommon.php288 if (strlen($title) > $maxchars) return substr($title,0,$maxchars).'...';
/plugin/chat/
H A Dajax.php348 if (strlen($msg) > $maxmsgsize) {
/plugin/csv/
H A Dhelper.php209 $len = strlen($str);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php106 if (strlen($str) != 57) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php63 $i = strlen($val);
H A DPHP64.php63 $i = strlen($val);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php129 'Content-Length' => strlen($body),
/plugin/odt/ODT/styles/
H A DODTTextStyle.php284 $length = strlen ($odt_fo_size);
/plugin/odt/ODT/
H A Dstyleset.php107 $max = strlen($style_elements);

1...<<41424344454647484950>>...55