Home
last modified time | relevance | path

Searched refs:strlen (Results 1051 – 1075 of 1362) sorted by relevance

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.nsv.php191 $NSVfheaderlength = strlen($NSVfheader);
/plugin/hcalendar/syntax/
H A Dhcal2.php66 return strlen("<hcal");
/plugin/asiansearch/
H A Daction.php201 $offset = $idx + strlen(utf8_substr($text,$utf8_idx,$post));
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php126 while (\strlen((string) ($buffer = \fread($this->socket, $this->options['buffer_size']))) > 0) {
/plugin/discordnotifier/
H A Dhelper.php196 $payload_length = 'Content-length: ' . strlen ( $json_payload );
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php232 for ($i = 0; $i < strlen($b); $i++) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DOpenSSH.php194 if (strlen($privateKey->secret) != 32) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php209 …ormat, 0, $pos) . '%c' . $match[1][0] . '%c' . Utils::substr($format, $pos + strlen($match[0][0]));
/plugin/pageredirect/
H A Daction.php219 $match = substr($match, 2, strlen($match) - 4);
/plugin/odt/ODT/
H A DODTParagraph.php112 $list->setListLastParagraphPosition(strlen($params->content));
H A DODTSpan.php147 $max = strlen ($HTMLCode);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php313 $striplen = strlen($strip);
/plugin/combo/syntax/
H A Dheadingwiki.php250 return 7 - strlen(trim($match));
/plugin/combo/ComboStrap/
H A DCardTag.php179 $endPosition = $pos + strlen($match) + 1;
H A DWikiPath.php236 $pathPart = substr($this->absolutePath, strlen($comboInterWikiScheme));
468 $lengthSchemeQualified = strlen($schemeQualified);
1084 if ($this->absolutePath[strlen($this->absolutePath) - 1] !== WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) {
/plugin/bez/mdl/
H A DValidator.php154 if (strlen($value) <= $max_length) {
/plugin/groupmail/
H A Dsyntax.php375 if(strlen($_POST['content']) < 10) $this->_set_error('content');
376 if(strlen($name) < 2) $this->_set_error('name');
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php178 $len = strlen($raw_content);
186 $hyphens[] = strlen($word);
/plugin/freesync/
H A Dhelper.php217 return !strncmp($id, $this->_profile['namespace'], strlen($this->_profile['namespace'])) &&
389 if(strlen($this->_client->resp_body) && $this->_client->resp_body != "Not Found")
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php178 $max = strlen(count($lines));
248 $filename = substr($filePath, strlen($cwd));
H A DCLI.php1230 echo str_repeat('-', (strlen($lastStandard.$lastCount) + 10));
1261 $len = strlen($key);
1262 if (strlen($key) > $max) {
/plugin/pagelist/
H A Dhelper.php717 if ($max > 1 && PhpString::strlen($desc) > $max) {
851 if (strlen($this->page['description']) > 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php492 $indexLength = strlen($currentEntry['index_content']);
732 …$expected = ($arrowStart - (strlen($index['index_content']) + $tokens[$index['index']]['column']));
733 …$found = ($tokens[$index['arrow']]['column'] - (strlen($index['index_content']) + $tokens[$inde…
/plugin/filelist/
H A Dsyntax.php50 $match = substr($match, strlen('{{filelist>'), -2);
/plugin/addressbook/
H A Dsyntax.php313 if (strlen($r['surname'] .$r['firstname'])>0) $out .= '<br>';
320 if (strlen($r['cfuntion'] .$r['department'])>0) $out .= '<br>';
579 if ($text == false || strlen($text) < 2) {msg("Invalid search.");return;}

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