Home
last modified time | relevance | path

Searched refs:self (Results 176 – 200 of 2449) sorted by last modified time

12345678910>>...98

/plugin/combo/syntax/
H A Diteratordata.php65 * because we manage self the content and we call self the parser
96 $pattern = XmlTagProcessing::getContainerTagPattern(self::MARKI_PAGE_TAG);
107 $this->Lexer->addExitPattern('</' . self::MARKI_PAGE_TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
141 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Ditext.php51 * because we manage self the content and we call self the parser
71 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
80 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
103 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dlabel.php69 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
74 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
95 $tagAttributes[self::HEADING_ID] = "heading" . ucfirst($id);
96 $tagAttributes[self::TARGET_ID] = "collapse" . ucfirst($id);
98 if (!key_exists(self::COLLAPSED, $parentAttribute)) {
100 $tagAttributes[self::COLLAPSED] = "true";
102 $tagAttributes[self::COLLAPSED] = $parentAttribute[self::COLLAPSED];
111 LogUtility::log2FrontEnd("The label is included in the $grandFatherName component and this is unexpected", LogUtility::LVL_MSG_WARNING, self::TAG);
130 return PluginUtility::handleAndReturnUnmatchedData(self
[all...]
H A Dnote.php90 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
98 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
108 $defaultAttributes = array(TagAttributes::TYPE_KEY => self::INFO_TYPE);
109 $knwonTypes = [self::INFO_TYPE, self::TIP_TYPE, self::IMPORTANT_TYPE, self::WARNING_TYPE];
117 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
154 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
155 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self
[all...]
H A Dpreformatted.php78 * because we manage self the content and we call self the parser
101 if ($this->getConf(self::CONF_PREFORMATTED_ENABLE, 1)) {
170 if ($actualCall->getState() == DOKU_LEXER_UNMATCHED && $actualCall->getTagName() == self::TAG) {
176 $openingCall->addAttribute(self::HAS_EMPTY_CONTENT, true);
204 $emptyContentShouldBeDeleted = $this->getConf(self::CONF_PREFORMATTED_EMPTY_CONTENT_NOT_PRINTED_ENABLE, 1);
207 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG);
208 $hasEmptyContent = $tagAttributes->getValueAndRemove(self::HAS_EMPTY_CONTENT,0);
H A Drailroad.php23 const CANONICAL = self::TAG;
50 * because we manage self the content and we call self the parser
74 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
84 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
116 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
184 $snippetId = self::TAG;
206 $class = self::CLASS_NAME;
209 LogUtility::msg("No code component with bnf grammar was found", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
/plugin/combo/ComboStrap/
H A DMarkupDynamicRender.php75 return self::create("xhtml");
H A DMarkupFileSystem.php17 if (!isset(self::$pageFileSystem)) {
18 self::$pageFileSystem = new MarkupFileSystem();
20 return self::$pageFileSystem;
84 throw new ExceptionRuntimeInternal("The path could not be cast to a local path", self::CANONICAL, 1, $e);
94 throw new ExceptionRuntimeInternal("The path could not be deleted", self::CANONICAL, 1, $e);
H A DMarkupPath.php210 return self::createPageFromPathObject($wikiPath);
641 LogUtility::error("First Raster Image error. Error: " . $e->getMessage(), self::CANONICAL_PAGE, $e);
1465 return self::getIndexPageFromNamespace($parentNamespaceId);
1994 return self::TYPE;
2227 throw new ExceptionRuntimeInternal("Uid object is a metadata object. It should not happen.", self::CANONICAL_PAGE, 1, $e);
H A DCacheExpirationDate.php103 return self::PROPERTY_NAME;
H A DCacheTag.php21 $cronExpression = $attributes->getValue(self::EXPIRATION_ATTRIBUTE);
32 LogUtility::error($message, self::MARKUP);
34 PluginUtility::EXIT_CODE => self::PARSING_STATE_UNSUCCESSFUL,
44 $returnedArray[PluginUtility::EXIT_CODE] = self::PARSING_STATE_UNSUCCESSFUL;
50 LogUtility::error($message, self::MARKUP, $e);
51 $returnedArray[PluginUtility::EXIT_CODE] = self::PARSING_STATE_UNSUCCESSFUL;
58 $returnedArray[PluginUtility::EXIT_CODE] = self::PARSING_STATE_SUCCESSFUL;
83 LogUtility::error("Unable to store the cache expiration date because no requested page", self::MARKUP, $e);
H A DCall.php244 return self::createFromInstruction($call->toCallArray());
425 LogUtility::error("The handle data is not an array for the call ($this), correct the returned data from the handle syntax plugin function", self::CANONICAL);
435 LogUtility::error($message, self::CANONICAL);
541 if (in_array($mode, self::INLINE_DOKUWIKI_COMPONENTS)) {
545 if (in_array($mode, self::BLOCK_MARKUP_DOKUWIKI_COMPONENTS)) {
549 if (in_array($mode, self::TABLE_MARKUP)) {
H A DCallStack.php109 $headErrorMessage = self::MESSAGE_PREFIX_CALLSTACK_NOT_CONFORM;
137 // $this->callStackType = self::CALLSTACK_WRITER;
145 // $this->callStackType = self::CALLSTACK_MAIN;
180 return self::createFromHandler($handler);
344 LogUtility::msg("The actual call cannot be ask because the end of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
348 LogUtility::msg("The actual call cannot be ask because the start of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
569 if ($level == 0 && in_array($state, self::TAG_STATE)) {
605 LogUtility::error("Unable to move the callback pointer to the offset ($targetOffset)", self::CANONICAL);
910 if ($level == 0 && in_array($state, self::TAG_STATE)) {
1023 LogUtility::msg("You are not on the stack (start or end), you can't ask for the corresponding exit call", LogUtility::LVL_MSG_ERROR, self
[all...]
H A DCanonical.php65 return self::PROPERTY_NAME;
102 $canonicalLastNamesCount = SiteConfig::getConfValue(self::CONF_CANONICAL_LAST_NAMES_COUNT, 0);
151 LogUtility::internalError("A canonical should not be the root, should not happen", self::CANONICAL);
159 return self::CANONICAL;
198 LogUtility::internalError($message, self::CANONICAL, $e);
H A DColorRgb.php39 self::PRIMARY_VALUE,
40 self::SECONDARY_VALUE,
193 'tip' => self::TIP_COLOR,
251 private $nameType = self::VALUE_TYPE_UNKNOWN_NAME;
270 if (self::$dokuWikiStyles === null) {
271 self::$dokuWikiStyles = (new StyleUtils())->cssStyleini();
273 return self::$dokuWikiStyles;
284 return self::createFromHex("#0d6efd");
325 ->setNameType(self::VALUE_TYPE_CSS_NAME);
339 ->setNameType(self
[all...]
/plugin/combo/action/
H A Dimgmove.php84 LogUtility::error("The target path image ($targetImageId) is not a path", self::CANONICAL, $e);
254 throw new ExceptionRuntime($e->getMessage(), self::CANONICAL, 0, $e);
256 LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, self::CANONICAL, $e);
291 throw new ExceptionCompile("A move error has occurred while trying to move the image ($relativeOrAbsoluteWikiId). The target resolution function send the following error message: " . $e->getMessage(), self::CANONICAL);
H A Dindexer.php165 LogUtility::internalError("The identifier and the value identifier should be known at this stage", self::CANONICAL, $e);
175 LogUtility::warning("Reference error when persisting to the file system store: " . $e->getMessage(), self::CANONICAL, $e);
H A Dmetadescription.php71 "name" => self::DESCRIPTION_META_KEY,
79 "property" => self::FACEBOOK_DESCRIPTION_PROPERTY,
H A Dmetafacebook.php118 LogUtility::error("Internal Error: We were unable to define the publication date for the page ($page)", self::CANONICAL);
126 LogUtility::error("Internal Error: We were unable to define the modification date for the page ($page)", self::CANONICAL);
141 $defaultFacebookImage = SiteConfig::getConfValue(self::CONF_DEFAULT_FACEBOOK_IMAGE);
148 LogUtility::error("We were unable to add the default facebook image ($defaultFacebookImage) because of the following error: {$e->getMessage()}", self::CANONICAL);
152 LogUtility::error("The default facebook image ($defaultFacebookImage) does not exist", self::CANONICAL);
168 LogUtility::error("The image ($path) does not exist and was not added", self::CANONICAL);
189 LogUtility::error("No image was added for facebook. Error while retrieving the dimension of the image: {$e->getMessage()}", self::CANONICAL);
212 LogUtility::error($message, self::CANONICAL);
219 LogUtility::error($message, self::CANONICAL);
233 LogUtility::internalError("Og Image could not be added. Error: {$e->getMessage()}", self
[all...]
H A Dmetagenerator.php22 $event->data['meta'][] = array("name" => self::META_KEY, "content" => "ComboStrap v".$info['version']." (".$info['date'].")");
H A Dmetatitle.php30 $event->data = self::getHtmlTitle();
46 $pageTitle .= self::TITLE_SEPARATOR . $parentPage->getNameOrDefault();
53 $pageTitle .= self::TITLE_SEPARATOR . Site::getName();
H A Dmetatwitter.php50 const CONF_TWITTER_DONT_NOT_TRACK = self::META_DNT;
51 const CONF_DONT_NOT_TRACK = self::META_DNT;
128 self::META_CARD => "summary",
129 self::META_TITLE => StringUtility::truncateString($page->getTitleOrDefault(), 70),
130 self::META_CREATOR => self::COMBO_STRAP_TWITTER_HANDLE,
131 self::META_CREATOR_ID => self::COMBO_STRAP_TWITTER_ID
136 $twitterMeta[self::META_DESCRIPTION] = StringUtility::truncateString($description, 200);
143 $siteTwitterHandle = $this->getConf(self
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DAttribute.php18 public $match = self::MATCH_EXISTS;
22 string $name = '', int $match = self::MATCH_EXISTS, Ast\Value\Literal $literal = NULL
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php35 * Example: foo -> *[(self::foo or self::html:foo)]
47 * start expressions in descendant-or-self context
51 * limit expressions to self context
76 private $_status = self::STATUS_DEFAULT;
93 private $_defaultNamespacePrefix = self::DEFAULT_NAMESPACE_PREFIX;
115 public function __construct($options = 0, $defaultPrefix = self::DEFAULT_NAMESPACE_PREFIX) {
127 int $options = 0, string $defaultPrefix = self::DEFAULT_NAMESPACE_PREFIX
130 $this->hasOption(self::OPTION_EXPLICIT_NAMESPACES) &&
131 $this->hasOption(self
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php243 return self::elementTextContains($by, $text);
321 return self::elementValueContains($by, $text);
417 $visibility_of_element_located = self::visibilityOfElementLocated($by);
471 public static function refreshed(self $condition)
492 return self::elementSelectionStateToBe(
577 public static function not(self $condition)

12345678910>>...98