Home
last modified time | relevance | path

Searched refs:strlen (Results 476 – 500 of 1362) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php57 $this->length = strlen($filter);
186 $valueStartsAt = $i + strlen($filterType);
366 } elseif (($substringType + strlen($substringValue)) === strlen($value)) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php177 if (strlen($color) > 3) {
411 header('Content-Length: '.strlen($qrcodeData));
423 header('Content-Length: '.strlen($qrcodeData));
435 header('Content-Length: '.strlen($qrcodeData));
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DSyntaxError.php47 if ($lev <= \strlen($name) / 3 || false !== strpos($item, $name)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DString.php37 $length = strlen($string);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DDroppingStream.php39 if (strlen($string) < $diff) {
/plugin/task/
H A Dics.php34 header('Content-Length: '.strlen($output));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DByteOrderMarkSniff.php78 $bomByteLength = (strlen($expectedBomHex) / 2);
/plugin/textile2/
H A DclassTextile.php379 $style[] = "padding-left:" . strlen($pl[1]) . "em;";
385 $style[] = "padding-right:" . strlen($pr[1]) . "em;";
485 if(strlen($nl) <= strlen($tl)) $line .= "</li>";
487 if(strlen($k) > strlen($nl)) {
489 if(strlen($k) > 1)
/plugin/twofactorgoogleauth/
H A DQRCode.php187 $length = strlen($data);
200 $length = strlen($data);
222 switch (strlen($group)) {
245 $length = strlen($data);
266 if (strlen($group) > 1) {
297 $length = strlen($data);
336 $length = strlen($data);
/plugin/floatdiv/syntax/
H A Dfloathead.php43 return array(strlen($matches[1]),$matches[2]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DUidProcessor.php52 $this->uid = $this->generateUid(strlen($this->uid));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php129 $ciphertext = strlen($this->nonce) == 8 ?
133 return substr($ciphertext, 0, strlen($plaintext));
136 $newciphertext = substr($ciphertext, 0, strlen($plaintext));
139 substr($ciphertext, strlen($plaintext)) :
160 if ($this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12) {
169 if ($this->oldtag != substr($newtag, 0, strlen($this->oldtag))) {
176 $plaintext = strlen($this->nonce) == 8 ?
180 return substr($plaintext, 0, strlen($ciphertext));
201 switch (strlen($nonce)) {
259 if (strlen($key) == 16) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php250 while (strlen($str) > 0) {
251 if (strlen($str) > 75) {
253 $str = ' ' . mb_strcut($str, 75, strlen($str), 'utf-8');
/plugin/git/lib/
H A DGit.php343 $commit['hash'] = trim(substr($line, strlen('commit')));
346 $commit['author'] = trim(substr($line, strlen('Author:')));
349 $commit['date'] = trim(substr($line, strlen('Date:')));
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DScriptFields.php36 if (!\strlen($name)) {
/plugin/dokugource/
H A Dadmin.php67 header('Content-Length: '.strlen($f));
106 $strip = count($strip) ? strlen(implode(':', $strip)) : 0;
/plugin/removeold/
H A Dadmin.php161 if(strlen($file)<1) { $empty++; continue; }
218 if ($path{strlen($path)-1}=='/')
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php176 if (strlen($value) > strlen($TrackNumber)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php85 $spaces = strlen($blankSpace);
171 $spaces = strlen($blankSpace);
/plugin/securelogin/
H A Dhelper.php94 return (strlen($this->getModulus())-2)*4;
128 if(!strlen($bin)) return FALSE;
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php80 $header .= 'Content-Length: '.strlen($post)."\r\n";
130 $limit -= strlen($data);
/plugin/farm/
H A Daction.php128 …onf['farmwebroot'].$farmconf['farmer'].substr($event->data['link'][$i]['href'], strlen(DOKU_BASE));
134 …nf['farmwebroot'].$farmconf['farmer'].substr($event->data['script'][$i]['src'], strlen(DOKU_BASE));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLimitStreamTest.php80 $this->assertEquals(10, strlen($data));
85 $this->assertEquals(10, strlen($newData));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DEanUpc.php53 $codeLength = strlen($code);
242 $clen = strlen($seq);

1...<<11121314151617181920>>...55