Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 11 of 11) sorted by path

/dokuwiki/data/
H A Ddeleted.files638 lib/tpl/default/images/closed.gif
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1176 .ui-icon-mail-closed { background-position: -80px -96px; }
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less46 // default closed toggle state
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 Dcontent.less328 .dokuwiki .toggle.closed strong {
H A Dmobile.less45 &.closed {
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings (…)
/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/vendor/geshi/geshi/
H A DCHANGELOG625 - Implemented setting to force spans to be closed before newlines, see SF#1727398 (Milian Wolff)
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php24 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 DZip.php23 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...]