Home
last modified time | relevance | path

Searched refs:this (Results 5926 – 5950 of 27090) sorted by relevance

1...<<231232233234235236237238239240>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1Plan.php44 $this->billingAccount = $billingAccount;
51 return $this->billingAccount;
58 $this->paymentCycle = $paymentCycle;
65 return $this->paymentCycle;
72 $this->paymentPlan = $paymentPlan;
79 return $this->paymentPlan;
86 $this->paymentType = $paymentType;
93 return $this->paymentType;
100 $this->trialPeriod = $trialPeriod;
107 return $this->trialPeriod;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1Page.php45 $this->blocks = $blocks;
52 return $this->blocks;
59 $this->confidence = $confidence;
66 return $this->confidence;
73 $this->height = $height;
80 return $this->height;
87 $this->property = $property;
94 return $this->property;
101 $this->width = $width;
108 return $this->width;
H A DGoogleCloudVisionV1p2beta1WebDetectionWebPage.php45 $this->fullMatchingImages = $fullMatchingImages;
52 return $this->fullMatchingImages;
59 $this->pageTitle = $pageTitle;
66 return $this->pageTitle;
73 $this->partialMatchingImages = $partialMatchingImages;
80 return $this->partialMatchingImages;
87 $this->score = $score;
94 return $this->score;
101 $this->url = $url;
108 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DInlineObject.php45 $this->inlineObjectProperties = $inlineObjectProperties;
52 return $this->inlineObjectProperties;
59 $this->objectId = $objectId;
66 return $this->objectId;
73 $this->suggestedDeletionIds = $suggestedDeletionIds;
80 return $this->suggestedDeletionIds;
87 $this->suggestedInlineObjectPropertiesChanges = $suggestedInlineObjectPropertiesChanges;
94 return $this->suggestedInlineObjectPropertiesChanges;
101 $this->suggestedInsertionId = $suggestedInsertionId;
108 return $this->suggestedInsertionId;
H A DTextRun.php45 $this->content = $content;
52 return $this->content;
59 $this->suggestedDeletionIds = $suggestedDeletionIds;
66 return $this->suggestedDeletionIds;
73 $this->suggestedInsertionIds = $suggestedInsertionIds;
80 return $this->suggestedInsertionIds;
87 $this->suggestedTextStyleChanges = $suggestedTextStyleChanges;
94 return $this->suggestedTextStyleChanges;
101 $this->textStyle = $textStyle;
108 return $this->textStyle;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DActivity.php44 $this->contentDetails = $contentDetails;
51 return $this->contentDetails;
58 $this->etag = $etag;
65 return $this->etag;
72 $this->id = $id;
79 return $this->id;
86 $this->kind = $kind;
93 return $this->kind;
100 $this->snippet = $snippet;
107 return $this->snippet;
H A DLiveChatMessage.php44 $this->authorDetails = $authorDetails;
51 return $this->authorDetails;
58 $this->etag = $etag;
65 return $this->etag;
72 $this->id = $id;
79 return $this->id;
86 $this->kind = $kind;
93 return $this->kind;
100 $this->snippet = $snippet;
107 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DUpdateTableBorderPropertiesRequest.php44 $this->borderPosition = $borderPosition;
51 return $this->borderPosition;
58 $this->fields = $fields;
65 return $this->fields;
72 $this->objectId = $objectId;
79 return $this->objectId;
86 $this->tableBorderProperties = $tableBorderProperties;
93 return $this->tableBorderProperties;
100 $this->tableRange = $tableRange;
107 return $this->tableRange;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DListDomainMappingsResponse.php45 $this->apiVersion = $apiVersion;
52 return $this->apiVersion;
59 $this->items = $items;
66 return $this->items;
73 $this->kind = $kind;
80 return $this->kind;
87 $this->metadata = $metadata;
94 return $this->metadata;
101 $this->unreachable = $unreachable;
108 return $this->unreachable;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DTopologyConfig.php45 $this->computations = $computations;
52 return $this->computations;
59 $this->dataDiskAssignments = $dataDiskAssignments;
66 return $this->dataDiskAssignments;
73 $this->forwardingKeyBits = $forwardingKeyBits;
80 return $this->forwardingKeyBits;
87 $this->persistentStateVersion = $persistentStateVersion;
94 return $this->persistentStateVersion;
101 $this->userStageToComputationNameMap = $userStageToComputationNameMap;
108 return $this->userStageToComputationNameMap;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DDroppingStreamTest.php14 $this->assertEquals(3, $drop->write('hel'));
15 $this->assertFalse($drop->write('lo'));
16 $this->assertEquals(5, $drop->getSize());
17 $this->assertEquals('hello', $drop->read(5));
18 $this->assertEquals(0, $drop->getSize());
20 $this->assertEquals(5, $stream->getSize());
21 $this->assertEquals(5, $drop->getSize());
22 $this->assertEquals('12345', (string) $drop);
23 $this->assertEquals(0, $drop->getSize());
25 $this
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCollapse.php19 return $this->setParam('field', $fieldName);
27 return $this->setParam('inner_hits', $innerHits);
34 if ($this->hasParam('inner_hits')) {
35 $existingInnerHits = $this->getParam('inner_hits');
42 return $this->setParam('inner_hits', $hits);
47 return $this->setParam('max_concurrent_group_searches', $groupSearches);
52 $data = $this->getParams();
54 if ($this->_rawParams) {
55 $data = \array_merge($data, $this->_rawParams);
58 return $this
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DStats.php43 $this->_index = $index;
44 $this->refresh();
54 return $this->_data;
65 $data = $this->getData();
83 return $this->_index;
93 return $this->_response;
97 * Reloads all status data of this object.
101 $this->_response = $this->getIndex()->requestEndpoint(new \Elasticsearch\Endpoints\Indices\Stats());
102 $this
[all...]
/plugin/katex/action/
H A Dload.php26 $controller->register_hook( 'TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'load_styles' );
27 $controller->register_hook( 'TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'load_scripts' );
34 'href' => $this->_get_resource_url( 'katex.min.css' ),
42 'src' => $this->_get_resource_url( 'katex.min.js' ),
45 if ( $this->getConf( 'extension-mhchem' ) ) {
48 'src' => $this->_get_resource_url( 'contrib/mhchem.min.js' ),
52 if ( $this->getConf( 'extension-copy-tex' ) ) {
55 'src' => $this->_get_resource_url( 'contrib/copy-tex.min.js' ),
61 'src' => $this->_get_resource_url( 'contrib/auto-render.min.js' ),
84 $cdn_provider = $this->getConf( 'cdn-provider' );
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverDispatcher.php19 * this is needed so that EventFiringWebElement can pass the driver to the
23 * @return $this
27 $this->driver = $driver;
29 return $this;
37 return $this->driver;
42 * @return $this
46 $this->listeners[] = $listener;
48 return $this;
53 * @return $this
57 $key = array_search($listener, $this
[all...]
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php9 * file that was distributed with this source code.
31 $this->process = $process;
32 $this->timeoutType = $timeoutType;
37 $this->getExceededTimeout()
43 return $this->process;
48 return self::TYPE_GENERAL === $this->timeoutType;
53 return self::TYPE_IDLE === $this->timeoutType;
58 switch ($this->timeoutType) {
60 return $this->process->getTimeout();
63 return $this
[all...]
/plugin/definitionlist/
H A Dsyntax.php86 array_push($this->stack, 'dt');
92 $oldtag = array_pop($this->stack);
94 array_push($this->stack, $newtag);
102 while ($tag = array_pop($this->stack)) {
140 return $this->render_odt_old($renderer,$data);
142 return $this->render_odt_new($renderer,$data);
174 $renderer->doc .= $this->_open($tag);
181 $renderer->doc .= $this->_close($tag);
194 $this->_set_odt_styles_old($renderer);
405 if ($this->getConf('classname')) {
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mpc.php27 $info = &$this->getid3->info;
38 $this->fseek($info['avdataoffset']);
39 $MPCheaderData = $this->fread(4);
44 return $this->ParseMPCsv8();
49 return $this->ParseMPCsv7();
54 return $this->ParseMPCsv6();
73 $info = &$this->getid3->info;
79 $offset = $this->ftell();
210 $this->fseek($offset);
223 $info = &$this->getid3->info;
[all …]
/plugin/orgapp/
H A Dsyntax.php31 $this->Lexer->addExitPattern('</orgapp>', 'plugin_orgapp');
38 $out['width'] = $this->getConf('width');
39 $out['height'] = $this->getConf('height');
40 $out['name'] = $this->getConf('name');
41 $out['code'] = $this->getConf('code');
42 $out['archive'] = $this->getConf('archive');
43 $out['target'] = $this->getConf('target');
44 $out['type'] = $this->getConf('type');
88 $this->data = '';
91 $this->data .= $match;
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php87 if (!in_array($this->getMode(), $createModes)) {
118 return feof($this->getStream());
138 return fread($this->getStream(), $length);
149 return $this->read($length);
159 return fgetc($this->getStream());
169 return (bool) $this->read(1);
180 return (int) $this->read($length);
191 return (float) $this->read($length);
203 return $this->scanf($format);
213 return fgets($this->getStream());
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php86 if (!in_array($this->getMode(), $createModes)) {
117 return feof($this->getStream());
137 return fread($this->getStream(), $length);
148 return $this->read($length);
158 return fgetc($this->getStream());
168 return (bool) $this->read(1);
179 return (int) $this->read($length);
190 return (float) $this->read($length);
202 return $this->scanf($format);
212 return fgets($this->getStream());
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php111 if (!property_exists($this, $key)) {
114 $this->$key = $value;
155 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
160 $writer->writeElement($cs . 'uid', $this->id);
162 $writer->writeElement('{DAV:}href', $this->href);
164 switch ($this->type) {
176 '{DAV:}href' => $writer->contextUri . $this->hostUrl
179 if ($this->summary) {
180 $writer->writeElement($cs . 'summary', $this->summary);
196 return $this->id;
[all …]
/plugin/loglog/helper/
H A Dreport.php20 $this->mainHelper = $this->loadHelper('loglog_main');
21 $this->logHelper = $this->loadHelper('loglog_logging');
30 $email = $this->getConf('report_email');
45 $monthLines = $this->logHelper->readLines($lastMonthStart, $currentMonthStart);
46 $stats = $this->getStats($monthLines);
49 $template = $this->localFN('report');
70 $this->mainHelper->sendEmail(
72 $this->getLang('email_report_subject'),
77 $this->logHelper->writeLine('loglog - report', 'cron');
100 … $this->mainHelper->getNotificationString(\helper_plugin_loglog_main::LOGTYPE_AUTH_OK, 'msgNeedle')
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dwidth.php26 $this->WidthConstraint();
49 $this->WidthConstraint();
50 $this->width = $width;
58 return $this->width;
66 $copy =& new WCConstant($this->width);
71 $this->width = units2pt($this->width, $base);
89 $this->WidthConstraint();
90 $this->fraction = $fraction;
95 return $pw * $this->fraction;
102 if ($this->fraction > 0) { return $w / $this->fraction; } else { return 0; };
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php87 if (!in_array($this->getMode(), $createModes)) {
118 return feof($this->getStream());
138 return fread($this->getStream(), $length);
149 return $this->read($length);
159 return fgetc($this->getStream());
169 return (bool) $this->read(1);
180 return (int) $this->read($length);
191 return (float) $this->read($length);
203 return $this->scanf($format);
213 return fgets($this->getStream());
[all …]

1...<<231232233234235236237238239240>>...1084