Home
last modified time | relevance | path

Searched refs:ret (Results 226 – 250 of 351) sorted by relevance

12345678910>>...15

/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php193 $ret = '';
199 $ret .= chr($iIndex);
208 return $ret;
417 $ret = '';
420 $ret .=
426 return $ret;
433 $ret = '';
436 $ret .=
443 return $ret;
/plugin/odp/
H A DZipLib.class.php37 $ret[]=$info; unset($header);
39 return $ret;
51 $ret[basename($fn[0])]=$this->add_File($fn[1],$fn[0],$compact);
53 return $ret;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java1016 StringBuilder ret = new StringBuilder();
1021 ret.append(hex2urlEncoded(tok.substring(0, idx)));
1022 ret.append("=");
1023 ret.append(hex2urlEncoded(tok.substring(idx+1)));
1025 ret.append(";");
1029 return ret.toString();
/plugin/jspwiki_import/importer/
H A Dgwt.js483 var ret = beforeunload();
489 if (ret !== null)
490 return ret;
/plugin/dwinsect/
H A Dsyntax.php55 $ret=explode($link, trim($section), 2);
56 return $ret;
/plugin/tocselect/
H A Daction.php169 $ret = $retdir . $retfile . "</UL>";
170 return $ret;
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php366 $ret = '';
367 $ret .= '<a href="'.$href.'" '.$aatt.'>';
368 $ret .= '<img src="'.$src.'" '.$iatt.' />';
369 $ret .= '</a>';
370 return $ret;
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php146 $ret = $ct->getOnlineNick($ct->decode($chan));
147 $otherids = array_merge($otherids, $ret['nickid']);
H A Dpfcglobalconfig.class.php902 $ret = copy_r( dirname(__FILE__).'/../themes/default',
904 if (!$ret)
918 $ret = copy_r( $this->theme_path.'/'.$this->theme,
920 if (!$ret)
H A Dpfctools.php179 $ret = copy($source, $dest);
181 return $ret;
/plugin/tagfilter/
H A Dhelper.php320 $ret = [];
322 $ret[] = $this->ps_pages[$id];
324 return $ret;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php869 $ret = $this->getCurrentLineIndentation() > $currentIndentation;
875 return $ret;
976 …$ret = $this->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedColl…
982 return $ret;
1010 if (false === $ret = preg_match($pattern, $subject, $matches, $flags, $offset)) {
1034 return $ret;
/plugin/codemirror/dist/modes/
H A Dhaxe.min.js.map1ret","tp","cont","haxeTokenBase","ch","haxeTokenString","test","eat","eatWhile","match","reAllowed…
H A Dforth.min.js.map1ret","split","forEach","e","push","name","coreWordList","immediateWordList","defineMode","searchWo…
/plugin/jmol2/jmol/
H A DJmol.js1339 var ret = ""
1344 if (applet) ret += applet.scriptWaitOutput(script);
1348 return ret;
1389 var ret = ""
1395 if (applet) ret += applet.scriptWait(script);
1396 ret = _jmolEvalJSON(ret,"jmolStatus")
1397 if(typeof ret == "object")
1398 return ret
1402 return [[ret]]
/plugin/translate/
H A Dhelper.php122 $ret = $this->checkIsTranslatable($id);
123 if ($id===$ID) $this->curPageIsTranslatable = $ret; // cache
124 return $ret;
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js427 var ret = []; // Beginning matches
433 ret.length < instance.options.choices ; i++) {
442 ret.push("<li><strong>" + elem.substr(0, entry.length) + "</strong>" +
462 ret = ret.concat(partial.slice(0, instance.options.choices - ret.length));
463 return "<ul>" + ret.join('') + "</ul>";
/plugin/sketchcanvas/script/
H A DSketchCanvas.js248 var ret = obj.getBoundingRect(rawvalue);
250 ret.minx += offset.x;
251 ret.maxx += offset.x;
252 ret.miny += offset.y;
253 ret.maxy += offset.y;
255 return ret;
1214 var ret = [metaObj];
1216 ret.push(dobjs[i].serialize());
1217 return ret;
1223 var ret
[all...]
/plugin/nodetailsxhtml/
H A Drenderer.php450 $ret = parent::_media($src, $title, $align, $w, $h, $cache, $render);
452 return str_replace("/>", ' srcset="' . implode(',', $srcset) . '" />', $ret );
454 return $ret;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js80 var ret = FCK.Paste( !FCKConfig.ForcePasteAsPlainText && !FCKConfig.AutoDetectPasteFromWord ) ;
84 return ret ;
/plugin/xcom/scripts/
H A Dxcom_save.php67 function msg($which, $ret=false, $nl="\n") { argument
68 if($ret) return $this->helper->getLang($which) . $nl;
/plugin/multiselect/
H A Daction.php93 …$ret = preg_match_all('/[\w\[\]\(\)\{\}\|\?\+\-\*\^\$\\\.:!\/;,+#~&%]+|"[\w\[\]\(\)\{\}\|\?\+\-\*\…
H A Dsyntax.php75 …$ret = preg_match_all('/[\w\[\]\(\)\{\}\|\?\+\-\*\^\$\\\.:!\/;,+#~&%]+|"[\w\[\]\(\)\{\}\|\?\+\-\*\…
/plugin/dokucrypt/
H A Dscript.js221 var ret="", key="", ctext="";
233 ret+=x.substring(pos,cur) + ctext;
236 ret+=x.substring(pos);
237 return(ret);
242 var ret="", key="", ctext="";
258 ret+=x.substring(pos,cur) + ctext;
261 ret+=x.substring(pos);
262 return(ret);
361 var v, i, ret, key;
374 ret="";
/plugin/dokucrypt2/
H A Dscript.js291 var ret="", key="", ctext="";
303 ret+=x.substring(pos,cur) + ctext;
306 ret+=x.substring(pos);
307 return(ret);
312 var ret="", key="", ctext="";
328 ret+=x.substring(pos,cur) + ctext;
331 ret+=x.substring(pos);
332 return(ret);
433 var v, i, ret, key;
446 ret
[all...]

12345678910>>...15