Home
last modified time | relevance | path

Searched +defs:return +defs:type (Results 1 – 25 of 2156) sorted by relevance

12345678910>>...87

/dports/emulators/qemu60/qemu-6.0.0/qapi/
H A Dqom.json63 # <- { "return": [ { "name": "type", "type": "string" }, string
113 # <- { "return": false } boolean
120 # <- { "return": "System" } string
148 # <- { "return": {} } object
857 # <- { "return": {} } object
877 # <- { "return": {} } object
H A Drocker.json36 # <- { "return": {"name": "sw1", "ports": 2, "id": 1327446905938}} object
105 # <- { "return": [ {"duplex": "full", "enabled": true, "name": "sw1.1", array
249 # <- { "return": [ {"key": {"in-pport": 0, "priority": 1, "tbl-id": 0}, array
325 # <- { "return": [ {"type": 0, "out-pport": 2, number
/dports/emulators/qemu42/qemu-4.2.1/qapi/
H A Dqom.json52 # <- { "return": [ { "name": "type", "type": "string" }, string
102 # <- { "return": false } boolean
109 # <- { "return": "System" } string
137 # <- { "return": {} } object
220 # <- { "return": {} } object
241 # <- { "return": {} } object
H A Drocker.json35 # <- { "return": {"name": "sw1", "ports": 2, "id": 1327446905938}} object
104 # <- { "return": [ {"duplex": "full", "enabled": true, "name": "sw1.1", array
248 # <- { "return": [ {"key": {"in-pport": 0, "priority": 1, "tbl-id": 0}, array
324 # <- { "return": [ {"type": 0, "out-pport": 2, number
/dports/emulators/qemu/qemu-6.2.0/qapi/
H A Dqom.json63 # <- { "return": [ { "name": "type", "type": "string" }, string
113 # <- { "return": false } boolean
120 # <- { "return": "System" } string
148 # <- { "return": {} } object
926 # <- { "return": {} } object
947 # <- { "return": {} } object
H A Drocker.json36 # <- { "return": {"name": "sw1", "ports": 2, "id": 1327446905938}} object
105 # <- { "return": [ {"duplex": "full", "enabled": true, "name": "sw1.1", array
249 # <- { "return": [ {"key": {"in-pport": 0, "priority": 1, "tbl-id": 0}, array
325 # <- { "return": [ {"type": 0, "out-pport": 2, number
/dports/emulators/qemu5/qemu-5.2.0/qapi/
H A Dqom.json58 # <- { "return": [ { "name": "type", "type": "string" }, string
108 # <- { "return": false } boolean
115 # <- { "return": "System" } string
143 # <- { "return": {} } object
231 # <- { "return": {} } object
253 # <- { "return": {} } object
H A Drocker.json36 # <- { "return": {"name": "sw1", "ports": 2, "id": 1327446905938}} object
105 # <- { "return": [ {"duplex": "full", "enabled": true, "name": "sw1.1", array
249 # <- { "return": [ {"key": {"in-pport": 0, "priority": 1, "tbl-id": 0}, array
325 # <- { "return": [ {"type": 0, "out-pport": 2, number
/dports/emulators/qemu-utils/qemu-4.2.1/qapi/
H A Dqom.json52 # <- { "return": [ { "name": "type", "type": "string" }, string
102 # <- { "return": false } boolean
109 # <- { "return": "System" } string
137 # <- { "return": {} } object
220 # <- { "return": {} } object
241 # <- { "return": {} } object
/dports/emulators/qemu-guest-agent/qemu-5.0.1/qapi/
H A Dqom.json57 # <- { "return": [ { "name": "type", "type": "string" }, string
107 # <- { "return": false } boolean
114 # <- { "return": "System" } string
142 # <- { "return": {} } object
230 # <- { "return": {} } object
252 # <- { "return": {} } object
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/qapi/
H A Dqom.json63 # <- { "return": [ { "name": "type", "type": "string" }, string
113 # <- { "return": false } boolean
120 # <- { "return": "System" } string
148 # <- { "return": {} } object
889 # <- { "return": {} } object
910 # <- { "return": {} } object
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/qapi/
H A Dqom.json57 # <- { "return": [ { "name": "type", "type": "string" }, string
107 # <- { "return": false } boolean
114 # <- { "return": "System" } string
142 # <- { "return": {} } object
230 # <- { "return": {} } object
252 # <- { "return": {} } object
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/pre-ghc86/
H A DRae31.hs9 type Sing' (x :: k) = Sing k x function
11 type TyFun (a :: *) (b :: *) = TyFun' a b -> * function
14 type TyPi (a :: *) (b :: TyFun a *) = TyPi' a b -> * function
16 $(return []) function
19 type instance (@@) (A a b) c = * function
20 $(return []) function
22 type instance (@@) (B a) b = TyPi a (A a b) function
23 $(return []) function
H A DRAE_T32a.hs11 type TyArr (a :: *) (b :: *) = TyArr' a b -> * function
14 type TyPi (a :: *) (b :: TyArr a *) = TyPi' a b -> * function
16 $(return []) function
19 type instance MkStar p @@ x = * function
20 $(return []) function
26 $(return []) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DRAE_T32a.hs11 type TyArr (a :: Type) (b :: Type) = TyArr' a b -> Type function
14 type TyPi (a :: Type) (b :: TyArr a Type) = TyPi' a b -> Type function
16 $(return []) function
19 type instance MkStar p @@ x = Type function
20 $(return []) function
26 $(return []) function
H A DRae31.hs9 type Sing' (x :: k) = Sing k x function
11 type TyFun (a :: Type) (b :: Type) = TyFun' a b -> Type function
14 type TyPi (a :: Type) (b :: TyFun a Type) = TyPi' a b -> Type function
16 $(return []) function
19 type instance (@@) (A a b) c = Type function
20 $(return []) function
22 type instance (@@) (B a) b = TyPi a (A a b) function
23 $(return []) function
/dports/www/moodle310/moodle/repository/
H A Dmanage_instances.php100 $type = repository::get_type_by_typename($new); variable
103 $type = repository::get_type_by_id($instance->options['typeid']); variable
106 $type = repository::get_type_by_id($instance->options['typeid']); variable
148 $return = true; variable
198 $return = false; variable
217 $return = false; variable
221 $return = false; variable
/dports/www/moodle311/moodle/repository/
H A Dmanage_instances.php100 $type = repository::get_type_by_typename($new); variable
103 $type = repository::get_type_by_id($instance->options['typeid']); variable
106 $type = repository::get_type_by_id($instance->options['typeid']); variable
148 $return = true; variable
198 $return = false; variable
217 $return = false; variable
221 $return = false; variable
/dports/www/moodle39/moodle/repository/
H A Dmanage_instances.php100 $type = repository::get_type_by_typename($new); variable
103 $type = repository::get_type_by_id($instance->options['typeid']); variable
106 $type = repository::get_type_by_id($instance->options['typeid']); variable
148 $return = true; variable
198 $return = false; variable
217 $return = false; variable
221 $return = false; variable
/dports/www/node10/node-v10.24.1/doc/api/
H A Dos.json51 "return": { object
73 "return": { object
95 "return": { object
117 "return": { object
139 "return": { object
169 "return": { object
191 "return": { object
213 "return": { object
235 "return": { object
257 "return": { object
[all …]
H A Dutil.json25 "return": { object
55 "return": { object
91 "return": { object
205 "return": { object
308 "return": { object
449 "return": { object
549 "return": { object
582 "return": { object
673 "return": { object
783 "return": { object
[all …]
H A Dpath.json40 "return": { object
81 "return": { object
115 "return": { object
143 "return": { object
198 "return": { object
226 "return": { object
256 "return": { object
284 "return": { object
318 "return": { object
351 "return": { object
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dtemplate.php119 function tpl_toc($return = false) {
421 function tpl_link($url, $name, $more = '', $return = false) {
442 function tpl_pagelink($id, $name = null, $return = false) {
483 function tpl_button($type, $return = false) {
523 function tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) {
579 function tpl_get_action($type) {
637 function tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', …
724 function tpl_breadcrumbs($sep = null, $return = false) {
772 function tpl_youarehere($sep = null, $return = false) {
1527 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true) {
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DT5908.hs34 type Writer w = WriterT w Identity function
50 return = Prelude.return function
53 return a = WriterT $ return (a, id) function
55 return = Prelude.return function
62 return = Prelude.return function
70 return = Prelude.return function
/dports/databases/powa-web/powa-web-4.0.2/powa/static/bower_components/foundation/scss/foundation/
H A D_functions.scss54 $return: (); variable
75 @each $type in $types { variable
78 $return: append($return, unquote('#{$type}'), comma) variable
80 $return: append($return, unquote('#{$type}#{$selector}'), comma) variable
83 $return: append($return, unquote('#{$selector}[type="#{$type}"]'), comma) variable

12345678910>>...87