Home
last modified time | relevance | path

Searched refs:destinationName (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion.php25 public $destinationName; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion
34 public function setDestinationName($destinationName) argument
36 $this->destinationName = $destinationName;
43 return $this->destinationName;
H A DGoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.php25 public $destinationName; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion
34 public function setDestinationName($destinationName) argument
36 $this->destinationName = $destinationName;
43 return $this->destinationName;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
130 $this->copyNode($sourceNode, $destinationParent, $destinationName);
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
151 $sourceNode->setName($destinationName);
296 * @param string $destinationName
301 if ((string)$destinationName === '') {
302 $destinationName = $source->getName();
316 $destinationParent->createFile($destinationName, $data);
317 $destination = $destinationParent->getChild($destinationName);
321 $destinationParent->createDirectory($destinationName);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php127 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
299 if (!$destinationName) $destinationName = $source->getName();
312 $destinationParent->createFile($destinationName, $data);
313 $destination = $destinationParent->getChild($destinationName);
317 $destinationParent->createDirectory($destinationName);
[all …]