Home
last modified time | relevance | path

Searched refs:newName (Results 1 – 25 of 39) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DFeatureRename.php25 public $newName; variable in Google\\Service\\Directory\\FeatureRename
30 public function setNewName($newName) argument
32 $this->newName = $newName;
39 return $this->newName;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
DValidClassNameSniff.php95 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
98 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
102 $newName = rtrim($newName, '_');
105 $data[] = $newName;
DValidFunctionNameSniff.php282 $newName = rtrim($newPackagePart, '_').'_'.$newCamelCapsPart;
284 $newName = $newCamelCapsPart;
286 $newName = rtrim($newPackagePart, '_').'_'.$newCamelCapsPart;
291 $data[] = $newName;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
DFileCommentSniff.php333 $newName = ucfirst($firstBit).'_';
336 $newName .= ucfirst($bit).'_';
341 $validName = trim($newName, '_');
386 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
389 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
394 $validName = trim($newName, '_');
431 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
434 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
439 $validName = trim($newName, '_');
/plugin/refnotes/
Dadmin.js362 this.setName = function (newName) { argument
402 this.setName = function (newName) { argument
403 name = newName;
598 let newName = validateName(jQuery('#name-namespaces').val(), 'ns', namespaces);
601 current.setName(newName);
604 namespaces.set(newName, current);
606 setCurrent(list.renameValue(oldName, newName));
702 this.setName = function (newName) { argument
735 this.setName = function (newName) { argument
736 name = newName;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
DNode.php60 list(, $newName) = URLUtil::splitPath($name);
62 $newPath = $parentPath . '/' . $newName;
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php60 list(, $newName) = URLUtil::splitPath($name);
62 $newPath = $parentPath . '/' . $newName;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php225 list(, $newName) = URLUtil::splitPath(trim($file['name']));
227 $newName = trim($postVars['name']);
230 list(, $newName) = URLUtil::splitPath($newName);
233 … $this->server->createFile($uri . '/' . $newName, fopen($file['tmp_name'], 'r'));
/plugin/doxycode/
Dadmin.php175 $newName = $tag_conf['new_name'];
177 $this->tag_config[$newName] = $tag_conf;
178 unset($this->tag_config[$newName]['new_name']);
181 . $key . 'xml', $this->helper->getTagFileDir() . $newName . '.xml');
/plugin/labeled/
Dhelper.php157 public function renameLabel($label, $newName) { argument
163 $db->query('UPDATE labels set name=? WHERE name=?', $newName, $label);
164 $db->query('UPDATE labeled set label=? WHERE label=?', $newName, $label);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
DPlugin.php225 list(, $newName) = URLUtil::splitPath(trim($file['name']));
227 $newName = trim($postVars['name']);
230 list(, $newName) = URLUtil::splitPath($newName);
233 … $this->server->createFile($uri . '/' . $newName, fopen($file['tmp_name'], 'r'));
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
DAddressBook.php162 * @param string $newName
165 function setName($newName) { argument
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php160 * @param string $newName
163 function setName($newName) { argument
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DCalendar.php220 * @param string $newName
223 function setName($newName) { argument
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php218 * @param string $newName
221 function setName($newName) { argument
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php512 $newName = array_get($response, 'name', $this->name);
513 $this->name = $newName;
514 if ($this->name != $newName) {
515 $this->name = $newName;
/plugin/mantis/lib/
Dclass.soapclient.php932 $newName = $newCookie['name'];
943 if ($newName != $cookie['name']) {
958 $this->debug('Update cookie ' . $newName . '=' . $newCookie['value']);
962 $this->debug('Add cookie ' . $newName . '=' . $newCookie['value']);
Dnusoap.php8000 $newName = $newCookie['name'];
8011 if ($newName != $cookie['name']) {
8026 $this->debug('Update cookie ' . $newName . '=' . $newCookie['value']);
8030 $this->debug('Add cookie ' . $newName . '=' . $newCookie['value']);
/plugin/diagramsnet/lib/plugins/
DcConf-1-4-8.js197 mxResources.get('rename'), function(newName) argument
199 if (newName != null && newName.length > 0)
202 macroData.diagramDisplayName = newName;
204 parent.postMessage(JSON.stringify({event: 'rename', name: newName}), '*');
207 ui.getCurrentFile().rename(newName);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DServer.php1160 list($parentUri, $newName) = URLUtil::splitPath($uri);
1178 $parent->getChild($newName);
1197 $parent->createExtendedCollection($newName, $mkCol);
1210 $parent->createDirectory($newName);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1095 list($parentUri, $newName) = URLUtil::splitPath($uri);
1113 $parent->getChild($newName);
1132 $parent->createExtendedCollection($newName, $mkCol);
1145 $parent->createDirectory($newName);
/plugin/tagging/
H A Dhelper.php630 * @param string $newName
632 public function renamePage($oldName, $newName) argument
635 $db->exec('UPDATE taggings SET pid = ? WHERE pid = ?', $newName, $oldName);
/plugin/googlesearch/
Dnusoap.php7204 $newName = $newCookie['name'];
7215 if ($newName != $cookie['name']) {
7230 $this->debug('Update cookie ' . $newName . '=' . $newCookie['value']);
7234 $this->debug('Add cookie ' . $newName . '=' . $newCookie['value']);
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js.map1newName, token) {\n return __awaiter(this, void 0, void 0, function () {\n var r…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2newName){var oldPath=NODEFS.realPath(oldNode);var newPath=PATH.join2(NODEFS.realPath(newDir),newNa…

12