Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBatchCreateOccurrencesRequest.php29 public function setOccurrences($occurrences) argument
31 $this->occurrences = $occurrences;
38 return $this->occurrences;
H A DBatchCreateOccurrencesResponse.php29 public function setOccurrences($occurrences) argument
31 $this->occurrences = $occurrences;
38 return $this->occurrences;
H A DListNoteOccurrencesResponse.php47 public function setOccurrences($occurrences) argument
49 $this->occurrences = $occurrences;
56 return $this->occurrences;
H A DListOccurrencesResponse.php47 public function setOccurrences($occurrences) argument
49 $this->occurrences = $occurrences;
56 return $this->occurrences;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A 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/
H A Dcount.php96 // get tags and their occurrences
99 $occurrences = $helper->tagOccurrences($tags, $allowedNamespaces, true);
101 $occurrences = $helper->tagOccurrences($tags, $allowedNamespaces);
113 if(empty($occurrences)) {
119 foreach($occurrences as $tagname => $count) {
120 if($count <= 0) continue; // don't display tags with zero occurrences
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A 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/
H A 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/davcard/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/webdavclient/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/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/
H A 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/
H A DRRuleIterator.php443 $occurrences = $this->getMonthlyOccurrences();
445 foreach ($occurrences as $occurrence) {
612 $occurrences = $this->getMonthlyOccurrences();
614 foreach ($occurrences as $occurrence) {
/plugin/structtemplate/_vagrant/
H A DVagrantfile7 # directory for other occurrences!
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64occurrences|cts:frequency|cts:fitness|cts:field-words|cts:field-word-query-weight|cts:field-word-q…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1 … 'object',\n 'objects',\n 'obligatory',\n 'occurrence',\n 'occurrences',\n 'occurs'…
H A D5.5.js.map1 … QuickInfoAdapter;\n}(Adapter));\nexport { QuickInfoAdapter };\n// --- occurrences ------\nvar Occ…
H A Deditor.worker.js.map1occurrences of needle from the beginning and end of haystack.\n * @param haystack string to trim\n…
H A Djson.worker.js.map1occurrences of needle from the beginning and end of haystack.\n * @param haystack string to trim\n…
H A Dbundle.js.map1occurrences\n }\n\n return obj;\n } // get specific from everything\n\n\n function getCoun…
/plugin/flowplay2/flowplayer/
H A DREADME.txt81 * added emailDefaultMessage config option (all occurrences of [video_link] tag in the message
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2546 The "rc" opcode is used to indicate the number of occurrences of the indicated
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …nction next() {\n // The below only loops to skip over multiple occurrences on the same\n …

12