Home
last modified time | relevance | path

Searched refs:location (Results 751 – 775 of 981) sorted by relevance

1...<<31323334353637383940

/plugin/dw2pdf/
H A Daction.php799 foreach ($files as $file => $location) {
802 $css .= css_loadfile($file, $location);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php559 $location = $this->_path;
561 $location = "{$this->_host}:{$this->_port}";
564 $this->_error = "connection to $location failed (errno=$errno, msg=$errstr)";
/plugin/sphinxsearch/
H A Dsphinxapi.php587 $location = $this->_path;
589 $location = "{$this->_host}:{$this->_port}";
592 $this->_error = "connection to $location failed (errno=$errno, msg=$errstr)";
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso181 Copy the uploaded file to its final location.
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js69 document.location.search.match(new RegExp('[&?]' + session_name + '=([^&?]*)'))
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js44 if(document.location.search.match(new RegExp("[&?]"+session_name+"=([^&?]*)"))||document.cookie.mat…
/plugin/ckgdoku/scripts/
H A Dscript-cmpr.js1 …oku[b])}function GetE(a){return document.getElementById(a)}var dokuBase=location.host+DOKU_BASE;if…
/plugin/ckgdoku/
H A Dscript.js270 var dokuBase = location.host + DOKU_BASE;
/plugin/socialshareprivacy2/JC/
H A DREADME.md85 This means one cannot set a path using `path: window.location.pathname` in case such pathname conta…
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js_0.2618 …else if(b&&c&&isSupported([6,0,65])){extend(k,{src:c});j={MMredirectURL:location.href,MMplayerType…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js29 (/.*\.draw\.io$/.test(window.location.hostname) ||
30 /.*\.diagrams\.net$/.test(window.location.hostname)) &&
31 window.location.hostname != 'support.draw.io';
244 '&url=' + encodeURIComponent(window.location.href) +
2183 var hash = window.location.hash;
2623 if (!noDialogs && window.location.hash != null && window.location.hash.length > 0)
2625 window.location.hash = '';
4694 /.*\.draw\.io$/.test(window.location.hostname) ||
5270 editUrl = window.location.href;
13602 result = window.location.search;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1location in the JSON document. Each segment in the location path is either a property name or an a…
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak138 …$wsdl = str_replace('{location}', $farmconf['farmwebroot'].$farmconf['farmer'].'lib/plugins/farm/s…
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js190 return (document.location.href.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"");
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst24 // Specify the location of the translation tables
/plugin/s5reloaded/ui/thesis/
H A Dslides.js402 if (isOp) location.hash = nid;
412 if (isOp) location.hash = nid;
682 if (window.location.hash == null) return;
684 var matches = sregex.exec(window.location.hash);
689 dest = findSlide(window.location.hash.slice(1));
696 var thisUri = window.location.href;
697 thisUri = thisUri.slice(0, thisUri.length - window.location.hash.length);
734 document.getElementById('plink').href = window.location.pathname + '#slide' + snum;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2622 public $location; variable in Google_DriveFileImageMediaMetadata
2708 public function setLocation(Google_DriveFileImageMediaMetadataLocation $location) { argument
2709 $this->location = $location;
2712 return $this->location;
/plugin/fedauth/Auth/OpenID/
H A DServer.php1462 $location = $response->encodeToURL();
1464 array('location' => $location));
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/siteexport/
H A Djquery.filedownload.js259 window.location(fileUrl);
/plugin/revealjs/js/
H A Dreveal.js1957 return ( /print-pdf/gi ).test( window.location.search );
4345 return !!window.location.search.match( /receiver/gi );
4354 var hash = window.location.hash;
4429 window.location.hash = locationHash();
4440 window.history.replaceState( null, null, window.location.pathname + window.location.search );
6095 location.search.replace( /[A-Z0-9]+?=([\w\.%-]*)/gi, function(a) {
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js564 return (document.location.pathname.match(/(.*[\/\\])/)[0]+m[1]).replace(/^\/+(?=\w:)/,"");
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1 …agName('base');if(b[0]&&b[0].href)return b[0].href+Q[1];return(document.location.pathname.match(/(…
/plugin/bookcreator/script/
H A Djquery.fileDownload.js267 window.location(fileUrl);
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js2009 var location = evt.location,
2014 'page': location.pageNumber,
2015 'zoom': location.scale,
2016 'scrollLeft': location.left,
2017 'scrollTop': location.top,
2018 'rotation': location.rotation
7532 return document.location.hash;
7897 var location = _ref4.location;
7907 first: location.pageNumber,
7908 rotation: location.rotation
[all …]

1...<<31323334353637383940