Home
last modified time | relevance | path

Searched refs:this (Results 4726 – 4750 of 27090) sorted by relevance

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php24 $this->mpdf = $mpdf;
25 $this->logger = $logger;
30 $this->logger->debug(sprintf('Fetching (cURL) content of remote URL "%s"', $url), ['context' => LogContext::REMOTE_CONTENT]);
34 curl_setopt($ch, CURLOPT_USERAGENT, $this->mpdf->curlUserAgent);
38 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $this->mpdf->curlTimeout);
40 if ($this->mpdf->curlExecutionTimeout) {
41 curl_setopt($ch, CURLOPT_TIMEOUT, $this->mpdf->curlExecutionTimeout);
44 if ($this->mpdf->curlFollowLocation) {
48 if ($this->mpdf->curlAllowUnsafeSslRequests) {
53 if ($this
[all...]
/plugin/davcard/
H A Dhelper.php29 if($this->sqlite === null)
32 if(!$this->sqlite)
40 $this->sqlite = null;
45 return $this->sqlite;
147 $sqlite = $this->getDB();
260 $sqlite = $this->getDB();
300 $sqlite = $this->getDB();
325 $sqlite = $this->getDB();
369 $sqlite = $this->getDB();
428 $sqlite = $this->getDB();
[all …]
/plugin/anewssystem/
H A Dsyntax.php79 $target = $this->getConf('news_datafile');
84 $allnewsdata1 = $this->getConf('news_output');
131 msg($this->getLang('news_added'),1);
449 if($this->getConf('wysiwyg')==true) {
994 $yh_level = $this->getConf('yh_level');
995 $mh_level = $this->getConf('mh_level');
996 $h_level = $this->getConf('h_level');
1146 …<a href="'.DOKU_URL.'doku.php?id='.$this->getConf('news_output').'">'.$this->getLang('allnews').'<…
1207 $yh_level = $this->getConf('yh_level');
1208 $mh_level = $this->getConf('mh_level');
[all …]
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php32 $this->reset();
37 $this->headers = array();
38 $this->data = "";
58 $this->data .= $data;
80 if (!$this->canFetchURL($url)) {
85 $off = $this->timeout;
90 $this->reset();
148 $body = $this->data;
200 $this->reset();
242 $this->isHTTPS($url)) {
[all …]
/plugin/graphgear/
H A Dsyntax.php50 $conf = $this->parseOpts($conf);
63 $opt = $this->parseNode($line);
65 $opt = $this->parseEdge($line);
69 $xml = $this->getXML($conf,$w,$h);
119 if($this->colors[$in]){
120 return $this->colors[$in];
131 $this->initColors();
181 foreach($this->edges as $edge){
217 if(!isset($this->nodes[$from])) $this->nodes[$from] = array();
218 if(!isset($this->nodes[$to])) $this->nodes[$to] = array();
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php14 return $this->ascender;
18 return $this->descender;
22 return $this->error_message;
28 return $this->bbox[3]*0.25;
32 return $this->name;
36 return $this->bbox[3]*0.8;
55 return $this->underline_position;
59 return $this->underline_thickness;
116 $this->char_widths = $widths;
195 $this->ascender = $matches[1];
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php53 $this->runtime = new Runtime();
81 return $this->stderrRedirection;
91 $this->stdin = (string) $stdin;
101 return $this->stdin;
111 $this->args = (string) $args;
121 return $this->args;
131 $this->env = $env;
141 return $this->env;
161 return $this->timeout;
191 $this->processChildResult(
[all …]
/plugin/sql2wiki/action/
H A Dsqlite.php24 if (!isset($this->queue[$db])) {
25 $this->queue[$db] = [];
29 $this->queue[$db] = true;
32 if (is_array($this->queue[$db])) {
33 $this->queue[$db][$query_name] = true;
38 // ignore the queries that have not been changed in this request
39 $queue = $this->queue;
48 $this->queue = [];
54 $controller->register_hook('PLUGIN_SQLITE_QUERY_EXECUTE', 'AFTER', $this, 'handle_plugin_sqlite_query_execute');
55 $controller->register_hook('PLUGIN_SQLITE_QUERY_SAVE', 'AFTER', $this, 'handle_plugin_sqlite_query_chang
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php36 $this->extensions[] = $extension;
38 return $this;
51 $this->extensions_datas[basename($extension_datas)] = $extension_datas;
53 return $this;
66 $this->rdf_file = $rdf_file;
68 return $this;
94 $this->preferences[$key] = $value;
96 return $this;
105 if (array_key_exists($key, $this->preferences)) {
106 return $this
[all...]
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php36 $this->reset();
41 $this->headers = [];
42 $this->data = "";
68 $this->data .= $data;
95 if (!$this->canFetchURL($url)) {
100 $off = $this->timeout;
105 $this->reset();
175 $body = $this->data;
223 $this->reset();
269 $this->isHTTPS($url)) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php93 $this->modulo = $modulo;
96 $this->one = $this->factory->newInteger("\1");
110 $this->a = $this->factory->newInteger(pack('H*', $a));
111 $this->b = $this->factory->newInteger(pack('H*', $b));
131 $this->p = [
152 return $this->p;
304 $rhs = $x3->add($this->a->multiply($x2))->add($this->b);
316 return $this->modulo;
326 return $this->a;
336 return $this->b;
[all …]
/plugin/swiftmail/Swift/Cache/
H A DMemory.php39 if (!isset($this->store[$key])) $this->store[$key] = $data;
40 else $this->store[$key] .= $data;
48 $this->store[$key] = null;
49 unset($this->store[$key]);
58 return array_key_exists($key, $this->store);
68 if (!$this->has($key)) return false;
70 if ($this->requested == $key)
72 $this->requested = null;
75 $this->requested = $key;
76 return $this->store[$key];
/plugin/usersubscriptions/
H A Dusersubscriptions.tpl.php28 …ubscriptions_nothing usersubscription_<?php echo $status; ?>"><?php echo $this->getLang('usersubsc…
38 …?>.png" alt="<?php echo $this->getLang($info['isnamespace'] ? 'it_is_a_namespace' : 'it_is_a_page'…
41 …d).($info['isnamespace'] ? ':' : ''); ?>"><?php echo ($id != '') ? $id : $this->getLang('quick_sub…
44 …<?php echo $info['inheritedsubscription'] ? $this->getLang('because_parent_ns_subscribed') : '&nbs…
49 …subscriptions/images/delete.png" alt="<?php echo $this->getLang('delete'); ?>" title="<?php echo $
58 …deletelink ? '2' : '1'; ?>" class="usersubscriptions_nothing"><?php echo $this->getLang('no_subscr…
67 …<?php echo $this->getLang('quick_subscription'); ?> : <form method="get" action="<?php echo wl($ID…
70 <option value=""><?php echo $this->getLang('quick_subscription_select'); ?></option>
77 <?php echo ($id != '') ? $id : $this->getLang('quick_subscription_root'); ?>
83 …<noscript><input type="submit" value="<?php echo $this->getLang('quick_subscription_post'); ?>" />…
/plugin/cleanup/
H A Dadmin.php17 $this->helper = $this->loadHelper('cleanup', false);
40 echo $this->locale_xhtml('intro');
48 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('preview')));
52 $this->helper->run(true);
54 $this->helper->run();
58 foreach($this->helper->list as $file) {
62 …echo '<p>' . sprintf($this->getLang('sum'), count($this->helper->list), filesize_h($this->helper->…
69 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('execute')));
72 echo '<p>' . $this->getLang('done') . '</p>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DAutoscalingPolicy.php46 $this->basicAlgorithm = $basicAlgorithm;
53 return $this->basicAlgorithm;
60 $this->id = $id;
67 return $this->id;
74 $this->labels = $labels;
81 return $this->labels;
88 $this->name = $name;
95 return $this->name;
109 return $this->secondaryWorkerConfig;
116 $this->workerConfig = $workerConfig;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DType.php47 $this->fields = $fields;
54 return $this->fields;
61 $this->name = $name;
68 return $this->name;
75 $this->oneofs = $oneofs;
82 return $this->oneofs;
89 $this->options = $options;
96 return $this->options;
110 return $this->sourceContext;
117 $this->syntax = $syntax;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1WebhookResponse.php53 return $this->fulfillmentResponse;
60 $this->pageInfo = $pageInfo;
67 return $this->pageInfo;
74 $this->payload = $payload;
81 return $this->payload;
88 $this->sessionInfo = $sessionInfo;
95 return $this->sessionInfo;
102 $this->targetFlow = $targetFlow;
109 return $this->targetFlow;
116 $this->targetPage = $targetPage;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.php54 return $this->confidence;
61 $this->entity = $entity;
68 return $this->entity;
75 $this->frames = $frames;
82 return $this->frames;
89 $this->segment = $segment;
96 return $this->segment;
103 $this->trackId = $trackId;
110 return $this->trackId;
117 $this->version = $version;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTable.php45 $this->columns = $columns;
52 return $this->columns;
66 return $this->horizontalBorderRows;
73 $this->rows = $rows;
80 return $this->rows;
87 $this->tableColumns = $tableColumns;
94 return $this->tableColumns;
101 $this->tableRows = $tableRows;
108 return $this->tableRows;
115 $this->verticalBorderRows = $verticalBorderRows;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistItem.php53 return $this->contentDetails;
60 $this->etag = $etag;
67 return $this->etag;
74 $this->id = $id;
81 return $this->id;
88 $this->kind = $kind;
95 return $this->kind;
102 $this->snippet = $snippet;
109 return $this->snippet;
116 $this->status = $status;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DVulnerability.php35 $this->cvssScore = $cvssScore;
39 return $this->cvssScore;
46 $this->cvssV3 = $cvssV3;
53 return $this->cvssV3;
60 $this->details = $details;
67 return $this->details;
71 $this->severity = $severity;
75 return $this->severity;
83 return $this->sourceUpdateTime;
90 $this->windowsDetails = $windowsDetails;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DeidentifyContentRequest.php46 $this->deidentifyConfig = $deidentifyConfig;
53 return $this->deidentifyConfig;
67 return $this->deidentifyTemplateName;
74 $this->inspectConfig = $inspectConfig;
81 return $this->inspectConfig;
88 $this->inspectTemplateName = $inspectTemplateName;
95 return $this->inspectTemplateName;
102 $this->item = $item;
109 return $this->item;
116 $this->locationId = $locationId;
[all …]
H A DGooglePrivacyDlpV2ReidentifyContentRequest.php46 $this->inspectConfig = $inspectConfig;
53 return $this->inspectConfig;
60 $this->inspectTemplateName = $inspectTemplateName;
67 return $this->inspectTemplateName;
74 $this->item = $item;
81 return $this->item;
88 $this->locationId = $locationId;
95 return $this->locationId;
102 $this->reidentifyConfig = $reidentifyConfig;
109 return $this->reidentifyConfig;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DFeature.php35 $this->displayName = $displayName;
39 return $this->displayName;
46 $this->geometry = $geometry;
53 return $this->geometry;
57 $this->placeId = $placeId;
61 return $this->placeId;
68 $this->relations = $relations;
75 return $this->relations;
89 return $this->segmentInfo;
93 $this->type = $type;
[all …]
H A DFeatureTile.php45 return $this->coordinates;
52 $this->features = $features;
59 return $this->features;
63 $this->name = $name;
67 return $this->name;
74 $this->providers = $providers;
81 return $this->providers;
85 $this->status = $status;
89 return $this->status;
93 $this->versionId = $versionId;
[all …]

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