Home
last modified time | relevance | path

Searched refs:collect (Results 1 – 25 of 148) sorted by relevance

123456

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DDOMLex.php117 $collect = $level > 0 ? true : false;
118 $needEndingTag = $this->createStartNode($node, $tokens, $collect, $config);
177 * @param bool $collect Says whether or start and close are collected, set to
183 protected function createStartNode($node, &$tokens, $collect, $config) argument
229 if ($collect) {
234 if ($collect) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
DInfiniteLoopProblemTest.php58 $collect = array();
61 $collect[] = $it->getDTSTART();
71 $collect
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
DInfiniteLoopProblemTest.php57 $collect = [];
60 $collect[] = $it->getDtStart();
70 $collect
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
DInfiniteLoopProblemTest.php58 $collect = array();
61 $collect[] = $it->getDTSTART();
71 $collect
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php58 $collect = array();
61 $collect[] = $it->getDTSTART();
71 $collect
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
DDeprecationCollector.php49 return $this->collect(new TemplateDirIterator($iterator));
59 public function collect(\Traversable $iterator) function in Twig\\Util\\DeprecationCollector
/plugin/dw2pdf/src/
H A DAbstractCollector.php42 foreach ($this->collect() as $page) {
71 abstract protected function collect(): array; function in dokuwiki\\plugin\\dw2pdf\\src\\AbstractCollector
H A DPageCollector.php11 protected function collect(): array function in dokuwiki\\plugin\\dw2pdf\\src\\PageCollector
H A DBookCreatorLiveSelectionCollector.php11 protected function collect(): array function in dokuwiki\\plugin\\dw2pdf\\src\\BookCreatorLiveSelectionCollector
H A DBookCreatorSavedSelectionCollector.php11 protected function collect(): array function in dokuwiki\\plugin\\dw2pdf\\src\\BookCreatorSavedSelectionCollector
H A DNamespaceCollector.php44 protected function collect(): array function in dokuwiki\\plugin\\dw2pdf\\src\\NamespaceCollector
/plugin/givemeyouremail/
DREADME.txt25 How to collect the email adresses :
27 To collect all the email adresses, you can download the adresses.txt file located on the plugin ins…
/plugin/questionnaire/
Dplugin.info.txt6 desc Create simple questionnaires and collect data from your users
DREADME3 Create simple questionnaires and collect data from your users
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Util/
DDeprecationCollectorTest.php27 $deprecations = $collector->collect(new Twig_Tests_Util_Iterator());
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.CollectErrors.txt7 Whether or not to collect errors found while filtering the document. This
/plugin/dw2pdf/_test/
H A DWriterInternalLinksTest.php66 protected function collect(): array function in dokuwiki\\plugin\\dw2pdf\\test\\WriterInternalLinksCollectorStub
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/
DProjectsLocationsCatalogsUserEvents.php58 public function collect($parent, $optParams = []) function in Google\\Service\\CloudRetail\\Resource\\ProjectsLocationsCatalogsUserEvents
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DRecommendationsAI.php315 'collect' => [
316 'path' => 'v1beta1/{+parent}/userEvents:collect',
DCloudRetail.php463 'collect' => [
464 'path' => 'v2/{+parent}/userEvents:collect',
/plugin/cachestats/
H A DFileStatistics.php42 public function collect(?callable $cb = null): array function in dokuwiki\\plugin\\cachestats\\FileStatistics
H A Dcli.php56 $result = (new FileStatistics($conf['cachedir']))->collect($cb);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/Resource/
DProjectsLocationsCatalogsEventStoresUserEvents.php60 public function collect($parent, $optParams = []) function in Google\\Service\\RecommendationsAI\\Resource\\ProjectsLocationsCatalogsEventStoresUserEvents
/plugin/linkcheck/
DREADME.md15 * The plugin will collect the urls during render time. Previously cached pages may not be checked. …
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
DLICENSE33 …ht to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the…
34collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor…
35 …Voluntary License Schemes. The Licensor reserves the right to collect royalties, whether individua…

123456