Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/plugin/noticeboard/noticeboard/classes/
H A Drss.php46 $out;
50 echo $out;
57 $out = '';
60 $out .= "<channel>";
65 return $out;
71 $out;
75 $out .= "<item>";
85 $out .= " <br />";
138 return $out;
145 $out;
[all …]
H A DICal.php55 $out;
56 $out .= $this->getHeader();
57 $out .= $this->getBody();
58 $out .= $this->getFooter();
59 echo $out;
66 $out .= "VERSION:2.0\r\n";
72 return $out;
104 return $out;
111 $out;
112 $out .="END:VCALENDAR\r\n";
[all …]
/plugin/noticeboard/classes/
H A Drss.php46 $out;
50 echo $out;
57 $out = '';
60 $out .= "<channel>";
65 return $out;
71 $out;
75 $out .= "<item>";
85 $out .= " <br />";
138 return $out;
145 $out;
[all …]
H A DICal.php55 $out;
56 $out .= $this->getHeader();
57 $out .= $this->getBody();
58 $out .= $this->getFooter();
59 echo $out;
66 $out .= "VERSION:2.0\r\n";
72 return $out;
104 return $out;
111 $out;
112 $out .="END:VCALENDAR\r\n";
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPrinter.php26 protected $out; variable in PHPUnit_Util_Printer
36 * @param mixed $out
42 if ($out !== null) {
45 $out = explode(':', str_replace('socket://', '', $out));
51 $this->out = fsockopen($out[0], $out[1]);
58 $this->out = fopen($out, 'wt');
63 $this->out = $out;
74 fclose($this->out);
87 if ($this->out) {
88 fflush($this->out);
[all …]
/plugin/addressbook/
H A Dsyntax.php131 if ($out !== false) $renderer->doc .= $out.'<br>';
221 if ($out !== false) $renderer->doc .= $out.'<br>';
239 $out = '';
248 $out .= '</div>';
250 return $out;
294 return $out;
303 $out ='';
357 return $out;
780 return $out;
920 return $out;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DJunit.php67 $out = new XMLWriter;
68 $out->openMemory();
69 $out->setIndent(true);
71 $out->startElement('testsuite');
75 $out->writeAttribute('tests', 1);
78 $out->startElement('testcase');
80 $out->endElement();
100 $out->endElement();
102 $out->endElement();
108 $out->endElement();
[all …]
H A DXml.php56 $out = new XMLWriter;
57 $out->openMemory();
58 $out->setIndent(true);
65 $out->startElement('file');
66 $out->writeAttribute('name', $report['filename']);
79 $out->startElement($error['type']);
80 $out->writeAttribute('line', $line);
85 $out->text($error['message']);
86 $out->endElement();
91 $out->endElement();
[all …]
H A DCheckstyle.php56 $out = new XMLWriter;
57 $out->openMemory();
58 $out->setIndent(true);
65 $out->startElement('file');
66 $out->writeAttribute('name', $report['filename']);
76 $out->startElement('error');
77 $out->writeAttribute('line', $line);
78 $out->writeAttribute('column', $column);
82 $out->endElement();
87 $out->endElement();
[all …]
/plugin/translation3/
H A Dhelper.php123 $out = '';
124 $out .= '<sup>';
168 $out .= '</sup>';
170 return $out;
197 $out .= ':</span> ';
226 $out .= "&nbsp;";
250 $out .= $out2;
282 return $out;
342 $out .= '>';
351 $out .= '</a>';
[all …]
/plugin/xtermrtf/
H A Dsyntax.php144 $out="<span>";
181 $out.="<br />";
185 $out.="</u>";
189 $out.="<u>";
193 $out.="</b>";
197 $out.="<b>";
201 $out.="</i>";
205 $out.="<i>";
224 $out.="</span>";
226 $out=preg_replace("/\*antislash\*/","\\",$out);
[all …]
/plugin/html2pdf/multilingual/
H A Dsyntax.php95 $out .= ' <ul>'.NL;
112 $out .= ' <li>'.NL;
115 $out .= ' </div>'.NL;
116 $out .= ' </li>'.NL;
118 $out .= ' <li>'.NL;
122 $out .= ' </div>'.NL;
123 $out .= ' </div>'.NL;
124 $out .= ' </li>'.NL;
137 $out .= ' </ul>'.NL;
138 $out .= ' </div>'.NL;
[all …]
/plugin/ajaxpeon/
H A Daction.php48 $out="";
60 $out = rawWiki($pageid);
104 if($out==null){
112 $data["content"]=$out;
139 $out=array();
141 $out[]=$ff["id"];
143 return $out;
220 $out .= $lang['toc'];
221 $out .= '</h3>'.DOKU_LF;
222 $out .= '<div>'.DOKU_LF;
[all …]
/plugin/multilingual/
H A Dsyntax.php95 $out .= ' <ul>'.NL;
112 $out .= ' <li>'.NL;
115 $out .= ' </div>'.NL;
116 $out .= ' </li>'.NL;
118 $out .= ' <li>'.NL;
122 $out .= ' </div>'.NL;
123 $out .= ' </div>'.NL;
124 $out .= ' </li>'.NL;
137 $out .= ' </ul>'.NL;
138 $out .= ' </div>'.NL;
[all …]
/plugin/eshop/
H A Dsyntax.php57 $out = '<form method="post" action="">';
58 $out .= '<table class="eshop_plugin">';
62 $out .= '<tr><th>Quantity:</th><td class="count"><select name="count" id="eshop_count">';
64 $out .= sprintf('<option value="%d">%d</option>', $i, $i);
66 $out .= '</select></td></tr>';
68 $out .= '</table>';
69 … $out .= sprintf('<input type="hidden" name="id" value="%s" />', end(explode(':', $INFO['id'])));
70 $out .= sprintf('<input type="hidden" name="name" value="%s" />', $INFO['meta']['title']);
71 $out .= sprintf('<input type="hidden" name="btcunit" value="%f" />', $data['btc']);
73 $out .= '</form>';
[all …]
/plugin/indexmenu/
H A Dajax.php
H A Daction.php372 $out = $this->renderToc($toc);
375 $out = $this->renderAbstract($id, $meta);
377 return $out;
392 $out = '<div class="tocheader">';
393 $out .= $lang['toc'];
394 $out .= '</div>';
395 $out .= '<div class="indexmenu_toc_inside">';
396 $out .= html_buildlist($toc, 'toc', [$this, 'formatIndexmenuListTocItem'], null, true);
397 $out .= '</div>';
398 return $out;
[all...]
/plugin/tindexmenu/
H A Dajax.php107 $out .= '</a>'.DOKU_LF;
109 $out .= '</div>'.DOKU_LF;
115 $out .= '</div>'.DOKU_LF;
116 return $out;
128 $out .= $lang['toc'];
129 $out .= '</div>'.DOKU_LF;
132 $out .= '</div>'.DOKU_LF;
133 return $out;
191 $out="ajxnodes = [";
193 $out.="];";
[all …]
/plugin/farm/install/
H A Dfarmstructurecreator.php65 global $out;
66 $out = array(); variable
67 function out($error = null) { function
69 global $out;
91 global $out;
112 $out[] = 'structure_farmerdircreated';
118 $out[] = 'structure_barndircreated';
132 $out[] = 'structure_dwmoved';
161 $out[] = 'structure_preloadfilecopied';
173 $out[] = 'structure_animaltplcopied';
[all …]
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php294 $out = [];
324 $out = array_merge_recursive($out, $handle);
327 return $out;
585 $out = dirname($out);
590 $out = basename($out);
596 $out = substr($out, 0, $position);
603 $out = substr($out, $position + 1);
609 $out = strtolower($out);
614 $out = strtoupper($out);
657 $out = preg_replace('#' . $l . '#', $r, $out);
[all …]
/plugin/medialist/
H A Dhelper.php143 $out = '';
152 $out .= '</div>'. DOKU_LF;
158 $out .= DOKU_LF;
160 $out .= '<div class="info">';
162 $out .= '</div>'. DOKU_LF;;
164 $out .= '</div>'. DOKU_LF;
165 return $out;
176 $out = '';
215 $out .= $link['name'];
216 $out .= '</a>';
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DDirectory.php109 $out = parent::current();
112 $out instanceof \SplFileInfo) {
113 $out->setInfoClass($this->_splFileInfoClass);
114 $out = $out->getFileInfo();
116 if ($out instanceof \Hoa\Iterator\SplFileInfo) {
117 $out->setRelativePath($this->getRelativePath());
121 return $out;
133 $out = parent::getChildren();
135 if ($out instanceof \RecursiveDirectoryIterator) {
136 $out->setSplFileInfoClass($this->_splFileInfoClass);
[all …]
/plugin/autotranslation/
H A Dhelper.php217 $out = '';
218 $out .= '<sup>';
220 $out .= '</sup>';
222 return $out;
297 $out .= '<ul>';
311 $out .= '</ul>';
320 $out .= '</div>';
322 return $out;
389 $out = '';
401 $out .= '</a>';
[all …]
/plugin/docnavigation/
H A Daction.php68 $out = '';
71 $out .= '<div class="clearer"></div>';
74 $out .= '<div class="docnavbar' . ($linktoToC ? ' showtoc' : '') . '"><div class="leftnav">';
76 $out .= '← ' . $this->htmlLink($data['previous']);
78 $out .= '&nbsp;</div>';
81 $out .= '<div class="centernav">';
83 $out .= $this->htmlLink($data['toc']);
85 $out .= '&nbsp;</div>';
88 $out .= '<div class="rightnav">&nbsp;';
90 $out
[all...]
/plugin/requiz/
H A Dhelper.php35 $out = '';
36 $out .= '<div id="plugin__requiz_wrapper">';
37 $out .= '<input type="hidden" name="plugin__requiz_secret" value="'.hsc($secret).'" />';
38 $out .= '<br /><b>'.$qset[$qidx]['question'].'</b><br /> ';
39 $out .= '<label for="plugin__requiz">'.$this->getLang('fillrequiz').'</label> ';
40 … $out .= '<select name="plugin__requiz" id="plugin__requiz" class="edit" style="width:200px"> ';
41 $out .= ' <option value="--">--</option>';
46 …$out .= ' <option value="'.$qset[$qidx]['answers'][$i].'">'.$qset[$qidx]['answers'][$i].'</option…
48 $out .= '</select>';
49 $out .= '</div><br />';
[all …]

12345678910>>...36