Home
last modified time | relevance | path

Searched refs:data (Results 501 – 525 of 5080) sorted by last modified time

1...<<21222324252627282930>>...204

/plugin/combo/syntax/
H A Dhighlightwiki.php163 public function render($format, $renderer, $data): bool argument
172 $state = $data[PluginUtility::STATE];
179 $renderer->doc .= PluginUtility::renderUnmatched($data);
193 $state = $data[PluginUtility::STATE];
196 $renderer->doc .= PluginUtility::renderUnmatched($data);
H A Diterator.php53 * Delete if no data
57 * (header and footer also) if there is no data
329 * @param array $data - what the function handle() return'ed
335 function render($format, Doku_Renderer $renderer, $data): bool argument
338 $state = $data[PluginUtility::STATE];
343 $renderer->doc .= PluginUtility::renderUnmatched($data);
347 $pageSql = $data[self::PAGE_SQL];
353 $renderer->doc .= "A data node could not be found as a child of the iterator.";
357 $renderer->doc .= "The data node definition needs a logical sql content";
377 $tagAttributes = TagAttributes::createFromCallStackArray($data[sel
[all...]
H A Diteratordata.php14 * to create the data
30 const MARKI_PAGE_TAG = "data";
161 * @param array $data - what the function handle() return'ed
167 function render($format, Doku_Renderer $renderer, $data) argument
171 * No render, the data is used by {@link syntax_plugin_combo_iterator::handle()}
H A Ditext.php119 * @param array $data - what the function handle() return'ed
125 function render($format, Doku_Renderer $renderer, $data): bool argument
130 $state = $data[PluginUtility::STATE];
133 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
138 $renderer->doc .= PluginUtility::renderUnmatched($data);
H A Dlabel.php162 * @param array $data - what the function handle() return'ed
168 function render($format, Doku_Renderer $renderer, $data): bool argument
174 $state = $data[PluginUtility::STATE];
179 $context = $data[PluginUtility::CONTEXT];
182 $attribute = $data[PluginUtility::ATTRIBUTES];
197 $renderer->doc .= "<button class=\"btn btn-link btn-block text-left $collapsedClass\" type=\"button\" data{$dataNamespace}-toggle=\"collapse\" data{$dataNamespace}-target=\"#$collapseId\" aria-expanded=\"$ariaExpanded\" aria-controls=\"$collapseId\">";
200 $attributes = $data[PluginUtility::ATTRIBUTES];
215 $renderer->doc .= PluginUtility::renderUnmatched($data);
219 $context = $data[PluginUtilit
[all...]
H A Dnote.php140 * @param array $data - what the function handle() return'ed
146 function render($format, Doku_Renderer $renderer, $data) argument
151 $state = $data[PluginUtility::STATE];
155 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG);
189 $renderer->doc .= PluginUtility::renderUnmatched($data);
H A Dpara.php178 * @param array $data - what the function handle() return'ed
184 function render($format, Doku_Renderer $renderer, $data): bool argument
186 // The data
191 $state = $data[PluginUtility::STATE];
195 $attributes = $data[PluginUtility::ATTRIBUTES];
204 $attributes = $data[PluginUtility::ATTRIBUTES];
H A Dpreformatted.php191 * @param array $data - what the function handle() return'ed
197 function render($format, Doku_Renderer $renderer, $data) argument
203 $state = $data[PluginUtility::STATE];
207 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG);
216 $text = trim($data[PluginUtility::PAYLOAD], "\n\r");
H A Drailroad.php157 * @param array $data - what the function handle() return'ed
163 function render($format, Doku_Renderer $renderer, $data) argument
170 $state = $data [PluginUtility::STATE];
177 $renderer->doc .= PluginUtility::renderUnmatched($data);
181 $bnfCode = $data[PluginUtility::PAYLOAD];
H A Drelated.php129 * @param array $data - what the function handle() return'ed
135 function render($format, Doku_Renderer $renderer, $data): bool argument
141 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES])
H A Dtoc.php29 * The attribute to holds the toc data
122 * @param array $data - what the function handle() return'ed
128 function render($format, Doku_Renderer $renderer, $data): bool argument
134 $state = $data[PluginUtility::STATE];
139 $tocNavHtml = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES])
/plugin/combo/action/
H A Dhistoricalbreadcrumb.php56 if ($event->data['view'] != 'site') return;
59 array_splice($event->data['items'], -1, 0, array(new HistoricalBreadcrumbMenuItem()));
H A Dimgmove.php49 $affectedPagesId = $event->data["affected_pages"];
50 $sourceImageId = $event->data["src_id"];
51 $targetImageId = $event->data["dst_id"];
137 $event->data['handlers'][syntax_plugin_combo_media::COMPONENT] = array($this, 'move_combo_img');
138 $event->data['handlers'][syntax_plugin_combo_frontmatter::COMPONENT] = array($this, 'move_combo_frontmatter_img');
184 $data = $metadataFrontmatterStore->getData();
193 foreach ($data as $key => $value) {
229 // Could not resolve the image, image does not exist, ... return the data without modification
H A Dindexer.php100 * Check that the actual page has analytics data
103 $id = $event->data['page'];
157 $internalIdReferences = $event->data['current']['relation']['references'];
H A Dmetacsp.php51 foreach ($event->data['meta'] as $key => $meta) {
59 $actualDirectives = StringUtility::explodeAndTrim($event->data['meta'][$cspKey]["content"], ",");
61 $event->data['meta'][$cspKey] = [
66 $event->data['meta'][] = [
H A Dmetadescription.php29 * Add a meta-data description
68 $event->data['meta'],
76 $event->data['meta'],
H A Dmetafacebook.php254 $event->data['meta'][] = array("property" => $property, "content" => $content);
H A Dmetagenerator.php22 $event->data['meta'][] = array("name" => self::META_KEY, "content" => "ComboStrap v".$info['version']." (".$info['date'].")");
H A Dmetagoogle.php69 $event->data["script"][] = array(
H A Dmetatitle.php30 $event->data = self::getHtmlTitle();
H A Dmetatwitter.php151 $event->data['link'][] = array("rel" => "me", "href" => "https://twitter.com/$name");
202 $event->data['meta'][] = array("name" => $key, "content" => $content);
/plugin/combo/ComboStrap/
H A DBrandTag.php69 public static function render(TagAttributes $tagAttributes, int $state, array $data): string argument
79 return LogUtility::wrapInRedForHtml("Error while reading the brand data for the brand ($brandName). Error: {$e->getMessage()}");
99 return LogUtility::wrapInRedForHtml("Error while getting the link data for the the brand ($brandName). Error: {$e->getMessage()}");
101 $context = $data[PluginUtility::CONTEXT];
115 $textFound = $data[BrandTag::BRAND_TEXT_FOUND_INDICATOR];
131 $brandImageFound = $data[BrandTag::BRAND_IMAGE_FOUND_INDICATOR] ?? null;
187 * with the same data in the handle and render function
H A DMarkupCacheDependencies.php100 * In a general pattern, a dependency is a series of function that would output runtime data
103 * The cache dependencies data are saved alongside the page (same as snippets)
131 $data = $this->getDependenciesCacheStore()->retrieveCache();
132 if (!empty($data)) {
133 $this->runtimeStoreDependencies = json_decode($data, true);
324 * Snippet.json, Cache dependency are data dependent
H A DCacheTag.php64 public static function renderXhtml(array $data): string argument
67 if ($data[PluginUtility::EXIT_CODE] !== CacheTag::PARSING_STATE_SUCCESSFUL) {
68 $message = $data[PluginUtility::EXIT_MESSAGE];
75 public static function metadata($data) argument
78 if ($data[PluginUtility::EXIT_CODE] === CacheTag::PARSING_STATE_SUCCESSFUL) {
79 $cronExpression = $data[PluginUtility::PAYLOAD];
H A DCall.php25 * the mode, the data
39 * has only data and no class, for now, we create this
181 $data = array(
189 $data[PluginUtility::PAYLOAD] = $payload;
207 $data,
371 * @return mixed the data returned from the {@link DokuWiki_Syntax_Plugin::handle} (ie attributes, payload, ...)
377 $data = &$this->call[1][1];
379 return $data;
381 return $data[$attribute];
424 $data
[all...]

1...<<21222324252627282930>>...204