/plugin/bez/tpl/ |
H A D | thread_box.php | 2 <div data-type="<?php echo $tpl->get('thread')->type ?>" 5 if ($tpl->get('thread')->state == 'opened') { 6 echo 'priority_' . $tpl->get('thread')->priority; 12 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>"> 13 #<?php echo $tpl->get('thread')->id ?> 16 <?php if ($tpl->get('thread')->type == 'project'): ?> 18 <?php elseif (!empty($tpl->get('thread')->label_name)): ?> 19 <?php echo $tpl->get('thread')->label_name ?> 24 (<?php echo $tpl->getLang('state_' . $tpl->get('thread')->state) ?>) 26 <?php if ($tpl->get('threa [all...] |
H A D | task_box.php | 3 <div id="z<?php echo $tpl->get('task')->id ?>" 6 if($tpl->get('task')->state == 'opened') { 7 echo 'priority_' . $tpl->get('task')->priority; 14 <?php echo $tpl->date($tpl->get('task')->create_date) ?> 17 <?php if ($tpl->get('task')->state != 'opened'): ?> 20 <strong><?php echo $tpl->getLang('task_' . $tpl->get('task')->state) ?>:</strong> 21 <?php echo $tpl->date($tpl->get('task')->close_date) ?> 26 <?php echo $tpl->date_diff_days($tpl->get('task')->create_date, $tpl->get('task')->close_date, '%a'); ?> 32 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('tas [all...] |
H A D | 8d.php | 3 <?php if (count($tpl->get('8d_tasks')['correction']) > 0) $D++ ?> 4 <?php if (count($tpl->get('causes')) > 0) $D++ ?> 5 <?php if (count($tpl->get('8d_tasks')['corrective']) > 0) $D++ ?> 6 <?php $corrective_done = array_filter($tpl->get('8d_tasks')['corrective'], function ($task) { 10 <?php if (count($tpl->get('8d_tasks')['preventive']) > 0) $D++ ?> 11 <?php if ($tpl->get('thread')->state == 'closed' || $tpl->get('thread')->state == 'rejected') $D++ ?> 17 $tpl->getLang('8d_report').': #'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title, 18 $tpl->url('8d', 'id', $tpl->get('threa [all...] |
H A D | commcause_box.php | 2 <a id="k<?php echo $tpl->get('thread_comment')->id ?>"></a> 4 <?php echo $tpl->get('thread_comment')->type == 'comment' ? 'bez_type_0' : 'bez_cause' ?> 6 if ($tpl->get('thread_comment')->author == $tpl->current_user()) { 21 <a href="#k<?php echo $tpl->get('thread_comment')->id ?>">#k<?php echo $tpl->get('thread_comment')->id ?></a> 22 <strong><?php echo $tpl->user_name($tpl->get('thread_comment')->author) ?></strong> 24 <?php echo $tpl->getLang($tpl->get('thread_comment')->type . '_added') ?> 26 <?php echo $tpl->datetime($tpl->get('thread_comment')->create_date) ?> 29 <?php if ($tpl->param('kid') != $tpl->get('thread_comment')->id): ?> 31 <?php if ( $tpl->get('threa [all...] |
H A D | thread.php | 6 <?php if ($tpl->param('action') == '' && $tpl->get('thread')->user_is_coordinator() && $tpl->get('thread')->can_add_tasks()): ?> 8 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'task_add') ?>#z_" class="bez_subscribe_button"> 9 <span class="bez_awesome"></span> <?php echo $tpl->getLang('correction_add' . $tpl->get('lang_suffix')) ?> 14 <?php foreach ($tpl->get('timeline') as $entity): ?> 37 <?php $tpl->set('task', $tpl->get('task_new')) ?> 39 <?php elseif ($tpl->get('thread')->state == 'closed'): ?> 45 '<strong>' . $tpl->user_name($tpl->get('thread')->closed_by) . '</strong>', 46 $tpl->date_fuzzy_age($tpl->get('thread')->close_date)) ?> 48 <?php elseif ($tpl->get('threa [all...] |
H A D | task.php | 2 <?php if ($tpl->get('task')->thread_id != '' && $tpl->get('task')->thread->acl_of('id') >= BEZ_PERMISSION_VIEW): ?> 5 if ($tpl->get('task')->thread->state == 'opened') { 6 echo 'priority_' . $tpl->get('task')->thread->priority; 11 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('task')->thread->id) ?>"> 12 #<?php echo $tpl->get('task')->thread->id ?> 15 <?php if ($tpl->get('task')->thread->type == 'project'): ?> 17 <?php elseif (!empty($tpl->get('task')->thread->label_name)): ?> 18 <?php echo $tpl->get('task')->thread->label_name ?> 23 (<?php echo $tpl->getLang('state_' . $tpl->get('tas [all...] |
H A D | task_comment_box.php | 2 <a id="zk<?php echo $tpl->get('task_comment')->id ?>"></a> 5 if ($tpl->get('task_comment')->author == $tpl->current_user()) { 20 <a href="#zk<?php echo $tpl->get('task_comment')->id ?>">#zk<?php echo $tpl->get('task_comment')->id ?></a> 21 <strong><?php echo $tpl->user_name($tpl->get('task_comment')->author) ?></strong> 23 <?php if ($tpl->get('task_comment')->closing === '1'): ?> 28 <?php echo $tpl->datetime($tpl->get('task_comment')->create_date) ?> 30 <?php if ($tpl->param('zkid') != $tpl->get('task_comment')->id): ?> 33 $tpl->get('task')->state == 'opened' && 34 $tpl->get('task_commen [all...] |
H A D | task_form.php | 4 $url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', $tpl->param('action', 'add'), 'tid', $tpl->param('tid'), 'kid', $tpl->param('kid')); 5 $id = 'bez:thread' . $tpl->get('thread')->id; 23 <span><strong>#z<?php echo $tpl->get('task')->id ?></strong></span> 26 <?php if ($tpl->get('thread') != '' && 27 $tpl->get('task')->acl_of('thread_comment_id') >= BEZ_PERMISSION_CHANGE): ?> 35 <?php foreach ($tpl->get('thread')->get_causes() as $cause_id): ?> 45 <?php if ($tpl->get('task')->thread_comment_id != ''): ?> 62 <?php if ($tpl->get('task')->acl_of('assignee') >= BEZ_PERMISSION_CHANGE): ?> 65 <?php foreach ($tpl->get('users') as $nick => $name): ?> 83 <?php if ($tpl->get('tas [all...] |
H A D | kp.php | 6 $tpl->getLang('kp_report').': #'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title, 7 $tpl->url('kp', 'id', $tpl->get('thread')->id) . '?t=' . $_GET['t']); ?>"> 16 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>"> 17 #<?php echo $tpl->get('thread')->id ?> 25 <?php echo $tpl->date($tpl->get('thread')->create_date) ?> 32 <?php echo $tpl->get('thread')->title ?> 38 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?> 44 <?php echo $tpl->get('thread')->content_html ?> 46 <?php if (count($tpl->get('task [all...] |
H A D | report.php | 26 <?php foreach ($tpl->get('issues') as $issue): ?> 45 <td><?php echo array_sum(array_column($tpl->get('issues'), 'proposal')) ?></td> 46 <td><?php echo array_sum(array_column($tpl->get('issues'), 'opened')) ?></td> 47 <td><?php echo array_sum(array_column($tpl->get('issues'), 'done')) ?></td> 48 <td><?php echo array_sum(array_column($tpl->get('issues'), 'closed')) ?></td> 49 <td><?php echo array_sum(array_column($tpl->get('issues'), 'rejected')) ?></td> 50 <td><?php echo array_sum(array_column($tpl->get('issues'), 'count_all')) ?></td> 61 <?php foreach ($tpl->get('issues') as $issue): ?> 95 <td><?php echo array_sum(array_column($tpl->get('issues'), 'sum_all')) ?></td> 96 <td><?php echo array_sum(array_column($tpl->get('issue [all...] |
H A D | commcause_form.php | 2 <?php $url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 20 <?php if ($tpl->get('thread_comment')->acl_of('type') >= BEZ_PERMISSION_CHANGE && 21 $tpl->get('thread')->can_add_causes()): ?> 27 $tpl->get('thread_comment')->task_count > 0) 56 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?><?php if ($tpl->param('kid') != '') echo '#k'.$tpl->param('kid') ?>" 62 <?php if ($tpl->get('thread')->can_add_comments()): ?> 67 <?php if ($tpl->param('kid') == '' && $tpl->get('thread')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?> 68 <?php if ($tpl->get('thread')->can_be_closed()): ?> 70 <?php echo $tpl->getLang('js')['close_issue' . $tpl->get('lang_suffix')] ?> 72 <?php elseif ($tpl->get('threa [all...] |
H A D | start.php | 30 (<span class="count"><?php echo $tpl->get('proposals_count') ?></span>) 35 (<span class="count"><?php echo $tpl->get('my_threads_count') ?></span>) 39 (<span class="count"><?php echo $tpl->get('my_tasks_count') ?></span>) 43 (<span class="count"><?php echo $tpl->get('reported_threads_count') ?></span>) 47 (<span class="count"><?php echo $tpl->get('reported_tasks_count') ?></span>) 56 <?php $tpl->set('threads', $tpl->get('proposals')) ?> 61 <?php $tpl->set('threads', $tpl->get('my_threads')) ?> 65 <?php $tpl->set('tasks', $tpl->get('my_tasks')) ?> 69 <?php $tpl->set('threads', $tpl->get('reported_threads')) ?> 73 <?php $tpl->set('tasks', $tpl->get('reported_task [all...] |
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorMenuBar.java | 210 .get("antialias"), "AntiAlias", true)); in EditorMenuBar() 351 mxResources.get("basicStyle"), in EditorMenuBar() 357 mxResources.get("defaultStyle"), in EditorMenuBar() 423 .get("dragEnabled"), "DragEnabled")); in EditorMenuBar() 425 .get("dropEnabled"), "DropEnabled")); in EditorMenuBar() 456 .get("connectable"), "Connectable")); in EditorMenuBar() 463 .get("createTarget"))); in EditorMenuBar() 617 .get("background"))); in populateFormatMenu() 664 .get("position"))); in populateFormatMenu() 854 .get("sourceSpacing")))); in populateFormatMenu() [all …]
|
H A D | SchemaEditorMenuBar.java | 61 menu = add(new JMenu(mxResources.get("file"))); in SchemaEditorMenuBar() 77 menu.add(editor.bind(mxResources.get("pageSetup"), in SchemaEditorMenuBar() 88 menu = add(new JMenu(mxResources.get("edit"))); in SchemaEditorMenuBar() 126 menu = add(new JMenu(mxResources.get("view"))); in SchemaEditorMenuBar() 193 .get("antialias"), "AntiAlias", true)); in SchemaEditorMenuBar() 322 mxResources.get("basicStyle"), in SchemaEditorMenuBar() 328 mxResources.get("defaultStyle"), in SchemaEditorMenuBar() 337 .get("buffering"), "TripleBuffered", true)); in SchemaEditorMenuBar() 338 submenu.add(editor.bind(mxResources.get("dirty"), in SchemaEditorMenuBar() 360 .get("centerZoom"), "CenterZoom", true)); in SchemaEditorMenuBar() [all …]
|
H A D | EditorMenuBar.java.bak | 210 .get("antialias"), "AntiAlias", true)); 351 mxResources.get("basicStyle"), 357 mxResources.get("defaultStyle"), 423 .get("dragEnabled"), "DragEnabled")); 425 .get("dropEnabled"), "DropEnabled")); 456 .get("connectable"), "Connectable")); 463 .get("createTarget"))); 617 .get("background"))); 664 .get("position"))); 842 .get("sourceSpacing")))); [all …]
|
H A D | EditorPopupMenu.java | 24 add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in EditorPopupMenu() 30 editor.bind(mxResources.get("cut"), TransferHandler in EditorPopupMenu() 35 editor.bind(mxResources.get("copy"), TransferHandler in EditorPopupMenu() 39 add(editor.bind(mxResources.get("paste"), TransferHandler in EditorPopupMenu() 46 editor.bind(mxResources.get("delete"), mxGraphActions in EditorPopupMenu() 54 JMenu menu = (JMenu) add(new JMenu(mxResources.get("format"))); in EditorPopupMenu() 59 menu = (JMenu) add(new JMenu(mxResources.get("shape"))); in EditorPopupMenu() 66 editor.bind(mxResources.get("edit"), mxGraphActions in EditorPopupMenu() 71 add(editor.bind(mxResources.get("selectVertices"), mxGraphActions in EditorPopupMenu() 73 add(editor.bind(mxResources.get("selectEdges"), mxGraphActions in EditorPopupMenu() [all …]
|
/plugin/bez/tpl/mail/ |
H A D | task_comment.php | 4 <title><?php echo $tpl->get('wiki_title') ?></title> 11 <?php echo $tpl->get('style') ?> 16 <?php echo $tpl->get('wiki_title') ?> 20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?> 21 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?>"> 22 #z<?php echo $tpl->get('task')->id ?> 26 <div style="border: 1px solid <?php echo $tpl->get('action_border_color', '#E5E5E5') ?>; background-color: <?php echo $tpl->get('action_background_color', 'transparent') ?>;"> 29 <strong><?php echo $tpl->user_name($tpl->get('wh [all...] |
H A D | thread_comment.php | 4 <title><?php echo $tpl->get('wiki_title') ?></title> 11 <?php echo $tpl->get('style') ?> 16 <?php echo $tpl->get('wiki_title') ?> 20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?> 22 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>"> 23 #<?php echo $tpl->get('thread')->id ?> 27 <div style="border: 1px solid <?php echo $tpl->get('action_border_color', '#E5E5E5') ?>; background-color: <?php echo $tpl->get('action_background_color', 'transparent') ?>;"> 30 <strong><?php echo $tpl->user_name($tpl->get('wh [all...] |
H A D | task.php | 4 <title><?php echo $tpl->get('wiki_title') ?></title> 11 <?php echo $tpl->get('style') ?> 16 <?php echo $tpl->get('wiki_title') ?> 20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php vprintf($tpl->getLang($tpl->get('action')), $tpl->get('action_replacements', array())) ?> 21 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?>"> 22 #z<?php echo $tpl->get('task')->id ?> 26 <?php echo $tpl->get('content') ?> 29 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('tas [all...] |
H A D | thread.php | 4 <title><?php echo $tpl->get('wiki_title') ?></title> 11 <?php echo $tpl->get('style') ?> 16 <?php echo $tpl->get('wiki_title') ?> 20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?> 21 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>"> 22 #<?php echo $tpl->get('thread')->id ?> 26 <?php echo $tpl->get('content') ?> 29 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>#k_" style="text-decoration: none; color: #444; font-weight: bold;">Dodaj komentarz</a> 34 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('threa [all...] |
/plugin/bez/action/ |
H A D | base.php | 130 $get = array_pop($args)['GET']; 131 $get = http_build_query($get); 136 if ($get) $get = "?$get"; 137 return DOKU_URL . $id. $get; 139 if ($get) $get = "?$get"; [all...] |
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Toolbar.js | 82 …elts[0].setAttribute('title', mxResources.get('zoomIn') + ' (' + this.editorUi.actions.get('zoomIn… 83 …elts[1].setAttribute('title', mxResources.get('zoomOut') + ' (' + this.editorUi.actions.get('zoomO… 103 …elts[1].setAttribute('title', mxResources.get('undo') + ' (' + this.editorUi.actions.get('undo').s… 104 …elts[2].setAttribute('title', mxResources.get('redo') + ' (' + this.editorUi.actions.get('redo').s… 109 …elts[1].setAttribute('title', mxResources.get('delete') + ' (' + this.editorUi.actions.get('delete… 360 …elts[1].setAttribute('title', mxResources.get('undo') + ' (' + ui.actions.get('undo').shortcut + '… 361 …elts[2].setAttribute('title', mxResources.get('redo') + ' (' + ui.actions.get('redo').shortcut + '… 362 …elts[4].setAttribute('title', mxResources.get('bold') + ' (' + ui.actions.get('bold').shortcut + '… 363 …elts[5].setAttribute('title', mxResources.get('italic') + ' (' + ui.actions.get('italic').shortcut… 364 …elts[6].setAttribute('title', mxResources.get('underline') + ' (' + ui.actions.get('underline').sh… [all …]
|
/plugin/authucenter/lib/api/ |
H A D | uc.php | 40 $get = $post = array(); variable 49 if(empty($get)) { 58 echo $uc_note->$get['action']($get, $post); 85 function test($get, $post) { argument 108 function gettag($get, $post) { argument 116 function synlogin($get, $post) { argument 126 $uid = intval($get['uid']); 127 $username = $get['username']; 129 $time = $get['time']; 149 function updatepw($get, $post) { argument [all …]
|
/plugin/log404/_test/ |
H A D | general.test.php | 80 $request1->get(array('id' => 'a')); 82 $request2->get(array('id' => 'a')); 84 $request3->get(array('id' => 'b')); 91 $request4->get(array('id' => 'b')); 93 $request5->get(array('id' => 'b')); 108 $request1->get(array('id' => 'a')); 110 $request2->get(array('id' => 'a')); 112 $request3->get(array('id' => 'b')); 130 $request1->get(array('id' => 'a')); 132 $request2->get(array('id' => 'a')); [all …]
|
/plugin/schulzevote/ |
H A D | helper.php | 113 function get() { function in helper_plugin_schulzevote 144 $get = $this->get(); 147 while (count($get) > 0) { 155 $winners = array_keys($get); 158 unset($get[$winner]); 166 $get = $this->get(); 171 if ($this->isWinner($test, $get)) { 180 function isWinnerCandidate($candy, $get) { argument 183 if ($get[$candy][$other] < $get[$other][$candy]) { 190 function isWinner($candy, $get) { argument [all …]
|