Home
last modified time | relevance | path

Searched refs:get (Results 126 – 150 of 3429) sorted by relevance

12345678910>>...138

/plugin/file2dw/docker/dokuwikiapp/
H A DDockerfile6 RUN apt-get update && \
7 # apt-get upgrade -y && \
8 apt-get install -y nano sudo wget curl default-jre libreoffice-writer
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DSyncTokenPropertyTest.php25 $this->assertEquals("hello", $propFind->get('{http://calendarserver.org/ns/}getctag'));
54 $this->assertEquals("hello", $propFind->get('{http://calendarserver.org/ns/}getctag'));
77 $this->assertNull($propFind->get('{http://calendarserver.org/ns/}getctag'));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DIam.php100 'get' => [
120 'get' => [
140 'get' => [
160 'get' => [
204 ],'get' => [
312 ],'get' => [
378 'get' => [
422 ],'get' => [
488 'get' => [
508 'get' => [
[all …]
H A DPlaydeveloperreporting.php100 'get' => [
130 'get' => [
160 'get' => [
190 'get' => [
H A DDataLabeling.php101 ],'get' => [
173 ],'get' => [
235 ],'get' => [
277 'get' => [
319 'get' => [
375 ],'get' => [
433 ],'get' => [
471 'get' => [
513 'get' => [
633 ],'get' => [
[all …]
H A DBaremetalsolution.php76 'get' => [
138 'get' => [
224 'get' => [
290 'get' => [
360 ],'get' => [
460 ],'get' => [
516 'get' => [
572 'get' => [
630 ],'get' => [
H A DFirebaseappcheck.php78 'get' => [
223 ],'get' => [
277 ],'get' => [
344 ],'get' => [
393 ],'get' => [
442 ],'get' => [
491 ],'get' => [
540 ],'get' => [
584 ],'get' => [
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DCity.php76 $this->city = new \GeoIp2\Record\City($this->get('city'), $locales);
77 $this->location = new \GeoIp2\Record\Location($this->get('location'));
78 $this->postal = new \GeoIp2\Record\Postal($this->get('postal'));
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js39 if (!this.elttoscroll.get(tabid)) this.elttoscroll.set(tabid, Array());
40 this.elttoscroll.get(tabid).push(elttoscroll);
106 content.scrollTop = this.scrollpos.get(tabid);
109 if (this.elttoscroll.get(tabid) &&
110 this.elttoscroll.get(tabid).length > 0)
113 for (var i=0; i<this.elttoscroll.get(tabid).length; i++)
114 this.scrollDown(tabid,this.elttoscroll.get(tabid)[i]);
132 var cc = this.chatcontent.get(tabid);
152 var oc = this.onlinecontent.get(tabid);
409 s_symbol = smileys.get(sl[i]);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php72 * Example 1: get('os', 'mem', 'total') returns total memory of the system the
74 * Example 2: get('os', 'mem') returns an array with all mem infos
78 public function get(...$args)
101 $data = $this->get('http_address');
116 $data = $this->get('http_address');
138 return $this->get('plugins');
75 public function get(...$args) global() function in Elastica\\Node\\Info
/plugin/minimap/_test/
H A Dminimap.test.php49 $testResponse = $testRequest->get(array('id' => $page1));
106 $testResponse = $testRequest->get(array('id' => $page1));
148 $testResponse = $testRequest->get(array('id' => $page1));
194 $testResponse = $testRequest->get(array('id' => $page1));
229 $testResponse = $testRequest->get(array('id' => $page1));
275 $testResponse = $testRequest->get(array('id' => $page1));
/plugin/oauth/
H A DAdapter.php229 if (!$INPUT->get->has('code')) return false;
230 $state = $INPUT->get->str('state', null);
231 $accessToken = $oauth->requestAccessToken($INPUT->get->str('code'), $state);
233 if (!$INPUT->get->has('oauth_token')) return false;
237 $INPUT->get->str('oauth_token'),
238 $INPUT->get->str('oauth_verifier'),
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js44 ui.actions.get('resetView').funct();
58 ui.actions.get('smartFit').funct();
715 ui.actions.get('image').funct();
821 this.get('insertLink').funct();
825 this.get('editLink').funct();
953 }, mxResources.get('enterValue') + ' (' + mxResources.get('rotation') + ' 0-360)');
1030 this.get('pageView').funct();
1051 this.get('pageView').funct();
1073 this.get('pageView').funct();
1593 var title = mxResources.get('image') + ' (' + mxResources.get('url') + '):';
[all …]
/plugin/pdb/classes/
H A D_NCBI.php28 $summary = $this->HttpClient->get($url);
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.reddit.js20 function get (self, options, uri, settings, name) {
64 var title = get(this, options, uri, settings, 'title');
65 var target = get(this, options, uri, settings, 'target');
/plugin/pubchem/classes/
H A D_NCBI.php28 $summary = $this->HttpClient->get($url);
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
/plugin/pubmed/classes/
H A D_NCBI.php28 $summary = $this->HttpClient->get($url);
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DCramMD5Encoder.php58 $challenge = $message->get('challenge');
74 $username = $message->get('username');
75 $digest = $message->get('digest');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile7 RUN apt-get update && \
8 apt-get install -y --no-install-recommends git
11 RUN apt-get install -y \
/plugin/sfauth/
H A Dhelper.php95 if($INPUT->get->str('user') && $INPUT->get->str('sessionId')) {
96 …if($this->oauth_directlogin($INPUT->get->str('user'), $INPUT->get->str('sessionId'), $INPUT->get->…
111 if($INPUT->get->str('code')) {
112 if($this->oauth_finish($INPUT->get->str('code'), $instance)) {
/plugin/swiftmail/Swift/
H A DBatchMailer.php161 $message->headers->get("To") : null;
163 $message->headers->get("Reply-To") : null;
165 $message->headers->get("Return-Path") : null;
167 $message->headers->get("From") : null;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.sub.class.php10 function &get(&$state) { function in CSSSubProperty
12 $value =& $owner->get($state);
54 $owner_value = $owner->get($state->getState());
/plugin/letsencrypt/classes/
H A DClient.php44 public function get($url) { function in dokuwiki\\plugin\\letsencrypt\\classes\\Client
46 $response = $this->http->get($url);
65 $result = $this->get('/directory');
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.margin.boxes.php14 $pipeline->_cssState = array(new CSSState(CSS::get()));
33 $pipeline->_cssState = array(new CSSState(CSS::get()));
52 $pipeline->_cssState = array(new CSSState(CSS::get()));
/plugin/backlinks2/_test/
H A Dsyntax.test.php97 $response = $request->get(array('id'=>'link'), '/doku.php');
107 $response = $request->get(array('id'=>'bob_ross_says'), '/doku.php');
117 $response = $request->get(array('id'=>'backlinks_syntax'), '/doku.php');

12345678910>>...138