Home
last modified time | relevance | path

Searched refs:this (Results 26 – 50 of 7378) sorted by relevance

12345678910>>...296

/plugin/edittable/renderer/
H A Dinverse.php40 $this->doc = rtrim($this->doc);
94 $this->doc .= str_repeat('>', $this->quotelvl);
116 $this->doc .= $this->prepend_not_block;
593 $this->doc .= $this->_table_to_wikitext($this->_table);
598 $this->_table[++$this->_row] = array();
601 --$this->_rowspans[$this->_key];
624 $this->_pos = strlen($this->doc);
633 $this->_table[$this->_row][$this->_key]['text'] = trim(substr($this->doc, $this->_pos));
635 $this->_key += $this->_table[$this->_row][$this->_key]['colspan'];
636 while(isset($this->_rowspans[$this->_key]) && !$this->_ownspan) {
[all …]
/plugin/pagelist/
H A Dhelper.php100 * These can be overriden by plugins using this class
104 $this->style = $this->getConf('style'); //string
105 $this->showheader = $this->getConf('showheader'); //on-off
106 $this->showfirsthl = $this->getConf('showfirsthl'); //on-off
107 $this->sort = $this->getConf('sort'); //on-off
108 $this
[all...]
/plugin/struct/meta/
H A DAggregationTable.php25 if (in_array($this->mode, \helper_plugin_struct::BLACKLIST_RENDERER)) return;
28 if ($this->searchConfig->getCount() <= 0 && !$this->isDynamicallyFiltered() && $showNotFound) {
29 $this->renderer->cdata($this->helper->getLang('none'));
33 $this->renderActiveFilters();
36 'table' => $this,
37 'renderer' => $this->renderer,
38 'format' => $this->mode,
39 'search' => $this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php106 $this->mpdf = $mpdf;
107 $this->otl = $otl;
108 $this->colorConverter = $colorConverter;
109 $this->writer = $writer;
110 $this->formWriter = $formWriter;
113 $this->formExportType = 'xfdf'; // 'xfdf' or 'html'
114 $this->formSubmitNoValueFields = true; // Whether to include blank fields when submitting data
115 $this->formSelectDefaultOption = true; // for Select drop down box; if no option is explicitly maked as selected,
116 // this determines whether to select 1st option (as per browser)
118 $this
[all...]
H A DTableOfContents.php80 $this->mpdf = $mpdf;
81 $this->sizeConverter = $sizeConverter;
83 $this->_toc = [];
84 $this->TOCmark = 0;
85 $this->m_TOC = [];
93 $this->tocTocPaintBegun = true;
166 $this->m_TOC[$toc_id]['TOCmark'] = $this->mpdf->page;
167 $this->m_TOC[$toc_id]['TOCoutdent'] = $tocoutdent;
168 $this
[all...]
/plugin/dokutexit/
H A Dlatex.php102 $this->info['dokulinks'] = $this->dokulinks;
111 $this->doc .= fgets($this->_tmphandle);
359 $this->putent($this->acronyms[$acronym], 1);
361 $this->_acronyms_used[$this->acronyms[$acronym]] = $this->_footnote_index;
364 $this->put($this->_acronyms_used[$this->acronyms[$acronym]]);
384 $this->put($this->latexentities[$entity], 1);
512 $this->put($this->_formatLink(array('url' => $link,
549 $this->put($this->interwiki_ps[$class], 1);
559 $this->put($this->_formatLink(array('url' => $url,
993 $this->put($this->_current_table_maxcols_size[$i]);
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1603 $this->fw=$this->fwPt/$this->k;
1604 $this->fh=$this->fhPt/$this->k;
1621 $this->w=$this->wPt/$this->k;
1622 $this->h=$this->hPt/$this->k;
1923 …$this->_out(sprintf('%.2f %.2f m %.2f %.2f l S',$x1*$this->k,($this->h-$y1)*$this->k,$x2*$this->k,…
1935 …$this->_out(sprintf('%.2f %.2f %.2f %.2f re %s',$x*$this->k,($this->h-$y)*$this->k,$w*$this->k,-$h…
2154 $w=$this->w-$this->rMargin-$this->x;
2201 …$this->Link($this->x+$dx,$this->y+.5*$h-.5*$this->FontSize,$this->GetStringWidth($txt),$this->Font…
2222 $w=$this->w-$this->rMargin-$this->x;
2333 $w=$this->w-$this->rMargin-$this->x;
[all …]
/plugin/farm/
H A Danimalmanager.class.php73 $this->animal = new dokuwiki_farm_animal($this->manager->opt['aid'], $this->manager);
79 …!(isset($this->manager->opt['users']) && (isset($this->manager->opt['save']) || isset($this->manag…
80 …!(isset($this->manager->opt['editfile']) && isset($this->manager->opt['save']) && isset($this->man…
81 …!(isset($this->manager->opt['editfile']) && isset($this->manager->opt['create']) && isset($this->m…
82 …!(isset($this->manager->opt['delete']) && (isset($this->manager->opt['confirm']) || isset($this->m…
154 …if(isset($this->manager->opt['editfile']) && isset($this->manager->opt['save']) && isset($this->ma…
166 …if(isset($this->manager->opt['editfile']) && isset($this->manager->opt['create']) && isset($this->…
167 if($this->animal->setFileContent($this->manager->opt['file'], '')) {
198 if($this->animal) {
261 if(isset($this->manager->opt['users']) && $this->animal) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php14 $tag = $this->getTagName();
16 $this->mpdf->ignorefollowingspaces = true;
17 $this->mpdf->lastoptionaltag = $tag; // Save current HTML specified optional endtag
19 $this->cssManager->tbCSSlvl++;
21 $this->mpdf->InlineProperties = [];
22 $this->mpdf->InlineBDF = []; // mPDF 6
23 $this->mpdf->InlineBDFctr = 0; // mPDF 6
24 $this->mpdf->tdbegin = true;
25 $this->mpdf->col++;
27 while (isset($this
[all...]
H A DBlockTag.php15 $tag = $this->getTagName();
18 $this->mpdf->lastoptionaltag = '';
23 if (isset($this->mpdf->blk[$this->mpdf->blklvl]['bidicode'])) {
24 $blockpost = $this->mpdf->_setBidiCodes('end', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']);
26 $this->mpdf->OTLdata = [];
27 if ($this->mpdf->tableLevel) {
28 $this
[all...]
H A DTr.php13 $this->mpdf->lastoptionaltag = 'TR'; // Save current HTML specified optional endtag
14 $this->cssManager->tbCSSlvl++;
15 $this->mpdf->row++;
16 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nr'] ++;
17 $this->mpdf->col = -1;
18 $properties = $this->cssManager->MergeCSS('TABLE', 'TR', $attr);
20 if (!$this
[all...]
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php70 $this->setHeader('User-Agent', $this->title.'/'.$this->version.' ('.$rev[1].')');
82 $this->appendDebug($this->varDump($value));
140 $this->uri = $this->path;
141 $this->digest_uri = $this->uri;
145 $this->setHeader('Host', $this->host);
147 $this->setHeader('Host', $this->host.':'.$this->port);
162this->use_curl || ($this->scheme == 'https') || ($this->scheme == 'http' && $this->authtype == 'nt…
164 …if (($this->scheme == 'http' || $this->scheme == 'ssl') && $this->authtype != 'ntlm' && (!is_array…
218 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
220 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
[all …]
H A Dclass.xmlschema.php123 xml_set_object($this->parser, $this);
185 $this->defaultNamespace[$pos] = $this->defaultNamespace[$this->depth_array[$depth - 1]];
451 $name = $this->CreateTypeName($this->currentComplexType . '_' . $this->currentElement);
477 if(isset($this->depth_array[$this->depth])){
478 $pos = $this->depth_array[$this->depth];
511 $pos = $this->depth_array[$this->depth - 1];
709 $this->xdebug($this->varDump($etype));
728 $this->xdebug($this->varDump($etype));
884 $this->appendDebug($this->varDump($this->complexTypes[$name]));
909 $this->appendDebug($this->varDump($this->simpleTypes[$name]));
[all …]
H A Dnusoap.php889 return $this->varDump($this);
2093 …return $this->serialize_val($this->value, $this->name, $this->type, $this->element_ns, $this->type…
2247 $this->uri = $this->path;
2254 $this->setHeader('Host', $this->host.':'.$this->port);
2327 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
2385 …$hostURL = ($this->port != '') ? "$this->scheme://$this->host:$this->port" : "$this->scheme://$thi…
3672 $this->appendDebug($this->varDump($this->wsdl));
3972 $this->appendDebug($this->varDump($this->methodparams));
5056 $pos = isset($this->depth_array[$this->depth]) ? $this->depth_array[$this->depth] : 0;
7433this->wsdl =& new wsdl('',$this->proxyhost,$this->proxyport,$this->proxyusername,$this->proxypassw…
[all …]
/plugin/sentry/
H A DBrowser.php151 $this->reset();
155 $this->determine();
169 $this->_is_aol = false;
229 return $this->_version;
265 return $this->_is_aol;
355 return $this->_agent;
364 $this->reset();
366 $this->determine();
396 $this->checkPlatform();
398 $this->checkForAol();
[all …]
/plugin/latexit/
H A Drenderer.php331 $this->doc .= $this->getConf('document_header');
358 $this->doc .= $this->getConf('document_footer');
374 if ($this->media || ($this->_useBibliography() && !$this->bib_handler->isEmpty())) {
467 $this->doc .= $this->_latexSpecialChars($text);
689 $this->doc .= $this->_latexSpecialChars($text);
880 $this->doc .= $this->_latexSpecialChars($x);
882 $this->doc .= $this->_latexSpecialChars($y);
1336 $this->cells_count += $this->last_colspan;
1337 if ($this->table_cols != $this->cells_count) {
1513 $this->doc .= $this->_latexSpecialChars($text);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php45 $this->set_filename($this->mk_filename());
131 return round($this->offset + mm2pt($this->media->height() - $this->media->margins['top']),2);
135 return $this->getPageTop() - $this->getPageHeight();
199 $this->moveto($this->left, $this->bottom + $this->offset);
200 $this->lineto($this->left, $this->bottom + $this->height + $this->offset);
201 $this->lineto($this->left + $this->width, $this->bottom + $this->height + $this->offset);
202 $this->lineto($this->left + $this->width, $this->bottom + $this->offset);
294 $this->moveto($this->left, $this->bottom + $this->height + $this->offset);
295 $this->lineto($this->left + $this->width, $this->bottom + $this->height + $this->offset);
296 …$this->lineto($this->left + $this->width, $this->bottom + $this->height + $this->offset - $this->g…
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php434 $this->info['GETID3_VERSION'] = $this->version();
435 $this->info['php_memory_limit'] = (($this->memory_limit > 0) ? $this->memory_limit : false);
474 $this->info['filenamepath'] = $this->info['filepath'].'/'.$this->info['filename'];
574 fseek($this->fp, $this->info['avdataoffset']);
730 if (empty($this->info[$key]) && ($this->info[$key] !== 0) && ($this->info[$key] !== '0')) {
1684 …if (!empty($this->info['avdataoffset']) || (isset($this->info['avdataend']) && ($this->info['avdat…
1741 …$this->info['bitrate'] = round((($this->info['avdataend'] - $this->info['avdataoffset']) * 8) / $t…
1742 $this->info['video']['bitrate'] = $this->info['bitrate'] - $this->info['audio']['bitrate'];
1749 …$this->info['playtime_seconds'] = (($this->info['avdataend'] - $this->info['avdataoffset']) * 8) /…
1753 …$this->info['bitrate'] = (($this->info['avdataend'] - $this->info['avdataoffset']) * 8) / $this->i…
[all …]
/plugin/statdisplay/
H A DBrowser.php208 $this->reset();
213 $this->determine();
226 $this->_is_aol = false;
319 $this->reset();
321 $this->determine();
345 $this->checkPlatform();
346 $this->checkBrowsers();
347 $this->checkForAol();
428 $this->setAol(false);
450 $this->setRobot(true);
[all …]
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php234 $this->interp = new ParserATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache);
289 $localContext = new Context\FunctionNamesContext($this->ctx, $this->getState());
291 $this->enterRule($localContext, 0, self::RULE_functionNames);
294 $this->enterOuterAlt($localContext, 1);
295 $this->setState(30);
297 $_la = $this->input->LA(1);
300 $this->errorHandler->recoverInline($this);
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php51 if ($this->currentTemplateId !== null) {
62 $size = $this->_getpagesize($size);
64 if ($orientation != $this->CurOrientation
65 || $size[0] != $this->CurPageSize[0]
66 || $size[1] != $this->CurPageSize[1]
70 $this->w = $size[0];
71 $this->h = $size[1];
73 $this->w = $size[1];
74 $this->h = $size[0];
76 $this
[all...]
/plugin/strata/_test/
H A Dquery.test.php15 $this->_isPerson = array (
30 $this->_personBob = array (
45 $this->_personAlice = array (
60 $this->_personCarol = array (
75 $this->_bobUnionAlice = array (
77 'lhs' => $this->_personBob,
78 'rhs' => $this->_personAlice
80 $this->_personRating = array (
95 $this->_personKnows = array (
110 $this
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php118 $this->numFiles = 0;
125 return $this->numFiles;
136 new Iterator($this),
153 $this->directories[] = &$this->children[count($this->children) - 1];
174 $this,
181 $this->files[] = &$this->children[count($this->children) - 1];
206 return $this->files;
216 return $this->children;
237 return $this->classes;
248 $this->traits = [];
[all …]
/plugin/googlesearch/
H A Dnusoap.php1978 …return $this->serialize_val($this->value,$this->name,$this->type,$this->element_ns,$this->type_ns,…
2072 $this->uri = $this->path;
2125 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
2402 $this->uri = $this->url;
3285 $this->appendDebug($this->varDump($this->wsdl));
3566 $this->appendDebug($this->varDump($this->methodparams));
4790 this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;
4791 this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
4793 this.ie=this.ie4||this.ie5||this.ie6
4797 this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
[all …]
/plugin/revealjs/
H A Drenderer.php134 $this->doc = preg_replace('#<p>\s*</p>#','',$this->doc);
147 $this->doc .= '
199 $this->close_slide();
227 $this->doc .= ' data-transition="'.$this->next_slide_transition.'"';
277 $this->doc = $this->store;
278 $this->store = '';
285 $this->doc .= $this->_xmlEntities($acronym);
371 $this->doc .= '>';
402 $this->doc .= '>';
424 && ($this->getConf('build_all_lists') || $this->fragment_list_open) ) {
[all …]

12345678910>>...296