Home
last modified time | relevance | path

Searched refs:closed (Results 151 – 175 of 181) sorted by path

12345678

/plugin/rater/
H A DREADME26 trace=user - for closed wikis better than ip to step over hurdle of dynamic ip
/plugin/redissue/redmine/
H A Dredmine.php56 $closed = $issue['issue']['closed_on'];
57 if($closed){
58 $closedTime = $this->getDateAndTime($closed);
60 $closedTime = $closed;
/plugin/redissue/
H A Dstyle.css20 a.redissue-status-closed {
83 span.closed {
/plugin/redproject/
H A DREADME.md6 * Versions available (with creation and update date, total issues, open and closed)
/plugin/revealjs/
H A DREADME.md268 …e with the default transition in the default speed (open previous slides will be closed implicitly)
H A Dchangelog.md20 …new slide with default transition in default speed (open previous slides will be closed implicitly)
/plugin/revealjs/plugin/notes/
H A Dnotes.js18 if (notesPopup && !notesPopup.closed) {
/plugin/s5reloaded/ui/thesis/
H A Dslides.js977 if (!s5NotesWindow || s5NotesWindow.closed) { // Create the window if it doesn't exist
1010 if (s5NotesWindow && !s5NotesWindow.closed && s5NotesWindow.document) {
1043 if (!s5NotesWindowLoaded || !s5NotesWindow || s5NotesWindow.closed) return;
1052 if (!s5NotesWindowLoaded || !s5NotesWindow || s5NotesWindow.closed) return;
1064 if (!s5NotesWindowLoaded || !s5NotesWindow || s5NotesWindow.closed) return;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2465 if (window.closed)
10541 if (isOpera && Firebug.chrome.type == "popup" && Firebug.chrome.node.closed)
16468 return (win && win.location && !win.closed) ? getFileName(win.location.href) : "";
16509 if (win && !win.closed)
/plugin/settingstree/
H A Dstyle.css31 .settingstree_explorer_root .folder.closed> .li > a:before,
32 .settingstree_explorer_root.folder.closed> .li > a:before{
35 .settingstree_explorer_root .folder.closed> ul.settingstree_explorer,
36 .settingstree_explorer_root.folder.closed> ul.settingstree_explorer{
/plugin/simplewikipagetree/
H A Dstyle.css19 .simplewiki-pagetree .closed > .icon,
29 .simplewiki-pagetree .closed > .icon {
33 .simplewiki-pagetree .closed ul > * {
/plugin/snippets/
H A Dstyle.css81 div.dokuwiki div#plugin_snippets__idx div.closed {
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2closed:a},n=n||64,r=r||1,i=i||8,a=a||!1;var s=e.computeFrenetFrames(n,a);o.tangents=s.tangents,o.n… property in o.parameters
/plugin/strata/helper/
H A Dtriples.php871 $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/struct/
H A Dstyle.less21 fieldset.closed {
30 background: transparent url(../../images/closed.png) 5px center no-repeat;
/plugin/subjectindex/plugins/
H A Dbible_verses.txt52 …pon the man and, while he was sleeping, he took one of his ribs and then closed up the flesh over …
1893 …s of Israel, 'They are wandering in confusion in the land. The wilderness has closed in upon them.'
6592 And E'hud proceeded to go out through the air hole, but he closed the doors of the roof chamber beh…
7218 … portion. Nonetheless it was Han'nah that he loved, and, as for Jehovah, he had closed up her womb.
7219 …xed her sorely for the sake of making her feel disconcerted because Jehovah had closed up her womb.
9625 Then she went up and laid him upon the couch of the man of the [true] God and closed the door upon …
9637 Then he came in and closed the door behind them both and began to pray to Jehovah.
13265 For their heart you have closed to discretion.That is why you do not exalt them.
13304 KNOW, then, that God himself has misled me,And his hunting net he has closed in upon me.
15326 They have surrounded me like waters all day long;They have closed in upon me all at one time.
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1closed|for document|exposed|(can )?hide|idle|keyboard (down|up)|event( (number|type))?|launch(ed)?…
/plugin/tuxquote/
H A Dquotes.txt239 A closed mouth gathers no foot. <BR> -- Bob Cooke
3819 Life is an open door. It can be closed at any time, so don't complain about the draught.
/plugin/upgrade/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...]
/plugin/virtualkeyboard/vk/
H A Dvk_popup.js34 return null!=hWnd && !hWnd.closed;
51 if (!hWnd || hWnd.closed) {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js921 this.safeGetWindowLocation=function(window){try{if(window){if(window.closed){return"(window.closed)"
2551 }else{if(isOpera&&Firebug.chrome.type=="popup"&&Firebug.chrome.node.closed){var frame=FirebugChrome…
4390 …Location")),getLocation:function(win){try{return(win&&win.location&&!win.closed)?getFileName(win.l…
4398 },getTooltip:function(win){if(win&&!win.closed){return win.location.href
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css250 .oi[data-glyph=envelope-closed]:before { content:'\e05c'; }

12345678