Home
last modified time | relevance | path

Searched refs:close (Results 526 – 550 of 1082) sorted by relevance

1...<<21222324252627282930>>...44

/plugin/combo/ComboStrap/
H A DExecutionContext.php24 * When an execution context has finished, it should be {@link ExecutionContext::close() closed}
328 * @return void close the execution context
330 public function close()
1087 * and call the 'close' method if the method exists.
1106 * Call the close method
1109 if (method_exists($object, 'close')) {
1110 $object->close();
321 public function close() global() function in ComboStrap\\ExecutionContext
H A DFetcherPage.php209 throw new ExceptionRuntimeInternal("This fetcher page object has already been close and cannot be reused", self::NAME);
309 public function close(): FetcherPage function in ComboStrap\\FetcherPage
/plugin/diagramsnet/lib/shapes/
H A DmxGmdl.js130 c.close();
141 c.close();
720 c.close();
826 c.close();
H A DmxSysML.js281 c.close();
1218 c.close();
1282 c.close();
1340 c.close();
1487 c.close();
1803 c.close();
1949 c.close();
2122 c.close();
2363 c.close();
2375 c.close();
H A DmxFloorplan.js106 c.close();
165 c.close();
220 c.close();
225 c.close();
1542 c.close();
/plugin/ckgedit/action/
H A Dedit.php331 $close = " >";
335 $close = "&gt;";
338 … $matches[4] = preg_replace("/(?<!\s)>/ms", $close, $matches[4]);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D59.59.js.map1close: '\"', notIn: ['string', 'comment'] },\n { open: '{', close: '}', notIn: ['string', '…
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php33 $dir->close();
/plugin/widearea/widearea/
H A Dwidearea.css117 .widearea-icon.close {
/plugin/txt2tags/
H A Dtoolbar.php181 'close' => ']]',
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md25 - `HandlerInterface` now requires the `close` method to be implemented. This
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInlineTag.php178 public function close(&$ahtml, &$ihtml) function in Mpdf\\Tag\\InlineTag
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php278 function close() { function in OutputDriverPNG
293 $this->_path->close();
H A Dpipeline.class.php362 function close() { function in Pipeline
365 $this->output_driver->close();
1003 $this->close();
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php1221 $input->close();
1252 $input->close();
1264 $input->close();
1285 $input->close();
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js88 oDocument.close() ;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php105 public function close(): void function in Monolog\\Handler\\SocketHandler
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMarkup.js196 c.close();
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as195 _aNC[i].close();
248 _aNC[i].close();
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c383 PHP_METHOD(MaxMind_Db_Reader, close) { in PHP_METHOD() argument
646 PHP_ME(MaxMind_Db_Reader, close, arginfo_maxmindbreader_void, ZEND_ACC_PUBLIC)
/plugin/etherpadlite/scripts/
H A Detherpadlite.js488 props.close = fixtxt(props.close);
490 …ep.sendMessage('insertTagsLn', {'tagOpen': props.open, 'tagClose' : props.close, 'sampleText' : sa…
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js18 if (helpWin && !helpWin.closed) { helpWin.close(); }
722 if (debugWin && !debugWin.closed) { debugWin.close(); }
727 debugWin.document.close();
745 if (pgnWin && !pgnWin.closed) { pgnWin.close(); }
754 pgnWin.document.close();
819 if (fenWin && !fenWin.closed) { fenWin.close(); }
865 fenWin.document.close();
/plugin/authsqlite/
H A Dauth.php321 $this->dbcon->close();
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js94 eTargetDocument.close() ;
/plugin/supa/lib/
H A DSupa.jar ... () throws java.io.IOException public void close () throws java.io.IOException public void ...

1...<<21222324252627282930>>...44