Home
last modified time | relevance | path

Searched refs:self (Results 826 – 850 of 2449) sorted by relevance

1...<<31323334353637383940>>...98

/plugin/combo/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php21 usleep(self::POLL_INTERVAL_MS);
39 usleep(self::POLL_INTERVAL_MS);
59 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT_MS, self::CONNECT_TIMEOUT_MS);
/plugin/emoji/script/
H A Djquery.textcomplete.js38 var self = this;
67 el: self,
115 var self = this;
159 var self = this;
172 if (!self.option.adapter) {
325 var self = this;
335 self.dropdown.setPosition(self.adapter.getCaretPosition());
336 self.dropdown.render(self._zip(data, strategy, term));
432 var self = this;
621 var self = this;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DDoctrineObjectConstructor.php41 … ObjectConstructorInterface $fallbackConstructor, string $fallbackStrategy = self::ON_MISSING_NULL)
97 case self::ON_MISSING_NULL:
99 case self::ON_MISSING_EXCEPTION:
101 case self::ON_MISSING_FALLBACK:
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php143 case self::RANGE_START :
207 return [self::RANGE_APPEND];
209 return [self::RANGE_START, $matches[2], $matches[3] ?: null];
211 return [self::RANGE_END, $matches[4]];
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php103 self::SIMPLE_RENDER_PATTERN);
112 …blic static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): self {
113 $model = new self($helperPluginSqlite);
127 public function loadDefault(): self {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNativeMailerHandler.php87 public function addHeader($headers): self
104 public function addParameter($parameters): self
153 public function setContentType(string $contentType): self
164 public function setEncoding(string $encoding): self
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php143 case self::RANGE_START :
207 return [self::RANGE_APPEND];
209 return [self::RANGE_START, $matches[2], $matches[3] ?: null];
211 return [self::RANGE_END, $matches[4]];
/plugin/prosemirror/parser/
H A DMark.php104 if (self::$markOrder[$this->previousMark->getType()] < self::$markOrder[$this->type]) {
168 return self::$openingMarks[$this->type];
176 return self::$closingMarks[$this->type];
/plugin/imapmarkers/syntax/
H A Dreference.php72 … $args = array($state, self::MATCH_IS_LOCATION, $is_correct, $err_msg, $loc_id, $loc_title);
75 $args = array($state, self::MATCH_IS_UNKNOWN, $is_correct, $err_msg);
100 $match_type = self::MATCH_IS_UNKNOWN;
106 case self::MATCH_IS_LOCATION:
/plugin/webcode/syntax/
H A Dbasis.php392 $xhtmlWebCode = self::p_render('xhtml', $instructions, $renderer->info);
411 $renderer->doc .= self::p_render('xhtml', $instructions, $renderer->info);
423 … if (array_key_exists(self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY, $this->attributes)) {
424 … $externalResources = explode(",", $this->attributes[self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY]);
453 …css" href="' . DOKU_URL . 'lib/plugins/webcode/webCodeConsole.css?ver=' . self::WEB_CONSOLE_CSS_VE…
470 …ipt\' src=\'' . DOKU_URL . 'lib/plugins/webcode/webCodeConsole.js?ver=' . self::WEB_CONSOLE_JS_VER…
537 if (array_key_exists(self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY, $attributes)) {
538 $externalResources = explode(",", $attributes[self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY]);
/plugin/webcomponent/syntax/
H A Dcontainer.php79 $pattern = webcomponent::getLookAheadPattern(self::getElementName());
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
/plugin/oauthkeycloak/
H A DKeycloak.php54 return new Uri($this->getEndpoint(self::ENDPOINT_AUTH));
60 return new Uri($this->getEndpoint(self::ENDPOINT_TOKEN));
91 new Uri($this->getEndpoint(self::ENDPOINT_LOGOUT)),
/plugin/combo/syntax/
H A Dedit.php29 const CANONICAL = self::TAG;
131 LogUtility::error("The edit button should be a special tag", self::CANONICAL);
139 LogUtility::error("Error while rendering the edit button ($editButton). Error: {$e->getMessage()}", self::CANONICAL);
/plugin/combo/ComboStrap/
H A DMasonryTag.php64 return array(self::MASONRY_TAG, self::CARD_COLUMNS_TAG, self::TEASER_COLUMNS_TAG);
H A DDatabasePageRow.php37 self::ROWID,
39 self::ANALYTICS_ATTRIBUTE,
119 * * from the cache use {@link self::getAnalyticsFromFs()}
120 * * from the db use {@link self::getAnalyticsFromDb()}
414 LogUtility::error("Something went wrong when deleting the page ({$this->markupPath}) from the database with the rowid $rowId", self::CANONICAL, $e);
430 $jsonString = $this->getFromRow(self::ANALYTICS_ATTRIBUTE);
671 $analyticsAttributeValue = $values[self::ANALYTICS_ATTRIBUTE] ?? null;
675 $values[self::ANALYTICS_ATTRIBUTE] = Json::createEmpty()->toPrettyJsonString();
692 $this->row[self::ROWID] = $request
722 return $this->getFromRow(self
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php89 case '{'.self::XCAL_NAMESPACE.'}icalendar':
95 case '{'.self::XCARD_NAMESPACE.'}vcards':
163 if (self::XCAL_NAMESPACE !== $namespace
164 && self::XCARD_NAMESPACE !== $namespace) {
361 $reader->elementMap['{'.self::XCAL_NAMESPACE.'}period']
363 $reader->elementMap['{'.self::XCAL_NAMESPACE.'}recur']
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php93 case '{' . self::XCAL_NAMESPACE . '}icalendar':
99 case '{' . self::XCARD_NAMESPACE . '}vcards':
181 if ($namespace !== self::XCAL_NAMESPACE
182 && $namespace !== self::XCARD_NAMESPACE) {
402 $reader->elementMap['{' . self::XCAL_NAMESPACE . '}period']
404 $reader->elementMap['{' . self::XCAL_NAMESPACE . '}recur']
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php125 if (!preg_match(self::MATCH_KEY, substr($this->binary, $this->pos), $keyMatches)) {
161 $value = $this->parseRegex(self::MATCH_ALPHA_NUMERIC, 'The value is malformed.');
168 $value = $this->parseRegex(self::MATCH_DIGITS, 'Expected a series of digits for a key value.');
201 if (isset($this->occurrences[$opt]) && in_array($opt, self::ONCE_ONLY, true)) {
285 if (!preg_match(self::MATCH_QD_STR_VAL, substr($this->binary, $this->pos), $matches)) {
308 if (!preg_match(self::MATCH_LHEX, substr($this->binary, $this->pos), $matches)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php219 case self::TYPE_SCALAR:
222 case self::TYPE_LIST:
237 case self::TYPE_MAP:
285 return self::TYPE_MAP;
287 return self::TYPE_LIST;
289 return self::TYPE_SCALAR;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php67 … if ($this->curve instanceof Ed25519 && self::$engines['libsodium'] && !isset($this->context)) {
125 … if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) {
135 $n_1 = $order->subtract(self::$one);
136 if (!$r->between(self::$one, $n_1) || !$s->between(self::$one, $n_1)) {
173 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
/plugin/odt/ODT/css/
H A Dcssborder.php155 self::getShorthandValues ($properties ['border'], $width, $style, $color);
181 self::getShorthandValues ($properties ['border-left'], $width, $style, $color);
198 self::getShorthandValues ($properties ['border-right'], $width, $style, $color);
215 self::getShorthandValues ($properties ['border-top'], $width, $style, $color);
232 self::getShorthandValues ($properties ['border-bottom'], $width, $style, $color);
250self::getWidthShorthandValues ($properties ['border-width'], $top, $right, $bottom, $left);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php138 return self::CANONICAL;
143 return self::PROPERTY_NAME;
148 return self::PERSISTENT_NAME;
195 LogUtility::internalError("The page path didn't have any values in the rows", self::CANONICAL);
211 LogUtility::internalError("Bad Usage value. Should not happen on get. Error: " . $e->getMessage(), self::CANONICAL, $e);
330 return [self::OLD_PROPERTY_NAME];
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php206 $hash .= self::$characterTable[$chr];
230 $v = strpos(self::$characterTable, $hash[$i]);
320 if (strpos((self::$borders[$direction][$type]), $last) !== false) {
321 $base = self::adjacent($base, $direction);
323 return $base . self::$characterTable[strpos(self::$neighbours[$direction][$type], $last)];
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DContext.php124 public function setAttribute(string $key, $value): self
141 public function addExclusionStrategy(ExclusionStrategyInterface $strategy): self
163 public function setVersion(string $version): self
173 public function setGroups($groups): self
184 public function enableMaxDepthChecks(): self
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php35 $data = self::$defaults;
40 return new self($data);
56 foreach (array_keys(self::$defaults) as $search) {
66 return new self($data);
74 $this->data = array_replace(self::$defaults, $data);

1...<<31323334353637383940>>...98