Home
last modified time | relevance | path

Searched refs:this (Results 4526 – 4550 of 27090) sorted by relevance

1...<<181182183184185186187188189190>>...1084

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DFixedReader.php45 $this->reader = $parser->getStreamReader();
46 $this->read();
57 return $this->subSections;
65 foreach ($this->subSections as $offset => list($startObject, $objectCount)) {
68 $this->reader->ensure($position, 20);
69 $line = $this->reader->readBytes(20);
84 * This reader will only read the subsections in this method. The offsets were resolved individually by this
95 while (($line = $this->reader->readLine(20)) !== false) {
97 $this
[all...]
/plugin/columns/
H A Drewriter.php20 $this->correction = array();
28 $this->correction[$c->getIndex()][] = $c;
36 if (count($this->correction) > 0) {
37 $index = $this->getCorrectionIndex();
71 $result = array_keys($this->correction);
89 $this->index = $index;
96 return $this->index;
126 $this->call = array();
133 $this->call[] = array($name, $data);
147 foreach ($this->call as $call) {
[all …]
/plugin/siteexport/inc/
H A Dpdfgenerator.php14 $this->functions = $functions;
21 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) {
22 …$this->functions->debug->message("Filetype " . $this->functions->settings->fileType . " did not ma…
26 $mpdf = new siteexportPDF($this->functions->debug);
29 $this->functions->debug->message("Could not instantiate MPDF", null, 4);
36 $this->functions->debug->message("Filecontent had no HTML starting tag", null, 4);
41 $this->functions->debug->message("Arranging HTML", null, 2);
42 $this->arrangeHtml($html, 'bl,acronym');
43 $this->functions->debug->message("Done arranging HTML:", $html, 1);
56 …$mpdf->setBasePath(empty($this->functions->settings->depth) ? './' : $this->functions->settings->d…
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.tak.php25 $info = &$this->getid3->info;
37 $TAKMetaData = $this->fread(4);
47 $this->fseek($offset);
53 $this->fseek($offset);
68 $this->fseek($offset);
77 $this->fseek($offset);
90 $this->fseek($offset);
98 $this->fseek($offset);
107 $this->fseek($offset);
118 $this->fseek($offset);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php27 $this->strictMode = $strictMode;
33 $this->setCookie($cookie);
120 $this->cookies = [];
124 $this->cookies,
131 $this->cookies,
139 $this->cookies,
152 $this->cookies,
171 if ($this->strictMode) {
215 $this->cookies[] = $cookie;
222 return count($this->cookies);
[all …]
/plugin/statdisplay/pchart/
H A DPieChart.php69 $Position = imageftbbox ( $this->FontSize, 0, $this->FontName, $Value2 );
102 $Position = imageftbbox ( $this->FontSize, 0, $this->FontName, $Value2 );
111 $this->canvas->drawText($this->FontSize,
116 $this->FontName,
234 $this->LineWidth,
258 $Position = imageftbbox ( $this->FontSize, 0, $this->FontName, $Caption );
272 $this->canvas->drawText($this->FontSize,
276 $this->FontName,
509 $Position = imageftbbox ( $this->FontSize, 0, $this->FontName, $Caption );
523 $this->canvas->drawText($this->FontSize,
[all …]
/plugin/statistics/inc/pchart/
H A DPieChart.php22 * along with this program. If not, see <http://www.gnu.org/licenses/>.
36 * separating out in this way is an intermediate form that I hope will
57 $this->validateDataDescription("drawPieLegend", $DataDescription, FALSE);
58 $this->validateData("drawPieLegend", $Data);
68 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value2);
80 $this->canvas->drawFilledRoundedRectangle(
86 $this->LineWidth,
87 $this->LineDotSize,
91 $this
[all...]
/plugin/recaptcha2/lib/ReCaptcha/
H A DRequestParameters.php68 $this->secret = $secret;
69 $this->response = $response;
70 $this->remoteIp = $remoteIp;
71 $this->version = $version;
81 $params = array('secret' => $this->secret, 'response' => $this->response);
83 if (!is_null($this->remoteIp)) {
84 $params['remoteip'] = $this->remoteIp;
87 if (!is_null($this->version)) {
88 $params['version'] = $this->version;
101 return http_build_query($this->toArray(), '', '&');
/plugin/issuelinks/classes/
H A DHTTPRequestException.php21 $this->code = $httpClient->status;
22 $this->httpError = $httpClient->error;
23 $this->responseBody = $httpClient->resp_body;
24 $this->url = $url;
25 $this->method = $method;
27 parent::__construct($message, $this->getCode(), $this->httpError);
35 return $this->httpError;
43 return $this->responseBody;
51 return $this->url;
59 return $this->method;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticFilterInvoker.php27 $this->factory = $factory;
30 $this->filters = (array) $filter['filter'];
31 $this->options = isset($filter['options']) ? (array) $filter['options'] : array();
33 $this->filters = (array) $filter;
34 $this->options = array();
40 return $this->factory;
45 return $this->filters;
50 return $this->options;
55 $asset = $this->factory->createAsset($input, $this->filters, $options + $this->options);
/plugin/uncmap/
H A Dsyntax.php57 $this->pathes = linesToHash($lines_pathes);
58 $this->fileserver[0] = $this->getConf('fileserver');
59 $this->fileserver = $this->fileserver + linesToHash($lines_fs);
68 $this->fileserver[$letter] = $fs;
69 } elseif ($this->fileserver[0] === null || !file_exists($this->fileserver[0])){
70 $this->fileserver[$letter] = null;
72 $this->fileserver[$letter] = $this->fileserver[0];
92 $letters = implode('',array_keys($this->pathes));
114 if ($this->pathes[$letter]) {
124 $path = $this->pathes[$letter];
[all …]
/plugin/farmsync/meta/
H A DTemplateUpdates.php12 $targetFN = $this->farm_util->getRemoteFilename($target, $template, null, false);
13 $sourceContent = $this->farm_util->readRemotePage($source, $template, false);
15 if (!$this->farm_util->remotePageExists($target, $template, false)) {
18 $this->results[$target]['passed'][] = $result;
24 $this->results[$target]['passed'][] = $result;
30 $this->results[$target]['passed'][] = $result;
35 $this->results[$target]['failed'][] = $result;
41 $templates = array_merge($templates, $this->getDocumentsFromLine($this->source, $line));
105 echo "<h3>".$this->getLang('heading:templates')."</h3>";
124 $nsfiles = $this->getTemplates($documentdir);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php50 $this->assertEquals($compare, $dateTime);
72 $this->assertEquals($compare, $dateTime);
84 $this->assertEquals($compare, $dateTime);
96 $this->assertEquals($compare, $dateTime);
106 $this->assertEquals($expected, $dateTime);
109 $this->assertEquals($expected, $dateTime);
122 $this->assertEquals($expected, $dateTime);
125 $this->assertEquals($expected, $dateTime);
138 $this->assertEquals($expected, $dateTime);
141 $this->assertEquals($expected, $dateTime);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php39 $this->document->formatOutput = true;
41 $this->root = $this->document->createElement('tests');
42 $this->document->appendChild($this->root);
54 $this->write($this->document->saveXML());
68 $this->exception = $e;
91 $this->exception = $e;
152 $this->exception = null;
180 $node = $this->document->createElement('test');
202 if ($this->exception !== null) {
206 $steps = $this->exception->getTrace();
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php50 $this->assertEquals($compare, $dateTime);
72 $this->assertEquals($compare, $dateTime);
84 $this->assertEquals($compare, $dateTime);
96 $this->assertEquals($compare, $dateTime);
106 $this->assertEquals($expected, $dateTime);
109 $this->assertEquals($expected, $dateTime);
122 $this->assertEquals($expected, $dateTime);
125 $this->assertEquals($expected, $dateTime);
138 $this->assertEquals($expected, $dateTime);
141 $this->assertEquals($expected, $dateTime);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php9 * file that was distributed with this source code.
90 $this->controlType = $controlType;
91 $this->criticality = $criticality;
92 $this->controlValue = $controlValue;
97 * @return $this
101 $this->controlType = $oid;
103 return $this;
111 return $this->controlType;
116 * @return $this
120 $this
[all...]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php50 $this->assertEquals($compare, $dateTime);
72 $this->assertEquals($compare, $dateTime);
84 $this->assertEquals($compare, $dateTime);
96 $this->assertEquals($compare, $dateTime);
106 $this->assertEquals($expected, $dateTime);
109 $this->assertEquals($expected, $dateTime);
122 $this->assertEquals($expected, $dateTime);
125 $this->assertEquals($expected, $dateTime);
138 $this->assertEquals($expected, $dateTime);
141 $this->assertEquals($expected, $dateTime);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DStaticPropertyMetadata.php22 $this->class = $className;
23 $this->name = $fieldName;
24 $this->serializedName = $fieldName;
25 $this->value = $fieldValue;
26 $this->readOnly = true;
27 $this->groups = $groups;
35 return $this->value;
48 $this->value,
58 $parentStr = $this->unserializeProperties($str);
59 [$this->class, $this->name] = unserialize($parentStr);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DStatus.php48 $this->code = $code;
55 return $this->code;
62 $this->details = $details;
69 return $this->details;
76 $this->message = $message;
83 return $this->message;
97 return $this->metadata;
104 $this->reason = $reason;
111 return $this->reason;
118 $this->status = $status;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DVulnerabilityReportVulnerabilityDetails.php49 $this->cve = $cve;
56 return $this->cve;
63 $this->cvssV2Score = $cvssV2Score;
70 return $this->cvssV2Score;
77 $this->cvssV3 = $cvssV3;
84 return $this->cvssV3;
98 return $this->description;
105 $this->references = $references;
112 return $this->references;
119 $this->severity = $severity;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1FeedbackMessage.php48 $this->body = $body;
55 return $this->body;
62 $this->createTime = $createTime;
69 return $this->createTime;
76 $this->image = $image;
83 return $this->image;
90 $this->name = $name;
97 return $this->name;
104 $this->operatorFeedbackMetadata = $operatorFeedbackMetadata;
111 return $this->operatorFeedbackMetadata;
[all …]
H A DGoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse.php55 return $this->annotatedDataset;
62 $this->dataset = $dataset;
69 return $this->dataset;
76 $this->exportCount = $exportCount;
83 return $this->exportCount;
90 $this->labelStats = $labelStats;
97 return $this->labelStats;
104 $this->outputConfig = $outputConfig;
111 return $this->outputConfig;
118 $this->totalCount = $totalCount;
[all …]
H A DGoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse.php55 return $this->annotatedDataset;
62 $this->dataset = $dataset;
69 return $this->dataset;
76 $this->exportCount = $exportCount;
83 return $this->exportCount;
90 $this->labelStats = $labelStats;
97 return $this->labelStats;
104 $this->outputConfig = $outputConfig;
111 return $this->outputConfig;
118 $this->totalCount = $totalCount;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Fulfillment.php47 $this->conditionalCases = $conditionalCases;
54 return $this->conditionalCases;
61 $this->messages = $messages;
68 return $this->messages;
82 return $this->returnPartialResponses;
89 $this->setParameterActions = $setParameterActions;
96 return $this->setParameterActions;
103 $this->tag = $tag;
110 return $this->tag;
117 $this->webhook = $webhook;
[all …]
H A DGoogleCloudDialogflowCxV3MatchIntentResponse.php49 $this->currentPage = $currentPage;
56 return $this->currentPage;
63 $this->matches = $matches;
70 return $this->matches;
77 $this->text = $text;
84 return $this->text;
91 $this->transcript = $transcript;
98 return $this->transcript;
105 $this->triggerEvent = $triggerEvent;
112 return $this->triggerEvent;
[all …]

1...<<181182183184185186187188189190>>...1084