Home
last modified time | relevance | path

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

/plugin/labeled/
Dadmin.php53 foreach ($_POST['labels'] as $oldName => $newValues) {
56 if ($labels[$oldName]['color'] != $newValues['color']) {
58 $this->hlp->changeColor($oldName, $newValues['color']);
65 if ($labels[$oldName]['ordernr'] != $newValues['order']) {
66 $this->hlp->changeOrder($oldName, $newValues['order']);
68 $this->hlp->changeOrder($oldName, 2147483647);
73 if ($oldName !== $newValues['name'] && !empty($newValues['name'])) {
75 $this->hlp->renameLabel($oldName, $newValues['name']);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
DResourcesFeatures.php122 * @param string $oldName The unique ID of the feature to rename.
126 public function rename($customer, $oldName, FeatureRename $postBody, $optParams = []) argument
128 $params = ['customer' => $customer, 'oldName' => $oldName, 'postBody' => $postBody];
/plugin/refnotes/
Dadmin.js599 let oldName = current.getName();
603 namespaces.delete(oldName);
606 setCurrent(list.renameValue(oldName, newName));
870 let oldName = current.getName();
874 notes.delete(oldName);
877 setCurrent(list.renameValue(oldName, newName));
/plugin/tagging/
H A Dhelper.php629 * @param string $oldName
632 public function renamePage($oldName, $newName) argument
635 $db->exec('UPDATE taggings SET pid = ? WHERE pid = ?', $newName, $oldName);
/plugin/calendar/
Dadmin.php5519 $oldName = $INPUT->str('old_name');
5522 if (empty($oldName) || empty($newName)) {
5528 …if (!preg_match('/^[a-zA-Z0-9._-]+\.zip$/', $oldName) || !preg_match('/^[a-zA-Z0-9._-]+\.zip$/', $…
5533 $oldPath = DOKU_PLUGIN . $oldName;
5547 $this->redirect('Backup renamed: ' . $oldName . ' → ' . $newName, 'success', 'update');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DDirectory.php1487 … 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{oldName}/rename',
1495 'oldName' => [
/plugin/ckeditor5markdown/
Dckeditor.js2oldName=t,this.newName=n}get type(){return"rename"}get affectedSelectable(){return this.position.n…