Home
last modified time | relevance | path

Searched refs:dest (Results 51 – 75 of 115) sorted by relevance

12345

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D764f9884b370cbdc82a1c5c42ed40ff3.asciidoc15 'dest' => [
H A D1bc731a4df952228af6dfa6b48627332.asciidoc18 'dest' => [
H A D1216f8f7367df3aa823012cef310c08a.asciidoc10 'dest' => [
H A D973a3ff47fc4ce036ecd9bd363fef9f7.asciidoc10 'dest' => [
H A D8871b8fcb6de4f0c7dff22798fb10fb7.asciidoc10 'dest' => [
/plugin/countdown/
H A Dsyntax.php69 list($dest, $descr, $fmt) = $data;
71 $Next= new DateTimeImmutable($dest);
/plugin/embedover/
H A Dsyntax.php77 …aff]) $data = "<span class='embedover' onclick='embedover_click(event, \"$dest\", \"$style\");'>${…
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/userhomepage/
H A Daction.php35 $dest = str_replace("data/pages", "./pages", $this->getConf('templates_path'));
38 $dest = $this->getConf('templates_path');
65 $this->copyFile($source, $dest, 'userhomepage_private.txt');
79 $this->copyFile($source, $dest, 'userhomepage_public.txt');
89 $this->copyFile($source, $dest, 'userhomepage_publicspace.txt');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php2246 …$dest = $dir.DIRECTORY_SEPARATOR.$name.($image_mime ? '.'.getid3_lib::ImageExtFromMime($image_mime…
2249 if (($fp_dest = fopen($dest, 'wb')) == false) {
2250 throw new Exception('failed to create file '.$dest);
2265 $attachment = $dest;
2276 if (isset($dest) && file_exists($dest)) {
2277 unlink($dest);
/plugin/odt/renderer/
H A Dpage.php1980 * @param array $dest
1985 …public function getODTProperties (&$dest, $element, $classString, $inlineStyle, $media_sel=NULL, $… argument
1990 $this->import->getPropertiesForElement($dest, $element, $classString, $media_sel, $cssId);
1993 $this->document->getCSSStylePropertiesForODT($dest, $inlineStyle);
1999 $this->document->adjustValuesForODT($dest);
2126 …public function getODTPropertiesNew (&$dest, $element, $attributes=NULL, $media_sel=NULL, $inherit… argument
2130 $this->document->getODTProperties ($dest, $element, $attributes, $media_sel, $inherit);
2133 …public function getODTPropertiesFromElement (&$dest, iElementCSSMatchable $element, $media_sel=NUL… argument
2137 $this->document->getODTPropertiesFromElement ($dest, $element, $media_sel, $inherit);
/plugin/farm/
H A Dconfig.class.php162 function copyHtaccess($src, $dest, $more = array()) { argument
175 $fp = fopen($dest, 'w');
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js413 JsHttpRequest.extend = function(dest, src) { argument
414 for (var k in src) dest[k] = src[k];
H A DJsHttpRequest-xml.js413 JsHttpRequest.extend = function(dest, src) { argument
414 for (var k in src) dest[k] = src[k];
H A DJsHttpRequest-script-xml.js413 JsHttpRequest.extend = function(dest, src) { argument
414 for (var k in src) dest[k] = src[k];
H A DJsHttpRequest-form.js413 JsHttpRequest.extend = function(dest, src) { argument
414 for (var k in src) dest[k] = src[k];
H A DJsHttpRequest.js414 JsHttpRequest.extend = function(dest, src) { argument
415 for (var k in src) dest[k] = src[k];
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js8312 if (dest) {
8332 dest = JSON.parse(dest);
8335 dest = dest.toString();
8339 if (typeof dest === 'string' || isValidExplicitDestination(dest)) {
8457 var page = dest[0];
8463 var zoom = dest[1];
8504 var param = dest[i];
8635 dest = _ref2.dest;
8650 if (dest) {
10723 dest;
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2508 function Output($name='',$dest='') argument
2515 if(is_bool($dest))
2516 $dest=$dest ? 'D' : 'F';
2517 $dest=strtoupper($dest);
2518 if($dest=='')
2523 $dest='I';
2526 $dest='F';
2528 switch($dest)
2571 $this->Error('Incorrect output destination: '.$dest);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php420 $dest = $this->get_css_property(CSS_HTML2PS_LINK_DESTINATION);
421 if (!is_null($dest)) {
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js.map1dest","source","i","unshift","findMatchingMode","tagInfo","tagText","spec","test","defineMode","co…
/plugin/odt/ODT/
H A DODTDocument.php2011 * @param array $dest Properties found will be written in $dest as key value pairs,
2018 …public function getODTProperties (array &$dest, $element, $attributes=NULL, $media_sel=NULL, $inhe… argument
2027 …ODTUtility::getHTMLElementProperties($this->params, $dest, $element, $attributes, $maxWidth, $inhe…
2032 …public function getODTPropertiesFromElement (array &$dest, iElementCSSMatchable $element, $media_s… argument
2041 $this->importnew->getPropertiesForElement($dest, $element, $this->units, $inherit);
2045 ODTUtility::adjustValuesForODT($dest, $this->units, $maxWidth);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js13386 return (0, _primitives.isDict)(dest) ? dest.get('D') : dest;
13449 dest: null
13467 dest: data.dest,
14261 dest: null
14395 dest;
14517 if (dest) {
14519 dest = dest.name;
14522 if ((0, _util.isString)(dest) || Array.isArray(dest)) {
14523 resultObj.dest = dest;
27790 dest[destOffset] = dest[destOffset + 1] = dest[destOffset + 2] = c;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js17358 dest.end();
17366 if (typeof dest.destroy === 'function') dest.destroy();
17405 return dest;
18298 dest.end();
18353 if (!dest._events || !dest._events.error)
18358 dest._events.error = [onerror, dest._events.error];
18389 return dest;
18416 if (dest && dest !== state.pipes)
18419 if (!dest)
18426 if (dest)
[all …]
/plugin/s5reloaded/ui/thesis/
H A Dslides.js685 var dest = null;
687 dest = parseInt(matches[1]);
689 dest = findSlide(window.location.hash.slice(1));
691 if (dest != null)
692 go(dest - snum);
703 var dest = findSlide(slideID[0].slice(1));
704 if (dest != null) {
708 "go("+dest+" - snum); " +
713 "go("+dest+" - snum); " +

12345