Home
last modified time | relevance | path

Searched refs:open_container (Results 1 – 18 of 18) sorted by relevance

/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/generic/
H A Ddom_parser_implementation.h8 struct open_container { struct
13 static_assert(sizeof(open_container) == 64/8, "Open container must be 64 bits");
18 std::unique_ptr<open_container[]> open_containers{};
71 open_containers.reset(new (std::nothrow) open_container[max_depth]); in set_max_depth()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/generic/
H A Ddom_parser_implementation.h8 struct open_container { struct
13 static_assert(sizeof(open_container) == 64/8, "Open container must be 64 bits");
18 std::unique_ptr<open_container[]> open_containers{};
71 open_containers.reset(new (std::nothrow) open_container[max_depth]); in set_max_depth()
/dports/www/fusionpbx/fusionpbx-4.4.1/themes/default/
H A Dtemplate.php526 $open_container = "<div class='container-fluid' style='padding: 0;' align='center'>"; variable
532 echo str_replace("center", $logo_align, $open_container);
541 echo $open_container;
546 echo $open_container;
/dports/games/crossfire-client/crossfire-client-1.75.1/common/
H A Dexternal.h73 extern void open_container(item *op);
H A Dcommands.c1662 open_container(op); in item_actions()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Ditem_pocket.h386 bool open_container = false; variable
H A Ditem_pocket.cpp153 optional( jo, was_loaded, "open_container", open_container, false ); in load()
700 return data->open_container; in will_spill()
706 return data->open_container; in will_spill_if_unsealed()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Ditem_pocket.h386 bool open_container = false; variable
H A Ditem_pocket.cpp153 optional( jo, was_loaded, "open_container", open_container, false ); in load()
700 return data->open_container; in will_spill()
706 return data->open_container; in will_spill_if_unsealed()
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Djson.c421 static bool open_container(struct JsonContext *ctx, enum JsonValueType type, unsigned int extra) in open_container() function
893 if (!open_container(ctx, JSON_LIST, LIST_EXTRA)) in parse_tokens()
898 if (!open_container(ctx, JSON_DICT, DICT_EXTRA)) in parse_tokens()
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dgtk2proto.h91 extern void open_container(item *op);
H A Dinventory.c593 void open_container(item *op) { in open_container() function
/dports/lang/vala/vala-0.48.18/vapi/
H A Ddbus-glib-1.vapi107 public bool open_container (RawType arg_type, string? signature, RawMessageIter sub);
/dports/devel/simdjson/simdjson-0.9.6/singleheader/
H A Dsimdjson.h9327 struct open_container {
9337 std::unique_ptr<open_container[]> open_containers{};
9390 open_containers.reset(new (std::nothrow) open_container[max_depth]);
11337 struct open_container {
11347 std::unique_ptr<open_container[]> open_containers{};
12841 struct open_container {
12851 std::unique_ptr<open_container[]> open_containers{};
14700 struct open_container {
14710 std::unique_ptr<open_container[]> open_containers{};
16764 struct open_container {
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/singleheader/
H A Dsimdjson.h9501 struct open_container {
9511 std::unique_ptr<open_container[]> open_containers{};
9564 open_containers.reset(new (std::nothrow) open_container[max_depth]);
11974 struct open_container {
11984 std::unique_ptr<open_container[]> open_containers{};
13870 struct open_container {
13880 std::unique_ptr<open_container[]> open_containers{};
16121 struct open_container {
16131 std::unique_ptr<open_container[]> open_containers{};
18581 struct open_container {
[all …]
/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dlibxo.c7309 open_container: in xo_transition()
7321 goto open_container; in xo_transition()
7329 goto open_container; in xo_transition()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/doc/
H A DJSON_INFO.md2636 …"open_container": false, // Default false. If true, the contents of this pocket will spil…
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/doc/
H A DJSON_INFO.md2636 …"open_container": false, // Default false. If true, the contents of this pocket will spil…