Home
last modified time | relevance | path

Searched refs:data (Results 1 – 25 of 5080) sorted by last modified time

12345678910>>...204

/plugin/pagelist/
H A Dsyntax.php45 * @return array Return an array with all data you want to use in render
106 * @param array $data data created by handler()
109 public function render($format, Doku_Renderer $renderer, $data) argument
111 list($flags, $pages) = $data;
/plugin/pagequery/
H A Daction.php30 $cache = $event->data;
H A Dsyntax.php235 public function render($format, Doku_Renderer $renderer, $data): bool argument
248 $query = $data['query'];
252 if ($data['fulltext']) {
260 if (!$data['fullregex']) {
269 $results = $pq->pageLookup($query, $data['fullregex'], $incl_ns, $excl_ns);
277 $results = $pq->validatePages($results, $data['hidestart'], $data['maxns']);
279 [$sort_array, $sort_opts, $group_opts] = $pq->buildSortingArray($results, $data);
281 // meta data filtering of the list is next
282 $sort_array = $pq->filterMetadata($sort_array, $data['filte
[all...]
/plugin/twofactor/lang/en/
H A Dlogin.txt3 Please provide your second factor data below to complete your login.
H A Dresendpwd.txt3 Please provide your second factor data below to reset your password.
/plugin/twofactor/
H A DProvider.php42 $event->data[$this->getProviderID()] = $this;
57 * The user data for the current user
128 * Handle any input data
H A DSettings.php82 $data = $this->attribute->get($this->providerID, $key, $success, $this->user);
84 return $data;
/plugin/twofactor/action/
H A Dlogin.php54 if ($event->data === 'resendpwd') {
65 if ($event->data === 'twofactor_login') {
71 $event->data = 'show';
81 if ($event->data === 'logout') {
93 $event->data = 'twofactor_login';
102 $event->data = 'twofactor_profile';
115 if ($event->data !== 'twofactor_login') return;
168 $data = unserialize(base64_decode($_COOKIE[self::TWOFACTOR_COOKIE]));
169 if (!is_array($data)) return false;
170 list($providerID, $hash,) = $data;
[all...]
H A Dprofile.php39 if ($event->data['view'] != 'user') return;
46 for ($index = 0; $index > count($event->data['items']); $index++) {
47 if ($event->data['items'][$index]->getType() === 'profile') {
51 array_splice($event->data['items'], $index + 1, 0, [$menuitem]);
61 if ($event->data != 'twofactor_profile') return;
94 if ($event->data != 'twofactor_profile') return;
H A Dresendpwd.php49 if ($event->data !== 'resendpwd') return;
89 if ($event->data !== 'resendpwd') return;
/plugin/attribute/
H A DREADME.md2 Arbitrary attribute definition and storage for user associated data.
H A Dhelper.php207 $data = array();
214 $data = array();
219 return $data;
316 if ($data !== null) {
318 $data[$attribute] = $value;
355 if ($data === null) {
360 return array_keys($data);
392 if (!is_array($data)) {
425 if ($data !== null) {
517 if ($data === null || !array_key_exists($attribute, $data)) {
[all …]
H A Dplugin.info.txt6 desc Arbitrary attribute definition and storage for user associated data.
H A DREADME3 Arbitrary attribute definition and storage for user associated data.
/plugin/nspages/printers/
H A DprinterNice.php18 function __construct($plugin, $mode, $renderer, $nbCols, $anchorName, $data){
19 parent::__construct($plugin, $mode, $renderer, $data);
16 __construct($plugin, $mode, $renderer, $nbCols, $anchorName, $data) global() argument
H A DprinterOneLine.php12 function __construct($plugin, $mode, $renderer, $data){ argument
13 parent::__construct($plugin, $mode, $renderer, $data);
H A DprinterSimpleList.php14 function __construct($plugin, $mode, $renderer, $data, $useNumberedList = false){ argument
15 parent::__construct($plugin, $mode, $renderer, $data);
H A Dprinter.php27 function __construct($plugin, $mode, $renderer, $data){ argument
31 $this->pos = $data['pos'];
32 $this->natOrder = $data['natOrder'];
33 $this->actualTitleLevel = $data['actualTitleLevel'];
34 $this->nbItemsMax = $data['nbItemsMax'];
35 $this->dictOrder = $data['dictOrder'];
36 $this->_displayModificationDate = $data['displayModificationDate']
37 || $data['modificationDateOnPictures']; // This is a deprecated option. We should kill it after checking no users are still using it
38 $this->_sorter = $this->_getSorter($data['reverse']);
39 $this->includeItemsInTOC = $data['includeItemsInTO
[all...]
H A DprinterLineBreak.php10 function __construct($plugin, $mode, $renderer, $data){ argument
11 parent::__construct($plugin, $mode, $renderer, $data);
H A DprinterPictures.php15 function __construct($plugin, $mode, $renderer, $data){
16 parent::__construct($plugin, $mode, $renderer, $data);
17 $this->_defaultPicture = $data['defaultPicture'];
14 __construct($plugin, $mode, $renderer, $data) global() argument
H A DprinterTree.php14 function __construct($plugin, $mode, $renderer, $data){ argument
15 parent::__construct($plugin, $mode, $renderer, $data);
16 $this->rootNS = $data['wantedNS'] . ':';
139 if (empty($keys)){ // We've reach the end of the journey. We register the data of $item
211 * The data about the current namespace iteslf. It may be empty in two cases:
/plugin/nspages/fileHelper/
H A DfileHelper.php13 private $data; variable in fileHelper
17 function __construct($data, $customTitleAllowListMetadata){ argument
18 $this->data = $data;
19 $this->files = $this->searchFiles($data);
26 'depth' => $this->data['maxDepth'], 'keeptxt'=> false, 'listfiles'=> !$this->data['nopages'],
27 'listdirs' => $this->data['subns'], 'pagesonly'=> true, 'skipacl'=> false,
29 'showhidden'=> $this->data['showhidden'], 'firsthead'=> true
32 search($files, $conf['datadir'], 'search_universal', $opt, $this->data['wantedDi
[all...]
/plugin/nspages/
H A Dsyntax.php136 function render($mode, Doku_Renderer $renderer, $data) {
139 if ($data['modificationDateOnPictures']){
146 $this->_denullifyLangOptions($data);
147 $this->_denullifyPictureOptions($data);
148 $printer = $this->_selectPrinter($mode, $renderer, $data);
150 if ($data['sidebar']) {
151 if ($data['wantedNS'] !== '') {
152 $printer->printErrorSidebarDoestAcceptNamespace($data['wantedNS']);
162 $data['wantedNS'] = $INFO['namespace'];
163 $data['saf
133 render($mode, Doku_Renderer $renderer, $data) global() argument
183 _denullifyLangOptions(& $data) global() argument
193 _denullifyPictureOptions(& $data) global() argument
199 _shouldPrintPagesAmongNamespaces($data) global() argument
203 _print($printer, $data, $subnamespaces, $pages) global() argument
220 _shouldPrintTransition($data) global() argument
224 _isNamespaceUsable($data) global() argument
229 _selectPrinter($mode, & $renderer, $data) global() argument
[all...]
H A Daction.php14 $event->data[] = array (
24 $event->data['nspages']['version'] = $plugin_info['date'];
25 $event->data['nspages']['legacyModificationDateSyntax'] = $this->used_legacy_syntax_not_too_long_ago() ? 'true' : 'false';
/plugin/dbquery/
H A Dhelper.php78 $data = $sth->fetchAll(PDO::FETCH_ASSOC);
81 return $data;

12345678910>>...204