| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es7.observable.js | 21 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/ |
| D | es7.observable.js | 21 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/ |
| D | plugin.info.txt | 1 base cleanup 5 name cleanup plugin 6 desc Perform file cleanup in the wiki 7 url http://www.dokuwiki.org/plugin:cleanup
|
| D | README | 1 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/ |
| D | Cleanup.php | 31 parent::cleanup($config); 45 parent::cleanup($config); 59 parent::cleanup($config); 72 parent::cleanup($config);
|
| D | Template.php.in | 76 public function cleanup($config) function in HTMLPurifier_DefinitionCache_Decorator_Template 78 return parent::cleanup($config);
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/ |
| D | CompilerJarFilter.php | 45 $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/ |
| D | DartFilter.php | 50 $this->cleanup($output); 60 $this->cleanup($output); 67 private function cleanup($file) function in Assetic\\Filter\\DartFilter
|
| D | GssFilter.php | 85 $cleanup = array(); 125 $pb->add($cleanup[] = $input = FilesystemUtils::createTemporaryFile('gss')); 130 array_map('unlink', $cleanup);
|
| /plugin/upgrade/ |
| D | admin.php | 153 $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/ |
| D | Xdebug.php | 70 return $this->cleanup($data); 78 private function cleanup(array $data) function in SebastianBergmann\\CodeCoverage\\Driver\\Xdebug
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/ |
| D | Decorator.php | 106 public function cleanup($config) function in HTMLPurifier_DefinitionCache_Decorator 108 return $this->cache->cleanup($config);
|
| D | Null.php | 70 public function cleanup($config) function in HTMLPurifier_DefinitionCache_Null
|
| /plugin/quickstats/scripts/ |
| D | get_geocity2.php | 37 $this->cleanup(true); 144 function cleanup() { function in qs_geoliteCity 169 $geoLite->cleanup(true);
|
| /plugin/note/ |
| D | CHANGES.md | 3 * Code cleanup 6 * plugin cleanup
|
| /plugin/mdpage/vendor/cebe/markdown/ |
| D | Parser.php | 63 $this->cleanup(); 88 $this->cleanup(); 104 protected function cleanup() function in cebe\\markdown\\Parser
|
| /plugin/pdfjs/pdfjs/web/ |
| D | debugger.js | 77 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/ |
| D | Default.php | 186 $this->cleanup(); 202 protected function cleanup() function in PHPUnit_Util_PHP_Default
|
| /plugin/chessdiagram/toolbar/ |
| D | readme.txt | 7 - cleanup cache
|
| /plugin/botmon/ |
| H A D | helper.php | 23 public function cleanup() { function in helper_plugin_botmon
|
| /plugin/fedauth/Auth/OpenID/ |
| D | Interface.php | 90 function cleanup() function in Auth_OpenID_OpenIDStore
|
| /plugin/caption/ |
| D | CHANGELOG.md | 16 * Code cleanup to remove warnings from log, closing [#23](https://github.com/tillbiskup/dokuwiki-ca…
|
| /plugin/calendar/classes/ |
| D | RateLimiter.php | 142 self::cleanup(); 232 public static function cleanup($maxAge = 3600) { function in CalendarRateLimiter
|
| /plugin/openid/Auth/OpenID/ |
| D | Interface.php | 90 function cleanup() function in Auth_OpenID_OpenIDStore
|
| /plugin/clearhistory/ |
| D | action.php | 47 public function cleanup($event, $param) function in action_plugin_clearhistory
|