Home
last modified time | relevance | path

Searched refs:this (Results 376 – 400 of 20818) sorted by relevance

1...<<11121314151617181920>>...833

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabaseInstance.php279 $this->etag = $etag;
286 return $this->etag;
314 return $this->gceZone;
363 $this->kind = $kind;
370 return $this->kind;
419 $this->name = $name;
426 return $this->name;
468 return $this->project;
482 return $this->region;
629 $this->state = $state;
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_Oauth2Service.php112 $client->addService($this->serviceName, $this->version);
146 return $this->email;
164 return $this->scope;
204 return $this->email;
225 $this->hd = $hd;
228 return $this->hd;
231 $this->id = $id;
234 return $this->id;
237 $this->link = $link;
240 return $this->link;
[all …]
H A DGoogle_UrlshortenerService.php110 $client->addService($this->serviceName, $this->version);
198 $this->day = $day;
201 return $this->day;
207 return $this->month;
219 return $this->week;
233 $this->id = $id;
236 return $this->id;
262 $this->id = $id;
265 return $this->id;
271 return $this->kind;
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php67 $this->tagClose = "/>";
79 $this->tagFormat = $this->FORMAT_NONE;
119 return $this->tagName;
131 if($this->tagFormat == $this->FORMAT_INDENT) {
133 …$formatTagBegin = $this->tagFormatNewLine . str_repeat($this->tagFormatIndent, $this->tagFormatInd…
135 …$formatTagEnd = $this->tagFormatNewLine . str_repeat($this->tagFormatIndent, $this->tagFormatInden…
149 $tagString .= $this->tagStartOpen . $this->tagName;
151 …tagString .= $this->tagAttributeSeparator . $attrName . $this->tagAttributeAssignment . $this->tag…
154 $tagString .= $this->tagAttributeSeparator . $this->tagClose;
168 if($this->tagName != "" && $this->tagContent != "")
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dmedia.layout.inc.php24 $this->size = $size;
25 $this->margins = $margins;
26 $this->pixels = 800;
30 $new_item =& new Media($this->size, $this->margins);
39 return $this->is_landscape ? $this->size['height'] : $this->size['width'] ;
47 return $this->height();
51 return $this->is_landscape ? $this->size['width'] : $this->size['height'];
55 return $this->width() - $this->margins['left'] - $this->margins['right'];
59 return $this->height() - $this->margins['bottom'] - $this->margins['top'];
76 $this->pixels = $pixels;
[all …]
H A Doutput.png.class.php25 $y = floor($this->_y_offset - $y * $this->_y_scale);
57 imagecolordeallocate($this->_image, $this->_color[0]);
122 imagecolordeallocate($this->_image, $this->_color[0]['object']);
144 imageline($this->_image, $x1, $y1, $x2, $y2, $this->_color[0]['object']);
214 $this->_image = imagecreatetruecolor($this->_widthPixels,
235 $this->_transform = new AffineTransform($this->_heightPixels,
288 imagepng($this->_image, $this->get_filename());
319 $this->_path->fill($this->_transform, $this->_image, $this->_getCurrentColor());
475 $this->_saveClip($this->_clipping[0]['box']);
476 $this->_saveColor($this->_color[0]['rgb']);
[all …]
/plugin/s5reloaded/
H A Drenderer.php51 $this->tpl = isset($_GET['s5theme'])?$_GET['s5theme']:$this->getConf('template');
67 $this->doc = '
109 <link rel="stylesheet" href="'.$this->base.$this->tpl.'/wrap.css" type="text/css" />
123 <script src="'.$this->base.$this->tpl.'/slides.js" type="text/javascript"></script>
170 $this->doc = preg_replace('#<p>\s*</p>#','',$this->doc);
172 if($this->slideopen){
175 if($this->notesopen){
208 $this->doc .= $this->_xmlEntities($text);
230 $this->doc = $this->store;
231 $this->store = '';
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php13 $this->vcal = new VCalendar();
28 $this->assertNull($elem['VALUE']);
30 $this->assertTrue($elem->hasTime());
44 $this->assertNull($elem['TZID']);
59 $this->assertNull($elem['TZID']);
73 $this->assertNull($elem['TZID']);
198 $this->assertNull($dt);
295 $this->vcal->add($event);
296 $this->vcal->add($timezone);
323 $this->vcal->add($event);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DVersion.php339 $this->env = $env;
346 return $this->env;
409 $this->id = $id;
416 return $this->id;
493 $this->name = $name;
500 return $this->name;
514 return $this->network;
570 return $this->runtime;
675 $this->vm = $vm;
682 return $this->vm;
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfcuserconfig.class.php34 if (!isset($this->active)) $this->_setParam("active",false);
36 if (!isset($this->channels)) $this->_setParam("channels",array());
38 if (!isset($this->privmsg)) $this->_setParam("privmsg",array());
64 return $this->$p;
72 $this->$p = $v;
102 $this->_setParam("nick", $this->nick);
103 $this->_setParam("active", $this->active);
104 $this->_setParam("channels", $this->channels);
105 $this->_setParam("privmsg", $this->privmsg);
106 $this->_setParam("serverid", $this->serverid);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php83 $this->id = str_replace(':', '_', $this->name);
85 $this->id = $parentId . '/' . $this->name;
90 return $this->id;
99 …if ($this->parent === null || $this->parent->getPath() === null || $this->parent->getPath() === fa…
100 $this->path = $this->name;
102 $this->path = $this->parent->getPath() . '/' . $this->name;
118 $this->pathArray = $this->parent->getPathAsArray();
121 $this->pathArray[] = $this;
222 return $this->getNumClasses() + $this->getNumTraits();
232 return $this->getNumTestedClasses() + $this->getNumTestedTraits();
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInput.php13 $tag = $this->getTagName();
14 $this->mpdf->ignorefollowingspaces = false;
50 $objattr['title'] = $this->mpdf->lesser_entity_decode($objattr['title']);
51 if ($this->mpdf->onlyCoreFonts) {
52 $objattr['title'] = mb_convert_encoding($objattr['title'], $this->mpdf->mb_enc, 'UTF-8');
54 if ($this->mpdf->useActiveForms && isset($attr['NAME'])) {
59 $attr['VALUE'] = $this->mpdf->lesser_entity_decode($attr['VALUE']);
60 if ($this->mpdf->onlyCoreFonts) {
61 $attr['VALUE'] = mb_convert_encoding($attr['VALUE'], $this->mpdf->mb_enc, 'UTF-8');
66 $this
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php21 $this->backend,
34 $this->assertEquals('book1', $this->ab->getName());
81 $this->assertEquals('foo', $this->backend->cards['foo']['card2']);
87 $this->ab->delete();
88 $this->assertEquals(array(), $this->backend->addressBooks);
103 $this->assertNull($this->ab->getLastModified());
130 $this->assertEquals('principals/user1', $this->ab->getOwner());
131 $this->assertNull($this->ab->getGroup());
158 $this->assertNull(
166 $this->assertNull(null, $this->ab->getSyncToken());
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php354 $this->name
368 return $this->name . $this->getDataSetAsString(false);
688 if (!$this->name || !method_exists($this, $this->name)) {
913 $this->testResult = $this->runTest();
1013 $this->assertRegExp($this->outputExpectedRegex, $this->output);
1015 $this->assertEquals($this->outputExpectedString, $this->output);
1057 $testArguments = array_merge($this->data, $this->dependencyInput);
1972 return is_string($this->dataName) ? $this->dataName : '';
2025 if (!empty($this->dependencies) && !$this->inIsolation) {
2057 $this->result->startTest($this);
[all …]
/plugin/bez/mdl/
H A DThread_comment.php27 if ($this->thread_id == null) {
30 if ($this->thread == null) {
31 $this->thread = $this->model->threadFactory->get_one($this->thread_id);
33 return $this->thread;
36 return $this->$property;
45 $this->validator->set_rules(array(
53 if ($this->id === NULL) {
55 $this
[all...]
/plugin/text/
H A Drenderer.php40 if (!$plugin->render($this->getFormat(),$this,$data)) {
103 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
238 $this->store = $this->doc;
254 $this->doc = $this->store;
263 $this->footnotes[count($this->footnotes)] = $footnote;
268 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
392 $this->doc .= $this->entities[$entity];
450 $this->doc .= $this->_getLinkTitle($name, $url, $isImage);
458 $this->doc .= $this->_getLinkTitle($name, $url, $isImage);
539 $this->doc .= $this->separator;
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php70 $this->parser =& $css;
86 $this->output_css = '';
98 $this->_print(true);
110 $this->_print(false);
111 return $this->output_css;
122 if ($this->output_css && $this->output_css_plain) {
247 ksort($this->css);
302 $this->formatted();
304 …return round((strlen($this->input_css) - strlen($this->output_css_plain)) / strlen($this->input_cs…
316 $this->formatted();
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php36 $this->mpdf = $mpdf;
37 $this->form = $form;
38 $this->writer = $writer;
39 $this->metadataWriter = $metadataWriter;
44 $nb = $this->mpdf->page;
45 $filter = $this->mpdf->compress ? '/Filter /FlateDecode ' : '';
47 if ($this->mpdf->DefOrientation === 'P') {
48 $defwPt = $this->mpdf->fwPt;
49 $defhPt = $this->mpdf->fhPt;
51 $defwPt = $this
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php29 $this->assertEquals([
40 $this->assertEquals(206, $this->response->status);
41 $this->assertEquals('st c', stream_get_contents($this->response->body, 4));
72 $this->assertEquals(206, $this->response->status);
104 $this->assertEquals(206, $this->response->status);
124 $this->assertEquals(416, $this->response->status);
143 $this->assertEquals(416, $this->response->status);
177 $this->assertEquals(206, $this->response->status);
211 $this->assertEquals(200, $this->response->status);
246 $this->assertEquals(206, $this->response->status);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DInstance.php322 return $this->labels;
329 $this->name = $name;
336 return $this->name;
364 return $this->options;
427 $this->state = $state;
434 return $this->state;
469 $this->type = $type;
476 return $this->type;
504 return $this->version;
511 $this->zone = $zone;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php154 $this->des = [
211 if ($this->mode_3cbc) {
273 $this->key = $key;
275 $this->changed = $this->nonIVChanged = true;
276 $this->setEngine();
278 if ($this->mode_3cbc) {
299 if ($this->mode_3cbc && strlen($this->key) > 8) {
322 if ($this->mode_3cbc && strlen($this->key) > 8) {
378 if ($this->mode_3cbc) {
397 if ($this->mode_3cbc) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DExperiment.php138 return $this->accountId;
152 return $this->created;
194 return $this->endTime;
215 $this->id = $id;
222 return $this->id;
243 $this->kind = $kind;
250 return $this->kind;
271 $this->name = $name;
278 return $this->name;
404 return $this->snippet;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DGoogleAppsCloudidentityDevicesV1Device.php160 return $this->assetTag;
195 $this->brand = $brand;
202 return $this->brand;
307 $this->imei = $imei;
314 return $this->imei;
377 $this->meid = $meid;
384 return $this->meid;
391 $this->model = $model;
398 return $this->model;
405 $this->name = $name;
[all …]
/plugin/authsqlite/
H A Dauth.php45 $this->cando['addUser'] = $this->_chkcnf(
56 $this->cando['delUser'] = $this->_chkcnf(
63 $this->cando['modLogin'] = $this->_chkcnf(
70 $this->cando['modPass'] = $this->cando['modLogin'];
71 $this->cando['modName'] = $this->cando['modLogin'];
72 $this->cando['modMail'] = $this->cando['modLogin'];
73 $this->cando['modGroups'] = $this->_chkcnf(
88 $this->cando['getUsers'] = $this->_chkcnf(
95 $this->cando['getUserCount'] = $this->_chkcnf(array('getUsers'));
96 $this->success = true;
[all …]
/plugin/batchedit/
H A Dengine.php22 $this->arguments = func_get_args();
29 return $this->arguments;
97 $this->pageOffset = $pageOffset;
98 $this->originalText = $text;
99 $this->replacedText = preg_replace($regexp, $replacement, $text);
100 $this->contextBefore = $this->cropContextBefore($pageText, $pageOffset, $contextChars, $contextLines);
101 $this->contextAfter = $this->cropContextAfter($pageText, $pageOffset + strlen($text), $contextChars, $contextLines);
102 $this
[all...]

1...<<11121314151617181920>>...833