Home
last modified time | relevance | path

Searched refs:temporary (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php33 /** @var array list of temporary directories */
34 private $temporary = [];
50 * deletes any dangling temporary directories
54 foreach ($this->temporary as $dir) {
890 * Returns a temporary directory
900 $this->temporary[] = $dir;
27 private $temporary = array(); global() variable in helper_plugin_extension_extension