Home
last modified time | relevance | path

Searched refs:data (Results 2051 – 2075 of 5080) sorted by relevance

1...<<81828384858687888990>>...204

/plugin/combo/syntax/
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 Dtoggle.php136 * @param array $data - what the function handle() return
142 function render($format, Doku_Renderer $renderer, $data): bool argument
146 $state = $data[PluginUtility::STATE];
150 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES])
180 $tagAttributes->addComponentAttributeValue("data-{$bootstrapNamespace}toggle", "collapse");
181 $tagAttributes->addComponentAttributeValue("data-{$bootstrapNamespace}target", $targetId);
207 $renderer->doc .= PluginUtility::renderUnmatched($data);
H A Dbrand.php227 * @param array $data - what the function handle() return
233 function render($format, Doku_Renderer $renderer, $data): bool argument
237 $state = $data[PluginUtility::STATE];
241 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
242 $renderer->doc .= BrandTag::render($tagAttributes, $state, $data);;
245 $renderer->doc .= PluginUtility::renderUnmatched($data);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php64 $data = curl_exec($ch);
87 return $data;
137 $data = '';
140 $data .= fgets($fh, 1024);
145 return $data;
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md82 Now the we've created our template file, in a php file (index.php) we'll create the data to passed to the model. The model is a key/value array.
84 Below we are going to create the Handlebars object, set the partials loader, and put some data in the model.
122 The simplest way to assign data is to create an Array model. The model will contain all the data that will be passed to the template.
230 Handlebars also allows for name conflict resolution between helpers and data fields via a this reference:
379 The #each helper (php only) also has the ability to slice the data
680 In Handlebars JS v1.1, data variables `@first` and `@last` were added for the #each helper. Due to the these variables
681 not being backwards compatible, these data variables are disabled by default and must be enabled manually.
683 To enable the new data variables, set the `enableDataVariables` option to `true` when instantiating the Handlebars
694 Given the following template and data
[all...]
/plugin/refnotes/
H A Dnote.php298 $this->data = $note->getData();
309 $data = array_diff_key($reference->getData(), array_flip($exclude));
310 $this->data = array_merge($this->data, $data);
322 * Inject reference database data into references so that they can be properly rendered.
328 $reference->rewrite($this->attributes, $this->data);
H A Dcore.php103 public function enterReference($name, $data) { argument
104 $this->getCurrentContext()->enterReference($name, $data);
160 public function enterReference($name, $data) { argument
162 $this->reference = new refnotes_parser_reference($name, $data);
342 public function addReference($attributes, $data) {
344 $reference = new refnotes_renderer_reference($note, $attributes, $data);
469 public function addReference($attributes, $data, $call) {
471 $reference = new refnotes_action_reference($note, $attributes, $data, $call);
341 addReference($attributes, $data) global() argument
449 addReference($attributes, $data, $call) global() argument
/plugin/jorgchart/
H A Djquery.jOrgChart.js72 var targetID = $(this).data("tree-node");
73 var targetLi = $this.find("li").filter(function() { return $(this).data("tree-node") === targetID; } );
76 var sourceID = ui.draggable.data("tree-node");
77 var sourceLi = $this.find("li").filter(function() { return $(this).data("tree-node") === sourceID; } );
130 $node.data("tree-node", nodeCount);
132 .data("tree-node", nodeCount)
/plugin/structnotification/action/
H A Dnotification.php38 $event->data[] = 'structnotification';
43 if (!in_array('structnotification', $event->data['plugins'])) return;
49 $event->data['dependencies'][] = $sqlite->getAdapter()->getDbFile();
72 if (!in_array('structnotification', $event->data['plugins'])) return;
83 $user = $event->data['user'];
125 $event->data['notifications'][] = [
/plugin/shell/
H A DP0wnyShell.js166 function (data) { argument
167 if (data.files.length <= 1) return; // no completion
168 data.files = data.files.map(function (file) {
171 if (data.files.length === 2) {
173 self.eShellCmdInput.value = data.files[0];
176 this.eShellCmdInput.value = currentValue.replace(/(\S*)$/, data.files[0]);
180 this.insertStdout(data.files.join("\n"));
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js51 …s.format]){var u=g.jax.root.getAnnotation(this.format);if(u.data[0]){g.ShowSource.Text(u.data[0].t…
52data=[];if(this.inferRow&&!(arguments.length===1&&arguments[0].inferred)){this.Append(a.mrow().Wit…
53data.length;g<d;g++){if(this.data[g]){k.push(this.data[g].toMathML(j))}else{if(!this.isToken&&!thi…
54data;ac.nodeName=ac.type;return ac},appendChild:function(af){if(af.parent){af.parent.removeChild(a…
55data.length;q<o;q++){if(this.data[q]){this.data[q].toNativeMML(p)}else{p.appendChild(this.NativeMM…
56data.length;o<n;o++){if(this.data[o]){this.data[o].toHTML(q)}}var u=this.HTMLcomputeBBox(q);var p=…
57data.length===0){return r}var I=this.getValues("columnalign","rowalign","columnspacing","rowspacin…
58data.length;p<n;p++){this.PHTMLaddChild(q,p,o)}return q},PHTMLaddChild:function(p,o,n){var q=this.
/plugin/pagetitle/syntax/
H A Dyouarehere.php55 return $data = [$state, $match, $ID];
61 public function render($format, Doku_Renderer $renderer, $data) argument
66 list($state, $match, $id) = $data;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php111 $data = array(
116 $phpcsFile->addErrorOnLine($message, $line, 'ExternalToolError', $data);
118 $phpcsFile->addWarningOnLine($message, $line, 'ExternalTool', $data);
/plugin/function/
H A Dsyntax.php48 list($state, $data) = $indata;
52 preg_match("#^<function=(.+)>$#", $data, $matches);
65 $renderer->doc .= $renderer->_xmlEntities($data);
/plugin/autolink2/syntax/
H A Dshow.php55 function render($mode, &$renderer, $data) { argument
57 $renderer->doc .= $this->_renderautolink($renderer, $data[0],$data[1]);
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php63 * @param array $data The data from the handler() function
66 public function render($mode, &$renderer, $data) { argument
68 if($data[0] == "duoshuo"){
/plugin/animation/
H A Daction.php62 $event->data['link'][] = array( 'rel' => 'stylesheet',
73 $event->data["script"][] = array ("type" => "text/javascript",
94 $event->data['script'][] = array(
/plugin/markdowku/
H A Danchorsreference.php34 function render($mode, Doku_Renderer$renderer, $data) { argument
38 $data[1],
51 $renderer->cdata($data[1]);
/plugin/publish/action/
H A Drecent.php25 $render = $event->data->_content;
45 $event->data->_content[$parent]['class'] .= ' approved_revision';
47 $event->data->_content[$parent]['class'] .= ' unapproved_revision';
/plugin/combo/action/
H A Dslottemplate.php39 $id = $event->data['id'];
58 $event->data["tpl"] = FileSystems::getContent($pageHeaderPath);
59 $event->data["doreplace"] = false;
/plugin/mikioplugin/syntax/
H A Dquiz.php37 public function render_lexer_enter(Doku_Renderer $renderer, $data) {
38 $classes = $this->buildClass($data);
39 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'quiz ' . $classes . '" data-status="' . $this->applyMarkdownEffects($data['status-text']) . '" data-result-correct="' . $this->applyMarkdownEffects($data['result-correct-text']) . '" data-result-score="' . $this->applyMarkdownEffects($data['result-score-text']) . '" data-result-score-total="' . $this->applyMarkdownEffects($data['resul
20 render_lexer_enter(Doku_Renderer $renderer, $data) global() argument
27 render_lexer_exit(Doku_Renderer $renderer, $data) global() argument
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js5 DrawioFile = function(ui, data) argument
21 this.data = data || '';
191 return (this.data != null) ? this.data.length : 0;
449 if (max != null && data != null && data.length > max)
451 data = data.substring(0, max) + '[...]';
453 else if (data != null && data.length > limit)
455 data = Graph.compress(data) + '\n';
458 return data;
1099 this.data = data;
1107 return this.data;
[all …]
/plugin/newnamespacepermissions/
H A Daction.php36 if (act_clean($event->data) !== 'edit') {
45 $event->data = 'show';
64 …msg($this->getLang('you tried to save') . '<pre>' . hsc($event->data['newContent']) . '</pre>', 0);
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php48 $data = io_readFile($update_message_cache_filename);
49 $msgs = explode("\n%\n",$data);
69 fwrite($fp, $data);
/plugin/searchindex/
H A Dajax.php45 $data = array();
46 search($data, $conf['datadir'], 'search_allpages', array());
48 foreach ($data as $val) {

1...<<81828384858687888990>>...204