Home
last modified time | relevance | path

Searched refs:return (Results 251 – 275 of 1083) sorted by relevance

1...<<11121314151617181920>>...44

/plugin/visrep/
H A Dsyntax.php69 $return = array_merge(
75 io_saveFile($this->_cachename($return, 'txt'), $this->_data($return, $input));
77 return $return;
/plugin/bugzillahttp/
H A DcUrlHelper.php34 $return = curl_exec($handle);
36 return $return;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php42 $return = [];
48 $return[] = $principal;
52 return $return;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dendpoint-closure.asciidoc19 return new MyProject\SuperSearch($transport);
24 return new $fullPath($transport, $serializer);
26 return new $fullPath($transport);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php128 $return = null;
131 if ($return !== null) {
137 $return = $tag;
145 if ($return !== null) {
146 $content = $tokens[($return + 2)]['content'];
147 … if (empty($content) === true || $tokens[($return + 2)]['code'] !== T_DOC_COMMENT_STRING) {
149 $phpcsFile->addError($error, $return, 'MissingReturnType');
/plugin/mantis/lib/
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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/autoescape/
H A Dfilename.legacy.test12 return ['br' => '<br />']
14 return ['autoescape' => 'filename']
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst424 return 'set';
616 return 'project';
651 return [
669 return [
688 return [
712 return [
744 return [
757 return 'project';
799 return [
822 return [
[all …]
H A Dadvanced.rst328 return true;
333 return false;
703 return [
721 return [
740 return [
779 return [
802 return [
838 return [
902 return [
921 return [
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/codemirror/dist/modes/
H A Dgherkin.min.js.map1return {\n startState: function () {\n return {\n lineNumber: 0,\n tableHead…
H A Dgas.min.js.map1return \"number\";\n }\n });\n }\n\n var arch = (parserConfig.architecture || \"x86\").t…
H A Dproperties.min.js.map1return {\n token: function(stream, state) {\n var sol = stream.sol() || state.afterSection…
H A Dmllike.min.js.map1return!","return","select","static","upcast","use!","use","void","yield!","yield","atomic","break"…
H A Dverilog.min.js.map1return obj;\n }\n\n /**\n * Keywords from IEEE 1800-2012\n */\n var keywords = words(\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddump_array.test8 return ['foo' => 'foo', 'bar' => 'bar']
10 return ['debug' => true, 'autoescape' => false]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1return value when already ns object\n \t// mode & 8|1: behave like require\n \t__w_pdfjs_require__…
/plugin/simplenavi/
H A Dsyntax.php20 return 'substition';
26 return 'block';
32 return 155;
44 return explode(' ', substr($match, 13, -2));
50 if ($format != 'xhtml') return false;
80 return true;
94 * @return array
129 if (!$items) return [];
147 return $this->itemComparator($a, $b, $useNatSort, $nsFirst);
166 return
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/
H A Dname.test15 return ['br' => '<br />']
17 return ['autoescape' => 'name']
H A Dblock.test17 return ['br' => '<br />']
19 return ['autoescape' => 'name']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dissue_1143.test15 return self::$regionChoices;
21 return ['object' => $object]
/plugin/alphaindex/
H A Dsyntax.php309 $return = true;
313 if ($opts['level'] == $lvl) $return = false;
314 if ($opts['nons']) return $return;
340 'open' => $return);
342 return $return;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
55 $params['metric'] = (list) A comma-separated list of metrics you wish returned. Leave empty to return all.
81 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
96 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCreator.php49 $return = eval($code);
65 return $return;

1...<<11121314151617181920>>...44