Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 116) sorted by relevance

12345

/plugin/asciidocjs/node_modules/core-js/modules/
Des7.observable.js21 var cleanup = subscription._c;
22 if (cleanup) {
24 cleanup();
45 var cleanup = subscriber(observer);
46 var subscription = cleanup;
47 if (cleanup != null) {
48 …if (typeof cleanup.unsubscribe === 'function') cleanup = function () { subscription.unsubscribe();…
49 else aFunction(cleanup);
50 this._c = cleanup;
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des7.observable.js21 var cleanup = subscription._c;
22 if (cleanup) {
24 cleanup();
45 var cleanup = subscriber(observer);
46 var subscription = cleanup;
47 if (cleanup != null) {
48 …if (typeof cleanup.unsubscribe === 'function') cleanup = function () { subscription.unsubscribe();…
49 else aFunction(cleanup);
50 this._c = cleanup;
/plugin/cleanup/
Dplugin.info.txt1 base cleanup
5 name cleanup plugin
6 desc Perform file cleanup in the wiki
7 url http://www.dokuwiki.org/plugin:cleanup
DREADME1 cleanup Plugin for DokuWiki
3 Perform file cleanup in the wiki
6 http://www.dokuwiki.org/plugin:cleanup
9 lib/plugins/cleanup/ - if the folder is called different it
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/
DCleanup.php31 parent::cleanup($config);
45 parent::cleanup($config);
59 parent::cleanup($config);
72 parent::cleanup($config);
DTemplate.php.in76 public function cleanup($config) function in HTMLPurifier_DefinitionCache_Decorator_Template
78 return parent::cleanup($config);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
DCompilerJarFilter.php45 $cleanup = array();
64 $cleanup[] = $externs = FilesystemUtils::createTemporaryFile('google_closure');
70 $cleanup[] = $externs = FilesystemUtils::createTemporaryFile('google_closure');
99 …$pb->add('--js')->add($cleanup[] = $input = FilesystemUtils::createTemporaryFile('google_closure')…
104 array_map('unlink', $cleanup);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DDartFilter.php50 $this->cleanup($output);
60 $this->cleanup($output);
67 private function cleanup($file) function in Assetic\\Filter\\DartFilter
DGssFilter.php85 $cleanup = array();
125 $pb->add($cleanup[] = $input = FilesystemUtils::createTemporaryFile('gss'));
130 array_map('unlink', $cleanup);
/plugin/upgrade/
Dadmin.php153 $ok = $this->helper->cleanup();
176 $this->helper->cleanup();
186 $this->helper->cleanup(); // make sure we start clean
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
DXdebug.php70 return $this->cleanup($data);
78 private function cleanup(array $data) function in SebastianBergmann\\CodeCoverage\\Driver\\Xdebug
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/
DDecorator.php106 public function cleanup($config) function in HTMLPurifier_DefinitionCache_Decorator
108 return $this->cache->cleanup($config);
DNull.php70 public function cleanup($config) function in HTMLPurifier_DefinitionCache_Null
/plugin/quickstats/scripts/
Dget_geocity2.php37 $this->cleanup(true);
144 function cleanup() { function in qs_geoliteCity
169 $geoLite->cleanup(true);
/plugin/note/
DCHANGES.md3 * Code cleanup
6 * plugin cleanup
/plugin/mdpage/vendor/cebe/markdown/
DParser.php63 $this->cleanup();
88 $this->cleanup();
104 protected function cleanup() function in cebe\\markdown\\Parser
/plugin/pdfjs/pdfjs/web/
Ddebugger.js77 cleanup: function cleanup() { function in FontInspector
193 cleanup: function cleanup() { function in StepperManager
492 cleanup() {
586 cleanup() {
589 this.tools[i].cleanup();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
DDefault.php186 $this->cleanup();
202 protected function cleanup() function in PHPUnit_Util_PHP_Default
/plugin/chessdiagram/toolbar/
Dreadme.txt7 - cleanup cache
/plugin/botmon/
H A Dhelper.php23 public function cleanup() { function in helper_plugin_botmon
/plugin/fedauth/Auth/OpenID/
DInterface.php90 function cleanup() function in Auth_OpenID_OpenIDStore
/plugin/caption/
DCHANGELOG.md16 * Code cleanup to remove warnings from log, closing [#23](https://github.com/tillbiskup/dokuwiki-ca…
/plugin/calendar/classes/
DRateLimiter.php142 self::cleanup();
232 public static function cleanup($maxAge = 3600) { function in CalendarRateLimiter
/plugin/openid/Auth/OpenID/
DInterface.php90 function cleanup() function in Auth_OpenID_OpenIDStore
/plugin/clearhistory/
Daction.php47 public function cleanup($event, $param) function in action_plugin_clearhistory

12345