Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 134) sorted by last modified time

123456

/plugin/siteexport/
H A DREADME.md33 Where will the debug log be written to? It has to be a writable destination.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1153 * Bugfix: changed destination filename in RenderToFile()
/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/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/xlsx2dw/packages/exceljs/
H A Dexceljs.js6743 pipe: function pipe(destination) {
6745 this.pipes.push(destination);
6751 unpipe: function unpipe(destination) {
6754 return pipe !== destination;
7628 value: function pipe(destination, options) {
7629 return this.stream.pipe(destination, options);
7633 value: function unpipe(destination) {
7634 return this.stream.unpipe(destination);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md170 - Added `\Mpdf\Output\Destination` class with verbose output destination constants
/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/combo/ComboStrap/
H A DFileSystems.php296 public static function copy(Path $source, Path $destination) argument
299 $destinationLocal = LocalPath::createFromPathObject($destination);
/plugin/farmer/
H A Dhelper.php146 * @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/odt/ODT/
H A Dstyleset.php136 * @param null $destination
H A DODTDefaultStyles.php131 * @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/edittable/lib/
H A Dhandsontable.full.js34055 DataMap.prototype.getRange = function (start, end, destination) {
34070 var getFn = destination === this.DESTINATION_CLIPBOARD_GENERATOR ? this.getCopyable : this.get;
/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
/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/achart/assets/
H A Dapexcharts.min.js6destination=new a.Color(t),this},at:function(t){return this.destination?(t=t<0?0:t>1?1:t,new a.Col…
10 …h,o=!1!==l&&o+c.dest.length}return this.value=i,this.destination=new SVG.PathArray,this.destinatio…
/plugin/ckgedit/ckeditor/lang/
H A Dfr.js.unc474 "targetFrameName": "Nom du Cadre destination",
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2destination),e.filter=null,e.timeDelta=0,e._clock=new Rl,e}ut(e,t);var n=e.prototype;return n.getI…
/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/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/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,
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/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php37 $this->assertEquals('%C3%A0fo%C3%B3', urlencode($info['destination']));

123456