Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 4181) sorted by relevance

12345678910>>...168

/dports/print/libharu/libharu-RELEASE_2_3_0/if/freebasic/
H A Dhpdftest.bas62 dim shared pdf as HPDF_Doc 'ptr variable
63 dim shared fname as string * 256 variable
64 dim shared page as HPDF_Page variable
65 dim shared def_font as HPDF_Font variable
66 dim shared txt_font as HPDF_Font variable
67 dim shared tw as HPDF_REAL variable
68 dim shared doc_height as HPDF_REAL variable
69 dim shared doc_width as HPDF_REAL variable
70 dim shared i as HPDF_UINT variable
72 dim shared detno as HPDF_STATUS ptr variable
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/tutorial/
H A Dshared.thrift25 namespace cl shared namespace
26 namespace cpp shared namespace
28 namespace dart shared namespace
29 namespace java shared namespace
30 namespace perl shared namespace
31 namespace php shared namespace
32 namespace haxe shared namespace
33 namespace netcore shared namespace
34 namespace netstd shared namespace
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/tutorial/
H A Dshared.thrift25 namespace cl shared namespace
26 namespace cpp shared namespace
28 namespace dart shared namespace
29 namespace java shared namespace
30 namespace perl shared namespace
31 namespace php shared namespace
32 namespace haxe shared namespace
33 namespace netstd shared namespace
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/tutorial/
H A Dshared.thrift25 namespace cl shared namespace
26 namespace cpp shared namespace
28 namespace dart shared namespace
29 namespace java shared namespace
30 namespace perl shared namespace
31 namespace php shared namespace
32 namespace haxe shared namespace
33 namespace netcore shared namespace
/dports/devel/py-thrift/thrift-0.14.0/tutorial/
H A Dshared.thrift25 namespace cl shared namespace
26 namespace cpp shared namespace
28 namespace dart shared namespace
29 namespace java shared namespace
30 namespace perl shared namespace
31 namespace php shared namespace
32 namespace haxe shared namespace
33 namespace netstd shared namespace
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/tutorial/
H A Dshared.thrift25 namespace cl shared namespace
26 namespace cpp shared namespace
28 namespace dart shared namespace
29 namespace java shared namespace
30 namespace perl shared namespace
31 namespace php shared namespace
32 namespace haxe shared namespace
33 namespace netcore shared namespace
/dports/devel/thrift-c_glib/thrift-0.14.0/tutorial/
H A Dshared.thrift25 namespace cl shared namespace
26 namespace cpp shared namespace
28 namespace dart shared namespace
29 namespace java shared namespace
30 namespace perl shared namespace
31 namespace php shared namespace
32 namespace haxe shared namespace
33 namespace netstd shared namespace
/dports/devel/thrift-cpp/thrift-0.14.0/tutorial/
H A Dshared.thrift25 namespace cl shared namespace
26 namespace cpp shared namespace
28 namespace dart shared namespace
29 namespace java shared namespace
30 namespace perl shared namespace
31 namespace php shared namespace
32 namespace haxe shared namespace
33 namespace netstd shared namespace
/dports/devel/thrift/thrift-0.14.0/tutorial/
H A Dshared.thrift25 namespace cl shared namespace
26 namespace cpp shared namespace
28 namespace dart shared namespace
29 namespace java shared namespace
30 namespace perl shared namespace
31 namespace php shared namespace
32 namespace haxe shared namespace
33 namespace netstd shared namespace
/dports/devel/node-thrift/thrift-0.14.0/tutorial/
H A Dshared.thrift25 namespace cl shared namespace
26 namespace cpp shared namespace
28 namespace dart shared namespace
29 namespace java shared namespace
30 namespace perl shared namespace
31 namespace php shared namespace
32 namespace haxe shared namespace
33 namespace netstd shared namespace
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/cmd/swagger/commands/generate/
H A Dshared.go13 type shared struct { struct
14 …lename `long:"spec" short:"f" description:"the spec file to use (default swagger.{json,yml,yaml})"`
15 …long:"api-package" short:"a" description:"the package to save the operations" default:"operations"`
16 … `long:"model-package" short:"m" description:"the package to save the models" default:"models"`
17 …er-package" short:"s" description:"the package to save the server specific code" default:"restapi"`
18 …ent-package" short:"c" description:"the package to save the client specific code" default:"client"`
19 …me `long:"target" short:"t" default:"./" description:"the base directory for generating the files"`
20 …lags.Filename `long:"template-dir" short:"T" description:"alternative template override directory"`
21 …ng:"config-file" short:"C" description:"configuration file to use for overriding template options"`
/dports/mail/neomutt/neomutt-20211029/index/
H A Dfunctions.c100 static int op_bounce_message(struct IndexSharedData *shared, in op_bounce_message()
114 static int op_check_stats(struct IndexSharedData *shared, in op_check_stats()
166 static int op_create_alias(struct IndexSharedData *shared, in op_create_alias()
230 static int op_delete_thread(struct IndexSharedData *shared, in op_delete_thread()
443 static int op_enter_command(struct IndexSharedData *shared, in op_enter_command()
479 static int op_extract_keys(struct IndexSharedData *shared, in op_extract_keys()
496 static int op_flag_message(struct IndexSharedData *shared, in op_flag_message()
580 static int op_group_reply(struct IndexSharedData *shared, in op_group_reply()
711 static int op_mailbox_list(struct IndexSharedData *shared, in op_mailbox_list()
2554 static int op_get_message(struct IndexSharedData *shared, in op_get_message()
[all …]
/dports/mail/neomutt/neomutt-20211029/compose/
H A Dfunctions.c157 void update_crypt_info(struct ComposeSharedData *shared) in update_crypt_info()
663 static int op_compose_edit_cc(struct ComposeSharedData *shared, int op) in op_compose_edit_cc()
1171 static int op_compose_ispell(struct ComposeSharedData *shared, int op) in op_compose_ispell()
1636 static int op_delete(struct ComposeSharedData *shared, int op) in op_delete()
1674 static int op_edit_type(struct ComposeSharedData *shared, int op) in op_edit_type()
1694 static int op_exit(struct ComposeSharedData *shared, int op) in op_exit()
1729 static int op_filter(struct ComposeSharedData *shared, int op) in op_filter()
1757 static int op_print(struct ComposeSharedData *shared, int op) in op_print()
1772 static int op_save(struct ComposeSharedData *shared, int op) in op_save()
1887 static int op_compose_mix(struct ComposeSharedData *shared, int op) in op_compose_mix()
[all …]
/dports/mail/neomutt/neomutt-20211029/pager/
H A Dfunctions.c220 static int op_bounce_message(struct IndexSharedData *shared, in op_bounce_message()
249 static int op_check_stats(struct IndexSharedData *shared, in op_check_stats()
309 static int op_copy_message(struct IndexSharedData *shared, in op_copy_message()
348 static int op_create_alias(struct IndexSharedData *shared, in op_create_alias()
399 static int op_delete_thread(struct IndexSharedData *shared, in op_delete_thread()
530 static int op_extract_keys(struct IndexSharedData *shared, in op_extract_keys()
550 static int op_flag_message(struct IndexSharedData *shared, in op_flag_message()
690 static int op_mailbox_list(struct IndexSharedData *shared, in op_mailbox_list()
800 static int op_pager_bottom(struct IndexSharedData *shared, in op_pager_bottom()
1368 static int op_search_next(struct IndexSharedData *shared, in op_search_next()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() function
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() function
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() argument
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() function
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() argument
95 void read_one() in read_one()
106 void peek_one() in peek_one()
113 T& input_;
114 result_type curtok_;
115 bool initialized_;
116 bool eof_reached_;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() argument
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() argument
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() function
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() argument
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() function
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp84 struct shared struct
87 typedef typename T::char_type result_type;
90 explicit shared(T& input) in shared() function
97 void read_one() in read_one()
108 void peek_one() in peek_one()
115 T& input_;
116 result_type curtok_;
117 bool initialized_;
118 bool eof_reached_;

12345678910>>...168