Home
last modified time | relevance | path

Searched refs:evt (Results 26 – 50 of 67) sorted by last modified time

123

/template/klean/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/hexa/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/graphy/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/drop/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/bushwick/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/boozurk/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/arcade-basic/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/able/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/white/
H A Dtpl_functions.php24 $evt = new Doku_Event($hook, $data);
25 if($evt->advise_before()){
27 foreach($evt->data['items'] as $k => $html) {
34 $evt->advise_after();
/template/argon/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/argon-alt/
H A Dtpl_functions.php118 $evt = new Doku_Event($hook, $data);
119 if($evt->advise_before()){
120 foreach($evt->data['items'] as $k => $html) echo $html;
122 $evt->advise_after();
/template/codowik/js/
H A Dlayout.js281 return typeof evt === "object" && evt.stopPropagation ? evt : null;
286 if (evt) {
288 evt.stopPropagation();
2179 evtPane(evt);
3664 if (evt) evt.stopImmediatePropagation();
3666 if (s.isClosed && evt && evt.type === "mouseenter" && delay > 0)
4875 if (!evt) return true;
4887 , SHIFT = evt.shiftKey
4888 , CTRL = evt.ctrlKey
4914 evt.stopPropagation();
[all …]
/template/codowik/
H A Dmain.php148 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
149 if($evt->advise_before()){
150 foreach($evt->data['items'] as $k => $html) echo $html;
152 $evt->advise_after();
154 unset($evt);
H A Ddetail.php135 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
136 if($evt->advise_before()){
137 foreach($evt->data['items'] as $k => $html) echo $html;
139 $evt->advise_after();
141 unset($evt);
/template/ghw/
H A Dtpl_footer.php17 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
18 if ($evt->advise_before()) {
19 foreach ($evt->data['items'] as $k => $html) echo $html;
21 $evt->advise_after();
23 unset($evt);
H A Ddetail.php105 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
106 if($evt->advise_before()) {
107 foreach($evt->data['items'] as $k => $html) echo $html;
109 $evt->advise_after();
111 unset($evt);
/template/simplewiki/
H A Ddetail.php105 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
106 if($evt->advise_before()) {
107 foreach($evt->data['items'] as $k => $html) echo $html;
109 $evt->advise_after();
111 unset($evt);
H A Dmain.php90 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
91 if($evt->advise_before()){
92 foreach($evt->data['items'] as $k => $html) echo $html;
94 $evt->advise_after();
96 unset($evt);
/template/zenith/
H A Ddetail.php105 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
106 if($evt->advise_before()) {
107 foreach($evt->data['items'] as $k => $html) echo $html;
109 $evt->advise_after();
111 unset($evt);
H A Dmain.php89 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
90 if($evt->advise_before()){
91 foreach($evt->data['items'] as $k => $html) echo $html;
93 $evt->advise_after();
95 unset($evt);
/template/adoradark/
H A Dmain.php90 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
91 if($evt->advise_before()){
92 foreach($evt->data['items'] as $k => $html) echo $html;
94 $evt->advise_after();
96 unset($evt);
H A Ddetail.php105 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
106 if($evt->advise_before()) {
107 foreach($evt->data['items'] as $k => $html) echo $html;
109 $evt->advise_after();
111 unset($evt);
/template/stm/stm/
H A Ddetail.php105 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
106 if($evt->advise_before()) {
107 foreach($evt->data['items'] as $k => $html) echo $html;
109 $evt->advise_after();
111 unset($evt);
/template/plaintext/
H A Dtpl_functions.php97 $evt = new Doku_Event($hook, $data);
98 if($evt->advise_before()){
99 foreach($evt->data['items'] as $k => $html) echo $html;
101 $evt->advise_after();
/template/writr/
H A Dtpl_functions.php

123