Home
last modified time | relevance | path

Searched refs:destination (Results 26 – 50 of 134) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DTrigger.php75 public function setDestination(Destination $destination) argument
77 $this->destination = $destination;
84 return $this->destination;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAttributeContext.php59 public function setDestination(Peer $destination) argument
61 $this->destination = $destination;
68 return $this->destination;
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php136 * @param string $destination
139 function afterMove($source, $destination) { argument
145 if ($pathFilter && !$pathFilter($destination)) return;
147 $this->backend->move($source, $destination);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DConnectivityTest.php93 public function setDestination(Endpoint $destination) argument
95 $this->destination = $destination;
102 return $this->destination;
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php131 * @param string $destination
134 function afterMove($source, $destination) { argument
140 if ($pathFilter && !$pathFilter($destination)) return;
142 $this->backend->move($source, $destination);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php53 $destination = $this->componentDir . '/require.config.js';
54 $this->fs->ensureDirectoryExists(dirname($destination));
55 if (file_put_contents($destination, $requireConfig) === FALSE) {
174 $destination = $this->componentDir.DIRECTORY_SEPARATOR.$file;
175 $this->fs->ensureDirectoryExists(dirname($destination));
177 return file_put_contents($destination, $js);
H A DBuildJsProcess.php37 $destination = $this->componentDir.DIRECTORY_SEPARATOR.'require-built.js';
39 copy($require, $destination);
59 file_put_contents($destination, $output, FILE_APPEND);
H A DCopyProcess.php59 …$destination = $this->componentDir.DIRECTORY_SEPARATOR.$componentName.DIRECTORY_SEPARATOR.$without…
62 $this->fs->ensureDirectoryExists(dirname($destination));
65 copy($filesource, $destination);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DMigrationJob.php29 public $destination; variable in Google\\Service\\DatabaseMigrationService\\MigrationJob
106 public function setDestination($destination) argument
108 $this->destination = $destination;
115 return $this->destination;
/plugin/move/lang/en/
H A Dtree.txt5 In order to move many namespaces, pages or media files to the same destination, you can use the che…
7 …ove one of the checked items to the desired destination, all selected items will be moved to this
/plugin/pwaoffline/
H A Dsw.js75 if (!CACHED_DESTINATIONS.includes(e.request.destination)) {
80 if (OFFLINE_FIRST_DESTINATIONS.includes(e.request.destination)) {
130 if (!CACHED_DESTINATIONS.includes(request.destination)) {
139 if (request.destination === 'document') {
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php367 $destination = $dom->documentElement->getAttribute('Destination');
368 if (empty($destination)) {
376 …rlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curr…
377 if (strncmp($destination, $currentURL, $urlComparisonLength) !== 0) {
379 …rlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curr…
381 … if (strncmp($destination, $currentURLNoRouted, $urlComparisonLength) !== 0) {
383 … "The LogoutRequest was received at $currentURL instead of $destination",
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceParser.php28 // Parsing the destination, i.e. `/url` in `[foo]: /url`
54 private ?string $destination = null;
204 $destination = LinkParserHelper::parseLinkDestination($cursor);
205 if ($destination === null) {
209 $this->destination = $destination;
218 // spec: The title must be separated from the link destination by whitespace
316 $this->references[] = new Reference($this->label, $this->destination, $this->title);
320 $this->destination = null;
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php125 $destination = $this->getImageFilename($key, $value, $upload_name, $extension);
126 if(empty($destination)) {
132 if (!@move_uploaded_file($icon['tmp_name'], DOKU_INC . $this->imageFolder . $destination)) {
137 if (!$this->updateValue($key, $destination)) {
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php27 * Attempt to parse link destination
44 $destination = self::manuallyParseLinkDestination($cursor);
45 if ($destination === null) {
50 RegexHelper::unescape($destination)
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php75 * @param string $destination
78 function move($source, $destination); argument
H A DPDO.php216 * @param string $destination
219 function move($source, $destination) { argument
236 $newPath = $destination;
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php75 * @param string $destination
78 function move($source, $destination); argument
H A DPDO.php180 * @param string $destination
183 function move($source, $destination) { argument
200 $newPath = $destination;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm39 <cfset var destination = "">
42 …<cffile action="UPLOAD" filefield="NewFile" destination="#GetTempDirectory()#" nameconflict="makeu…
94 <cfset destination = sServerDir & sFileName>
98 <cfdump var="#destination#">
101 <cflock name="#destination#" timeout="30" type="Exclusive">
103 <cffile action="move" source="#sTempFilePath#" destination="#destination#" mode="755">
106 <cffile action="copy" source="#sTempFilePath#" destination="#destination#" mode="755">
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php317 $destination = $destinationParent->getChild($destinationName);
323 $destination = $destinationParent->getChild($destinationName);
326 $this->copyNode($child, $destination);
331 if ($source instanceof IProperties && $destination instanceof IProperties) {
335 $destination->propPatch($propPatch);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php313 $destination = $destinationParent->getChild($destinationName);
319 $destination = $destinationParent->getChild($destinationName);
322 $this->copyNode($child, $destination);
327 if ($source instanceof IProperties && $destination instanceof IProperties) {
331 $destination->propPatch($propPatch);
/plugin/refnotes/
H A Daction.php536 $destination = wikiFN(cleanID($namespace . ':template'));
537 $destination = preg_replace('/template.txt$/', '__template.txt', $destination);
539 if (@filemtime($destination) < @filemtime($source)) {
540 if (!file_exists(dirname($destination))) {
541 @mkdir(dirname($destination), 0755, true);
544 $success = copy($source, $destination);
546 touch($destination, filemtime($source));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php391 * @param string $destination The directory to write the file to.
395 function writeTestClass($destination = './', $addTest = TRUE) { argument
403 $fp = fopen($destination . $this->className . 'Test.php', 'w');
/plugin/tbt/
H A Dscript.js14 var destination;
45 destination = destinationParam;
70 var dest = document.getElementById(destination);

123456