Home
last modified time | relevance | path

Searched refs:this (Results 1251 – 1275 of 27090) sorted by relevance

1...<<51525354555657585960>>...1084

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php148 $this->driver = $driver;
184 return $this->filter;
201 return $this->data;
211 $this->data = $data;
221 return $this->tests;
231 $this->tests = $tests;
252 $this->clear();
261 $this->driver->start($this->shouldCheckForDeadAndUnused);
411 $this->tests = array_merge($this->tests, $that->getTests());
623 (!$this->currentId->isMedium() && !$this->currentId->isLarge()))) {
[all …]
/plugin/superacl/
H A Dadmin.php198 if($this->ns) $opts['ns'] = $this->ns;
199 if($this->who) $opts['acl_w'] = $this->who;
286 if($this->who){
296 printf($this->getLang('p_choose_ns'),hsc($this->ns));
322 echo $this->_html_checkboxes($current,empty($this->ns),'acl');
529 if($this->ns){
611 $ns = $this->ns;
635 if($this->ns){
645 if(isset($this->acl[$check][auth_nameencode($this->who,true)])){
646 return $this->acl[$check][auth_nameencode($this->who,true)];
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php74 $this->value = $x;
93 $this->value = gmp_import($this->value);
95 $this->value = -$this->value;
99 $temp = $this->is_negative ? '-0x' . $this->value : '0x' . $this->value;
103 $this->value = gmp_init(isset($this->value) ? $this->value : '0');
136 if ($twos_compliment && $this->compare(new static()) > 0 && $this->precision <= 0) {
156 return $this->precision > 0 ? str_repeat(chr(0), ($this->precision + 1) >> 3) : '';
230 return [$this->normalize($quotient), $this->normalize($remainder)];
624 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
637 $temp = $this->value;
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php15 $this->_attributes = [
71 return $this;
82 return $this;
93 return $this;
104 return $this;
109 return $this->getAttribute('scale') * $this->_scalePx;
115 return $this;
120 return $this->getAttribute('height') * $this->_heightPx;
129 return $this;
140 return $this;
[all …]
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php163 $this->debug = $debug;
195 $jobs = $this->parseCronFile($this->cronTab);
198 if ($this->maxJobs==0 || $jobsRun<$this->maxJobs) {
210 if ($this->debug) echo $msg." ".$this->useLog;
212 if ($this->useLog) {
255 …for ($j=$this->lTrimZeros($matches[2]);$j<=$this->lTrimZeros($matches[4]);$j+=$this->lTrimZeros($m…
366 $this->resultsSummary = "";
375 if ($this->debug) {
384 …mail($this->sendLogToEmail, "[".$this->dokuwikititle."][".$this->pluginname."] ".$job[PC_COMMENT],…
388 if ($this->debug) {
[all …]
H A Dpseudo-cron-image.php206 $this->debug = $debug;
238 $jobs = $this->parseCronFile($this->cronTab);
241 if ($this->maxJobs==0 || $jobsRun<$this->maxJobs) {
253 if ($this->debug) echo $msg." ".$this->useLog;
255 if ($this->useLog) {
298 …for ($j=$this->lTrimZeros($matches[2]);$j<=$this->lTrimZeros($matches[4]);$j+=$this->lTrimZeros($m…
409 $this->resultsSummary = "";
418 if ($this->debug) {
427 …mail($this->sendLogToEmail, "[".$this->dokuwikititle."][".$this->pluginname."] ".$job[PC_COMMENT],…
431 if ($this->debug) {
[all …]
/plugin/fontsize2/
H A Daction.php24 'title' => $this->getLang('fs_picker'),
29 'title' => $this->getLang('fs_xxs'),
30 'sample' => $this->getLang('fs_xxs_sample'),
37 'title' => $this->getLang('fs_xs'),
45 'title' => $this->getLang('fs_s'),
46 'sample' => $this->getLang('fs_s_sample'),
53 'title' => $this->getLang('fs_m'),
61 'title' => $this->getLang('fs_l'),
69 'title' => $this->getLang('fs_xl'),
77 'title' => $this->getLang('fs_xxl'),
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php77 $this->streamReader = $streamReader;
78 $this->tokenizer = new Tokenizer($streamReader);
88 $this->xref = null;
98 return $this->streamReader;
108 return $this->tokenizer;
119 if ($this->fileHeader) {
120 return $this->fileHeaderOffset;
123 $this->streamReader->reset(0);
127 $buffer = $this->streamReader->getBuffer(false);
130 if (!$this
[all...]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.parse.php65 $this->assertEqual($color->r, 1);
66 $this->assertEqual($color->g, 0);
67 $this->assertEqual($color->b, 0);
88 $this->assertEqual($color->r, 1);
89 $this->assertEqual($color->g, 0);
90 $this->assertEqual($color->b, 0);
111 $this->assertEqual($color->r, 1);
112 $this->assertEqual($color->g, 0);
113 $this->assertEqual($color->b, 0);
136 $this->assertEqual($color->r, 1);
[all …]
/plugin/fedauth/Auth/Yadis/
H A DManager.php298 $this->_current = null;
301 $this->stale = false;
322 if ($this->services) {
323 $this->_current = array_shift($this->services);
346 return in_array($url, array($this->starting_url, $this->yadis_url));
395 $this->url = $url;
401 $this->session_key = $this->PREFIX . $this->session_key_suffix;
424 $this->session->set($this->session_key,
460 return $this->PREFIX . $this->session_key_suffix;
474 $manager_str = $this->session->get($this->getSessionKey());
[all …]
/plugin/swiftmail/Swift/Message/
H A DPart.php33 $this->setContentType($type);
34 $this->setEncoding($encoding);
35 $this->setCharset($charset);
36 $this->setFlowed(false);
40 $this->setData($data);
63 $this->setData($body);
71 return $this->getData();
113 if (!($enc = $this->getEncoding())) $this->setEncoding("8bit");
114 $data = $this->getData();
115 if ($this->getCharset() === null && !$this->numChildren())
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DAbstractGeoDistance.php22 * Decides if this query uses latitude/longitude or geohash for the location.
66 $this->setKey($key);
67 $this->setLocation($location);
71 * @return $this
75 $this->_key = $key;
77 return $this;
85 * @return $this
93 $this->setLatitude($location['lat']);
100 $this->setLongitude($location['lon']);
105 $this
[all...]
/plugin/bugzillaxmlrpc/
H A Dsyntax.php69 $this->xml_data['login'] = $this->getConf('login');
70 $this->xml_data['password'] = $this->getConf('password');
95 $this->xml_data['login'] = $this->getConf('login');
96 $this->xml_data['password'] = $this->getConf('password');
130 $this->xml_data['login'] = $this->getConf('login');
131 $this->xml_data['password'] = $this->getConf('password');
149 unlink($this->cookie_file);
159 $this->myLogout;
167 $this->myLogout;
175 $this->myLogout;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSnapshotNamespace.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
24 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
43 $repository = $this->extractArgument($params, 'repository');
45 $endpointBuilder = $this->endpoints;
50 return $this->performRequest($endpoint);
67 $repository = $this->extractArgument($params, 'repository');
68 $snapshot = $this->extractArgument($params, 'snapshot');
69 $target_snapshot = $this->extractArgument($params, 'target_snapshot');
70 $body = $this->extractArgument($params, 'body');
72 $endpointBuilder = $this
[all...]
/plugin/ckgdoku/action/
H A Dmeta.php24 $this->dokuwiki_priority = $this->getConf('dw_priority');
25 $this->dw_priority_group = $this->getConf('dw_users');
267 $this->wiki_text = trim($this->wiki_text);
280 $this->wiki_text = preg_replace('/^\s*[\r\n]$/ms',"__n__", $this->wiki_text);
281 $this->wiki_text = preg_replace('/\r/ms',"", $this->wiki_text);
283 $this->wiki_text = preg_replace('/__n__/',"\n", $this->wiki_text);
284 $this->wiki_text = str_replace("__code_NL__","\n", $this->wiki_text);
313 $this->wiki_text = preg_replace('/\<\?php/i', '&lt;?php',$this->wiki_text) ;
314 $this->wiki_text = preg_replace('/\?>/i', '?&gt;',$this->wiki_text) ;
705 if ($this->dokuwiki_priority && $this->in_dwpriority_group() ) {
[all …]
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/pdb/classes/
H A Dcache.php17 $this->prefix = $_prefix;
22 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
26 $this->useTmpDir = false;
28 … $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
30 $this->CheckDir();
50 $dir = $this->mediaDir;
54 $patten = array($this->prefix,'.'.$this->extension);
154 $this->ClearCache();
[all …]
/plugin/cache/
H A Dplugin_cache.php24 $this->prefix = $_prefix;
29 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
30 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
31 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
33 $this->useTmpDir = false;
35 … $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
37 $this->CheckDir();
57 $dir = $this->mediaDir;
61 $patten = array($this->prefix,'.'.$this->extension);
161 $this->ClearCache();
[all …]
/plugin/pubchem/classes/
H A Dcache.php13 $this->namespace = strtolower($_name);
14 $this->prefix = strtolower($_prefix);
15 $this->extension = strtolower($_ext);
17 $this->prefix = $_prefix;
19 $this->prefix = $_prefix.'_';
22 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
23 $this->mediaFormat = $this->mediaDir.'/'.$this
[all...]
/plugin/pubmed/classes/
H A Dcache.php13 $this->namespace = strtolower($_name);
14 $this->prefix = strtolower($_prefix);
15 $this->extension = strtolower($_ext);
17 $this->prefix = $_prefix;
19 $this->prefix = $_prefix.'_';
22 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
23 $this->mediaFormat = $this->mediaDir.'/'.$this
[all...]
/plugin/authgoogle/google/contrib/
H A DGoogle_LicensingService.php191 $client->addService($this->serviceName, $this->version);
210 return $this->etags;
213 $this->kind = $kind;
216 return $this->kind;
234 return $this->skuId;
240 return $this->userId;
262 $this->etag = $etag;
265 return $this->etag;
272 return $this->items;
275 $this->kind = $kind;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DHparamSearchSpaces.php93 return $this->batchSize;
107 return $this->boosterType;
177 return $this->dropout;
198 $this->l1Reg = $l1Reg;
205 return $this->l1Reg;
212 $this->l2Reg = $l2Reg;
219 return $this->l2Reg;
233 return $this->learnRate;
331 return $this->optimizer;
345 return $this->subsample;
[all …]
/plugin/dw2pdf/
H A Drenderer.php33 $this->actioninstance = plugin_load('action', 'dw2pdf');
46 $this->doc .= "<a name=\"{$pid}__\">";
47 $this->doc .= "</a>";
49 self::$header_count[1] = $this->actioninstance->getCurrentBookChapter();
81 $hid = $this->_headerToLink($text, true);
84 $this->toc_additem($hid, $text, $level);
92 $isnumberedheadings = $this->actioninstance->getExportConfig('headernumber');
113 $maxbookmarklevel = $this->actioninstance->getExportConfig('maxbookmarks');
114 // 0: off, 1-6: show down to this level
116 $bookmarklevel = $this
[all...]
/plugin/structtasks/_test/
H A DCliTest.php28 $this->loadSchemaJSON('valid', '', 100);
30 $this->assertTrue($cli->initialise());
51 $this->assertFalse($cli->initialise());
58 $this->assertEquals(3, count($n));
65 $this->assertEquals(2, count($n));
70 $this->assertEquals(1, count($n));
75 $this->assertEquals(0, count($n));
86 $this->assertTrue($cli->initialise());
106 $notifier->expects($this->once())
110 $this->equalTo(''),
[all …]
/plugin/noticeboard/classes/
H A DArrayList.php33 return $this->pointer;
37 $this->pointer = $p;
52 $this->add($item);
53 $this->shift(count($this->arrayList)-1, $position);
66 if(isset($this->arrayList[$this->pointer]))
77 if($this->pointer <= count($this->arrayList)-1)
89 if(isset($this->arrayList[$this->pointer]))
92 $this->pointer++;
93 return($this->arrayList[$this->pointer-1]);
117 $this->add($item);
[all …]

1...<<51525354555657585960>>...1084