Home
last modified time | relevance | path

Searched refs:strlen (Results 876 – 900 of 1362) sorted by relevance

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

/plugin/farm/
H A Danimal.class.php443 if(substr($line, 0, strlen($user) + 1) != $user.':') $out[] = $line;
484 $fs[base64_encode(substr($p.'/'.$i, strlen($bp)))] = array(
494 $fs[base64_encode(substr($p.'/'.$i, strlen($bp)))] = array(
500 …ray_merge($fs, $this->scanfs($p.'/'.$i, $l+1, $bp, base64_encode(substr($p.'/'.$i, strlen($bp)))));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php440 if (strlen($this->context)) {
648 …this->lexer->lookahead['position'] === $this->lexer->token['position'] + strlen($this->lexer->toke…
975 if ($classPos === strlen($identifier) - 7) {
1002 …while ($this->lexer->lookahead['position'] === ($this->lexer->token['position'] + strlen($this->le…
/plugin/deeplautotranslate/
H A Daction.php469 if (substr($ID, 0, strlen($glossary_ns)) == $glossary_ns) {
477 if(strlen($src) != 2 or strlen($target) != 2) return false;
515 if ($glossary_ns and substr($org_id, 0, strlen($glossary_ns)) == $glossary_ns) return false;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php106 $this->end = \strlen($this->code);
339 …(self::REGEX_DQ_STRING_PART, $this->code, $match, null, $this->cursor) && \strlen($match[0]) > 0) {
381 $this->cursor += \strlen($text);
/plugin/sqlraw/
H A Dsimple_html_dom.php78 if (empty($contents) || strlen($contents) > MAX_FILE_SIZE)
91 if (empty($str) || strlen($str) > MAX_FILE_SIZE)
820 $len=strlen($str);
1139 $this->size = strlen($str);
1149 $this->size = strlen($str);
1628 …$this->doc = substr_replace($this->doc, $key, $matches[$i][$idx][1], strlen($matches[$i][$idx][0])…
1632 $this->size = strlen($this->doc);
1648 if (strlen($text) > $pos+15)
/plugin/webcomponent/syntax/
H A Ddropdown.php129 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
/plugin/ipban/ip-lib/src/
H A DFactory.php145 $sameBits += 8 - strlen($differentBitsInByte);
/plugin/toctweak/syntax/
H A Dmetatoc.php49 $start = strlen($m[1]) +2;
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php200 if (1 === strlen($head)) {
/plugin/formatplus2/syntax/
H A Dblockinsertplus.php138 if (strlen($renderer->doc) > 250) $renderer->capture = false;
/plugin/booking/
H A Dhelper.php160 $len = strlen($line); // length of line (includes newline)
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Classes/
H A DClassDeclarationSniff.php138 $spaces = strlen($blankSpace);
/plugin/vimeo/
H A Dsyntax.php57 $albumID = substr($match, strlen('{{vimeoAlbum>'), -2);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DOpeningFunctionBraceKernighanRitchieSniff.php161 $length = strlen($tokens[($openingBrace - 1)]['content']);
/plugin/mellelexport/
H A Dmellelconvert.php23 if (strlen(trim($data)) > 0) {
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php72 if($ins[0] == 'plugin' && $ins[1][0] == 'pagetemplate' && strlen($ins[1][1][0]) > 0) {
/plugin/autolink4/syntax/
H A Dregex.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php144 if (strlen($line) == 0) {
/plugin/formatplus/syntax/
H A Dblockinsertplus.php138 if (strlen($renderer->doc) > 250) $renderer->capture = false;
/plugin/twofactoryubiauth/
H A Dhelper.php92 if (strlen($code) < 44) {
/plugin/bloglinks/
H A Daction.php66 if (strlen($pattern) > 0 && preg_match($pattern, $ID)) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php199 $trailingPart = substr($row['path'], strlen($source) + 1);

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