Home
last modified time | relevance | path

Searched refs:Included (Results 1 – 25 of 5943) sorted by relevance

12345678910>>...238

/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/tokenize/
H A Dcomment.tex13 Before Included.
14 \begin{Included}
15 Inside Included.
16 \end{Included}
17 After Included.
27 Inside Included.
29 \end{Included}
31 After Included.
46 \end{Included}
59 \end{Included}
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-cpp2/
H A Dincludes_types.cpp19 void TccStructTraits<::cpp2::Included>::translateFieldName( in translateFieldName()
23 using data = apache::thrift::TStructDataStorage<::cpp2::Included>; in translateFieldName()
39 Included::Included(apache::thrift::FragileConstructor, ::std::int64_t MyIntField__arg, ::cpp2::Foo … in Included() function in cpp2::Included
47 void Included::__fbthrift_clear() { in __fbthrift_clear()
54 bool Included::operator==(const Included& rhs) const { in operator ==()
67 bool Included::operator<(const Included& rhs) const { in operator <()
80 const ::cpp2::Foo& Included::get_MyTransitiveField() const& { in get_MyTransitiveField()
84 ::cpp2::Foo Included::get_MyTransitiveField() && { in get_MyTransitiveField()
89 void swap(Included& a, Included& b) { in swap()
107 Included,
[all …]
H A Dmodule_types.h93 ::cpp2::Included __fbthrift_field_MyIncludedField;
106 template <typename..., typename T = ::cpp2::Included>
111 template <typename..., typename T = ::cpp2::Included>
116 template <typename..., typename T = ::cpp2::Included>
121 template <typename..., typename T = ::cpp2::Included>
126 template <typename..., typename T = ::cpp2::Included>
131 template <typename..., typename T = ::cpp2::Included>
136 template <typename..., typename T = ::cpp2::Included>
141 template <typename..., typename T = ::cpp2::Included>
226 ::cpp2::Included get_MyIncludedField() &&;
[all …]
H A DMyServiceAsyncClient.h32 …ache::thrift::RequestCallback> callback, const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
38 virtual void sync_query(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
39 …(apache::thrift::RpcOptions& rpcOptions, const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
41 … folly::Future<folly::Unit> future_query(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
42 …SemiFuture<folly::Unit> semifuture_query(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
50 folly::coro::Task<void> co_query(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i) { in co_query()
122 virtual void sync_has_arg_docs(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
123 …(apache::thrift::RpcOptions& rpcOptions, const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
125 …:Future<folly::Unit> future_has_arg_docs(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
126 …ure<folly::Unit> semifuture_has_arg_docs(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
[all …]
H A Dincludes_types.h38 class Included; variable
57 class Included final {
69 using __fbthrift_cpp2_type = Included;
76 Included() : in Included() function
84 Included(Included&&) = default;
86 Included(const Included&) = default;
89 Included& operator=(Included&&) = default;
91 Included& operator=(const Included&) = default;
101 bool operator==(const Included&) const;
102 bool operator<(const Included&) const;
[all …]
H A Dincludes_types.tcc19 struct TccStructTraits<::cpp2::Included> {
33 void Included::readNoXfer(Protocol_* iprot) { in readNoXfer()
90 … _readState.template fillFieldTraitsFromName<apache::thrift::detail::TccStructTraits<Included>>(); in readNoXfer()
122 uint32_t Included::serializedSize(Protocol_ const* prot_) const { in serializedSize()
138 uint32_t Included::serializedSizeZC(Protocol_ const* prot_) const { in serializedSizeZC()
154 uint32_t Included::write(Protocol_* prot_) const { in write()
177 extern template void Included::readNoXfer<>(apache::thrift::BinaryProtocolReader*);
178 extern template uint32_t Included::write<>(apache::thrift::BinaryProtocolWriter*) const;
179 extern template uint32_t Included::serializedSize<>(apache::thrift::BinaryProtocolWriter const*) co…
181 extern template void Included::readNoXfer<>(apache::thrift::CompactProtocolReader*);
[all …]
H A DMyService.h33 …it> future_query(std::unique_ptr<::cpp2::MyStruct> p_s, std::unique_ptr<::cpp2::Included> p_i) = 0;
34 …semifuture_query(std::unique_ptr<::cpp2::MyStruct> p_s, std::unique_ptr<::cpp2::Included> p_i) = 0;
36 …ure_has_arg_docs(std::unique_ptr<::cpp2::MyStruct> p_s, std::unique_ptr<::cpp2::Included> p_i) = 0;
51 …virtual void query(std::unique_ptr<::cpp2::MyStruct> /*s*/, std::unique_ptr<::cpp2::Included> /*i*…
52 …uture_query(std::unique_ptr<::cpp2::MyStruct> p_s, std::unique_ptr<::cpp2::Included> p_i) override;
53 …uture_query(std::unique_ptr<::cpp2::MyStruct> p_s, std::unique_ptr<::cpp2::Included> p_i) override;
55 …oid has_arg_docs(std::unique_ptr<::cpp2::MyStruct> /*s*/, std::unique_ptr<::cpp2::Included> /*i*/);
56 …as_arg_docs(std::unique_ptr<::cpp2::MyStruct> p_s, std::unique_ptr<::cpp2::Included> p_i) override;
57 …as_arg_docs(std::unique_ptr<::cpp2::MyStruct> p_s, std::unique_ptr<::cpp2::Included> p_i) override;
66 …void query(std::unique_ptr<::cpp2::MyStruct> /*s*/, std::unique_ptr<::cpp2::Included> /*i*/) overr…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/ct/
H A DCTKnownLogs.h36 {"Google 'Pilot' log", mozilla::ct::CTLogStatus::Included,
46 {"Google 'Aviator' log", mozilla::ct::CTLogStatus::Included,
56 {"DigiCert Log Server", mozilla::ct::CTLogStatus::Included,
66 {"Google 'Rocketeer' log", mozilla::ct::CTLogStatus::Included,
96 {"Symantec log", mozilla::ct::CTLogStatus::Included,
106 {"Venafi log", mozilla::ct::CTLogStatus::Included,
127 {"Symantec 'Vega' log", mozilla::ct::CTLogStatus::Included,
137 {"CNNIC CT log", mozilla::ct::CTLogStatus::Included,
158 {"WoSign log", mozilla::ct::CTLogStatus::Included,
168 {"StartCom log", mozilla::ct::CTLogStatus::Included,
[all …]
/dports/www/firefox/firefox-99.0/security/ct/
H A DCTKnownLogs.h36 {"Google 'Pilot' log", mozilla::ct::CTLogStatus::Included,
46 {"Google 'Aviator' log", mozilla::ct::CTLogStatus::Included,
56 {"DigiCert Log Server", mozilla::ct::CTLogStatus::Included,
66 {"Google 'Rocketeer' log", mozilla::ct::CTLogStatus::Included,
96 {"Symantec log", mozilla::ct::CTLogStatus::Included,
106 {"Venafi log", mozilla::ct::CTLogStatus::Included,
127 {"Symantec 'Vega' log", mozilla::ct::CTLogStatus::Included,
137 {"CNNIC CT log", mozilla::ct::CTLogStatus::Included,
158 {"WoSign log", mozilla::ct::CTLogStatus::Included,
168 {"StartCom log", mozilla::ct::CTLogStatus::Included,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/certverifier/
H A DCTKnownLogs.h36 {"Google 'Pilot' log", mozilla::ct::CTLogStatus::Included,
46 {"Google 'Aviator' log", mozilla::ct::CTLogStatus::Included,
56 {"DigiCert Log Server", mozilla::ct::CTLogStatus::Included,
66 {"Google 'Rocketeer' log", mozilla::ct::CTLogStatus::Included,
96 {"Symantec log", mozilla::ct::CTLogStatus::Included,
106 {"Venafi log", mozilla::ct::CTLogStatus::Included,
127 {"Symantec 'Vega' log", mozilla::ct::CTLogStatus::Included,
137 {"CNNIC CT log", mozilla::ct::CTLogStatus::Included,
158 {"WoSign log", mozilla::ct::CTLogStatus::Included,
168 {"StartCom log", mozilla::ct::CTLogStatus::Included,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/ct/
H A DCTKnownLogs.h36 {"Google 'Pilot' log", mozilla::ct::CTLogStatus::Included,
46 {"Google 'Aviator' log", mozilla::ct::CTLogStatus::Included,
56 {"DigiCert Log Server", mozilla::ct::CTLogStatus::Included,
66 {"Google 'Rocketeer' log", mozilla::ct::CTLogStatus::Included,
96 {"Symantec log", mozilla::ct::CTLogStatus::Included,
106 {"Venafi log", mozilla::ct::CTLogStatus::Included,
127 {"Symantec 'Vega' log", mozilla::ct::CTLogStatus::Included,
137 {"CNNIC CT log", mozilla::ct::CTLogStatus::Included,
158 {"WoSign log", mozilla::ct::CTLogStatus::Included,
168 {"StartCom log", mozilla::ct::CTLogStatus::Included,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/ct/
H A DCTKnownLogs.h36 {"Google 'Pilot' log", mozilla::ct::CTLogStatus::Included,
46 {"Google 'Aviator' log", mozilla::ct::CTLogStatus::Included,
56 {"DigiCert Log Server", mozilla::ct::CTLogStatus::Included,
66 {"Google 'Rocketeer' log", mozilla::ct::CTLogStatus::Included,
96 {"Symantec log", mozilla::ct::CTLogStatus::Included,
106 {"Venafi log", mozilla::ct::CTLogStatus::Included,
127 {"Symantec 'Vega' log", mozilla::ct::CTLogStatus::Included,
137 {"CNNIC CT log", mozilla::ct::CTLogStatus::Included,
158 {"WoSign log", mozilla::ct::CTLogStatus::Included,
168 {"StartCom log", mozilla::ct::CTLogStatus::Included,
[all …]
/dports/textproc/templates_parser/templates-parser-1d62939/src/
H A Dtemplates_parser-print_tree.adb41 procedure Print (Included : Included_File_Info);
48 procedure Print (Included : Included_File_Info) is
50 if Included.File = Null_Static_Tree then
51 Data.Print_Tree (Included.Filename);
59 for K in Included.Params'Range loop
60 if Included.Params (K) /= null then
63 Data.Print_Tree (Included.Params (K));
68 Print_Tree (Included.File.Info, Level + 1);
93 Included : Included_File_Info; variable
99 Included := I.I_Included;
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-go/includes/
H A Dttypes.go40 type Included struct { struct
45 func NewIncluded() *Included {
46 return &Included{
52 func (p *Included) GetMyIntField() int64 { argument
64 func (p *Included) IsSetMyTransitiveField() bool { argument
69 obj *Included
78 func (p IncludedBuilder) Emit() *Included{
79 return &Included{
95 func (i *Included) SetMyIntField(myIntField int64) *Included { argument
100 func (i *Included) SetMyTransitiveField(myTransitiveField *transitive0.Foo) *Included { argument
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-swift/test/fixtures/includes/includes/
H A DIncluded.java30 public Included( in Included() method in Included
39 protected Included() { in Included() method in Included
66 public Builder(Included other) { in Builder()
72 public Included build() { in build()
73 Included result = new Included ( in build()
121 Included other = (Included)o; in equals()
139 return Included::read0; in asReader()
144 oprot.readStructBegin(Included.NAMES_TO_IDS, Included.FIELD_METADATA); in read0()
145 Included.Builder builder = new Included.Builder(); in read0()
191 private static final Included _DEFAULT = new Included.Builder().build();
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-py3/includes/
H A Dtypes.pyx64 cdef class Included(thrift.py3.types.Struct): class
65 def __init__(Included self, **kwargs):
70 def __call__(Included self, **kwargs):
73 cdef Included __fbthrift_inst = Included.__new__(Included)
91 __fbthrift_inst = <Included>Included.__new__(Included)
114 def __hash__(Included self):
117 def __repr__(Included self):
120 def __str__(Included self):
124 def __copy__(Included self):
134 (<Included>other)._cpp_obj,
[all …]
H A Dtypes.pyi23 class Included(thrift.py3.types.Struct, _typing.Hashable):
43 ) -> Included: ...
45 …def __reduce__(self) -> _typing.Tuple[_typing.Callable, _typing.Tuple[_typing.Type['Included'], by…
49 def __lt__(self, other: 'Included') -> bool: ...
50 def __gt__(self, other: 'Included') -> bool: ...
51 def __le__(self, other: 'Included') -> bool: ...
52 def __ge__(self, other: 'Included') -> bool: ...
55 ExampleIncluded: Included = ...
/dports/math/cudd/cudd-3.0.0/
H A DMakefile.am25 include $(top_srcdir)/cudd/Included.am
26 include $(top_srcdir)/util/Included.am
27 include $(top_srcdir)/st/Included.am
28 include $(top_srcdir)/epd/Included.am
29 include $(top_srcdir)/mtr/Included.am
30 include $(top_srcdir)/dddmp/Included.am
31 include $(top_srcdir)/cplusplus/Included.am
32 include $(top_srcdir)/nanotrav/Included.am
33 include $(top_srcdir)/doc/Included.am
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-hs/
H A DIncludes_Types.hs58 data Included = Included type
64 instance Serializable.ThriftSerializable Included where
67 instance Hashable.Hashable Included where
69 instance DeepSeq.NFData Included where
74 instance Arbitrary.Arbitrary Included where
75 arbitrary = Monad.liftM Included (Arbitrary.arbitrary)
83 from_Included :: Included -> Types.ThriftVal
95 to_Included :: Types.ThriftVal -> Included
96 to_Included (Types.TStruct fields) = Included{
111 default_Included :: Included
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/core/src/ops/
H A Drange.rs683 Included(ref x) => Included(x), in as_ref()
694 Included(ref mut x) => Included(x), in as_mut()
728 Included(x) => Included(f(x)), in map()
751 Bound::Included(x) => Bound::Included(x.clone()), in cloned()
891 Included(&self.end) in end_bound()
899 (Included(ref start), _) => Included(start), in start_bound()
907 (_, Included(ref end)) => Included(end), in end_bound()
928 Included(self.start) in start_bound()
948 Included(self.start) in start_bound()
961 Included(self.end) in end_bound()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-android/one/two/three/
H A DIncluded.java27 public class Included implements TBase, java.io.Serializable, Cloneable { class
37 public Included( in Included() method in Included
47 public Included(Included other) { in Included() method in Included
60 public Included deepCopy() { in deepCopy()
61 return new Included(this); in deepCopy()
88 if (!(_that instanceof Included)) in equals()
90 Included that = (Included)_that; in equals()
109 public static Included deserialize(TProtocol iprot) throws TException { in deserialize()
144 Included _that; in deserialize()
145 _that = new Included( in deserialize()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-swift/test/fixtures/includes/
H A DMyService.java28 …lue=2, name="i", requiredness=Requiredness.NONE) final test.fixtures.includes.includes.Included i); in query()
32 …alue=2, name="i", requiredness=Requiredness.NONE) final test.fixtures.includes.includes.Included i, in query()
39 …alue=2, name="i", requiredness=Requiredness.NONE) final test.fixtures.includes.includes.Included i, in queryWrapper()
47 …lue=2, name="i", requiredness=Requiredness.NONE) final test.fixtures.includes.includes.Included i); in hasArgDocs()
51 …alue=2, name="i", requiredness=Requiredness.NONE) final test.fixtures.includes.includes.Included i, in hasArgDocs()
72 …alue=2, name="i", requiredness=Requiredness.NONE) final test.fixtures.includes.includes.Included i, in query()
79 …alue=2, name="i", requiredness=Requiredness.NONE) final test.fixtures.includes.includes.Included i, in queryWrapper()
91 …alue=2, name="i", requiredness=Requiredness.NONE) final test.fixtures.includes.includes.Included i, in hasArgDocs()
98 …alue=2, name="i", requiredness=Requiredness.NONE) final test.fixtures.includes.includes.Included i, in hasArgDocsWrapper()
106 …> query(final test.fixtures.includes.MyStruct s, final test.fixtures.includes.includes.Included i); in query()
[all …]
H A DMyStruct.java49 …private test.fixtures.includes.includes.Included myIncludedField = new test.fixtures.includes.incl…
50 private test.fixtures.includes.includes.Included myOtherIncludedField = null;
54 … public Builder setMyIncludedField(test.fixtures.includes.includes.Included myIncludedField) { in setMyIncludedField()
59 … public test.fixtures.includes.includes.Included getMyIncludedField() { return myIncludedField; } in getMyIncludedField()
62 …public Builder setMyOtherIncludedField(test.fixtures.includes.includes.Included myOtherIncludedFie… in setMyOtherIncludedField()
98 private final test.fixtures.includes.includes.Included myIncludedField;
101 private final test.fixtures.includes.includes.Included myOtherIncludedField;
117 public test.fixtures.includes.includes.Included getMyIncludedField() { return myIncludedField; } in getMyIncludedField()
121 …public test.fixtures.includes.includes.Included getMyOtherIncludedField() { return myOtherIncluded… in getMyOtherIncludedField()
178 …test.fixtures.includes.includes.Included myIncludedField = test.fixtures.includes.includes.Include… in read0()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/thin-vec-0.1.0/src/
H A Drange.rs2 use std::collections::Bound::{self, Excluded, Included, Unbounded};
31 Included(&self.start) in start()
49 Included(&self.start) in start()
79 (Included(ref start), _) => Included(start), in start()
87 (_, Included(ref end)) => Included(end), in end()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/thin-vec/src/
H A Drange.rs2 use std::collections::Bound::{self, Excluded, Included, Unbounded};
31 Included(&self.start) in start()
49 Included(&self.start) in start()
79 (Included(ref start), _) => Included(start), in start()
87 (_, Included(ref end)) => Included(end), in end()

12345678910>>...238