Home
last modified time | relevance | path

Searched refs:this (Results 226 – 250 of 15954) sorted by relevance

12345678910>>...639

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php17 $this->server->addPlugin($this->plugin = new Plugin());
26 $this->server->exec();
28 …$this->assertEquals(200, $this->response->getStatus(), "Incorrect status received. Full response b…
29 $this->assertEquals(
96 $this->assertNull(
108 $this->assertEquals(501, $this->response->status);
119 $this->assertEquals(501, $this->response->status);
140 $this->assertEquals(302, $this->response->status);
156 $this->assertEquals(200, $this->response->getStatus(), 'Error: ' . $this->response->body);
173 $this->assertEquals(404, $this->response->getStatus(), 'Error: ' . $this->response->body);
[all …]
/plugin/nspages/printers/
H A Dprinter.php28 $this->plugin = $plugin;
29 $this->renderer =& $renderer;
30 $this->mode = $mode;
31 $this->pos = $data['pos'];
32 $this->natOrder = $data['natOrder'];
33 $this->actualTitleLevel = $data['actualTitleLevel'];
34 $this->nbItemsMax = $data['nbItemsMax'];
35 $this->dictOrder = $data['dictOrder'];
36 $this->_displayModificationDate = $data['displayModificationDate']
38 $this
[all...]
/plugin/charter/
H A Dhelper.php298 $this->data = $data;
314 $csv = $this->_parseCsv($this->data);
410 …$pchart->drawBackground($this->flags['bgcolor'][0], $this->flags['bgcolor'][1], $this->flags['bgco…
429 …$pchart->drawGraphArea($this->flags['graphColor'][0], $this->flags['graphColor'][1], $this->flags[…
446 …SCALE_START0, $this->flags['scaleColor'][0], $this->flags['scaleColor'][1], $this->flags['scaleCol…
449 …ADDALLSTART0, $this->flags['scaleColor'][0], $this->flags['scaleColor'][1], $this->flags['scaleCol…
452 …SCALE_START0, $this->flags['scaleColor'][0], $this->flags['scaleColor'][1], $this->flags['scaleCol…
508 …wTitle(50, 20, $this->flags['title'], $this->flags['titleColor'][0], $this->flags['titleColor'][1]…
524 …$pchart->drawBackground($this->flags['bgcolor'][0], $this->flags['bgcolor'][1], $this->flags['bgco…
555 if ($this->flags['pieLabels'] && $this->flags['piePercentages'])
[all …]
/plugin/authldaplocal/
H A Dauth.php67 $this->cando['modPass'] = $this->getConf('modPass');
87 if($this->users === null) $this->_loadUserData();
93 …if(!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw'))))…
183 if($this->getConf('binddn') && $this->getConf('bindpw') && $this->bound < 2) {
213 $sr = $this->_ldapsearch($this->con, $base, $filter, $this->getConf('userscope'));
263 …$sr = $this->_ldapsearch($this->con, $base, $filter, $this->getConf('groupscope'), array($this
291 if($this->users === null) $this->_loadUserData();
352 if($this->users === null) $this->_loadUserData();
448 if($this->users === null) $this->_loadUserData();
483 if($this->users === null) $this->_loadUserData();
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php390 $client->addService($this->serviceName, $this->version);
413 $this->id = $id;
416 return $this->id;
422 return $this->kind;
484 return $this->kind;
628 $this->uri = $uri;
631 return $this->uri;
653 $this->uri = $uri;
656 return $this->uri;
1037 $this->RAM = $RAM;
[all …]
H A DGoogle_ModeratorService.php908 $client->addService($this->serviceName, $this->version);
932 $this->id = $id;
935 return $this->id;
994 $this->id = $id;
997 return $this->id;
1141 $this->id = $id;
1144 return $this->id;
1390 $this->id = $id;
1565 $this->id = $id;
1670 $this->id = $id;
[all …]
H A DGoogle_CoordinateService.php358 $client->addService($this->serviceName, $this->version);
408 $this->id = $id;
411 return $this->id;
489 $this->id = $id;
492 return $this->id;
658 $this->lat = $lat;
661 return $this->lat;
664 $this->lng = $lng;
667 return $this->lng;
811 $this->id = $id;
[all …]
H A DGoogle_StorageService.php819 $client->addService($this->serviceName, $this->version);
894 $this->id = $id;
897 return $this->id;
1021 $this->id = $id;
1024 return $this->id;
1286 $this->id = $id;
1289 return $this->id;
1450 $this->id = $id;
1453 return $this->id;
1630 $this->id = $id;
[all …]
/plugin/quickstats/
H A Daction.php87 $this->show_date=$this->getConf('show_date');
96 $this->helper = $this->loadHelper('quickstats', true);
317 if(!$this->pages) $this->pages = array();
320 if(!$this->ips) $this->ips = array();
323 if(!$this->totals) $this->totals = array();
329 $this->totals[$this->year_month] = $this->pages['site_total'] ;
412 if(!$this->misc_data) $this->misc_data = array();
444 $this->ips['uniq'] = (!isset($this->ips['uniq'])) ? 1 : $this->ips['uniq'] += 1;
457 if(!$this->ua) $this->ua = array();
473 io_saveFile($this->ua_file,serialize($this->ua));
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php219 $sLen = $this->sLen !== null ? $this->sLen : $this->hLen;
258 $s = $this->i2osp($s, $this->k);
291 $s = $this->i2osp($s, $this->k);
339 $em = $this->i2osp($m, $this->k);
384 if (strlen($c) != $this->k || $this->k < 2 * $this->hLen + 2) {
392 $em = $this->i2osp($m, $this->k);
396 $lHash = $this->hash->hash($this->label);
400 $seedMask = $this->mgf1($maskedDB, $this->hLen);
402 $dbMask = $this->mgf1($seed, $this->k - $this->hLen - 1);
445 return $this->i2osp($temp, $this->k);
[all …]
/plugin/latexport/_test/
H A Ddecorator_images.test.php24 $this->decoratorImages = new DecoratorImages($this->decoratorMock);
32 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPOpen());
34 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose());
36 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
46 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPOpen());
48 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandCData(" x "));
50 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose());
52 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
62 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPOpen());
63 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandCData(" "));
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php104 if (!$this->stderr) {
107 if (!$this->stdout) {
110 if (!$this->stdin) {
122 …$this->log($this->colorize('green', 'sabre/vobject ').$this->colorize('yellow', Version::VERSION));
217 $this->showHelp();
229 $this->stdout = fopen($this->outputPath, 'w');
239 if (!$this->format) {
274 $this->log('');
287 $this->log('');
293 $this->log(
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFileCapabilities.php277 return $this->canComment;
284 $this->canCopy = $canCopy;
291 return $this->canCopy;
305 return $this->canDelete;
333 return $this->canDownload;
340 $this->canEdit = $canEdit;
347 return $this->canEdit;
613 return $this->canRename;
627 return $this->canShare;
641 return $this->canTrash;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php179 return $this->count;
186 $this->cr = $cr;
193 return $this->cr;
200 $this->cx = $cx;
207 return $this->cx;
298 $this->gl = $gl;
305 return $this->gl;
340 $this->hl = $hl;
347 return $this->hl;
354 $this->hq = $hq;
[all …]
H A DSearchQueriesPreviousPage.php179 return $this->count;
186 $this->cr = $cr;
193 return $this->cr;
200 $this->cx = $cx;
207 return $this->cx;
298 $this->gl = $gl;
305 return $this->gl;
340 $this->hl = $hl;
347 return $this->hl;
354 $this->hq = $hq;
[all …]
H A DSearchQueriesRequest.php179 return $this->count;
186 $this->cr = $cr;
193 return $this->cr;
200 $this->cx = $cx;
207 return $this->cx;
298 $this->gl = $gl;
305 return $this->gl;
340 $this->hl = $hl;
347 return $this->hl;
354 $this->hq = $hq;
[all …]
/plugin/loglog/helper/
H A Dalert.php35 $this->mainHelper = $this->loadHelper('loglog_main');
36 $this->logHelper = $this->loadHelper('loglog_logging');
47 $this->handleThreshold(
54 $this->handleThreshold(
80 $this->now = time();
81 $max = $this->now;
82 $min = $this->now - ($this->interval);
95 io_saveFile($this->statfile, $this->multiplier);
138 $this->multiplier = (int)file_get_contents($this->statfile);
162 return $this->multiplier === 1 ? $this->multiplier : log($this->multiplier, 2) + 1;
[all …]
/plugin/authdrupal8/
H A Dauth.php35 $this->_debug("MySQL err: PHP MySQL extension not found.", -1, __LINE__, __FILE__);
36 $this->success = false;
40 if(!$this->getConf('database') || !$this->getConf('username') || !$this->getConf('host')) {
41 $this->_debug("MySQL err: insufficient configuration.", -1, __LINE__, __FILE__);
42 $this->success = false;
46 $this->cando['addUser'] = false; // can Users be created?
47 $this->cando['delUser'] = false; // can Users be deleted?
48 $this
[all...]
/plugin/dokutexit/
H A Dconfig.php54 $this->bibfn = $this->generate_bib();
182 $this->prefix = $this->conf['pre_prefix'].":";
184 $this->prefix .= $this->ns;
186 $this->prefix = str_replace(':', $this->conf['prefix_separator'], $this->prefix);
187 $this->prefix .= $this->conf['prefix_separator'];
251 return $this->mediadir.'/'.$this->prefix.$this->get_common_basename().".pdf";
255 return $this->ns.':'.$this->prefix.$this->get_common_basename().".pdf";
271 return $this->_escape_fn(noNS($this->id));
285 $found = $this->nsbpc->getConfFN($header_name, $this->ns);
316 $found = $this->nsbpc->getConfFN("texit-footer", $this->ns);
[all …]
/plugin/passpolicy/
H A Dhelper.php71 $this->min_length = $this->getConf('minlen');
72 $this->min_pools = $this->getConf('minpools');
73 $this->usernamecheck = $this->getConf('user');
74 $this->autotype = $this->getConf('autotype');
75 $this->autobits = $this->getConf('autobits');
76 $this->nocommon = $this->getConf('nocommon');
77 $this->noleaked = $this->getConf('noleaked');
86 if ($this->min_pools > count($this->usepools)) $this->min_pools = $this->usepools;
232 if ($this->noleaked && $this->isLeaked($pass)) {
365 $wordbits = $this->bits($this->wordlistlength);
[all …]
/plugin/xcom/
H A Dadmin.php20 $this->local_user = $INFO['client'];
47 …right;" onclick="xcom_toggle(\'#xcom_howto\')">' . $this->getLang('close'). '</button>&nbsp;' . $t…
55 ptln(' ' .$this->getLang('xmlrpc_fns_qualifier'));
56 …t;" onclick="xcom_toggle(\'#xcom_functions\')">' . $this->getLang('close'). '</button>&nbsp;' . $t…
66 …ght;margin-left:8px;" title="' . $this->getLang('results_tip'). '" onclick="xcom_show(\'xcom_res…
71 …:right;margin-left:8px;" title="' . $this->getLang('results_tip'). '" onclick="xcom_hide_all_vie…
82 $textboxsize = $this->getConf('textbox_size');
96 …ptln('<span title="'. $this->getLang('pageid_title') .'">' . $this->getLang('pageid').': <input t…
104 …_localSave(this.form.xcom_pageid.value);" title="' . $this->getLang('locsave_title') . '">'. $this
105 …ptln( $this->getLang('locuser').': <input type="text" size = "12" value="' . $this->local_user . …
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php35 $this->fail();
57 $this->fail();
85 $this->fail();
110 $this->fail();
136 $this->fail();
162 $this->fail();
188 $this->fail();
214 $this->fail();
236 $this->fail();
266 $this->fail();
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php27 $this->cache = new FilesystemCache($this->directory);
44 $this->assertFalse(class_exists($this->classname, false));
51 $this->assertTrue(class_exists($this->classname, false));
58 $this->assertFalse(class_exists($this->classname, false));
62 $this->assertFalse(class_exists($this->classname, false));
71 $this->assertFileNotExists($this->directory);
75 $this->assertFileExists($this->directory);
97 $this->assertTrue(is_dir($this->directory));
121 $this->assertTrue(is_dir($this->directory.'/cache'));
155 $this->assertSame(1234567890, $this->cache->getTimestamp($key));
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
160 return $this->transport;
168 return $this->endpoint;
178 return $this->registeredNamespacesBuilders;
188 * Unknown keys will throw an exception by default, but this can be silenced
280 $this->connectionFactory = $connectionFactory;
282 return $this;
295 $this->connectionPool = $connectionPool;
296 $this->connectionPoolArgs = $args;
298 $this
[all...]
/plugin/authsmf20/
H A Dauth.php77 $this->success = $this->loadConfiguration();
79 if (!$this->success) {
90 $this->_cache = null;
156 $this->_smf_conf['path'] = rtrim(trim($this->getConf('smf_path')), '\/');
227 $this->_smf_conf['db_server'], $this->_smf_conf['db_user'],
228 $this->_smf_conf['db_passwd'], $this->_smf_conf['db_name'],
232 if (!$this->_smf_db_link || $this->_smf_db_link->connect_error) {
249 return ($this->_smf_db_link && $this->_smf_db_link->ping());
271 if (!$this->connectSmfDB() || !$this->_smf_user_id) {
298 $this->_smf_user_groups = array_unique($this->_smf_user_groups);
[all …]

12345678910>>...639