Home
last modified time | relevance | path

Searched refs:this (Results 926 – 950 of 26962) sorted by relevance

1...<<31323334353637383940>>...1079

/plugin/bureaucracy-au/helper/
H A Dactionmail.php36 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
42 if($this->mailtemplate) {
49 list($this->_mail_html, $this->_mail_text) = $this->getContent();
53 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
56 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
59 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
62 if(!empty($this->replyto)) {
76 $this->subject = $this->replace($this->subject);
136 $this->mailtemplate = $this->replace($field->getParam('template'));
198 $this->replace($html),
[all …]
/plugin/bureaucracyau/helper/
H A Dactionmail.php36 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
42 if($this->mailtemplate) {
49 list($this->_mail_html, $this->_mail_text) = $this->getContent();
53 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
56 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
59 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
62 if(!empty($this->replyto)) {
76 $this->subject = $this->replace($this->subject);
136 $this->mailtemplate = $this->replace($field->getParam('template'));
198 $this->replace($html),
[all …]
/plugin/dlcount/
H A Dadmin.php67 $this->mediafiles = $this->glob_recursive($conf['mediadir'] . '/*.*');
68 $this->dlcount = array();
69 $this->lastdl = array();
88 arsort($this->dlcount);
89 arsort($this->lastdl);
96 … ptln(sprintf($this->getLang('mediafiles_found'), count($this->mediafiles)) . '<br /><br />');
98 …inline"><tr><th>#</th><th>' . $this->getLang('filename') . '</th><th>' . $this->getLang('downloads…
102 $lastdltime = $this->time_translate(time() - $this->lastdl[$fn]);
103 if ($this->lastdl[$fn] > 0) $lastdl = sprintf($this->getLang('ago'), $lastdltime);
123 $top = count($this->lastdl);
[all …]
/plugin/callflow/
H A Daction.php37 'margin' => $this->getConf('margin'),
38 'txtsize' => $this->getConf('txtsize'),
39 'titlesize' => $this->getConf('titlesize'),
40 'linespacing' => $this->getConf('linespacing'),
41 'colspacing' => $this->getConf('colspacing'),
42 'strokewidth' => $this->getConf('strokewidth'),
44 'txtcolor' => $this->getConf('txtcolor'),
45 'bgr' => $this->getConf('bgr'),
50 'cols_fill' => $this->getConf('cols_fill'),
55 'note_fill' => $this->getConf('note_fill'),
[all …]
/plugin/publist/bib2tpl/lib/
H A DPEAR.php309 if (isset($this) && is_a($this, 'PEAR')) {
522 } elseif (isset($this) && isset($this->_error_class)) {
561 if (isset($this) && is_a($this, 'PEAR')) {
656 if (isset($this) && is_a($this, 'PEAR')) {
665 if (isset($this) && is_a($this, 'PEAR')) {
687 if (isset($this) && is_a($this, 'PEAR')) {
877 trigger_error($this->getMessage(), $this->level);
894 call_user_func($this->callback, $this);
933 return ($this->error_message_prefix . $this->message);
1036 strtolower(get_class($this)), $this->message, $this->code,
[all …]
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php309 if (isset($this) && is_a($this, 'PEAR')) {
522 } elseif (isset($this) && isset($this->_error_class)) {
561 if (isset($this) && is_a($this, 'PEAR')) {
656 if (isset($this) && is_a($this, 'PEAR')) {
665 if (isset($this) && is_a($this, 'PEAR')) {
687 if (isset($this) && is_a($this, 'PEAR')) {
877 trigger_error($this->getMessage(), $this->level);
894 call_user_func($this->callback, $this);
933 return ($this->error_message_prefix . $this->message);
1036 strtolower(get_class($this)), $this->message, $this->code,
[all …]
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php309 if (isset($this) && is_a($this, 'PEAR')) {
522 } elseif (isset($this) && isset($this->_error_class)) {
561 if (isset($this) && is_a($this, 'PEAR')) {
656 if (isset($this) && is_a($this, 'PEAR')) {
665 if (isset($this) && is_a($this, 'PEAR')) {
687 if (isset($this) && is_a($this, 'PEAR')) {
877 trigger_error($this->getMessage(), $this->level);
894 call_user_func($this->callback, $this);
933 return ($this->error_message_prefix . $this->message);
1036 strtolower(get_class($this)), $this->message, $this->code,
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php51 $this->cardData = $cardData;
62 return $this->cardData['uri'];
76 …$this->cardData = $this->carddavBackend->getCard($this->addressBookInfo['id'], $this->cardData['ur…
78 return $this->cardData['carddata'];
96 …$etag = $this->carddavBackend->updateCard($this->addressBookInfo['id'], $this->cardData['uri'], $c…
98 $this->cardData['etag'] = $etag;
111 $this->carddavBackend->deleteCard($this->addressBookInfo['id'], $this->cardData['uri']);
134 return $this->cardData['etag'];
136 $data = $this->get();
154 return isset($this->cardData['lastmodified']) ? $this->cardData['lastmodified'] : null;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrder.php140 return $this->customer;
161 $this->id = $id;
168 return $this->id;
175 $this->kind = $kind;
182 return $this->kind;
196 return $this->lineItems;
210 return $this->merchantId;
322 return $this->refunds;
336 return $this->shipments;
371 $this->status = $status;
[all …]
/plugin/exttab3/
H A Dsyntax.php47 $this->mode = substr(get_class($this), 7);
53 $this->Lexer->addEntryPattern('\n\{\|[^\n]*',$mode, $this->mode);
59 $this->Lexer->addExitPattern('[ \t]*\n\|\}', $this->mode);
65 $this->Lexer->addPattern("\n\|\+ *(?:$attrs\|(?!\|))?", $this->mode);
67 $this->Lexer->addPattern(' *?\n\|\-+[^\n]*', $this->mode);
69 $this->Lexer->addPattern("(?: *?\n|\!)\!(?:$attrs\|(?!\|))?", $this->mode);
71 $this->Lexer->addPattern("(?: *?\n|\|)\|(?:$attrs\|(?!\|))?", $this->mode);
308 isset($this->tagsmap) || $this->setTagsmap();
309 isset($this->attrmap) || $this->setAllowedAttributes();
339 $attr = $this->cleanAttrString($attr, $this->attrsmap);
[all …]
/plugin/combo/ComboStrap/
H A DFetcherImage.php57 $ratio = $this->getRequestedAspectRatio();
64 $requestedWidth = $this->getRequestedWidth();
71 $requestedHeight = $this->getRequestedHeight();
82 $url->addQueryParameter(FetcherImage::TOK, $this->getTok());
103 if (!($this instanceof IFetcherLocalImage)) {
107 $requestedWidth = $this->getRequestedWidth();
112 $requestedHeight = $this->getRequestedHeight();
119 $id = $this->getSourcePath()->toWikiPath()->getWikiId();
146 $this->setRequestedWidth($requestedWidthInt);
159 $this
[all...]
H A DHttpResponse.php23 * Php will change it this way.
88 $this->executionContext = $executionContext;
89 return $this;
116 $this->event = $event;
117 return $this;
124 $this->hasEnded = true;
130 if (isset($this->executionContext)) {
131 $this->executionContext->closeMainExecutingFetcher();
134 if (isset($this->mime)) {
135 Http::setMime($this
[all...]
/plugin/database2/
H A Ddatabase2.php494 $this->db = $this->driver = null;
544 if ( !is_array( $this->meta ) || empty( $this->meta ) )
795 if ( !$this->exists( $this->table ) )
832 $this->render( $this->wrapInForm( <<<EOT
935 $this->log( 'create', $this->table );
1136 $this->log( $log[1], $this->table, $log[0] );
1404 $this->log( 'delete', $this->table, $rowid );
1447 $this->log( 'drop', $this->table );
2331 $this->table . '_' . $this->getIndex();
4571 $selector = array( '@'.$this->dsn, $this->authSlot, $this->table,
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php56 $this->root = $root;
58 $this->noName = true;
65 if ('' === $this->name) {
66 $this->noName = false;
182 $this->value = $value;
198 return $this->value;
209 $this->value = $value;
243 $this->value = array_merge((array) $this->value, (array) $part);
279 if (Document::VCARD21 === $this->root->getDocumentType() && $this->noName) {
334 return $this->value;
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.white-space.php8 $this->assertEqual($this->get_line_box_count($element),
13 $this->assertEqual($this->get_line_box_count($element),
18 $this->assertEqual($this->get_line_box_count($element),
23 $this->assertEqual($this->get_line_box_count($element),
28 $this->assertEqual($this->get_line_box_count($element),
33 $this->assertEqual($this->get_line_box_count($element),
38 $this->assertEqual($this->get_line_box_count($element),
43 $this->assertEqual($this->get_line_box_count($element),
52 $this->assertEqual($this->get_line_box_count($element),
57 $this->assertEqual($this->get_line_box_count($element),
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php56 $this->root = $root;
58 $this->noName = true;
65 if ($this->name === '') {
66 $this->noName = false;
185 $this->value = $value;
202 return $this->value;
216 $this->value = $value;
254 $this->value = array_merge((array)$this->value, (array)$part);
292 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
349 return $this->value;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotation.php140 return $this->created;
161 $this->data = $data;
168 return $this->data;
182 return $this->deleted;
203 $this->id = $id;
210 return $this->id;
217 $this->kind = $kind;
224 return $this->kind;
238 return $this->layerId;
266 return $this->pageIds;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DVariable.php100 return $this->accountId;
114 return $this->containerId;
177 $this->name = $name;
184 return $this->name;
191 $this->notes = $notes;
198 return $this->notes;
212 return $this->parameter;
233 $this->path = $path;
240 return $this->path;
289 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DComputeEngineTargetDetails.php126 return $this->bootOption;
154 return $this->diskType;
161 $this->labels = $labels;
168 return $this->labels;
224 return $this->metadata;
266 return $this->project;
280 return $this->secureBoot;
301 $this->vmName = $vmName;
308 return $this->vmName;
315 $this->zone = $zone;
[all …]
H A DComputeEngineTargetDefaults.php126 return $this->bootOption;
154 return $this->diskType;
161 $this->labels = $labels;
168 return $this->labels;
182 return $this->licenseType;
224 return $this->metadata;
266 return $this->secureBoot;
301 $this->vmName = $vmName;
308 return $this->vmName;
315 $this->zone = $zone;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DEnvironment.php107 $this->dataset = $dataset;
114 return $this->dataset;
128 return $this->debugOptions;
142 return $this->experiments;
240 return $this->shuffleMode;
268 return $this->userAgent;
275 $this->version = $version;
282 return $this->version;
296 return $this->workerPools;
310 return $this->workerRegion;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DQueryRequest.php133 $this->dryRun = $dryRun;
140 return $this->dryRun;
147 $this->kind = $kind;
154 return $this->kind;
161 $this->labels = $labels;
168 return $this->labels;
182 return $this->location;
245 $this->query = $query;
252 return $this->query;
280 return $this->requestId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DPolicies.php97 return $this->allInclusiveAvailable;
125 return $this->allInclusiveOnly;
146 $this->checkinTime = $checkinTime;
153 return $this->checkinTime;
167 return $this->checkinTimeException;
181 return $this->checkoutTime;
209 return $this->kidsStayFree;
230 $this->maxChildAge = $maxChildAge;
237 return $this->maxChildAge;
293 return $this->paymentOptions;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNetwork.php103 return $this->iPv4Range;
180 $this->id = $id;
187 return $this->id;
208 $this->kind = $kind;
215 return $this->kind;
222 $this->mtu = $mtu;
229 return $this->mtu;
236 $this->name = $name;
243 return $this->name;
271 return $this->peerings;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DPublisherProfile.php142 return $this->displayName;
149 $this->domains = $domains;
156 return $this->domains;
184 return $this->isParent;
191 $this->logoUrl = $logoUrl;
198 return $this->logoUrl;
212 return $this->mediaKitUrl;
226 return $this->mobileApps;
240 return $this->overview;
303 $this->seller = $seller;
[all …]

1...<<31323334353637383940>>...1079