Home
last modified time | relevance | path

Searched refs:strlen (Results 776 – 800 of 1362) sorted by relevance

1...<<31323334353637383940>>...55

/plugin/qna/syntax/
H A Dblock.php124 if (\dokuwiki\Utf8\PhpString::strlen($identifier) > $this->maxIdLength) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php174 $currentIndent = (strlen($tokens[$first]['content']) - strlen($trimmed));
229 $tokenIndent = (strlen($tokens[$i]['content']) - strlen($trimmed));
556 $length = strlen($padding);
942 … $currentIndent = (strlen($tokens[$first]['content']) - strlen(ltrim($tokens[$first]['content'])));
/plugin/authucenter/lib/api/
H A Duc.php303 $key_length = strlen($cryptkey);
306 $string_length = strlen($string);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php336 strlen($cardData),
379 strlen($cardData),
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.wavpack.php324 if (strlen($metablock['data']) == 16) {
327 …5 Checksum" in metablock at offset '.$metablock['offset'].', but found '.strlen($metablock['data']…
/plugin/mantis/lib/
H A Dnusoapmime.php224 …$this->debug('Entering parseResponse() for payload of length ' . strlen($data) . ' and type of ' .…
465 …$this->debug('Entering parseRequest() for payload of length ' . strlen($data) . ' and type of ' . …
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php315 $path = ltrim(substr($input, strlen($root)), '/');
405 …return '/' == $path[0] || '\\' == $path[0] || (3 < strlen($path) && ctype_alpha($path[0]) && $path…
/plugin/autolink2/
H A Dhelper.php123 return strlen($b)-strlen($a);
/plugin/pureldap/vendor/composer/
H A DClassLoader.php248 $length = strlen($prefix);
303 $length = strlen($prefix);
/plugin/commonmark/vendor/composer/
H A DClassLoader.php250 $length = strlen($prefix);
305 $length = strlen($prefix);
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php182 $length = strlen($prefix);
233 $length = strlen($prefix);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php331 strlen($cardData),
374 strlen($cardData),
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php248 $length = strlen($prefix);
303 $length = strlen($prefix);
/plugin/barcodes/vendor/composer/
H A DClassLoader.php248 $length = strlen($prefix);
303 $length = strlen($prefix);
/plugin/oauth/vendor/composer/
H A DClassLoader.php250 $length = strlen($prefix);
305 $length = strlen($prefix);
/plugin/upgrade/vendor/composer/
H A DClassLoader.php254 $length = strlen($prefix);
309 $length = strlen($prefix);
/plugin/combo/vendor/composer/
H A DClassLoader.php182 $length = strlen($prefix);
233 $length = strlen($prefix);
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php248 $length = strlen($prefix);
303 $length = strlen($prefix);
/plugin/aichat/vendor/composer/
H A DClassLoader.php248 $length = strlen($prefix);
303 $length = strlen($prefix);
/plugin/geophp/vendor/composer/
H A DClassLoader.php248 $length = strlen($prefix);
303 $length = strlen($prefix);
/plugin/attribute/
H A Dhelper.php274 return substr($x, 0, strlen($key)) == $key;
280 return rawurldecode(substr($x, strlen($key)));
/plugin/refnotes/
H A Drendering.php213 if (array_key_exists($key, $this->data) && (strlen($result) < strlen($this->data[$key]))) {
220 if (strlen($result) < strlen($value)) {
/plugin/edittable/renderer/
H A Dinverse.php64 if(strlen($text) === 0) {
91 if(strlen($this->doc) > 0 && substr($this->doc, 1, -1) !== DOKU_LF) {
294 if(strrpos($this->doc, DOKU_LF) === strlen($this->doc) - 1) {
624 $this->_pos = strlen($this->doc);
/plugin/autolink3/
H A Dajax.php125 if (!strncmp($page, $locate, strlen($locate)))
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DClassDefinitionOpeningBraceSpaceSniff.php77 $length = strlen($content);

1...<<31323334353637383940>>...55