Home
last modified time | relevance | path

Searched refs:close (Results 101 – 125 of 1082) sorted by relevance

12345678910>>...44

/plugin/virtualkeyboard/vk/
H A Dvk_popup.js63 this.close = function (target) { method
66 hWnd.close();
77 hWnd.onunload = self.close;
79 if (window.attachEvent) window.attachEvent('onunload', self.close);
80 else if (window.addEventListener) window.addEventListener('unload', self.close, false);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DSplFileInfo.php84 public function close() function in Hoa\\File\\SplFileInfo
90 return $this->_stream->close();
100 $this->close();
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DUnixPipes.php40 $this->close();
92 public function readAndWrite($blocking, $close = false) argument
123 } while (isset($data[0]) && ($close || isset($data[self::CHUNK_SIZE - 1])));
129 if ($close && feof($pipe)) {
H A DWindowsPipes.php93 $this->close();
132 public function readAndWrite($blocking, $close = false) argument
152 if ($close) {
183 public function close() function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
185 parent::close();
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D17.17.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D54.54.js.map1close: '\"', notIn: ['string', 'comment'] },\n { open: '(', close: ')', notIn: ['string', '…
H A D21.21.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D41.41.js1close:"}",notIn:["string"]},{open:"[",close:"]",notIn:["string"]},{open:"(",close:")",notIn:["stri…
H A D20.20.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D16.16.js.map1close: '}', notIn: ['string', 'comment'] },\n { open: '[', close: ']', notIn: ['string', 'c…
H A D36.36.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D44.44.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D46.46.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D13.13.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D69.69.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
/plugin/zip/pear/File/Archive/Reader/
H A DMulti.php73 $error = $this->source->close();
87 function close() function in File_Archive_Reader_Multi
89 $error = parent::close();
H A DFilter.php71 function select($filename, $close = true) argument
73 if ($close) {
74 $error = $this->close();
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php50 $this->close();
102 public function readAndWrite(bool $blocking, bool $close = false): array argument
133 } while (isset($data[0]) && ($close || isset($data[self::CHUNK_SIZE - 1])));
139 if ($close && feof($pipe)) {
H A DWindowsPipes.php103 $this->close();
142 public function readAndWrite(bool $blocking, bool $close = false): array argument
162 if ($close) {
193 public function close() function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
195 parent::close();
/plugin/diagrams/script/
H A Dembed-toolbar.js16 const close = '</diagram>';
25 const end = area.value.indexOf(close, selection.end);
28 const prev = area.value.lastIndexOf(close, selection.start - close.length);
/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19close){a=this.search}}if(c){do{d=c;c=c.nextSibling}while(c&&this.ignoreTags[c.nodeName.toLowerCase…
/plugin/codemirror/dist/modes/
H A Dhtmlembedded.min.js1 …,close:d,delimStyle:"comment",mode:{token:function(a){a.skipTo(d)||a.skipToEnd();return"comment"}}…
/plugin/combo/ComboStrap/
H A DEvent.php95 $request->close();
126 $request->close();
145 $request->close();
221 $request->close();
274 $request->close();
302 $request->close();
/plugin/columns/
H A Daction.php131 $this->currentBlock->close($callIndex);
199 public function close($callIndex) { function in columns_root_block
252 $this->currentColumn->close($callIndex);
289 public function close($callIndex) { function in columns_block
290 $this->currentColumn->close($callIndex);
537 private $close; variable in columns_column
551 $this->close = -1;
599 public function close($callIndex) { function in columns_column
600 $this->close = $callIndex;
661 $result[0] = new instruction_rewriter_insert($this->close);
/plugin/drawio/
H A Dscript.js51 var close = function() function
188 close();
277 close();
303 close : "" property in generateToolBar.listExt
321 close: ""
333 close: "" property in toolbar
343 close: "" property in toolbar

12345678910>>...44