Home
last modified time | relevance | path

Searched refs:cleanup (Results 76 – 90 of 90) sorted by path

1234

/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js77 cleanup: function cleanup() {
193 cleanup: function cleanup() {
492 cleanup() {
586 cleanup() {
589 this.tools[i].cleanup();
H A Dviewer.js671 pdfRenderingQueue.onIdle = this.cleanup.bind(this);
938 PDFBug.cleanup();
1538 cleanup: function cleanup() {
1543 this.pdfViewer.cleanup();
1544 this.pdfThumbnailViewer.cleanup();
1547 this.pdfDocument.cleanup();
9583 value: function cleanup() {
9584 _pdf_thumbnail_view.PDFThumbnailView.cleanup();
10167 value: function cleanup() {
11053 value: function cleanup() {
[all …]
H A Dviewer.js.map1cleanup","RendererType","forceRendering","beforePrint","printMessage","notReadyMessage","pagesOver…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md129 cleanup.
/plugin/quickstats/scripts/
H A Dget_geocity2.php37 $this->cleanup(true);
144 function cleanup() { function in qs_geoliteCity
169 $geoLite->cleanup(true);
/plugin/referrers/
H A DCHANGELOG.md18 - [RE-1] - Added LICENSE, README.md, CHANGELOG.md, admin page, admin svg icon, and some code cleanup
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/subjectindex/action/
H A Dindexer.php41 $indexer->cleanup($all_pages);
/plugin/subjectindex/inc/
H A Dcommon.php159 function cleanup(Array $all_pages) { function in SI_Indexer
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md7 * Code cleanup
/plugin/twcheckliste/
H A Drenderer.php.old86 // but cleanup is nice
/plugin/upgrade/
H A Dadmin.php153 $ok = $this->helper->cleanup();
176 $this->helper->cleanup();
186 $this->helper->cleanup(); // make sure we start clean
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp182 ' Do a cleanup of the folder name to avoid possible problems
195 ' Do a cleanup of the file name to avoid possible problems
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm206 <!--- Do a cleanup of the folder name to avoid possible problems --->
283 <!--- Do a cleanup of the file name to avoid possible problems --->
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js72261 cleanup();
72279 function cleanup() {
78959 cleanup();
78969 function cleanup() {
78976 source.removeListener('end', cleanup);
78978 dest.removeListener('close', cleanup);
78981 source.on('end', cleanup);
78982 source.on('close', cleanup);
78983 dest.on('close', cleanup);
79748 cleanup();
[all …]

1234