Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/
H A DApiCore.php71 'core.saveMedia' => new ApiCall($this->saveMedia(...), 'media'),
987 public function saveMedia($media, $base64, $overwrite = false) function in dokuwiki\\Remote\\ApiCore
H A DLegacyApiCore.php401 $ok = $this->saveMedia($id, base64_encode($file), $params['ow'] ?? false);