Home
last modified time | relevance | path

Searched refs:this (Results 5451 – 5475 of 27090) sorted by relevance

1...<<211212213214215216217218219220>>...1084

/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php77 $this->recordsByLevel[$record['level']][] = $record;
78 $this->records[] = $record;
83 return isset($this->recordsByLevel[$level]);
91 return $this->hasRecordThatPasses(function ($rec) use ($record) {
104 return $this->hasRecordThatPasses(function ($rec) use ($message) {
111 return $this->hasRecordThatPasses(function ($rec) use ($regex) {
118 if (!isset($this->recordsByLevel[$level])) {
121 foreach ($this->recordsByLevel[$level] as $i => $rec) {
134 if (method_exists($this, $genericMethod)) {
136 return call_user_func_array([$this,
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DAnnotation.php10 //if (isset($attr['CONTENT']) && !$this->mpdf->writingHTMLheader && !$this->mpdf->writingHTMLfooter) { // Stops annotations in FixedPos
63 } elseif ($this->mpdf->annotMargin) {
66 $objattr['OPACITY'] = $this->mpdf->annotOpacity;
69 $cor = $this->colorConverter->convert($attr['COLOR'], $this->mpdf->PDFAXwarnings);
73 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
76 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this
[all...]
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php77 $this->recordsByLevel[$record['level']][] = $record;
78 $this->records[] = $record;
83 return isset($this->recordsByLevel[$level]);
91 return $this->hasRecordThatPasses(function ($rec) use ($record) {
104 return $this->hasRecordThatPasses(function ($rec) use ($message) {
111 return $this->hasRecordThatPasses(function ($rec) use ($regex) {
118 if (!isset($this->recordsByLevel[$level])) {
121 foreach ($this->recordsByLevel[$level] as $i => $rec) {
134 if (method_exists($this, $genericMethod)) {
136 return call_user_func_array([$this,
[all...]
/plugin/openlayersmap/admin/
H A Dpurge.php6 * Permission to use, copy, modify, and distribute this software for any
8 * copyright notice and this permission notice appear in all copies.
42 $plugin = $this->getPluginName();
58 if ($this->rrmdir($path)) {
59 msg($this->getLang('admin_purged_tiles'), 0);
64 if ($this->rrmdir($path)) {
65 msg($this->getLang('admin_purged_maps'), 0);
84 $this->rrmdir("$sDir/$sFile") : unlink("$sDir/$sFile");
100 echo $this->locale_xhtml('admin_intro');
104 $form->startFieldset($this
[all...]
/plugin/semanticdata/syntax/
H A Dentry.php22 $this->dthlp =& plugin_load('helper', 'semanticdata');
77 $column = $this->dthlp->_column($line[0]);
108 $this->_showData($data,$renderer);
114 $this->_editData($data, $renderer);
169 $store = $this->dthlp->_getTripleStore();
203 …sprintf('{ <%s%s> <%s%s> "%s" . }',$this->getConf('base_url'),urlencode($id),$this->getConf('base_…
209 …sprintf('{ <%s%s> <%s%s> "%s" . }',$this->getConf('base_url'),urlencode($id),$this->getConf('base_…
221 if ($this->getConf('edit_content_only')) {
253 if ($this->getConf('edit_content_only')) {
277 array_keys($this->dthlp->_aliases())),
[all …]
H A Dtable.php92 $column = $this->dthlp->_column($col);
163 $data['sql'] = $this->_buildSQL($data);
180 $store = $this->dthlp->_getTripleStore();
200 $R->doc .= $this->before_item;
202 $R->doc .= $this->before_val;
205 $R->doc .= $this->dthlp->_formatData(
207 $R->doc .= $this->after_val;
209 $R->doc .= $this->after_item;
211 $R->doc .= $this->postList($data, $cnt);
214 $this->nullList($data, $clist, $R);
[all …]
/plugin/approve/action/
H A Dapprove.php10 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_diff_accept');
11 $controller->register_hook('HTML_SHOWREV_OUTPUT', 'BEFORE', $this, 'handle_showrev');
12 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_approve');
13 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_mark_ready_for_approval');
14 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_viewer');
15 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_display_banner');
16 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handle_pagesave_after');
40 ptln('<a href="' . $href . '">'.$this->getLang('approve').'</a>');
43 if ($this->getConf('ready_for_approval') && $event->data == 'diff' && isset($_GET['ready_for_approval'])) {
45 ptln('<a href="' . $href . '">'.$this
[all...]
/plugin/latexit/_test/
H A Dlabelhandler.test.php32 $this->l = LabelHandler::getInstance();
39 $this->assertEquals("label", $this->l->newLabel("label"));
40 $this->assertEquals("stitek", $this->l->newLabel("stitek"));
41 $this->assertEquals("label2", $this->l->newLabel("label"));
42 $this->assertEquals("label3", $this->l->newLabel("label"));
H A Dbibhandler.test.php41 $this->markTestSkipped('Zotero Plugin is not installed');
53 $this->b = BibHandler::getInstance();
60 $this->assertTrue($this->b->isEmpty());
62 $this->b->insert("bib:agile-manifesto");
63 $this->assertFalse($this->b->isEmpty());
71 $this->b->insert("bib:arlow-uml2-up");
99 $this->assertEquals($string, $this->b->getBibtex());
/plugin/autologoff/
H A Dadmin.php17 $this->helper = $this->loadHelper('autologoff', false);
40 $this->helper->remove_entry($_REQUEST['remove']);
44 $this->helper->add_entry($_REQUEST['usergroup'], $_REQUEST['time']);
54 echo $this->locale_xhtml('intro');
56 $config = $this->helper->load_config();
65 echo '<th>'.$this->getLang('usergroup').'</th>';
66 echo '<th>'.$this->getLang('time').'</th>';
82 echo '<td><a href="'.$url.'">'.$this->getLang('remove').'</a></td>';
89 echo '<td><input type="submit" class="button" value="'.$this
[all...]
/plugin/filelisting/action/
H A Djs.php22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handle_dokuwiki_started');
30 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
37 $this->jsinfo('defaulttoggle', $this->getConf('defaulttoggle'));
40 $filelisting = $this->loadHelper('filelisting');
42 $this->jsinfo('dirOpenedIcon', $filelisting->dirOpenedIcon());
43 $this->jsinfo('dirClosedIcon', $filelisting->dirClosedIcon());
44 $this->jsinfo('loadingIcon', $filelisting->loadingIcon());
45 $this->jsinfo('remember_state_per_page', $this
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DInvokedCount.php33 $this->expectedCount = $expectedCount;
41 return $this->expectedCount == 0;
49 return 'invoked ' . $this->expectedCount . ' time(s)';
61 $count = $this->getInvocationCount();
63 if ($count > $this->expectedCount) {
66 switch ($this->expectedCount) {
80 $this->expectedCount
97 $count = $this->getInvocationCount();
99 if ($count !== $this->expectedCount) {
104 $this->expectedCount,
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractRecord.php16 $this->record = isset($record) ? $record : [];
27 $key = $this->attributeToKey($attr);
29 if ($this->__isset($attr)) {
30 return $this->record[$key];
31 } elseif ($this->validAttribute($attr)) {
43 return $this->validAttribute($attr) &&
44 isset($this->record[$this->attributeToKey($attr)]);
54 return in_array($attr, $this->validAttributes, true);
59 return $this->record;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DStreamingComputationConfig.php47 $this->computationId = $computationId;
54 return $this->computationId;
61 $this->instructions = $instructions;
68 return $this->instructions;
75 $this->stageName = $stageName;
82 return $this->stageName;
89 $this->systemName = $systemName;
96 return $this->systemName;
103 $this->transformUserNameToStateFamily = $transformUserNameToStateFamily;
110 return $this->transformUserNameToStateFamily;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DOperation.php46 $this->done = $done;
53 return $this->done;
60 $this->error = $error;
67 return $this->error;
74 $this->metadata = $metadata;
81 return $this->metadata;
88 $this->name = $name;
95 return $this->name;
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRuntimeConfig/
H A DOperation.php46 $this->done = $done;
53 return $this->done;
60 $this->error = $error;
67 return $this->error;
74 $this->metadata = $metadata;
81 return $this->metadata;
88 $this->name = $name;
95 return $this->name;
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Tag.php31 $this->column = $column;
35 return $this->column;
42 $this->fields = $fields;
49 return $this->fields;
53 $this->name = $name;
57 return $this->name;
61 $this->template = $template;
65 return $this->template;
69 $this->templateDisplayName = $templateDisplayName;
73 return $this->templateDisplayName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventoryWindowsApplication.php46 $this->displayName = $displayName;
53 return $this->displayName;
60 $this->displayVersion = $displayVersion;
67 return $this->displayVersion;
74 $this->helpLink = $helpLink;
81 return $this->helpLink;
88 $this->installDate = $installDate;
95 return $this->installDate;
102 $this->publisher = $publisher;
109 return $this->publisher;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleLongrunningOperation.php46 $this->done = $done;
53 return $this->done;
60 $this->error = $error;
67 return $this->error;
74 $this->metadata = $metadata;
81 return $this->metadata;
88 $this->name = $name;
95 return $this->name;
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/
H A DOperation.php46 $this->done = $done;
53 return $this->done;
60 $this->error = $error;
67 return $this->error;
74 $this->metadata = $metadata;
81 return $this->metadata;
88 $this->name = $name;
95 return $this->name;
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DOperation.php46 $this->done = $done;
53 return $this->done;
60 $this->error = $error;
67 return $this->error;
74 $this->metadata = $metadata;
81 return $this->metadata;
88 $this->name = $name;
95 return $this->name;
102 $this->response = $response;
109 return $this->response;
H A DSlsaMetadata.php46 $this->buildFinishedOn = $buildFinishedOn;
53 return $this->buildFinishedOn;
60 $this->buildInvocationId = $buildInvocationId;
67 return $this->buildInvocationId;
74 $this->buildStartedOn = $buildStartedOn;
81 return $this->buildStartedOn;
88 $this->completeness = $completeness;
95 return $this->completeness;
102 $this->reproducible = $reproducible;
109 return $this->reproducible;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3EventHandler.php46 $this->event = $event;
53 return $this->event;
60 $this->name = $name;
67 return $this->name;
74 $this->targetFlow = $targetFlow;
81 return $this->targetFlow;
88 $this->targetPage = $targetPage;
95 return $this->targetPage;
102 $this->triggerFulfillment = $triggerFulfillment;
109 return $this->triggerFulfillment;
H A DGoogleCloudDialogflowCxV3ExperimentResultMetric.php40 $this->confidenceInterval = $confidenceInterval;
47 return $this->confidenceInterval;
51 $this->count = $count;
55 return $this->count;
62 $this->countType = $countType;
69 return $this->countType;
73 $this->ratio = $ratio;
77 return $this->ratio;
84 $this->type = $type;
91 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/
H A DOperation.php46 $this->done = $done;
53 return $this->done;
60 $this->error = $error;
67 return $this->error;
74 $this->metadata = $metadata;
81 return $this->metadata;
88 $this->name = $name;
95 return $this->name;
102 $this->response = $response;
109 return $this->response;

1...<<211212213214215216217218219220>>...1084