Home
last modified time | relevance | path

Searched refs:close (Results 226 – 250 of 1082) sorted by relevance

12345678910>>...44

/plugin/zip/pear/File/Archive/Reader/
H A DZip.php53 function close() function in File_Archive_Reader_Zip
63 return parent::close();
345 $this->close();
398 $this->close();
410 $this->close();
/plugin/refnotes/
H A Dscope.php159 $close = '</div>' . DOKU_LF;
160 $doc = $open . $doc . $close;
H A Dbibtex.php219 list($open, $close) = ($type == 'parented') ? array('\(', '\)') : array('{', '}');
221 $this->entryPattern[] = '^@\w+\s*' . $open . '(?=.*' . $close . ')';
222 $this->exitPattern[] = '\s*(?:' . $close . '|(?=@))';
269 list($open, $close, $exit) = ($type == 'quoted') ? array('"', '"', '"') : array('{', '}', '(?:}|(?=@))');
271 $this->entryPattern[] = '^' . $open . '(?=.*' . $close . ')';
/plugin/diagramsnet/lib/shapes/
H A DmxDFD.js44 c.close();
110 c.close();
183 c.close();
322 c.close();
338 c.close();
352 c.close();
427 c.close();
H A DmxBootstrap.js98 c.close();
151 c.close();
204 c.close();
257 c.close();
306 c.close();
320 c.close();
361 c.close();
419 c.close();
533 c.close();
599 c.close();
[all …]
H A DmxUML25.js30 c.close();
111 c.close();
184 c.close();
246 c.close();
/plugin/swiftmail/Swift/
H A DFile.php193 public function close() function in Swift_File
213 if ($this->handle !== null) $this->close();
/plugin/zip/pear/File/Archive/Writer/
H A DMemoryArchive.php106 function close() function in File_Archive_Writer_MemoryArchive
117 return parent::close();
H A DMail.php176 function close() function in File_Archive_Writer_Mail
178 $error = parent::close();
H A DAr.php175 function close() function in File_Archive_Writer_Ar
178 parent::close();
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php279 public function close() function in GeoIp2\\Database\\Reader
281 $this->dbReader->close();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBufferHandler.php113 public function close(): void function in Monolog\\Handler\\BufferHandler
117 $this->handler->close();
H A DSyslogUdpHandler.php81 public function close(): void function in Monolog\\Handler\\SyslogUdpHandler
83 $this->socket->close();
/plugin/overlay/
H A Daction.php130 $close = trim($this->getLang('close'));
145 …<a href="javascript:jQuery('#overlay').toggle();void(0);" rel="nofollow" title="$close">$close</a>
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D42.42.js.map1close: '\"', notIn: ['string', 'comment'] },\n { open: '{', close: '}', notIn: ['string', '…
H A D66.66.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D65.65.js.map1close: ' #}' },\n { open: '{% ', close: ' %}' },\n { open: '{{ ', close: ' }}' },\n …
H A D32.32.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
/plugin/combo/ComboStrap/
H A DCacheLog.php101 $request->close();
132 $request->close();
/plugin/googlemap3/
H A Dgooglemap3.js34 map.markerArray[m].infoWindow.close();
45 map.markerArray[m].infoWindow.close();
52 map.markerHelper.infoWindow.close();
91 map.markerHelper.infoWindow.close();
/plugin/authsmf20/
H A Dauth.php258 $this->_smf_db_link->close();
300 $result->close();
394 $result->close();
433 $result->close();
/plugin/mtg/
H A Dscript.js10 close: "}}" property in toolbar
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupForms.js311 c.close();
319 c.close();
393 c.close();
571 c.close();
589 c.close();
603 c.close();
621 c.close();
635 c.close();
1259 c.close();
1270 c.close();
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DToc.php14 public function close(&$ahtml, &$ihtml) function in Mpdf\\Tag\\Toc
/plugin/combo/resources/theme/default/components/css/
H A Dprism.css1 /* no margin at the bottom / to close to the next paragraph */

12345678910>>...44