Searched refs:destinationName (Results 1 – 4 of 4) sorted by relevance
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | Tree.php | 127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath); 130 $this->copyNode($sourceNode, $destinationParent, $destinationName); 146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath); 151 $sourceNode->setName($destinationName); 158 $moveSuccess = $newParentNode->moveInto($destinationName, $sourcePath, $sourceNode); 296 * @param string $destinationName 299 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null… argument 301 if ((string)$destinationName === '') { 302 $destinationName = $source->getName(); 316 $destinationParent->createFile($destinationName, $data); [all …]
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | Tree.php | 127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath); 130 $this->copyNode($sourceNode, $destinationParent, $destinationName); 146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath); 151 $sourceNode->setName($destinationName); 158 $moveSuccess = $newParentNode->moveInto($destinationName, $sourcePath, $sourceNode); 294 * @param string $destinationName 297 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null… argument 299 if (!$destinationName) $destinationName = $source->getName(); 312 $destinationParent->createFile($destinationName, $data); 313 $destination = $destinationParent->getChild($destinationName); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
| D | GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion.php | 25 public $destinationName; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion 34 public function setDestinationName($destinationName) argument 36 $this->destinationName = $destinationName; 43 return $this->destinationName;
|
| D | GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.php | 25 public $destinationName; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion 34 public function setDestinationName($destinationName) argument 36 $this->destinationName = $destinationName; 43 return $this->destinationName;
|