Home
last modified time | relevance | path

Searched refs:bList (Results 1 – 25 of 150) sorted by relevance

123456

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/ML/InfoTheory/Wrap/
H A DInfoBitRanker.cpp56 PySequenceHolder<int> bList(classList); in SetBiasList() local
57 cList.reserve(bList.size()); in SetBiasList()
58 for (unsigned int i = 0; i < bList.size(); i++) { in SetBiasList()
59 cList.push_back(bList[i]); in SetBiasList()
66 PySequenceHolder<int> bList(maskBits); in SetMaskBits() local
67 cList.reserve(bList.size()); in SetMaskBits()
68 for (unsigned int i = 0; i < bList.size(); i++) { in SetMaskBits()
69 cList.push_back(bList[i]); in SetMaskBits()
/dports/graphics/cenon/Cenon/
H A DGerberImportSub.h50 - (void)removeClearLayers:bList;
51 - (void)changeListPolarity:bList bounds:(NSRect)bounds;
59 - (void)addStrokeList:(NSArray*)aList toList:(NSMutableArray*)bList; // receive a stroked p…
60 - (void)addFillList:(NSArray*)aList toList:(NSMutableArray*)bList; // receive a filled path (group)
61 - (void)addFillPath:(NSArray*)aList toList:(NSMutableArray*)bList;
H A DGerberImportSub.m52 - (void)removeClearLayers:bList
58 for (i=(int)[(NSArray*)bList count]-1; i>=0; i--)
59 { VGraphic *g=[bList objectAtIndex:i];
63 [bList removeObjectAtIndex:i];
73 int i, cnt=[(NSArray*)bList count];
109 { VGraphic *gr = [bList objectAtIndex:i];
117 [bList removeAllObjects];
118 [bList addObject:g];
136 [bList addObject:g];
156 [bList addObject:g];
[all …]
H A DType1ImportSub.m62 * copy the objects in aList to this object, add the group to bList
64 - (void)addFillList:(NSArray*)aList toList:(NSMutableArray*)bList
76 [bList addObject:g];
81 * copy the objects in aList to the path, add the path to bList
83 - (void)addStrokeList:(NSArray*)aList toList:(NSMutableArray*)bList
86 [bList addObject:[aList objectAtIndex:0]];
96 [bList addObject:g];
H A DPSImportSub.m62 * copy the objects in aList to this object, add the group to bList
64 - (void)addFillList:(NSArray*)aList toList:(NSMutableArray*)bList
76 [bList addObject:g];
81 * copy the objects in aList to the path, add the path to bList
83 - (void)addStrokeList:(NSArray*)aList toList:(NSMutableArray*)bList
86 [bList addObject:[aList objectAtIndex:0]];
96 [bList addObject:g];
H A DHPGLImportSub.m51 * copy the objects in aList to this object, add the group to bList
53 - (void)addFillList:aList toList:bList
61 [bList addObject:g];
65 * copy the objects in aList to the group, add the group to bList
67 - (void)addStrokeList:aList toList:bList
74 [bList addObject:g];
H A DHPGLImportSub.h53 - (void)addStrokeList:aList toList:bList;
54 - (void)addFillList:aList toList:bList;
H A DType1ImportSub.h54 - (void)addStrokeList:(NSArray*)aList toList:(NSMutableArray*)bList;
55 - (void)addFillList:(NSArray*)aList toList:(NSMutableArray*)bList;
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dbookmarkstorage.cpp32 void BookmarkStorage::storeBookmarks( const BookmarkList& bList, const ConferenceList& cList ) in storeBookmarks() argument
37 BookmarkList::const_iterator itb = bList.begin(); in storeBookmarks()
38 for( ; itb != bList.end(); ++itb ) in storeBookmarks()
68 BookmarkList bList; in handlePrivateXML() local
84 bList.push_back( item ); in handlePrivateXML()
111 m_bookmarkHandler->handleBookmarks( bList, cList ); in handlePrivateXML()
/dports/editors/abiword/abiword-3.0.5/plugins/openxml/common/xp/
H A DOXML_Element_Text.cpp80 bool bList = false; in serialize() local
87 bList = true; in serialize()
95 bList = true; in serialize()
101 bList = true; in serialize()
110 err = exporter->writeText(TARGET, text, bList); in serialize()
/dports/graphics/cenon/Cenon/VHFImport/
H A DGerberImport.h169 - (void)addStrokeList:aList toList:bList;
170 - (void)addFillList:aList toList:bList;
171 - (void)addFillPath:aList toList:bList;
172 - (void)changeListPolarity:bList bounds:(NSRect)bounds;
173 - (void)removeClearLayers:bList;
H A DSVGImport.h112 - (void)addGroupList:aList toList:bList;
113 - (void)addGroupList:aList toList:bList withTransform:(NSAffineTransform*)matrix;
114 - (void)addFillList:aList toList:bList;
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_proj4/
H A Dcrs_transform_utm.cpp114 CCRS_Transform_UTM_Grids::CCRS_Transform_UTM_Grids(bool bList) in CCRS_Transform_UTM_Grids() argument
115 : CCRS_Transform_Grid(bList) in CCRS_Transform_UTM_Grids()
119 bList ? _TL("Grid List") : _TL("Grid") in CCRS_Transform_UTM_Grids()
207 CCRS_Transform_UTM_Shapes::CCRS_Transform_UTM_Shapes(bool bList) in CCRS_Transform_UTM_Shapes() argument
208 : CCRS_Transform_Shapes(bList) in CCRS_Transform_UTM_Shapes()
212 bList ? _TL("Shapes List") : _TL("Shapes") in CCRS_Transform_UTM_Shapes()
H A Dcrs_transform_utm.h74 CCRS_Transform_UTM_Grids(bool bList);
94 CCRS_Transform_UTM_Shapes(bool bList);
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A D3dKS.R273 bList <- vector('list', nGrp) globalVar
284 bList[[ii]] <- lapply(bFN[[ii]], read.AFNI)
286 …if(ii==1) {myNote=bList[[1]][[1]]$header$HISTORY_NOTE; myOrig=bList[[1]][[1]]$origin; myDelta=bLis…
287 …lapply(lapply(bList[[ii]], function(x) x$dim), function(x) if(!all(x==myDim)) stop("Dimension mism…
289 bList[[ii]] <- lapply(bList[[ii]], function(x) x$ttt)
295 comArr <- array(unlist(c(bList)), dim=c(myDim[1:3], nTot))
296 rm(bList)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/tlslite/tlslite/utils/
H A Dpem.py60 bList = []
66 return bList
72 bList.append(retBytes)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/tlslite/utils/
H A Dpem.py60 bList = []
66 return bList
72 bList.append(retBytes)
/dports/security/py-tlslite/tlslite-0.4.9/tlslite/utils/
H A Dpem.py61 bList = []
67 return bList
73 bList.append(retBytes)
/dports/devel/doctorj/doctorj-5.1.2/org/incava/java/
H A DParameterUtil.java232 protected static int getListMatch(List aList, int aIndex, List bList) in getListMatch() argument
235 int bSize = bList.size(); in getListMatch()
237 String bStr = aIndex < bSize ? (String)bList.get(aIndex) : null; in getListMatch()
244 bList.set(aIndex, null); in getListMatch()
249 bStr = (String)bList.get(bi); in getListMatch()
252 bList.set(bi, null); in getListMatch()
/dports/graphics/intergif/igsrc/src/
H A Dintergif.c192 static BOOL ChoosePaletteMapper( const char *infile, BOOL bList, BOOL bJoin, in ChoosePaletteMapper() argument
228 if ( bList ) in ChoosePaletteMapper()
287 BOOL InterGif( const char *infile, BOOL bList, BOOL bJoin, BOOL bSplit, BOOL bSprite, in InterGif() argument
311 if ( bList ) in InterGif()
324 if ( !ChoosePaletteMapper( infile, bList, bJoin, b216, b256, g16, g256, palfile, nBest, in InterGif()
328 a = bList? (Anim_FromList( infile, pmap, bSame, bDiffuse, bZigZag, g16 | g256 )) in InterGif()
H A Dmain.c105 static BOOL bList = FALSE; variable
325 bList = TRUE; in DecodeArgs()
366 if ( bList && bJoin ) in DecodeArgs()
371 if ( bList && cfsi ) in DecodeArgs()
413 if ( !InterGif( infile, bList, bJoin, bSplit, bSprite, flags, bForceTrans, in main()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actionblockssave.cpp60 RS_BlockList* bList = appWindow->getBlockWidget() -> getBlockList(); in trigger() local
61 if (bList) { in trigger()
62 auto b=bList->getActive(); in trigger()
/dports/net-im/gloox/gloox-1.0.24/src/examples/
H A Dbookmarkstorage_example.cpp72 virtual void handleBookmarks( const BookmarkList &bList, const ConferenceList &cList ) in handleBookmarks() argument
76 BookmarkList::const_iterator it_b = bList.begin(); in handleBookmarks()
77 for( ; it_b != bList.end(); it_b++ ) in handleBookmarks()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_block.cpp178 RS_BlockList* bList = getBlockList(); in findNestedInsert() local
179 if (bList) { in findNestedInsert()
180 RS_Block* nestedBlock = bList->find(iName); in findNestedInsert()
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Djoin_array.q2 create table tinyB(a bigint, bList array<int>) stored as textfile;
10 select tinyB.a, tinyB.bList from tinyB full outer join tinyA on tinyB.a = tinyA.a;

123456