Home
last modified time | relevance | path

Searched refs:lMap (Results 1 – 22 of 22) sorted by relevance

/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/formats/chm/
H A DCHMPlugin.cpp147 …BookModel::Label match(const std::map<std::string,BookModel::Label> &lMap, const std::string &id) …
150 BookModel::Label CHMHyperlinkMatcher::match(const std::map<std::string,BookModel::Label> &lMap, con… in match() argument
151 std::map<std::string,BookModel::Label>::const_iterator it = lMap.find(id); in match()
152 if (it != lMap.end()) { in match()
157 it = lMap.find(id.substr(0, index)); in match()
159 return (it != lMap.end()) ? it->second : BookModel::Label(0, -1); in match()
/dports/textproc/zorba/zorba-2.7.0/src/debugger/
H A Ddebugger_event_listener.cpp90 std::list< std::pair<zstring, zstring> > lMap = lEvaluatedEvent->getValuesAndTypes(); in run() local
92 for (it=lMap.begin(); it!=lMap.end(); ++it) { in run()
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/wikidata/
H A Dwikidata_validate.go60 lMap := make(map[lintingResult]bool)
61 lMap[linting] = critical
62 linter[uri] = lMap
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/retrie-0.1.1.1/Retrie/
H A DPretty.hs49 ppRepl lMap spn replacement = fromMaybe [replacement] $ do function
60 getLine' pos = HashMap.lookup (srcLocLine pos) lMap
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/uconv/util/
H A Duscan.c567 static const uint8_t lMap[] = { in uCnSAlways8BytesDecomposedHangul() local
578 LIndex = lMap[in[3] - 0xa1]; in uCnSAlways8BytesDecomposedHangul()
642 static const uint8_t lMap[32]={ /* totaly 19 */ in uCheckAndScanJohabHangul() local
664 LIndex=lMap[(ch>>10)& 0x1F]; in uCheckAndScanJohabHangul()
H A Dugen.c537 static const uint8_t lMap[LCount] = { in uCnGAlways8BytesDecomposedHangul() local
573 out[3] = lMap[LIndex] ; in uCnGAlways8BytesDecomposedHangul()
/dports/math/lemon/lemon-1.3.1/doc/html/
H A Da01056.map2 <area shape="rect" id="node2" href="$a00311.html" title="Preflow\&lt; Digraph, Capacity\lMap, SetSt…
H A Da01054.map2 <area shape="rect" id="node2" href="$a00311.html" title="Preflow\&lt; Digraph, Capacity\lMap, SetFl…
H A Da01052.map2 <area shape="rect" id="node2" href="$a00311.html" title="Preflow\&lt; Digraph, Capacity\lMap, SetEl…
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/unicode/
H A Dmkunicode.tcl594 proc print_categories {lMap} { argument
637 set first [lindex $lMap 0 0]
638 set class [lindex $lMap 0 1]
644 foreach m $lMap {
750 proc print_test_categories {lMap} { argument
753 foreach e $lMap {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/unicode/
H A Dmkunicode.tcl594 proc print_categories {lMap} { argument
637 set first [lindex $lMap 0 0]
638 set class [lindex $lMap 0 1]
644 foreach m $lMap {
749 proc print_test_categories {lMap} { argument
752 foreach e $lMap {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/unicode/
H A Dmkunicode.tcl594 proc print_categories {lMap} { argument
637 set first [lindex $lMap 0 0]
638 set class [lindex $lMap 0 1]
644 foreach m $lMap {
750 proc print_test_categories {lMap} { argument
753 foreach e $lMap {
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Ddynamiccontextimpl.cpp161 CompilerCB::SctxMap& lMap = theQuery->theCompilerCB->theSctxMap; in get_var_info() local
164 for (ite = lMap.begin(); ite != lMap.end(); ++ite) in get_var_info()
H A Dxqueryimpl.cpp837 CompilerCB::SctxMap& lMap = theCompilerCB->theSctxMap; in isBoundVariable() local
838 CompilerCB::SctxMap::const_iterator ite = lMap.begin(); in isBoundVariable()
839 CompilerCB::SctxMap::const_iterator end = lMap.end(); in isBoundVariable()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/bookmodel/
H A DBookModel.h58 virtual Label match(const std::map<std::string,Label> &lMap, const std::string &id) const = 0;
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dpul_primitives.cpp1820 store::Index_t lMap = GET_STORE().getMap(theQName); in apply() local
1822 if (!lMap) in apply()
1828 ValueIndex* lImpl = static_cast<ValueIndex*>(lMap.getp()); in apply()
1876 store::Index_t lMap = GET_STORE().getMap(theQName); in apply() local
1878 if (!lMap) in apply()
1887 static_cast<simplestore::ValueHashIndex*>(lMap.getp()); in apply()
/dports/editors/the/THE-3.3RC4/
H A Dnonansi.c1102 ULONG lMap=0L; in LongFileNames() local
1113 DosQueryCurrentDisk(&nDrive, &lMap); in LongFileNames()
1146 ULONG lMap=0L; in LongFileNames() local
1156 DosQueryCurrentDisk(&nDrive, &lMap); in LongFileNames()
/dports/editors/jed/jed-0.99-19/src/
H A Dos2.c558 ULONG lMap; in IsHPFSFileSystem() local
580 DosQueryCurrentDisk (&nDrive, &lMap); in IsHPFSFileSystem()
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dos2.c561 ULONG lMap; in IsHPFSFileSystem() local
583 DosQueryCurrentDisk (&nDrive, &lMap); in IsHPFSFileSystem()
/dports/archivers/unzip/unzip60/os2/
H A Dos2.c893 ULONG lMap; in IsFileSystemFAT() local
911 DosQueryCurrentDisk(&nDrive, &lMap); in IsFileSystemFAT()
1693 ULONG lMap; variable
1694 DosQueryCurrentDisk(&G.os2.nLabelDrive, &lMap);
/dports/archivers/zip/zip30/os2/
H A Dos2zip.c279 ULONG lMap; in IsFileSystemFAT() local
297 DosQueryCurrentDisk(&nDrive, &lMap); in IsFileSystemFAT()
/dports/net/yate/yate-6.4.0-1/libs/yscript/
H A Djavascript.cpp3515 NamedList lMap(""), nMap(""); in dump() local
3524 tmp = lMap[fl]; in dump()
3527 lMap.addParam(fl,tmp); in dump()
3547 tmp = lMap[fl]; in dump()
3550 lMap.addParam(fl,tmp); in dump()
3560 tmp = lMap[cfl]; in dump()
3563 lMap.addParam(cfl,tmp); in dump()