Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 3508) sorted by relevance

12345678910>>...141

/plugin/bez/tpl/
Dthread_box.php2 <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('thread')->private == '1'): ?>
[all …]
Dtask_box.php3 <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('task')->id) ?>">
33 #z<?php echo $tpl->get('task')->id ?>
[all …]
D8d.php3 <?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('thread')->id) . '?t=' . $_GET['t']) ?>">
27 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
28 #<?php echo $tpl->get('thread')->id ?>
[all …]
Dcommcause_box.php2 <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')…
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('thread')->can_add_comments() &&
32 count($tpl->get('thread_comment')->changable_fields()) > 0): ?>
[all …]
Dthread.php6 …<?php if ($tpl->param('action') == '' && $tpl->get('thread')->user_is_coordinator() && $tpl->get('…
8 …<a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'task_add') ?>#z_…
9 …&#xf0fe;</span>&nbsp;&nbsp;<?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('thread')->state == 'rejected'): ?>
54 … '<strong>' . $tpl->user_name($tpl->get('thread')->closed_by) . '</strong>',
[all …]
Dtask.php2 <?php if ($tpl->get('task')->thread_id != '' && $tpl->get('task')->thread->acl_of('id') >= BEZ_PERM…
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('task')->thread->state) ?>):
25 <?php echo $tpl->get('task')->thread->title ?>
[all …]
Dtask_comment_box.php2 <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')->…
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_comment')->acl_of('id') >= BEZ_PERMISSION_CHANGE): ?>
37 …ef="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id, 'action', 'comment_edit', 'zkid', $…
[all …]
Dtask_form.php4 …$url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', $tpl->param('action', 'add'), …
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('task')->acl_of('content') >= BEZ_PERMISSION_CHANGE): ?>
[all …]
Dkp.php6 … $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('tasks')) > 0): ?>
51 <?php if ($tpl->get('thread')->state == 'closed'): ?>
[all …]
Dreport.php26 <?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('issues'), 'sum_closed')) ?></td>
[all …]
Dcommcause_form.php2 <?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('ki…
62 <?php if ($tpl->get('thread')->can_add_comments()): ?>
67 …<?php if ($tpl->param('kid') == '' && $tpl->get('thread')->acl_of('state') >= BEZ_PERMISSION_CHANG…
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('thread')->can_be_rejected()): ?>
[all …]
Dstart.php30 (<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_tasks')) ?>
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorMenuBar.java73 menu = add(new JMenu(mxResources.get("file"))); in EditorMenuBar()
75 menu.add(editor.bind(mxResources.get("clear"), new NewAction(), in EditorMenuBar()
77 menu.add(editor.bind(mxResources.get("reload"), new OpenAction(), in EditorMenuBar()
82 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), in EditorMenuBar()
100 menu = add(new JMenu(mxResources.get("edit"))); in EditorMenuBar()
102 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in EditorMenuBar()
104 menu.add(editor.bind(mxResources.get("redo"), new HistoryAction(false), in EditorMenuBar()
109 menu.add(editor.bind(mxResources.get("cut"), TransferHandler in EditorMenuBar()
112 .bind(mxResources.get("copy"), TransferHandler.getCopyAction(), in EditorMenuBar()
114 menu.add(editor.bind(mxResources.get("paste"), TransferHandler in EditorMenuBar()
[all …]
DSchemaEditorMenuBar.java61 menu = add(new JMenu(mxResources.get("file"))); in SchemaEditorMenuBar()
63 menu.add(editor.bind(mxResources.get("new"), new NewAction(), in SchemaEditorMenuBar()
65 menu.add(editor.bind(mxResources.get("openFile"), new OpenAction(), in SchemaEditorMenuBar()
70 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), in SchemaEditorMenuBar()
72 menu.add(editor.bind(mxResources.get("saveAs"), new SaveAction(true), in SchemaEditorMenuBar()
77 menu.add(editor.bind(mxResources.get("pageSetup"), in SchemaEditorMenuBar()
80 menu.add(editor.bind(mxResources.get("print"), new PrintAction(), in SchemaEditorMenuBar()
85 menu.add(editor.bind(mxResources.get("exit"), new ExitAction())); in SchemaEditorMenuBar()
88 menu = add(new JMenu(mxResources.get("edit"))); in SchemaEditorMenuBar()
90 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in SchemaEditorMenuBar()
[all …]
DEditorMenuBar.java.bak73 menu = add(new JMenu(mxResources.get("file")));
75 menu.add(editor.bind(mxResources.get("clear"), new NewAction(),
77 menu.add(editor.bind(mxResources.get("reload"), new OpenAction(),
82 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false),
84 // menu.add(editor.bind(mxResources.get("saveAs"), new SaveAction(true),
89 // menu.add(editor.bind(mxResources.get("pageSetup"),
92 // menu.add(editor.bind(mxResources.get("print"), new PrintAction(),
97 // menu.add(editor.bind(mxResources.get("exit"), new ExitAction()));
100 menu = add(new JMenu(mxResources.get("edit")));
102 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true),
[all …]
/plugin/bez/tpl/mail/
Dtask_comment.php4 <title><?php echo $tpl->get('wiki_title') ?></title>
11 <?php echo $tpl->get('style') ?>
16 <?php echo $tpl->get('wiki_title') ?>
20 …Użytkownik <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('act…
21 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?>">
22 #z<?php echo $tpl->get('task')->id ?>
26 …"border: 1px solid <?php echo $tpl->get('action_border_color', '#E5E5E5') ?>; background-color: <?…
29 <strong><?php echo $tpl->user_name($tpl->get('who')) ?></strong> <br>
30 <span style="color: #888"><?php echo $tpl->date($tpl->get('when')) ?></span>
32 <?php echo $tpl->get('content') ?>
[all …]
Dthread_comment.php4 <title><?php echo $tpl->get('wiki_title') ?></title>
11 <?php echo $tpl->get('style') ?>
16 <?php echo $tpl->get('wiki_title') ?>
20 …Użytkownik <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('act…
22 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
23 #<?php echo $tpl->get('thread')->id ?>
27 …"border: 1px solid <?php echo $tpl->get('action_border_color', '#E5E5E5') ?>; background-color: <?…
30 <strong><?php echo $tpl->user_name($tpl->get('who')) ?></strong> <br>
31 <span style="color: #888"><?php echo $tpl->date($tpl->get('when')) ?></span>
33 <?php echo $tpl->get('content') ?>
[all …]
Dtask.php4 <title><?php echo $tpl->get('wiki_title') ?></title>
11 <?php echo $tpl->get('style') ?>
16 <?php echo $tpl->get('wiki_title') ?>
20 …ownik <?php echo $tpl->user_name($tpl->get('who')) ?> <?php vprintf($tpl->getLang($tpl->get('actio…
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('task')->id) ?>#k_" style="text-decoration:…
34 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id) ?>">Przejdź do zadania</a>,
35 …albo <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id, 'action', 'unsubscribe') …
Dthread.php4 <title><?php echo $tpl->get('wiki_title') ?></title>
11 <?php echo $tpl->get('style') ?>
16 <?php echo $tpl->get('wiki_title') ?>
20 …Użytkownik <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('act…
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-decorati…
34 …<a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">Przejdź do problemu</a>,
35 …albo <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'unsubscribe…
/plugin/asciidocjs/node_modules/get-intrinsic/
DCHANGELOG.md8 ## [v1.2.1](https://github.com/ljharb/get-intrinsic/compare/v1.2.0...v1.2.1) - 2023-05-13
12 - [Fix] avoid a crash in envs without `__proto__` [`7bad8d0`](https://github.com/ljharb/get-intrins…
13 - [Dev Deps] update `es-abstract` [`c60e6b7`](https://github.com/ljharb/get-intrinsic/commit/c60e6b…
15 ## [v1.2.0](https://github.com/ljharb/get-intrinsic/compare/v1.1.3...v1.2.0) - 2023-01-19
19 - [actions] update checkout action [`ca6b12f`](https://github.com/ljharb/get-intrinsic/commit/ca6b1…
20 …-abstract`, `object-inspect`, `tape` [`41a3727`](https://github.com/ljharb/get-intrinsic/commit/41…
21 - [Fix] ensure `Error.prototype` is undeniable [`c511e97`](https://github.com/ljharb/get-intrinsic/…
22 - [Dev Deps] update `aud`, `es-abstract`, `tape` [`1bef8a8`](https://github.com/ljharb/get-intrinsi…
23 - [Dev Deps] update `aud`, `es-abstract` [`0d41f16`](https://github.com/ljharb/get-intrinsic/commit…
24 - [New] add `BigInt64Array` and `BigUint64Array` [`a6cca25`](https://github.com/ljharb/get-intrinsi…
[all …]
/plugin/asciidocjs/node_modules/babel-types/lib/
Dindex.js26 get: function get() {
32 get: function get() {
38 get: function get() {
44 get: function get() {
50 get: function get() {
56 get: function get() {
62 get: function get() {
68 get: function get() {
74 get: function get() {
80 get: function get() {
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DToolbar.js58 …var formatMenu = this.addMenu('', mxResources.get('view') + ' (' + mxResources.get('panTooltip') +…
63 …var viewMenu = this.addMenu('', mxResources.get('zoom') + ' (Alt+Mousewheel)', true, 'viewZoom', n…
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…
138 …this.edgeShapeMenu = this.addMenuFunction('', mxResources.get('connection'), false, mxUtils.bind(t…
140 … 'geIcon geSprite geSprite-connection', null, true).setAttribute('title', mxResources.get('line'));
141 …], 'geIcon geSprite geSprite-linkedge', null, true).setAttribute('title', mxResources.get('link'));
[all …]
/plugin/bez/action/
Dbase.php130 $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";
140 return DOKU_URL . 'doku.php/' . $id . $get;
142 if ($get) $get = "&$get";
143 return DOKU_URL . 'doku.php?id=' . $id . $get;
/plugin/authucenter/lib/api/
Duc.php40 $get = $post = array(); variable
43 parse_str(authcode($code, 'DECODE', UC_KEY), $get);
46 if($timestamp - $get['time'] > 3600) {
49 if(empty($get)) {
56 …if(in_array($get['action'], array('test', 'deleteuser', 'renameuser', 'gettag', 'synlogin', 'synlo…
58 echo $uc_note->$get['action']($get, $post);
85 function test($get, $post) { argument
89 function deleteuser($get, $post) { argument
98 function renameuser($get, $post) { argument
108 function gettag($get, $post) { argument
[all …]
/plugin/log404/_test/
Dgeneral.test.php49 $request1->get(array('id' => 'page-that-does-not-exist'));
64 $request2->get(array('id' => 'page-that-does-not-exist'));
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'));
[all …]

12345678910>>...141