Home
last modified time | relevance | path

Searched refs:this (Results 251 – 275 of 16594) sorted by relevance

1...<<11121314151617181920>>...664

/plugin/authucenter/lib/uc_client/control/
H A Duser.php23 $this->usercontrol();
28 $this->load('user');
29 $this->app = $this->cache['apps'][UC_APPID];
33 $this->init_input();
50 $this->init_input();
64 $this->init_input();
83 $this->init_input();
106 $this->init_input();
115 …$this->settings['login_failedtime'] = is_null($this->settings['login_failedtime']) ? 5 : $this->se…
148 $this->init_input();
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DBlockAccessTest.php25 $this->server->addPlugin($this->plugin);
37 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
46 …$r = $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]…
59 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
71 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
83 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
95 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
107 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
119 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
131 … $this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->httpResponse]);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php185 $this->credentials = $this->config['credentials'];
187 $this->setAuthConfig($this->config['credentials']);
193 $this->setScopes($this->config['scopes']);
211 $this->setCache($this->config['cache']);
956 return isset($this->config[$name]) ? $this->config[$name] : $default;
1057 $this->auth = $this->createOAuth2Service();
1060 return $this->auth;
1099 $this->cache = $this->createDefaultCache();
1128 $this->logger = $this->createDefaultLogger();
1167 $this->http = $this->createDefaultHttpClient();
[all …]
/plugin/xcom/scripts/
H A Dxcom_save.php31 while(!($this->localClient = $this->ini_clients($local_auth,true))) {
41 while(!($this->remoteClient = $this->ini_clients($remote_auth))) {
97 if(!$this->mediaArray) $this->getMedia();
99 $this->msg('nomedia',0, " $this->page.\n");
125 … $auth = $this->xcom_get_data( 'wiki.aclCheck',$this->localClient,false,array($this->page));
128 $this->msg('noperm',false," $this->page\n");
134 … $this->xcom_get_data( 'wiki.getPage',$this->remoteClient,true, array($this->page));
143 …$resp = $this->xcom_get_data( 'wiki.putPage',$this->localClient,false, array($this->page,$this->da…
146 $this->msg('noimport',false," $this->page\n");
150 $this->msg('imported',false," $this->page\n");
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php36 $this->assertEquals(
38 $this->toString()
240 $this->assertEquals(
268 $this->assertEquals(
282 $this->assertEquals(
455 $this->assertEquals(
467 $this->assertEquals(
479 $this->assertEquals(
491 $this->assertEquals(
502 $this->assertEquals(
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/TestDox/
H A DNamePrettifierTest.php22 $this->assertEquals('Foo', $this->namePrettifier->prettifyTestClass('FooTest'));
23 $this->assertEquals('Foo', $this->namePrettifier->prettifyTestClass('TestFoo'));
24 $this->assertEquals('Foo', $this->namePrettifier->prettifyTestClass('TestFooTest'));
25 $this->assertEquals('Foo', $this->namePrettifier->prettifyTestClass('Test\FooTest'));
33 $this->assertEquals('Foo', $this->namePrettifier->prettifyTestClass('FooTestCase'));
34 $this->assertEquals('TestFoo', $this->namePrettifier->prettifyTestClass('TestFoo'));
35 $this->assertEquals('FooTest', $this->namePrettifier->prettifyTestClass('FooTest'));
43 $this->assertEquals('Foo', $this->namePrettifier->prettifyTestClass('XXXFoo'));
44 $this->assertEquals('TestXXX', $this->namePrettifier->prettifyTestClass('TestXXX'));
45 $this->assertEquals('XXX', $this->namePrettifier->prettifyTestClass('XXXXXX'));
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php33 $this->mpdf = $mpdf;
34 $this->otl = $otl;
35 $this->sizeConverter = $sizeConverter;
36 $this->colorConverter = $colorConverter;
49 $this->mpdf->SetLineHeight();
50 $h = $this->mpdf->lineheight;
53 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
55 $wmax = ($w - ($this
[all...]
H A DTTFontFile.php216 $this->fontCache = $fontCache;
217 $this->fontDescriptor = $fontDescriptor;
220 $this->maxStrLenRead = 200000;
225 $this->useOTL = $useOTL;
226 $this->fontkey = $fontkey;
227 $this->filename = $file;
228 $this->fh = fopen($file, 'rb');
230 if (!$this->fh) {
234 $this->_pos = 0;
235 $this
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php94 return $this;
100 $this->source .= str_repeat(' ', $this->indentation * 4);
105 return $this;
119 return $this;
134 return $this;
148 $this->source .= str_repeat(' ', $this->indentation * 4);
150 return $this;
164 return $this;
227 … $this->sourceLine += mb_substr_count(mb_substr($this->source, $this->sourceOffset), "\n");
229 $this->sourceLine += substr_count($this->source, "\n", $this->sourceOffset);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DCreative.php231 $this->assets = $assets;
238 return $this->assets;
392 return $this->dynamic;
560 return $this->mp3Audio;
567 $this->name = $name;
574 return $this->name;
581 $this->notes = $notes;
588 return $this->notes;
602 return $this->obaIcon;
833 $this->vpaid = $vpaid;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php238 $this->content[$i+1] =& $this->content[$i];
806 $this->_current_x = $this->get_left();
819 $this->_current_x = $context->float_left_x($this->_current_x, $this->_current_y);
877 $this->_current_x += $text_indent->calculate($this);
878 $this->_current_x += $this->_additional_text_indent;
884 $this->_current_y = $this->get_top();
934 $this->put_full_width($this->get_max_width_natural($context, $this->parent->get_width()));
951 $this->moveto($x + $this->get_extra_left(), $y - $this->get_extra_top());
1015 $this->remove($this->content[$i]);
1064 …$left_float_width = $context->float_left_x($this->get_left(), $this->_current_y) - $this->get_left…
[all …]
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php97 return $this;
111 return $this;
122 return $this;
133 return $this;
143 return $this;
251 $this->header['Return-Path'] = $this->fakeFromEmail;
252 $this->header['From'] = $this->fakeFromName . " <" . $this->fakeFromEmail . ">";
254 $this->header['Return-Path'] = $this->fromEmail;
255 $this->header['From'] = $this->fromName . " <" . $this->fromEmail .">";
262 $this->header['To'] = substr($this->header['To'], 0, -2);
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DLzw.php80 $this->initsTable();
82 $this->data = $data;
83 $this->dataLength = \strlen($data);
86 $this->bytePointer = 0;
88 $this->nextData = 0;
89 $this->nextBits = 0;
95 while (($code = $this->getNextCode()) !== 257) {
97 $this->initsTable();
98 $code = $this->getNextCode();
104 $uncompData .= $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DCluster.php246 return $this->autopilot;
456 return $this->endpoint;
477 $this->id = $id;
484 return $this->id;
596 return $this->location;
729 $this->name = $name;
736 return $this->name;
750 return $this->network;
974 return $this->status;
1051 $this->zone = $zone;
[all …]
/plugin/archivegenerator/
H A Dadmin.php91 $this->showFullForm();
121 $this->log('info', $this->getLang('message: starting'));
132 $this->addDirToArchive($archive, 'lib', true, '^' . $this->base . 'lib/plugins$');
148 $this->log('info', $this->getLang('message: adding data done'));
155 $this->log('success', $this->getLang('message: done') . ' ' . $link);
169 $this->log('info', $this->getLang('message: starting'));
194 $this->log('info', $this->getLang('message: adding data done'));
201 $this->log('success', $this->getLang('message: done') . ' ' . $link);
281 $this->log('info', $this->getLang('message: create users'));
309 $this->log('info', $this->getLang('message: create acl'));
[all …]
/plugin/upgrade/
H A Dhelper.php38 $this->tgzurl = "https://github.com/splitbrain/dokuwiki/archive/$branch.tar.gz";
39 $this->tgzfile = $conf['tmpdir'] . '/dokuwiki-upgrade.tgz';
40 $this->tgzdir = $conf['tmpdir'] . '/dokuwiki-upgrade/';
41 $this->tgzversion = "https://raw.githubusercontent.com/splitbrain/dokuwiki/$branch/VERSION";
42 $this->composer = "https://raw.githubusercontent.com/splitbrain/dokuwiki/$branch/composer.json";
43 $this->pluginversion = "https://raw.githubusercontent.com/splitbrain/dokuwiki-plugin-upgrade/master/plugin.info.txt";
52 $this->logger = $logger;
68 $this->log('error', $this->getLang('vs_ssl'));
74 $tgzversion = trim($http->get($this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectAttachment.php389 $this->id = $id;
396 return $this->id;
431 $this->kind = $kind;
438 return $this->kind;
445 $this->mtu = $mtu;
452 return $this->mtu;
459 $this->name = $name;
466 return $this->name;
620 return $this->state;
627 $this->type = $type;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php319 …$this->drawFilledRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R,$G,$…
320 …$this->drawRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R-40,$G-40,$…
388 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
389 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B);
648 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
649 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B);
1116 …$C_ShadowColor = $this->AllocateColor($this->Picture,$this->ShadowRColor,$this->ShadowGColor,$this
2609 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->ShadowRColor,$this->ShadowGColor,$this->Sh…
2856this->drawFilledRectangle($X1+$this->ShadowXDistance,$Y1+$this->ShadowYDistance,$X2+$this->ShadowX…
3230 …$this->drawAntialiasPixel($X+$this->ShadowXDistance,$Y+$this->ShadowYDistance,$this->ShadowRColor,…
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php139 if (empty($this->filename)) {
143 $this->errors[] = 'filename set to non-existant file "'.$this->filename.'" in getid3_writetags';
152 $this->tagformats = array_unique($this->tagformats);
179 $this->ThisFileInfo = $getID3->analyze($this->filename);
182 switch (isset($this->ThisFileInfo['fileformat']) ? $this->ThisFileInfo['fileformat'] : '') {
232 if ($this->remove_other_tags) {
295 $this->tag_data[strtoupper($tag_key)] = $this->tag_data[$tag_key];
312 if (isset($this->tag_data['TRACK']) && !isset($this->tag_data['TRACK_NUMBER'])) {
313 $this->tag_data['TRACK_NUMBER'] = $this->tag_data['TRACK'];
318 if ($this->remove_other_tags) {
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php728 $this->authorizationUri = $this->coerceUri($uri);
762 $this->tokenCredentialUri = $this->coerceUri($uri);
867 if (!is_null($this->username) && !is_null($this->password)) {
871 if (!is_null($this->issuer) && !is_null($this->signingKey)) {
907 return $this->state;
928 return $this->code;
939 $this->code = $code;
1058 return $this->sub;
1069 $this->sub = $sub;
1244 if (!is_null($this->issuedAt) && !is_null($this->expiresIn)) {
[all …]
/plugin/projects/pchart/pchart/
H A Dpchart.php319 …$this->drawFilledRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R,$G,$…
320 …$this->drawRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R-40,$G-40,$…
388 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
389 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B);
648 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
649 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B);
1092 …$C_ShadowColor = $this->AllocateColor($this->Picture,$this->ShadowRColor,$this->ShadowGColor,$this
2584 …$C_GraphLo = $this->AllocateColor($this->Picture,$this->ShadowRColor,$this->ShadowGColor,$this->Sh…
2831this->drawFilledRectangle($X1+$this->ShadowXDistance,$Y1+$this->ShadowYDistance,$X2+$this->ShadowX…
3205 …$this->drawAntialiasPixel($X+$this->ShadowXDistance,$Y+$this->ShadowYDistance,$this->ShadowRColor,…
[all …]
/plugin/odt/ODT/
H A DODTDocument.php157 $this->state->setDocument($this);
159 $this->params->document = $this;
160 $this->params->htmlStack = $this->htmlStack;
161 $this->params->units = $this->units;
162 $this->params->content = &$this->content;
163 $this->params->ZIP = $this->ZIP;
164 $this->params->manifest = $this->manifest;
165 $this->params->styleset = $this->styleset;
198 $this->params->import = $this->importnew;
363 $this->params->import = $this->importnew;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php198 return $this->brand;
226 return $this->color;
240 return $this->count;
310 return $this->flavor;
345 $this->gtin = $gtin;
352 return $this->gtin;
415 $this->mpn = $mpn;
422 return $this->mpn;
562 return $this->scent;
569 $this->size = $size;
[all …]
/plugin/sqlite/_test/
H A DHelperTest.php21 $this->pluginsEnabled[] = 'data';
22 $this->pluginsEnabled[] = 'sqlite';
45 $SqliteHelper = $this->getSqliteHelper();
49 $this->res = $res;
59 $SqliteHelper = $this->getSqliteHelper();
63 $this->res = $res;
69 $SqliteHelper = $this->getSqliteHelper();
80 $this->assertEquals($sqlarray1, $SqliteHelper->SQLstring2array($sqlstring1));
81 $this->assertEquals($sqlarray2, $SqliteHelper->SQLstring2array($sqlstring2));
86 $SqliteHelper = $this
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DPropPatchTest.php14 $this->assertEquals(['{DAV:}displayname' => 'foo'], $this->propPatch->getMutations());
28 $this->assertTrue($this->propPatch->commit());
46 $this->assertFalse($this->propPatch->commit());
64 $this->assertTrue($this->propPatch->commit());
83 $this->assertTrue($this->propPatch->commit());
117 $this->assertTrue($this->propPatch->commit());
140 $this->assertTrue($this->propPatch->commit());
149 $this->assertFalse($this->propPatch->commit());
158 $this->assertTrue($this->propPatch->commit());
166 $this->assertFalse($this->propPatch->commit());
[all …]

1...<<11121314151617181920>>...664