/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/ |
H A D | SasPortalMoveDeploymentRequest.php | 25 public $destination; variable in Google\\Service\\SASPortalTesting\\SasPortalMoveDeploymentRequest 30 public function setDestination($destination) argument 32 $this->destination = $destination; 39 return $this->destination;
|
H A D | SasPortalMoveDeviceRequest.php | 25 public $destination; variable in Google\\Service\\SASPortalTesting\\SasPortalMoveDeviceRequest 30 public function setDestination($destination) argument 32 $this->destination = $destination; 39 return $this->destination;
|
H A D | SasPortalMoveNodeRequest.php | 25 public $destination; variable in Google\\Service\\SASPortalTesting\\SasPortalMoveNodeRequest 30 public function setDestination($destination) argument 32 $this->destination = $destination; 39 return $this->destination;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/ |
H A D | SasPortalMoveDeploymentRequest.php | 25 public $destination; variable in Google\\Service\\Sasportal\\SasPortalMoveDeploymentRequest 30 public function setDestination($destination) argument 32 $this->destination = $destination; 39 return $this->destination;
|
H A D | SasPortalMoveDeviceRequest.php | 25 public $destination; variable in Google\\Service\\Sasportal\\SasPortalMoveDeviceRequest 30 public function setDestination($destination) argument 32 $this->destination = $destination; 39 return $this->destination;
|
H A D | SasPortalMoveNodeRequest.php | 25 public $destination; variable in Google\\Service\\Sasportal\\SasPortalMoveNodeRequest 30 public function setDestination($destination) argument 32 $this->destination = $destination; 39 return $this->destination;
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | ComponentMover.java | 43 private Component destination; field in ComponentMover 243 destination = destinationComponent; in setupForDragging() 245 destination = source; in setupForDragging() 253 location = destination.getLocation(); in setupForDragging() 263 if (destination instanceof JComponent) { in setupForDragging() 264 JComponent jc = (JComponent) destination; in setupForDragging() 303 destination.setLocation(locationX, locationY); in mouseDragged() 347 if (destination instanceof JComponent) { in mouseReleased() 354 if (destination instanceof JComponent) { in mouseReleased() 355 ((JComponent) destination).revalidate(); in mouseReleased() [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | CollectionStatusDestinationStatus.php | 25 public $destination; variable in Google\\Service\\ShoppingContent\\CollectionStatusDestinationStatus 34 public function setDestination($destination) argument 36 $this->destination = $destination; 43 return $this->destination;
|
H A D | ProductStatusDestinationStatus.php | 30 public $destination; variable in Google\\Service\\ShoppingContent\\ProductStatusDestinationStatus 61 public function setDestination($destination) argument 63 $this->destination = $destination; 70 return $this->destination;
|
H A D | AccountStatusProducts.php | 34 public $destination; variable in Google\\Service\\ShoppingContent\\AccountStatusProducts 71 public function setDestination($destination) argument 73 $this->destination = $destination; 80 return $this->destination;
|
H A D | AccountStatusAccountLevelIssue.php | 29 public $destination; variable in Google\\Service\\ShoppingContent\\AccountStatusAccountLevelIssue 68 public function setDestination($destination) argument 70 $this->destination = $destination; 77 return $this->destination;
|
H A D | CollectionStatusItemLevelIssue.php | 37 public $destination; variable in Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue 100 public function setDestination($destination) argument 102 $this->destination = $destination; 109 return $this->destination;
|
H A D | ProductStatusItemLevelIssue.php | 42 public $destination; variable in Google\\Service\\ShoppingContent\\ProductStatusItemLevelIssue 119 public function setDestination($destination) argument 121 $this->destination = $destination; 128 return $this->destination;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/ |
H A D | DestinationStatus.php | 25 public $destination; variable in Google\\Service\\ManufacturerCenter\\DestinationStatus 34 public function setDestination($destination) argument 36 $this->destination = $destination; 43 return $this->destination;
|
H A D | Issue.php | 33 public $destination; variable in Google\\Service\\ManufacturerCenter\\Issue 86 public function setDestination($destination) argument 88 $this->destination = $destination; 95 return $this->destination;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
H A D | CopyLogEntriesRequest.php | 25 public $destination; variable in Google\\Service\\Logging\\CopyLogEntriesRequest 38 public function setDestination($destination) argument 40 $this->destination = $destination; 47 return $this->destination;
|
H A D | LogSink.php | 36 public $destination; variable in Google\\Service\\Logging\\LogSink 113 public function setDestination($destination) argument 115 $this->destination = $destination; 122 return $this->destination;
|
/plugin/farmer/ |
H A D | helper.php | 146 * @param string $destination Destination path 150 public function copyDir($source, $destination, $exclude = '') 157 io_lock($destination); 158 $result = symlink(readlink($source), $destination); 159 io_unlock($destination); 164 io_lock($destination); 165 $result = copy($source, $destination); 166 io_unlock($destination); 170 if (!is_dir($destination)) { 171 io_mkdir_p($destination); 142 io_copyDir($source, $destination, $exclude = '') global() argument [all...] |
/plugin/commonmark/vendor/league/commonmark/src/Reference/ |
H A D | Reference.php | 28 private string $destination; 33 public function __construct(string $label, string $destination, string $title) 36 $this->destination = $destination; argument 47 return $this->destination; 29 protected $destination; global() variable in League\\CommonMark\\Reference\\Reference
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/ |
H A D | ComposeRequest.php | 35 public function setDestination(StorageObject $destination) argument 37 $this->destination = $destination; 44 return $this->destination;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | CutPasteRequest.php | 34 public function setDestination(GridCoordinate $destination) argument 36 $this->destination = $destination; 43 return $this->destination;
|
H A D | CopyPasteRequest.php | 38 public function setDestination(GridRange $destination) argument 40 $this->destination = $destination; 47 return $this->destination;
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | LogoutResponse.php | 163 $destination = $this->document->documentElement->getAttribute('Destination'); 164 if (empty($destination)) { 172 …rlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curr… 173 if (strncmp($destination, $currentURL, $urlComparisonLength) !== 0) { 175 …rlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curr… 177 … if (strncmp($destination, $currentURLNoRouted, $urlComparisonLength) !== 0) { 179 … "The LogoutResponse was received at $currentURL instead of $destination",
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/ |
H A D | Mock.php | 92 * @param string $destination 95 public function move($source, $destination) { argument 100 $this->data[$destination] = $props; 106 $this->data[$destination . substr($path, strlen($source)+1)] = $props;
|
/plugin/accscounter/lang/en/ |
H A D | movedirection.txt | 2 The saving destination of this plugin's log files has been changed, to be compatible with some plug… 4 Old log files are still being stored in the old destination. Please decide how to handle these fil… 7 …start to move or delete the files without notice__.\\ Files on the new destination will be __all o… 10 * [[?do=accscounter_datatransfer&mode=move|Move the files to the new destination]]
|