Home
last modified time | relevance | path

Searched refs:ret (Results 176 – 200 of 351) sorted by relevance

12345678910>>...15

/plugin/linkback/
H A Dadmin.php256 $ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
258 $ret .= ' | ';
260 ptln($ret, 10);
268 $ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>';
269 ptln($ret, 10);
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php67 $ret = 0;
74 $ret = $v;
81 return $ret;
/plugin/bureaucracy/helper/
H A Dactiontemplate.php69 $ret = $this->buildThankYouPage($thanks);
71 return $ret;
316 $ret = '';
318 $ret .= html_wikilink(':'.$item['id']);
320 … $ret .= '<strong>' . trim(substr($item['id'], strrpos($item['id'], ':', -2)), ':') . '</strong>';
322 return $ret;
/plugin/dokutexit/
H A Dconfig.php594 $ret = 0;
595 @exec($cmdline, $output, $ret);
596 if ($ret) {
597 print("<br/>TeXit error: latexmk returned error code ".$ret."<br/>\n<br/>Log:<br/>\n");
604 $log = @exec($cmdline, $output, $ret);
605 if ($ret) {
606 print("<br/>TeXit error: latexmk -c returned error code ".$ret."<br/>\n<br/>Log:<br/>\n");
/plugin/googlesearch/
H A DGoogleAPI.php55 $ret = $this->soapclient->call('doGoogleSearch', $params, $this->soapoptions);
69 return $ret;
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/owncloud/
H A Dscript.js66 success: function(ret) {if(ret != file){filehistory.putContent(ret, $row);}else{}}, argument
/plugin/gitbacked/action/
H A Deditcommit.php297 $ret = false;
300 return $ret;
314 $ret = $mailer->send();
316 return $ret;
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/gitlog/
H A Dsyntax.php198 $ret = 0;
200 exec($c, $output, $ret);
202 if ($ret != 0) {
/plugin/sphinxsearch-was/
H A Dfunctions.php47 $ret = "";
49 return $ret;
59 $ret .= chr($current);
61 $ret .= " ";
64 return $ret;
/plugin/sphinxsearch/
H A Dfunctions.php47 $ret = "";
50 return $ret;
65 $ret .= chr($current);
69 $ret .= " ";
72 return $ret;
/plugin/datatemplate/syntax/
H A Dentry.php187 $ret = '';
190 $ret .= $this->_formatData($data['cols'][$key], $val[$i]);
193 $ret .= ', ';
197 $replacers['vals'][] = $ret;
/plugin/blog/syntax/
H A Dautoarchive.php118 $ret = 0;
138 $ret = $cnt;
148 return $ret;
/plugin/ckgedit/action/
H A Dsave.php358 $ret = '</' . $matches[1] . '>' . str_replace("\\","",$matches[2]);
359 $ret = str_replace( '_bSL_', '\\',$ret);
360 $ret = str_replace( '~~WIN__DIR~~', ':\\',$ret);
361 return "\n" .$ret;
/plugin/authgoogle/google/io/
H A DGoogle_REST.php37 $ret = isset($decodedResponse['data'])
39 return $ret;
/plugin/datepicker/
H A Dscript.js104 ret = ajaxedit_parse(data);
105 ajaxedit_checkResponse(ret);
/plugin/simplenavi/
H A Dsyntax.php
/plugin/multiselect/
H A Dscript.js8 var ret = ajaxedit_parse(data);
9 ajaxedit_checkResponse(ret);
/plugin/schulzevote/
H A Dhelper.php146 $ret = array();
160 $ret[] = $winners;
162 return $ret;
/plugin/issuetracker/
H A Daction.php1328 $ret = '<div>'.NL.
1368 $ret .= '</p></td>'.NL;
1383 $ret .= '</p><p>'.NL;
1387 $ret .= '</p><p>'.NL;
1391 $ret .= '</p><p>'.NL;
1422 $ret = $a_lang.$usr.$ret.$head.$body;
1423 return $ret;
2638 return $ret;
3765 $ret = array();
3769 if (!isset($ret[$k])) $ret[$k] = $array[$k];
[all …]
/plugin/webdavclient/
H A Dhelper.php1265 $ret = array();
1278 if(!is_array($ret[$object->getName()]))
1279 $ret[$object->getName()] = array();
1284 if(isset($ret[$object->getName()][(string)$key]) &&
1285 !is_array($ret[$object->getName()][(string)$key]))
1287 $ret[$object->getName()][(string)$key] =
1291 elseif(isset($ret[$object->getName()][(string)$key]) &&
1292 is_array($ret[$object->getName()][(string)$key]))
1300 $ret[$object->getName()][(string)$key] = trim((string)$val, '"');
1307 $ret[$object->getName()] = trim((string)$object, '"');
[all …]
/plugin/metadisplay/
H A Dcli.php104 …$ret = array('namespace'=>$namespace,'page'=>$page,'exact'=>$exact,'search'=>$search,'fuzzy'=>$fuz…
106 return $ret;
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php86 $ret = $this->source->next();
87 if ($ret !== true) {
90 return $ret;
/plugin/icalendar/
H A Dsyntax.php152 $ret = ''.$mediadir;
242 $ret .= $entryTemplate.'
247 $html = p_render($mode, p_get_instructions( $ret ), $info );

12345678910>>...15