Home
last modified time | relevance | path

Searched refs:strlen (Results 576 – 600 of 1362) sorted by last modified time

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

/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php148 if (3 <= strlen($line)
/plugin/webdav/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php734 $this->server->httpResponse->setHeader('Content-Length', strlen($result));
1043 $response->setHeader('Content-Length', strlen($jsonBody));
H A DCalendarObject.php178 return strlen($this->get());
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php168 return strlen($this->get());
H A DPlugin.php787 $response->setHeader('Content-Length', strlen($newBody));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php122 if (substr($syncToken, 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) {
126 $syncToken = substr($syncToken, strlen(self::SYNCTOKEN_PREFIX));
236 … if (substr($token['token'], 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) {
245 $node->getSyncToken() == substr($token['token'], strlen(self::SYNCTOKEN_PREFIX))
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php747 if (strlen($instance['id']) <= 8) {
759 if (strlen($instance['id']) <= 8) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php702 'size' => strlen($calendarData),
1332 …$stmt->execute([$principalUri, $objectData, $objectUri, time(), md5($objectData), strlen($objectDa…
H A DSimplePDO.php178 'size' => strlen($row['calendardata']),
216 'size' => strlen($row['calendardata']),
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php336 strlen($cardData),
379 strlen($cardData),
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php208 } elseif (strlen($matches[2]) > 0) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php235 $trailingPart = substr($row['path'], strlen($source) + 1);
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php331 $uri = substr($uri, strlen($result['scheme']) + 1);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php239 for ($ii = 0; $ii < \strlen($val); ++$ii) {
247 if (\strlen($lastLine) >= 75) {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php847 if (strlen($day) > 2) {
/plugin/webdav/core/
H A DUtils.php87 if ($mode == 'create' && strlen($text) == 0) {
93 'size' => strlen($text),
/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));
H A DTree.php59 if (!strlen($path)) {
/plugin/mdpage/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/mdpage/
H A Dsyntax.php67 $new_pos = $new_pos - strlen('</script>');
69 $new_pos = $new_pos - strlen('<!DOCTYPE markdown>');
72 $new_pos = $new_pos - strlen('<markdown>');
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php22 $this->renderPos = strlen($this->renderer->doc);
35 $this->renderPos = strlen($this->renderer->doc);
313 $prefix_len = strlen($prefix);
/plugin/abc/
H A Dsyntax.php51 if($mode == 'xhtml' && strlen($data[0]) > 1){
206 $realFileBaseLen = (strlen(fullpath($abcdir)) - strlen($abcdir)) + strlen($fileBase);
209 $truncLen = strlen($fileBase) + ($char_len - $realFileBaseLen);
/plugin/structsection/
H A Dsyntax.php138 $pos += strlen($field->getColumn()->getTranslatedLabel());
156 $R->doc = substr($R->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));

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