Home
last modified time | relevance | path

Searched refs:state (Results 501 – 525 of 2205) sorted by path

1...<<21222324252627282930>>...89

/plugin/bez/tpl/
H A Dtask_form.php168 <strong><?php echo $tpl->getLang('task_' . $tpl->get('task')->state) ?></strong>
H A Dtasks.php48 <label><?php echo $tpl->getLang('state') ?>:
49 <select name="state">
50 <option <?php if ($tpl->value('state') == '-all') echo 'selected' ?>
52 <?php foreach (\dokuwiki\plugin\bez\mdl\Task::get_states() as $state): ?>
53 <option <?php if ($tpl->value('state') == $state) echo 'selected' ?>
54 value="<?php echo $state ?>"><?php echo lcfirst($tpl->getLang('task_' . $state)) ?></option>
155 <th><?php echo $tpl->getLang('state') ?></th>
176 <tr class="<?php if ($task->state
[all...]
H A Dthread.php39 <?php elseif ($tpl->get('thread')->state == 'closed'): ?>
48 <?php elseif ($tpl->get('thread')->state == 'rejected'): ?>
62 !(in_array($tpl->get('thread')->state, array('closed', 'rejected')) &&
63 $tpl->get('thread')->acl_of('state') < BEZ_PERMISSION_CHANGE)): ?>
71 <?php if ($tpl->get('thread')->state == 'proposal'): ?>
77 <?php if ($tpl->get('thread')->state == 'opened' && $tpl->get('thread')->task_count == 0): ?>
H A Dthread_box.php5 if ($tpl->get('thread')->state == 'opened') {
24 (<?php echo $tpl->getLang('state_' . $tpl->get('thread')->state) ?>)
40 <?php if ($tpl->get('thread')->state == 'closed' || $tpl->get('thread')->state == 'rejected'): ?>
76 $tpl->get('thread')->acl_of('state') >= BEZ_PERMISSION_CHANGE &&
H A Dthreads.php36 <label><?php echo $tpl->getLang('state') ?>:
37 <select name="state">
38 <option <?php if ($tpl->value('state') === '-all') echo 'selected' ?>
40 <?php foreach (\dokuwiki\plugin\bez\mdl\Thread::get_states() as $state): ?>
41 <option <?php if ($tpl->value('state') === $state) echo 'selected' ?>
42 value="<?php echo $state ?>"><?php echo $tpl->getLang('state_' . $state) ?></option>
126 <th><?php echo $tpl->getLang('state') ?></th>
158 if ($thread->state
[all...]
/plugin/bible/bible_douayRheims/
H A D1_Corinthians.txt126 … who must not depart from one another, but live together as they ought to do in the marriage state.
H A D2_Machabees.txt475 14:10. For as long as Judas liveth it is not possible that the state should be quiet.
H A D2_Paralipomenon.txt496 …ed up by their hands, and they set up the house of the Lord in its former state, and made it stand…
H A D2_Peter.txt41 … Jesus Christ, they be again entangled in them and overcome: their latter state is become unto the…
H A DAmos.txt87 …e mountain of Samaria: ye great men, heads of the people, that go in with state into the house of …
H A DEcclesiasticus.txt1199 …38:39. But they shall strengthen the state of the world, and their prayer shall be in the work of …
H A DEzechiel.txt352 … ancient state: and Samaria and her daughters shall return to their ancient state: and thou and th…
H A DJob.txt314 …th like a flower, and is destroyed, and fleeth as a shadow, and never continueth in the same state.
H A DJudges.txt572 …20:27. And inquired of him concerning their state. At that time the ark of the covenant of the Lor…
H A DLuke.txt538 … more wicked than himself: and entering in they dwell there. And the last state of that man become…
H A DMatthew.txt390 …more wicked than himself, and they enter in and dwell there: and the last state of that man is mad…
H A DPhilippians.txt92 …4:11. I speak not as it were for want. For I have learned, in whatsoever state I am, to be content…
/plugin/bible/
H A Dsyntax.php59 public function handle($match, $state, $pos, &$handler){ argument
62 switch ($state){
67 return array($bibleLink, $state, $pos);
/plugin/bibtex4dw/syntax/
H A Dbibtex.php51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
52 if ($state == DOKU_LEXER_UNMATCHED) {
60 return array($state, $matches[0], $matches[1], $pos);
62 return array($state, '', $match, $pos);
69 list($state, $substate, $match, $pos) = $data;
71 switch ($state) {
139 list($state, $substate, $match, $pos) = $data;
141 switch ($state) {
H A Dcite.php47 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
50 return array($matches[1], $state, $pos);
54 @list($match, $state, $pos) = $data;
/plugin/block/
H A Dsyntax.php57 function handle($match, $state, $pos, Doku_Handler $handler){ argument
73 switch ($state) {
78 if(!isset($type)) return array($state, '');
81 return array($state, '<div>');
124 return array($state,
129 return array($state,
134 return array($state, $match);
136 case DOKU_LEXER_UNMATCHED : return array($state, $match);
137 case DOKU_LEXER_EXIT : return array($state,$match);
147 list($state, $match) = $data;
[all …]
/plugin/blockquote/syntax/
H A Dblockquote.php53 function handle($match, $state, $pos, Doku_Handler $handler) { argument
55 switch ($state) {
60 $state,
66 $state,
72 $state,
81 list ($state, $data) = $indata;
83 switch ($state) {
H A Dcite.php48 function handle($match, $state, $pos, Doku_Handler $handler) { argument
50 switch ($state) {
55 $state,
61 $state,
67 $state,
76 list ($state, $data) = $indata;
78 switch ($state) {
H A Dq.php50 function handle($match, $state, $pos, Doku_Handler $handler) { argument
52 switch ($state) {
57 $state,
63 $state,
69 $state,
78 list ($state, $data) = $indata;
80 switch ($state) {
/plugin/blog/syntax/
H A Darchive.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument

1...<<21222324252627282930>>...89