Home
last modified time | relevance | path

Searched refs:out (Results 851 – 875 of 898) sorted by last modified time

1...<<313233343536

/plugin/seqdia/
H A Dsyntax.php147 function _remote($data,$in,$out){ argument
172 return io_saveFile($out,$img);
/plugin/linkbonus/syntax/
H A Dinterwiki.txt84 /* lets check if the 'name' is a medialink, if so, we bail out
/plugin/processing/
H A Dscript.js9776 var out = new Array(maxIdx);
9833 out[currIdx++] = colOut;
9887 out[currIdx++]=colOut;
9891 aImg.pixels.set(out);
/plugin/sidebarng/
H A Daction.php124 $out = $this->locale_xhtml('nosidebar');
127 print str_replace('LINK', $link, $out);
/plugin/stats/
H A Dsyntax.php553 $out = false;
/plugin/noticeboard/
H A Dsyntax.php125 $out .= $_SESSION['noticeboard_list_category'];
127 $out .= 7;
129 $out .= "' />
/plugin/noticeboard/noticeboard/
H A Dsyntax.php125 $out .= $_SESSION['noticeboard_list_category'];
127 $out .= 7;
129 $out .= "' />
/plugin/noticeboard/classes/
H A DICal.php55 $out;
56 $out .= $this->getHeader();
57 $out .= $this->getBody();
58 $out .= $this->getFooter();
59 echo $out;
66 $out .= "VERSION:2.0\r\n";
72 return $out;
104 return $out;
111 $out;
112 $out .="END:VCALENDAR\r\n";
[all …]
H A Drss.php46 $out;
50 echo $out;
57 $out = '';
60 $out .= "<channel>";
65 return $out;
71 $out;
75 $out .= "<item>";
85 $out .= " <br />";
138 return $out;
145 $out;
[all …]
/plugin/noticeboard/noticeboard/classes/
H A DICal.php55 $out;
56 $out .= $this->getHeader();
57 $out .= $this->getBody();
58 $out .= $this->getFooter();
59 echo $out;
66 $out .= "VERSION:2.0\r\n";
72 return $out;
104 return $out;
111 $out;
112 $out .="END:VCALENDAR\r\n";
[all …]
H A Drss.php46 $out;
50 echo $out;
57 $out = '';
60 $out .= "<channel>";
65 return $out;
71 $out;
75 $out .= "<item>";
85 $out .= " <br />";
138 return $out;
145 $out;
[all …]
/plugin/farm/
H A Danimal.class.php145 $out = array();
146 foreach($metadata as $k => $v) $out[] = $k.' : '.$v;
148 fwrite($fp, implode("\n", $out));
441 $out = array();
443 if(substr($line, 0, strlen($user) + 1) != $user.':') $out[] = $line;
447 fwrite($fp, implode("\n", $out));
H A Dsoapconfig.class.php72 $out = array();
76 if($appname != $this->manager->opt['app']) $out[] = $p;
79 fwrite($fp, $out);
144 $out = array();
149 $out[] = $p;
150 }else $out[] = $block;
153 fwrite($fp, implode("\n\n", $out));
/plugin/farm/install/
H A Dfarmstructurecreator.php65 global $out;
66 $out = array(); variable
67 function out($error = null) { function
69 global $out;
91 global $out;
112 $out[] = 'structure_farmerdircreated';
118 $out[] = 'structure_barndircreated';
132 $out[] = 'structure_dwmoved';
161 $out[] = 'structure_preloadfilecopied';
173 $out[] = 'structure_animaltplcopied';
[all …]
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt50 * [[doku>wiki:forum|Check out the user forum]]
H A Dsyntax.txt335 System.out.println("Hello World!"); //Display the string.
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak463 System.out.println(e2);
519 System.out.println(saveUrl);
570 System.out.println("-- Progress --> ["+Thread.currentThread()+"] "+counter+"/"+contentSize);
704 System.out.println(response.getStatusLine());
1350 System.out.println(requestURL);
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak484 * Prints out some useful information about the cell in the tooltip.
H A DClickHandler.java52 System.out.println("cell="+graph.getLabel(cell)); in ClickHandler()
/plugin/jmol2/jmol/
H A DCHANGES.txt69 # bug fix: zoomTo out not functioning
208 # bug fix: load append of file with ellipsoids causes array out of bounds exception
1468 # new feature: out-of-memory "Java heap error" trapping in scripts and image creation
2728 # * note that FILL serves to provide a cut-out for BALL and a
2769 # bug fix: minimization out-of-plane energy calculation error
2812 # write VAR x "myfile.out"
3026 # spacefill @x% # make sure x comes out integer, otherwise % is ignored
3042 # bug fix: command "test()" where test() is a user-defined function causes array-out-of-bounds error
3439 # bug fix: HallInfo --- Hall term miscalculation OUCH! -- mistken commenting out of code in 11.1.28…
3623 # bug fix: "isosurface select() map property xxxx" array out of bounds error
[all …]
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf64 LOL Laughing out loud
H A Dwordblock.conf1128 https?:\/\/([^\/]*\.)?boot-camp-for-out-of-control-teen\.medved\.od\.ua
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php567 $out = array();
573 $out[$user] = $info;
581 return $out;

1...<<313233343536