Home
last modified time | relevance | path

Searched refs:lItem (Results 1 – 25 of 127) sorted by relevance

123456

/dports/textproc/zorba/zorba-2.7.0/test/api/
H A Ditemfactory.cpp106 Item lItem; in itemfactory() local
112 UNIT_ASSERT ( lItem.isAtomic() ); in itemfactory()
116 lItem.close(); in itemfactory()
117 UNIT_ASSERT (lItem.isNull()); in itemfactory()
122 UNIT_ASSERT ( lItem.isAtomic() ); in itemfactory()
160 lItem.getPrefix(); in itemfactory()
236 UNIT_ASSERT ( lItem.isNull() ); in itemfactory()
244 UNIT_ASSERT ( !lItem.isNaN() ); in itemfactory()
297 UNIT_ASSERT ( lItem.isNaN() ); in itemfactory()
321 UNIT_ASSERT ( lItem.isNaN() ); in itemfactory()
[all …]
H A Dvalidate.cpp70 Item lItem; in item_validation() local
71 while (lIterator->next(lItem)) { in item_validation()
73 if (!lContext->validate(lItem, lValidatedItem)) { in item_validation()
107 Item lItem; in item_validation_with_error() local
108 while (lIterator->next(lItem)) { in item_validation_with_error()
110 if (!lContext->validate(lItem, lValidatedItem)) { in item_validation_with_error()
144 Item lItem; in item_validation_with_error2() local
145 while (lIterator->next(lItem)) { in item_validation_with_error2()
147 if (!lContext->validate(lItem, lValidatedItem)) { in item_validation_with_error2()
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Ditemfactoryimpl.cpp56 return &*lItem; in createString()
67 return &*lItem; in createStreamableString()
78 return &*lItem; in createAnyURI()
89 return &*lItem; in createDate()
101 return &*lItem; in createDate()
126 return &*lItem; in createQName()
144 return &*lItem; in createQName()
165 return &*lItem; in createQName()
179 return &*lItem; in createNCName()
198 return &*lItem; in createBase64Binary()
[all …]
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Drequest_parser.cpp97 Item lItem; in handleRequest() local
98 while (lIter->next(lItem)) { in handleRequest()
100 lItem.getNodeName(lQName); in handleRequest()
155 while (lIter->next(lItem)) { in handleRequest()
156 if (!parseItem(lItem)) { in handleRequest()
171 Item lItem; in handleResponse() local
172 while (lIter->next(lItem)) { in handleResponse()
199 Item lItem; in handleHeader() local
224 Item lItem; in handleBody() local
243 theHandler->any(lItem); in handleBody()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/os2/
H A Dlistctrl.h120 int GetItemState( long lItem
123 bool SetItemState( long lItem
131 bool SetItemImage( long lItem
135 bool SetItemColumnImage( long lItem
151 long GetItemData(long lItem) const;
158 bool GetItemRect( long lItem
166 bool GetItemPosition( long lItem
239 long GetNextItem( long lItem
267 void RefreshItem(long lItem);
285 bool DeleteItem(long lItem);
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/os2/
H A Dlistctrl.h120 int GetItemState( long lItem
123 bool SetItemState( long lItem
131 bool SetItemImage( long lItem
135 bool SetItemColumnImage( long lItem
151 long GetItemData(long lItem) const;
158 bool GetItemRect( long lItem
166 bool GetItemPosition( long lItem
239 long GetNextItem( long lItem
267 void RefreshItem(long lItem);
285 bool DeleteItem(long lItem);
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/base64/
H A Dbase64_impl.cpp37 store::Item_t lItem; in nextImpl() local
65 if (lItem->isStreamable()) in nextImpl()
67 if (lItem->isEncoded()) in nextImpl()
78 lItem->getStream(), in nextImpl()
79 lItem->getStreamReleaser(), in nextImpl()
80 lItem->isSeekable()); in nextImpl()
86 lItem); in nextImpl()
92 lContent = lItem->getBase64BinaryValue(lSize); in nextImpl()
94 if (lItem->isEncoded()) in nextImpl()
144 store::Item_t lItem; in nextImpl() local
[all …]
/dports/textproc/zorba/zorba-2.7.0/doc/cxx/examples/
H A Djsoniq.cpp40 Item lItem; in example_1() local
41 lIterator->next(lItem); in example_1()
44 if (!lItem.isJSONItem() || in example_1()
78 Item lItem; in example_2() local
79 lIterator->next(lItem); in example_2()
103 Item lItem; in example_3() local
104 lIterator->next(lItem); in example_3()
127 Item lItem; in example_4() local
128 lIterator->next(lItem); in example_4()
150 Item lItem; in example_5() local
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/customdrawn/examples/controls/
H A Dtoolbartest.pas48 lItem: TCDToolBarItem;
56 lItem := lToolBar.AddItem(tikButton);
57 lItem.Image := lBmp;
58 lItem.Caption := 'Btn 1';
60 lItem := lToolBar.AddItem(tikSeparator);
64 lItem := lToolBar.AddItem(tikCheckButton);
65 lItem.Image := lBmp;
66 lItem.Caption := 'Btn 2';
68 lItem := lToolBar.AddItem(tikDivider);
/dports/editors/lazarus/lazarus/components/customdrawn/examples/controls/
H A Dtoolbartest.pas48 lItem: TCDToolBarItem;
56 lItem := lToolBar.AddItem(tikButton);
57 lItem.Image := lBmp;
58 lItem.Caption := 'Btn 1';
60 lItem := lToolBar.AddItem(tikSeparator);
64 lItem := lToolBar.AddItem(tikCheckButton);
65 lItem.Image := lBmp;
66 lItem.Caption := 'Btn 2';
68 lItem := lToolBar.AddItem(tikDivider);
/dports/editors/lazarus-qt5/lazarus/components/customdrawn/examples/controls/
H A Dtoolbartest.pas48 lItem: TCDToolBarItem;
56 lItem := lToolBar.AddItem(tikButton);
57 lItem.Image := lBmp;
58 lItem.Caption := 'Btn 1';
60 lItem := lToolBar.AddItem(tikSeparator);
64 lItem := lToolBar.AddItem(tikCheckButton);
65 lItem.Image := lBmp;
66 lItem.Caption := 'Btn 2';
68 lItem := lToolBar.AddItem(tikDivider);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/customdrawn/examples/controls/
H A Dtoolbartest.pas48 lItem: TCDToolBarItem;
56 lItem := lToolBar.AddItem(tikButton);
57 lItem.Image := lBmp;
58 lItem.Caption := 'Btn 1';
60 lItem := lToolBar.AddItem(tikSeparator);
64 lItem := lToolBar.AddItem(tikCheckButton);
65 lItem.Image := lBmp;
66 lItem.Caption := 'Btn 2';
68 lItem := lToolBar.AddItem(tikDivider);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Ddynarray.cpp53 int name::Index(T lItem, bool bFromEnd) const \
59 if ( (*this)[--n] == lItem ) \
67 if( (*this)[n] == lItem ) \
76 size_t name::Add(T lItem, CMPFUNC fnCompare) \
78 size_t idx = IndexForInsert(lItem, fnCompare); \
79 Insert(lItem, idx); \
86 size_t name::IndexForInsert(T lItem, CMPFUNC fnCompare) const \
89 const_iterator it = std::lower_bound(begin(), end(), lItem, p); \
93 int name::Index(T lItem, CMPFUNC fnCompare) const \
96 const_iterator it = std::lower_bound(begin(), end(), lItem, p); \
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Ddynarray.cpp53 int name::Index(T lItem, bool bFromEnd) const \
59 if ( (*this)[--n] == lItem ) \
67 if( (*this)[n] == lItem ) \
76 size_t name::Add(T lItem, CMPFUNC fnCompare) \
78 size_t idx = IndexForInsert(lItem, fnCompare); \
79 Insert(lItem, idx); \
86 size_t name::IndexForInsert(T lItem, CMPFUNC fnCompare) const \
89 const_iterator it = std::lower_bound(begin(), end(), lItem, p); \
93 int name::Index(T lItem, CMPFUNC fnCompare) const \
96 const_iterator it = std::lower_bound(begin(), end(), lItem, p); \
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Ddynarray.cpp53 int name::Index(T lItem, bool bFromEnd) const \
59 if ( (*this)[--n] == lItem ) \
67 if( (*this)[n] == lItem ) \
76 size_t name::Add(T lItem, CMPFUNC fnCompare) \
78 size_t idx = IndexForInsert(lItem, fnCompare); \
79 Insert(lItem, idx); \
86 size_t name::IndexForInsert(T lItem, CMPFUNC fnCompare) const \
89 const_iterator it = std::lower_bound(begin(), end(), lItem, p); \
93 int name::Index(T lItem, CMPFUNC fnCompare) const \
96 const_iterator it = std::lower_bound(begin(), end(), lItem, p); \
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Ddynarray.cpp53 int name::Index(T lItem, bool bFromEnd) const \
59 if ( (*this)[--n] == lItem ) \
67 if( (*this)[n] == lItem ) \
76 size_t name::Add(T lItem, CMPFUNC fnCompare) \
78 size_t idx = IndexForInsert(lItem, fnCompare); \
79 Insert(lItem, idx); \
86 size_t name::IndexForInsert(T lItem, CMPFUNC fnCompare) const \
89 const_iterator it = std::lower_bound(begin(), end(), lItem, p); \
93 int name::Index(T lItem, CMPFUNC fnCompare) const \
96 const_iterator it = std::lower_bound(begin(), end(), lItem, p); \
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/nodes/
H A Dnodes_impl.cpp463 store::Item_t lItem; in nextImpl() local
487 store::Item_t lItem; in nextImpl() local
511 store::Item_t lItem; in nextImpl() local
575 store::Item_t lItem; in nextImpl() local
598 store::Item_t lItem; in nextImpl() local
621 store::Item_t lItem; in nextImpl() local
644 store::Item_t lItem; in nextImpl() local
667 store::Item_t lItem; in nextImpl() local
690 store::Item_t lItem; in getNodePosition() local
696 if(lItem->equals(aNode)) in getNodePosition()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Ddynarray.cpp54 int name::Index(T lItem, bool bFromEnd) const \
60 if ( (*this)[--n] == lItem ) \
68 if( (*this)[n] == lItem ) \
77 size_t name::Add(T lItem, CMPFUNC fnCompare) \
79 size_t idx = IndexForInsert(lItem, fnCompare); \
80 Insert(lItem, idx); \
243 void name::Add(T lItem, size_t nInsert) \
249 m_pItems[m_nCount++] = lItem; \
253 void name::Insert(T lItem, size_t nIndex, size_t nInsert) \
266 m_pItems[nIndex + i] = lItem; \
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Ddynarray.cpp54 int name::Index(T lItem, bool bFromEnd) const \
60 if ( (*this)[--n] == lItem ) \
68 if( (*this)[n] == lItem ) \
77 size_t name::Add(T lItem, CMPFUNC fnCompare) \
79 size_t idx = IndexForInsert(lItem, fnCompare); \
80 Insert(lItem, idx); \
243 void name::Add(T lItem, size_t nInsert) \
249 m_pItems[m_nCount++] = lItem; \
253 void name::Insert(T lItem, size_t nIndex, size_t nInsert) \
266 m_pItems[nIndex + i] = lItem; \
[all …]
/dports/textproc/zorba/zorba-2.7.0/swig/
H A DXmlDataManager.i36 zorba::Item lItem = theManager->parseXML(lDoc); in parseXML() local
37 return Iterator(lItem); in parseXML()
44 zorba::Item lItem = theManager->parseXML(lDoc); in parseXMLtoItem() local
45 return Item(lItem); in parseXMLtoItem()
52 zorba::Item lItem = theManager->parseXML(stream); in parseXMLtoItem() local
53 return Item(lItem); in parseXMLtoItem()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Ddynarray.h140 int Index(T lItem, CMPFUNC fnCompare) const; \
141 size_t IndexForInsert(T lItem, CMPFUNC fnCompare) const; \
142 void Add(T lItem, size_t nInsert = 1) \
143 { insert(end(), nInsert, lItem); } \
144 size_t Add(T lItem, CMPFUNC fnCompare); \
145 void Insert(T lItem, size_t uiIndex, size_t nInsert = 1) \
146 { insert(begin() + uiIndex, nInsert, lItem); } \
147 void Remove(T lItem); \
187 int Index(T lItem, bool bFromEnd = false) const; \
188 int Index(T lItem, CMPFUNC fnCompare) const; \
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Ddynarray.h140 int Index(T lItem, CMPFUNC fnCompare) const; \
141 size_t IndexForInsert(T lItem, CMPFUNC fnCompare) const; \
142 void Add(T lItem, size_t nInsert = 1) \
143 { insert(end(), nInsert, lItem); } \
144 size_t Add(T lItem, CMPFUNC fnCompare); \
145 void Insert(T lItem, size_t uiIndex, size_t nInsert = 1) \
146 { insert(begin() + uiIndex, nInsert, lItem); } \
147 void Remove(T lItem); \
187 int Index(T lItem, bool bFromEnd = false) const; \
188 int Index(T lItem, CMPFUNC fnCompare) const; \
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Ddynarray.h140 int Index(T lItem, CMPFUNC fnCompare) const; \
141 size_t IndexForInsert(T lItem, CMPFUNC fnCompare) const; \
142 void Add(T lItem, size_t nInsert = 1) \
143 { insert(end(), nInsert, lItem); } \
144 size_t Add(T lItem, CMPFUNC fnCompare); \
145 void Insert(T lItem, size_t uiIndex, size_t nInsert = 1) \
146 { insert(begin() + uiIndex, nInsert, lItem); } \
147 void Remove(T lItem); \
187 int Index(T lItem, bool bFromEnd = false) const; \
188 int Index(T lItem, CMPFUNC fnCompare) const; \
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Ddynarray.h140 int Index(T lItem, CMPFUNC fnCompare) const; \
141 size_t IndexForInsert(T lItem, CMPFUNC fnCompare) const; \
142 void Add(T lItem, size_t nInsert = 1) \
143 { insert(end(), nInsert, lItem); } \
144 size_t Add(T lItem, CMPFUNC fnCompare); \
145 void Insert(T lItem, size_t uiIndex, size_t nInsert = 1) \
146 { insert(begin() + uiIndex, nInsert, lItem); } \
147 void Remove(T lItem); \
187 int Index(T lItem, bool bFromEnd = false) const; \
188 int Index(T lItem, CMPFUNC fnCompare) const; \
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/capi/
H A Dcdynamic_context.cpp95 Item lItem = lSeq->getCPPItem(); in set_context_item()
96 if (lItem.isNull()) { in set_context_item()
100 me->theContext->setContextItem(lItem); in set_context_item()
112 Item lItem; in get_context_item()
113 if (! me->theContext->getContextItem(lItem)) { in get_context_item()
116 std::auto_ptr<SingleItemSequence> lItemSeq(new SingleItemSequence(lItem)); in get_context_item()
176 Item lItem; in get_variable()
178 if (! me->theContext->getVariable(uri, name, lItem, lIter)) { in get_variable()
184 if (! lItem.isNull()) { in get_variable()
186 (new SingleItemSequence(lItem)); in get_variable()

123456