Home
last modified time | relevance | path

Searched refs:out (Results 51 – 75 of 898) sorted by relevance

12345678910>>...36

/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php24 $out = $err = ''; variable
37 if (in_array(\STDOUT, $w) && strlen($out) > 0) {
38 $written = fwrite(\STDOUT, (string) $out, 32768);
42 $out = (string) substr($out, $written); variable
44 if (null === $read && '' === $out) {
62 $out .= $str;
/plugin/indexmenu/syntax/
H A Dindexmenu.php609 $out = "<script type='text/javascript'>\n";
610 $out .= "<!--//--><![CDATA[//><!--\n";
611 $out .= "var $js_name = new dTree('" . $js_name . "','" . $js_dTreeOpts['theme'] . "');\n";
614 $out .= "$js_name.config.urlbase='" . substr(wl(":"), 0, -1) . "';\n";
615 $out .= "$js_name.config.sepchar='" . $sepchar . "';\n";
617 $out .= "$js_name.config.toc=false;\n";
620 $out .= "$js_name.config.useCookies=false;\n";
623 $out .= "$js_name.config.scroll=false;\n";
627 $out .= "$js_name.config.maxjs=" . $js_dTreeOpts['maxJs'] . ";\n";
630 $out
[all...]
/plugin/adhoctags/
H A Dhelper.php24 'desc' => 'writes out element attributes',
42 $out = '';
67 $out .= ' '.$key. (is_null($val) ? '' : '="'.$val.'"');
73 $out .= ' dir="'. hsc($val).'"';
81 $out .= ' hidden="'. hsc($val).'"';
83 $out .= ' hidden';
89 $out .= ' '.$key.'="'.hsc($val).'"';
97 $out .= ' '.$key.'="'.hsc($val).'"';
102 $out .= ' '.$key.'="'.hsc($val).'"';
108 $out
[all...]
/plugin/syntaxhighlightjs/
H A Dhelper.php59 $out = '';
62 if($attr['class']) $out .= ' class="'.hsc($attr['class']).' '.$addClass.'"';
64 elseif($addClass) $out .= ' class="'.$addClass.'"';
68 $out .= ' style="width: '.hsc($attr['width']).';"';
71 $out .= ' style="width: '.hsc($attr['width']).'; max-width: 100%;"';
76 return $out;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php187 $out = 's';
189 $out = 'l';
191 $out = '-';
193 $out = 'b';
195 $out = 'd';
197 $out = 'c';
199 $out = 'p';
201 $out = 'u';
204 $out .=
221 return $out;
[all …]
/plugin/odt/ODT/
H A DODTSpan.php192 for ($out = 0 ; $out < count($parsed) ; $out++) {
193 if (isset($checked [$out])) {
196 $found = &$parsed [$out];
198 $checked [$out] = $params->document->replaceXMLEntities($found ['content']);
202 for ($in = $out+1 ; $in < count($parsed) ; $in++) {
214 $checked [$out] = $spans [$found ['tag-open']]['open'];
218 $checked [$out] = '<text:span text:style-name="'.$style_name.'">';
228 $checked [$out] = $params->document->replaceXMLEntities($found ['tag-orig']);
233 $checked [$out] = $params->document->replaceXMLEntities($found ['tag-orig']);
/plugin/blogtng/helper/
H A Dtools.php35 $out = $format;
36 $out = str_replace(array_keys($replace), array_values($replace), $out);
37 $out = dformat(null, $out);
38 return cleanID($out);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DMultiple.php73 $out = parent::attachIterator($iterator, $infos);
81 return $out;
91 $out = parent::current();
93 foreach ($out as $key => &$value) {
99 return $out;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php134 $out = null;
142 return $out;
144 $out = null;
160 $out .= $this->uniform($child, $γ[$j]);
163 return $out;
196 $out += $this->count($this->_rules[$child], $n);
218 $out += $oout;
234 $out = 1;
256 $out += $ut;
260 $out = Math\Util::δ($n, 1);
[all …]
/plugin/keyboard/
H A Dsyntax.php97 $out[] = $renderer->_xmlEntities($key);
101 $out[] = $renderer->_xmlEntities(substr($key,1,-1));
105 $out[] = $subst;
107 $out[] = $renderer->_xmlEntities(ucfirst($key));
112 $renderer->doc .= implode('</kbd>+<kbd>', $out);
135 $out[] = $key;
139 $out[] = substr($key,1,-1);
143 $out[] = $subst;
145 $out[] = ucfirst($key);
149 $max = count($out);
[all …]
/plugin/directions/syntax/
H A Dgraph.php94 $out = 'digraph finite_state_machine {';
95 $out .= 'rankdir=LR;'.'size="8,5";';
104 $out .= '"'.trim(dir_trimPageTitle(dir_get_first_heading($page1),$trimLimit)).'" -> "';
105 …$out .= trim(dir_trimPageTitle(dir_get_first_heading($page2),$trimLimit)).'" [ label = "'.$value.'…
108 $out .= '}';
110 return $out;
/plugin/translate/
H A Dhelper.php252 $out .= '<ul>'.DOKU_LF;
254 $out .= '<li>'.DOKU_LF;
256 $out .= '</li>'.DOKU_LF;
258 $out .= '</ul>'.DOKU_LF;
259 $out .= '</div>'.DOKU_LF;
260 return $out;
285 $out .= '<ul>'.DOKU_LF;
298 $out .= '</li>'.DOKU_LF;
300 $out .= '</ul>'.DOKU_LF;
301 $out .= '</div>'.DOKU_LF;
[all …]
/plugin/linkpagechild/
H A Dsyntax.php66 preg_match('/(\[\[|\{\{)( ?)::(.*)/', $match, $out);
67 $rewritten = $out[1] . $out[2] . ":$id:" . $out[3];
69 if($out[1] == '[[') {
/plugin/txtconf/
H A Dtxtconfig.class.php187 $out = '';
189 $out .= '<'.'?php'."\n".
197 $out .=
206 return $out;
210 $out = '';
215 $out .= "\n// end auto-generated content\n";
217 $out .= "\n# end auto-generated content\n";
220 return $out;
289 function out($var='config', $fmt='txt') { function in setting_text
303 $out = $this->_key."\t".$this->_local."\n";
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/InlinesOnly/
H A DChildRenderer.php28 $out = $childRenderer->renderNodes($node->children());
30 $out .= $childRenderer->getBlockSeparator();
33 return $out;
/plugin/readability/
H A Dscript.js5 var out = document.createElement('div');
6 out.id = 'plugin__readability';
7 $prev.append(out);
9 jQuery(out).load(
/plugin/calc/
H A Dsyntax.php143 $out=number_format($tmp[0], 0, $this->getLang('calc_sepdec'), $this->getLang('calc_sepmil'));
144 if (isset($tmp[1])) $out.= $this->getLang('calc_sepdec').$tmp[1];
146 else $out=$n;
148 $out=preg_replace("/ /","&nbsp;", $out);
152 $renderer->doc .= $out;
/plugin/fedauth/classes/usr/
H A Dfa_register.usr.class.php76 $out = $this->manager->locale_xhtml('register');
77 $out = str_replace('@PROVID@', $data['prnm'], $out);
78 …$out = str_replace('@REGFORM@', '<div class="centeralign">'.NL.$form->getForm().'</div>'.NL, $out);
80 echo $out;
/plugin/preregister/
H A Daction.php168 $out = $this->format_cards($cards,$sel);
171 $form->addHTML($out,$pos++);
175 $event->data->insertElement($pos++,$out);
242 $out = $sel[0] . '&nbsp;&nbsp;' . $sel[1] . '&nbsp;&nbsp;' . $sel[2] . '<br />';
243 … $out = str_replace(array('H','S','D','C'),array('&#9829;','&#9824;','&#9830;','&#9827;'),$out);
244 $out = $this->getLang('check_matching'). '<br />' . $out;
245 $out .= '<center><table cellspacing="2"><tr>';
251 …$out .= '<td>' . str_replace(array('H','S','D','C'),array('&#9829;','&#9824;','&#9830;','&#9827;')…
253 if($i==$new_row) $out .='</tr><tr>';
255 $out .= '</tr></table></center>';
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php124 $out = '';
127 $out .= $s[$count];
133 $out .= $s[$count];
136 $out .= chr(0x0C);
139 $out .= chr(0x08);
142 $out .= chr(0x09);
145 $out .= chr(0x0D);
148 $out .= chr(0x0A);
170 $out .= chr(octdec($oct));
172 $out
[all...]
/plugin/gplusone/
H A Dsyntax.php43 $out = "";
50 $out = '<div class="g-plusone"';
57 $out .= ' data-' . $param . '="' . $val . '"';
60 $out .= '></div>';
61 return $out;
/plugin/bez/lib/jquery.datepair/
H A Djquery.datepair.js18 var out;
30 out = data['remove']();
35 out = data[option]();
39 return out || this;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php295 function($out, $item) {
297 if (!is_null($out)) $out.=',';
316 return $out.$item;
320 $out.='"' . strtr(
328 return $out;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php295 function($out, $item) {
297 if (!is_null($out)) $out.=',';
316 return $out.$item;
320 $out.='"' . strtr(
328 return $out;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php295 function($out, $item) {
297 if (!is_null($out)) $out.=',';
316 return $out.$item;
320 $out.='"' . strtr(
328 return $out;

12345678910>>...36