Home
last modified time | relevance | path

Searched refs:ret (Results 26 – 50 of 351) sorted by relevance

12345678910>>...15

/plugin/publistf/bib2tpl/lib/
H A DBibTex.php219 $ret = true;
225 return $ret;
460 $ret['entrytype'] = substr($ret['entrytype'], 1);
474 return $ret;
491 $ret = true;
512 if ($ret) {
537 return $ret;
989 $ret = str_replace("VON", $array['von'], $ret);
990 $ret = str_replace("LAST", $array['last'], $ret);
991 $ret = str_replace("JR", $array['jr'], $ret);
[all …]
/plugin/publist/bib2tpl/lib/
H A DBibTex.php219 $ret = true;
225 return $ret;
460 $ret['entrytype'] = substr($ret['entrytype'], 1);
474 return $ret;
491 $ret = true;
512 if ($ret) {
537 return $ret;
989 $ret = str_replace("VON", $array['von'], $ret);
990 $ret = str_replace("LAST", $array['last'], $ret);
991 $ret = str_replace("JR", $array['jr'], $ret);
[all …]
/plugin/bez/renderer/
H A Dxhtmlmail.php37 $ret = '';
63 $ret .= '<img src="@MEDIA(' . $src . ')@"';
64 $ret .= ' class="media'.$align.'"';
67 $ret .= ' title="'.$title.'"';
68 $ret .= ' alt="'.$title.'"';
70 $ret .= ' alt=""';
74 $ret .= ' width="'.$this->_xmlEntities($width).'"';
77 $ret .= ' height="'.$this->_xmlEntities($height).'"';
79 $ret .= ' />';
98 $ret
[all...]
/plugin/snippets/
H A Dadmin.php81 $ret = '<b>'. $this->getLang("dbase") . '</b>' . $this->metaFn;
89 $ret .= '<br /><h2>id: ' . $id .'</h2>';
102 return $ret;
152 $ret ="";
160 $ret .= $this->dbg('Add to metafile: ',$add_array);
172 $ret .= "<b>" . $this->getLang("updating_mf")."</b><br/>";
182 $ret .= "<br/>";
184 $ret .= $this->dbg('updated: ', $updated,"185");
190 $ret .="<b>" . $this->getLang("adding") . "</b><br />";
193 $ret .= "&nbsp; &nbsp;&nbsp;&nbsp;$add<br />";
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php31 $ret = ' ' . $text;
37 …$ret = preg_replace("#(^|[\n \]])([\w]+?://[\w\#$%&~/.\-;:=,?@+]*)#ise", "'\\1<a href=\"\\2\"" . $…
44ret = preg_replace("#(^|[\n \]])((www|ftp)\.[\w\#$%&~/.\-;:=,?@+]*)#ise", "'\\1<a href=\"http://\\…
49ret = preg_replace("#(^|[\n \]])([a-z0-9&\-_.]+?)@([\w\-]+\.([\w\-\.]+\.)*[\w]+)#ie", "'\\1<a href…
52 $ret = substr($ret, 1);
54 return($ret);
/plugin/multipoll/
H A Dsyntax.php192 $ret .= ' <tr>'."\n";
196 $ret .= ' <td>'.$a.'</td>'."\n";
199 $ret .= ' </tr>'."\n";
201 $ret .= ' </table>'."\n";
202 $ret .= ' <br />'."\n";
205 return $ret;
213 $ret .= ' <div class="no">'."\n";
216 $ret .= ' </div>'."\n";
228 $ret .= ' <hr />'."\n";
232 $ret .= '</form>'."\n";
[all …]
/plugin/googlesearch/
H A Daction.php105 if(!count($ret['resultElements'])){
111 if($ret['estimateIsExact']){
116 $info = str_replace('%from',$ret['startIndex'],$info);
117 $info = str_replace('%to',$ret['endIndex'],$info);
118 $info = str_replace('%num',$ret['estimatedTotalResultsCount'],$info);
125 foreach($ret['resultElements'] as $hit){
139 if($ret['startIndex'] > 1){
140 $prev = $ret['startIndex'] - $this->getConf('maxresults') - 1;
148 if($ret['endIndex'] < $ret['estimatedTotalResultsCount'] - $this->getConf('maxresults')){
149 $next = $ret['endIndex'] + $this->getConf('maxresults');
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php136 $ret = array();
137 $ret["timestamp"] = array();
138 $ret["value"] = array();
155 return $ret;
174 return $ret;
183 $ret["value"][] = NULL;
186 return $ret;
202 $ret = array();
203 $ret["timestamp"] = array();
204 $ret["value"] = array();
[all …]
/plugin/dokutranslate/
H A Dsyntax.php26 $ret = '';
36 $ret .= '</div>';
37 return $ret;
82 $ret = array();
88 $ret[$i] = $meta[$tmp][$i];
92 return $ret;
355 $ret .= "<table>\n";
400 $ret .= ') ';
404 $ret .= "</td></tr>\n";
411 $ret .= '<tr><td>';
[all …]
H A Dutils.php23 $ret = array();
37 $ret[$i++][] = $ins;
42 $ret[$i][] = $ins;
47 return $ret;
60 $ret = @file(DOKUTRANSLATE_MODLIST);
62 return $ret === false ? array() : $ret;
67 $ret = array();
77 $ret[$entry[0]] = $entry[1];
80 return $ret;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMappedImage.java79 byte[] ret = imageBytesRef.get(); in getImageBytes()
80 if (ret==null) { in getImageBytes()
83 ret = new byte[buffer.remaining()]; in getImageBytes()
84 buffer.get(ret); in getImageBytes()
85 if (bytesLength != ret.length) { in getImageBytes()
90 adler.update(ret); in getImageBytes()
94 imageBytesRef = new SoftReference<byte[]>(ret); in getImageBytes()
96 return ret; in getImageBytes()
105 BufferedImage ret = imageRef.get(); in getImage() local
106 if (ret==null) { in getImage()
[all …]
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32Hex.php45 $ret = -1;
48 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src - 47);
51 $ret += (((0x60 - $src) & ($src - 0x77)) >> 8) & ($src - 86);
53 return $ret;
65 $ret = -1;
68 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src - 47);
71 $ret += (((0x40 - $src) & ($src - 0x57)) >> 8) & ($src - 54);
73 return $ret;
H A DBase64UrlSafe.php50 $ret = -1;
53 $ret += (((0x40 - $src) & ($src - 0x5b)) >> 8) & ($src - 64);
56 $ret += (((0x60 - $src) & ($src - 0x7b)) >> 8) & ($src - 70);
59 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src + 5);
62 $ret += (((0x2c - $src) & ($src - 0x2e)) >> 8) & 63;
65 $ret += (((0x5e - $src) & ($src - 0x60)) >> 8) & 64;
67 return $ret;
/plugin/task/syntax/
H A Dtask.php161 $ret = '';
171 $ret = $this->_statusMenu(array(0, 1), $status);
173 $ret = $this->_statusMenu(array(2, 3, 4), $status);
177 if (!$ret && $this->my) $ret = $this->my->statusLabel($status);
244 $ret .= '<div class="no">';
247 $ret .= '<select name="status" size="1" class="edit">';
250 $ret .= '<option value="'.$option.'"';
255 $ret .= '</select>';
257 $ret .= '</div>';
258 $ret .= '</form>'.DOKU_LF;
[all …]
/plugin/contactmodern/
H A Dsyntax.php261 $ret .= "<table class=\"inline\">";
266 $ret .= $this->_show_message();
272 $ret .= $this->_table_row($this->getLang("subject"), 'subject', 'text');
273 $ret .= $this->_table_row($this->getLang("content"), 'content', 'textarea');
280 $ret .= "<tr><td colspan=\"2\">"
287 $ret .= "</table><p>";
289 $ret .= "<input type=\"hidden\" name=\"subject\" value=\"".$data['subj']."\" />";
291 $ret .= "<input type=\"hidden\" name=\"to\" value=\"".$data['to']."\" />";
292 $ret .= "<input type=\"hidden\" name=\"do\" value=\"show\" />";
294 $ret .= "</p></form>";
[all …]
/plugin/vote/
H A Dsyntax.php220 $ret .= "\n";
222 $ret .= '<table class="blind" align="center">';
223 $ret .= "\n";
235 $ret .= "\t";
237 $ret .= '<tr><td><div class="vote_bar">';
243 $ret .= '</div></td>'.
250 $ret .= '</tr>';
251 $ret .= "\n";
255 $ret .= "</table>\n";
259 $ret .= "</div>\n</form>\n";
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php34 …$ret = $tester->execute(['filename' => $filename], ['verbosity' => OutputInterface::VERBOSITY_VERB…
36 $this->assertEquals(0, $ret, 'Returns 0 in case of success');
46 …$ret = $tester->execute(['filename' => [$filename1, $filename2]], ['verbosity' => OutputInterface:…
48 $this->assertEquals(0, $ret, 'Returns 0 in case of success');
60 $ret = $tester->execute(['filename' => $filename], ['decorated' => false]);
62 $this->assertEquals(1, $ret, 'Returns 1 in case of error');
71 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
72 $this->assertSame(0, $ret, 'lint:yaml exits with code 0 in case of success');
81 $this->assertSame(0, $ret, 'lint:yaml exits with code 0 in case of success');
90 $this->assertSame(1, $ret, 'lint:yaml exits with code 1 in case of error');
[all …]
/plugin/s5reloaded/
H A Drenderer.php255 $ret = '';
282 $ret .= ' class="scale"';
285 if($align == 'right') $ret .= ' align="right"';
286 if($align == 'left') $ret .= ' align="left"';
289 $ret .= ' title="' . $title . '"';
290 $ret .= ' alt="' . $title .'"';
292 $ret .= ' alt=""';
301 $ret .= ' />';
325 $ret .= $this->_xmlEntities($title);
328 $ret .= $this->_xmlEntities(basename(noNS($src)));
[all …]
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php216 $ret = true;
221 $ret = false;
223 return $ret;
596 $ret = array('bibtex' => $entry.'}');
616 $ret['entrykey'] = $matches[1];
681 $ret[$field] = $value;
686 $ret['cite'] = trim($arr[1]);
687 $ret['entrytype'] = strtolower(trim($arr[0]));
688 if ('@' == $ret['entrytype'][0]) {
689 $ret['entrytyp
[all...]
/plugin/givemeyouremail/
H A Dsyntax.php175 …$ret.= '<tr><td class="givemeyouremail_warning">'.$this->getLang('email_not_ok').' : '.$last_email…
177 …$ret.='<tr><td class="givemeyouremail_ok">'.$this->getLang('email_ok').' : '.$last_email_adress.'<…
179 return $ret;
187 $ret.='<tr><td>'.$address.'</td></tr>';
189 $ret.='<tr><td><textarea>'.$email_addresses.'</textarea></td></tr>';
190 return $ret;
201 $ret = '<form id="givemeyouremail__form" method="post" action="'.script().
205 $ret .= '<td class="rightalign"><input type="text" name="fullname" /></td>';
206 $ret .= '</tr><tr><td class="centeralign">'.
210 return $ret;
/plugin/move/admin/
H A Dtree.php138 $ret = '';
150 $ret .= '<input type="checkbox" /> ';
155 $ret .= '<a href="' . $item['id'] . '" class="idx_dir">';
156 $ret .= $base;
157 $ret .= '</a>';
159 $ret .= '<a class="wikilink1">';
160 $ret .= noNS($item['id']);
161 $ret .= '</a>';
164 if($item['id']) $ret .= '<img class="rename" src="'. DOKU_BASE .'lib/plugins/move/images/rename.png" />';
165 else $ret
[all...]
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php114 $ret = '';
141 $ret .= '<img src="'.$src.'"';
142 $ret .= ' class="media'.$align.'"';
146 if($align === 'left') $ret .= ' align="left"';
149 $ret .= ' title="' . $title . '"';
150 $ret .= ' alt="' . $title .'"';
152 $ret .= ' alt=""';
161 $ret .= ' />';
178 $ret .= html_flashobject($src,$width,$height,
185 $ret .= $this->_xmlEntities($title);
[all …]
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php109 $ret .= $this->_showHierarchyButton();
110 $ret .= "</td></tr>";
111 $ret .= "<tr {$cssclass}>".$this->_showProtectedCell();
113 $ret .= $this->_showInputUpdateResults();
114 $ret .= "{$input}</td></tr>";
115 return $ret;
148 $ret = "<tr {$cssclass}><td class='label'>";
150 $ret .= "</td>";
152 $ret .= $this->_showInputUpdateResults();
153 $ret .= "{$input}</td></tr>";
[all …]
/plugin/tagging/
H A Dhelper.php180 $ret = '?do=search&sf=1&q=' . rawurlencode('#' . $this->cleanTag($tag));
182 $ret .= rawurlencode(' @' . $ns);
185 return $ret;
240 $ret = '';
242 $ret .= '<ul class="tagging_cloud clearfix">';
247 $ret .= '<li><div class="li">' . $this->lang['js']['no' . $type . 's'] . '</div></li>';
260 $ret .= '<li class="t' . $size . '"><div class="li">';
261 $ret .= call_user_func($func, $val, $ns);
262 $ret .= '</div></li>';
266 $ret
[all...]
/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php52 $ret = array();
62 $ret[] = new MathExpression(array(
68 $ret[] = new MathExpression($sub, $this->helper);
72 $ret[] = $this->nodes[$i];
75 $ret = $this->handleFunction($ret, 'sqrt', 1);
76 $ret = $this->handleFunction($ret, 'vec', 1);
77 $ret = $this->handleFunction($ret, 'overlin
[all...]

12345678910>>...15