Home
last modified time | relevance | path

Searched refs:this (Results 3826 – 3850 of 27090) sorted by relevance

1...<<151152153154155156157158159160>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetHttpsProxyAggregatedList.php53 $this->id = $id;
60 return $this->id;
67 $this->items = $items;
74 return $this->items;
81 $this->kind = $kind;
88 return $this->kind;
102 return $this->nextPageToken;
116 return $this->selfLink;
130 return $this->unreachables;
137 $this->warning = $warning;
[all …]
H A DTargetPoolAggregatedList.php53 $this->id = $id;
60 return $this->id;
67 $this->items = $items;
74 return $this->items;
81 $this->kind = $kind;
88 return $this->kind;
102 return $this->nextPageToken;
116 return $this->selfLink;
130 return $this->unreachables;
137 $this->warning = $warning;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php15 $this->server->addPlugin(new Plugin());
27 $this->server->httpRequest = ($request);
28 $this->server->exec();
30 …$this->assertEquals(501, $this->response->status,'We expected GET to not be implemented for Direct…
44 $this->server->httpRequest = ($request);
45 $this->server->exec();
47 $this->assertEquals(200, $this->response->status);
49 $xml = simplexml_load_string($this->response->body);
50this->assertInstanceOf('SimpleXMLElement',$xml, 'Response was not a valid xml document. The list o…
54 $this->assertEquals('http://example.org/',(string)$url[0]);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DWeightedAvg.php15 * Set the value for this aggregation.
19 * @return $this
23 if ($this->hasParam('value') && isset($this->getParam('value')['script'])) {
33 return $this->setParam('value', $value);
37 * Set the value as a script for this aggregation.
39 * @return $this
43 if ($this->hasParam('value') && isset($this->getParam('value')['field'])) {
47 return $this
[all...]
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DBarcodeTest.php11 $this->class = new Barcode;
12 $this->tmpDir = dirname(dirname(__FILE__)).'/tmp';
17 $this->assertTrue(is_dir($this->tmpDir));
21 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
39 $this->assertNotEmpty($data);
43 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
57 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
59 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
63 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
77 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
[all …]
/plugin/struct/helper/
H A Ddb.php27 $this->sqlite = new SQLiteDB('struct', DOKU_PLUGIN . 'struct/db/');
30 $this->sqlite->getPdo()->sqliteCreateFunction('STRUCT_JSON', [$this, 'STRUCT_JSON'], -1);
33 $this->sqlite->getPdo()->sqliteCreateFunction('STRUCT_LOOKUP', [$this, 'STRUCT_LOOKUP'], -1);
35 // this function is meant to be overwritten by plugins
36 $this->sqlite->getPdo()->sqliteCreateFunction('IS_PUBLISHER', [$this, 'IS_PUBLISHER'], -1);
46 if (!$this->sqlite instanceof SQLiteDB) {
53 $this
[all...]
/plugin/addressbook/
H A Dsyntax.php96 if ($action=='savedata' && $this->saveOnce == 0 && $this->editor){
97 $this->saveOnce++;
100 $res = $this->saveData($cinfo);
129 $this->showCount++;
147 $this->instance++;
148 if ($this->instance > 1) return;
198 $out = $this->searchDialog();
219 $this->showCount++;
299 $r = $this->getContactData($cid);
340 if ($this->loggedin) {
[all …]
/plugin/bootnote/
H A Dsyntax.php34 if($this->getConf('bootnote.note') == 'note') {
42 if($this->getConf('bootnote.note') == 'note') {
60 if($this->getConf('bootnote.note') == 'note') {
88 $this->_define_note($renderer, $data);
120 $this->_render_note($renderer, $glyphs[$data['lvl']]);
125 if ($this->getConf('bootnote.theme') == 'oldtheme') {
149 'info-sign' => $this->getLang('bootnote.info'),
150 'education' => $this->getLang('bootnote.learn'),
152 'alert' => $this->getLang('bootnote.alert'),
153 'fire' => $this->getLang('bootnote.fire'),
[all …]
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php12 $this->receivedWriteCalls = array();
13 $this->receivedPageWriteCalls = array();
22 $this->remoteData[$animal][$page]['exists'] = $exists;
26 $this->remoteData[$animal]['datadir'] = $dir;
30 …return isset($this->remoteData[$animal]['datadir']) ? $this->remoteData[$animal]['datadir'] : '/va…
35 …return isset($this->remoteData[$animal][$page]['exists']) ? $this->remoteData[$animal][$page]['exi…
39 $this->receivedWriteCalls[] = array(
56 $this->receivedPageWriteCalls[] = array(
65 $this->remoteData[$animal][$page]['mtime'] = $timestamp;
70 …return isset($this->remoteData[$animal][$page]['mtime']) ? $this->remoteData[$animal][$page]['mtim…
[all …]
/plugin/menupopup/
H A Dsyntax.php170this->linkAlign.'" onmouseover="this.className=\'menuContainerOver'.$this->linkAlign.'\'" onmouseo…
172 …$output .= '<div class="menuLink'.($this->vertical?' vertical':'').'">'.p_render('xhtml', p_get_in…
174this->vertical?' vertical':'').'" style="width:'.(empty($this->width)?'150px':$this->width).'; '.(…
211 $this->page = $page;
218 $file = wikiFN($this->page);
219 …ml', p_cached_instructions($file), $info).$this->incl_editButton($this->page, $file, auth_quickacl…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php64 $this->summary = $summary;
67 $this->addTag($tag);
70 $this->context = $context;
71 $this->location = $location;
82 return $this->summary;
90 return $this->description;
100 return $this->context;
110 return $this->location;
148 return $this->isTemplateEnd;
158 return $this->tags;
[all …]
/plugin/combo/ComboStrap/
H A DHttpRequest.php30 $this->url = $url;
58 $this->withTestRequest = true;
59 return $this;
70 * @return $this
74 $this->method = self::POST;
75 $this->postData = $data;
76 return $this;
82 if (!$this->withTestRequest) {
99 $path = $this->url->getPath();
110 if ($this
[all...]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAnonymousIp.php39 $this->isAnonymous = $this->get('is_anonymous');
40 $this->isAnonymousVpn = $this->get('is_anonymous_vpn');
41 $this->isHostingProvider = $this->get('is_hosting_provider');
42 $this->isPublicProxy = $this->get('is_public_proxy');
43 $this->isTorExitNode = $this->get('is_tor_exit_node');
44 $this->ipAddress = $this->get('ip_address');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DValueContainer.php28 $this->valueSupplier = $valueSupplier;
33 $this->initialize();
35 return array_key_exists($offset, $this->values);
40 $this->initialize();
46 return $this->values[$offset];
61 $this->initialize();
63 return new \ArrayIterator($this->values);
68 $this->initialize();
70 return count($this->values);
75 if (null === $this->values) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DGetBuckets.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
26 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
36 if (isset($this->job_id) !== true) {
41 $job_id = $this->job_id;
42 $timestamp = $this->timestamp ?? null;
67 return isset($this->body) ? 'POST' : 'GET';
73 return $this;
75 $this->body = $body;
77 return $this;
83 return $this;
[all...]
H A DGetCategories.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
26 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
36 if (isset($this->job_id) !== true) {
41 $job_id = $this->job_id;
42 $category_id = $this->category_id ?? null;
61 return isset($this->body) ? 'POST' : 'GET';
67 return $this;
69 $this->body = $body;
71 return $this;
77 return $this;
[all...]
H A DGetModelSnapshots.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
26 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
36 if (isset($this->job_id) !== true) {
41 $job_id = $this->job_id;
42 $snapshot_id = $this->snapshot_id ?? null;
64 return isset($this->body) ? 'POST' : 'GET';
70 return $this;
72 $this->body = $body;
74 return $this;
80 return $this;
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php66 if (!isset($this->beta)) {
68 $inv = $this->one->divide($this->two)->negate();
78 if (!isset($this->basis)) {
92 $lhs = $this->multiplyPoint($this->p, $lambdas[0])[0];
93 $rhs = $this->p[0]->multiply($this->beta);
96 $this->basis = static::extendedGCD($lambda->toBigInteger(), $this->order);
138 clone $this->one
146 clone $this->one
201 $e = $this->three->multiply($a);
205 $this->eight->multiply($c)
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php43 $this->rootNode = $rootNode;
56 if (isset($this->cache[$path])) return $this->cache[$path];
60 return $this->rootNode;
80 $this->cache[$path] = $node;
132 $this->markDirty($destinationDir);
165 $this->markDirty($sourceDir);
166 $this->markDirty($destinationDir);
178 $node = $this->getNodeForPath($path);
182 $this->markDirty($parent);
194 $node = $this->getNodeForPath($path);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php54 $shortFormat = $this->shortFormat;
55 $format = $this->sigFormat;
60 $order = $this->curve->getOrder();
67 … if ($this->curve instanceof Ed25519 && self::$engines['libsodium'] && !isset($this->context)) {
71 $curve = $this->curve;
93 $A = $curve->encodePoint($this->QA);
97 … 'SigEd25519 no Ed25519 collisions' . "\0" . chr(strlen($this->context)) . $this->context;
99 $context = isset($this->context) ? $this->context : '';
140 $e = $this->hash->hash($message);
154 [$this->curve->getBasePoint(), $this->QA],
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php43 $this->rootNode = $rootNode;
56 if (isset($this->cache[$path])) return $this->cache[$path];
60 return $this->rootNode;
80 $this->cache[$path] = $node;
132 $this->markDirty($destinationDir);
165 $this->markDirty($sourceDir);
166 $this->markDirty($destinationDir);
178 $node = $this->getNodeForPath($path);
182 $this->markDirty($parent);
194 $node = $this->getNodeForPath($path);
[all …]
/plugin/keyboard/
H A Dsyntax.php52 $class = $this->getConf('css_class');
54 $this->lastClass = $class;
55 return array($state, '', $this->lastClass);
103 $subst = $this->getLang($key);
127 … if ($this->stylesCreated == false || !array_key_exists ($class, $this->styles)) {
130 $this->renderODTOpenSpan($renderer, $this->styles[$class]['name']);
155 $this->renderODTOpenSpan($renderer, $this->styles[$class]['name']);
160 $this->renderODTCloseSpan($renderer);
180 if ($this->stylesCreated === false) {
181 $this->stylesCreated = true;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DCountTest.php35 $this->assertEquals(1, $it->current());
39 $this->assertEquals(2, $it->current());
43 $this->assertFalse($it->valid());
50 $this->assertEquals(1, $it->current());
54 $this->assertEquals(2, $it->current());
58 $this->assertFalse($it->valid());
68 $this->assertEquals(1, $generator->current());
75 $this->assertEquals(1, $generator->current());
77 $this->assertEquals(2, $generator->current());
84 $this->assertEquals(1, $generator->current());
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php62 $this->addBackend($authBackend);
75 $this->backends[] = $authBackend;
119 return $this->currentPrincipal;
132 if ($this->currentPrincipal) {
155 $this->loginFailedReasons = null;
163 $this->currentPrincipal = null;
166 if ($this->autoRequireLogin) {
193 if (!$this->backends) {
197 foreach ($this->backends as $backend) {
234 foreach ($this->backends as $backend) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyJsFilter.php42 $this->nodeBin = $nodeBin;
60 $this->beautify = $beautify;
69 $this->unsafe = $unsafe;
78 $this->mangle = $mangle;
83 $this->defines = $defines;
101 $this->nodeBin
102 ? array($this->nodeBin, $this->uglifyjsBin)
106 if ($this->noCopyright) {
110 if ($this->beautify) {
114 if ($this->unsafe) {
[all …]

1...<<151152153154155156157158159160>>...1084