Home
last modified time | relevance | path

Searched refs:strlen (Results 1276 – 1300 of 1362) sorted by relevance

1...<<5152535455

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php343 if (strlen($password) && is_array($decrypted)) {
/plugin/captcha/
H A DEasySVG.php51 for ($i = 0; $i < strlen($str); $i++) {
/plugin/nodetailsxhtml/
H A Drenderer.php116 return dokuwiki\Utf8\PhpString::strlen( $input );
385 if ( // (strlen($c) > 1) || /* multi-byte [unicode] */
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.php768 $size = strlen($content);
999 if (strlen($line) == 0 || $line[0] == '#') {
H A Doutput.fastps.class.php391 for ($i=0; $i<strlen($str); $i++) {
/plugin/translator/
H A Dhelper.php795 $strlen_var = strlen($var);
894 $strlen_chrs = strlen($chrs);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php210 if (substr($thisfile_audio['codec'], 0, strlen('unknown: 0x')) == 'unknown: 0x') {
1527 if (strlen($chunkname) < 4) {
1877 $RIFFdataLength = strlen($RIFFdata);
1991 if (strlen($WaveFormatExData) > 16) {
H A Dmodule.audio-video.flv.php184 if (strlen($sps) == $spsSize) { // make sure that whole SequenceParameterSet was red
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php887 if (strlen($day) > 2) {
/plugin/pycode/
H A Dsyntax.php439 if (strlen(end($range)) <= 4) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php203 $leftnl = strrpos($text, "\n", -(strlen($text) - $offset) - 1) ?: 0;
/plugin/fckg/syntax/
H A Ddwplugin.php377 $len = strlen($entry_match);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php582 return strlen($h);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php731 $response->setHeader('Content-Length', strlen($newBody));
/plugin/statistics/
H A Dadmin.php509 if(strlen($url) > 45) {
/plugin/combo/ComboStrap/
H A DCall.php774 $length = strlen($captureContent);
H A DColorRgb.php483 $hexLen = strlen($digits);
/plugin/combo/syntax/
H A Dlink.php560 $renderer->doc = substr($renderer->doc, 0, -strlen($descriptionToDelete));
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php365 $dict->value['Length'] = PdfNumeric::create(\strlen($streamContent));
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php448 $twkbHead .= $this->writer->writeUVarInt(strlen($twkbGeom));
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php512 $data_length = strlen($data);
701 $data_length = strlen($data); // number of chars
/plugin/openid/Auth/OpenID/
H A DServer.php278 (strlen($this->encodeToURL()) >
1328 (strlen($this->encodeToURL()) >
/plugin/autotweet/
H A DOAuth.php755 $offset = $match[1] + strlen($match[0]);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php787 $response->setHeader('Content-Length', strlen($newBody));
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php847 if (strlen($day) > 2) {

1...<<5152535455