Home
last modified time | relevance | path

Searched refs:addMarkup (Results 1 – 12 of 12) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/utils/hpc/
H A DHpcMarkup.hs285 addMarkup :: Int -- tabStop
300 addMarkup _ [] _loc os [] = function
302 addMarkup tabStop cs loc ((o,_):os) ticks | loc > o = function
303 closeTick ++ addMarkup tabStop cs loc os ticks
308 addMarkup tabStop cs loc os ((t1,t2,tik0):ticks) | loc == t1 = function
320 addMarkup tabStop0 cs loc os ((t1,_t2,_tik):ticks) | loc > t1 = function
322 addMarkup tabStop0 cs loc os ticks
326 = addMarkup tabStop0 (' ':'\n':cs) loc os ticks
327 addMarkup tabStop0 (c0:cs) loc@(Loc _ p) os ticks = function
332 addMarkup tabStop0 cs' loc' os ticks
[all …]
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/search/context/
H A DPassageConverter.java109 lhigh.addMarkup(PhraseHighlight.create(lstart, lend)); in convert()
114 lhigh.addMarkup(PhraseHighlight.createStarter(loff)); in convert()
119 lhigh.addMarkup(PhraseHighlight.createEnder(loff)); in convert()
127 lhigh.addMarkup(PhraseHighlight.createEntire()); in convert()
H A DLineHighlight.java98 public void addMarkup(PhraseHighlight phi) { in addMarkup() method in LineHighlight
/dports/audio/cantata/cantata-2.4.2/widgets/
H A Dselectorlabel.cpp49 static QString addMarkup(const QString &s, bool arrow, bool bold) in addMarkup() function
61 setText(addMarkup(text, useArrow, bold)); in addItem()
140 setText(addMarkup(Utils::strippedText(actions.at(current)->text()), useArrow, bold)); in setCurrentIndex()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Dmemoryagent.cpp90 m_service->addMarkup(m.address, m.length, m.color, m.toolTip); in setMarkup()
280 m_service->addMarkup(m.address, m.length, m.color, m.toolTip); in MemoryAgent()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-regex-xmlschema-9.2.0.3/examples/colorizeProgs/
H A DColorizeSourceCode.hs146 evalOpt ("markup", "1") p = return $ p { markupRE = addMarkup }
169 addMarkup :: Regex -> Regex
170 addMarkup = mkElse (parseRegexExt . mkLE $ markupT) function
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Da11ytextattributeswrapper.mm278 +(void)addMarkup:(XAccessibleTextMarkup*)markup withType:(sal_Int32)type toString:(NSMutableAttribu…
297 +(void)addMarkup:(XAccessibleTextMarkup*)markup toString:(NSMutableAttributedString*)string inRange…
298 …[AquaA11yTextAttributesWrapper addMarkup:markup withType:css::text::TextMarkupType::SPELLCHECK toS…
332 …[AquaA11yTextAttributesWrapper addMarkup:[wrapper accessibleTextMarkup] toString:string inRange:[o…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/bineditor/
H A Dbineditorservice.h58 …virtual void addMarkup(quint64 address, quint64 len, const QColor &color, const QString &toolTip) …
H A Dbineditorwidget.cpp114 …void addMarkup(quint64 a, quint64 l, const QColor &c, const QString &t) override { m_markup.append… in addMarkup() function in BinEditor::Internal::BinEditorWidgetPrivate
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Da11ytextattributeswrapper.mm293 +(void)addMarkup:(XAccessibleTextMarkup*)markup withType:(long)type toString:(NSMutableAttributedSt…
312 +(void)addMarkup:(XAccessibleTextMarkup*)markup toString:(NSMutableAttributedString*)string inRange…
313 …[AquaA11yTextAttributesWrapper addMarkup:markup withType:css::text::TextMarkupType::SPELLCHECK toS…
347 …[AquaA11yTextAttributesWrapper addMarkup:[wrapper accessibleTextMarkup] toString:string inRange:[o…
/dports/www/libwww/w3c-libwww-5.4.2/
H A DChangeLog496 * HTRDF.c: Changed addMarkup{Add,End} to make one call to
/dports/devel/abi-compliance-checker/abi-compliance-checker-2.3/checker/
H A Dabi-compliance-checker.pl7386 sub addMarkup($) subroutine
7433 $Content = addMarkup($Content);