Home
last modified time | relevance | path

Searched refs:this (Results 5026 – 5050 of 27090) sorted by relevance

1...<<201202203204205206207208209210>>...1084

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyWrite.php45 $this->principalInfo = $principalInfo;
46 $this->principalBackend = $principalBackend;
118 return $this->principalInfo['uri'] . '/' . $this->getName();
132 return $this->principalBackend->getGroupMemberSet($this->getPrincipalUrl());
146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
163 $this->principalBackend->setGroupMemberSet($this->getPrincipalUrl(), $principals);
177 return $this->getName();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php45 $this->principalInfo = $principalInfo;
46 $this->principalBackend = $principalBackend;
118 return $this->principalInfo['uri'] . '/' . $this->getName();
132 return $this->principalBackend->getGroupMemberSet($this->getPrincipalUrl());
146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
163 $this->principalBackend->setGroupMemberSet($this->getPrincipalUrl(), $principals);
177 return $this->getName();
H A DProxyWrite.php45 $this->principalInfo = $principalInfo;
46 $this->principalBackend = $principalBackend;
118 return $this->principalInfo['uri'] . '/' . $this->getName();
132 return $this->principalBackend->getGroupMemberSet($this->getPrincipalUrl());
146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
163 $this->principalBackend->setGroupMemberSet($this->getPrincipalUrl(), $principals);
177 return $this->getName();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharedCalendar.php45 return $this->calendarInfo['{http://calendarserver.org/ns/}shared-url'];
58 return $this->calendarInfo['{http://sabredav.org/ns}owner-principal'];
82 'principal' => $this->calendarInfo['principaluri'],
85 if ($this->calendarInfo['{http://sabredav.org/ns}read-only']) {
88 'principal' => $this->calendarInfo['principaluri'],
94 'principal' => $this->calendarInfo['principaluri'],
114 'principal' => $this->calendarInfo['principaluri'],
118 if (!$this->calendarInfo['{http://sabredav.org/ns}read-only']) {
121 'principal' => $this->calendarInfo['principaluri'],
144 return $this->caldavBackend->getShares($this->calendarInfo['id']);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.content.php5 $tree = $this->runPipeline(file_get_contents('test.css.content.1.html'));
20 $this->assertTrue($collection->contains(CSS_CONTENT));
42 $this->assertTrue($collection->contains(CSS_CONTENT));
62 $this->assertTrue($collection->contains(CSS_CONTENT));
82 $this->assertTrue($collection->contains(CSS_CONTENT));
86 $this->assertEqual($content->render($counters), "");
93 $this->assertTrue($collection->contains(CSS_CONTENT));
97 $this->assertEqual($content->render($counters), "");
104 $this->assertTrue($collection->contains(CSS_CONTENT));
110 $this->assertEqual($content->render($counters), "");
[all …]
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php76 if (!is_null($this->seconds)) {
84 $this->seconds = $item->getValue();
94 if (!is_null($this->millis)) {
112 $this->millis = $millis->getValue();
120 if (!is_null($this->micros)) {
163 if ($this->seconds != null) {
167 if ($this->millis != null) {
178 if ($this->micros != null) {
202 if (!is_null($this->seconds)) {
208 if (!is_null($this->millis)) {
[all …]
/plugin/issuelinks/admin/
H A Drepoadmin.php37 return $this->getLang('menu:repo-admin');
42 $plugin = $this->getPluginName();
73 $this->orgs[$serviceID] = [];
75 $this->configNeeded[] = $serviceID;
80 sort($this->orgs[$serviceID]);
89 $activeServices = array_keys($this->orgs);
135 if (in_array($serviceID, $this->configNeeded)) {
144 } elseif (count($this->orgs[$serviceID]) === 0) {
152 $form->addFieldsetOpen($this->getLang('legend:user'));
160 array_merge([''], $this->orgs[$serviceID]),
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalTest.php14 $this->assertTrue($principal instanceof Principal);
32 $this->assertEquals('admin',$principal->getName());
40 $this->assertEquals('admin',$principal->getDisplayname());
46 $this->assertEquals('Mr. Admin',$principal->getDisplayname());
67 foreach($keys as $key) $this->assertArrayHasKey($key,$props);
69 $this->assertEquals('Mr. Admin',$props['{DAV:}displayname']);
83 $this->assertTrue($result);
153 $this->assertEquals(array(
171 $this->assertNull($principal->getGroup());
179 $this->assertEquals(array(
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php16 $this->fontCache = $fontCache;
17 $this->fontDescriptor = $fontDescriptor;
22 $ttf = new TTFontFile($this->fontCache, $this->fontDescriptor);
26 'name' => $this->getFontName($ttf->fullName),
54 'panose' => $this->getPanose($ttf),
58 'fontmetrics' => $this->fontDescriptor,
70 $this->fontCache->jsonWrite($fontkey . '.mtx.json', $font);
71 $this->fontCache->binaryWrite($fontkey . '.cw.dat', $ttf->charWidths);
72 $this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DPageFooter.php12 $tag = $this->getTagName();
13 $this->mpdf->ignorefollowingspaces = true;
39 $properties = $this->cssManager->readInlineCSS($attr['HEADER-STYLE']);
41 $properties = $this->cssManager->readInlineCSS($attr['FOOTER-STYLE']);
49 $p['L']['font-size'] = $this->sizeConverter->convert($properties['FONT-SIZE']) * Mpdf::SCALE;
50 $p['C']['font-size'] = $this->sizeConverter->convert($properties['FONT-SIZE']) * Mpdf::SCALE;
51 $p['R']['font-size'] = $this->sizeConverter->convert($properties['FONT-SIZE']) * Mpdf::SCALE;
71 $properties = $this->cssManager->readInlineCSS($attr['HEADER-STYLE-LEFT']);
73 $properties = $this->cssManager->readInlineCSS($attr['FOOTER-STYLE-LEFT']);
79 $p['L']['font-size'] = $this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php36 $this->mpdf = $mpdf;
37 $this->sizeConverter = $sizeConverter;
38 $this->colorConverter = $colorConverter;
39 $this->writer = $writer;
46 $s.=sprintf(' %.3F %.3F %.3F %.3F re W n ', $x * Mpdf::SCALE, ($this->mpdf->h - $y) * Mpdf::SCALE, $w * Mpdf::SCALE, -$h * Mpdf::SCALE);
47 $s.=sprintf(' %.3F 0 0 %.3F %.3F %.3F cm ', $w * Mpdf::SCALE, $h * Mpdf::SCALE, $x * Mpdf::SCALE, ($this->mpdf->h - ($y + $h)) * Mpdf::SCALE);
48 $n = count($this->mpdf->gradients) + 1;
49 $this->mpdf->gradients[$n]['type'] = 6; //coons patch mesh
50 $this->mpdf->gradients[$n]['colorspace'] = $colspace; //coons patch mesh
53 $this
[all...]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php107 case $this->isNullableType($type):
109 case $this->isKeyword($type):
110 return $this->resolveKeyword($type);
111 case ($this->isCompoundType($type)):
113 case $this->isTypedArray($type):
115 case $this->isFqsen($type):
116 return $this->resolveTypedObject($type);
117 case $this->isPartialStructuralElementName($type):
152 $this->keywords[$keyword] = $typeClassName;
249 $className = $this->keywords[strtolower($type)];
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php122 $this->baseUri = $settings['baseUri'];
168 $this->xml = new Xml\Service();
170 $this->propertyMap = & $this->xml->elementMap;
221 $url = $this->getAbsoluteUrl($url);
228 $response = $this->send($request);
269 $xml = $this->xml->write(
274 $url = $this->getAbsoluteUrl($url);
278 $this->send($request);
293 $response = $this->send($request);
339 $url = $this->getAbsoluteUrl($url);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFunction.php32 $this->options = array_merge([
41 $this->arguments = $arguments;
46 return $this->arguments;
51 return $this->options['needs_environment'];
56 return $this->options['needs_context'];
61 if (isset($this->options['is_safe'])) {
62 return $this->options['is_safe'];
65 if (isset($this->options['is_safe_callback'])) {
66 return \call_user_func($this->options['is_safe_callback'], $functionArgs);
74 return $this->options['callable'];
/plugin/statdisplay/pchart/
H A DScaleStyle.php11 $this->scaleMode = $scaleMode;
12 $this->color = $color;
13 $this->drawTicks = $drawTicks;
14 $this->lineWidth = $lineWidth;
15 $this->lineDotSize = $lineDotSize;
24 return $this->scaleMode;
28 return $this->color;
32 return $this->drawTicks;
36 return $this->lineWidth;
40 return $this->lineDotSize;
/plugin/statistics/inc/pchart/
H A DScaleStyle.php10 $this->scaleMode = $scaleMode;
11 $this->color = $color;
12 $this->drawTicks = $drawTicks;
13 $this->lineWidth = $lineWidth;
14 $this->lineDotSize = $lineDotSize;
23 return $this->scaleMode;
27 return $this->color;
31 return $this->drawTicks;
35 return $this->lineWidth;
39 return $this
[all...]
/plugin/aichat/Model/
H A DAbstractModel.php53 $this->modelName = $name;
54 $this->http = new DokuHTTPClient();
55 $this->http->timeout = 60;
56 $this->http->headers['Content-Type'] = 'application/json';
57 $this->http->headers['Accept'] = 'application/json';
59 $reflect = new \ReflectionClass($this);
70 $this->modelFullName = basename(dirname($reflect->getFileName()) . ' ' . $name);
72 if ($this instanceof ChatInterface) {
76 $this->modelInfo = $modelinfos['chat'][$name];
79 if ($this instanceo
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.page.inc.php9 $this->set_type($type);
13 return $this->_type;
17 $this->_type = $type;
32 $this->set_name($name);
36 return $this->_name;
40 $this->_name = $name;
68 $this->selector = $selector;
75 return $this->selector;
79 return $this->margin_boxes;
104 $this->selector = $selector;
[all …]
H A Doutput.pcl.class.php10 $this->_content = "";
14 $this->_content .= $string;
55 $this->_getEscapedCharacter().
56 $this->_getGroupCharacter();
57 $groups = $this->_getGroups();
72 $this->_character = $char;
73 $this->_value = $value;
77 return $this->_value.$this->_character;
81 return $this->_value.strtoupper($this->_character);
145 $this->_number = $number;
[all …]
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php47 $cmp = $this->cmp($long, 0);
60 while ($this->cmp($long, 0) > 0) {
96 $n = $this->init(0);
105 $n = $this->mul($n, pow(2, 8));
106 $n = $this->add($n, $byte);
120 return $this->binaryToLong($b64);
147 $rbytes = $this->longToBinary($stop);
177 return $this->mod($n, $stop);
243 if ($this->mod($exponent, 2)) {
244 $result = $this->mod($this->mul($result, $square), $modulus);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php397 $this->assertEquals(1, count($vcal->validate()));
416 $this->assertEquals(1, count($vcal->validate()));
434 $this->assertEquals(1, count($vcal->validate()));
454 $this->assertEquals(1, count($vcal->validate()));
580 $this->assertNull($result);
629 $this->assertNull($result);
642 $this->assertValidate(
663 $this->assertValidate(
691 $this->assertValidate(
720 $this->assertValidate(
[all …]
/plugin/schedule/syntax/
H A Dblock.php54 $renderer->doc .= $this->scheduleHelp ();
58 $this->scheduleRoot = new scheduleRoot ($this);
64 $this->scheduleRoot->printForm ();
91 $this->schedules = new schedules ($this->scheduleRoot, $ns);
100 $cache = $this->schedules->readCache ($args);
105 $this->schedules->load ();
120 $this->scheduleDateFilters ($args);
121 $this->schedules->setFormLevel ($formLevel);
124 $this->scheduleOtherFilters ($args);
132 $this->schedules->writeSchedules ();
[all …]
/plugin/farmsync/_test/
H A DpageUpdate.test.php42 $this->assertEquals(count($mock_farm_util->receivedWriteCalls), 0);
43 $this->assertEquals(count($mock_farm_util->receivedPageWriteCalls), 1);
44 $this->assertEquals(array(
69 $this->assertEquals(count($mock_farm_util->receivedWriteCalls), 0);
71 $this->assertEquals(array(), $mock_farm_util->receivedWriteCalls);
101 $this->assertEquals(count($mock_farm_util->receivedWriteCalls), 0);
103 $this->assertEquals(array(
130 $this->assertEquals(count($mock_farm_util->receivedWriteCalls), 0);
132 $this->assertEquals(array(), $mock_farm_util->receivedWriteCalls);
157 $this->assertEquals(count($mock_farm_util->receivedWriteCalls), 0);
[all …]
/plugin/do/syntax/
H A Ddo.php27 $this->hlp = plugin_load('helper', 'do');
57 $this->Lexer->addEntryPattern('<do.*?>(?=.*?</do>)', $mode, 'plugin_do_do');
63 $this->Lexer->addExitPattern('</do>', 'plugin_do_do');
107 $data['task']['text'] = $this->_textContent(
140 * Return the task as it was before this rendering run
156 $statuses = $this->hlp->loadTasks(array('id' => $page));
175 if (isset($this->saved[$page][$md5])) {
178 $this->saved[$page][$md5] = 1;
193 $oldtask = $this->_oldTask($ID, $data['task']['md5']);
202 $this
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php15 * The determinations made by this class are accurate if checked run once per
114 $this->fieldFactory = $fieldFactory;
115 $this->setExpression($expression);
128 $this->cronParts = preg_split('/\s/', $value, -1, PREG_SPLIT_NO_EMPTY);
129 if (count($this->cronParts) < 5) {
135 foreach ($this->cronParts as $position => $part) {
136 $this->setPart($position, $part);
139 return $this;
153 if (!$this->fieldFactory->getField($position)->validate($value)) {
159 $this
[all...]

1...<<201202203204205206207208209210>>...1084