Home
last modified time | relevance | path

Searched refs:this (Results 151 – 175 of 12626) sorted by relevance

12345678910>>...506

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DAllowAccessTest.php33 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
42 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
51 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
60 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
69 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
78 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
87 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
96 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
105 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
114 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php18 $mock->expects($this->never())
27 $mock->expects($this->never())
40 $mock->expects($this->any())
569 ->with($this->logicalNot($this->identicalTo($x)));
659 $this->assertSame(
684 $this->assertSame(
707 $this->assertSame(
719 $this->assertSame(
752 $this->assertSame(
775 $this->assertSame(
[all …]
/plugin/latex/
H A Dclass.latexrender.php140 $this->latex_document = $this->_preamble."\n".trim($latex_formula)."\n".$this->_postamble;
223 $this->_cmdout = " >> ".$this->_tmp_filename.".cmd 2>&1";
244 …$command = $this->_dvips_path." -E ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";
250 $this->_tmp_filename.".".$this->_image_format;
263 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
309 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".tex");
310 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".aux");
311 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".log");
312 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".dvi");
313 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".ps");
[all …]
/plugin/latex-was/
H A Dclass.latexrender.php140 $this->latex_document = $this->_preamble."\n".trim($latex_formula)."\n".$this->_postamble;
223 $this->_cmdout = " >> ".$this->_tmp_filename.".cmd 2>&1";
245 $command = $this->_dvips_path." ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";
251 $this->_tmp_filename.".".$this->_image_format;
264 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
310 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".tex");
311 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".aux");
312 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".log");
313 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".dvi");
314 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".ps");
[all …]
/plugin/latexport/implementation/
H A Ddecorator.php124 $this->any_command();
134 $this->any_command();
148 $this->any_command();
162 $this->any_command();
171 $this->any_command();
194 $this->any_command();
204 $this->any_command();
222 $this->any_command();
230 $this->any_command();
240 $this->any_command();
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DParser.php9 * file that was distributed with this source code.
62 $this->filename = $filename;
65 return $this->parse(file_get_contents($filename), $flags);
67 $this->filename = null;
84 throw new ParseException('The YAML value does not appear to be valid UTF-8.', -1, null, $this->filename);
87 $this->refs = [];
97 $data = $this->doParse($value, $flags);
102 $this->refsBeingParsed = [];
103 $this->offset = 0;
104 $this
[all...]
/plugin/data-au/_test/
H A Dhelper.test.php228 $this->assertEquals($this->createFilterArray('name', 'tom', '=', 'name', '')
231 $this->assertEquals($this->createFilterArray('name', 'tom', '!=', 'name', '')
234 $this->assertEquals($this->createFilterArray('name', 'tom', '!=', 'name', '')
237 $this->assertEquals($this->createFilterArray('name', 'tom', '<', 'name', '')
240 $this->assertEquals($this->createFilterArray('name', 'tom', '>', 'name', '')
243 $this->assertEquals($this->createFilterArray('name', 'tom', '<=', 'name', '')
246 $this->assertEquals($this->createFilterArray('name', 'tom', '>=', 'name', '')
249 $this->assertEquals($this->createFilterArray('name', 'tom', 'LIKE', 'name', '')
258 $this->assertEquals($this->createFilterArray('name', '%tom', 'LIKE', 'name', '')
267 $this->assertEquals($this->createFilterArray('name', 'tom', 'IN(', 'name', '')
[all …]
/plugin/data/_test/
H A Dhelper.test.php
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php148 $this->masterEvent = array_shift($this->overriddenEvents);
151 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
152 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
201 $this->rewind();
338 $this->currentDate = clone $this->startDate;
340 $this->next();
352 $this->counter++;
382 $this->currentOverriddenEvent = $this->overriddenEvents[$offset];
386 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone);
412 while ($this->valid() && $this->getDtEnd() <= $dateTime) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php141 $this->masterEvent = array_shift($this->overriddenEvents);
144 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
145 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
190 $this->rewind();
323 $this->currentDate = clone $this->startDate;
325 $this->next();
334 ++$this->counter;
361 $this->currentOverriddenEvent = $this->overriddenEvents[$offset];
365 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone);
388 while ($this->valid() && $this->getDtEnd() <= $dateTime) {
[all …]
/plugin/strata/helper/
H A Dtriples.php20 $this->_initialize();
49 $dsn = $this->getConf('default_dsn');
50 $dsn = $this->_expandTokens($dsn);
52 $this->_dsn = $dsn;
58 msg(sprintf($this->getLang('error_triples_nodriver'), $driver), -1);
63 $this->_db = new $driverClass($this->getConf('debug'));
66 if(!$this->_db->connect($dsn)) {
71 if(!$this->_db->isInitialized()) {
72 $this
[all...]
/plugin/statdisplay/pchart/
H A DpChart.php226 $this->canvas->drawRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
311 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1),
317 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2),
337 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
348 $this->DivisionWidth = $this->GArea_X2 - $this->GArea_X1;
587 $this->VMax = ceil($this->VMax);
590 if ($this->VMax == $this->VMin) {
621 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1),
627 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2),
641 $this->VMax = ceil($this->VMax);
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php20 * along with this program. If not, see <http://www.gnu.org/licenses/>.
118 $this->palette = Palette::defaultPalette();
120 $this->XSize = $XSize;
121 $this->YSize = $YSize;
123 $this->setFontProperties("tahoma.ttf", 8);
125 $this->shadowProperties = ShadowProperties::FromDefaults();
127 $this->canvas = $canvas;
134 $this->ErrorReporting = TRUE;
135 $this->ErrorInterface = $Interface;
147 $this
[all...]
/plugin/mantis/lib/
H A Dclass.wsdl.php97 $this->parseWSDL($this->wsdl);
213 if($this->proxyhost && $this->proxyport){
214 $tr->setProxy($this->proxyhost,$this->proxyport,$this->proxyusername,$this->proxypassword);
217 …$tr->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certRequest…
263 xml_set_object($this->parser, $this);
398 …$this->bindings[$this->currentBinding] = array_merge($this->bindings[$this->currentBinding], $attr…
415this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['endpoint'] = isset($
425 …if (isset($this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opS…
426this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus] = ar…
428 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus] = $…
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php731 $client->addService($this->serviceName, $this->version);
794 $this->id = $id;
797 return $this->id;
857 $this->id = $id;
991 $this->id = $id;
1276 $this->id = $id;
1422 $this->id = $id;
1477 $this->id = $id;
1608 $this->id = $id;
1849 $this->id = $id;
[all …]
H A DGoogle_AdexchangebuyerService.php270 $client->addService($this->serviceName, $this->version);
310 $this->id = $id;
313 return $this->id;
319 return $this->kind;
346 $this->url = $url;
349 return $this->url;
369 return $this->kind;
461 return $this->kind;
539 return $this->kind;
591 $this->id = $id;
[all …]
/plugin/bez/mdl/
H A DThread.php50 return $this->$property;
56 if ($this->coordinator === $this->model->user_nick ||
57 $this->model->get_level() >= BEZ_AUTH_ADMIN) {
66 $this->validator->set_rules(array(
74 if ($this->id === NULL) {
75 $this->original_poster = $this->model->user_nick;
76 $this->create_date = date('c');
77 $this
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEachPromise.php106 $this->mutex = false;
125 $this->iterable = $this->concurrency = $this->pending = null;
126 $this->onFulfilled = $this->onRejected = null;
137 while ($this->addPending() && $this->advanceIterator());
143 ? call_user_func($this->concurrency, count($this->pending))
151 $this->addPending();
163 if (!$this->iterable || !$this->iterable->valid()) {
206 if ($this->mutex) {
210 $this->mutex = true;
239 if ($this->advanceIterator() && !$this->checkIfFinished()) {
[all …]
/plugin/structtasks/_test/
H A DUtilitiesTest.php39 $this->assertFalse($this->util->isValidSchema($schema));
41 $this->assertTrue($this->util->isValidSchema($schema));
48 $this->assertFalse($this->util->isValidSchema($schema));
50 $this->assertFalse($this->util->isValidSchema($schema));
72 $this->rev1 = time() - 1;
73 $this->rev2 = time();
74 $this->rev3 = time() + 1;
115 'some:page', 'valid', $this->rev1, $this->rev2);
127 'some:page', 'valid', $this->rev1, $this->rev3);
151 …list($old_data, $new_data, $valid) = $this->util->getMetadata($page, $schema, $this->rev1, $this->…
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php144 $this->masterEvent = array_shift($this->overriddenEvents);
147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
148 $this->allDay = !$this->masterEvent->DTSTART->hasTime();
197 $this->rewind();
339 $this->currentDate = clone $this->startDate;
341 $this->next();
353 $this->counter++;
382 $this->currentOverriddenEvent = $this->overriddenEvents[$offset];
386 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone);
409 while($this->valid() && $this->getDtEnd() < $dateTime ) {
[all …]
/plugin/issuelinks/classes/
H A DIssue.php88 …$issue = $db->loadIssue($this->serviceID, $this->projectId, $this->issueId, $this->isMergeRequest);
108 return $this->projectId . $sep . $this->issueId;
132 return $this;
204 return $this;
223 return $this;
242 return $this;
261 return $this;
275 return $this;
427 …$name = $this->projectId . $service::getProjectIssueSeparator($this->isMergeRequest) . $this->issu…
460 return $service->getIssueURL($this->projectId, $this->issueId, $this->isMergeRequest);
[all …]
/plugin/refnotes/
H A Dadmin.php20 refnotes_localization::initialize($this);
22 $this->locale = refnotes_localization::getInstance();
36 print($this->locale_xhtml('intro'));
40 $this->printLanguageStrings();
43 print('<noscript><div class="error">' . $this->locale->getLang('noscript') . '</div></noscript>');
47 $this->printGeneral();
48 $this->printNamespaces();
49 $this->printNotes();
51 print($this->getButton('save'));
63 $lang = $this
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php104 if (!$this->stderr) {
107 if (!$this->stdout) {
110 if (!$this->stdin) {
124 …$this->log($this->colorize('green', "sabre/vobject ") . $this->colorize('yellow', Version::VERSION…
225 $this->showHelp();
236 $this->stdout = fopen($this->outputPath, 'w');
246 if (!$this->format) {
286 $this->log('');
299 $this->log('');
305 $this->log(
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php104 if (!$this->stderr) {
107 if (!$this->stdout) {
110 if (!$this->stdin) {
124 …$this->log($this->colorize('green', "sabre/vobject ") . $this->colorize('yellow', Version::VERSION…
225 $this->showHelp();
236 $this->stdout = fopen($this->outputPath, 'w');
246 if (!$this->format) {
286 $this->log('');
299 $this->log('');
305 $this->log(
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php104 if (!$this->stderr) {
107 if (!$this->stdout) {
110 if (!$this->stdin) {
124 …$this->log($this->colorize('green', "sabre/vobject ") . $this->colorize('yellow', Version::VERSION…
225 $this->showHelp();
236 $this->stdout = fopen($this->outputPath, 'w');
246 if (!$this->format) {
286 $this->log('');
299 $this->log('');
305 $this->log(
[all …]

12345678910>>...506