Home
last modified time | relevance | path

Searched +defs:enum +defs:set (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/lang/ruby26/ruby-2.6.9/lib/
H A Dset.rb259 def superset?(set) argument
272 def proper_superset?(set) argument
285 def subset?(set) argument
298 def proper_subset?(set) argument
315 def intersect?(set) argument
329 def disjoint?(set) argument
432 def merge(enum) argument
454 def |(enum) argument
465 def -(enum) argument
475 def &(enum) argument
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dexample.rb235 def replace(enum) argument
294 def superset?(set) argument
301 def proper_superset?(set) argument
308 def subset?(set) argument
315 def proper_subset?(set) argument
388 def merge(enum) argument
409 def |(enum) argument
418 def -(enum) argument
426 def &(enum) argument
437 def ^(enum) argument
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample.rb235 def replace(enum) argument
294 def superset?(set) argument
301 def proper_superset?(set) argument
308 def subset?(set) argument
315 def proper_subset?(set) argument
388 def merge(enum) argument
409 def |(enum) argument
418 def -(enum) argument
426 def &(enum) argument
437 def ^(enum) argument
[all …]
/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/lib/Rose/DB/Object/MakeMethods/
H A DGeneric.pm425 sub enum subroutine
1620 sub set subroutine
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libinput/
H A Ddevice.cpp339 void Device::setPointerAccelerationProfile(bool set, enum libinput_config_accel_profile profile) in setPointerAccelerationProfile()
360 void Device::setClickMethod(bool set, enum libinput_config_click_method method) in setClickMethod()
381 void Device::setScrollMethod(bool set, enum libinput_config_scroll_method method) in setScrollMethod()
406 void Device::setLmrTapButtonMap(bool set) in setLmrTapButtonMap()
463 #define CONFIG(method, condition, function, enum, variable, key) \ argument
/dports/textproc/bat/bat-0.18.3/tests/syntax-tests/source/varlink/
H A Dorg.varlink.certification.varlink21 enum: (one, two, three), field
73 method Test08(client_id: string, map: [string]string) -> (set: [string]()) oparam
75 method Test09(client_id: string, set: [string]()) -> (mytype: MyType) iparam
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/ast/
H A Dast_visitor.h215 FBTHRIFT_AST_DETAIL_AST_VISITOR_NODE_T_(enum) { in FBTHRIFT_AST_DETAIL_AST_VISITOR_NODE_T_() argument
234 FBTHRIFT_AST_DETAIL_AST_VISITOR_NODE_T_(set) { in FBTHRIFT_AST_DETAIL_AST_VISITOR_NODE_T_() argument
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Web/Form/
H A DDirectorObjectForm.php726 protected function removeFromSet(& $set, $key)
731 protected function moveUpInSet(& $set, $key)
736 protected function moveDownInSet(& $set, $key)
1029 public function optionallyAddFromEnum($enum)
/dports/www/py-drf-yasg/drf-yasg-1.20.0/src/drf_yasg/
H A Dopenapi.py375 def _check_type(type, format, enum, pattern, items, _obj_type): argument
387 def __init__(self, type=None, format=None, enum=None, pattern=None, items=None, **extra): argument
409 … type=None, format=None, enum=None, pattern=None, items=None, default=None, **extra): argument
457 …def __init__(self, title=None, description=None, type=None, format=None, enum=None, pattern=None, … argument
665 def set(self, name, obj, scope=None): member in ReferenceResolver
/dports/www/py-dj32-drf-yasg/drf-yasg-1.20.0/src/drf_yasg/
H A Dopenapi.py375 def _check_type(type, format, enum, pattern, items, _obj_type): argument
387 def __init__(self, type=None, format=None, enum=None, pattern=None, items=None, **extra): argument
409 … type=None, format=None, enum=None, pattern=None, items=None, default=None, **extra): argument
457 …def __init__(self, title=None, description=None, type=None, format=None, enum=None, pattern=None, … argument
665 def set(self, name, obj, scope=None): member in ReferenceResolver
/dports/sysutils/file/file-5.39/doc/
H A DMakefile.in35 has_opt=no; \
54 case $$flg in \
344 sed 'N;N;s,\n, ,g' | { \
345 list=; while read file base inst; do \
396 test -z "$$files" || { \
407 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
460 echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
487 uninstall-man5:
551 installcheck: installcheck-am
576 clean-am: clean-generic clean-libtool mostlyclean-am
[all …]
/dports/sysutils/py-psutil/psutil-5.8.0/docs/
H A Dindex.rst2907 .. _`enum`: https://docs.python.org/3/library/enum.html#module-enum target in Timeline
2945 .. _`set`: https://docs.python.org/3/library/stdtypes.html#types-set. target in Timeline
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/schema/
H A Dtypes.json39 "enum": [ "monday", "tuesday", "wednesday", "thursday", array
44 "enum": [ "increment", "decrement" ] array
126 "enum": [ "tv", "radio" ] array
140 "enum": [ "type", "size" ] array
175 "enum": [ "video", "audio", "picture" ] array
225 "enum": [ "off", "one", "all" ] array
552 "enum": [ "album", "single" ], array
887 "set": { "type": "string" }, object
996 "enum": [ "available", "recording", "scanning" ] array
1525 "set": { "type": "string" }, object
[all …]
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3165 "set": { object
3624 "set": { object
4041 "enum": [ array
4090 "enum": [ array
4137 "enum": [ array
4254 "enum": [ array
4352 "enum": [ array
4368 "enum": [ array
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3171 "set": { object
3658 "set": { object
3993 "enum": [ array
4042 "enum": [ array
4089 "enum": [ array
4207 "enum": [ array
4305 "enum": [ array
4321 "enum": [ array
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3175 "set": { object
3662 "set": { object
3997 "enum": [ array
4046 "enum": [ array
4093 "enum": [ array
4211 "enum": [ array
4309 "enum": [ array
4325 "enum": [ array
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3171 "set": { object
3658 "set": { object
3993 "enum": [ array
4042 "enum": [ array
4089 "enum": [ array
4207 "enum": [ array
4305 "enum": [ array
4321 "enum": [ array
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3171 "set": { object
3658 "set": { object
3993 "enum": [ array
4042 "enum": [ array
4089 "enum": [ array
4207 "enum": [ array
4305 "enum": [ array
4321 "enum": [ array
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3175 "set": { object
3662 "set": { object
3997 "enum": [ array
4046 "enum": [ array
4093 "enum": [ array
4211 "enum": [ array
4309 "enum": [ array
4325 "enum": [ array
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3200 "set": { object
3687 "set": { object
3992 "enum": [ array
4041 "enum": [ array
4088 "enum": [ array
4206 "enum": [ array
4304 "enum": [ array
4320 "enum": [ array
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3195 "set": { object
3682 "set": { object
4017 "enum": [ array
4066 "enum": [ array
4113 "enum": [ array
4231 "enum": [ array
4329 "enum": [ array
4345 "enum": [ array
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3297 "set": { object
3778 "set": { object
4083 "enum": [ array
4132 "enum": [ array
4179 "enum": [ array
4296 "enum": [ array
4394 "enum": [ array
4410 "enum": [ array
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3200 "set": { object
3687 "set": { object
3992 "enum": [ array
4041 "enum": [ array
4088 "enum": [ array
4206 "enum": [ array
4304 "enum": [ array
4320 "enum": [ array
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3172 "set": { object
3659 "set": { object
3994 "enum": [ array
4043 "enum": [ array
4090 "enum": [ array
4208 "enum": [ array
4306 "enum": [ array
4322 "enum": [ array
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/google.golang.org/api/youtube/v3/
H A Dyoutube-api.json50 "enum": [ array
69 "enum": [ array
3289 "set": { object
3770 "set": { object
4075 "enum": [ array
4124 "enum": [ array
4171 "enum": [ array
4288 "enum": [ array
4386 "enum": [ array
4402 "enum": [ array
[all …]

12345678