Home
last modified time | relevance | path

Searched refs:strlen (Results 1301 – 1325 of 1362) sorted by relevance

1...<<5152535455

/plugin/404manager/
H A Dadmin.php310 if (strlen($myString) > $length) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php797 $length = strlen($pattern);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.real.php55 if (strlen(trim($valuearray[0])) > 0) {
/plugin/data/syntax/
H A Dentry.php132 'len' => strlen($match) // not utf8_strlen
685 $len = max($len, PhpString::strlen($nudata[count($nudata) - 1][0]));
690 $ret .= $field[0] . str_repeat(' ', $len + 1 - PhpString::strlen($field[0])) . ': ';
/plugin/openlayersmap/syntax/
H A Dolmap.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1178 if (strlen($line) < 3) {
1557 $size = strlen($ip) >> 1;
2872 …icKeyAndChallenge']['challenge'] = $this->challenge & str_repeat("\x7F", strlen($this->challenge));
3129 $temp = chr(ASN1::TYPE_GENERALIZED_TIME) . ASN1::encodeLength(strlen($temp)) . $temp;
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php147 $len = strlen($line);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php400 if(strlen($parseString) > 0 && $parseString != "")
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php1114 (strlen($path) >= 3 && preg_match('#^[A-Z]\:[/\\\]#i', substr($path, 0, 3))))) {
H A DTest.php481 $offset = strlen($matches[0][0]) + $matches[0][1];
/plugin/latexport/implementation/
H A Ddecorator.php73 $filename = substr($filename, 0, -strlen($ext) - 1);
/plugin/combo/ComboStrap/
H A DCallStack.php215 while (strlen($capturedContent) < $int && ($actualCall = $callStack->next()) != false) {
H A DSnippet.php892 $isLibrary = substr($lastName, -strlen($libraryExtension)) === $libraryExtension;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php429 strlen($attribute->literal->value),
/plugin/combo/ComboStrap/Web/
H A DUrl.php704 if ($this->path[strlen($path) - 1] === URL::PATH_SEP) {
/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php665 $nbLine = strlen($typeLine) - 1;
666 $nbColumn = strlen($typeColumn) - 1;
/plugin/botbouncer/lib/
H A Dbotbouncer.php543 $requestheader[] = 'Content-Length: '.strlen($data);
/plugin/groupmanager/
H A Dsyntax.php499 } else if (strlen($authbygrp) > 0 && $g == $authbygrp) {
/plugin/authldaplocal/
H A Dauth.php639 $len = strlen($line);
/plugin/mantis/lib/
H A Dclass.soap_parser.php92 $this->debug('Entering nusoap_parser(), length='.strlen($xml).', encoding='.$encoding);
/plugin/tagging/
H A Dhelper.php238 $hidden_len = strlen($hidden_str);
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/bibtex/OSBib/format/
H A DREADME.txt74 …to manipulate UTF-8-encoded strings with functions such as strtolower(), strlen() etc., you should…
115 …to manipulate UTF-8-encoded strings with functions such as strtolower(), strlen() etc., you should…
/plugin/authyubikey/
H A Dauth.php.org360 $len = strlen($line);
/plugin/owncloud/
H A Dhelper.php51 if (strlen($storageId) > 64) {

1...<<5152535455