Home
last modified time | relevance | path

Searched refs:location (Results 476 – 500 of 981) sorted by relevance

1...<<11121314151617181920>>...40

/plugin/tindexmenu/jsmenu/
H A Dadmmenu.js49 if (r) window.location.href = indexmenu_getid(u,r)+"do=edit";
63 window.location.href = indexmenu_getid(b,r+" @"+fnid)+"do=search";
H A Dusrmenu.js47 if (r) window.location.href = indexmenu_getid(u,r)+"do=edit";
61 window.location.href = indexmenu_getid(b,r+" @"+fnid)+"do=search";
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentMover.java47 private Point location; field in ComponentMover
253 location = destination.getLocation(); in setupForDragging()
280 int locationX = location.x + dragX; in mouseDragged()
281 int locationY = location.y + dragY; in mouseDragged()
H A DComponentResizer.java247 Point location = e.getPoint(); in mouseMoved() local
250 if (location.x < dragInsets.left) in mouseMoved()
253 if (location.x > source.getWidth() - dragInsets.right - 1) in mouseMoved()
256 if (location.y < dragInsets.top) in mouseMoved()
259 if (location.y > source.getHeight() - dragInsets.bottom - 1) in mouseMoved()
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php321 * @param string $location The location from which to retrieve certs.
327 private function getCerts($location, $cacheKey, array $options = []) argument
334 $certs = $this->retrieveCertsFromLocation($location, $options);
340 if ($location !== self::IAP_CERT_URL) {
/plugin/superacl/
H A Dadmin.php606 function _is_in_current_namespace($location) { argument
608 $is_namespace = substr($location,strlen($location)-1,1)=="*";
609 $location = getNS($location);
619 return $location == $ns;
621 return substr($ns,0,strlen($location)) == $location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DOauth2.php106 'location' => 'query',
110 'location' => 'query',
H A DHomeGraphService.php71 'location' => 'path',
76 'location' => 'query',
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js3 import { replace, location } from 'svelte-spa-router';
43 const currentLocation = get(location).split('/')[1];
/plugin/indexmenu2/cms/modifiers/
H A Dfollowlinkcontent.js9location.href==_.href){if(Q.preventDefault)Q.preventDefault();Q.returnValue=false}else{if(Q.stopPr…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DCity.php56 protected $location; variable in GeoIp2\\Model\\City
77 $this->location = new \GeoIp2\Record\Location($this->get('location'));
/plugin/mediarename/
H A Dscript.js46 window.location.href=window.location.href+'&ns='+ns+'&rename='+rename;
/plugin/bez/
H A Dscript.js23 parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi,
72 var found = window.location.href.match(/([^?\/]*)\??[^?\/]*$/);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php69 * @param Location $location
73 public function create($docblock, Types\Context $context = null, Location $location = null) argument
100 $location,
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py104 location = resp.getheader('Location', None)
106 location = None
107 return resp.status, resp.reason, location
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.pinterest.js32 var prot = 'https:' === document.location.protocol ? 'https:' : 'http:';
58 var prot = 'https:' === document.location.protocol ? 'https:' : 'http:';
/plugin/facebookevents/
H A Dsyntax.php245 $location="";
248 $location = "{$place_name}, {$street}, {$zip} {$city}, {$country}";
251 $location = "Location not set or event data is too old.";
260 $entry = str_replace('{location}', $location, $entry );
/plugin/epub/scripts/
H A Dscript.js7 params += "&location="+encodeURIComponent(window.location);
22 var epub='http://'+ location.host + DOKU_BASE + '/lib/exe/fetch.php?media=' + result[1];
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1location.origin||0===s.index))return s.slice(1)}),e,s)}}class o{constructor(){this.t=new Map,this.…
H A Dworkbox-f163abaa.js1location.origin||0===s.index))return s.slice(1)}),e,s)}}class o{constructor(){this.t=new Map,this.…
H A Dworkbox-bed83ea8.js1location.origin||0===s.index))return s.slice(1)}),e,s)}}class o{constructor(){this.t=new Map,this.…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/Resource/
H A DProjectsLocationsFunctions.php67 * @param string $location Required. The project and location in which the
73 public function create($location, CloudFunction $postBody, $optParams = []) argument
75 $params = ['location' => $location, 'postBody' => $postBody];
/plugin/flowplay/flowplayer/
H A Dswfobject.js30 var _d=(_9)?_9:window.location;
82 }else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirec…
109 var q=document.location.search||document.location.hash;
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php255 $location = $response->getResponseHeader('location');
257 if (200 == $code && true == $location) {
258 return $location;
/plugin/bookmark2wiki/
H A DREADME.md16 …// Change the window.open statement to reflect the location of the bookmark2wiki.p…
19 ….open('https://myserver/bookmark2wiki.php?te='+escape(Q)+'&ur='+ escape(location.href)+'&ti='+esca…

1...<<11121314151617181920>>...40