/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Tag.php | 178 $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 == 'DD')) { 187 $closed = true; 190 if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'DD' && ($tag == 'DT' || $tag == 'DD')) { 192 $closed = true; 196 if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'P' 203 $closed = true; 207 if (!$closed [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
H A D | SpecialHourPeriod.php | 27 public $closed; variable in Google\\Service\\MyBusinessBusinessInformation\\SpecialHourPeriod 52 public function setClosed($closed) argument 54 $this->closed = $closed; 61 return $this->closed;
|
/plugin/outliner/ |
H A D | style.css | 21 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 {
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | IndicesNamespace.asciidoc | 90 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed) 92 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open) 123 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed) 125 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open) 159 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed) 161 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open) 220 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indice [all...] |
H A D | SearchableSnapshotsNamespace.asciidoc | 36 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed) 38 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = open)
|
/plugin/explorertree/ |
H A D | style.css | 30 .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/simplewikipagetree/ |
H A D | style.css | 19 .simplewiki-pagetree .closed > .icon, 29 .simplewiki-pagetree .closed > .icon { 33 .simplewiki-pagetree .closed ul > * {
|
/plugin/redissue/redmine/ |
H A D | redmine.php | 56 $closed = $issue['issue']['closed_on']; 57 if($closed){ 58 $closedTime = $this->getDateAndTime($closed); 60 $closedTime = $closed;
|
/plugin/numberedheadings/ |
H A D | syntax.php | 116 $closed = strpos($text, '"', 1); // search closing " 117 if ($closed !== false) { 118 $number = substr($text, 1, $closed -1); 119 $title = trim(substr($text, $closed + 1));
|
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/ |
H A D | LoggerInterfaceTest.php | 105 $closed = fopen('php://memory', 'r'); 106 fclose($closed); 117 'closed' => $closed,
|
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/ |
H A D | LoggerInterfaceTest.php | 105 $closed = fopen('php://memory', 'r'); 106 fclose($closed); 117 'closed' => $closed,
|
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/ |
H A D | LoggerInterfaceTest.php | 105 $closed = fopen('php://memory', 'r'); 106 fclose($closed); 117 'closed' => $closed,
|
/plugin/elwikiupgrade/ |
H A D | VerboseTarLib.class.php | 23 protected $closed = true; variable in VerboseTar 50 $this->closed = false; 75 …if($this->closed || !$this->file) throw new VerboseTarIOException('Can not read from a closed arch… 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 341 $this->closed = true;
|
/plugin/overlay/ |
H A D | style.css | 55 #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/new_page_dialog/ |
H A D | style.css | 54 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/ |
H A D | style.css | 54 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/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Tar.php | 24 protected $closed = true; variable in splitbrain\\PHPArchive\\Tar 74 $this->closed = false; 82 * The archive is closed afer reading the contents, because rewinding is not possible in bzip2 streams. 111 if ($this->closed || !$this->file) { 112 throw new ArchiveIOException('Can not read from a closed archive'); 144 * The archive is closed afer reading the contents, because rewinding is not possible in bzip2 streams. 157 if ($this->closed || !$this->file) { 158 throw new ArchiveIOException('Can not read from a closed archive'); 258 $this->closed = false; 276 if ($this->closed) { [all...] |
H A D | Zip.php | 23 protected $closed = true; variable in splitbrain\\PHPArchive\\Zip 61 $this->closed = false; 69 * The archive is closed afer reading the contents, for API compatibility with TAR files 96 if ($this->closed || !$this->file) { 97 throw new ArchiveIOException('Can not read from a closed archive'); 136 if ($this->closed || !$this->file) { 137 throw new ArchiveIOException('Can not read from a closed archive'); 285 $this->closed = false; 311 if ($this->closed) { 312 throw new ArchiveIOException('Archive has been closed, file [all...] |
/plugin/acmenu/ |
H A D | style.css | 14 .acmenu ul.idx li.closed { 15 list-style-image: url(../../images/closed.png); 23 list-style-image: url(../../images/closed-rtl.png);
|
/plugin/odt/ODT/ |
H A D | ODTSpan.php | 200 $closed = false; 209 $closed = true; 226 if (!$closed) {
|
/plugin/scrape/HTMLPurifier/Lexer/ |
H A D | PEARSax3.php |
|
/plugin/strata/helper/ |
H A D | triples.php | 871 $this->closed = false; 927 if(!$this->closed) { 929 $this->closed = true; 944 $this->closed = false; 1004 if(!$this->closed) { 1006 $this->closed = true; 1021 $this->closed = false; 1109 if(!$this->closed) { 1111 $this->closed = true;
|
/plugin/virtualkeyboard/vk/ |
H A D | vk_popup.js | 34 return null!=hWnd && !hWnd.closed; 51 if (!hWnd || hWnd.closed) {
|
/plugin/do/lang/en/ |
H A D | mail_close.txt | 3 @USER@ closed a task: "@MSG@"
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/ |
H A D | Coverage.php | 496 $closed = 0; 501 ++$closed; 504 if (0 < $closed) { 509 --$closed; 511 if (0 === $closed) {
|