Home
last modified time | relevance | path

Searched +defs:T +defs:ps (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/ps/
H A Dps_test.go1 package ps package
12 func TestFailure(t *testing.T) {
17 func TestComm(t *testing.T) {
24 func TestRSS(t *testing.T) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/ps/
H A Dps_test.go1 package ps package
12 func TestFailure(t *testing.T) {
17 func TestComm(t *testing.T) {
24 func TestRSS(t *testing.T) {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/ps/
H A Dps_test.go1 package ps package
12 func TestFailure(t *testing.T) {
17 func TestComm(t *testing.T) {
24 func TestRSS(t *testing.T) {
/dports/security/gopass/gopass-1.13.0/vendor/github.com/mitchellh/go-ps/
H A Dprocess_test.go1 package ps package
8 func TestFindProcess(t *testing.T) {
22 func TestProcesses(t *testing.T) {
H A Dprocess_darwin_test.go3 package ps package
9 func TestDarwinProcess_impl(t *testing.T) {
H A Dprocess_unix_test.go3 package ps package
9 func TestUnixProcess_impl(t *testing.T) {
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/gizak/termui/
H A Devents_test.go9 var ps = []string{ var
20 func TestMatchScore(t *testing.T) {
35 func TestCrtEvt(t *testing.T) {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/lann/ps/
H A Dmap_test.go1 package ps package
8 func TestMapNil(t *testing.T) {
16 func TestMapImmutable(t *testing.T) {
53 func TestMapMultipleKeys(t *testing.T) {
106 func TestMapManyKeys(t *testing.T) {
131 func TestMapHashKey(t *testing.T) {
H A Dlist_test.go1 package ps package
5 func TestListImmutable(t *testing.T) {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/lann/ps/
H A Dmap_test.go1 package ps package
8 func TestMapNil(t *testing.T) {
16 func TestMapImmutable(t *testing.T) {
53 func TestMapMultipleKeys(t *testing.T) {
106 func TestMapManyKeys(t *testing.T) {
131 func TestMapHashKey(t *testing.T) {
H A Dlist_test.go1 package ps package
5 func TestListImmutable(t *testing.T) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/lann/ps/
H A Dmap_test.go1 package ps package
8 func TestMapNil(t *testing.T) {
16 func TestMapImmutable(t *testing.T) {
53 func TestMapMultipleKeys(t *testing.T) {
106 func TestMapManyKeys(t *testing.T) {
131 func TestMapHashKey(t *testing.T) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/lann/ps/
H A Dmap_test.go1 package ps package
8 func TestMapNil(t *testing.T) {
16 func TestMapImmutable(t *testing.T) {
53 func TestMapMultipleKeys(t *testing.T) {
106 func TestMapManyKeys(t *testing.T) {
131 func TestMapHashKey(t *testing.T) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/lann/ps/
H A Dmap_test.go1 package ps package
8 func TestMapNil(t *testing.T) {
16 func TestMapImmutable(t *testing.T) {
53 func TestMapMultipleKeys(t *testing.T) {
106 func TestMapManyKeys(t *testing.T) {
131 func TestMapHashKey(t *testing.T) {
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/
H A Duri.cpp101 nop_builder& scheme(T&&) { in scheme() argument
106 nop_builder& userinfo(T&&) { in userinfo() argument
111 nop_builder& host(T&&) { in host() argument
116 nop_builder& port(T&&) { in port() argument
121 nop_builder& path(T&&) { in path() argument
126 nop_builder& query(T&&) { in query() argument
131 nop_builder& fragment(T&&) { in fragment() argument
139 string_parser_state ps{str.begin(), str.end()}; in can_parse() local
189 string_parser_state ps{str.begin(), str.end()}; in parse() local
/dports/misc/broot/broot-1.7.0/cargo-crates/syntect-4.6.0/src/
H A Ddumps.rs44 pub fn dump_to_writer<T: Serialize, W: Write>(to_dump: &T, output: W) -> Result<()> { in dump_to_writer()
66 pub fn dump_to_file<T: Serialize, P: AsRef<Path>>(o: &T, path: P) -> Result<()> { in dump_to_file()
73 pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T> { in from_reader()
82 pub fn from_binary<T: DeserializeOwned>(v: &[u8]) -> T { in from_binary()
88 pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T> { in from_dump_file()
119 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_nonewlines.packdump")); in load_defaults_nonewlines() localVariable
140 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_newlines.packdump")); in load_defaults_newlines() localVariable
/dports/devel/git-delta/delta-0.9.2/cargo-crates/syntect-4.6.0/src/
H A Ddumps.rs44 pub fn dump_to_writer<T: Serialize, W: Write>(to_dump: &T, output: W) -> Result<()> { in dump_to_writer()
66 pub fn dump_to_file<T: Serialize, P: AsRef<Path>>(o: &T, path: P) -> Result<()> { in dump_to_file()
73 pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T> { in from_reader()
82 pub fn from_binary<T: DeserializeOwned>(v: &[u8]) -> T { in from_binary()
88 pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T> { in from_dump_file()
119 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_nonewlines.packdump")); in load_defaults_nonewlines() localVariable
140 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_newlines.packdump")); in load_defaults_newlines() localVariable
/dports/editors/xi-term/xi-term-d264767/cargo-crates/syntect-3.2.0/src/
H A Ddumps.rs37 pub fn dump_to_writer<T: Serialize, W: Write>(to_dump: &T, output: W) -> Result<()> { in dump_to_writer()
54 pub fn dump_to_file<T: Serialize, P: AsRef<Path>>(o: &T, path: P) -> Result<()> { in dump_to_file()
60 pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T> { in from_reader()
68 pub fn from_binary<T: DeserializeOwned>(v: &[u8]) -> T { in from_binary()
74 pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T> { in from_dump_file()
100 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_nonewlines.packdump")); in load_defaults_nonewlines() localVariable
118 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_newlines.packdump")); in load_defaults_newlines() localVariable
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/syntect-3.2.0/src/
H A Ddumps.rs37 pub fn dump_to_writer<T: Serialize, W: Write>(to_dump: &T, output: W) -> Result<()> { in dump_to_writer()
54 pub fn dump_to_file<T: Serialize, P: AsRef<Path>>(o: &T, path: P) -> Result<()> { in dump_to_file()
60 pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T> { in from_reader()
68 pub fn from_binary<T: DeserializeOwned>(v: &[u8]) -> T { in from_binary()
74 pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T> { in from_dump_file()
100 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_nonewlines.packdump")); in load_defaults_nonewlines() localVariable
118 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_newlines.packdump")); in load_defaults_newlines() localVariable
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/syntect-4.6.0/src/
H A Ddumps.rs44 pub fn dump_to_writer<T: Serialize, W: Write>(to_dump: &T, output: W) -> Result<()> { in dump_to_writer()
66 pub fn dump_to_file<T: Serialize, P: AsRef<Path>>(o: &T, path: P) -> Result<()> { in dump_to_file()
73 pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T> { in from_reader()
82 pub fn from_binary<T: DeserializeOwned>(v: &[u8]) -> T { in from_binary()
88 pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T> { in from_dump_file()
119 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_nonewlines.packdump")); in load_defaults_nonewlines() localVariable
140 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_newlines.packdump")); in load_defaults_newlines() localVariable
/dports/www/zola/zola-0.15.2/cargo-crates/syntect-4.6.0/src/
H A Ddumps.rs44 pub fn dump_to_writer<T: Serialize, W: Write>(to_dump: &T, output: W) -> Result<()> { in dump_to_writer()
66 pub fn dump_to_file<T: Serialize, P: AsRef<Path>>(o: &T, path: P) -> Result<()> { in dump_to_file()
73 pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T> { in from_reader()
82 pub fn from_binary<T: DeserializeOwned>(v: &[u8]) -> T { in from_binary()
88 pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T> { in from_dump_file()
119 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_nonewlines.packdump")); in load_defaults_nonewlines() localVariable
140 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_newlines.packdump")); in load_defaults_newlines() localVariable
/dports/www/xh/xh-0.14.1/cargo-crates/syntect-4.6.0/src/
H A Ddumps.rs44 pub fn dump_to_writer<T: Serialize, W: Write>(to_dump: &T, output: W) -> Result<()> { in dump_to_writer()
66 pub fn dump_to_file<T: Serialize, P: AsRef<Path>>(o: &T, path: P) -> Result<()> { in dump_to_file()
73 pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T> { in from_reader()
82 pub fn from_binary<T: DeserializeOwned>(v: &[u8]) -> T { in from_binary()
88 pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T> { in from_dump_file()
119 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_nonewlines.packdump")); in load_defaults_nonewlines() localVariable
140 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_newlines.packdump")); in load_defaults_newlines() localVariable
/dports/textproc/bat/bat-0.18.3/cargo-crates/syntect-4.5.0/src/
H A Ddumps.rs44 pub fn dump_to_writer<T: Serialize, W: Write>(to_dump: &T, output: W) -> Result<()> { in dump_to_writer()
66 pub fn dump_to_file<T: Serialize, P: AsRef<Path>>(o: &T, path: P) -> Result<()> { in dump_to_file()
73 pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T> { in from_reader()
82 pub fn from_binary<T: DeserializeOwned>(v: &[u8]) -> T { in from_binary()
88 pub fn from_dump_file<T: DeserializeOwned, P: AsRef<Path>>(path: P) -> Result<T> { in from_dump_file()
119 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_nonewlines.packdump")); in load_defaults_nonewlines() localVariable
140 … let mut ps: SyntaxSet = from_binary(include_bytes!("../assets/default_newlines.packdump")); in load_defaults_newlines() localVariable
/dports/security/gopass/gopass-1.13.0/pkg/clipboard/
H A Dclipboard_test.go14 ps "github.com/mitchellh/go-ps" packageName
20 func TestCopyToClipboard(t *testing.T) {
32 func TestClearClipboard(t *testing.T) {
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmpi_proxies.hpp59 recv(std::vector<T> & ps, in recv()
77 recv(std::vector<std::array<T, N>> & ps, int mpi_peer, int tag, MPI_Comm comm) in recv()
93 send(std::vector<T> const & ps, int mpi_root, int tag, MPI_Comm comm) in send()
103 send(std::vector<std::array<T, N>> const & ps, int mpi_root, int tag, MPI_Comm comm) in send()

12345678910>>...31