Home
last modified time | relevance | path

Searched refs:self (Results 476 – 500 of 2449) sorted by relevance

1...<<11121314151617181920>>...98

/plugin/structpublish/action/
H A Dshow.php56 self::$latestPublishedRev = $latestPublished->getRev();
60 $REV = self::$latestPublishedRev;
61 $INFO['rev'] = self::$latestPublishedRev;
87 if (self::$latestPublishedRev && self::$latestPublishedRev == $INFO['rev']) {
/plugin/ifauthex/lib/
H A Dparser.php395 $elmArgs = self::_extractAlternateChain($args, $firstTokPosition + 1, $chainLength);
408 $elmArgs = self::_extractAlternateChain($args, $firstTokPosition - 1, $chainLength);
423 $elmArgs = self::_extractAlternateChain($args, $firstTokPosition - 1, $chainLength + 1);
465 $position = self::_spliceNone($args, $position, $this);
473 $position = self::_splicePrefix($args, $position, $chainLength, $this);
479 $position = self::_splicePrefix($args, $position, $chainLength, $this);
483 $position = self::_splicePrefix($args, $position, $this->arity(), $this);
501 $position = self::_splicePostfix($args, $position + 1, $this->arity(), $this);
509 $position = self::_spliceInfix($args, $position + 1, $chainLength, $this);
515 $position = self::_spliceInfix($args, $position + 1, $chainLength, $this);
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php62 public function setIndex($index): self
100 public function addAction(Action $action): self
112 public function addActions(array $actions): self
132 public function addDocument(Document $document, ?string $opType = null): self
144 public function addDocuments(array $documents, ?string $opType = null): self
156 public function addScript(AbstractScript $script, ?string $opType = null): self
169 public function addScripts(array $scripts, $opType = null): self
207 public function addRawData(array $data): self
247 public function setRequestParam(string $name, $value): self
262 public function setShardTimeout(string $time): self
[all...]
/plugin/combo/action/
H A Droutermessage.php54 $origin = $INPUT->str(self::ORIGIN_PAGE, null);
58 $INPUT->str(self::ORIGIN_TYPE, null)
92 $messageQueryStringProperties = self::getMessageQueryStringProperties();
186 if (!$this->getConf(self::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE) == 1) {
262 self::sessionStart();
263 $_SESSION[DOKU_COOKIE][self::ORIGIN_PAGE] = $id;
264 $_SESSION[DOKU_COOKIE][self::ORIGIN_TYPE] = $redirectSource;
265 self::sessionClose();
316 return $this->getConf(self::CONF_SHOW_MESSAGE_CLASSIC, self
[all...]
H A Dcacheexpiration.php51 $controller->register_hook(self::SLOT_CACHE_EXPIRATION_EVENT, 'AFTER', $this, 'handleSlotCacheExpiration');
102 self::SLOT_CACHE_EXPIRATION_EVENT,
105 self::REQUESTED_ID => $requestedWikiId
117 $requestedId = $data[self::REQUESTED_ID];
163 self::SLOT_CACHE_EXPIRATION_EVENT,
168 self::SLOT_CACHE_EXPIRATION_EVENT,
177 self::SLOT_CACHE_EXPIRATION_EVENT,
H A Dpagesystemmutation.php56 $controller->register_hook(self::PAGE_SYSTEM_MUTATION_EVENT_NAME, 'AFTER', $this, 'handleFileSystemMutation');
99 self::TYPE_ATTRIBUTE => self::TYPE_CREATION,
127 self::TYPE_ATTRIBUTE => self::TYPE_DELETION,
153 self::PAGE_SYSTEM_MUTATION_EVENT_NAME
/plugin/combo/ComboStrap/
H A DSqlite.php42 * Otherwise, it's not possible to delete the database file. See {@link self::deleteDatabasesFile()}
62 public static function createOrGetSqlite($databaseName = self::MAIN_DATABASE_NAME): Sqlite
115 self::sendMessageAsNotAvailable();
120 list($databaseName, $databaseDefinitionDir) = self::getDatabaseNameAndDefinitionDirectory($databaseName);
137 if (!self::isJuneVersion($adapter)) {
155 return self::createOrGetSqlite(self::SECONDARY_DB);
192 * If error on delete, see {@link self::close()}
216 if ($databaseName === self::MAIN_DATABASE_NAME) {
316 if (!self
[all...]
H A DPageImageTag.php86 $zoom = $tagAttributes->getValueAndRemoveIfPresent(Dimension::ZOOM_ATTRIBUTE, self::DEFAULT_ZOOM);
91 $order = self::getOrderOfPreference($tagAttributes);
105 LogUtility::warning("Error while creating the fetcher for the feature image ($imagePath) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
118 LogUtility::warning("Error while creating the ancestor image handler for the image ($ancestor) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
152 LogUtility::warning("The width ($width) is not a valid length and was discarded", self::CANONICAL, $e);
160 LogUtility::warning("The height ($height) is not a valid length and was discarded", self::CANONICAL, $e);
176 LogUtility::warning("Error while creating the first image handler for the image ($firstImagePath) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
183 LogUtility::warning("Error while creating the vignette for the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
271 $tagAttributes->setType(self::MARKUP);
279 LogUtility::error($message, self
[all...]
H A DMetaManagerForm.php129 $metadataNameInOrder = self::META_ORDERS;
184 FormMetaTab::create(self::TAB_PAGE_VALUE)
190 FormMetaTab::create(self::TAB_TYPE_VALUE)
196 FormMetaTab::create(self::TAB_REDIRECTION_VALUE)
202 FormMetaTab::create(self::TAB_IMAGE_VALUE)
208 FormMetaTab::create(self::TAB_QUALITY_VALUE)
213 FormMetaTab::create(self::TAB_LANGUAGE_VALUE)
218 FormMetaTab::create(self::TAB_INTEGRATION_VALUE)
223 FormMetaTab::create(self::TAB_CACHE_VALUE)
/plugin/combo/syntax/
H A Dtogglecollapse.php80 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
90 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
108 ->setLogicalTag(self::TAG);
115 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
146 ->setLogicalTag(self::TAG);
167 return self::TAG;
H A Dtoggleexpand.php80 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
90 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
108 ->setLogicalTag(self::TAG);
115 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
146 ->setLogicalTag(self::TAG);
167 return self::TAG;
H A Dcontentlistitem.php21 const ALL_TAGS = array(self::MARKI_TAG, "list-item", "li");
66 * because we manage self the content and we call self the parser
94 foreach (self::ALL_TAGS as $tag) {
104 foreach (self::ALL_TAGS as $tag) {
140 return PluginUtility::handleAndReturnUnmatchedData(self::DOKU_TAG, $match, $handler);
179 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::MARKI_TAG);
180 $tagAttributes->addClassName(self::LIST_GROUP_ITEM_CLASS);
H A Daccordion.php55 * because we manage self the content and we call self the parser
114 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
124 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
150 ->setLogicalTag(self::TAG);
157 $idKey = ExecutionContext::getActualOrCreateFromEnv()->getIdManager()->generateNewHtmlIdForComponent(self::TAG);
168 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
204 ->setLogicalTag(self::TAG);
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php18 ) : self {
19 return new self(
35 ) : self {
36 return new self(
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php225 …$attribute = str_replace(self::CATEGORY_DELIMITER, ' ', $pageId); // Replace underscores with spac…
226 …$attribute = str_replace(':', self::CATEGORY_DELIMITER, $attribute); // Replace colons with unders…
227 $attribute = ucwords($attribute, self::CATEGORY_DELIMITER); // Capitalize each category
240 $allKeywords = $metadata[self::KEYWORD_KEY];
250 $keyword = str_replace(self::KEYWORD_SPACE, ' ', $keyword);
254 $keywords = [self::DEFAULT_USERGROUP => $keywords];
273 $item->addPrice(self::PRICE_PLACEHOLDER);
284 $attributeCategory = new Attribute(self::CATEGORY_KEY, $this->getAttributesCategory($page));
/plugin/combo/vendor/symfony/process/
H A DProcess.php71 private $status = self::STATUS_READY;
269 public function mustRun(callable $callback = null, array $env = []): self
357 $this->status = self::STATUS_STARTED;
388 public function restart(callable $callback = null, array $env = []): self
477 $ready = $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data) || $ready;
630 $clearOutput = !(self::ITER_KEEP_OUTPUT & $flags);
631 $blocking = !(self::ITER_NON_BLOCKING & $flags);
632 $yieldOut = !(self
[all...]
/plugin/odt/ODT/css/
H A Dcsscolors.php305 if (isset(self::$values [strtolower($name)])) {
306 $value = self::$values [strtolower($name)];
321 $name = self::$names [$value];
334 return array_key_exists(strtolower($name), self::$values);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DDeleteRequest.php68 return Asn1::application(self::APP_TAG, Asn1::octetString($this->dn->toString()));
73 * @return self
77 self::validate($type);
79 return new self($type->getValue());
91 if ($type->getTagNumber() !== self::APP_TAG) {
94 self::APP_TAG,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventAttendee.php61 public $self; variable in Google\\Service\\Calendar\\EventAttendee
192 public function setSelf($self) argument
194 $this->self = $self;
201 return $this->self;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php118 if ($engine == self::ENGINE_OPENSSL) {
193 if ($this->engine != self::ENGINE_INTERNAL) {
196 return $this->crypt($plaintext, self::ENCRYPT);
213 if ($this->engine != self::ENGINE_INTERNAL) {
216 return $this->crypt($ciphertext, self::DECRYPT);
261 $this->stream[self::DECRYPT] = $this->stream[self::ENCRYPT] = [
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php66 while ($this->nodeType !== self::ELEMENT && @$this->read()) {
133 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) {
163 case self::ELEMENT :
166 case self::TEXT :
167 case self::CDATA :
171 case self::END_ELEMENT :
175 case self::NONE :
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php37 $snippetId = self::CANONICAL;
46 LogUtility::internalError("The url should be good", self::CANONICAL,$e);
58 $content = $tagAttributes->getValueAndRemoveIfPresent(self::MARKUP_CONTENT_ATTRIBUTE);
98 return Sanitizer::sanitize($content, " in a mermaid language", self::CANONICAL);
130 $openingCall->setAttribute(self::MARKUP_CONTENT_ATTRIBUTE, $content);
158 self::handleExit($handler);
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js54 var self = this;
176 if (res) self.updateOptions();
570 self.removeSelectedOptions();
602 if (res) self.updateOptions();
716 self.unselectMatchingOptions(regex);
745 self.selectAllOptions();
780 self.unselectMatchingOptions(regex);
797 self.sort();
800 self.updateOptions();
816 self.selectAllOptions();
[all …]
/plugin/odt/ODT/styles/
H A DODTTextStyle.php136 $this->importPropertiesInternal(self::$text_fields, $properties, $disabled);
171 if (array_key_exists ($property, self::$text_fields)) {
173 … ($property, self::$text_fields [$property][0], $value, self::$text_fields [$property][1]);
201 $attrs += $style->importODTStyleInternal(self::$text_fields, $open);
213 return self::$text_fields;
289 $style_obj = self::createSizeOnlyTextStyle ($name, $odt_fo_size);
300 $style_name = self::getNewStylename ('Text');
334 return self::createTextStyle($properties);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DDistanceFeature.php19 public function setField(string $field): self
27 public function setOrigin($origin): self
32 public function setPivot(string $pivot): self
37 public function setBoost(float $boost = 1.0): self

1...<<11121314151617181920>>...98