Home
last modified time | relevance | path

Searched refs:mkLabel (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/lib-internal/Text/Pandoc/CrossRef/Util/
H A DCustomLabels.hs33 = mkLabel i (refLabel <> "Labels") cl
39 = mkLabel i "secLevelLabels" cl
42 mkLabel :: Int -> T.Text -> MetaValue -> Maybe T.Text
43 mkLabel i n lt function
/dports/comms/tkhylafax/tkhylafax/
H A Dtkhylafax.unpatched126 mkLabel $Th_Info(docs) label {-side top -anchor n} -text {Documents to Fax}
138 mkLabel $Th_Info(cover) label {-side top -anchor n} \
164 mkLabel $Th_Info(schedule) label {-side top -anchor n} \
199 mkLabel $parent.$frame tdLabel {-side left} -text {Transmit Delay:} \
201 mkLabel $parent.$frame tdHours {-side left} -text 0 \
203 mkLabel $parent.$frame tdColon {-side left} -text {:} -anchor w
204 mkLabel $parent.$frame tdMin {-side left} -text 0 \
221 mkLabel $parent.$frame retryLabel {-side left} -text {Maximum Retries:} \
223 mkLabel $parent.$frame retryCount {-side left} -text 0 \
H A DmkWidgets.t80 proc mkLabel { parent {name label} {where {-side left}} args } {
136 mkLabel $parent.$frame label {-side left} -anchor w -text $text \
224 mkLabel $parent.$frame label {-side left} -anchor w -text $text \
282 mkLabel $parent.$frame label {-side left} -anchor w -text $label -width $lw
410 mkLabel $parent hdr {-side top -fill x} -text $text -font fixed
/dports/astro/stellarium/stellarium-0.21.3/scripts/tests/
H A Dscreen_image5.ssc23 function mkLabel(dat)
52 …LabelMgr.labelScreen(mkLabel(testData[i]), testData[i][0], testData[i][1] - 15, true, 11, "#00ff00…
/dports/math/R/R-4.1.2/src/library/utils/R/
H A DsessionInfo.R148 mkLabel <- function(L, n) { function
189 print(mkLabel(x, "otherPkgs"), quote = FALSE, ...)
193 print(mkLabel(x, "loadedOnly"), quote = FALSE, ...)
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A DsessionInfo.R148 mkLabel <- function(L, n) { function
189 print(mkLabel(x, "otherPkgs"), quote = FALSE, ...)
193 print(mkLabel(x, "loadedOnly"), quote = FALSE, ...)
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DMonad.hs815 , mkLabel tid tscp, then_, mkBranch endif
816 , mkLabel fid tscp, else_, mkLabel endif tscp ]
825 return $ catAGraphs [ mkCbranch e tid endif l, mkLabel endif tscp ]
836 , mkLabel tid tscp, tbranch, mkLabel endif tscp ]
847 return $ catAGraphs [copyout, mkLabel k tscp, copyin]
H A DLayout.hs129 emit (copyout <*> mkLabel k tscope <*> copyin)
236 <*> mkLabel is_tagged_lbl tscope
238 <*> mkLabel fast_lbl tscope
241 <*> mkLabel slow_lbl tscope
243 <*> mkLabel end_lbl tscope)
H A DExpr.hs668 return ( Just (mkLabel lbl scp <*> stmts, scp)
1137 mkLabel lret tscope <*>
H A DForeign.hs250 <*> mkLabel k tscope
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DMkGraph.hs6 , mkLabel, mkMiddle, mkLast, outOfLine
155 mkLabel :: BlockId -> CmmTickScope -> CmmAGraph
156 mkLabel bid scp = unitOL (CgLabel bid scp) function
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dhtmlparse.y301 static htmllabel_t* mkLabel (void* obj, int kind) in mkLabel() function
447 html : T_html fonttext T_end_html { HTMLstate.lbl = mkLabel($2,HTML_TEXT); }
448 | T_html fonttable T_end_html { HTMLstate.lbl = mkLabel($2,HTML_TBL); }
H A Dy.tab.c353 static htmllabel_t* mkLabel (void* obj, int kind) in mkLabel() function
1806 { HTMLstate.lbl = mkLabel((yyvsp[-1].txt),HTML_TEXT); } in yyparse()
1812 { HTMLstate.lbl = mkLabel((yyvsp[-1].tbl),HTML_TBL); } in yyparse()
H A Dhtmlparse.c353 static htmllabel_t* mkLabel (void* obj, int kind) in mkLabel() function
1806 { HTMLstate.lbl = mkLabel((htmlvsp[-1].txt),HTML_TEXT); } in htmlparse()
1812 { HTMLstate.lbl = mkLabel((htmlvsp[-1].tbl),HTML_TBL); } in htmlparse()
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/
H A Dwidget_old136 ['Labels', \&mkLabel, 0],
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/Display/
H A DLabel.chs233 makeNewObject mkLabel $
258 makeNewObject mkLabel $
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/Display/
H A DLabel.chs233 makeNewObject mkLabel $
258 makeNewObject mkLabel $
/dports/devel/fpc-fcl-passrc/fpc-3.2.2/packages/fcl-passrc/tests/
H A Dtcresolver.pas27 mkLabel,
1359 AddMarkerForTokenBehindComment(mkLabel,Identifier);
2065 if (Result^.Kind=mkLabel)
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-passrc/tests/
H A Dtcresolver.pas27 mkLabel,
1359 AddMarkerForTokenBehindComment(mkLabel,Identifier);
2065 if (Result^.Kind=mkLabel)
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/X86Code/
H A DX86OUTPUTCODE.ML2722 fun mkLabel() = Label{labelNo= !labelCount} before labelCount := !labelCount + 1
2750 val destLabel = mkLabel()
2755 val extraLabel = mkLabel()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/
H A DTypes.chs187 mkLabel, unLabel,
1639 mkLabel = (Label, objectUnrefFromMainloop)
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/
H A DTypes.chs187 mkLabel, unLabel,
1639 mkLabel = (Label, objectUnrefFromMainloop)
/dports/lang/fpc-source/fpc-3.2.2/packages/pastojs/tests/
H A Dtcmodules.pas38 mkLabel,
/dports/lang/fpc-pastojs/fpc-3.2.2/packages/pastojs/tests/
H A Dtcmodules.pas38 mkLabel,