Home
last modified time | relevance | path

Searched refs:return (Results 201 – 225 of 1083) sorted by relevance

12345678910>>...44

/plugin/codemirror/dist/modes/
H A Dmodelica.min.js.map1return \"comment\";\n }\n\n function tokenBlockComment(stream, state) {\n var maybeEnd …
H A Dq.min.js.map1return new RegExp(\"^(\"+w.join(\"|\")+\")$\");}\n function tokenBase(stream,state){\n var sol…
H A Djsx.min.js.map1return new Context(CodeMirror.copyState(context.mode, context.state),\n cont…
H A Dsas.min.js.map1return reuse reverse rewind right round rsquare rtf rtrace rtraceloc s s2 samploc sasautos sascont…
H A Dhaskell-literate.min.js.map1return {\n startState: function () {\n return {\n inCode: false,\n b…
H A Dttcn-cfg.min.js.map1return state.tokenize(stream, state);\n }\n if (/[:=]/.test(ch)) {\n curPunc = ch…
H A Dgfm.min.js.map1return null;\n }\n var gfmOverlay = {\n startState: function() {\n return {\n cod…
H A Dmarkdown.min.js.map1return mode.name == \"null\" ? null : mode;\n }\n\n // Should characters that affect highlightin…
H A Dhtmlmixed.min.js.map1return style;\n }\n\n var attrRegexpCache = {};\n function getAttrRegexp(attr) {\n var regex…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__…
/plugin/likeit/
H A Dhelper.php66 $return = '';
68 $return .= "<span class='listitem'>" . hsc($user) . "</span>";
71 return $return;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class.tpl.dist10 return $this->__phpunit_getInvocationMocker()->expects($matcher);
24 return $this->__phpunit_invocationMocker;
29 return $this->__phpunit_getInvocationMocker()->hasMatchers();
/plugin/authucenter/
H A Dauth.php449 $return = uc_user_login($this->_convert_charset($username), $password);
450 …return array($return[0], $this->_convert_charset($return[1], 0), $return[2], $return[3], $return[4…
454 $return = uc_get_user($this->_convert_charset($username), $isuid);
455 return array($return[0], $this->_convert_charset($return[1], 0), $return[2]);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_attribute.test9 return [
22 return [
30 return ['strict_variables' => false]
/plugin/mailto/
H A Drenderer.php.not17 * return some info
20 return confToHash(dirname(__FILE__).'/info.txt');
27 return 'email';
/plugin/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel8 return [line.slice(0, indexOfFirstSpace), line.slice(indexOfFirstSpace + 1)]
10 .reduce( (carry, [key, value]) => { return { ...carry, [key]: value};}, {} );
15 return Object.entries(options)
/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/indexmenu/
H A Dadmin.php
/plugin/magnifier/
H A Dsyntax.php94 $return = '<area href="'.$id.'" ' . $more . '';
95 $return .= ' title="'.$name.'" alt="'.$name.'"';
96 … $return .= ' shape="'.$isImageMap['shape'].'" coords="'.$isImageMap['coords'].'" />' . $script;
98 return $return;
/plugin/timetrack/
H A Dhelper.php346 $return = array();
350 return $return;
437 $return = array();
441 return $return;
485 $return = array();
489 return $return;
528 $return = array();
533 return $return;
650 $return = array();
654 return $return;
[all …]
/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/emoji/_test/
H A Demoji_unicode.test.php63 $return = array();
69 $return[] = $value;
72 return $return;
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc26 return function( cells ) {
61 return match[ 2 ];
64 return {
103 return textAlignStyle || alignAttr || '';
134 return selectedCell.getName();
150 return attrVal;
169 return attrVal;
207 return;
211 return function() {
219 return function() {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dreturn_type_declarations_void.phpt62 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();
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc20 return true;
23 return false;
25 return false;
96 return ele;
125 return d;

12345678910>>...44