Home
last modified time | relevance | path

Searched refs:destination (Results 76 – 100 of 134) sorted by relevance

123456

/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1332 public $destination; variable in Google_ComposeRequest
1337 public function setDestination(Google_StorageObject $destination) { argument
1338 $this->destination = $destination;
1341 return $this->destination;
H A DGoogle_CalendarService.php541 …* @param string $destination Calendar identifier of the target calendar where the event is to be m…
547 public function move($calendarId, $eventId, $destination, $optParams = array()) { argument
548 …$params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'destination' => $destination);
/plugin/odt/ODT/
H A Dstyleset.php136 * @param null $destination
H A DODTDocument.php1920 * @param string $destination The resource to link to (e.g. heading ID)
1923 function insertCrossReference($destination, $text){ argument
1924 $this->content .= '<locallink name="'.$text.'">'.$destination.'</locallink>';
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php227 $pipeline->destination = new DestinationDownload ( $fo );
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm209 destination="#currentFolderPath#"
268 destination="#currentFolderPath##fileName#.#fileExt#"
/plugin/adfs/phpsaml/
H A DCHANGELOG8 * Support stric destination matching.
10 * Check destination against the getSelfURLNoQuery as well on LogoutRequest and LogoutResponse as we…
124 * [#156](https://github.com/onelogin/php-saml/pull/156) Use correct host on response destination fa…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js7633 var destination = state.destination;
7645 if (destination.dest) {
7648 } else if (destination.hash) {
7650 } else if (destination.page) {
7758 destination: destination
7765 if (this._updateUrl && destination && destination.hash) {
7868 if (state.destination === null || _typeof(state.destination) !== 'object') {
7884 if (removeTemporary && destination && destination.temporary) {
7973 var destination = state.destination;
7985 if (destination.dest) {
[all …]
H A Dviewer.js.map1destination","namedDest","push","forceReplace","isDestArraysEqual","dest","_pushOrReplaceState","s…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCalendar.php688 'destination' => [
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js102 Object.extend = function(destination, source) { argument
104 destination[property] = source[property];
105 return destination;
2615 function copy(methods, destination, onlyIfAbsent) { argument
2620 if (!onlyIfAbsent || !(property in destination))
2621 destination[property] = value.methodize();
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js152 function extend(destination, source) { argument
154 destination[property] = source[property];
155 return destination;
2993 function copy(methods, destination, onlyIfAbsent) { argument
2998 if (!onlyIfAbsent || !(property in destination))
2999 destination[property] = value.methodize();
/plugin/codemirror/dist/modes/
H A Dpuppet.min.js.map1 …undef');\n define('builtin', 'action augeas burst chain computer cron destination dport exec ' +\…
H A Dcss.min.js.map1 …\", \"default-button\", \"dense\", \"destination-atop\",\n \"destination-in\", \"destination-ou…
H A Dstylus.min.js.map1 …-zero\",\"default\",\"default-button\",\"destination-atop\",\"destination-in\",\"destination-out\"…
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md103 - If subdirectories in a path to screenshot destination does not exists (using `takeScreenshot()` or `takeElementScreenshot()` methods), they are automatically created.
/plugin/siteexport/
H A DREADME.md33 Where will the debug log be written to? It has to be a writable destination.
/plugin/issuetracker/
H A Dprototype.js194 function extend(destination, source) { argument
196 destination[property] = source[property];
197 return destination;
3000 function copy(methods, destination, onlyIfAbsent) { argument
3005 if (!onlyIfAbsent || !(property in destination))
3006 destination[property] = value.methodize();
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js454 gain.connect(ac.destination)
463 src.connect(ac.destination)
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64destination-uri|cvt:basepath|cvt:basename|cts:words|cts:word-query-weight|cts:word-query-text|cts:…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md6952 destination object. Source objects are applied from left to right.
6963 1. `object` *(Object)*: The destination object.
7007 1. `object` *(Object)*: The destination object.
7053 1. `object` *(Object)*: The destination object.
7092 1. `object` *(Object)*: The destination object.
7193 objects to the destination object for all destination properties that
7204 1. `object` *(Object)*: The destination object.
7234 1. `object` *(Object)*: The destination object.
7923 1. `object` *(Object)*: The destination object.
7964 1. `object` *(Object)*: The destination object.
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md38 destination of a stream, useful for instance to encrypt/decrypt a
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1destination;if(node.getChildCount()!==0){var count=1+node.getState().NumberOfSiblings|0,segments=S…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc488 $params['require_alias'] = (boolean) When true, requires destination to be an alias. Default is false
847 $params['require_alias'] = (boolean) When true, requires destination is an alias. Default is false

123456