Home
last modified time | relevance | path

Searched refs:CList (Results 1 – 25 of 2127) sorted by relevance

12345678910>>...86

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/data-clist-0.1.2.3/src/Data/
H A DCircularList.hs107 update :: a -> CList a -> CList a
147 insertR :: a -> CList a -> CList a
159 removeL :: CList a -> CList a
167 removeR :: CList a -> CList a
178 allRotations :: CList a -> CList (CList a)
186 rotL :: CList a -> CList a
200 rotR :: CList a -> CList a
262 filterCL :: (CList a -> CList a) -> (a -> Bool) -> CList a -> CList a
297 balance :: CList a -> CList a
301 packL :: CList a -> CList a
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/data-clist-0.1.2.3/src/Data/
H A DCircularList.hs107 update :: a -> CList a -> CList a
147 insertR :: a -> CList a -> CList a
159 removeL :: CList a -> CList a
167 removeR :: CList a -> CList a
178 allRotations :: CList a -> CList (CList a)
186 rotL :: CList a -> CList a
200 rotR :: CList a -> CList a
262 filterCL :: (CList a -> CList a) -> (a -> Bool) -> CList a -> CList a
297 balance :: CList a -> CList a
301 packL :: CList a -> CList a
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/data-clist-0.1.2.3/src/Data/
H A DCircularList.hs107 update :: a -> CList a -> CList a
147 insertR :: a -> CList a -> CList a
159 removeL :: CList a -> CList a
167 removeR :: CList a -> CList a
178 allRotations :: CList a -> CList (CList a)
186 rotL :: CList a -> CList a
200 rotR :: CList a -> CList a
262 filterCL :: (CList a -> CList a) -> (a -> Bool) -> CList a -> CList a
297 balance :: CList a -> CList a
301 packL :: CList a -> CList a
[all …]
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/data-clist-0.1.2.3/src/Data/
H A DCircularList.hs107 update :: a -> CList a -> CList a
147 insertR :: a -> CList a -> CList a
159 removeL :: CList a -> CList a
167 removeR :: CList a -> CList a
178 allRotations :: CList a -> CList (CList a)
186 rotL :: CList a -> CList a
200 rotR :: CList a -> CList a
262 filterCL :: (CList a -> CList a) -> (a -> Bool) -> CList a -> CList a
297 balance :: CList a -> CList a
301 packL :: CList a -> CList a
[all …]
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/src/
H A DList.cc47 MusicBrainz5::CList::CList() in CList() function in MusicBrainz5::CList
53 MusicBrainz5::CList::CList(const CList& Other) in CList() function in MusicBrainz5::CList
60 MusicBrainz5::CList& MusicBrainz5::CList::operator =(const CList& Other) in operator =()
83 MusicBrainz5::CList::~CList() in ~CList()
90 void MusicBrainz5::CList::Cleanup() in Cleanup()
99 MusicBrainz5::CList *MusicBrainz5::CList::Clone() in Clone()
101 return new CList(*this); in Clone()
132 void MusicBrainz5::CList::AddItem(CEntity *Item) in AddItem()
137 int MusicBrainz5::CList::NumItems() const in NumItems()
152 int MusicBrainz5::CList::Offset() const in Offset()
[all …]
/dports/graphics/pixie/Pixie/src/sdrc/
H A Dsdr.h271 CList<CParameter *> *parameters; // List of parameters
272 CList<CVariable *> *variables; // List of variables
273 CList<CFunction *> *functions; // List of functions
316 int match(const char *,CList<CExpression *> *,int dt = SLC_NONE);
358 CFunction *getFunction(const char *,CList<CExpression *> *);
402 CList<CVariable *> *variables; // List of all the variables
407 CList<CFunction *> *functionStack; // The current function stack
434 CList<int> *desiredTypeStack;
439 CList<CVariable *> *variableList; // Internal stuff
440 CList<CList<CExpression *> *> *actualParameterStack;
[all …]
H A Dexpression.h240 CFuncallExpression(CFunction *,CList<CExpression *> *);
245 CList<CExpression *> *arguments;
256 CBuiltinExpression(CFunctionPrototype *,CList<CExpression *> *);
261 CList<CExpression *> *arguments;
339 CArrayMove(CVariable *,CList<CExpression *> *);
345 CList<CExpression *> *items;
390 CGatherThenElse(CList<CExpression *> *,CExpression *,CExpression *);
395 CList<CExpression *> *parameterList;
425 CIlluminationLoop(CList<CExpression *> *,CExpression *);
485 CExpression *getAssignment(CList<CVariable *> *,CExpression *);
[all …]
/dports/net/smm++/smm/sources/mudding/
H A DTTabManager.tcl4 variable CList
7 set CList [list]
13 if {[lsearch -exact $CList $aName]==-1} { return 0 } else { return 1 }
16 set pos [lsearch -exact $CList $aName]
18 set CList [lreplace $CList $pos $pos]
23 lappend CList $aName
27 return $CList
30 set CList [list]
34 return $CList
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/
H A Dlist.cpp38 CList::CList() in CList() function in Ui::CList
61 CList::~CList() in ~CList()
96 bool CList::MoveAdjust() in MoveAdjust()
351 void CList::Draw() in Draw()
563 void CList::Flush() in Flush()
582 int CList::GetTotal() in GetTotal()
605 int CList::GetSelect() in GetSelect()
621 bool CList::GetSelectCap() in GetSelectCap()
646 bool CList::GetBlink() in GetBlink()
773 void CList::UpdateButton() in UpdateButton()
[all …]
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/include/musicbrainz5/
H A DList.h37 class CList: public CEntity
40 CList();
41 CList(const CList& Other);
42 CList& operator =(const CList& Other);
43 virtual ~CList();
45 virtual CList *Clone();
H A DListImpl.h34 class CListImpl: public CList
38 : CList() in CList() function
49 : CList() in CListImpl()
58 CList::operator =(Other);
77 CList::Serialise(os); in Serialise()
96 return dynamic_cast<T *>(CList::Item(Item)); in Item()
101 CList::AddItem(Item); in AddItem()
117 CList::ParseElement(Node); in ParseElement()
/dports/net-p2p/dclib/dclib-0.3.23/dclib/core/
H A Dclist.h46 template<class type> class CList {
49 CList();
51 ~CList();
84 template<class type> inline long CList<type>::Count() const in Count()
88 template<class type> inline CList<type>::CList() in CList() function
97 template<class type> inline CList<type>::~CList() in ~CList()
149 template<class type> inline int CList<type>::Add( type * Object ) in Add()
184 template<class type> inline int CList<type>::Del( type * Object ) in Del()
212 template<class type> inline void CList<type>::Clear() in Clear()
231 template<class type> inline int CList<type>::Remove( type * Object ) in Remove()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/lang_bind/python/pythonpp/
H A Dpythonpp_dict.hpp155 CList k = Keys(); in clear()
254 CList Keys (void) const in Keys()
256 return CList(PyMapping_Keys(Get()), eTakeOwnership); in Keys()
259 CList Values (void) const in Values()
264 CList Items (void) const in Items()
356 CList Keys (void) const in Keys()
358 return CList(PyDict_Keys(Get()), eTakeOwnership); in Keys()
361 CList Values (void) const in Values()
363 return CList(PyDict_Values(Get()), eTakeOwnership); in Values()
366 CList Items (void) const in Items()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/masterserver/
H A Dsrvlist.cpp30 CList::CList() in CList() function in CList
39 CList::~CList() in ~CList()
54 int CList::insert(CItem *item) in insert()
64 int CList::remove(CItem *item) in remove()
93 CItem *CList::getFirst() in getFirst()
102 CItem *CList::getNext() in getNext()
112 void CList::show() in show()
320 CList::insert((CItem *)server); in insert()
333 CList::insert(server); in insert()
342 return CList::remove((CItem *)server); in remove()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DListMatrix.F90276 CList % Next => Null()
280 CList % Index = A % Cols(j)
345 DO WHILE( ASSOCIATED(CList) )
348 CList => CList % Next
351 IF ( ASSOCIATED( CList ) ) THEN
664 DO WHILE( ASSOCIATED(CList) )
668 CList => CList % Next
699 DO WHILE( ASSOCIATED(CList) )
701 CList => CList % Next
747 DO WHILE( ASSOCIATED(CList) )
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/partials/
H A Dtimeselector.filter.php68 $column = (new CList())->addClass(ZBX_STYLE_TIME_QUICK);
87 new CList([
91 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
95 new CList([
99 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
103 new CList([
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/partials/
H A Dtimeselector.filter.php68 $column = (new CList())->addClass(ZBX_STYLE_TIME_QUICK);
87 new CList([
91 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
95 new CList([
99 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
103 new CList([
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/partials/
H A Dtimeselector.filter.php68 $column = (new CList())->addClass(ZBX_STYLE_TIME_QUICK);
87 new CList([
91 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
95 new CList([
99 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
103 new CList([
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/partials/
H A Dtimeselector.filter.php68 $column = (new CList())->addClass(ZBX_STYLE_TIME_QUICK);
87 new CList([
91 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
95 new CList([
99 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
103 new CList([
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/partials/
H A Dtimeselector.filter.php68 $column = (new CList())->addClass(ZBX_STYLE_TIME_QUICK);
87 new CList([
91 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
95 new CList([
99 (new CList([(new CListItem(''))->addClass(ZBX_STYLE_RED)]))
103 new CList([
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/screen/
H A Dscreen_player_select.cpp59 CList* pli; in CreateInterface()
155 CList* pl; in EventProcess()
218 CList* pl = static_cast<CList*>(pw->SearchControl(EVENT_INTERFACE_NLIST)); in ReadNameList()
234 CList* pl; in UpdateNameControl()
242 pl = static_cast<CList*>(pw->SearchControl(EVENT_INTERFACE_NLIST)); in UpdateNameControl()
276 CList* pl; in UpdateNameList()
283 pl = static_cast<CList*>(pw->SearchControl(EVENT_INTERFACE_NLIST)); in UpdateNameList()
310 CList* pl; in UpdateNameEdit()
317 pl = static_cast<CList*>(pw->SearchControl(EVENT_INTERFACE_NLIST)); in UpdateNameEdit()
343 CList* pl; in NameSelect()
[all …]
H A Dscreen_io.cpp97 CList* pl = static_cast<CList*>(pw->SearchControl(EVENT_INTERFACE_IOLIST)); in IOReadList()
131 CList* pl; in IOUpdateList()
138 pl = static_cast<CList*>(pw->SearchControl(EVENT_INTERFACE_IOLIST)); in IOUpdateList()
184 CList* pl; in IODeleteScene()
188 pl = static_cast<CList*>(pw->SearchControl(EVENT_INTERFACE_IOLIST)); in IODeleteScene()
220 CList* pl; in IOWriteScene()
226 pl = static_cast<CList*>(pw->SearchControl(EVENT_INTERFACE_IOLIST)); in IOWriteScene()
256 CList* pl; in IOReadScene()
260 pl = static_cast<CList*>(pw->SearchControl(EVENT_INTERFACE_IOLIST)); in IOReadScene()
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dcontext.cpp80 CList::CList() in CList() function in CList
92 CList::~CList() in ~CList()
97 void CList::incRefCount() in incRefCount()
102 int CList::decRefCount() in decRefCount()
111 Bool CList::tagChanged(int i, int j) in tagChanged()
116 int CList::compareWithoutDocOrd(int i, int j) in compareWithoutDocOrd()
150 int CList::compare(int i, int j, void *data) in compare()
201 void __dump(CList& lst, int idx1, int idx2) in __dump()
281 void CList::swap(int i, int j) in swap()
378 array = isForKey? new KList : new CList; in Context()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/
H A DCList.cpp30 CList::CList() in CList() function in CList
68 CList::~CList() in ~CList()
72 void CList::SetupText() in SetupText()
149 void CList::HandleMessage(SGUIMessage& Message) in HandleMessage()
318 void CList::Draw() in Draw()
447 void CList::SelectNextElement() in SelectNextElement()
466 void CList::SelectPrevElement() in SelectPrevElement()
482 void CList::SelectFirstElement() in SelectFirstElement()
491 void CList::SelectLastElement() in SelectLastElement()
503 void CList::UpdateAutoScroll() in UpdateAutoScroll()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/tests/
H A DTestStructures.hs9 CDoc(..), CList(..), CDocList(..), Text(..),
19 | CList CList [CDoc] -- cat,sep,fcat,fsep ds constructor
25 data CList = CCat | CSep | CFCat | CFSep deriving (Eq,Ord) function
35 showsPrec k (CList sp ds) = showParen (k >= 10) $ (shows sp . showList ds)
42 instance Show CList where
50 buildDoc (CList sp ds) = (listComb sp) $ map buildDoc ds
55 listComb :: CList -> ([Doc ()] -> Doc ())
92 CList _ ds -> map rec ds

12345678910>>...86