Home
last modified time | relevance | path

Searched refs:lSeq (Results 1 – 25 of 41) sorted by relevance

12

/dports/textproc/zorba/zorba-2.7.0/doc/c/examples/
H A Dcexternal_functions.c65 lSeq->item_type(lSeq, &lItemType); in my_ext_fct_next()
69 lSeq->integer_value(lSeq, &lValue); in my_ext_fct_next()
75 lSeq->double_value(lSeq, &lValue); in my_ext_fct_next()
81 lSeq->string_value(lSeq, &lValue); in my_ext_fct_next()
97 lSeq->string_value(lSeq, &lValue); in my_ext_fct_next()
150 lSeq->item_type(lSeq, &lItemType); in external_function_example_1()
154 lSeq->integer_value(lSeq, &lValue); in external_function_example_1()
160 lSeq->double_value(lSeq, &lValue); in external_function_example_1()
166 lSeq->string_value(lSeq, &lValue); in external_function_example_1()
184 lSeq->string_value(lSeq, &lValue); in external_function_example_1()
[all …]
H A Dcsequences.c64 lError = lSeq->next(lSeq); \
66 lError = lSeq->item_type(lSeq, &lType); \
73 lError = lSeq->type_name(lSeq, &lUri, &lName); \
85 lError = lSeq->typename##_value(lSeq, &lValue); \
144 lError = lSeq->next(lSeq); in csequences_4()
149 lSeq->free(lSeq); in csequences_4()
176 lError = lSeq->next(lSeq); in cr_sngl_test()
178 lError = lSeq->type_name(lSeq, &lUri, &lName); in cr_sngl_test()
190 lError = lSeq->string_value(lSeq, &lValue); in cr_sngl_test()
196 lError = lSeq->next(lSeq); in cr_sngl_test()
[all …]
H A Dccontext.c69 XQC_Sequence* lSeq; in ccontext_example_1() local
75 lError = impl->create_string_sequence(impl, lZorba, 1, &lSeq); in ccontext_example_1()
77 lError = lSeq->next(lSeq); in ccontext_example_1()
86 lError = lContext->set_context_item(lContext, lSeq); in ccontext_example_1()
105 lSeq->free(lSeq); in ccontext_example_1()
237 XQC_Sequence* lSeq; in ccontext_example_5() local
242 lError = impl->create_string_sequence(impl, lZorba, 1, &lSeq); in ccontext_example_5()
255 "foo", lSeq); in ccontext_example_5()
/dports/textproc/zorba/zorba-2.7.0/src/capi/
H A Dcdynamic_context.cpp94 CSequence* lSeq = CSequence::get(value); in set_context_item()
95 Item lItem = lSeq->getCPPItem(); in set_context_item()
120 std::auto_ptr<CSequence> lSeq(new CSequence(lItemSeq.get(), true, NULL)); in get_context_item()
122 (*value) = lSeq.release()->getXQC(); in get_context_item()
153 CSequence* lSeq = CSequence::get(seq); in set_variable()
154 Iterator_t lIter = lSeq->getCPPIterator(); in set_variable()
190 std::auto_ptr<CSequence> lSeq in get_variable()
194 (*seq) = lSeq.release()->getXQC(); in get_variable()
199 std::auto_ptr<CSequence> lSeq (new CSequence(lIter, me->theErrorHandler)); in get_variable()
200 (*seq) = lSeq.release()->getXQC(); in get_variable()
H A Dcexternal_function.cpp71 std::auto_ptr<CSequence> lSeq(new CSequence(args[i], false, NULL)); in evaluate() local
72 lSequences[i] = lSeq.release()->getXQC(); in evaluate()
H A Dcexpression.cpp212 std::auto_ptr<CSequence> lSeq(new CSequence(lIter, lHandler)); in execute()
214 (*sequence) = lSeq.release()->getXQC(); in execute()
H A Dcimplementation.cpp162 std::auto_ptr<CSequence> lSeq (new CSequence(lItemSeq.get(), true, NULL)); in create_sequence() local
166 (*seq) = lSeq.release()->getXQC(); in create_sequence()
382 std::auto_ptr<CSequence> lSeq(new CSequence(lItemSeq.get(), true, NULL)); in parse_istream() local
385 (*seq) = lSeq.release()->getXQC(); in parse_istream()
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Ddocumentmanagerimpl.cpp106 ItemSequence_t lSeq = theContext->invoke(lQName, lArgs); in put()
107 Iterator_t lIter = lSeq->getIterator(); in put()
128 ItemSequence_t lSeq = theContext->invoke(lQName, lArgs); in remove()
129 Iterator_t lIter = lSeq->getIterator(); in remove()
150 ItemSequence_t lSeq = theContext->invoke(lQName, lArgs); in document()
151 Iterator_t lIter = lSeq->getIterator(); in document()
196 ItemSequence_t lSeq = theContext->invoke(lQName, lArgs); in isAvailableDocument()
197 Iterator_t lIter = lSeq->getIterator(); in isAvailableDocument()
H A Dcollectionmanagerimpl.cpp119 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in createCollection()
120 Iterator_t lIter = lSeq->getIterator(); in createCollection()
145 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in createCollection()
146 Iterator_t lIter = lSeq->getIterator(); in createCollection()
174 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in deleteCollection()
175 Iterator_t lIter = lSeq->getIterator(); in deleteCollection()
244 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in isAvailableCollection()
245 Iterator_t lIter = lSeq->getIterator(); in isAvailableCollection()
H A Dstaticcollectionmanagerimpl.cpp239 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in isDeclaredCollection()
240 Iterator_t lIter = lSeq->getIterator(); in isDeclaredCollection()
264 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in createIndex()
265 Iterator_t lIter = lSeq->getIterator(); in createIndex()
300 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in deleteIndex()
301 Iterator_t lIter = lSeq->getIterator(); in deleteIndex()
350 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in isAvailableIndex()
351 Iterator_t lIter = lSeq->getIterator(); in isAvailableIndex()
397 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in isDeclaredIndex()
398 Iterator_t lIter = lSeq->getIterator(); in isDeclaredIndex()
H A Dxmldatamanagerimpl.cpp226 ItemSequence_t lSeq = theContext->invoke(lQName, lArgs); in parseXML()
227 Iterator_t lIter = lSeq->getIterator(); in parseXML()
259 ItemSequence_t lSeq = theContext->invoke(lQName, lArgs); in parseXML()
260 Iterator_t lIter = lSeq->getIterator(); in parseXML()
390 ItemSequence_t lSeq = theContext->invoke(lQName, lArgs); in fetch()
391 Iterator_t lIter = lSeq->getIterator(); in fetch()
H A Dcollectionimpl.cpp125 ItemSequence_t lSeq = theContext->invoke(lFunc, aArgs); in invoke() local
126 Iterator_t lIter = lSeq->getIterator(); in invoke()
329 ItemSequence_t lSeq = theContext->invoke(lFunc, lArgs); in indexOf()
330 Iterator_t lIter = lSeq->getIterator(); in indexOf()
/dports/textproc/zorba/zorba-2.7.0/doc/cxx/examples/
H A Ddatamanager.cpp98 ItemSequence_t lSeq = lColMgr->availableCollections(); in datamanager_example_2() local
99 Iterator_t lIter = lSeq->getIterator(); in datamanager_example_2()
232 ItemSequence_t lSeq = lColMgr->availableCollections(); in datamanager_example_4() local
233 Iterator_t lIter = lSeq->getIterator(); in datamanager_example_4()
270 ItemSequence_t lSeq = aDataManager->parseXML(lStream, lOptions); in datamanager_example_5() local
271 Iterator_t lIter = lSeq->getIterator(); in datamanager_example_5()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DAutoType.cs372 List<string> lSeq) in RaiseSequenceQueryEvent() argument
381 AddSequence(lSeq, strSeq); in RaiseSequenceQueryEvent()
390 for(int i = 0; i < lSeq.Count; ++i) in AddSequence()
392 string strCanEx = CanonicalizeSeq(lSeq[i]); in AddSequence()
396 lSeq.Add(strSeq); // Non-canonical version in AddSequence()
480 List<string> lSeq = GetSequencesForWindow(pe, hWnd, strWindow, in PerformGlobal()
483 if(!string.IsNullOrEmpty(strSeq) && (lSeq.Count != 0)) in PerformGlobal()
487 foreach(string strSeqCand in lSeq) in PerformGlobal()
621 List<string> lSeq = GetSequencesForWindow(pe, hWnd, strWindow, in PerformIntoCurrentWindow()
626 if(lSeq.Count == 0) strSeq = pe.GetAutoTypeSequence(); in PerformIntoCurrentWindow()
[all …]
/dports/textproc/zorba/zorba-2.7.0/test/unit/
H A Dstaticcollectionmanager.cpp48 ItemSequence_t lSeq = lColMgr->declaredCollections(); in staticcollectionamanger1() local
49 Iterator_t lIter = lSeq->getIterator(); in staticcollectionamanger1()
63 lSeq = lColMgr->declaredIndexes(); in staticcollectionamanger1()
64 lIter = lSeq->getIterator(); in staticcollectionamanger1()
247 zorba::ItemSequence_t lSeq = lMgr->declaredCollections(); in staticcollectionamanger4() local
248 zorba::Iterator_t lIter = lSeq->getIterator(); in staticcollectionamanger4()
443 ItemSequence_t lSeq = lColMgr->declaredCollections(); in staticcollectionmanager6() local
444 Iterator_t lIter = lSeq->getIterator(); in staticcollectionmanager6()
452 lSeq = lColMgr->declaredIndexes(); in staticcollectionmanager6()
453 lIter = lSeq->getIterator(); in staticcollectionmanager6()
/dports/devel/libchipcard/libchipcard-5.0.4/src/lib/client/cards/geldkarte/
H A Dgeldkarte_llog.c61 st->lSeq=d->lSeq; in LC_GeldKarte_LLog_dup()
83 if (GWEN_DB_SetIntValue(db, GWEN_DB_FLAGS_OVERWRITE_VARS, "lSeq", st->lSeq)) in LC_GeldKarte_LLog_toDb()
175 return st->lSeq; in LC_GeldKarte_LLog_GetLSeq()
181 st->lSeq=d; in LC_GeldKarte_LLog_SetLSeq()
H A Dgeldkarte_blog.c57 st->lSeq=d->lSeq; in LC_GeldKarte_BLog_dup()
78 if (GWEN_DB_SetIntValue(db, GWEN_DB_FLAGS_OVERWRITE_VARS, "lSeq", st->lSeq)) in LC_GeldKarte_BLog_toDb()
171 return st->lSeq; in LC_GeldKarte_BLog_GetLSeq()
177 st->lSeq=d; in LC_GeldKarte_BLog_SetLSeq()
H A Dgeldkarte_llog_p.h16 int lSeq; member
H A Dgeldkarte_blog_p.h16 int lSeq; member
/dports/biology/clustalw/clustalw-2.1/src/general/
H A DSymMatrix.h238 int lSeq = fSeq + numSeqsInSub - 1; // NOTE this is wrong!!!!! Need to fix in getDistMatrix() local
240 for(int i = fSeq; i <= lSeq; i++) in getDistMatrix()
242 for(int j = i + 1; j <= lSeq; j++) in getDistMatrix()
/dports/textproc/zorba/zorba-2.7.0/modules/org/expath/ns/file.xq.src/
H A Dfile_function.cpp283 SingletonItemSequence lSeq(lBinaryItem); in evaluate() local
284 lSerializer->serialize(&lSeq, lOutStream); in evaluate()
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCBBlock.h36 int lSeq; /* sequence number of the last iCode */ member
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/
H A Dtestdriver_common.cpp433 zorba::ItemSequence_t lSeq = lXmlMgr->parseXML(ifile, file_scheme + val, lOptions); in set_var() local
435 zorba::Iterator_t lIter = lSeq->getIterator(); in set_var()
/dports/biology/clustalw/clustalw-2.1/src/alignment/
H A DAlignment.h138 void removeAllGapOnlyColumns(int fSeq, int lSeq, int profileNum);
H A DAlignment.cpp1527 void Alignment::removeAllGapOnlyColumns(int fSeq, int lSeq, int profileNum) in removeAllGapOnlyColumns() argument
1529 if(fSeq >= lSeq) in removeAllGapOnlyColumns()
1537 int numColumns = lSeq - fSeq + 1; in removeAllGapOnlyColumns()
1543 for(int j = fSeq; j <= lSeq; j++) in removeAllGapOnlyColumns()
1555 for(int j = fSeq; j <= lSeq; j++) in removeAllGapOnlyColumns()

12