Home
last modified time | relevance | path

Searched refs:return (Results 101 – 125 of 1083) sorted by relevance

12345678910>>...44

/plugin/codemirror/dist/modes/
H A Dhaskell.min.js.map1return f(source, setState);\n }\n\n // These should all be Unicode extended, as per the Haskell …
H A Djinja2.min.js.map1return \"comment\";\n //Tag\n } else if (state.intag) {\n //After operator\n …
H A Ddylan.min.js.map1return true\n return false\n}\n\nCodeMirror.defineMode(\"dylan\", function(_config) {\n // Words…
H A Dhaml.min.js.map1return function(stream, state) {\n var ch = stream.peek();\n if (ch == endQuote && s…
H A Dshell.min.js.map1return null;\n\n var sol = stream.sol();\n var ch = stream.next();\n\n if (ch === '\\\\')…
H A Djulia.min.js.map1return new RegExp(\"^((\" + words.join(\")|(\") + \"))\" + end);\n }\n\n var octChar = \"\\\\\\\…
H A Dnginx.min.js.map1return obj;\n }\n\n var keywords = words(\n /* ngxDirectiveControl */ \"break return rewrite …
H A Dpuppet.min.js.map1return \"string\";\n }\n\n // Main function\n function tokenize(stream, state) {\n // Matche…
H A Dvhdl.min.js.map1return obj;\n}\n\nfunction metaHook(stream) {\n stream.eatWhile(/[\\w\\$_]/);\n return \"meta\";…
H A Dperl.min.js.map1return","reverse","rewinddir","rindex","rmdir","s","say","scalar","seek","seekdir","select","semct…
H A Dxquery.min.js.map1return {type: type, style: \"keyword\"};}\n var operator = kw(\"operator\")\n , atom = {ty…
H A Dd.min.js.map1return result;\n }\n if (ch == '\"' || ch == \"'\" || ch == \"`\") {\n state.tokenize =…
H A Dvb.min.js.map1return new RegExp(\"^((\" + words.join(\")|(\") + \"))\\\\b\", \"i\");\n }\n\n var singleOpe…
H A Dttcn.min.js.map1return state.tokenize(stream, state);\n }\n if (/[\\[\\]{}\\(\\),;\\\\:\\?\\.]/.test(ch)…
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1525 return $gi;
1543 return $gi;
1583 return false;
1592 return false;
1601 return false;
1610 return false;
1631 return false;
1647 return false;
1656 return false;
1670 return false;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dproxy.phpt57 return call_user_func_array(array($this->__phpunit_originalObject, "bar"), $arguments);
79 return call_user_func_array(array($this->__phpunit_originalObject, "baz"), $arguments);
84 return $this->__phpunit_getInvocationMocker()->expects($matcher);
91 return call_user_func_array(array($expects, 'method'), func_get_args());
105 return $this->__phpunit_invocationMocker;
110 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass.phpt61 return $result;
83 return $result;
88 return $this->__phpunit_getInvocationMocker()->expects($matcher);
95 return call_user_func_array(array($expects, 'method'), func_get_args());
109 return $this->__phpunit_invocationMocker;
114 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dinvocation_object_clone_object.phpt62 return $result;
84 return $result;
89 return $this->__phpunit_getInvocationMocker()->expects($matcher);
96 return call_user_func_array(array($expects, 'method'), func_get_args());
110 return $this->__phpunit_invocationMocker;
115 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnamespaced_class.phpt63 return $result;
85 return $result;
90 return $this->__phpunit_getInvocationMocker()->expects($matcher);
97 return call_user_func_array(array($expects, 'method'), func_get_args());
111 return $this->__phpunit_invocationMocker;
116 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_with_method_with_variadic_arguments.phpt57 return $result;
62 return $this->__phpunit_getInvocationMocker()->expects($matcher);
69 return call_user_func_array(array($expects, 'method'), func_get_args());
83 return $this->__phpunit_invocationMocker;
88 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dreturn_type_declarations_static_method.phpt13 return 'test';
50 return $this->__phpunit_getInvocationMocker()->expects($matcher);
57 return call_user_func_array(array($expects, 'method'), func_get_args());
71 return $this->__phpunit_invocationMocker;
76 return $this->__phpunit_getInvocationMocker()->hasMatchers();
/plugin/mantis/lib/
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 …]
/plugin/uncmap/_test/
H A Duncmap.inc.php7 $return = array();
13 $return[] = $value;
16 return $return;
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc5 return true;
15 return m;
30 return false;
52 return tmp;
92 return true;
1632 return m;
1636 return m;
1647 return m;
1913 return;
1920 return;
[all …]
/plugin/translator/syntax/
H A Dlabel.php85 $return = $value;
104 return $return;
134 $return = $data['Value'];
135 $this->__labelCallBackReplace($return);
138 return stripslashes($return);

12345678910>>...44