Home
last modified time | relevance | path

Searched refs:strlen (Results 576 – 600 of 1362) sorted by relevance

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

/plugin/rssticker/
H A DlastRSS.php78 fwrite ($f, $serialized, strlen($serialized));
238 $len = strlen($str);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php137 if ($colonPos !== false && strlen($rawUserInfo)-1 > $colonPos) {
338 if (strlen($this->query) > 0) {
/plugin/approve/action/
H A Dmigration.php158 if (substr($page, 0, strlen($namespace)) == $namespace) {
168 if (substr($page, 0, strlen($namespace)) == $namespace) {
/plugin/farmer/
H A DDokuWikiFarmCore.php220 $ret = strlen($b) - strlen($a);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php137 if ($colonPos !== false && strlen($rawUserInfo)-1 > $colonPos) {
338 if (strlen($this->query) > 0) {
/plugin/combo/ComboStrap/
H A DPageUrlPath.php212 for ($i = 0; $i < strlen($pageId); $i++) {
220 $checkSum = $total % strlen(PageId::PAGE_ID_ALPHABET);
/plugin/latex-was/
H A Dclass.latexrender.php152 if (strlen($latex_formula) > $this->_string_length_limit) {
154 $this->_errorextra = ': '.strlen($latex_formula);
/plugin/spatialhelper/helper/
H A Dindex.php
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.lyrics3.php79 fwrite($fp, $DataAfterLyrics3, strlen($DataAfterLyrics3));
/plugin/ruby/
H A Dsyntax.php39 $data = explode('|', substr($match, strlen('{{ruby|'), -2));
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DBacktickParser.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPrivate.php57 switch (strlen($key)) {
/plugin/mikioplugin/
H A Dcarousel.php36 if (strlen($value) == 0) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1228 if (strlen($ini_text) > 0) {
2151 $dither = ((strlen($dither) > 0) ? (bool) $dither : true);
2873 $dither = ((strlen($dither) > 0) ? (bool) $dither : true);
2951 } while (strlen($buffer) > 0);
3019 } while (strlen($buffer) > 0);
3277 if (strlen($imgdata) > $this->maxb) {
3287 if (strlen($imgdata) <= $this->maxb) {
3301 if (strlen($imgdata) > $this->maxb) {
3310 if (strlen($imgdata) <= $this->maxb) {
3315 if (strlen($imgdata) > $this->maxb) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1418 $file = substr($file, 0, strlen($file) - 4);
1906 $l=strlen($s);
2225 $nb=strlen($s);
2336 $nb=strlen($s);
2555 header('Content-Length: '.strlen($this->buffer));
2564 fwrite($f,$this->buffer,strlen($this->buffer));
2656 $this->offsets[1] = strlen($this->buffer);
2708 $this->_out('<</Length '.strlen($font));
2852 $this->offsets[2]=strlen($this->buffer);
2966 $o=strlen($this->buffer);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php181 $consumed += strlen(fread($body, min($start - $consumed, $consumeBlock)));
320 if (strlen($requestBody)) {
490 if (strlen($firstByte) !== 1) {
881 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
899 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php181 $consumed += strlen(fread($body, min($start - $consumed, $consumeBlock)));
320 if (strlen($requestBody)) {
490 if (strlen($firstByte) !== 1) {
883 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
901 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
/plugin/authdrupal8/
H A Dpassword.inc144 if (strlen($password) > 512) {
167 if (strlen($salt) != 8) {
177 $len = strlen($hash);
182 return (strlen($output) == $expected) ? substr($output, 0, DRUPAL_HASH_LENGTH) : FALSE;
276 if ((substr($account->pass, 0, 3) != '$S$') || (strlen($account->pass) != DRUPAL_HASH_LENGTH)) {
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocketPost.php97 $request .= "Content-length: " . strlen($content) . "\r\n";
/plugin/creole/syntax/
H A Dheader.php46 && ($title[strlen($title) - 1] == '=')) { // DokuWiki
/plugin/pdb/classes/
H A D_RCSB.php54 if (strlen($pdbid)!=4) return false;
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php89 $len = strlen($decodedurl);
/plugin/freechat/phpfreechat/src/proxies/
H A Dcensor.class.php65 $replacements[] = str_repeat($replaceby,strlen($w));
/plugin/pubchem/classes/
H A D_RCSB.php54 if (strlen($pdbid)!=4) return false;
/plugin/pubmed/classes/
H A D_RCSB.php54 if (strlen($pdbid)!=4) return false;

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