Home
last modified time | relevance | path

Searched refs:destination (Results 51 – 75 of 134) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
H A DEvents.php280 * @param string $destination Calendar identifier of the target calendar where
293 public function move($calendarId, $eventId, $destination, $optParams = []) argument
295 $params = ['calendarId' => $calendarId, 'eventId' => $eventId, 'destination' => $destination];
/plugin/redirect2/lang/en/
H A Dintro.txt4 …* The origin and destination ID must be absolute and cleaned (no specialchars, all lowercase, full…
6 …ven namespace will be redirected. You may also put '':'' to the end of destination ID to keep page…
/plugin/latex/
H A Dclass.latexrender.php215 function renderLatex($latex_document,$destination) { argument
221 $this->_tmp_filename = md5(rand().$destination);
275 $status_code = copy($this->_tmp_filename.".".$this->_image_format,$destination);
/plugin/latex-was/
H A Dclass.latexrender.php215 function renderLatex($latex_document,$destination) { argument
221 $this->_tmp_filename = md5(rand().$destination);
276 $status_code = copy($this->_tmp_filename.".".$this->_image_format,$destination);
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php243 … $destination = trim($this->document->documentElement->getAttribute('Destination'));
244 if (empty($destination)) {
252 …rlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curr…
253 if (strncmp($destination, $currentURL, $urlComparisonLength) !== 0) {
255 …rlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curr…
257 … if (strncmp($destination, $currentURLNoRouted, $urlComparisonLength) !== 0) {
259 … "The response was received at $currentURL instead of $destination",
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.factory.class.php32 $pipeline->destination = new DestinationDownload($filename, ContentType::pdf());
H A Dpipeline.class.php296 var $destination; variable in Pipeline
915 $this->destination->process($temporary_output_filename, $content_type);
919 function set_destination(&$destination) { argument
920 $this->destination =& $destination;
/plugin/odt/ODT/
H A DODTDefaultStyles.php131 * @param null $destination
/plugin/behave/
H A Dbehave.js332 deepExtend: function(destination, source) {
336 destination[property] = destination[property] || {};
337 utils.deepExtend(destination[property], source[property]);
339 destination[property] = source[property];
342 return destination;
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.custom.php36 $pipeline->destination = new DestinationFile(null);
H A Dsample.simplest.from.file.php65 $pipeline->destination = new MyDestinationFile($path_to_pdf);
H A Dsample.simplest.from.memory.php82 $pipeline->destination = new MyDestinationFile($path_to_pdf);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dgeneric.test.php16 $pipeline->destination = new DestinationFile("test.pdf");
H A Dtest.note-call.width.php10 $pipeline->destination = new DestinationFile("test.pdf");
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php315 $destination = sharedapi_get_destination($pid, $event, 'gr');
316 if (!empty($destination) && strpos($destination, $api_path) === false) {
317 …_DEFINITION($pid, SHAREDAPI_EVENT_FIELD_DESTINATION)] = $event . ':' . $destination, $expire, '/');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php37 $this->assertEquals('%C3%A0fo%C3%B3', urlencode($info['destination']));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php733 $destination = $this->calculateUri($request->getHeader('Destination'));
741 list($destinationDir) = URLUtil::splitPath($destination);
754 $destinationNode = $this->tree->getNodeForPath($destination);
768 if ($destination === $requestPath) {
771 if (substr($destination, 0, strlen($requestPath) + 1) === $requestPath . '/') {
777 'destination' => $destination,
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php700 $destination = $this->calculateUri($request->getHeader('Destination'));
708 list($destinationDir) = URLUtil::splitPath($destination);
721 $destinationNode = $this->tree->getNodeForPath($destination);
735 if ($destination === $requestPath) {
738 if (substr($destination, 0, strlen($requestPath) + 1) === $requestPath . '/') {
744 'destination' => $destination,
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php81 $pipeline->destination = new MyDestinationDownload($pdf);
/plugin/move/lang/fr/
H A Dmove.txt7 * Pour déplacer une page il faut également disposer du droit de création dans la catégorie de destination
/plugin/pagemove/lang/fr/
H A Dpagemove.txt7 …déplacer une page il faut également disposer du droit de création dans le répertoire de destination
/plugin/dokukiwix/
H A DINSTALL1 DokuKiwix - Version 0.3 "Final destination"
/plugin/combo/ComboStrap/
H A DFileSystems.php296 public static function copy(Path $source, Path $destination) argument
299 $destinationLocal = LocalPath::createFromPathObject($destination);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php742 private function parseStringOrObject($arg, &$destination, $interface): void argument
745 $destination = new $arg;
747 $destination = $arg;
/plugin/git/
H A Dhelper.php167 function cloneRepo($origin, $destination) { argument
174 $repo = new GitRepo($destination, true, false);

123456