Home
last modified time | relevance | path

Searched refs:self (Results 1376 – 1400 of 2449) sorted by relevance

1...<<51525354555657585960>>...98

/plugin/booking/
H A Dhelper.php123 if ($start == $end) throw new \Exception('No valid length specified', self::E_NOLENGTH);
126 if ($conflicts) throw new \Exception('Existing booking overlaps', self::E_OVERLAP);
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php150 $dateTime = DateTime::createFromFormat(self::IFTTT_TIME_FORMAT, $timestring, $timeZone);
161 …$dateTime = DateTime::createFromFormat(self::IFTTT_TIME_FORMAT, $timestring, new \DateTimeZone('+0…
/plugin/gdpr/action/
H A Doldips.php46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
106 $ageCutoff = (int)$conf['recent_days'] * self::SECONDS_IN_A_DAY;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGetopt.php55 self::parseLongOption(
62 self::parseShortOption(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS8.php144 return self::wrapPrivateKey($key, [], $params, $password, null, '', $options);
168 return self::wrapPublicKey($key, $params);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php42 …public function __construct(int $batchMode = self::BATCH_MODE_JSON, bool $appendNewline = true, bo…
115 public function includeStacktraces(bool $include = true): self
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Den-ca.js1 …equire("fullcalendar")):t(e.moment,e.FullCalendar)}("undefined"!=typeof self?self:this,function(e,…
H A Den-ie.js1 …equire("fullcalendar")):t(e.moment,e.FullCalendar)}("undefined"!=typeof self?self:this,function(e,…
/plugin/katex/_assets/contrib/
H A Dcopy-tex.min.js1 …in n)("object"==typeof exports?exports:e)[r]=n[r]}}("undefined"!=typeof self?self:this,(function()…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DApproximateFilter.php25 protected const FILTER_TYPE = self::FILTER_APPROX;
H A DEqualityFilter.php25 protected const FILTER_TYPE = self::FILTER_EQUAL;
H A DGreaterThanOrEqualFilter.php25 protected const FILTER_TYPE = self::FILTER_GTE;
H A DLessThanOrEqualFilter.php25 protected const FILTER_TYPE = self::FILTER_LTE;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
H A DMissingTrait.php14 public function setMissing($missing): self
H A DShardSizeTrait.php10 public function setShardSize(int $size): self
H A DBucketsPathTrait.php10 public function setBucketsPath(string $bucketsPath): self
H A DKeyedTrait.php13 public function setKeyed(bool $keyed = true): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/Traits/
H A DIgnoreFailureTrait.php12 public function setIgnoreFailure(bool $ignoreFailure): self
H A DTargetFieldTrait.php10 public function setTargetField(string $targetField): self
H A DFieldTrait.php10 public function setField(string $field): self
H A DIgnoreMissingTrait.php12 public function setIgnoreMissing(bool $ignoreMissing): self
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js2333 var self = this;
2891 var self = this;
4497 var self = this;
6572 var self = this;
11004 self.addAttribute(self.nsAttributeName(p), value);
21572 self.show();
21576 self.hide();
38923 forEach(newSelection, bind$2(self.addResizer, self));
46444 self.show();
46448 self.hide();
[all …]
/plugin/swiftmail/Swift/Message/
H A DEncoder.php40 if (self::$instance === null)
42 self::$instance = new Swift_Message_Encoder();
44 return self::$instance;
56 while (preg_match('/^(.*?)(<' . self::CHEAP_ADDRESS_RE . '>)/s', $input, $matches))
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js61 self = this,
87 listeners.events[ i ].call( self, evt, self );
155 if( self.readyState === "loaded" ){
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DParentAggregation.php19 public function setType($type): self

1...<<51525354555657585960>>...98