Home
last modified time | relevance | path

Searched refs:strlen (Results 626 – 650 of 1362) sorted by relevance

1...<<21222324252627282930>>...55

/plugin/whyspam/
H A Dadmin.php88 $l = strlen($matches[0])+30;
/plugin/mediasyntax/syntax/
H A Dlistblock.php83 $level = strlen(trim($match)); // Mediasyntax
/plugin/displayorphans/
H A D_local.php43 $sub = substr($id, 0, strlen($namespace));
/plugin/diagram/syntax/
H A Dsplitter.php144 elseif ($match[strlen($match) - 1] == '=')
H A Dmain.php139 $tag_name_len = strlen($this->tag_name);
140 $content = substr($match, $tag_name_len + 2, strlen($match) - 2 * $tag_name_len - 5);
802 if (strlen($v) == 2)
/plugin/watchcycle/helper/
H A Ddb.php72 $len = strlen($conf['metadir']);
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCacheTrait.php104 if ($this->maxKeyLength && strlen($key) > $this->maxKeyLength) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php79 if ($data === null || strlen($data) === 0) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php170 $referenceLength = \strlen($version);
/plugin/bez/helper/
H A Ddb.php59 $len = strlen($conf['metadir']);
/plugin/ajaxpeon/
H A Dhelper.php39 $namelen =strlen($fname);
41 if(strlen($tmpstr)>10){
/plugin/exttab1/
H A Dsyntax.php109 if ($mode == 'xhtml' && strlen($data[0]) > 1) {
184 if (strlen(trim($linedata)) > 2)
/plugin/repo/
H A Dsyntax.php78 if ($url[strlen($url) - 1] == '/') { // directory
134 $type = ($result[strlen($result) - 1] == '/' ? 'd' : 'f');
/plugin/davcard/vendor/composer/
H A DClassLoader.php172 $length = strlen($prefix);
223 $length = strlen($prefix);
/plugin/webdavclient/vendor/composer/
H A DClassLoader.php172 $length = strlen($prefix);
223 $length = strlen($prefix);
/plugin/davcal/vendor/composer/
H A DClassLoader.php172 $length = strlen($prefix);
223 $length = strlen($prefix);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php97 switch (strlen($routingCode)) {
350 $len = strlen($hex);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php153 $this->reader->reset($this->stream + strlen($buffer));
159 $this->reader->reset($this->stream + strlen($buffer));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php541 if (strlen($x) > $xLen) {
607 $tLen = strlen($t);
667 $tLen = strlen($t);
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php211 ($text[0] === "'" and $text[strlen($text) - 1] === "'")
213 ($text[0] === '"' and $text[strlen($text) - 1] === '"')) {
215 $text = substr($text, 1, strlen($text) - 2);
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php207 $this->length = strlen($value);
406 // strlen bits of the value number fix
647 $demeritN2 += (strlen($strTemp) - 1);
653 $demeritN2 += (strlen($strTemp) - 1);
661 $demeritN1 += (strlen($strTemp) - 2);
/plugin/extendpage/helper/
H A Ddb.php66 $len = strlen($conf['metadir']);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php118 if (substr($fileName, 0 - strlen($this->extension)) !== $this->extension) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php49 $sourcePath = substr($source, strlen($sourceRoot) + 1);
/plugin/referrers/
H A Dcode.php11 return (substr($str, 0, strlen($sub)) === $sub);

1...<<21222324252627282930>>...55