Home
last modified time | relevance | path

Searched refs:tagCol (Results 1 – 7 of 7) sorted by relevance

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/parser/
H A Dlatexparser.cpp115 int tagEnd, tagLine = 0, tagCol = 0; in parse() local
193 tagCol = tagEnd+1; in parse()
206 tagCol = result.col + 1; in parse()
299 …erOutput->structureViewItems.push_back(new StructureViewItem(m, tagLine, tagCol, KileStruct::Label… in parse()
345 …put->structureViewItems.push_back(new StructureViewItem(biblio, tagLine, tagCol, (*it).type, (*it)… in parse()
417 …erOutput->structureViewItems.push_back(new StructureViewItem(m, tagLine, tagCol, (*it).type, (*it)… in parse()
/dports/lang/ghc/ghc-8.10.7/ghc/GHCi/UI/
H A DTags.hs123 , tagCol :: Int -- column number function
210 showETag TagInfo{ tagName = tag, tagLine = lineNo, tagCol = colNo,
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/demos/
H A Dspreadsheet124 $t->tagCol('blue', 6,8);
/dports/lang/nim/nim-1.6.2/lib/pure/
H A Dhtmlparser.nim82 tagCol, ## the HTML `col` element
217 tagBr, tagCol, tagFrame, tagHr, tagImg, tagIsindex,
251 of "col": tagCol
/dports/lang/nim/nim-1.6.2/nimpretty/tests/
H A Dexhaustive.nim511 tagCol, ## the HTML ``col`` element
/dports/lang/nim/nim-1.6.2/nimpretty/tests/expected/
H A Dexhaustive.nim516 tagCol, ## the HTML ``col`` element
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pod/
H A DTableMatrix.pod1393 =item I<$table>-E<gt>B<tagCol>(I<tagName, ?col, ...?>)