Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css88 .dokuwiki ul.idx li.closed {
89 list-style-image: url(../../images/closed.png);
91 [dir=rtl] .dokuwiki ul.idx li.closed {
92 list-style-image: url(../../images/closed-rtl.png);
H A D_search.less46 // default closed toggle state
H A Dmobile.less45 &.closed {
H A Dcontent.less328 .dokuwiki .toggle.closed strong {
/dokuwiki/lib/tpl/dokuwiki/lang/en/
H A Dstyle.txt2 will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1 …atically used. You can also upload a ''favicon.ico'' there. If you use a closed wiki it is recomme…
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php23 protected $closed = true; variable in splitbrain\\PHPArchive\\Zip
61 $this->closed = false;
96 if ($this->closed || !$this->file) {
136 if ($this->closed || !$this->file) {
285 $this->closed = false;
311 if ($this->closed) {
412 if ($this->closed) {
470 if ($this->closed) {
503 $this->closed = true;
H A DTar.php25 protected $closed = true; variable in splitbrain\\PHPArchive\\Tar
78 $this->closed = false;
116 if ($this->closed || !$this->file) {
187 if ($this->closed || !$this->file) {
288 $this->closed = false;
306 if ($this->closed) {
371 if ($this->closed) {
405 if ($this->closed) {
430 $this->closed = true;
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql376 closed boolean NOT NULL, field
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php197 * @var resource|closed-resource|null
808 * @var resource|closed-resource
H A DSFTP.php210 * @var resource|closed-resource
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1148 .ui-icon-mail-closed { background-position: -80px -96px; }
/dokuwiki/data/
H A Ddeleted.files654 lib/tpl/default/images/closed.gif
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG627 - Implemented setting to force spans to be closed before newlines, see SF#1727398 (Milian Wolff)