Home
last modified time | relevance | path

Searched refs:Gate (Results 1 – 25 of 3038) sorted by relevance

12345678910>>...122

/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dmarkup-word-wrap.ly44 Gate Gate paragate Gate Gate paragate Gate Gate paragate Gate Gate
45 paragate Gate Gate paragate Gate Gate paragate."
51 Gate Gate paragate Gate Gate paragate Gate Gate paragate Gate Gate
52 paragate Gate Gate paragate Gate Gate paragate." }
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dmarkup-word-wrap.ly44 Gate Gate paragate Gate Gate paragate Gate Gate paragate Gate Gate
45 paragate Gate Gate paragate Gate Gate paragate."
51 Gate Gate paragate Gate Gate paragate Gate Gate paragate Gate Gate
52 paragate Gate Gate paragate Gate Gate paragate." }
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/client/entity/
H A DGateTest.java60 Gate g = new Gate(); in testGetArea()
78 Gate g = new Gate(); in testGetAudibleArea()
88 Gate g = new Gate(); in testGetEntityClass()
106 Gate g = new Gate(); in testGetEntitySubclass()
123 Gate g = new Gate(); in testGetHeight()
138 Gate g = new Gate(); in testGetID()
156 Gate g = new Gate(); in testGetName()
165 Gate g = new Gate(); in testGetRPObject()
182 Gate g = new Gate(); in testGetResistance()
199 Gate g = new Gate(); in testGetResistanceIEntity()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/lz4/src.tpp/
H A DLz4_en-us.tpp64 [_^Upp`:`:Stream^ Stream][@(0.0.255) `&]_[*@3 in], [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ i
68 [_^Upp`:`:Stream^ Stream][@(0.0.255) `&]_[*@3 in], [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ i
72 [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ int64], [_^Upp`:`:int64^ int64]>_[*@3 progress])&]
75 [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ int64], [_^Upp`:`:int64^ int64]>_[*@3 progress])&]
78 [_^Upp`:`:int64^ int64]_[*@3 len], [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ int64],
82 [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ int64], [_^Upp`:`:int64^ int64]>_[*@3 progress]_`=
86 [_^Upp`:`:int64^ int64]_[*@3 len], [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ int64],
102 [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ int64], [_^Upp`:`:int64^ int64]>_[*@3 progress])&]
105 [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ int64], [_^Upp`:`:int64^ int64]>_[*@3 progress])&]
108 [_^Upp`:`:int64^ int64]_[*@3 len], [_^Upp`:`:Gate^ Gate]<[_^Upp`:`:int64^ int64],
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/plugins/
H A Dabgate.cc33 class Gate: public PluginDef { class
42 Gate();
52 Gate::Gate(): in Gate() function in pluginlib::abgate::Gate
69 int Gate::registerparam(const ParamReg& reg) { in registerparam()
70 Gate& self = *static_cast<Gate*>(reg.plugin); in registerparam()
84 Gate& self = *static_cast<Gate*>(plugin); in process()
132 int Gate::load_ui_f(const UiBuilder& b, int form) in load_ui_f()
164 void Gate::del_instance(PluginDef *p) in del_instance()
166 delete static_cast<Gate*>(p); in del_instance()
173 return new Gate; in plugin()
[all …]
/dports/devel/py-qutip/qutip-4.6.2/qutip/qip/
H A Dcircuit.py83 class Gate: class
848 Gate("RZ",
853 Gate("RX",
858 Gate("RZ",
863 Gate("RX",
868 Gate("RZ",
876 Gate("RZ",
884 Gate("RZ",
892 Gate("RZ",
897 Gate("RZ",
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Data/Sys/GameSettings/
H A DG2RE52.ini15 $Replace Dragon's Gate with Danger Room [kirby]
20 $Replace Dragon's Gate with MegaTemplate [kirby]
25 $Replace Dragon's Gate with TFB One [kirby]
30 $Replace Dragon's Gate with TFB Two [kirby]
35 $Replace Dragon's Gate with Ships Ahoy [kirby]
40 $Replace Dragon's Gate with FX Room [kirby]
45 $Replace Dragon's Gate with HavokPlayground [kirby]
50 $Replace Dragon's Gate with Castle Ruins [kirby]
65 $Replace Dragon's Gate with Race Oval [kirby]
75 $Replace Dragon's Gate with Anti Air [kirby]
[all …]
/dports/devel/upp/upp/uppsrc/plugin/lz4/
H A Dutil.cpp31 int64 LZ4Compress(Stream& out, Stream& in, Gate<int64, int64> progress) in LZ4Compress()
36 int64 LZ4Decompress(Stream& out, Stream& in, Gate<int64, int64> progress) in LZ4Decompress()
41 String LZ4Compress(Stream& in, Gate<int64, int64> progress) in LZ4Compress()
47 String LZ4Decompress(Stream& in, Gate<int64, int64> progress) in LZ4Decompress()
59 String LZ4Compress(const String& s, Gate<int64, int64> progress) in LZ4Compress()
70 String LZ4Decompress(const String& s, Gate<int64, int64> progress) in LZ4Decompress()
75 int64 CoLZ4Compress(Stream& out, Stream& in, Gate<int64, int64> progress) in CoLZ4Compress()
85 String CoLZ4Compress(Stream& in, Gate<int64, int64> progress) in CoLZ4Compress()
91 String CoLZ4Decompress(Stream& in, Gate<int64, int64> progress) in CoLZ4Decompress()
104 String CoLZ4Compress(const String& s, Gate<int64, int64> progress) in CoLZ4Compress()
[all …]
H A Dlz4.h110 int64 LZ4Compress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
111 int64 LZ4Decompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
112 String LZ4Compress(Stream& in, Gate<int64, int64> progress = Null);
113 String LZ4Decompress(Stream& in, Gate<int64, int64> progress = Null);
115 String LZ4Compress(const String& s, Gate<int64, int64> progress = Null);
117 String LZ4Decompress(const String& s, Gate<int64, int64> progress = Null);
119 int64 CoLZ4Compress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
121 String CoLZ4Compress(Stream& in, Gate<int64, int64> progress = Null);
122 String CoLZ4Decompress(Stream& in, Gate<int64, int64> progress = Null);
124 String CoLZ4Compress(const String& s, Gate<int64, int64> progress = Null);
[all …]
/dports/devel/upp/upp/uppsrc/Core/
H A Dz.h126 int64 ZCompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
128 String ZCompress(const String& s, Gate<int64, int64> progress = Null);
131 int64 ZDecompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
133 String ZDecompress(const String& s, Gate<int64, int64> progress = Null);
136 int64 GZCompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
137 String GZCompress(const void *data, int len, Gate<int64, int64> progress = Null);
138 String GZCompress(const String& s, Gate<int64, int64> progress = Null);
143 String GZDecompress(const String& s, Gate<int64, int64> progress = Null);
146 bool GZCompressFile(const char *srcfile, Gate<int64, int64> progress = Null);
155 bool GZCompressFile(const String& srcfile, Gate<int64, int64> progress = Null)
[all …]
/dports/devel/upp/upp/uppsrc/plugin/zstd/
H A DUtil.cpp31 int64 ZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress) in ZstdCompress()
36 int64 ZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress) in ZstdDecompress()
41 String ZstdCompress(const void *data, int64 len, Gate<int64, int64> progress) in ZstdCompress()
48 String ZstdCompress(const String& s, Gate<int64, int64> progress) in ZstdCompress()
53 String ZstdDecompress(const void *data, int64 len, Gate<int64, int64> progress) in ZstdDecompress()
60 String ZstdDecompress(const String& s, Gate<int64, int64> progress) in ZstdDecompress()
65 int64 CoZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress) in CoZstdCompress()
70 int64 CoZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress) in CoZstdDecompress()
75 String CoZstdCompress(const void *data, int64 len, Gate<int64, int64> progress) in CoZstdCompress()
82 String CoZstdCompress(const String& s, Gate<int64, int64> progress) in CoZstdCompress()
[all …]
H A Dzstd.h100 int64 ZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
101 int64 ZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
102 String ZstdCompress(const void *data, int64 len, Gate<int64, int64> progress = Null);
103 String ZstdCompress(const String& s, Gate<int64, int64> progress = Null);
104 String ZstdDecompress(const void *data, int64 len, Gate<int64, int64> progress = Null);
105 String ZstdDecompress(const String& s, Gate<int64, int64> progress = Null);
107 int64 CoZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
108 int64 CoZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
109 String CoZstdCompress(const void *data, int64 len, Gate<int64, int64> progress = Null);
110 String CoZstdCompress(const String& s, Gate<int64, int64> progress = Null);
[all …]
/dports/devel/upp/upp/uppsrc/plugin/zstd_legacy/
H A DUtil.cpp37 int64 ZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress) in ZstdCompress()
42 int64 ZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress) in ZstdDecompress()
47 String ZstdCompress(const void *data, int64 len, Gate<int64, int64> progress) in ZstdCompress()
54 String ZstdCompress(const String& s, Gate<int64, int64> progress) in ZstdCompress()
59 String ZstdDecompress(const void *data, int64 len, Gate<int64, int64> progress) in ZstdDecompress()
66 String ZstdDecompress(const String& s, Gate<int64, int64> progress) in ZstdDecompress()
73 int64 CoZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress) in CoZstdCompress()
78 int64 CoZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress) in CoZstdDecompress()
83 String CoZstdCompress(const void *data, int64 len, Gate<int64, int64> progress) in CoZstdCompress()
90 String CoZstdCompress(const String& s, Gate<int64, int64> progress) in CoZstdCompress()
[all …]
H A Dzstd.h101 int64 ZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
102 int64 ZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
103 String ZstdCompress(const void *data, int64 len, Gate<int64, int64> progress = Null);
104 String ZstdCompress(const String& s, Gate<int64, int64> progress = Null);
105 String ZstdDecompress(const void *data, int64 len, Gate<int64, int64> progress = Null);
106 String ZstdDecompress(const String& s, Gate<int64, int64> progress = Null);
108 int64 CoZstdCompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
109 int64 CoZstdDecompress(Stream& out, Stream& in, Gate<int64, int64> progress = Null);
110 String CoZstdCompress(const void *data, int64 len, Gate<int64, int64> progress = Null);
111 String CoZstdCompress(const String& s, Gate<int64, int64> progress = Null);
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dgateset.py26 gate: Union[raw_types.Gate, Type[raw_types.Gate], 'cirq.GateFamily'], argument
64 gate: Union[Type[raw_types.Gate], raw_types.Gate], argument
85 isinstance(gate, raw_types.Gate)
86 or (isinstance(gate, type) and issubclass(gate, raw_types.Gate))
109 def gate(self) -> Union[Type[raw_types.Gate], raw_types.Gate]:
120 def _predicate(self, gate: raw_types.Gate) -> bool: argument
131 if isinstance(self.gate, raw_types.Gate):
163 isinstance(self.gate, raw_types.Gate),
185 *gates: Union[Type[raw_types.Gate], raw_types.Gate, GateFamily], argument
220 if isinstance(g.gate, raw_types.Gate):
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dgateset.py26 gate: Union[raw_types.Gate, Type[raw_types.Gate], 'cirq.GateFamily'], argument
64 gate: Union[Type[raw_types.Gate], raw_types.Gate], argument
85 isinstance(gate, raw_types.Gate)
86 or (isinstance(gate, type) and issubclass(gate, raw_types.Gate))
109 def gate(self) -> Union[Type[raw_types.Gate], raw_types.Gate]:
120 def _predicate(self, gate: raw_types.Gate) -> bool: argument
131 if isinstance(self.gate, raw_types.Gate):
163 isinstance(self.gate, raw_types.Gate),
185 *gates: Union[Type[raw_types.Gate], raw_types.Gate, GateFamily], argument
220 if isinstance(g.gate, raw_types.Gate):
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Dgateset.py26 gate: Union[raw_types.Gate, Type[raw_types.Gate], 'cirq.GateFamily'], argument
64 gate: Union[Type[raw_types.Gate], raw_types.Gate], argument
85 isinstance(gate, raw_types.Gate)
86 or (isinstance(gate, type) and issubclass(gate, raw_types.Gate))
109 def gate(self) -> Union[Type[raw_types.Gate], raw_types.Gate]:
120 def _predicate(self, gate: raw_types.Gate) -> bool: argument
131 if isinstance(self.gate, raw_types.Gate):
163 isinstance(self.gate, raw_types.Gate),
185 *gates: Union[Type[raw_types.Gate], raw_types.Gate, GateFamily], argument
220 if isinstance(g.gate, raw_types.Gate):
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dgateset.py26 gate: Union[raw_types.Gate, Type[raw_types.Gate], 'cirq.GateFamily'], argument
64 gate: Union[Type[raw_types.Gate], raw_types.Gate], argument
85 isinstance(gate, raw_types.Gate)
86 or (isinstance(gate, type) and issubclass(gate, raw_types.Gate))
109 def gate(self) -> Union[Type[raw_types.Gate], raw_types.Gate]:
120 def _predicate(self, gate: raw_types.Gate) -> bool: argument
131 if isinstance(self.gate, raw_types.Gate):
163 isinstance(self.gate, raw_types.Gate),
185 *gates: Union[Type[raw_types.Gate], raw_types.Gate, GateFamily], argument
220 if isinstance(g.gate, raw_types.Gate):
[all …]
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/entity/mapstuff/portal/
H A DGateTest.java43 Gate.generateGateRPClass(); in setupBeforeClass()
53 final Gate gate = new Gate(); in testOpenCloseGate()
65 final Gate gate = new Gate(); in testCloseGateBlocked()
88 final Gate gate = new Gate(); in testCloseOpenGate()
100 final Gate gate = new Gate(); in testUseGateNotNextTo()
129 final Gate gate = new Gate(); in testUseGateNextTo()
159 final Gate gate = new Gate(); in testIsObstacle()
186 final Gate gate = new Gate("v", "image", new AlwaysTrueCondition()); in testOpenCloseAllowed()
200 final Gate gate = new Gate("v", "image", new AlwaysFalseCondition()); in testOpenCloseDenied()
/dports/misc/perkeep/perkeep-0.11/pkg/sorted/sqlkv/
H A Dsqlkv.go55 Gate *syncutil.Gate member
155 if kv.Gate != nil {
156 kv.Gate.Start()
174 if kv.Gate != nil {
201 if kv.Gate != nil {
202 kv.Gate.Start()
213 if kv.Gate != nil {
214 kv.Gate.Start()
226 kv.Gate.Start()
238 kv.Gate.Start()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/thanos-io/thanos/pkg/gate/
H A Dgate.go42 type Gate interface { interface
74 func (k *Keeper) NewGate(maxConcurrent int) Gate {
86 func New(reg prometheus.Registerer, maxConcurrent int) Gate {
103 func NewNoop() Gate { return noopGate{} }
106 g Gate
112 func InstrumentGateDuration(duration prometheus.Observer, g Gate) Gate { argument
135 g Gate
141 func InstrumentGateInFlight(inflight prometheus.Gauge, g Gate) Gate { argument
/dports/devel/upp/upp/bazaar/CoreBoostPy/
H A DCallback.cpp55 …Gate_from_python() { converter::registry::push_back(&call_convertible, &construct, type_id<Gate>()… in Gate_from_python()
59 void* d = ((converter::rvalue_from_python_storage<Gate>*)data)->storage.bytes; in construct()
61 if(po == Py_None) { new(d) Gate(); } in construct()
62 else if(PyFunction_Check(po)) { new(d) Gate(new GateActionPy(po)); } in construct()
63 else if(PyCallable_Check(po) && PyMethod_Self(po)) { new(d) Gate(new GateActionPy(po)); } in construct()
89 class_<Gate>("Gate", "Upp Gate") in export_Gate()
90 .def(init<const Gate&>()) in export_Gate()
91 .def("clear", &Gate::Clear) in export_Gate()
92 .def("valid", &Gate::operator bool) in export_Gate()
93 .def("__call__", &Gate::Execute) in export_Gate()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/thanos-io/thanos/pkg/gate/
H A Dgate.go42 type Gate interface { interface
74 func (k *Keeper) NewGate(maxConcurrent int) Gate {
86 func New(reg prometheus.Registerer, maxConcurrent int) Gate {
103 func NewNoop() Gate { return noopGate{} }
106 g Gate
112 func InstrumentGateDuration(duration prometheus.Observer, g Gate) Gate { argument
135 g Gate
141 func InstrumentGateInFlight(inflight prometheus.Gauge, g Gate) Gate { argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/framework/
H A Dgate.hxx37 class Gate class
48 Gate() in Gate() function in framework::Gate
60 ~Gate() in ~Gate()
68 Gate(const Gate&) = delete;
73 Gate& operator=(const Gate&) = delete;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/inc/threadhelp/
H A Dgate.hxx38 class Gate class
49 Gate() in Gate() function in framework::Gate
61 ~Gate() in ~Gate()
69 Gate(const Gate&) = delete;
74 Gate& operator=(const Gate&) = delete;

12345678910>>...122