Home
last modified time | relevance | path

Searched refs:data (Results 2476 – 2500 of 5080) sorted by relevance

1...<<919293949596979899100>>...204

/plugin/include/syntax/
H A Dreadmore.php23 function render($mode, Doku_Renderer $renderer, $data) { argument
24 list($page) = $data;
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveLibrary.js5 OneDriveLibrary = function(ui, data, meta) argument
7 OneDriveFile.call(this, ui, data, meta);
H A DDriveLibrary.js5 DriveLibrary = function(ui, data, desc) argument
7 DriveFile.call(this, ui, data, desc);
/plugin/data/lang/en/
H A Dedit_intro.txt1 Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **improve** it.
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php188 $data = array(
197 assert(array_keys($data) == $this->assoc_keys);
199 return Auth_OpenID_KVForm::fromArray($data, $strict = true);
279 * @param array $data Dictionary of values to sign (an array of
340 $data = $message->toPostArgs();
342 $pairs[] = array($field, Auth_OpenID::arrayGet($data,
/plugin/katex/_assets/contrib/
H A Dauto-render.min.js1data:e.slice(0,n)}),e=e.slice(n));var l=t.findIndex((function(t){return e.startsWith(t.left)}));if…
/plugin/sqlraw/
H A Dplugin.info.txt6 desc Execute SQL query on remote csv data or table data and display the result as a table
/plugin/toc/
H A Daction.php51 … $event->data = str_replace('<!-- TOC -->', '<div class="inlinetoc">'.$toc."</div>", $event->data);
/plugin/markdowku/
H A Dcodespans1.php28 function render($mode, Doku_Renderer $renderer, $data) { argument
30 $renderer->cdata(substr($data[0], 1, -1));
/plugin/advanced/
H A Dscript.js19 … jQuery.get(DOKU_BASE + 'lib/exe/' + $btn.data('purgeType') + '.php?purge=true').done(function () {
20 alert($btn.data('purgeMsg'));
/plugin/prosemirror/parser/
H A DPluginNode.php10 public function __construct($data, Node $parent, Node $previous = null) argument
12 $this->textNode = new TextNode($data['content'][0], $this, $previous);
/plugin/combo/action/
H A Danalytics.php31 * Update the analytics data
70 if ($event->data['view'] != 'page') return;
77 array_splice($event->data['items'], -1, 0, array(new AnalyticsMenuItem()));
/plugin/siteexport/inc/
H A Dfunctions.php397 public function prepare_POSTData($data) argument
399 …$NS = array_key_exists( 'ns', $data ) ? $data['ns'] : ( array_key_exists( 'id', $data ) ? $data['i…
401 $this->removeWikiVariables($data);
402 $data['do'] = 'siteexport';
405 ksort($data);
407 $this->debug->message("Prepared POST data:", $data, 1);
409 foreach ($data as $key => $value) {
425 unset($data[$key]);
428 return wl($NS, $data, true, '&') . $additionalKeys;
/plugin/zip/pear/File/Archive/Writer/
H A DOutput.php86 function writeData($data) { echo $data; } argument
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dwsgi.py49 data = conn.doResponse()
53 yield data
/plugin/webdav/core/DAV/Collection/Pages/
H A DFile.php24 public function put($data) argument
27 Utils::saveWikiText($this->info['id'], Utils::streamReader($data), 'edit');
/plugin/ireadit/action/
H A Dmove.php26 $old = $event->data['src_id'];
27 $new = $event->data['dst_id'];
/plugin/approve/action/
H A Dmove.php36 $old = $event->data['src_id'];
37 $new = $event->data['dst_id'];
/plugin/nodetailsxhtml/
H A Daction.php41 if ( empty($event->data) && $INFO['meta']['forceTOC'] ) {
42 $event->data = $INFO['meta']['description']['tableofcontents'];
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.class.php18 function create($data) { argument
20 $border->left =& EdgePDF::create($data['left']);
21 $border->right =& EdgePDF::create($data['right']);
22 $border->top =& EdgePDF::create($data['top']);
23 $border->bottom =& EdgePDF::create($data['bottom']);
/plugin/dlcount/
H A Daction.php37 $metafn = $this->metaFnFromFullPath($event->data['path']);
42 $metafn = $this->metaFnFromFullPath($event->data[1]);
50 $html = &$event->data;
96 …if ($event->data['download'] != 1) return; // skip embedded images (we don't want to count these)
97 $metafn = $this->metaFnFromFullPath($event->data['file']);
/plugin/stopforumspam2/
H A Dhelper.php29 $data = array(
35 $data = http_build_query($data, '', '&', PHP_QUERY_RFC3986);
36 if ($wildcards != null) $data .= '&' . preg_replace('/[^a-z0-9&=]+/', '', $wildcards);
198 curl_setopt ($this->ch, CURLOPT_POSTFIELDS, $data);
/plugin/minimap/
H A Dsyntax.php102 function render($mode, Doku_Renderer $renderer, $data) argument
112 list($state, $parameters) = $data;
340 $data = array();
352 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
354 return $data;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php307 $data = $source->get();
310 if (is_string($data)) {
312 fwrite($stream, $data);
314 $data = $stream;
316 $destinationParent->createFile($destinationName, $data);
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php28 public function renderContent(ModelNews $data, array $params): string { argument
29 $innerHtml = $this->getHeader($data);
30 $innerHtml .= $this->getText($data);
32 $innerHtml .= $this->getLink($data);
33 $innerHtml .= $this->getSignature($data);

1...<<919293949596979899100>>...204