Searched refs:oldName (Results 1 – 7 of 7) sorted by relevance
| /plugin/labeled/ |
| D | admin.php | 53 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/ |
| D | ResourcesFeatures.php | 122 * @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/ |
| D | admin.js | 599 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 D | helper.php | 629 * @param string $oldName 632 public function renamePage($oldName, $newName) argument 635 $db->exec('UPDATE taggings SET pid = ? WHERE pid = ?', $newName, $oldName);
|
| /plugin/calendar/ |
| D | admin.php | 5519 $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/ |
| D | Directory.php | 1487 … 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{oldName}/rename', 1495 'oldName' => [
|
| /plugin/ckeditor5markdown/ |
| D | ckeditor.js | 2 …oldName=t,this.newName=n}get type(){return"rename"}get affectedSelectable(){return this.position.n…
|