Home
last modified time | relevance | path

Searched refs:strlen (Results 451 – 475 of 1362) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php74 if (strlen($fd) <= 0) {
81 @fwrite($fh, $fd, strlen($fd));
96 if (strlen($fd) <= 0) {
103 @fwrite($fh, $fd, strlen($fd));
191 $stLen = strlen($data);
202 $datLen = $stLen - strlen($data);
402 if (strlen($rgb) < 3) {
939 $out .= $this->dword(14 + 40 + ($nColors << 2) + strlen($bmp));
1057 $out .= $this->ndword(strlen($bmp));
1091 $NumColorsInPal = floor(strlen($pal) / 3);
/plugin/authfacebook/lib/
H A Dautoload.php63 $len = strlen($prefix);
/plugin/wow/
H A Dsyntax.php176 …$renderer->doc .= '<a href="' . $link . '"><img src="' . substr(DOKU_PLUGIN, strlen($_SERVER["DOCU…
/plugin/rater/
H A Dsyntax.php419 if(strlen($rater_ns)>1) {
595 if (strlen($rater_zoom) >0) {
621 if (strlen($rater_zoom) >0) {
623 if(strlen($d1[0])>1) {
678 if (strlen($rater_zoom) >0) {
680 if(strlen($d1[0])>1) {
886 $t1 = substr(str_replace( ".txt" , "" , $t1 ) , strlen($savedir."/pages"), 9999);
889 $t2 = substr($t2, 1, strlen($t2));
/plugin/mantis/lib/
H A Dnusoap.php2752 $chunkstart = $chunkend + strlen($lb);
2763 $length += strlen($chunk);
2772 $length += strlen($chunk);
2917 $tmplen = strlen($tmp);
2991 $tmplen = strlen($tmp);
3003 $strlen = 0;
3007 $tmplen = strlen($tmp);
3016 $strlen += $tmplen;
3021 $tmplen = strlen($tmp);
3211 $datalen = strlen($data);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php326 if (strlen($e->getClassName()) != 0) {
330 if (strlen($message) != 0 && strlen($e->getMessage()) != 0) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php123 $len = \strlen($s);
211 $len = \strlen($s);
239 $j = \strlen($uchr);
/plugin/codebutton2/
H A Dgenpng.php9 $bg = imagecreatetruecolor(isset($_GET['text']) ? strlen($_GET['text'])*11 : 66, 15);
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php53 return \strlen($str);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php90 return strlen($this->contents);
/plugin/custombuttons/
H A Dgenpng.php10 $width = strlen($_GET['text']) * 11;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php55 return substr($base, 0, strlen($base) - 1);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php90 return strlen($this->contents);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContext.php54 if ($fqnn[strlen($fqnn) - 1] === '\\') {
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DUrlLinkTrait.php36 strlen($matches[0])
/plugin/revealjs/
H A Daction.php22 $event->data[1] = substr_replace($event->data[1], $replace, $pos, strlen($search));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DDroppingStream.php34 if (strlen($string) < $diff) {
H A DNullStream.php72 return strlen($string);
/plugin/gdpr/action/
H A Ddelusers.php200 $pageid = substr($changelogFN, strlen($conf['metadir']), -1 * strlen('.changes'));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php54 $string = substr($string, strlen($matches[0]));
252 $len = strlen($Config[$path_type[$type]]);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php54 $string = substr($string, strlen($matches[0]));
252 $len = strlen($Config[$path_type[$type]]);
/plugin/webdav/core/
H A DUtils.php87 if ($mode == 'create' && strlen($text) == 0) {
93 'size' => strlen($text),
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php152 $maxMessageLength = 512 - strlen($this->title);
195 $header .= "Content-Length: " . strlen($content) . "\r\n";
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php54 $string = substr($string, strlen($matches[0]));
252 $len = strlen($Config[$path_type[$type]]);
/plugin/farm/
H A Dinfos.animal.class.php96 if(strlen($ns) <= $maxlen) return $ns;
101 while(strlen($st.$end) + 3 <= $maxlen) {
108 …if(strlen($ns) > $maxlen + 5) $ns = substr($ns, 0, floor($maxlen / 2)).'...'.substr($ns, -1 * floo…
142 $w = substr($w, strlen($initialpath));

1...<<11121314151617181920>>...55