Home
last modified time | relevance | path

Searched refs:collect (Results 1 – 25 of 133) 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/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/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…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dhttp-meta-data.asciidoc13 This header is used to collect meta data about the versions of the components
/plugin/asciidocjs/node_modules/commander/
DReadme.md225 function collect(value, previous) {
237 .option('-c, --collect <value>', 'repeatable value', collect, [])
246 if (program.collect.length > 0) console.log(program.collect);
/plugin/s5reloaded/ui/effects_support/
Dslider.js21 this.handles = handle.collect( function(e) { return $(e) });
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DAsyncSearchNamespace.asciidoc104 $params['terminate_after'] = (number) The maximum number of documents to collect for …
/plugin/asciidocjs/node_modules/acorn/
DREADME.md224 // collect ranges for each node
226 // collect comments in Esprima's format
228 // collect token ranges
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DREADME.md222 // collect ranges for each node
224 // collect comments in Esprima's format
226 // collect token ranges

123456