Home
last modified time | relevance | path

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

12345678910>>...42

/plugin/noticeboard/noticeboard/classes/
Drss.php46 $out;
47 $out .= $this->getHeader();
48 $out .= $this->getBody();
49 $out .= $this->getFooter();
50 echo $out;
57 $out = '';
58 $out .= "<?xml version='1.0' encoding='UTF-8' ?>";
59 $out .= "<rss version='2.0'>";
60 $out .= "<channel>";
61 $out .= "<title>".$conf['title']." - ".$this->parentId."</title>";
[all …]
DICal.php55 $out;
56 $out .= $this->getHeader();
57 $out .= $this->getBody();
58 $out .= $this->getFooter();
59 echo $out;
65 $out .= "BEGIN:VCALENDAR\r\n";
66 $out .= "VERSION:2.0\r\n";
67 $out .= "PRODID:-//Dokuwiki//Wiki//EN\r\n";
68 $out .= "CALSCALE:GREGORIAN\r\n";
69 $out .= "METHOD:PUBLISH\r\n";
[all …]
/plugin/noticeboard/classes/
Drss.php46 $out;
47 $out .= $this->getHeader();
48 $out .= $this->getBody();
49 $out .= $this->getFooter();
50 echo $out;
57 $out = '';
58 $out .= "<?xml version='1.0' encoding='UTF-8' ?>";
59 $out .= "<rss version='2.0'>";
60 $out .= "<channel>";
61 $out .= "<title>".$conf['title']." - ".$this->parentId."</title>";
[all …]
DICal.php55 $out;
56 $out .= $this->getHeader();
57 $out .= $this->getBody();
58 $out .= $this->getFooter();
59 echo $out;
65 $out .= "BEGIN:VCALENDAR\r\n";
66 $out .= "VERSION:2.0\r\n";
67 $out .= "PRODID:-//Dokuwiki//Wiki//EN\r\n";
68 $out .= "CALSCALE:GREGORIAN\r\n";
69 $out .= "METHOD:PUBLISH\r\n";
[all …]
/plugin/asciidocjs/node_modules/jake/test/integration/
Dtask_base.js13 let out;
14 out = exec(`${JAKE_CMD} -q`).toString().trim();
15 assert.equal(out, 'default task');
16 out = exec(`${JAKE_CMD} -q default`).toString().trim();
17 assert.equal(out, 'default task');
21 let out = exec(`${JAKE_CMD} -q noAction`).toString().trim();
22 assert.equal(out, 'default task');
37 let out = exec(`${JAKE_CMD} -q argsEnvVars[foo,bar]`).toString().trim();
38 let parsed = h.parse(out);
45 let out = exec(`${JAKE_CMD} -q argsEnvVars foo=bar baz=qux`).toString().trim();
[all …]
Dfile_task.js42 let out;
43 out = exec(`${JAKE_CMD} -q fileTest:foo/from-src1.txt`).toString().trim();
45 out);
46 out = exec(`${JAKE_CMD} -q -B fileTest:foo/from-src1.txt`).toString().trim();
48 out);
53 let out;
54 out = exec(`${JAKE_CMD} -q fileTest:foo/concat.txt`).toString().trim();
56 'fileTest:foo/concat.txt task', out);
64 let out;
65 out = exec(`${JAKE_CMD} -q fileTest:foo/from-src1.txt`).toString().trim();
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DPrinter.php26 protected $out; variable in PHPUnit_Util_Printer
36 * @param mixed $out
40 public function __construct($out = null) argument
42 if ($out !== null) {
43 if (is_string($out)) {
44 if (strpos($out, 'socket://') === 0) {
45 $out = explode(':', str_replace('socket://', '', $out));
47 if (count($out) != 2) {
51 $this->out = fsockopen($out[0], $out[1]);
53 if (strpos($out, 'php://') === false &&
[all …]
/plugin/addressbook/
Dsyntax.php130 $out = $this->showcontact($_REQUEST['showcontact'],$ID);
131 if ($out !== false) $renderer->doc .= $out.'<br>';
190 $out = $this->buildForm($contact_id,$cinfo);
191 $renderer->doc .= $out;
198 $out = $this->searchDialog();
199 $renderer->doc .= $out;
220 $out = $this->showcontact($_REQUEST['showcontact'],$ID);
221 if ($out !== false) $renderer->doc .= $out.'<br>';
239 $out = '';
241 $out .= '<div class="plugin_addressbook_searchbox">';
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
DJunit.php67 $out = new XMLWriter;
68 $out->openMemory();
69 $out->setIndent(true);
71 $out->startElement('testsuite');
72 $out->writeAttribute('name', $report['filename']);
75 $out->writeAttribute('tests', 1);
76 $out->writeAttribute('failures', 0);
78 $out->startElement('testcase');
79 $out->writeAttribute('name', $report['filename']);
80 $out->endElement();
[all …]
DXml.php56 $out = new XMLWriter;
57 $out->openMemory();
58 $out->setIndent(true);
65 $out->startElement('file');
66 $out->writeAttribute('name', $report['filename']);
67 $out->writeAttribute('errors', $report['errors']);
68 $out->writeAttribute('warnings', $report['warnings']);
69 $out->writeAttribute('fixable', $report['fixable']);
79 $out->startElement($error['type']);
80 $out->writeAttribute('line', $line);
[all …]
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);
79 $out->writeAttribute('severity', $error['type']);
80 $out->writeAttribute('message', $error['message']);
[all …]
/plugin/translation3/
Dhelper.php123 $out = '';
124 $out .= '<sup>';
163 $out .= html_wikilink($localabout,'?');
166 $out .= html_wikilink($this->getConf('about'),'?');
168 $out .= '</sup>';
170 return $out;
190 $out = '<div class="plugin_translation">';
195 $out .= '<span>'.$this->getLang('translations');
196 if ($this->getConf('showabout')) $out .= $this->showAbout();
197 $out .= ':</span> ';
[all …]
/plugin/xtermrtf/
Dsyntax.php144 $out="<span>";
166 if ($closeFont) $out.="</font>";
167 $out.="<font color=\"$coul\">";
175 if ($closeSpan) $out.="</span>";
176 $out.="$close<span style=\"border:0px !important; background-color:$coul\">";
181 $out.="<br />";
185 $out.="</u>";
189 $out.="<u>";
193 $out.="</b>";
197 $out.="<b>";
[all …]
/plugin/html2pdf/multilingual/
Dsyntax.php94 $out = '<div class="plugin_multilingual">'.NL;
95 $out .= ' <ul>'.NL;
112 $out .= ' <li>'.NL;
113 $out .= ' <div class="li">'.NL;
114 $out .= ' '.html_wikilink($link,$name).NL;
115 $out .= ' </div>'.NL;
116 $out .= ' </li>'.NL;
118 $out .= ' <li>'.NL;
119 $out .= ' <div class="li">'.NL;
120 $out .= ' <div class="flag_not_exists">'.NL;
[all …]
/plugin/ajaxpeon/
Daction.php48 $out="";
50 $out=$this->get_page($pageid);
53 $out=$this->get_toc($pageid);
58 $out = rawWiki($pageid,$orev_list[$pageid]);
60 $out = rawWiki($pageid);
82 $out="origin txt len:".$ori_len.",you add:".(strlen($store_txt)-$ori_len);
84 $out="do nothing,please ensure set the mdata['sub']";
92 $out = $this->get_catalog($ns);
97 $out=$this->helper->get_page_wordlists($pglist);
100 $out=$this->helper->get_learnlist();
[all …]
/plugin/multilingual/
Dsyntax.php94 $out = '<div class="plugin_multilingual">'.NL;
95 $out .= ' <ul>'.NL;
112 $out .= ' <li>'.NL;
113 $out .= ' <div class="li">'.NL;
114 $out .= ' '.html_wikilink($link,$name).NL;
115 $out .= ' </div>'.NL;
116 $out .= ' </li>'.NL;
118 $out .= ' <li>'.NL;
119 $out .= ' <div class="li">'.NL;
120 $out .= ' <div class="flag_not_exists">'.NL;
[all …]
/plugin/eshop/
Dsyntax.php57 $out = '<form method="post" action="">';
58 $out .= '<table class="eshop_plugin">';
59 …$out .= sprintf('<tr><th>Price in USD:</th><td class="price" id="eshop_price_usd" data-unitprice="…
60 …$out .= sprintf('<tr><th>Price in EUR:</th><td class="price" id="eshop_price_eur" data-unitprice="…
61 …$out .= sprintf('<tr><th>Price in BTC:</th><td class="price" id="eshop_price_btc" data-unitprice="…
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>';
67 …$out .= '<tr><td colspan="2" class="button"><input class="submit" type="submit" value="Buy"/></td>…
68 $out .= '</table>';
[all …]
/plugin/tindexmenu/
Dajax.php101 $out .= '<div class="tocheader toctoggle">'.DOKU_LF;
103 $out .= $this->render_toc($toc);
105 $out .= '<a href="'.wl($id).'">';
106 $out .= ($meta['title']) ? htmlspecialchars($meta['title']) : htmlspecialchars(noNS($id));
107 $out .= '</a>'.DOKU_LF;
109 $out .= '</div>'.DOKU_LF;
110 $out .= '<div class="indexmenu_toc_inside">'.DOKU_LF;
111 $out .= p_render('xhtml',p_get_instructions($meta['description']['abstract']),$info);
112 $out .= '</div>'.DOKU_LF;
115 $out .= '</div>'.DOKU_LF;
[all …]
/plugin/questionnaire/
DminiYAML.php118 $out = "---";
120 $out .= "\n".$obj->_dumpIndexedArray($ar,0);
122 $out .= "\n".$obj->_dumpHashArray($ar,0);
124 $out .= "\n";
125 return $out;
171 $out = $this->_readVar($this->_Lines,$lines_read);
181 return $out;
228 $out = array();
229 $out[] = str_repeat(" ",$indent).substr($lines[$start_at],$indent);
235 $out[] = $lines[$i];
[all …]
/plugin/farm/install/
Dfarmstructurecreator.php65 global $out;
66 $out = array(); variable
67 function out($error = null) { function
69 global $out;
74 foreach($out as $o) echo ' <li>'.getLang($o).'</li>'."\n";
91 global $out;
99 echo ' <input type="hidden" name="out" value="'.implode(',', $out).'" />'."\n";
111 …if(!@mkdir($farmconf['farmfsroot'].$farmconf['farmer'], 0755)) out('structure_cannotcreatefarmerdi…
112 $out[] = 'structure_farmerdircreated';
117 …if(!@mkdir($farmconf['farmfsroot'].$farmconf['barn'], 0755)) out('structure_cannotcreatebarndir_fa…
[all …]
/plugin/findologicxmlexport/vendor/hoa/zformat/
DParameter.php294 $out = [];
324 $out = array_merge_recursive($out, $handle);
327 return $out;
517 $out = null;
532 $out = $self->zFormat($handle);
548 $out .= $constants[$v];
561 $out = $keywords[$key];
565 return $out;
585 $out = dirname($out);
590 $out = basename($out);
[all …]
/plugin/medialist/
Dhelper.php143 $out = '';
144 $out .= '<div class="medialist">'. DOKU_LF;
150 $out .= '<div class="mediamanager">';
151 $out .= $this->_mediamanager_button($uploadns, $tab);
152 $out .= '</div>'. DOKU_LF;
157 $out .= html_buildlist($items, 'medialist', array($this, '_media_item'));
158 $out .= DOKU_LF;
160 $out .= '<div class="info">';
161 $out .= '<strong>'.$this->getPluginName().'</strong>'.': nothing to show here.';
162 $out .= '</div>'. DOKU_LF;;
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
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/breadcrumbdeluxe/
Dsyntax.php68 $out = '';
74 $out .= '<span class="bchead">' . $lang['youarehere'] . ' </span>';
77 …$out .= '<span class="home">' . tpl_pagelink(':' . ucfirst($conf['start']), null, true) . '</span>…
87 $out .= $separator . tpl_pagelink($page, p_get_first_heading($parts[$i]), true);
94 if ($return) return $out;
95 echo $out;
101 if ($return) return $out;
102 echo $out;
106 $out .= $separator;
107 $out .= tpl_pagelink($page, p_get_first_heading($page), true);
[all …]
/plugin/pagetitle/
Dhelper.php21 $out = '<span class="bchead">'.$lang['youarehere'].'</span>';
22 $out.= $this->html_youarehere($start_depth);
24 echo $out; return (bool) $out;
26 return $out;
58 $out = implode(' ›&#x00A0;', $items);
59 return $out;
80 $out = $this->html_pagelink($id, $name, $exists);
82 echo $out; return (bool) $out;
84 return $out;
107 $out = '<a href="'.$this->wl($id).'" class="'.$class.'" title="'.hsc($title).'">';
[all …]

12345678910>>...42