Home
last modified time | relevance | path

Searched refs:posMap (Results 1 – 25 of 81) sorted by relevance

1234

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dregexp.go17 posMap []int member
262 runes, posMap = cache.runes, cache.posMap
285 posMap: posMap,
306 result = append(result, posMap[group.Index], posMap[group.Index+group.Length])
360 posMap = make([]int, 0, l+1)
382 posMap = append(posMap, curPos)
385 posMap = append(posMap, curPos)
390 mapped := sort.SearchInts(posMap, pos)
391 if mapped < len(posMap) && posMap[mapped] != pos {
414 start := posMap[group.Index]
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dregexp.go17 posMap []int member
262 runes, posMap = cache.runes, cache.posMap
285 posMap: posMap,
306 result = append(result, posMap[group.Index], posMap[group.Index+group.Length])
360 posMap = make([]int, 0, l+1)
382 posMap = append(posMap, curPos)
385 posMap = append(posMap, curPos)
390 mapped := sort.SearchInts(posMap, pos)
391 if mapped < len(posMap) && posMap[mapped] != pos {
414 start := posMap[group.Index]
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dposmap.go14 type posMap struct { struct
25 func (m *posMap) pos(p poser) src.XPos { return m.makeXPos(p.Pos()) } argument
26 func (m *posMap) end(p ender) src.XPos { return m.makeXPos(p.End()) } argument
28 func (m *posMap) makeXPos(pos syntax.Pos) src.XPos { argument
39 func (m *posMap) makeSrcPosBase(b0 *syntax.PosBase) *src.PosBase { argument
75 func (m *posMap) join(other *posMap) { argument
H A Dirgen.go23 func checkFiles(noders []*noder) (posMap, *types2.Package, *types2.Info) {
29 var m posMap
32 m.join(&p.posMap)
88 posMap: m,
142 posMap anonMember
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pyasn1/pyasn1/type/
H A Dtagmap.py4 def __init__(self, posMap={}, negMap={}, defType=None): argument
5 self.__posMap = posMap.copy()
37 posMap = self.__posMap.copy()
39 if uniq and k in posMap:
41 posMap[k] = parentType
47 posMap, negMap, defType,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/pyasn1/type/
H A Dtagmap.py4 def __init__(self, posMap={}, negMap={}, defType=None): argument
5 self.__posMap = posMap.copy()
51 posMap = self.__posMap.copy()
53 if uniq and k in posMap:
55 posMap[k] = parentType
61 posMap, negMap, defType,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Controller/ContentElement/
H A DMoveElementController.php162 $posMap = GeneralUtility::makeInstance(PageMovingPagePositionMap::class);
163 $posMap->moveOrCopy = $this->makeCopy ? 'copy' : 'move';
164 $posMap->moveUid = $this->moveUid;
181 …$assigns['pages']['positionTree'] = $posMap->positionTree($this->page_id, $pageInfo, $this->perms_…
196 $posMap = GeneralUtility::makeInstance(ContentMovingPagePositionMap::class);
197 $posMap->moveOrCopy = $this->makeCopy ? 'copy' : 'move';
198 $posMap->moveUid = $this->moveUid;
199 $posMap->cur_sys_language = $this->sys_language;
212 …$assigns['ttContent']['contentElementColumns'] = $posMap->printContentElementColumns($this->page_i…
229 …$assigns['ttContent']['positionTree'] = $posMap->positionTree($this->page_id, $pageInfo, $this->pe…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Controller/ContentElement/
H A DMoveElementController.php198 $posMap = GeneralUtility::makeInstance(PageMovingPagePositionMap::class);
199 $posMap->moveOrCopy = $this->makeCopy ? 'copy' : 'move';
200 $posMap->moveUid = $this->moveUid;
217 …$assigns['pages']['positionTree'] = $posMap->positionTree($this->page_id, $pageInfo, $this->perms_…
232 $posMap = GeneralUtility::makeInstance(ContentMovingPagePositionMap::class);
233 $posMap->moveOrCopy = $this->makeCopy ? 'copy' : 'move';
234 $posMap->moveUid = $this->moveUid;
235 $posMap->cur_sys_language = $this->sys_language;
248 …$assigns['ttContent']['contentElementColumns'] = $posMap->printContentElementColumns($this->page_i…
265 …$assigns['ttContent']['positionTree'] = $posMap->positionTree($this->page_id, $pageInfo, $this->pe…
H A DNewContentElementController.php335 $posMap = GeneralUtility::makeInstance(
340 $posMap->cur_sys_language = $this->sys_language;
349 $this->onClickEvent = $posMap->onClickInsertRecord(
438 …$this->view->assign('posMap', $posMap->printContentElementColumns($this->id, 0, $colPosList, 1, $t…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dregexp.go148 posMap := make([]int, s.length()+1)
158 posMap[curRuneIdx] = curPos
162 posMap[curRuneIdx] = curPos
175 start := posMap[group.Index]
176 end := posMap[group.Index+group.Length]
252 posMap := make(map[int]int)
264 posMap[l] = curPos
267 posMap[len(utf8Bytes)] = curPos
272 mapped, exists := posMap[pos]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/mason2/
H A Dmason_simulator.cpp75 PositionMap const & posMap; member in SingleEndRecordBuilder
87 PositionMap const & posMap, in SingleEndRecordBuilder() argument
91 …info(info), seq(seq), ss(ss), buffer(buffer), qual(qual), posMap(posMap), refName(refName), refSeq… in SingleEndRecordBuilder()
110 gi = posMap.getGenomicInterval(info.beginPos); in build()
296 PositionMap const & posMap; member in PairedEndRecordBuilder
311 PositionMap const & posMap, in PairedEndRecordBuilder() argument
316 posMap(posMap), refName(refName), refSeq(refSeq), rID(rID), hID(hID), fID(fID) in PairedEndRecordBuilder()
337 giL = posMap.getGenomicInterval(infoL.beginPos); in build()
678 PositionMap const & posMap, in _simulatePairedEnd() argument
745 PositionMap const & posMap, in _simulateSingleEnd() argument
[all …]
H A Dgenomic_variants.h511 PositionMap & posMap, in run() argument
517 return _runImpl(&resultSeq, &posMap, 0, smallVars, breakpoints, &refSeq, 0, haplotypeId); in run()
522 PositionMap & posMap, in run() argument
530 …return _runImpl(&resultSeq, &posMap, &resultLvls, smallVars, breakpoints, &refSeq, &refLvls, haplo… in run()
536 PositionMap * posMap,
H A Dmason_splicing.cpp296 std::pair<int, int> smallVarInt = vcfMat.posMap.originalToSmallVarInterval( in _performSplicing()
298 GenomicInterval gi = vcfMat.posMap.getGenomicIntervalSmallVarPos(smallVarInt.first); in _performSplicing()
300 … GenomicInterval giR = vcfMat.posMap.getGenomicIntervalSmallVarPos(smallVarInt.second - 1); in _performSplicing()
302 std::pair<int, int> largeVarInt = vcfMat.posMap.smallVarToLargeVarInterval( in _performSplicing()
H A Dvcf_materialization.cpp292 posMap.reinit(journal); in _materializeNext()
296 createIntervalTree(posMap.svIntervalTree, intervals); in _materializeNext()
297 createIntervalTree(posMap.svIntervalTreeSTL, intervals); in _materializeNext()
324 … varMat.run(seq, posMap, *levels, varInfos, breakpoints, contigSeq, currentLevels, nextHaplotype); in _materializeNext()
326 varMat.run(seq, posMap, varInfos, breakpoints, contigSeq, nextHaplotype); in _materializeNext()
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/hashicorp/hcl2/hclpack/
H A Dpositions_packed.go267 func packPositions(rngs map[hcl.Range]struct{}) (fns []string, poss positionsPacked, posMap map[str…
283 posMap = make(map[string]map[hcl.Pos]posOfs)
289 if _, exists := posMap[fn][pos]; exists {
303 if posMap[fn] == nil {
304 posMap[fn] = make(map[hcl.Pos]posOfs)
306 posMap[fn][pos] = ofs
311 return fns, retPos, posMap
/dports/textproc/p5-WordNet-Similarity/WordNet-Similarity-2.07/utils/
H A DsemCorFreq.pl70 my %posMap;
71 $posMap{"1"} = "n";
72 $posMap{"2"} = "v";
94 push @{$offsetMnem{$line[1].$posMap{$posHere}}}, $line[0];
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/
H A Dqpanellayout.cpp96 QHash<int, QString> posMap; in serialized() local
108 if ( !posMap.contains(position) ) in serialized()
110 posMap[position] = QString::number(position) + "{" + panel->id() + "}"; in serialized()
112 QString& ref = posMap[position]; in serialized()
118 return QStringList(posMap.values()).join(""); in serialized()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/
H A Dqpanellayout.cpp96 QHash<int, QString> posMap; in serialized() local
108 if ( !posMap.contains(position) ) in serialized()
110 posMap[position] = QString::number(position) + "{" + panel->id() + "}"; in serialized()
112 QString& ref = posMap[position]; in serialized()
118 return QStringList(posMap.values()).join(""); in serialized()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/ace/
H A DAceFormat.cpp252 …OAdapter *io, U2OpStatus &ti, char *buff, int count, QMap<QString, int> &posMap, QMap<QString, boo… in parseAFTag() argument
281 posMap.insert(name, paddedStart); in parseAFTag()
365 static inline int getSmallestOffset(const QMap<QString, int> &posMap) { in getSmallestOffset() argument
367 foreach (int value, posMap) { in getSmallestOffset()
429 QMap<QString, int> posMap; in load() local
430 parseAFTag(io, os, buff, count, posMap, complMap, names); in load()
433 int smallestOffset = getSmallestOffset(posMap); in load()
445 int pos = posMap.value(name) - 1; in load()
H A DAceImportUtils.cpp172 QMap<QByteArray, int> posMap; in getAssembly() local
173 parseAfTag(io, buff, readsCount, posMap, complMap, names); in getAssembly()
176 int smallestOffset = getSmallestOffset(posMap); in getAssembly()
191 read.offset = posMap.value(read.name) - 1; in getAssembly()
317 void AceReader::parseAfTag(U2::IOAdapter *io, char *buff, int count, QMap<QByteArray, int> &posMap,… in parseAfTag() argument
364 posMap.insert(name, readPos); in parseAfTag()
439 int AceReader::getSmallestOffset(const QMap<QByteArray, int> &posMap) { in getSmallestOffset() argument
441 foreach (int value, posMap) { in getSmallestOffset()
H A DAceImportUtils.h90 …void parseAfTag(IOAdapter *io, char *buff, int count, QMap<QByteArray, int> &posMap, QMap<QByteArr…
95 int getSmallestOffset(const QMap<QByteArray, int> &posMap);
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/model/
H A DNetList.java24 private HashMap<Vector, Net> posMap; field in NetList
153 if (posMap == null) in add()
154 posMap = getAllNetPositions(); in add()
156 Net net = posMap.get(pin.getPos()); in add()
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/
H A Dqpanellayout.cpp93 QHash<int, QString> posMap; in serialized() local
105 if ( !posMap.contains(position) ) in serialized()
107 posMap[position] = QString::number(position) + "{" + panel->id() + "}"; in serialized()
109 QString& ref = posMap[position]; in serialized()
115 return QStringList(posMap.values()).join(""); in serialized()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/ContentElement/
H A DNewContentElementController.php274 $posMap = GeneralUtility::makeInstance(ContentCreationPagePositionMap::class);
275 $posMap->cur_sys_language = $this->sys_language;
276 $posMap->defVals = (array)($request->getParsedBody()['defVals'] ?? []);
277 $posMap->saveAndClose = (bool)($request->getParsedBody()['saveAndClose'] ?? false);
278 $posMap->R_URI = $this->R_URI;
279 $this->view->assign('posMap', $posMap->printContentElementColumns($this->id));
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A DcheckDocument.cpp82 posMap.clear(); in CheckDocument()
212 emit selectElement(itemMap[ite], true, posMap[ite]); in slotSelect()
248 emit selectElement(masterPageItemMap[ite], true, posMap[ite]); in slotSelect()
278 posMap.clear(); in clearErrorList()
549 posMap.insert(object, it3.value()); in buildErrorList()
558 posMap.insert(object, it3.value()); in buildErrorList()
651 posMap.insert(object, it3.value()); in buildErrorList()
661 posMap.insert(object, it3.value()); in buildErrorList()
720 posMap.insert(object, it3.value()); in buildErrorList()
729 posMap.insert(object, it3.value()); in buildErrorList()

1234