Home
last modified time | relevance | path

Searched refs:strlen (Results 751 – 775 of 1362) sorted by relevance

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

/plugin/likeit/
H A Dsyntax.php75 trim(substr($match,8,strlen($match)-8-1))
/plugin/templatebyname/
H A Dfindtemplate.php26 $len = strlen(rtrim($conf['datadir'],'/'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DIndentationSniff.php116 $foundIndent = strlen($content);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php178 return strlen($this->get());
/plugin/autolink4/syntax/
H A Dallwords.php173 $len = strlen($test);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.colors.inc.php189 if (strlen($decl) > 0) {
H A Dvalue.generic.length.php60 $unit = substr($value, strlen($value)-2, 2);
H A Dcss.background.position.inc.php43 if (substr($value, strlen($value)-1,1) === "%") {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOption.php15 use function strlen;
106 return substr($this->lcOption, 0, strlen($option)) === $option;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DMontgomery.php63 $j = strlen($temp) - strrpos($temp, '1') - 1;
/plugin/oauth/
H A Dhelper.php
/plugin/bureaucracy/helper/
H A Dfieldnumber.php111 $length = strlen($value);
/plugin/mantis/lib/
H A Dclass.soap_server.php508 if (strlen($delim) > 0 && substr_count($this->methodname, $delim) == 1 &&
512 $method = substr($this->methodname, strpos($this->methodname, $delim) + strlen($delim));
734 …if (strlen($payload) > 1024 && isset($this->headers) && isset($this->headers['accept-encoding'])) …
765 $this->outgoing_headers[] = "Content-Length: ".strlen($payload);
804 …$this->debug('Entering parseRequest() for data of length ' . strlen($data) . ' and type ' . $heade…
/plugin/gallery2/dwgallery/
H A Ddwgallery.php74 if ($dir{strlen($dir)-1} == '/') $dir = substr($dir, 0, strlen($dir)-1);
402 $len = strlen($suffix);
/plugin/calendoku/
H A Dhelper.php112 if (strlen($this->plugin->getConf('defaulttimezone')) > 0) {
123 } else if (strlen($tzstring) == 0) {
136 } else if (strlen($tzstring) == 0) {
/plugin/bureaucracy/
H A Dsyntax.php407 $len = strlen($line);
433 if(strlen($arg) < 1) continue;
445 if(strlen($arg) > 0) array_push($args, $arg);
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php64 $string .= $characters[mt_rand(0, strlen($characters))];
/plugin/authgoogle/google/io/
H A DGoogle_IO.php107 $postsLength = strlen($postBody);
/plugin/formatplus2/
H A Dformatting.php130 if (strlen($renderer->doc) > 250)
/plugin/linebreak/
H A Daction.php93 $this->base_delta = strlen("~~LINEBREAK#$marker~~\n");
/plugin/formatplus/
H A Dformatting.php130 if (strlen($renderer->doc) > 250)
/plugin/foldablelist/
H A Dsyntax.php78 if(strlen(trim($parameters))< 3) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php166 return strlen($this->get());
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode11.php52 $len = strlen($code);
H A DRm4Scc.php82 $len = strlen($code);

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