Home
last modified time | relevance | path

Searched defs:value_list (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dregedit_valuelist.h38 struct value_list { struct
46 struct value_list *value_list_new(TALLOC_CTX *ctx, int nlines, int ncols, argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/cssom/
H A Dstyle_value_factory.cc117 const auto& value_list = To<CSSValueList>(value); in CreateStyleValueWithPropertyInternal() local
126 if (const auto* value_list = DynamicTo<CSSValueList>(value)) { in CreateStyleValueWithPropertyInternal() local
134 if (const auto* value_list = DynamicTo<CSSValueList>(value)) { in CreateStyleValueWithPropertyInternal() local
154 if (const auto* value_list = DynamicTo<CSSValueList>(&value)) { in CreateStyleValueWithPropertyInternal() local
165 if (const auto* value_list = DynamicTo<CSSValueList>(value)) { in CreateStyleValueWithPropertyInternal() local
176 if (const auto* value_list = DynamicTo<CSSValueList>(&value)) { in CreateStyleValueWithPropertyInternal() local
187 const auto& value_list = To<CSSValueList>(value); in CreateStyleValueWithPropertyInternal() local
195 if (const auto* value_list = DynamicTo<CSSValueList>(value)) { in CreateStyleValueWithPropertyInternal() local
207 const auto& value_list = To<CSSValueList>(value); in CreateStyleValueWithPropertyInternal() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/cssom/
H A Dstyle_value_factory.cc117 const auto& value_list = To<CSSValueList>(value); in CreateStyleValueWithPropertyInternal() local
126 if (const auto* value_list = DynamicTo<CSSValueList>(value)) { in CreateStyleValueWithPropertyInternal() local
134 if (const auto* value_list = DynamicTo<CSSValueList>(value)) { in CreateStyleValueWithPropertyInternal() local
154 if (const auto* value_list = DynamicTo<CSSValueList>(&value)) { in CreateStyleValueWithPropertyInternal() local
165 if (const auto* value_list = DynamicTo<CSSValueList>(value)) { in CreateStyleValueWithPropertyInternal() local
176 if (const auto* value_list = DynamicTo<CSSValueList>(&value)) { in CreateStyleValueWithPropertyInternal() local
187 const auto& value_list = To<CSSValueList>(value); in CreateStyleValueWithPropertyInternal() local
195 if (const auto* value_list = DynamicTo<CSSValueList>(value)) { in CreateStyleValueWithPropertyInternal() local
207 const auto& value_list = To<CSSValueList>(value); in CreateStyleValueWithPropertyInternal() local
/dports/x11/xcb-util/xcb-util-0.4.0/src/
H A Dxcb_aux.c185 uint32_t value_list[16]; in xcb_aux_create_window() local
207 uint32_t value_list[16]; in xcb_aux_create_window_checked() local
220 uint32_t value_list[16]; in xcb_aux_change_window_attributes_checked() local
231 uint32_t value_list[16]; in xcb_aux_change_window_attributes() local
242 uint32_t value_list[8]; in xcb_aux_configure_window() local
254 uint32_t value_list[32]; in xcb_aux_create_gc() local
266 uint32_t value_list[32]; in xcb_aux_create_gc_checked() local
277 uint32_t value_list[32]; in xcb_aux_change_gc() local
288 uint32_t value_list[32]; in xcb_aux_change_gc_checked() local
298 uint32_t value_list[16]; in xcb_aux_change_keyboard_control() local
/dports/net/gupnp-dlna/gupnp-dlna-0.10.3/libgupnp-dlna/
H A Dgupnp-dlna-value-list.c217 gupnp_dlna_value_list_is_empty (GUPnPDLNAValueList *value_list) in gupnp_dlna_value_list_is_empty()
225 gupnp_dlna_value_list_get_list (GUPnPDLNAValueList *value_list) in gupnp_dlna_value_list_get_list()
233 list_to_string (GUPnPDLNAValueList *value_list) in list_to_string()
264 gupnp_dlna_value_list_to_string (GUPnPDLNAValueList *value_list) in gupnp_dlna_value_list_to_string()
293 gupnp_dlna_value_list_sort_items (GUPnPDLNAValueList *value_list) in gupnp_dlna_value_list_sort_items()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_scheduled_task_stat.ps194 $value_list = @() in Get-PropertyValue() variable
108 $value_list += $day in Get-PropertyValue() variable
116 $value_list = @() in Get-PropertyValue() variable
155 $value_list += $day in Get-PropertyValue() variable
163 $value_list = @() in Get-PropertyValue() variable
175 $value_list += $week in Get-PropertyValue() variable
183 $value_list = @() in Get-PropertyValue() variable
203 $value_list += $month in Get-PropertyValue() variable
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_scheduled_task_stat.ps1104 $value_list = @() in Get-PropertyValue() variable
118 $value_list += $day in Get-PropertyValue() variable
126 $value_list = @() in Get-PropertyValue() variable
165 $value_list += $day in Get-PropertyValue() variable
173 $value_list = @() in Get-PropertyValue() variable
185 $value_list += $week in Get-PropertyValue() variable
193 $value_list = @() in Get-PropertyValue() variable
213 $value_list += $month in Get-PropertyValue() variable
/dports/mail/nmh/nmh-1.7.1/h/
H A Dicalendar.h12 typedef struct value_list { struct
14 struct value_list *next; argument
15 } value_list; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/python_api/frame/get-variables/
H A DTestGetVariables.py15 def get_names_from_value_list(value_list): argument
31 def verify_variable_names(self, description, value_list, names): argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/python_api/frame/get-variables/
H A DTestGetVariables.py15 def get_names_from_value_list(value_list): argument
31 def verify_variable_names(self, description, value_list, names): argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/python_api/frame/get-variables/
H A DTestGetVariables.py15 def get_names_from_value_list(value_list): argument
31 def verify_variable_names(self, description, value_list, names): argument
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/python_api/frame/get-variables/
H A DTestGetVariables.py15 def get_names_from_value_list(value_list): argument
31 def verify_variable_names(self, description, value_list, names): argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/python_api/frame/get-variables/
H A DTestGetVariables.py15 def get_names_from_value_list(value_list): argument
31 def verify_variable_names(self, description, value_list, names): argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/python_api/frame/get-variables/
H A DTestGetVariables.py15 def get_names_from_value_list(value_list): argument
31 def verify_variable_names(self, description, value_list, names): argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/python_api/frame/get-variables/
H A DTestGetVariables.py15 def get_names_from_value_list(value_list): argument
31 def verify_variable_names(self, description, value_list, names): argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/
H A DTestGetVariables.py15 def get_names_from_value_list(value_list): argument
31 def verify_variable_names(self, description, value_list, names): argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/python_api/frame/get-variables/
H A DTestGetVariables.py15 def get_names_from_value_list(value_list): argument
31 def verify_variable_names(self, description, value_list, names): argument
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/python_api/value/change_values/
H A DTestChangeValueAPI.py15 mydir = TestBase.compute_mydir(__file__)
32 """Exercise the SBValue::SetValueFromCString API."""
/dports/net-mgmt/collectd5/collectd-5.12.0/proto/
H A Dcollectd.proto46 collectd.types.ValueList value_list = 1; field
61 message QueryValuesResponse { collectd.types.ValueList value_list = 1; } field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/v2/
H A Dprefs.cc27 const auto& value_list = in GetThrottlerRequestCounts() local
37 std::vector<base::Value> value_list; in SetThrottlerRequestCounts() local
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/variables/
H A Dtst-string.c173 struct sieve_stringlist *value_list; member
177 (const struct sieve_runtime_env *renv, struct sieve_stringlist *value_list) in tst_string_stringlist_create()
234 struct sieve_stringlist *source, *value_list, *key_list; in tst_string_operation_execute() local
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/
H A Ddmx.c119 DMXScreenAttributesPtr attr, CARD32 *value_list) in dmxFetchScreenAttributes()
156 DMXDesktopAttributesPtr attr, CARD32 *value_list) in dmxFetchDesktopAttributes()
190 DMXInputAttributesPtr attr, CARD32 *value_list) in dmxFetchInputAttributes()
403 CARD32 *value_list; in ProcDMXChangeScreensAttributes() local
475 CARD32 *value_list; in ProcDMXAddScreen() local
734 CARD32 *value_list; in ProcDMXChangeDesktopAttributes() local
846 CARD32 *value_list; in ProcDMXAddInput() local
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/
H A Ddmx.c119 DMXScreenAttributesPtr attr, CARD32 *value_list) in dmxFetchScreenAttributes()
156 DMXDesktopAttributesPtr attr, CARD32 *value_list) in dmxFetchDesktopAttributes()
190 DMXInputAttributesPtr attr, CARD32 *value_list) in dmxFetchInputAttributes()
403 CARD32 *value_list; in ProcDMXChangeScreensAttributes() local
475 CARD32 *value_list; in ProcDMXAddScreen() local
734 CARD32 *value_list; in ProcDMXChangeDesktopAttributes() local
846 CARD32 *value_list; in ProcDMXAddInput() local
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/
H A Ddmx.c119 DMXScreenAttributesPtr attr, CARD32 *value_list) in dmxFetchScreenAttributes()
156 DMXDesktopAttributesPtr attr, CARD32 *value_list) in dmxFetchDesktopAttributes()
190 DMXInputAttributesPtr attr, CARD32 *value_list) in dmxFetchInputAttributes()
403 CARD32 *value_list; in ProcDMXChangeScreensAttributes() local
475 CARD32 *value_list; in ProcDMXAddScreen() local
734 CARD32 *value_list; in ProcDMXChangeDesktopAttributes() local
846 CARD32 *value_list; in ProcDMXAddInput() local
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/
H A Ddmx.c119 DMXScreenAttributesPtr attr, CARD32 *value_list) in dmxFetchScreenAttributes()
156 DMXDesktopAttributesPtr attr, CARD32 *value_list) in dmxFetchDesktopAttributes()
190 DMXInputAttributesPtr attr, CARD32 *value_list) in dmxFetchInputAttributes()
403 CARD32 *value_list; in ProcDMXChangeScreensAttributes() local
475 CARD32 *value_list; in ProcDMXAddScreen() local
734 CARD32 *value_list; in ProcDMXChangeDesktopAttributes() local
846 CARD32 *value_list; in ProcDMXAddInput() local

12345678910>>...25