Home
last modified time | relevance | path

Searched refs:strlen (Results 901 – 925 of 1362) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php159 $this->assertEquals(0, strlen($response->body), 'Expected empty body: ' . $response->body);
/plugin/blog/
H A Dhelper.php64 if (strlen($excluded_pages) > 0 && preg_match($excluded_pages, $id)) continue;
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php190 $family = substr ($matches [0], strlen('style:family='));
/plugin/lastpages/
H A Dsyntax.php118 if (strlen($pagewords[$id]) > 2) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php144 return \strlen($s) > 3 ? (string) \substr($s, 3) : $s;
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php207 if ($msg[strlen($msg)-1]!="\n") {
443 Header('Content-Length: '.strlen($img));
H A Dpseudo-cron-image.php250 if ($msg[strlen($msg)-1]!="\n") {
488 Header('Content-Length: '.strlen($img));
/plugin/epub/scripts/
H A Dcss3.php158 $msg = substr($msg, 0, -1* strlen($m[0])); //remove useless linenumber
533 if(strlen($matches[2]) > 4) return '';
/plugin/ckgedit/scripts/
H A Dcss6.php165 $msg = substr($msg, 0, -1* strlen($m[0])); //remove useless linenumber
521 if(strlen($matches[2]) > 4) return '';
/plugin/combo/ComboStrap/
H A DFetcherVignette.php160 $actualLength = strlen($actualLine);
161 if ($actualLength + strlen($word) > $maxCharacterByLine) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php217 if (strlen($cor) === 4) {
344 if (strlen($color) !== 6) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php260 $this->writer->write('<<' . $filter . '/Length ' . strlen($p) . '>>');
268 $this->mpdf->offsets[1] = strlen($this->mpdf->buffer);
/plugin/autlogin/
H A Dadmin.php213 if(substr($stranka,strlen($stranka)-1,1) != '*' && $perm > AUTH_EDIT)
325 if(substr($page,strlen($page)-1,1) != '*' && $perm > AUTH_EDIT)
803 …if((substr($stranka,strlen($stranka)-1,1) != '*' && $perm > AUTH_EDIT) || ($stranka == 'select' &&…
933 $visit = substr($visit,0,(strlen($visit)-1)); //erase last ","
1534 elseif(substr($data[$i],strlen($data[$i])-1,1)== '*'){
1535 $dir = substr($data[$i],0,(strlen($data[$i])-2)); //erase last ":*"
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/data-au/syntax/
H A Dtable.php747 $len = strlen($line);
775 if(strlen($value) < 1) {
786 if(strlen($value) > 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTwofish.php424 switch (strlen($key)) {
430 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
462 switch (strlen($this->key)) {
/plugin/data/syntax/
H A Dtable.php770 $len = strlen($line);
797 if (strlen($value) < 1) {
808 if (strlen($value) > 0) {
/plugin/mikioplugin/syntax/
H A Dcore.php125 $match_fix = preg_replace('/\s*=\s*/', '=', trim(substr($match, strlen($this->tagPrefix . $this->tag) + 1, -1)));
269 if (strlen($optionValue) == 3 || strlen($optionValue) == 6) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DFunctionCallArgumentSpacingSniff.php140 $space = strlen($tokens[($nextSeparator + 1)]['content']);
/plugin/dropfiles/action/
H A Dajax.php50 $action = substr($event->data, strlen('dropfiles_'));
/plugin/tabbox/
H A Dsyntax.php106 $this->_openTab($renderer, substr($match, 7, -1), $pos + strlen($match) + 1 );
/plugin/onlinenumber/
H A Dsyntax.php137 return explode('|', substr($match, strlen('{{onlinenumber|'), -2));
/plugin/svgimg2/
H A Dhelper.php117 switch (strlen($bgcolor))
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php223 if (strlen($key) > $blocksize) {
/plugin/var/
H A Dsyntax.php40 $length = strlen($meta);

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