Home
last modified time | relevance | path

Searched refs:self (Results 201 – 225 of 2449) sorted by last modified time

12345678910>>...98

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php138 foreach (self::METADATAS as $metadataClass) {
150 return self::METADATAS;
189 $metadataClass = self::METADATAS[$name] ?? null;
/plugin/combo/syntax/
H A Dtoc.php67 * because we manage self the content and we call self the parser
85 $specialPattern = PluginUtility::getEmptyTagPattern(self::TAG);
140 ->setLogicalTag(self::TAG)
/plugin/combo/action/
H A Dpageprimarymetamutation.php38 $controller->register_hook(self::PRIMARY_META_MUTATION_EVENT_NAME, 'AFTER', $this, 'handlePrimaryMetaMutation');
51 if (!in_array($data["name"], self::PRIMARY_METAS)) return;
54 self::PRIMARY_META_MUTATION_EVENT_NAME,
78 self::PRIMARY_META_MUTATION_EVENT_NAME
H A Dslottemplate.php49 LogUtility::internalError("Should not happen as it's not the root", self::CANONICAL);
62 LogUtility::error("Internal Error", self::CANONICAL, $e);
H A Dsnippetsbootstrap.php79 $cssPreloadConf = $executionContextConfig->getValue(self::CONF_PRELOAD_CSS, self::CONF_PRELOAD_CSS_DEFAULT);
95 $newLinkData[] = self::captureStylePreloadingAndTransformToPreloadCssTag($linkData);
103 $newLinkData[] = self::captureStylePreloadingAndTransformToPreloadCssTag($linkData);
125 $disableBackend = SiteConfig::getConfValue(self::CONF_DISABLE_BACKEND_JAVASCRIPT, 0);
210 $useJqueryDoku = ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getBooleanValue(self::CONF_JQUERY_DOKU, self::CONF_JQUERY_DOKU_DEFAULT);
261 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
266 LogUtility::error($messageEmpty, self::FRONT_END_OPTIMIZATION_CANONICAL);
281 LogUtility::error($message, self
[all...]
/plugin/combo/ComboStrap/
H A DColorSystem.php28 LogUtility::error("Error while calculating the primary text color. {$e->getMessage()}", self::CANONICAL, $e);
62 LogUtility::error("Error while calculating the color text hover color. {$e->getMessage()}", self::CANONICAL, $e);
H A DComboFs.php33 throw new ExceptionRuntimeInternal("Unable to store the page id in the database. Message:" . $e->getMessage(), self::CANONICAL, 1, $e);
H A DCreationDate.php54 $fromName = $store->getFromName(self::DATE_DOKUWIKI_PROPERTY_NAME);
58 $createdMeta = $fromName[self::DOKUWIKI_SUB_KEY] ?? null;
78 self::DATE_DOKUWIKI_PROPERTY_NAME => [self::DOKUWIKI_SUB_KEY => $value->getTimestamp()]
H A DDimension.php26 const WIDTH_LAYOUT_DEFAULT = self::DESIGN_LAYOUT_FLUID;
30 const HEIGHT_LAYOUT_DEFAULT = self::DESIGN_LAYOUT_CONSTRAINED;
66 self::processWidth($attributes);
68 $heightName = self::HEIGHT_KEY;
74 if (in_array($attributes->getLogicalTag(), self::NATURAL_SIZING_ELEMENT)) {
91 if (self::HEIGHT_LAYOUT_DEFAULT == self::DESIGN_LAYOUT_CONSTRAINED) {
104 case self::SCROLL_TOGGLE_MECHANISM:
151 case self::SCROLL_LIFT_MECHANISM;
188 if ($scrollAttribute !== self
[all...]
H A DMetadataFrontmatterStore.php26 const CANONICAL = self::NAME;
132 $updateFrontMatter = SiteConfig::getConfValue(self::CONF_ENABLE_FRONT_MATTER_ON_SUBMIT, syntax_plugin_combo_frontmatter::CONF_ENABLE_FRONT_MATTER_ON_SUBMIT_DEFAULT);
149 throw new ExceptionRuntime("Error while synchronizing data in the frontmatter", self::CANONICAL, 1, $e);
194 $jsonString = self::stripFrontmatterTag($match);
233 $jsonArray = self::frontMatterMatchToAssociativeArray($frontmatter);
290 return self::NAME;
299 return self::toFrontmatterJsonString($jsonArray);
316 self::jsonFlatRecursiveEncoding($jsonArray, $jsonString);
394 self::jsonFlatRecursiveEncoding($value, $jsonString, $childLevel, $childEndOField, $childType, $type);
433 $jsonEncode = self
[all...]
H A DMetadataMutation.php44 self::NAME_ATTRIBUTE => $attribute,
45 self::NEW_VALUE_ATTRIBUTE => $valueAfter,
46 self::OLD_VALUE_ATTRIBUTE => $valueBefore,
47 self::PATH_ATTRIBUTE => $wikiPath->toAbsoluteId()
49 Event::createAndTrigger(self::PAGE_METADATA_MUTATION_EVENT, $eventData);
H A DMetadataStoreTransfer.php60 * @return $this - validate the transfer (ie the metadatas). The metadata that can be retrieved via {@link self::getValidatedMetadatas()}
61 * and the bad validation messages if any via {@link self::getMessages()}
80 LogUtility::warning("The meta ($originalMetaKey) was not found", self::CANONICAL, $e);
147 * @param Metadata[]|null $data - the metadadata (@deprecate for {@link self::setMetadatas()}
H A DMime.php108 return new Mime(self::INSTRUCTIONS);
111 return new Mime(self::META);
114 return new Mime(self::HANDLEBARS);
163 return new Mime(self::BINARY_MIME);
168 return new Mime(self::XML);
179 if (self::$knownTypes === null) {
180 self::$knownTypes = getMimeTypes();
182 return array_search($this->mime, self::$knownTypes) !== false;
191 if (in_array($this->mime, [self::SVG, self
[all...]
H A DModificationDate.php82 return self::PROPERTY_NAME;
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php138 return self::PROPERTY_NAME;
H A DFeaturedImage.php49 return self::PROPERTY_NAME;
108 return self::PROPERTY_NAME;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerMoreAction.php23 public static function instance() : self
27 return $instance = $instance ?? new self();
71 return $other instanceof self;
H A DLexerPopModeAction.php14 * implemented as a singleton instance exposed by {@see self::instance())}.
23 public static function instance() : self
27 return $instance = $instance ?? new self();
71 return $other instanceof self;
H A DLexerPushModeAction.php78 if (!$other instanceof self) {
H A DLexerSkipAction.php14 * implemented as a singleton instance exposed by {@see self::instance()}.
23 public static function instance() : self
27 return $instance = $instance ?? new self();
71 return $other instanceof self;
H A DLexerTypeAction.php83 if (!$other instanceof self) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php39 if (! self::$instance) {
40 self::$instance = new self($options);
43 return self::$instance;
151 if (isset($options[self::OPTION_ENABLE_DATA_VARIABLES])) {
152 if (!is_bool($options[self::OPTION_ENABLE_DATA_VARIABLES])) {
154 'Handlebars Constructor "' . self::OPTION_ENABLE_DATA_VARIABLES . '" option must be a boolean'
157 $this->enableDataVariables = $options[self::OPTION_ENABLE_DATA_VARIABLES];
523 $hash = md5(sprintf('version: %s, data : %s', self::VERSION, $source));
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php51 private static $order = array(self::YEAR, self::MONTH, self::DAY, self::WEEKDAY, self::HOUR, self::MINUTE);
98 self::factory($expression);
341 foreach (self::$order as $position) {
H A DDayOfMonthField.php78 return $date->format('j') == self::getNearestWeekday(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php22 ?self $oldConfig,
32 self::checkNonGreedyDecision($oldConfig, $this->state) :
64 if (!$other instanceof self) {

12345678910>>...98