Home
last modified time | relevance | path

Searched refs:vsep (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dvsep_c.c182 SpiceDouble vsep; in vsep_c() local
193 vsep = 0.0; in vsep_c()
194 return vsep; in vsep_c()
201 vsep = 0.0; in vsep_c()
202 return vsep; in vsep_c()
211 vsep = 2.00 * asin (0.50 * vnorm_c(vtemp)); in vsep_c()
220 vsep = pi_c() - 2.00 * asin (0.50 * vnorm_c(vtemp)); in vsep_c()
225 vsep = halfpi_c(); in vsep_c()
229 return vsep; in vsep_c()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dvsep_c.c182 SpiceDouble vsep; in vsep_c() local
193 vsep = 0.0; in vsep_c()
194 return vsep; in vsep_c()
201 vsep = 0.0; in vsep_c()
202 return vsep; in vsep_c()
211 vsep = 2.00 * asin (0.50 * vnorm_c(vtemp)); in vsep_c()
220 vsep = pi_c() - 2.00 * asin (0.50 * vnorm_c(vtemp)); in vsep_c()
225 vsep = halfpi_c(); in vsep_c()
229 return vsep; in vsep_c()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vdobler/chart/
H A Dkey.go191 vsep := KeyVertSep
192 if vsep < 1 {
193 vsep = 1
195 totalh += int(2 * vsep) // add border at top/bottom
205 vsep := KeyVertSep * float32(fontheight)
206 if vsep < 1 {
207 vsep = 1
228 vsep := KeyVertSep * float32(fh)
229 if vsep < 1 {
230 vsep = 1
[all …]
/dports/math/R/R-4.1.2/src/library/base/R/
H A Dby.R56 print.by <- function(x, ..., vsep) argument
61 if(missing(vsep))
62 vsep <- strrep("-", 0.75 * getOption("width"))
63 lapply(X = seq_along(x), FUN = function(i, x, vsep, ...) { argument
64 if(i != 1L && !is.null(vsep)) cat(vsep, "\n")
71 } , x, vsep, ...)
/dports/math/libRmath/R-4.1.1/src/library/base/R/
H A Dby.R56 print.by <- function(x, ..., vsep) argument
61 if(missing(vsep))
62 vsep <- strrep("-", 0.75 * getOption("width"))
63 lapply(X = seq_along(x), FUN = function(i, x, vsep, ...) { argument
64 if(i != 1L && !is.null(vsep)) cat(vsep, "\n")
71 } , x, vsep, ...)
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/
H A DUsage.hs25 ( Doc, text, vsep, ($$), vcat, hsep
73 usage cs = vsep
89 subusage super = vsep
106 usageHelper xs = vsep (groups xs)
131 getCommandMiniHelp msuper cmd = renderString $ vsep
143 getCommandHelp msuper cmd = vsep
168 vsep [superUsage super, usageHelper (getSubcommands super), commandHelp super]
/dports/databases/grass7/grass-7.8.6/lib/python/script/
H A Dutils.py253 def parse_key_val(s, sep='=', dflt=None, val_type=None, vsep=None): argument
278 vsep = encode(vsep) if vsep else vsep
280 if vsep:
281 lines = s.split(vsep)
/dports/net/easysoap/EasySoap++-0.8.0/src/
H A DSOAPParameterHandler.cpp86 const char *vsep = sp_strchr(val, ':'); in start() local
87 if (vsep) in start()
89 const char *vns = parser.ExpandNamespace(val, vsep); in start()
91 attr.Set(++vsep, vns); in start()
/dports/net-mgmt/observium/observium/html/pages/device/port/
H A Dvlans.inc.php51 $vsep=''; variable
54 echo($vsep.generate_port_link($otherport, short_ifname($otherport['ifDescr'])));
56 $vsep=", "; variable
/dports/editors/emacs-devel/emacs-4d1968b/lisp/play/
H A Dsolitaire.el223 (vsep (cond ((> h 17) "\n\n")
228 (* 6 (1- (length vsep)))) 2) ?\n))
229 (when (or (string= vsep "\n\n") (> h 12))
236 (insert (format " %s %so%so%so%s" hsep hsep hsep hsep vsep))
237 (insert (format "%s %s %so%so%so%s" indent hsep hsep hsep hsep vsep))
238 (insert (format "%so%so%so%so%so%so%so%s" indent hsep hsep hsep hsep hsep hsep vsep))
241 (insert (format ".%so%so%so%s" hsep hsep hsep vsep))
242 (insert (format "%so%so%so%so%so%so%so%s" indent hsep hsep hsep hsep hsep hsep vsep))
243 (insert (format "%s %s %so%so%so%s" indent hsep hsep hsep hsep vsep))
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/port/
H A Dvlans.inc.php56 $vsep = ''; variable
59 echo $vsep . generate_port_link($otherport, makeshortif($otherport['ifDescr']));
64 $vsep = ', '; variable
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/src/Wingman/Metaprogramming/Parser/
H A DDocumentation.hs144 prettyCommand (MC name syn det desc _ exs) = vsep
152 , vsep $ fmap (prettyExample name) exs
174 align $ vsep
180 , codeFence $ vsep
198 codeFence d = align $ vsep
211 . vsep
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/src/Wingman/Metaprogramming/Parser/
H A DDocumentation.hs144 prettyCommand (MC name syn det desc _ exs) = vsep
152 , vsep $ fmap (prettyExample name) exs
174 align $ vsep
180 , codeFence $ vsep
198 codeFence d = align $ vsep
211 . vsep
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dspbmark.cwl21 \supersub[vsep%l](align){sup}{sub}[hshift%l](sup code,sub code)
23 \supersub*[vsep%l](align){sup}{sub}[hshift%l](sup code,sub code)
25 \spb[vsep%l](align){sup content}{sub content}[hshift%l](sup code,sub code)#*
27 \spb*[vsep%l](align){sup content}{sub content}[hshift%l](sup code,sub code)#*
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/tabular-0.2.2.8/Text/Tabular/
H A DAsciiArt.hs62 helper = either vsep dashes
64 vsep NoLine = [sep] function
65 vsep SingleLine = sep : "+" ++ [sep] function
66 vsep DoubleLine = sep : "++" ++ [sep] function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/tabular-0.2.2.8/Text/Tabular/
H A DAsciiArt.hs62 helper = either vsep dashes
64 vsep NoLine = [sep] function
65 vsep SingleLine = sep : "+" ++ [sep] function
66 vsep DoubleLine = sep : "++" ++ [sep] function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tabular-0.2.2.8/Text/Tabular/
H A DAsciiArt.hs62 helper = either vsep dashes
64 vsep NoLine = [sep] function
65 vsep SingleLine = sep : "+" ++ [sep] function
66 vsep DoubleLine = sep : "++" ++ [sep] function
/dports/editors/emacs/emacs-27.2/lisp/play/
H A Dsolitaire.el226 (vsep (cond ((> h 17) "\n\n")
231 (* 6 (1- (length vsep)))) 2) ?\n))
232 (when (or (string= vsep "\n\n") (> h 12))
239 (insert (format " %s %so%so%so%s" hsep hsep hsep hsep vsep))
240 (insert (format "%s %s %so%so%so%s" indent hsep hsep hsep hsep vsep))
241 (insert (format "%so%so%so%so%so%so%so%s" indent hsep hsep hsep hsep hsep hsep vsep))
244 (insert (format ".%so%so%so%s" hsep hsep hsep vsep))
245 (insert (format "%so%so%so%so%so%so%so%s" indent hsep hsep hsep hsep hsep hsep vsep))
246 (insert (format "%s %s %so%so%so%s" indent hsep hsep hsep hsep vsep))
/dports/devel/libslang2/slang-2.3.2/modules/
H A Djson.sl86 % pvs indent KEY nsep VAL vsep pvs indent KEY nsep VAL vsep
90 variable sep = bstrcat (q.vsep, q.post_vsep, new_indent);
131 % pvs, new_indent, VALUE, vsep, pvs, new_indent, VALUE, vsep, pvs, ..., new_indent, VALUE, pvs
134 variable sep = bstrcat (q.vsep, q.post_vsep, new_indent);
222 vsep = q.pre_vsep + ",",
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/prettyprinter-1.7.0/bench/
H A DLargeOutput.hs84 pretty (Binds bs) = align (vsep (map prettyBinding (M.assocs bs)))
101 align (vsep [ "let" <+> align (pretty binds)
104 Case scrutinee alts -> vsep
106 , indent 4 (align (vsep (map pretty alts))) ]
124 pretty (Binds bs) = WL.align (WL.vsep (map prettyBinding (M.assocs bs)))
144 WL.align (WL.vsep [ "let" WL.<+> WL.align (WL.pretty binds)
147 Case scrutinee alts -> WL.vsep
149 , WL.indent 4 (WL.align (WL.vsep (map WL.pretty alts))) ]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/prettyprinter-1.7.0/bench/
H A DLargeOutput.hs84 pretty (Binds bs) = align (vsep (map prettyBinding (M.assocs bs)))
101 align (vsep [ "let" <+> align (pretty binds)
104 Case scrutinee alts -> vsep
106 , indent 4 (align (vsep (map pretty alts))) ]
124 pretty (Binds bs) = WL.align (WL.vsep (map prettyBinding (M.assocs bs)))
144 WL.align (WL.vsep [ "let" WL.<+> WL.align (WL.pretty binds)
147 Case scrutinee alts -> WL.vsep
149 , WL.indent 4 (WL.align (WL.vsep (map WL.pretty alts))) ]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/prettyprinter-1.7.0/bench/
H A DLargeOutput.hs84 pretty (Binds bs) = align (vsep (map prettyBinding (M.assocs bs)))
101 align (vsep [ "let" <+> align (pretty binds)
104 Case scrutinee alts -> vsep
106 , indent 4 (align (vsep (map pretty alts))) ]
124 pretty (Binds bs) = WL.align (WL.vsep (map prettyBinding (M.assocs bs)))
144 WL.align (WL.vsep [ "let" WL.<+> WL.align (WL.pretty binds)
147 Case scrutinee alts -> WL.vsep
149 , WL.indent 4 (WL.align (WL.vsep (map WL.pretty alts))) ]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/src/What4/Protocol/VerilogWriter/
H A DABCVerilog.hs27 vsep
28 [ nest 2 $ vsep
30 , vsep (map inputDoc (reverse (vsInputs ms)))
31 , vsep (map (wireDoc "wire") (reverse (vsWires ms)))
32 , vsep (map (wireDoc "output") (reverse (vsOutputs ms)))
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dgrid_container.cpp44 int vsep = get_constant("vseparation"); in _notification() local
100 ms.height += vsep * max_row; in _notification()
121 row_ofs += row_minh[row - 1] + vsep + (row_expanded.has(row - 1) ? row_expand : 0); in _notification()
179 int vsep = get_constant("vseparation"); in get_minimum_size() local
217 ms.height += vsep * max_row; in get_minimum_size()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dgrid_container.cpp44 int vsep = get_constant("vseparation"); in _notification() local
100 ms.height += vsep * max_row; in _notification()
121 row_ofs += row_minh[row - 1] + vsep + (row_expanded.has(row - 1) ? row_expand : 0); in _notification()
179 int vsep = get_constant("vseparation"); in get_minimum_size() local
217 ms.height += vsep * max_row; in get_minimum_size()

1234567891011