Home
last modified time | relevance | path

Searched refs:this (Results 176 – 200 of 13650) sorted by relevance

12345678910>>...546

/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php104 if (!$this->stderr) {
107 if (!$this->stdout) {
110 if (!$this->stdin) {
124 …$this->log($this->colorize('green', "sabre/vobject ") . $this->colorize('yellow', Version::VERSION…
225 $this->showHelp();
236 $this->stdout = fopen($this->outputPath, 'w');
246 if (!$this->format) {
286 $this->log('');
299 $this->log('');
305 $this->log(
[all …]
/plugin/latexport/implementation/
H A Ddecorator_persister.php144 $label = $this->pageId.':'.$this->texifyReference($link);
177 $this->appendContent($this->texifyText($title));
237 $this->appendCommand('chapter', $this->texifyText($text));
244 $this->appendCommand('part', $this->texifyText($text));
248 $this->appendCommand('chapter', $this->texifyText($text));
252 $this->appendCommand('section', $this->texifyText($text));
256 $this->appendCommand('subsection', $this->texifyText($text));
287 $this->appendContent($this->texifyText($text));
692 $this->internallink($this->pageId.":".$hash, $name);
703 $this->appendContent($this->texifyText($text));
[all …]
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php33 $this->_old_val = $this->_setting->_local;
39 if ($this->_setting->_local !== null && $this->_setting->_local === $this->_setting->_default){
42 $this->_value = $this->_setting->_local;
55 $this->_setting = new $class($this->_key,$meta);
58 $this->_level->getDefault($this->_key),
59 $this->_level->getLocal($this->_key),
61 $this->_level->getParentProtected($this->_key)
66 if ($this->_changed) return $this->_old_val;
67 return $this->_setting->_local === null ? $this->_setting->_default : $this->_setting->_local;
86 }elseif ($this->_updated && !$this->changed){
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php344 return $this->emails;
351 $this->etag = $etag;
358 return $this->etag;
407 $this->id = $id;
414 return $this->id;
421 $this->ims = $ims;
428 return $this->ims;
547 $this->kind = $kind;
554 return $this->kind;
603 $this->name = $name;
[all …]
H A DMobileDevice.php250 return $this->brand;
348 return $this->email;
369 $this->etag = $etag;
376 return $this->etag;
432 return $this->imei;
460 return $this->kind;
516 return $this->meid;
544 return $this->name;
565 $this->os = $os;
572 return $this->os;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DFilterTest.php80 $this->filter->addFileToWhitelist($this->files[0]);
94 $this->filter->addFileToWhitelist($this->files[0]);
95 $this->filter->removeFileFromWhitelist($this->files[0]);
97 $this->assertEquals([], $this->filter->getWhitelist());
112 $this->assertEquals($this->files, $whitelist);
133 $this->assertEquals($this->files, $whitelist);
160 $this->assertTrue($this->filter->isFile(__FILE__));
168 $this->filter->addFileToWhitelist($this->files[0]);
169 $this->assertFalse($this->filter->isFiltered($this->files[0]));
177 $this->filter->addFileToWhitelist($this->files[0]);
[all …]
/plugin/caption/syntax/
H A Dcaption.php56 $this->Lexer->addSpecialPattern('{{setcounter [a-z0-9=]+?}}',$mode,'plugin_caption_caption');
57 $this->Lexer->addEntryPattern('<figure.*?>(?=.*</figure>)',$mode,'plugin_caption_caption');
58 $this->Lexer->addEntryPattern('<table.*?>(?=.*</table>)',$mode,'plugin_caption_caption');
59 $this->Lexer->addEntryPattern('<codeblock.*?>(?=.*</codeblock>)',$mode,'plugin_caption_caption');
60 $this->Lexer->addEntryPattern('<fileblock.*?>(?=.*</fileblock>)',$mode,'plugin_caption_caption');
61 $this->Lexer->addPattern('<caption>(?=.*</caption>)','plugin_caption_caption');
62 $this->Lexer->addPattern('</caption>','plugin_caption_caption');
66 $this->Lexer->addExitPattern('</figure>','plugin_caption_caption');
67 $this->Lexer->addExitPattern('</table>','plugin_caption_caption');
68 $this
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.img.php34 $this->src_width/$this->src_height*
40 $this->default_baseline = $this->get_full_height();
45 $this->src_height/$this->src_width*
76 $this->baseline = $this->default_baseline;
144 $this->ascender = $this->get_height();
289 $this->put_width(px2pt($this->image->sx()));
290 $this->put_height(px2pt($this->image->sy()));
293 $this->src_height = $this->image->sx();
294 $this->src_width = $this->image->sy();
305 $this->src_width/$this->src_height*
[all …]
H A Dbox.text.php60 … return join('', array_map(array($this, 'get_content_callback'), $this->words, $this->encodings));
91 …$scale = $line_height->apply($this->ascender + $this->descender) / ($this->ascender + $this->desce…
99 $this->put_height(($this->ascender + $this->descender)*$scale);
100 $this->default_baseline = $this->default_baseline + $delta/2;
308 $this->baseline = $this->default_baseline;
386 $this->default_baseline = $this->ascender;
387 $this->height = $this->ascender + $this->descender;
493 $top = $this->get_top() - $this->default_baseline;
511 $this->wrapped[2] - $this->default_baseline);
527 $this->wrapped[2] - $this->default_baseline);
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php149 return $this->scheme;
173 return $this->host;
181 return $this->port;
189 return $this->path;
197 return $this->query;
216 $authority = $this->userInfo ? $this->userInfo.'@' : '';
231 $authority = $this->rawUserInfo ? $this->rawUserInfo.'@' : '';
246 $uri = $this->scheme . '://' . $this->getRawAuthority();
289 $uri = $this->scheme . '://' . $this->getAuthority();
366 $this->userInfo = $userInfo ? $this->protectUserInfo($userInfo) : '';
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php68 $this->parseUri($uri);
89 $this->scheme = $uriParts['scheme'];
90 $this->host = $uriParts['host'];
93 $this->port = $uriParts['port'];
94 $this->explicitPortSpecified = true;
96 $this->port = strcmp('https', $uriParts['scheme']) ? 80 : 443;
97 $this->explicitPortSpecified = false;
101 $this->path = $uriParts['path'];
103 $this->explicitTrailingHostSlash = true;
106 $this
[all...]
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php182 $client->addService($this->serviceName, $this->version);
199 return $this->keys;
213 return $this->keys;
219 return $this->kind;
240 return $this->kind;
271 return $this->kind;
309 return $this->kind;
347 $this->key = $key;
350 return $this->key;
425 $this->id = $id;
[all …]
H A DGoogle_PredictionService.php212 $client->addService($this->serviceName, $this->version);
246 $this->id = $id;
249 return $this->id;
255 return $this->kind;
326 return $this->text;
525 $this->id = $id;
528 return $this->id;
597 $this->id = $id;
600 return $this->id;
731 $this->id = $id;
[all …]
H A DGoogle_MirrorService.php477 $client->addService($this->serviceName, $this->version);
507 $this->id = $id;
510 return $this->id;
585 $this->id = $id;
588 return $this->id;
683 $this->id = $id;
686 return $this->id;
749 $this->id = $id;
752 return $this->id;
889 $this->id = $id;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php80 $this->server->addPlugin($this->plugin);
96 $this->server->httpResponse = $this->response;
121 …$this->assertEquals(501, $this->response->status,'Incorrect status returned. Full response body:' …
137 $this->assertEquals(415, $this->response->status);
190 $this->assertEquals(403, $this->response->status);
243 $this->assertEquals(409, $this->response->status);
296 $this->assertEquals(405, $this->response->status);
350 …$this->assertEquals(201, $this->response->status,'Invalid response code received. Full response bo…
399 …$this->assertEquals(201, $this->response->status,'Invalid response code received. Full response bo…
447 $this->assertEquals(400, $this->response->status);
[all …]
/plugin/noticeboard/classes/
H A DEditForm.php48 $this->EMName = $text;
52 $this->EMStartDate = $text;
56 $this->EMEndDate = $text;
60 $this->EMStartTime = $text;
64 $this->EMEndTime = $text;
68 $this->EMDeadline = $text;
131 $data .= (!$this->category || $this->category == "meeting") ? ("checked") : ("");
142 if($this->EMName){
162 if($this->EMStartDate){
181 if($this->EMEndDate){
[all …]
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php48 $this->EMName = $text;
52 $this->EMStartDate = $text;
56 $this->EMEndDate = $text;
60 $this->EMStartTime = $text;
64 $this->EMEndTime = $text;
68 $this->EMDeadline = $text;
131 $data .= (!$this->category || $this->category == "meeting") ? ("checked") : ("");
142 if($this->EMName){
162 if($this->EMStartDate){
181 if($this->EMEndDate){
[all …]
/plugin/move/_test/
H A Dpagemove.test.php26 $this->pluginsEnabled[] = 'move';
31 $ID = $this->movedId;
48 saveWikiText($this->movedId, $text, $summary);
51 $references = array_keys(p_get_metadata($this->movedId, 'relation references', METADATA_RENDER_UNLIMITED));
52 idx_get_indexer()->addMetaKeys($this->movedId, 'relation_references', $references);
55 [[$this->movedId|$this->movedId]]
56 [[:$this->movedId|:$this->movedId]]
78 saveWikiText($this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DRendererFormattedStrings.php241 return $this->calculatorLink;
283 return $this->dropdownCopyJSON;
339 return $this->dropdownSaveGist;
353 return $this->dropdownSaveHTML;
367 return $this->dropdownSaveJSON;
381 return $this->dropdownViewer;
395 return $this->errorLabel;
423 return $this->footerIssue;
437 return $this->labDataTitle;
731 return $this->runtimeUnknown;
[all …]
/plugin/authsplit/
H A Dauth.php27 if (!$this->debug)
39 $this->loadConfig();
44 $pluginName = $this->getConf($settingName);
46 msg(sprintf($this->getLang('nocfg'), $settingName), -1);
47 $this->success = false;
51 $this->authplugins[$type] = plugin_load('auth', $pluginName);
52 if (!$this->authplugins[$type]) {
53 msg(sprintf($this->getLang('pluginload'), $pluginName), -1);
54 $this->success = false;
58 $this
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php660 $this->arguments['test'] = $this->options[1][0];
664 $this->arguments['testFile'] = realpath($this->options[1][1]);
673 …$this->arguments['test'] = substr($this->arguments['test'], 0, strrpos($this->arguments['test'…
689 $this->arguments['loader'] = $this->handleLoader($this->arguments['loader']);
737 $this->handleBootstrap($this->arguments['bootstrap']);
764 $this->arguments['printer'] = $this->handlePrinter(
777 $this->arguments['loader'] = $this->handleLoader(
791 $this->handleBootstrap($this->arguments['bootstrap']);
796 $this->arguments['printer'] = $this->handlePrinter($this->arguments['printer']);
850 $this->showError(
[all …]
/plugin/pagemove/_test/
H A Dpagemove.test.php24 $ID = $this->movedId;
45 [[$this->movedId|$this->movedId]]
46 [[:$this->movedId|:$this->movedId]]
71 [[$this->movedId|$this->movedId]]
72 [[:$this->movedId|:$this->movedId]]
101 [[$this->movedId|$this->movedId]]
102 [[:$this->movedId|:$this->movedId]]
126 [[$this->movedId|$this->movedId]]
127 [[:$this->movedId|:$this->movedId]]
258 [[$newId|:$this->movedId]]
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSelect.php12 $this->mpdf->lastoptionaltag = ''; // Save current HTML specified optional endtag
13 $this->mpdf->InlineProperties['SELECT'] = $this->mpdf->saveInlineProperties();
14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr);
16 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
19 $mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size / Mpdf::SCALE);
20 $this->mpdf->SetFontSize($mmsize * Mpdf::SCALE, false);
23 $this
[all...]
/plugin/authorlist/
H A Dhelper.php52 $this->creatortext = $this->getConf('creatortext');
53 $this->intro = $this->getConf('intro');
54 $this->userpageid = $this->getConf('userpageid');
55 $this->linkto = $this->getConf('linkto');
56 $this->showheading = $this->getConf('showheading');
75 $this->$option = $this->getConf($option);
99 if($this->showcreator== "before" ) $this->output .= $this->renderCreator();
102 $this->output .= $this->intro.DOKU_LF;
131 if($this->creatorisauthor || !$this->showcreator){
166 if($this->printempty || !empty($this->authors)){
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DLivingAreaFeatures.php223 return $this->bathtub;
244 $this->bidet = $bidet;
251 return $this->bidet;
272 $this->dryer = $dryer;
279 return $this->dryer;
391 return $this->heating;
559 return $this->shower;
587 return $this->toilet;
608 $this->tv = $tv;
615 return $this->tv;
[all …]

12345678910>>...546