Home
last modified time | relevance | path

Searched refs:parseExpand (Results 1 – 5 of 5) sorted by relevance

/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/
H A DCalendarQueryParser.php100 $this->expand = $this->parseExpand($expand->item(0));
272 protected function parseExpand(\DOMElement $parentNode) { function in SabreForRainLoop\\CalDAV\\CalendarQueryParser
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/
H A DCalendarQueryParser.php100 $this->expand = $this->parseExpand($expand->item(0));
272 protected function parseExpand(\DOMElement $parentNode) { function in SabreForRainLoop\\CalDAV\\CalendarQueryParser
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/CalDAV/
H A DCalendarQueryParser.php100 $this->expand = $this->parseExpand($expand->item(0));
272 protected function parseExpand(\DOMElement $parentNode) { function in Sabre\\CalDAV\\CalendarQueryParser
/dports/devel/codeworker/CodeWorker4_5_3/
H A DDtaScript.h256 void parseExpand(GrfBlock& block, ScpStream& script, ExprScriptVariable* pMethodCaller);
H A DDtaScript.cpp1242 case 5800090: parseExpand(block, script, pMethodCaller);break; in parseKeyword()
3201 void DtaScript::parseExpand(GrfBlock& block, ScpStream& script, ExprScriptVariable* pMethodCaller) { in parseExpand() function in CodeWorker::DtaScript