Home
last modified time | relevance | path

Searched refs:strlen (Results 501 – 525 of 1362) sorted by relevance

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DEndFileNoNewlineSniff.php74 $eolCharLen = strlen($phpcsFile->eolChar);
H A DEndFileNewlineSniff.php74 $eolCharLen = strlen($phpcsFile->eolChar);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DSemicolonSpacingSniff.php72 $length = strlen($tokens[($semicolon - 1)]['content']);
/plugin/odt/helper/
H A Dcssimport.php943 $end = strlen ($decls);
1124 $max = strlen ($contents);
1163 $max = strlen ($contents);
1192 $new_media = substr ($before_open_bracket, $mediapos + strlen ('@media'));
1279 $rep_start += strlen ('[replacements]');
1290 $defs_end = strlen ($defs);
1298 $linestart += strlen ("\n");
1433 $length = strlen ($part);
/plugin/wrap/
H A Dhelper.php174 $columns = $matches [0] [strlen($matches [0])-1];
490 $length = strlen ($properties ['padding-left']);
495 $length = strlen ($properties ['padding-right']);
500 $length = strlen ($properties ['padding-top']);
505 $length = strlen ($properties ['padding-bottom']);
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php54 if (substr($dirPath, strlen($dirPath) - 1, 1) != '/') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPublic.php49 switch (strlen($key)) {
/plugin/bootswrapper/syntax/
H A Dpane.php57 $renderer->finishSectionEdit($pos + strlen($match));
/plugin/mediasyntax/syntax/
H A Dredirect.php52 if (strlen($data)>0)
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DFencedCodeParser.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DSSH2.php50 if ($type != 'ssh-dss' || strlen($blob) != 40) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DAbstractBarcode.php49 $len = strlen($seq);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToOther.php27 $len = strlen($nstr);
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php139 $this->filePos += strlen($data);
152 $this->filePos += strlen($tmp);
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php58 $this->size = strlen($this->data);
221 $lastBytePos = $this->progress + strlen($chunk) - 1;
/plugin/abc2/
H A Dsyntax.php90 if(strlen($data[0] ?? null) > 1){
372 $newstring = substr_replace($haystack, $replace, $pos, strlen($needle));
/plugin/htmlabstract/
H A Dsyntax.php218 $textlen = strlen($text);
240 $textlen = strlen($text);
/plugin/zip/pear/File/Archive/
H A DReader.php80 strncmp($std.'/', $sourceName, strlen($std)+1) == 0
197 return strlen($data);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php239 for ($ii = 0; $ii < \strlen($val); ++$ii) {
247 if (\strlen($lastLine) >= 75) {
/plugin/navbox/
H A Dsyntax.php87 if (strlen($line) < 1) continue;
335 return substr($url, 5, strlen($url)-11);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php196 $startPos += strlen($start);
201 if ((strlen($content) - $startPos) > $length) {
/plugin/box/
H A Dsyntax.php164 if (!strlen($str)) {
240 if (strlen($colour) == 4) {
/plugin/ifauthex/lib/
H A Dgrammar.php67 $strValue = substr($strValue, 1, strlen($strValue) - 2);
74 return strlen($strValue) > 0 && substr($strValue, 0, 1) == '"';
/plugin/sphinxsearch-was/
H A Dfunctions.php53 $length = strlen($value);
132 $startHeaderPos = strpos($doc, $startHeader) + strlen($startHeader);
152 $startHeaderPos = $endHeaderPos + strlen($endHeader);
/plugin/qstat/
H A Dsyntax.php340 $r = @fwrite($sock, $packet, strlen($packet));
370 $r = @fwrite($sock, $packet, strlen($packet));
420 $len = strlen($str);

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