Home
last modified time | relevance | path

Searched refs:return (Results 951 – 975 of 1083) sorted by last modified time

1...<<31323334353637383940>>...44

/plugin/authucenter/lib/uc_client/model/
H A Dbase.php125 $return = array();
130 $return[$arr['k']] = $decode ? unserialize($arr['v']) : $arr['v'];
133 return $return;
H A Dmisc.php65 $return = '';
128 $return .= $data;
136 return $return;
H A Dcache.php70 $return = array();
73 $return['findpattern'][$k] = $v['findpattern'];
74 $return['replace'][$k] = $v['replacement'];
77 return $return;
H A Dnote.php111 $return = FALSE;
147 $return = TRUE;
150 $return = FALSE;
152 return $return;
H A Dtag.php51 …$return = $this->db->result_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$data…
52 if($return) {
61 …$return = $this->db->result_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagn…
62 if($return) {
/plugin/tuxquote/
H A Dquotes.txt1186 This (preparing my tax return) is too difficult for a mathematician. It takes a philosopher. <BR> -…
1199 The trouble with giving advice is that others want to return the favor. <BR> -- Sam Ewing, (1921--)…
2494 There is a very easy way to return from a casino with a small fortune: go there with a large one. <…
2685 All [zoos] actually offer to the public in return for the taxes spent upon them is a form of idle a…
3415 …function perfectly during normal business hours will break down when you return to the office at n…
3574 A UNIX signature isn't a return address, it's the ASCII equivalent of a black velvet clown painting…
3710 For good, return good. For evil, return justice.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt75 …ou will eat bread until you return to the ground, for out of it you were taken. For dust you are a…
1304 And take YOUR brother and get up, return to the man.
3497 …from when he sold it and he must return what money remains over to the man to whom he made the sal…
3511 …go out from you, he and his sons with him, and he must return to his family, and he should return
11837return to Jehovah, YOUR brothers and YOUR sons will be objects of mercy before those holding them …
17872 A mere remnant will return, the remnant of Jacob, to the Mighty God.
19010 …er doing all these things I kept saying that she should return even to me, but she did not return;…
19482 And into the land to which they will be lifting up their soul to return, there they will not return.
20818return to their former state, and Sa·mar'i·a and her dependent towns will return to their former s…
22246 He will not return to the land of Egypt, but As·syr'i·a will be his king, because they refused to r…
[all …]
/plugin/hiddenswitch/
H A Dsyntax.php25 $return = array('text' => $this->getLang('default'));
28 $return['text'] = $match;
30 $return['text'] = htmlspecialchars($return['text']);
31 return $return;
/plugin/components/
H A DREADME.md10 1. `public function name() { return 'some_call'; };`
13 2. `protected function auth($params) { return ...; }`
16 3. `protected function call($params) { return ...; }`
17 … here $params is the same as above, and the return value is the response to be sent to the client.…
75 - `public function action() { return ...; }`
77 - `public function permission_required() { return ...; }`
80 …ming another action, return the name of that action. For example, you may want to show the page af…
/plugin/twcheckliste/
H A Dsyntax.php57 …$return = array('active' => 'true', 'element' => Array(), 'onHidden' => '', 'onVisible' => '', 'in…
65 return $return;
H A Drenderer.php.old29 return 'xhtml';
109 return;
/plugin/npd/
H A Dhelper.php35 * @param bool $return
38 public function html_new_page_button($return = false) argument
101 if(!$return) echo $ret;
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php120 $return = array();
123 $return[$key] = $meta;
125 return $return;
/plugin/mantis/lib/
H A Dchangelog164 - soap_server: when requested WSDL is in a file, return to client using passthru (thanks Ingo Fisch…
202 - soap_server: name the return value element 'return' by default
230 - soap_server: add methodreturnisliteralxml property to allow service function to return XML as a s…
334 … method when WSDL is used (without WSDL, cannot distinguish whether NULL or void return is desired)
335 - soapclient: for document style, call should always return an array rooted at the response part (a…
492 - soap_server: don't print return value within debug string; returned objects would need __toString…
559 - wsdl: wrap return value if unwrapped value is supplied and WSDL specifies Microsoft-style wrapping
H A Dnusoap.php7361 $this->return = $return;
7366 if(is_array($return) && isset($return['faultcode'])){
7368 $this->setError($return['faultcode'].': '.$return['faultstring']);
7374 return $return;
7378 return $return;
7381 if(is_array($return)){
7384 if(sizeof($return) > 1){
7385 return $return;
7388 $return = array_shift($return);
7391 return $return;
[all …]
H A Dclass.soapclient.php293 $this->return = $return;
298 if(is_array($return) && isset($return['faultcode'])){
300 $this->setError($return['faultcode'].': '.$return['faultstring']);
306 return $return;
310 return $return;
313 if(is_array($return)){
316 if(sizeof($return) > 1){
317 return $return;
320 $return = array_shift($return);
323 return $return;
[all …]
H A Dnusoapmime.php243 $return = parent::parseResponse($part->headers, $part->body);
254 if (isset($return)) {
256 return $return;
483 $return = parent::parseRequest($part->headers, $part->body);
494 if (isset($return)) {
495 return $return;
/plugin/idoit/
H A DREADME.md42 would return the line `'My Hostname myhostname'` for the following API response:
/plugin/dokumicrobugtracker/
H A DLICENSE.txt619 copy of the Program in return for a fee.
/plugin/authhiorgserver/
H A Dauth.php158 $return = array($this->cleanGroup($conf["defaultgroup"]));
178 $return[] = $this->cleanGroup($group);
183 return $return;
/plugin/txt2tags/
H A DREADME.t2t81 ``` if(substr($ID,-4) != '.t2t') return true;
H A DREADME.doku81 if(substr($ID,-4) != '.t2t') return true;
/plugin/masciimath/
H A Dsyntax.php511 …$return = '<math xmlns="http://www.w3.org/1998/Math/MathML" title="'.htmlentities ($match).'" disp…
512 …$return = '<span pos="' . $pos . '" len="' . strlen($match) . '">' . $return . '</span>'; // wra…
513 return $return;
/plugin/owncloud/
H A DCOPYING619 copy of the Program in return for a fee.
/plugin/searchformgoto/
H A DCOPYING619 copy of the Program in return for a fee.

1...<<31323334353637383940>>...44