Home
last modified time | relevance | path

Searched refs:out (Results 476 – 500 of 898) sorted by path

1...<<11121314151617181920>>...36

/plugin/eshop/
H A Dsyntax.php57 $out = '<form method="post" action="">';
58 $out .= '<table class="eshop_plugin">';
62 $out .= '<tr><th>Quantity:</th><td class="count"><select name="count" id="eshop_count">';
64 $out .= sprintf('<option value="%d">%d</option>', $i, $i);
66 $out .= '</select></td></tr>';
68 $out .= '</table>';
69 … $out .= sprintf('<input type="hidden" name="id" value="%s" />', end(explode(':', $INFO['id'])));
70 $out .= sprintf('<input type="hidden" name="name" value="%s" />', $INFO['meta']['title']);
71 $out .= sprintf('<input type="hidden" name="btcunit" value="%f" />', $data['btc']);
73 $out .= '</form>';
[all …]
/plugin/evesso/
H A DREADME.md39 * :warning: Do **not** change `singleService` (That will lock you out of the wiki)
54 This have the potential to permantly lock you out of the wiki.
69 This step can lock you out of the wiki. Make sure you're logged in on a EveSSO admin account and ha…
H A Daction.php286 private function insertElement($form, $pos, $out) { argument
288 $form->addHtml($out, $pos);
290 $form->insertElement($pos, $out);
/plugin/facebooklike/
H A DREADME.textile44 p. You can try out different combinations on the official Facebook developer page. (http://develope…
/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/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/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/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/farmer/3rdparty/
H A DRingIcon.php73 $out = $this->createTransparentImage($this->size, $this->size);
74 imagecopyresampled($out, $image, 0, 0, 0, 0, $this->size, $this->size, $this->fullsize, $this->fullsize);
76 imagepng($out, $file);
79 imagepng($out);
81 imagedestroy($out);
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt51 * [[http://forum.dokuwiki.org|Check out the user forum]]
H A Dsyntax.txt380 System.out.println("Hello World!"); //Display the string.
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php319 $out=@file($ALLOWED_MIMES,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
324 $out = array_merge($out,$out_local);
328 $out = array_merge($out,$out_local);
332 foreach($out as $line) {
/plugin/fckg/fckeditor/
H A Dextensions.php12 $out=@file($mimes,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); variable
17 $out = array_merge($out,$out_local); variable
20 foreach($out as $line) {
H A Dlicense.txt1199 out of its utilization of rights under this License and You agree to
/plugin/fckg/
H A Dstyle.css127 -webkit-transition:background-color .15s ease-in-out;
128 -o-transition:background-color .15s ease-in-out;
129 transition:background-color .15s ease-in-out;
207 -webkit-transition:background-color .15s ease-in-out;
208 -o-transition:background-color .15s ease-in-out;
209 transition:background-color .15s ease-in-out;
/plugin/fedauth/Auth/
H A DCOPYING160 result of this License or out of the use or inability to use the
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php120 $out = $this->manager->plugin_locale_xhtml('admproviders');
121 $out = str_replace('@LARGELIST@', $this->html_providers_form(true), $out);
122 $out = str_replace('@SMALLLIST@', $this->html_providers_form(), $out);
123 $out = str_replace('@ADDPROVIDER@', $this->html_add_provider_form(), $out);
124 $out = str_replace('@RESTOREDEFAULTS@', $this->html_restore_defaults_form(), $out);
125 print $out;
153 return $out;
180 return $out;
186 $out = '';
204 $out .= ' <fieldset'.$class.'>'
[all …]
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php116 $out = '<div id="fa__authform">'
133 if ($return) return $out;
134 print $out;
149 $out = '';
169 … $out .= '<a href="'.wl($ID, array('do'=> $act, 'sectok' => $sectok)).'&fa['.$cmd.']['.$id.']">'
172 return $out;
185 $out = ' <div id="axwrap__enterlogin"><fieldset>'
191 return $out;
205 $out = ' <div id="axwrap__openid"><fieldset>'
212 return $out;
H A Dfa_manage.usr.class.php43 $out = $this->manager->locale_xhtml('mylogins');
44 $out = str_replace('@MYLOGINSLIST@', $this->html_mylogins_form(), $out);
45 print $out;
56 … $out = '<div id="fa__mylogins"><form action="'.wl($ID, 'do=fedauth', true, '&').'" method="post">'
65 return $out;
84 $out .= ' <fieldset'.$class.'>'
94 return $out;
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/fedauth/
H A Dcommon.php63 $out = '<script type="text/javascript" charset="utf-8"><!--//--><![CDATA[//><!--' . "\n"
65 return $out;
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md34 Please read the [CONTRIBUTING.md](CONTRIBUTING.md) contents if you wish to help out!

1...<<11121314151617181920>>...36