Home
last modified time | relevance | path

Searched refs:occurrences (Results 1 – 25 of 30) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DBatchCreateOccurrencesResponse.php29 public function setOccurrences($occurrences) argument
31 $this->occurrences = $occurrences;
38 return $this->occurrences;
DBatchCreateOccurrencesRequest.php29 public function setOccurrences($occurrences) argument
31 $this->occurrences = $occurrences;
38 return $this->occurrences;
DListNoteOccurrencesResponse.php47 public function setOccurrences($occurrences) argument
49 $this->occurrences = $occurrences;
56 return $this->occurrences;
DListOccurrencesResponse.php47 public function setOccurrences($occurrences) argument
49 $this->occurrences = $occurrences;
56 return $this->occurrences;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DListVulnerabilitiesResponseV1.php47 public function setOccurrences($occurrences) argument
49 $this->occurrences = $occurrences;
56 return $this->occurrences;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php68 protected $occurrences = []; variable in FreeDSx\\Sasl\\Encoder\\DigestMD5Encoder
104 $this->occurrences = [];
112 $this->occurrences = [];
201 if (isset($this->occurrences[$opt]) && in_array($opt, self::ONCE_ONLY, true)) {
203 } elseif (isset($this->occurrences[$opt])) {
204 $this->occurrences[$opt]++;
206 $this->occurrences[$opt] = 1;
/plugin/tag/syntax/
Dcount.php99 $occurrences = $helper->tagOccurrences($tags, $allowedNamespaces, true);
101 $occurrences = $helper->tagOccurrences($tags, $allowedNamespaces);
113 if(empty($occurrences)) {
119 foreach($occurrences as $tagname => $count) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DContainerAnalysis.php185 'occurrences',
189 'path' => 'v1/{+name}/occurrences',
217 'occurrences',
221 'path' => 'v1/{+parent}/occurrences:batchCreate',
231 'path' => 'v1/{+parent}/occurrences',
281 'path' => 'v1/{+parent}/occurrences:vulnerabilitySummary',
295 'path' => 'v1/{+parent}/occurrences',
/plugin/wikistats/
Dsyntax.php417 $occurrences = $tag->tagOccurrences(NULL, NULL, true, NULL);
418 ksort($occurrences);
428 …AB.DOKU_TAB.'<th class="'.$col.'">'.$this->getLang('tags').' ('.count($occurrences).')</th>'.DOKU_…
432 if (empty($occurrences)) {
438 foreach($occurrences as $tagname => $count) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
DRRuleIterator.php466 $occurrences = $this->getMonthlyOccurrences();
468 foreach($occurrences as $occurrence) {
554 $occurrences = $this->getMonthlyOccurrences();
556 foreach($occurrences as $occurrence) {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
DRRuleIterator.php466 $occurrences = $this->getMonthlyOccurrences();
468 foreach($occurrences as $occurrence) {
554 $occurrences = $this->getMonthlyOccurrences();
556 foreach($occurrences as $occurrence) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php466 $occurrences = $this->getMonthlyOccurrences();
468 foreach($occurrences as $occurrence) {
554 $occurrences = $this->getMonthlyOccurrences();
556 foreach($occurrences as $occurrence) {
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
DRRuleIterator.php465 $occurrences = $this->getMonthlyOccurrences();
467 foreach ($occurrences as $occurrence) {
635 $occurrences = $this->getMonthlyOccurrences();
637 foreach ($occurrences as $occurrence) {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
DRRuleIterator.php443 $occurrences = $this->getMonthlyOccurrences();
445 foreach ($occurrences as $occurrence) {
612 $occurrences = $this->getMonthlyOccurrences();
614 foreach ($occurrences as $occurrence) {
/plugin/structtemplate/_vagrant/
DVagrantfile7 # directory for other occurrences!
/plugin/codeprettify/code-prettify/src/
Dlang-xq.js64occurrences|cts:frequency|cts:fitness|cts:field-words|cts:field-word-query-weight|cts:field-word-q…
/plugin/asciidocjs/node_modules/glob/
DREADME.md54 * `+(pattern|pattern|pattern)` Matches one or more occurrences of the
56 * `*(a|b|c)` Matches zero or more occurrences of the patterns provided
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/flowplay2/flowplayer/
DREADME.txt81 * added emailDefaultMessage config option (all occurrences of [video_link] tag in the message
/plugin/dirtylittlehelper/mermaid/editor/docs/
D7.7.js.map1 … 'object',\n 'objects',\n 'obligatory',\n 'occurrence',\n 'occurrences',\n 'occurs'…
D5.5.js.map1 … QuickInfoAdapter;\n}(Adapter));\nexport { QuickInfoAdapter };\n// --- occurrences ------\nvar Occ…
Deditor.worker.js.map1occurrences of needle from the beginning and end of haystack.\n * @param haystack string to trim\n…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md542 - `inline-script` (default `false`) -- escape the slash in occurrences of
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md958 occurrences of `</script>` in strings
/plugin/pgn4web/pgn4web/
Dpgn-standard.txt2546 The "rc" opcode is used to indicate the number of occurrences of the indicated

12