Home
last modified time | relevance | path

Searched refs:strlen (Results 726 – 750 of 1362) sorted by relevance

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DTokenizer.php129 $bufferOffset + $pos === \strlen($lastBuffer) &&
/plugin/issuetracker/
H A Daction.php237 $len = strlen($txt);
285 elseif(strlen($project)>1)
1004 if(strlen(DOKU_BASE) < strlen(DOKU_URL)) $BASE = DOKU_URL."lib/plugins/issuetracker/";
1191 if(strlen($this->it_th_cols)>0) {
1461 if((!$issue) && (strlen($project)>1)) {
2816 if(strlen($to)<3) $to=$this->getConf('email_address');
3200 if ((@file_exists($pfile)) && (strlen($project)>1))
3365 if((strlen($user_before['mail'])<1) ) {
3368 elseif(strlen($user['mail'])<1) {
3681 $projects .= ','.substr($file,0,strlen($file)-strlen('.issues'));
[all …]
/plugin/mdpage/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/webdav/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/vbsso/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/icalevents/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/condition/
H A Dbase_tester.php.orig.php255 $str = substr($str, strlen($reg[1]));
256 if(($i != 'y') || (strlen($v) == 4)) $d[$i] = $v;
/plugin/jplayer/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/fetchmedia/action/
H A Dajax.php45 $action = substr($event->data, strlen($call)+1);
206 $end = $mediaLinkInstruction[2] + 1 + strlen($oldlink);
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php133 $lastBytePos = $this->progress + strlen($chunk) - 1;
136 'content-length' => strlen($chunk),
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php61 $len = strlen($buf);
107 $len = strlen($buffer);
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php377 if ($bytes[1] == 48 && ($bytes[2] == 49 || $bytes[2] == 48) && strlen($input) > 12) {
427 if (isset($matches[0]) && $matches[0] == $string && strlen($input) <= 13) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.bmp.php425 while ($pixeldataoffset < strlen($BMPpixelData)) {
441 $pixeldataoffset = strlen($BMPpixelData); // force to exit loop just in case
501 while ($pixeldataoffset < strlen($BMPpixelData)) {
517 $pixeldataoffset = strlen($BMPpixelData); // force to exit loop just in case
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php255 $offset += \strlen($matches[1][0]);
468 $bytes = \strlen($labels[$i]);
580 $inputLength = \strlen($input);
799 $length = \strlen($input);
/plugin/statistics/inc/
H A DBrowscap.php602 $a_len = strlen($a);
603 $b_len = strlen($b);
608 $a_len = strlen(str_replace(array('*', '?'), '', $a));
609 $b_len = strlen(str_replace(array('*', '?'), '', $b));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php218 $this->writer->write('/Length ' . strlen($s) . '>>');
352 $this->writer->write('/Length ' . strlen($grad['stream']));
404 $this->writer->write('/Length ' . strlen($grad['stream_trans']));
427 $this->writer->write('/Length ' . strlen($p));
/plugin/bureaucracy-au/helper/
H A Dfieldnumber.php111 $length = strlen($value);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php121 if ($dir{strlen($dir)-1} == DIRECTORY_SEPARATOR) {
/plugin/hr/
H A Dsyntax.php212 ? substr($aRenderer->doc, 0, -strlen($hits[0])) . '<hr />'
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php168 return strlen($this->get());
/plugin/projects/lib/
H A Dplugins.php34 return substr($name, 0, -strlen($from)) . $to;
/plugin/bureaucracyau/helper/
H A Dfieldnumber.php111 $length = strlen($value);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php99 $contentLength = strlen($this->requestBody);

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