Home
last modified time | relevance | path

Searched refs:data (Results 4476 – 4500 of 5080) sorted by path

1...<<171172173174175176177178179180>>...204

/plugin/struct/
H A Dplugin.info.txt6 desc Add and query additional structured page data
H A Dremote.php35 * Get the structured data of a given page
37 * @param string $page The page to get data for
39 * @param int $time A timestamp if you want historic data (0 for now)
49 throw new AccessDeniedException('no permissions to access data of that page');
63 * Saves data for a given page (creates a new revision)
65 * If this call succeeds you can assume your data has either been saved or it was
66 * not necessary to save it because the data already existed in the wanted form or
70 * @param array $data ('schema' => ( 'fieldlabel' => 'value', ...))
77 public function saveData($page, $data, $summary, $minor = false)
82 throw new AccessDeniedException('no permissions to save data fo
74 saveData($page, $data, $summary, $minor = false) global() argument
[all...]
/plugin/struct/script/
H A DAggregationEditor.js9 const schema = $table.parents('.structaggregation').data('schema');
12 const searchconf = JSON.parse($table.parents('.structaggregation').attr('data-searchconf'));
28 const rid = $me.data('rid');
29 const pid = $me.data('pid');
40 if (rid === '') return; // skip button addition for page data
41 // disable button for serial data if so configured
79 * @param {string} data The HTML for the form
81 function addForm(data) { argument
84 const searchconf = JSON.parse($agg.attr('data-searchconf'));
91 $form.html(data);
119 AnonymousFunction7a0df8af0600(data) global() argument
147 AnonymousFunction7a0df8af0800(data) global() argument
[all...]
H A DEntryEditor.js71 var name = jQuery(this.element[0]).closest('div.field').find('label').first().data('column');
135 if (DokuCookie.getValue($fset.data('schema'))) {
145 DokuCookie.setValue($fset.data('schema'), 1);
147 DokuCookie.setValue($fset.data('schema'), '');
H A DInlineEditor.js12 var pid = $self.parent().data('pid');
13 var rid = $self.parent().data('rid');
14 var rev = $self.parent().data('rev');
15 var field = $self.parents('table').find('tr th').eq($self.index()).data('field');
44 function (data) { argument
45 if (!data) return; // we're done
47 $form.prepend(data);
66 * Save the data, then close the form
74 .done(function (data) { argument
75 // save succeeded, display new value, update revision data an
83 AnonymousFunction5ff204660500(data) global() argument
[all...]
H A Dfunctions.js6 * @param {object} data Additional data to pass
8 function struct_ajax(column, fn, data) { argument
9 if (!data) data = {};
11 data['call'] = 'plugin_struct';
12 data['column'] = column;
13 data['id'] = JSINFO.id;
14 data['ns'] = JSINFO.namespace;
16 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', data, f
[all...]
/plugin/struct/syntax/
H A Dcloud.php84 * @param array $data The data from the handler() function
87 public function render($mode, Doku_Renderer $renderer, $data)
90 if (!$data) return false;
91 if (!empty($data['filter'])) {
96 $search = new SearchCloud($data);
86 render($mode, Doku_Renderer $renderer, $data) global() argument
H A Dlist.php104 render($mode, Doku_Renderer $renderer, $data) global() argument
H A Doutput.php24 * Regexp to check on which actions the struct data may be rendered
81 * Render schema data
87 * @param array $data The data from the handler() function
90 public function render($format, Doku_Renderer $renderer, $data)
144 // if no data has been output, remove empty wrapper again
153 * Default schema data rendering (simple table view)
155 * @param array The render context including renderer and data
164 $data = $schemadata->getData();
165 if (!count($data))
88 render($format, Doku_Renderer $renderer, $data) global() argument
[all...]
H A Dvalue.php87 * @param array $data The data from the handler() function
90 public function render($mode, Doku_Renderer $renderer, $data) argument
92 if (!$data) {
103 $search = new SearchConfig($data);
/plugin/struct/types/
H A DPage.php30 * Output the stored data
33 * @param \Doku_Renderer $R the renderer currently used to render the data
81 $data = ft_pageLookup($lookup, true, $this->config['usetitles']);
82 if ($data === []) return [];
89 foreach ($data as $id => $title) {
/plugin/structacl/
H A Daction.php57 $data = $schemaData->getData();
61 $value = $data[$field]->getValue();
76 if (!empty($users) && in_array($event->data['user'], $users)) {
/plugin/structat/action/
H A Dcache.php40 $cache = $event->data;
84 $cache = $event->data;
H A Dstruct.php40 $data = $event->data;
41 $key = $data['key'];
47 $val = $data['val'];
53 $data['config'][$key] = $val;
/plugin/structat/syntax/
H A Dtable.php95 * @param array $data The data from the handler() function
98 public function render($mode, Doku_Renderer $renderer, $data) argument
100 if (!$data) return false;
105 $search = new SearchConfigAt($data);
/plugin/structautolink/
H A DREADME3 Automatic page linking based on struct data
H A Dplugin.info.txt6 desc Automatic page linking based on struct data
H A Drenderer.php92 $data = $search->execute();
99 foreach ($data as $row) {
/plugin/structcombolookup/
H A Daction.php47 $event->data['ComboLookup'] = 'dokuwiki\\plugin\\structcombolookup\\types\\ComboLookup';
48 … $event->data['NarrowingLookup'] = 'dokuwiki\\plugin\\structcombolookup\\types\\NarrowingLookup';
54 foreach($event->data['fields'] as $field) {
81 $event->data['patterns'][$key] = "/(@@|##)$schemaName\\.$colLabel\\.narrowBy\\1/";
82 $event->data['values'][$key] = $parentValue;
H A Dscript.js3 id = $narowingSelect.data('childId'),
/plugin/structcondstyle/
H A Daction.php73 $data = $event->data;
74 $key = $data['key'];
75 $val = trim($data['val']);
123 if(!isset($data['config'][$key])){
124 $data['config'][$key] = [];
145 $mode = $event->data['mode'];
147 $data = $event->data['data'];
154 $condstyles = $data['condstyle'];
234 $mode = $event->data['mode'];
243 $data = $event->data['data'];
[all …]
/plugin/structgantt/
H A DREADME3 Display struct data as Gantt
H A Daction.php33 if(!in_array($event->data['key'], array('skipweekend', 'skipweekends'))) return;
36 $event->data['config']['skipweekends'] = (bool) $event->data['val'];
H A Dplugin.info.txt6 desc Display struct data as Gantt
/plugin/structgeohash/
H A Daction.php32 $event->data['script'][] = array(
41 $event->data['GeoHash'] = 'dokuwiki\\plugin\\structgeohash\\types\\GeoHash';

1...<<171172173174175176177178179180>>...204