Home
last modified time | relevance | path

Searched refs:_recurse_copy (Results 1 – 1 of 1) sorted by relevance

/plugin/authucenter/
H A Dauth.php23 $this->_recurse_copy(DOKU_PLUGIN_AUTHUCENTER_INC . 'lib/uc_client', DOKU_INC);
27 $this->_recurse_copy(DOKU_PLUGIN_AUTHUCENTER_INC . 'lib/api', DOKU_INC);
523 private function _recurse_copy($src,$dst) { function in auth_plugin_authucenter
529 $this->_recurse_copy($src . '/' . $file,$dst . '/' . $file);