Home
last modified time | relevance | path

Searched full:closed (Results 1 – 25 of 840) sorted by relevance

12345678910>>...34

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DIndicesNamespace.asciidoc90 …(boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
92 …d wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hi…
123 …(boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
125 …d wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hi…
159 …(boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
161 …d wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hi…
220 …ldcard expressions should get expanded to open or closed indices (default: open) (Options = open,c…
250 …ldcard expressions should get expanded to open or closed indices (default: open) (Options = open,c…
297 …ldcard expressions should get expanded to open or closed indices (default: open) (Options = open,c…
314 …(boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTag.php178 $closed = false;
180 if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'LI' && $tag == 'LI') {
182 $closed = true;
185 …if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'DT' && ($tag == 'DT' || $tag == '…
187 $closed = true;
190 …if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'DD' && ($tag == 'DT' || $tag == '…
192 $closed = true;
196 if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'P'
203 $closed = true;
207 if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'OPTION' && $tag == 'OPTION') {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DIndicesNamespace.php37 …(boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
39 …d wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hi…
88 …(boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
90 …d wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hi…
143 …(boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
145 …d wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hi…
238 …ns should get expanded to open, closed, or hidden indices (Options = open,closed,hidden,none,all) …
284 …ldcard expressions should get expanded to open or closed indices (default: open) (Options = open,c…
351 …(boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
353 …d wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hi…
[all …]
/plugin/outliner/
Dstyle.css21 dl.outliner-js.outliner-closed > dt {
23 background: __background_alt__ url(closed.gif) 5px center no-repeat;
42 dl.outliner-closed > dd {
46 dl.outliner-closed:hover > dd {
54 dl.outliner-closed:hover > dd dd {
58 dl.outliner-closed.outliner-nopopup:hover > dd {
Dscript.js12 if (state != 'open' && state != 'closed') { return; }
21 var otherState = (state == 'open') ? 'closed' : 'open';
63 setState(this.parentNode, 'closed','None');
88 setState(this, "closed",'None');
92 .filter(':not(.outliner-open,.outliner-closed)').each(function() {
93 setState(this, 'closed','action');
/plugin/bez/mdl/
H A DThreadFactory.php115 COUNT(CASE WHEN state = 'closed' THEN 1 END) AS closed,
119 SUM(CASE WHEN state = 'closed' THEN task_sum_cost END) AS sum_closed,
120 (CASE WHEN state = 'closed' THEN
134 COUNT(CASE WHEN state = 'closed' THEN 1 END) AS closed,
138 SUM(CASE WHEN state = 'closed' THEN task_sum_cost END) AS sum_closed,
139 (CASE WHEN state = 'closed' THEN
161 COUNT(CASE WHEN state = 'closed' THEN 1 END) AS closed,
165 SUM(CASE WHEN state = 'closed' THEN task_sum_cost END) AS sum_closed,
166 (CASE WHEN state = 'closed' THEN
178 COUNT(CASE WHEN state = 'closed' THEN 1 END) AS closed,
[all …]
H A DTask_commentFactory.php20 …' && $task_comment->task->type != 'preventive' && $task_comment->task->thread->state == 'closed') {
21 throw new ConsistencyViolationException('cannot add comments to closed threads');
73 …' && $task_comment->task->type != 'preventive' && $task_comment->task->thread->state == 'closed') {
74 throw new ConsistencyViolationException('cannot add comments to closed threads');
91 …k->thread_id != '' && $obj->task->type != 'preventive' && $obj->task->thread->state == 'closed') {
92 throw new ConsistencyViolationException('delete comments of closed threads');
/plugin/fullindex/
Dscript.js57 a.parentNode.className = 'closed';
60 this.parentNode.className = "closed";
61 this.firstChild.src="lib/plugins/fullindex/images/closed.gif";
71 //walk through entire tree and change "open" to "closed" class
79 item.className = 'closed';
124 item.className = 'closed';
125 item.firstChild.firstChild.src="lib/plugins/fullindex/images/closed.gif";
137 //walk through entire tree and change "open" to "closed" class based on the level passed
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages/
Den.php35 …'Strategy_MakeWellFormed: Tag auto closed' => '$1.Compact started on line $1.Line auto-closed by $…
39 …'Strategy_MakeWellFormed: Tag closed by element end' => '$1.Compact tag started on line $1.Line cl…
40 …'Strategy_MakeWellFormed: Tag closed by document end' => '$1.Compact tag started on line $1.Line c…
/plugin/bez/lang/en/
H A Dlang.php113 $lang['vald_state_tasks_not_closed'] = 'You cannot change issue state unless all tasks are closed.';
148 $lang['state_closed'] = "closed";
173 $lang['issue_closed_com'] = "Problem was closed %d, futhure changes are disabled.";
182 $lang['closed'] = "Closed";
265 $lang['issue_closed'] = "Problem has been closed";
299 $lang['report_subhead'] = 'for closed issues and tasks';
358 $lang['show_tasks_hidden'] = 'Show closed and rejected tasks';
388 $lang['closed_tasks'] = 'Closed tasks';
396 …osed_tasks'] = 'You cannot close issues until some correction or corrective tasks are not closed.';
402 $lang['number_of_close'] = 'Number of closed';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
DSpecialHourPeriod.php27 public $closed; variable in Google\\Service\\MyBusinessBusinessInformation\\SpecialHourPeriod
52 public function setClosed($closed) argument
54 $this->closed = $closed;
61 return $this->closed;
/plugin/ghissues/lang/en/
Dlang.php12 $lang['issuesIn'] = " Issues in "; // Part of header, for 'Open/Closed/All Issues…
14 $lang['closed'] = "Closed"; // Part of header, for 'Closed Issues in...'
/plugin/explorertree/
Dstyle.css30 .explorertree_root .folder.closed> .li > a:before,
31 .explorertree_root.folder.closed> .li > a:before{
34 .explorertree_root .folder.closed> ul.explorertree,
35 .explorertree_root.folder.closed> ul.explorertree{
/plugin/sitemapnavi/
Dscript.js33 var liState = $li.hasClass('closed') ? 'closed' : 'open';
37 $li.toggleClass('closed open');
47 $li.toggleClass('closed open');
/plugin/simplewikipagetree/
Dscript.js3 jQuery(this).parent().addClass('closed');
7 jQuery(document).on('click','.simplewiki-pagetree .closed > div',function(e){
9 jQuery(this).parent().removeClass('closed');
Dstyle.css19 .simplewiki-pagetree .closed > .icon,
29 .simplewiki-pagetree .closed > .icon {
33 .simplewiki-pagetree .closed ul > * {
/plugin/redissue/redmine/
Dredmine.php56 $closed = $issue['issue']['closed_on'];
57 if($closed){
58 $closedTime = $this->getDateAndTime($closed);
60 $closedTime = $closed;
65 'closed' => $closedTime,
/plugin/acmenu/
Dstyle.css14 .acmenu ul.idx li.closed {
15 list-style-image: url(../../images/closed.png);
23 list-style-image: url(../../images/closed-rtl.png);
/plugin/elwikiupgrade/
DVerboseTarLib.class.php23 protected $closed = true; variable in VerboseTar
50 $this->closed = false;
71 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
75 …if($this->closed || !$this->file) throw new VerboseTarIOException('Can not read from a closed arch…
105 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
116 …if($this->closed || !$this->file) throw new VerboseTarIOException('Can not read from a closed arch…
234 $this->closed = false;
246 …if($this->closed) throw new VerboseTarIOException('Archive has been closed, files can no longer be…
288 …if($this->closed) throw new VerboseTarIOException('Archive has been closed, files can no longer be…
319 if($this->closed) return; // we did this already
[all …]
/plugin/new_page_dialog/
Dstyle.css54 div.npd li.closed a.idx_dir {
64 div.npd li.closed a.idx_dir {
68 div.npd li.closed,
79 div.npd li.closed {
/plugin/npd/
Dstyle.css54 div.npd li.closed a.idx_dir {
64 div.npd li.closed a.idx_dir {
68 div.npd li.closed,
79 div.npd li.closed {
/plugin/overlay/
Dstyle.css55 #overlay ul.idx li.closed {
56 list-style-image: url(../../images/closed.png);
58 #overlay ul.idx li.closed {
59 list-style-image: url(../../images/closed-rtl.png);
/plugin/fancysearch/
Dscript.js30 if ($picker.hasClass('closed')) {
31 $picker.removeClass('closed');
33 $picker.addClass('closed');
/plugin/gtime/gtlib/tsp/
DGTDataHash.php84 * When hashedMessage is specified the GTDataHash will be closed and it's
138 throw new GTException("hash calculator already closed");
162 throw new GTException("hash calculator already closed");
199 throw new GTException("hash calculator already closed");
221 * After the hash calculator is closed all calls to update methods will throw an exception.
238 * Checks if this hash calculator is closed.
240 * @return bool true if this hash calculator is closed.
/plugin/comments/
Dstyle.css21 .comment-highlight.comment-closed {
62 .comment-bubble.comment-closed {
119 .comment-item.comment-closed {
149 .comment-status-badge.comment-closed {

12345678910>>...34