Home
last modified time | relevance | path

Searched refs:data (Results 201 – 225 of 5080) sorted by path

12345678910>>...204

/plugin/appendtoquery/
H A Daction.php29 $event->data['query'] = $event->data['query'] . $this->getConf('queryappend');
42 $event->data['id'] = $event->data['id'] . $this->getConf('queryappend');
/plugin/approve/action/
H A Dapprove.php38 if ($event->data == 'diff' && isset($_GET['approve'])) {
43 if ($this->getConf('ready_for_approval') && $event->data == 'diff' && isset($_GET['ready_for_approval'])) {
91 if ($event->data != 'show') return;
128 if ($event->data != 'show') return;
159 if ($event->data != 'show') return;
199 if ($event->data != 'show') return;
390 if (!$event->data['contentChanged']) return;
392 $changeType = $event->data['changeType'];
394 if ($event->data['oldContent'] == '') {
401 $id = $event->data['i
[all...]
H A Dcache.php28 $cache = $event->data;
H A Dmigration.php34 if ($event->data['sqlite']->getAdapter()->getDbname() !== 'approve') {
37 $to = $event->data['to'];
40 $event->result = call_user_func([$this, "migration$to"], $event->data);
62 protected function migration1($data) argument
65 $sqlite = $data['sqlite'];
106 //import historic data
122 $data = [
129 $sqlite->storeEntry('revision', $data);
132 //process current data
135 $data
270 migration3($data) global() argument
[all...]
H A Dmove.php36 $old = $event->data['src_id'];
37 $new = $event->data['dst_id'];
H A Dnotification.php27 $event->data[] = 'approve';
32 if (!in_array('approve', $event->data['plugins'])) return;
38 $event->data['dependencies'][] = $sqlite->getAdapter()->getDbFile();
47 if (!in_array('approve', $event->data['plugins'])) return;
49 $user = $event->data['user'];
81 $event->data['notifications'][] = [
H A Drevisions.php46 for ($i = 0; $i < $event->data->elementCount(); $i++) {
47 $element = $event->data->getElementAt($i);
69 $parent_div = $event->data->getElementAt($parent_div_position);
H A Dviewmode.php30 if ($event->data != 'viewmodesitetools' && $event->data != 'viewmodeedit') return;
33 $event->data = 'redirect';
47 if ($event->data['view'] != 'user') return false;
49 array_splice($event->data['items'], 1, 0, [new ViewModeSiteTools()]);
59 if ($event->data['view'] != 'page') return false;
63 array_splice($event->data['items'], 0, 1, [new ViewModeEdit()]);
/plugin/approve/
H A Dadmin.php51 $data = [
55 $data['approver'] = $assignment['approver'];
57 $data['approver'] = $assignment['approver_fb'];
59 $sqlite->storeEntry('maintainer', $data);
144 foreach($auth->retrieveUsers() as $login => $data) {
145 echo '<option value="' . hsc($login) . '">' . hsc($data['name']) . '</option>';
H A Dhelper.php183 $data = [
188 $data['approver'] = $approver;
190 $sqlite->storeEntry('page', $data);
/plugin/approve/syntax/
H A Dtable.php81 * @param array $data The data from the handler() function
86 public function render($mode, Doku_Renderer $renderer, $data)
90 call_user_func([$this, $method], $renderer, $data);
100 * @param array $data The data from the handler() function
84 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/archivegenerator/lang/en/
H A Dintro.txt2 This archive will not include old revisions of pages and media files, changelogs or cache data.
7 Besides the mentioned ommitted data, the archive will include all configuration, templates and inst…
/plugin/articlelinks/
H A Dsyntax.php51 $data = array();
76 $data['links'] = p_get_instructions($links);
77 return $data;
85 * @param array $data The data from the handler() function
88 public function render($mode, Doku_Renderer $renderer, $data) { argument
93 $renderer->doc .= p_render('xhtml', $data['links'], $info);
/plugin/asana/syntax/
H A DAsanaSyntax.php114 * @param array $data The data from the handler() function
117 public function render($mode, Doku_Renderer &$renderer, $data) { argument
118 $renderer->doc .=$data;
/plugin/asciimath/
H A Daction.php51 $event->data["script"][] = array ("type" => "text/javascript",
/plugin/asiansearch/
H A Daction.php64 $data =& $event->data;
68 '/(".*?")/u', $data['query'], -1, PREG_SPLIT_DELIM_CAPTURE
71 $data['query'] = implode(
129 $id = $event->data['id'];
130 $text = $event->data['text'];
131 $highlight = $event->data['highlight'];
211 $event->data['snippet'] = $snippet;
231 if ($event->data === 'show') {
/plugin/asyncsearch/
H A Dasyncsearch.php40 if ( $event->data === 'search' && !empty( $QUERY ) ) {
93 $event->data['script'][] = array(
112 $event->data = $this->js_pluginscripts();
113 sort($event->data);
H A Dpagelookup.php35 if ( $event->data === 'asyncsearch' && $INPUT->str('pluginID') == 'pagelookup' ) {
38 if ( $event->data === 'asyncsearch' && $INPUT->str('pluginID') == 'pagesearch' ) {
60 $data = ft_pageLookup($QUERY,true,useHeading('navigation'));
61 if(count($data)){
65 foreach($data as $id => $title){
99 $data = ft_pageSearch($QUERY,$regex);
100 if(count($data)){
103 foreach($data as $id => $cnt){
/plugin/attribute/
H A DREADME3 Arbitrary attribute definition and storage for user associated data.
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.
/plugin/authdiscourse/
H A Daction.php45 $event->data->_content = array();
46 …$event->data->insertElement(0, '<a href="'.$loginurl.'" style="border: 5px solid; font-size: 200%;…
/plugin/authdomainlimitation/action/
H A Dsignup.php37 if ( $event->data['type'] !== 'create' ) {
45 if ( in_array(trim( substr(strrchr($event->data['params'][3], "@"), 1)),$domains) ) {
/plugin/authdrupal8/
H A Dpassword.inc214 * Alternative implementations of this function may use other data in the

12345678910>>...204