Home
last modified time | relevance | path

Searched refs:evt (Results 1 – 25 of 67) sorted by path

123

/template/20cones/
H A Ddetail.php91 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); global() variable
H A Dmain.php90 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); global() variable
/template/a_new_day/js/
H A Dcontrols.js540 enterEditMode: function(evt) { argument
553 if (evt) {
554 Event.stop(evt);
/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/adoradark/
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/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/arcadebasic/
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/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/artforwater/
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/basical/
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/battlehorse/js/
H A Dcontrols.js540 enterEditMode: function(evt) { argument
553 if (evt) {
554 Event.stop(evt);
/template/benjamin/
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/binkytestinstance/
H A Ddetail.php91 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
92 if($evt->advise_before()) {
93 foreach($evt->data['items'] as $k => $html) echo $html;
95 $evt->advise_after();
97 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/bootstrap3/compat/inc/
H A Dfunctions.php119 $evt = new Doku_Event($hook, $data);
121 if ($evt->advise_before()) {
122 foreach ($evt->data['items'] as $k => $html) {
126 $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/breeze/bower_components/gumby/js/libs/
H A Djquery-2.0.2.min.map1 …Type","conv2","conv","dataFilter","text script","charset","scriptCharset","evt","oldCallbacks","rj…
/template/breeze/
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/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/chippedsnow/
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/cleanresurrected/
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/
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/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 …]

123