Home
last modified time | relevance | path

Searched refs:self (Results 426 – 450 of 2449) sorted by relevance

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

/plugin/elwikiupgrade/
H A Dadmin.php55 self::_say('<div id="plugin__elwikiupgrade">');
77 self::_say('</div>');
249 self::_say($this->getLang('vs_tgz'), $tgzversion);
255 self::_say($this->getLang('vs_local'), $version);
309 self::_say($this->getLang('dl_from'), $this->tgzurl);
340 self::_say('<b>'.$this->getLang('pk_extract').'</b>');
356 self::_say($this->getLang('pk_done'));
358 self::_say(
372 self::_say($this->getLang('ck_start'));
388 self::_say($this->getLang('cp_start'));
[all …]
/plugin/combo/ComboStrap/
H A DBrandTag.php34 self::BRAND_TEXT_FOUND_INDICATOR => false,
55 $value = $tagAttributes->getComponentAttributeValue(self::WIDGET_ATTRIBUTE);
62 $tagAttributes->addComponentAttributeValue(self::WIDGET_ATTRIBUTE, $defaultWidget);
77 $brandButton = self::createButtonFromAttributes($tagAttributes);
97 $tagAttributes = self::mixBrandButtonToTagAttributes($tagAttributes, $brandButton);
109 $tagAttributes->removeComponentAttributeIfPresent(self::WIDGET_ATTRIBUTE);
111 ->setType(self::MARKUP)
137 $iconAttributes->addClassName(self::BOOTSTRAP_NAV_BAR_IMAGE_AND_TEXT_CLASS);
193 $widget = $brandAttributes->getValue(self::WIDGET_ATTRIBUTE, BrandButton::WIDGET_BUTTON_VALUE);
194 $icon = $brandAttributes->getValue(self
[all...]
H A DMarkupCacheDependencies.php48 public const OUTPUT_DEPENDENCIES = [self::REQUESTED_PAGE_DEPENDENCY, self::REQUESTED_NAMESPACE_DEPENDENCY];
55 self::BACKLINKS_DEPENDENCY,
56 self::SQL_DEPENDENCY,
57 self::PAGE_PRIMARY_META_DEPENDENCY,
58 self::PAGE_SYSTEM_DEPENDENCY
262 if (in_array($dependency, self::OUTPUT_DEPENDENCIES)) {
277 if (!in_array($dependencyName, self::OUTPUT_DEPENDENCIES) &&
278 !in_array($dependencyName, self::validityDependencies)
387 throw new ExceptionRuntimeInternal("There is no executing path, you can create a cache dependencies store", self
[all...]
H A DMessage.php45 $message = new Message(self::TYPE_INFO);
54 $message = new Message(self::TYPE_WARNING);
74 $message = new Message(self::TYPE_ERROR);
146 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
178 $message .= '<div class="' . self::SIGNATURE_CLASS . '">' . $firedByLang . PluginUtility::getDocumentationHyperLink($this->canonical, $this->signatureName, false) . '</div>';
224 case self::TYPE_WARNING:
227 case self::TYPE_INFO:
230 case self::TYPE_ERROR:
270 case self::TYPE_ERROR:
272 case self
[all...]
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php146 throw new ExceptionBadState("A resource is mandatory", self::CANONICAL);
149 throw new ExceptionBadState("The DokuWiki metadata store is only for page resource", self::CANONICAL);
165 throw new ExceptionRuntime("A resource is mandatory", self::CANONICAL);
168 throw new ExceptionRuntime("The DokuWiki metadata store is only for page resource", self::CANONICAL);
248 if (self::isRendering($wikiId)) {
255 $METADATA_RENDERERS[$wikiId][self::CURRENT_METADATA][$name] = $value;
256 $METADATA_RENDERERS[$wikiId][self::PERSISTENT_DOKUWIKI_KEY][$name] = $value;
288 return $this->getDataCurrentAndPersistent()[self::CURRENT_METADATA];
306 * @deprecated - the data should always be replicated in current use {@link self::getFromName()}
337 LogUtility::error("Metadata Build Error", self
[all...]
/plugin/odt/ODT/
H A DODTExport.php188 self::replaceInFile('/<text:p[^>]*>DOKUWIKI-ODT-INSERT<\/text:p>/',
191self::replaceInFile('</office:text>', $params->content.'</office:text>', $tempDir.'/content.xml');
197 self::replaceInFile('/DOKUWIKI-ODT-CUT-START.*DOKUWIKI-ODT-CUT-STOP/',
203self::replaceInFile('/<office:text([^>]*)>/U', '<office:text\1>'.$userfields, $tempDir.'/content.x…
205self::replaceInFile('</text:user-field-decls>', substr($userfields,23), $tempDir.'/content.xml');
211 self::replaceInFile($original, $autostyles, $tempDir.'/content.xml');
215 self::replaceInFile($original, $autostyles, $tempDir.'/styles.xml');
219 self::replaceInFile($original, $commonstyles, $tempDir.'/styles.xml');
229self::replaceInFile('</office:master-styles>', $page.'</office:master-styles>', $tempDir.'/styles.…
255 self::buildFromScratch($params, $meta, $userfields, $pagestyles);
[all …]
/plugin/swiftmail/Swift/
H A DLogContainer.php33 self::$log = $log;
41 if (self::$log === null)
43 self::setLog(new Swift_Log_DefaultLog());
45 return self::$log;
H A DLog.php68 protected $logLevel = self::LOG_NOTHING;
75 abstract public function add($text, $type = self::NORMAL);
90 return ($this->logLevel > self::LOG_NOTHING);
99 $this->add("Recipient '" . $address . "' rejected by connection.", self::ERROR);
132 $this->add("Log level changed to " . $level, self::NORMAL);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBeforeClassWithOnlyDataProviderTest.php9 self::$setUpBeforeClassWasCalled = false;
10 self::$beforeClassWasCalled = false;
15 self::$setUpBeforeClassWasCalled = true;
23 self::$beforeClassWasCalled = true;
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DDsnTypeNotSupported.php17 public static function onlyUrl($dsn): self
19 return new self((string) $dsn, 'Only DSNs of type "URL" is supported.');
25 public static function onlyPath($dsn): self
27 return new self((string) $dsn, 'Only DSNs of type "path" is supported.');
/plugin/findologicxmlexport/
H A DOutputXMLHelper.php107 header(self::EXPORT_ERROR_HEADER, true, self::EXPORT_ERROR_CODE);
108 msg(self::EXPORT_ERROR_MESSAGE, self::ERROR_LEVEL);
119 header(self::EXPORT_HEADER);
/plugin/simplemap/_test/
H A DSyntaxTest.php51 self::assertEquals($expectedOutput, $actualOutput, $msg);
66 self::assertTrue($actualStatus);
68 self::assertSame($expectedHTML, $mockRenderer->doc);
83 self::assertFalse($actualStatus);
84 self::assertSame('', $mockRenderer->doc);
/plugin/barcodes/tests/
H A DColorTest.php27 self::assertInstanceOf("DokuWiki\Barcodes\Color", new Color("#FF0000"));
29 self::expectException(ParseError::class);
34 self::assertEquals("123456", (new Color("#123456"))->getHex());
35 self::assertEquals("FEDCBA", (new Color("#FEDCBA"))->getHex());
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php42 protected $qop = self::QOP_AUTH;
142 if (!($this->qop & self::QOP_AUTHINT)) return false;
150 if (!($this->qop & self::QOP_AUTH)) return false;
173 case self::QOP_AUTH :
176 case self::QOP_AUTHINT :
179 case self::QOP_AUTH | self::QOP_AUTHINT :
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php52 if (self::hostMatches($host, $internalHosts)) {
87 case $option === self::APPLY_ALL:
88 case $isExternal && $option === self::APPLY_EXTERNAL:
89 case ! $isExternal && $option === self::APPLY_INTERNAL:
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php42 protected $qop = self::QOP_AUTH;
142 if (!($this->qop & self::QOP_AUTHINT)) return false;
150 if (!($this->qop & self::QOP_AUTH)) return false;
173 case self::QOP_AUTH :
176 case self::QOP_AUTHINT :
179 case self::QOP_AUTH | self::QOP_AUTHINT :
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php63 public function clearSearches(): self
73 public function addSearch(BaseSearch $search, ?string $key = null): self
89 public function addSearches(array $searches): self
103 public function setSearches(array $searches): self
122 public function setSearchType(string $searchType): self
162 $queryOptions = \array_diff_key($search->getOptions(), \array_flip(self::$HEADER_OPTIONS));
179 return \array_intersect_key($header, \array_flip(self::$HEADER_OPTIONS));
/plugin/odt/ODT/styles/
H A DODTTableStyle.php73 $this->importPropertiesInternal(self::$table_fields, $properties, $disabled);
108 if (array_key_exists ($property, self::$table_fields)) {
110 … ($property, self::$table_fields [$property][0], $value, self::$table_fields [$property][1]);
138 $attrs += $style->importODTStyleInternal(self::$table_fields, $open);
155 return self::$table_fields;
211 $style_name = self::getNewStylename ('Table');
/plugin/batchedit/
H A Dengine.php465 io_mkdir_p(dirname(self::getFileName('dummy')));
479 file_put_contents(self::getFileName($id, $name), serialize($data));
486 return @unserialize(file_get_contents(self::getFileName($id, $name)));
495 $propsTime = @filemtime(self::getFileName($id, 'props'));
496 $matchesTime = @filemtime(self::getFileName($id, 'matches'));
521 @unlink(self::getFileName($id, 'props'));
522 @unlink(self::getFileName($id, 'matches'));
523 @unlink(self::getFileName($id, 'progress'));
524 @unlink(self::getFileName($id, 'cancel'));
531 $marker = self
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php82 public function add(...$values): self
108 public function remove(...$values): self
124 public function reset(): self
137 public function set(...$values): self
275 if (self::shouldNotEscape($value)) {
278 $value = str_replace(array_keys(self::ESCAPE_MAP), array_values(self::ESCAPE_MAP), $value);
280 return self::escapeNonPrintable($value);
/plugin/combo/syntax/
H A Dcode.php70 * because we manage self the content and we call self the parser
92 if ($this->getConf(self::CONF_CODE_ENABLE)) {
93 $pattern = XmlTagProcessing::getContainerTagPattern(self::CODE_TAG);
103 if ($this->getConf(self::CONF_CODE_ENABLE)) {
104 $this->Lexer->addExitPattern('</' . self::CODE_TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
129 $tagAttributes = PluginUtility::getQualifiedTagAttributes($match, true, self::FILE_PATH_KEY, [], true);
137 $data = PluginUtility::handleAndReturnUnmatchedData(self::CODE_TAG, $match, $handler);
191 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::CODE_TAG);
225 $filename = $attributes[self
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php172 if (self::allConfigsInRuleStopStates($configs)) {
177 if ($mode === self::SLL) {
196 $altsets = self::getConflictingAltSubsets($configs);
198 return self::hasConflictingAltSet($altsets) && !self::hasStateAssociatedWithOneAlt($configs);
367 return self::getSingleViableAlt($altsets);
381 return !self::hasNonConflictingAltSet($altsets);
456 $all = self::getAlts($altsets);
499 return $this instanceof self;
560 foreach (self
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DPresentFilter.php46 return Asn1::context(self::APP_TAG, Asn1::octetString($this->attribute));
54 return self::PAREN_LEFT . $this->attribute . self::FILTER_EQUAL . '*' . self::PAREN_RIGHT;
71 return new self($type->getValue());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Datastore.php43 public $self; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Datastore
122 public function setSelf($self) argument
124 $this->self = $self;
131 return $this->self;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php23 if (array_key_exists(self::WEB_DRIVER_ELEMENT_IDENTIFIER, $rawElement)) {
25 return $rawElement[self::WEB_DRIVER_ELEMENT_IDENTIFIER];
48 $value = sprintf('.%s', self::escapeSelector($value));
52 $value = sprintf('#%s', self::escapeSelector($value));
56 $value = sprintf('[name=\'%s\']', self::escapeSelector($value));

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