Home
last modified time | relevance | path

Searched defs:rjust (Results 1 – 25 of 105) sorted by relevance

12345

/dports/lang/ghc/ghc-8.10.7/utils/hpc/
H A DHpcShowTix.hs50 let rjust n str = take (n - length str) (repeat ' ') ++ str function
/dports/devel/gitinspector/gitinspector-0.4.4/gitinspector/
H A Dterminal.py146 def rjust(string, pad): function
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dfmt_scan.c136 int rjust; local
410 int i, c, rjust; local
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/QuickCheck-2.14.1/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/QuickCheck-2.14.2/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/QuickCheck-2.14/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/QuickCheck-2.14.2/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/QuickCheck-2.14/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/QuickCheck-2.14.2/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/QuickCheck-2.14.2/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/QuickCheck-2.14.2/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/QuickCheck-2.14/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/QuickCheck-2.14.2/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/QuickCheck-2.14.2/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/QuickCheck-2.14.2/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/QuickCheck-2.14.2/src/Test/QuickCheck/
H A DText.hs87 rjust n xs = replicate (n - length xs) ' ' ++ xs function
/dports/math/eprover/eprover-E-2.0/PYTHON/
H A Dgenprot.py99 def rjust(amount): return lambda s: s.rjust(amount) function
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-string-ext/mrblib/
H A Dstring.rb294 def rjust(idx, padstr = ' ') method in String
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-string-ext/mrblib/
H A Dstring.rb294 def rjust(idx, padstr = ' ') method in String
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-string-ext/mrblib/
H A Dstring.rb294 def rjust(idx, padstr = ' ') method in String
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-string-ext/mrblib/
H A Dstring.rb294 def rjust(idx, padstr = ' ') method in String
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-string-ext/mrblib/
H A Dstring.rb294 def rjust(idx, padstr = ' ') method in String
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-string-ext/mrblib/
H A Dstring.rb294 def rjust(idx, padstr = ' ') method in String
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-string-ext/mrblib/
H A Dstring.rb294 def rjust(idx, padstr = ' ') method in String
/dports/biology/babel/babel-1.6/
H A Dstrngutl.c21 char *rjust(char *str) in rjust() function

12345