Home
last modified time | relevance | path

Searched refs:Super (Results 1 – 25 of 6132) sorted by relevance

12345678910>>...246

/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dsmobs.tcc29 template <class Super>
33 Super *ptr = unsmob<Super> (arg); in mark_trampoline()
39 template <class Super>
43 Super *ptr = unsmob<Super> (arg); in print_trampoline()
49 template <class Super>
51 Smob_base<Super>::register_ptr (Super *p) in register_ptr()
98 Super *
101 Super *p = Super::unchecked_unsmob (obj); in unregister_ptr()
137 if (&Super::free_smob != &Smob_base<Super>::free_smob) in init()
139 if (&Super::mark_smob != &Smob_base<Super>::mark_smob) in init()
[all …]
H A Dsmobs.hh171 template <class Super>
179 static Super *unchecked_unsmob (SCM s) in unchecked_unsmob()
188 static SCM register_ptr (Super *p);
189 static Super *unregister_ptr (SCM obj);
240 template <SCM (Super::*pmf) (void)>
245 template <SCM (Super::*pmf) (SCM)>
284 template <class Super>
295 Super *p = new Super (*static_cast<const Super *> (this)); in smobbed_copy()
322 template <class Super>
326 Smob (const Smob<Super> &) = delete;
[all …]
H A Dsmall-smobs.hh43 template <class Super>
44 class Smob1 : public Smob_base<Super>
57 static Super *unchecked_unsmob (SCM s) in unchecked_unsmob()
63 template <class Super>
64 class Smob2 : public Smob_base<Super>
84 static Super *unchecked_unsmob (SCM s) in unchecked_unsmob()
90 template <class Super>
91 class Smob3 : public Smob_base<Super>
116 static Super *unchecked_unsmob (SCM s) in unchecked_unsmob()
126 template <class Super>
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dsmobs.tcc27 template <class Super>
36 template <class Super>
45 template <class Super>
47 Smob_base<Super>::register_ptr (Super *p) in register_ptr()
60 template <class Super>
67 template <class Super>
94 Super *
97 Super *p = Super::unchecked_unsmob (obj); in unregister_ptr()
128 if (&Super::free_smob != &Smob_base<Super>::free_smob) in init()
130 if (&Super::mark_smob != &Smob_base<Super>::mark_smob) in init()
[all …]
H A Dsmobs.hh174 template <class Super>
182 static Super *unchecked_unsmob (SCM s) in unchecked_unsmob()
191 static SCM register_ptr (Super *p);
192 static Super *unregister_ptr (SCM obj);
244 template <SCM (Super::*pmf) (void)>
249 template <SCM (Super::*pmf) (SCM)>
300 template <class Super>
311 Super *p = new Super (*static_cast<const Super *> (this)); in smobbed_copy()
339 template <class Super>
343 Smob (const Smob<Super> &) = delete;
[all …]
H A Dsmall-smobs.hh43 template <class Super>
44 class Smob1 : public Smob_base<Super>
57 static Super *unchecked_unsmob (SCM s) in unchecked_unsmob()
63 template <class Super>
64 class Smob2 : public Smob_base<Super>
84 static Super *unchecked_unsmob (SCM s) in unchecked_unsmob()
90 template <class Super>
91 class Smob3 : public Smob_base<Super>
116 static Super *unchecked_unsmob (SCM s) in unchecked_unsmob()
126 template <class Super>
[all …]
/dports/devel/gorm/apps-gorm-04554d2/Resources/
H A DClassInformation.plist148 Super = NSObject;
153 Super = NSObject;
195 Super = NSObject;
208 Super = NSView;
223 Super = NSObject;
227 Super = NSObject;
243 Super = NSObject;
282 Super = NSView;
295 Super = NSView;
331 Super = NSView;
[all …]
/dports/deskutils/preferences/Preferences-1.2.0/English.lproj/
H A DPreferences.classes8 Super = NSObject;
19 Super = NSObject;
177 Super = NSCell;
216 Super = NSCell;
235 Super = NSText;
269 Super = NSView;
392 Super = NSView;
395 Super = NSView;
413 Super = NSView;
426 Super = NSView;
[all …]
/dports/textproc/easydiff/EasyDiff-0.4.0/Resources/window.gorm/
H A Ddata.classes3 Super = NSScroller;
13 Super = NSView;
180 Super = NSCell;
219 Super = NSCell;
238 Super = NSText;
272 Super = NSView;
398 Super = NSView;
401 Super = NSView;
419 Super = NSView;
432 Super = NSView;
[all …]
/dports/deskutils/gnome-shell-extension-dashtopanel/dash-to-panel-45/media/sources/D2P_import settings/
H A DMountain_intellihide18 hotkey-prefix-text='Super'
23 shortcut-text='<Super>q'
40 app-hotkey-1=['<Super>1']
42 app-hotkey-3=['<Super>3']
43 app-hotkey-4=['<Super>4']
44 app-hotkey-5=['<Super>5']
45 app-hotkey-6=['<Super>6']
46 app-hotkey-7=['<Super>7']
47 app-hotkey-8=['<Super>8']
48 app-hotkey-9=['<Super>9']
[all …]
H A DWolf_programmer18 hotkey-prefix-text='Super'
23 shortcut-text='<Super>q'
40 app-hotkey-1=['<Super>1']
42 app-hotkey-3=['<Super>3']
43 app-hotkey-4=['<Super>4']
44 app-hotkey-5=['<Super>5']
45 app-hotkey-6=['<Super>6']
46 app-hotkey-7=['<Super>7']
47 app-hotkey-8=['<Super>8']
48 app-hotkey-9=['<Super>9']
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_Super.C18 const char *Super::name = "super";
28 void Ioss::Super::factory() {} in factory()
35 Ioss::Super::Super(const std::string &my_name, int node_count) in Super() function
41 Ioss::Super::~Super() { delete storageType; } in ~Super()
43 void Ioss::Super::make_super(const std::string &type) in make_super()
51 new Ioss::Super(type, node_count); in make_super()
56 int Ioss::Super::spatial_dimension() const { return 3; } in spatial_dimension()
57 int Ioss::Super::order() const { return 1; } in order()
61 int Ioss::Super::number_edges() const { return 0; } in number_edges()
62 int Ioss::Super::number_faces() const { return 0; } in number_faces()
[all …]
/dports/www/moodle310/moodle/blocks/comments/tests/behat/
H A Dadd_comment.feature69 Then I should see "Super test comment 01"
70 And I should see "Super test comment 31"
72 And I should not see "Super test comment 01"
73 And I should not see "Super test comment 02"
75 And I should see "Super test comment 17"
76 And I should see "Super test comment 31"
83 And I should see "Super test comment 02"
84 And I should see "Super test comment 16"
88 And I should see "Super test comment 01"
97 And I should see "Super test comment 17"
[all …]
/dports/www/moodle311/moodle/blocks/comments/tests/behat/
H A Dadd_comment.feature69 Then I should see "Super test comment 01"
70 And I should see "Super test comment 31"
72 And I should not see "Super test comment 01"
73 And I should not see "Super test comment 02"
75 And I should see "Super test comment 17"
76 And I should see "Super test comment 31"
83 And I should see "Super test comment 02"
84 And I should see "Super test comment 16"
88 And I should see "Super test comment 01"
97 And I should see "Super test comment 17"
[all …]
/dports/www/moodle39/moodle/blocks/comments/tests/behat/
H A Dadd_comment.feature69 Then I should see "Super test comment 01"
70 And I should see "Super test comment 31"
72 And I should not see "Super test comment 01"
73 And I should not see "Super test comment 02"
75 And I should see "Super test comment 17"
76 And I should see "Super test comment 31"
83 And I should see "Super test comment 02"
84 And I should see "Super test comment 16"
88 And I should see "Super test comment 01"
97 And I should see "Super test comment 17"
[all …]
/dports/www/uwebsockets/uWebSockets-20.8.0/src/
H A DHttpResponse.h50 typedef AsyncSocket<SSL> Super; typedef
62 Super::write(buf, length); in writeUnsignedHex()
71 Super::write(buf, length); in writeUnsigned64()
326 using Super::close;
356 Super::write("\r\n", 2); in writeStatus()
365 Super::write(": ", 2); in writeHeader()
367 Super::write("\r\n", 2); in writeHeader()
376 Super::write(": ", 2); in writeHeader()
378 Super::write("\r\n", 2); in writeHeader()
442 if (!Super::isCorked() && Super::canCork()) { in cork()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/core/
H A Dgolomb_bit_stream.hpp32 using Super = BitStreamWriter<BlockWriter>; typedef in thrill::core::GolombBitStreamWriter
34 using Super::buffer_bits_;
40 : Super(block_writer), in GolombBitStreamWriter()
57 if (Super::pos_ != 0) { in ~GolombBitStreamWriter()
62 assert(Super::pos_ == 0); in ~GolombBitStreamWriter()
73 Super::block_writer_.PutRaw(value); in PutGolomb()
100 Super::PutBits(res, q + 1); in PutGolomb()
105 Super::PutBits(r, log2b_ - 1); in PutGolomb()
150 using Super::buffer_bits_;
154 : Super(block_reader), in GolombBitStreamReader()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/system/freeswitch/
H A Dsimple_lock.hpp89 return Super::SUCCESS; in trylock()
100 return Super::FAILURE; in trylock()
103 return Super::ISINUSE; in trylock()
126 : Super(pool) {}; in SimpleLock()
133 return Super::SUCCESS; in lock()
144 return Super::FAILURE; in lock()
147 return Super::ISINUSE; in lock()
159 : Super(pool) {}; in SimpleNonBlockLock()
165 Result ret = Super::trylock(); in lock()
167 if (ret != Super::ISINUSE) in lock()
[all …]
/dports/deskutils/appwrapper/AppWrapper/
H A DAppWrapper.classes7 Super = NSObject;
23 Super = NSObject;
159 Super = NSObject;
170 Super = NSObject;
224 Super = NSView;
235 Super = NSObject;
244 Super = NSObject;
275 Super = NSObject;
316 Super = NSView;
346 Super = NSView;
[all …]
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dproxy_base.hpp40 #define SOL_PROXY_BASE_IMPL_MSVC_IS_TRASH_I_(Super) … argument
42 …const Super& super = *static_cast<const Super*>(static_cast<const void*>(this)); …
48 …const Super& super = *static_cast<const Super*>(static_cast<const void*>(this)); …
54 …const Super& super = *static_cast<const Super*>(static_cast<const void*>(this)); …
59 template <typename Super>
62 const Super& super = *static_cast<const Super*>(static_cast<const void*>(this)); in lua_state()
67 const Super& super = *static_cast<const Super*>(static_cast<const void*>(this)); in operator std::string()
73 const Super& super = *static_cast<const Super*>(static_cast<const void*>(this)); in operator T()
80 const Super& super = *static_cast<const Super*>(static_cast<const void*>(this)); in operator T&()
/dports/deskutils/preferences/Preferences-1.2.0/Modules/PrefsApp/
H A DPrefsApp.classes11 Super = NSObject;
17 Super = NSResponder;
20 Super = NSControl;
33 Super = NSView;
36 Super = NSObject;
42 Super = NSObject;
45 Super = NSWindow;
48 Super = NSObject;
51 Super = NSControl;
57 Super = NSControl;
[all …]
/dports/deskutils/preferences/Preferences-1.2.0/Modules/Keyboard/
H A DKeyboard.classes11 Super = NSObject;
35 Super = NSObject;
41 Super = NSResponder;
44 Super = NSControl;
57 Super = NSView;
60 Super = NSObject;
66 Super = NSObject;
69 Super = NSWindow;
72 Super = NSObject;
75 Super = NSControl;
[all …]
/dports/finance/ledger/ledger-3.2.1/test/regress/
H A D1CF1EEC2.test2 Assets:Super:ARF $1000.00
3 Assets:Super:CSS $1000.00
4 Assets:Super:CSS:Contributions $1000.00
8 Assets:Super:ARF $1000.00
9 Assets:Super:CSS $1000.00
10 Assets:Super:CSS:Contributions $1000.00
14 Assets:Super:ARF $1000.00
15 Assets:Super:CSS $1000.00
16 Assets:Super:CSS:Contributions $1000.00
21 Assets:Super:ARF $3000.00
[all …]
/dports/devel/libhoard/Hoard/src/Heap-Layers/heaps/objectrep/
H A Dsizeownerheap.h53 template <class Super>
54 class SizeOwnerHeap : public AddHeap<SizeOwner<Super>, Super> {
57 typedef AddHeap<SizeOwner<Super>, Super> SuperHeap;
64 SizeOwner<Super> * so = (SizeOwner<Super> *) ptr; in malloc()
72 void * origPtr = (void *) ((SizeOwner<Super> *) ptr - 1); in free()
76 static inline Super * owner (void * ptr) { in owner()
77 SizeOwner<Super> * so = (SizeOwner<Super> *) ptr - 1; in owner()
82 SizeOwner<Super> * so = (SizeOwner<Super> *) ptr - 1; in size()
/dports/devel/boost-docs/boost_1_72_0/boost/type_erasure/
H A Dis_subconcept.hpp36 template<class Super, class Bindings>
43 template<class Super>
44 struct is_subconcept_f<Super, void>
47 using apply = ::boost::mp11::mp_set_contains<Super, T>;
52 template<class Sub, class Super, class PlaceholderMap>
56 Super>::concept_set super_set;
59 Super
100 Super
152 template<class Sub, class Super>
153 struct is_subconcept<Sub, Super, void> :
[all …]

12345678910>>...246