Home
last modified time | relevance | path

Searched refs:exa (Results 1 – 25 of 1494) sorted by relevance

12345678910>>...60

/dports/sysutils/exa/exa-0.10.1/src/theme/
H A Dmod.rs56 pub exa: Option<String>, field
123 if let Some(exa) = &self.exa { in parse_color_vars()
125 if exa == "reset" || exa.starts_with("reset:") { in parse_color_vars()
129 LSColors(exa).each_pair(|pair| { in parse_color_vars()
347 …($name:ident: ls $ls:expr, exa $exa:expr => colours $expected:ident -> $process_expected:expr) …
355 exa: Some($exa.into()),
363 ($name:ident: ls $ls:expr, exa $exa:expr => exts $mappings:expr) => {
373 exa: Some($exa.into()),
380 …($name:ident: ls $ls:expr, exa $exa:expr => colours $expected:ident -> $process_expected:expr, …
393 exa: Some($exa.into()),
[all …]
/dports/sysutils/exa/exa-0.10.1/completions/
H A Dcompletions.fish2 complete -c exa -s 'v' -l 'version' -d "Show version of exa"
3 complete -c exa -s '?' -l 'help' -d "Show list of command-line options"
6 complete -c exa -s '1' -l 'oneline' -d "Display one entry per line"
8 complete -c exa -s 'G' -l 'grid' -d "Display entries in a grid"
10 complete -c exa -s 'R' -l 'recurse' -d "Recurse into directories"
17 complete -c exa -l 'icons' -d "Display icons"
18 complete -c exa -l 'no-icons' -d "Don't display icons"
23 complete -c exa -s 'a' -l 'all' -d "Show hidden and 'dot' files"
26 complete -c exa -s 'r' -l 'reverse' -d "Reverse the sort order"
52 complete -c exa -s 'D' -l 'only-dirs' -d "List only directories"
[all …]
/dports/sysutils/exa/exa-0.10.1/xtests/
H A Dgit.toml4 name = "‘exa --git -l’ shows a Git status column"
5 shell = "exa --git -l /testcases/git"
13 shell = "exa --git -lR /testcases/git"
21 shell = "exa --git -lT /testcases/git"
45 shell = "exa --git -l /testcases/git/edits"
73 shell = "exa --git -l /testcases/git2"
81 shell = "exa --git -lR /testcases/git2"
89 shell = "exa --git -lT /testcases/git2"
140 shell = "exa --git -l /testcases/git3"
178 shell = "exa --git -l /testcases/files"
[all …]
H A Dgrid-view.toml4 name = "‘exa’ produces a grid of file names"
5 shell = "exa /testcases/file-names"
23 shell = "exa -d . .. /"
47 shell = "exa /testcases/links"
60 shell = "exa /testcases/files"
69 shell = "exa /testcases/files"
78 shell = "exa /testcases/files"
87 shell = "exa /testcases/files"
96 shell = "exa /testcases/files"
109 shell = "exa /testcases/files/*"
[all …]
H A Derrors.toml5 shell = "exa --aoeu"
13 shell = "exa -Taa"
24 shell = "exa -ltr"
32 shell = "exa -lt"
43 shell = "exa"
52 shell = "exa"
64 shell = "exa -lG"
73 shell = "exa -lG"
85 shell = "exa --icons"
94 shell = "exa --icons"
[all …]
H A Dsorting.toml4 name = "‘exa -1 --sort=name’ sorts by file name"
5 shell = "exa -1 --sort=name /testcases/file-names-exts"
13 shell = "exa -1 --sort=Name /testcases/file-names-exts"
23 name = "‘exa -1 --sort=ext’ sorts by file extension"
24 shell = "exa -1 --sort=ext /testcases/file-names-exts"
43 shell = "exa -1 --sort=type /testcases/links"
51 shell = "exa -1 --sort=type /testcases/specials"
75 shell = "exa -1 --sort=modified /testcases/dates"
91 shell = "exa -1 --sort=newest /testcases/dates"
107 shell = "exa -1 --sort=oldest /testcases/dates"
[all …]
H A Dicons.toml4 name = "‘exa -1 --icons’ shows icons next to file names in lines mode"
5 shell = "exa -1 --icons /testcases/files"
13 shell = "exa --icons /testcases/files"
22 shell = "exa -l --icons /testcases/files"
30 shell = "exa -lG --icons /testcases/files"
39 shell = "exa -T --icons /testcases/files"
48 shell = "exa -lT --icons /testcases/files"
59 shell = "exa -1 --icons /testcases/file-names-exts"
67 shell = "exa -1 --icons /testcases/permissions"
74 name = "‘exa -1 --icons’ produces icons for links"
[all …]
H A Dgrid-details-view.toml5 shell = "exa -lG /testcases/files"
14 shell = "exa -lG /testcases/files"
23 shell = "exa -lG /testcases/files"
32 shell = "exa -lG /testcases/files"
41 shell = "exa -lG /testcases/files"
55 shell = "exa -lG /testcases/files/*"
64 shell = "exa -lG /testcases/files/*"
73 shell = "exa -lG /testcases/files/*"
106 shell = "exa -lG /testcases/files/1_*"
115 shell = "exa -lG /testcases/files/1*"
[all …]
H A Dgit-ignore.toml4 name = "‘exa --git-ignore’ skips Git-ignored files"
5 shell = "exa --git-ignore /testcases/git2/ignoreds"
13 name = "‘exa --git-ignore -1’ skips Git-ignored files"
14 shell = "exa --git-ignore -1 /testcases/git2/ignoreds"
21 name = "‘exa --git-ignore -l’ skips Git-ignored files"
22 shell = "exa --git-ignore -l /testcases/git2/ignoreds"
29 name = "‘exa --git-ignore -lG’ skips Git-ignored files"
30 shell = "exa --git-ignore -lG /testcases/git2/ignoreds"
66 shell = "exa --git-ignore -lR /testcases/git2"
74 shell = "exa --git-ignore -lT /testcases/git2"
[all …]
H A Dthemes.toml4 name = "exa uses ‘EXA_COLORS’ to theme symlinks"
5 shell = "exa -1 /testcases/file-names/links"
16 name = "exa uses ‘LS_COLORS’ to theme pipes and devices"
17 shell = "exa -1 /testcases/specials"
25 name = "exa uses ‘EXA_COLORS’ to theme pipes and devices"
26 shell = "exa -1 /testcases/specials"
35 shell = "exa -1 /testcases/specials"
74 shell = "exa -1 /testcases/file-names-exts"
94 name = "exa ignores ‘LS_COLORS’ with ‘reset:’"
106 name = "exa uses ‘EXA_COLORS’ to theme metadata"
[all …]
H A Dinput-options.toml2 name = "exa can handle invalid UTF-8 in command-line arguments"
3 shell = "exa /testcases/file-names/*"
10 name = "exa displays an error for an unknown short option"
11 shell = "exa -4"
19 shell = "exa --ternary"
27 shell = "exa --time"
35 shell = "exa --long=time"
43 shell = "exa -l --time-style=24"
54 shell = "exa --binary"
63 shell = "exa -ll"
[all …]
H A Ddetails-view-dates.toml4 name = "‘exa -lh’ produces a table using the modified time field"
5 shell = "exa -lh /testcases/dates"
13 shell = "exa -lh --time=modified /testcases/dates"
21 shell = "exa -lh --time=accessed /testcases/dates"
32 shell = "exa -l /testcases/far-dates"
43 shell = "exa -l --time-style=long-iso /testcases/dates"
51 shell = "exa -l --time-style=full-iso /testcases/dates"
59 shell = "exa -l --time-style=iso /testcases/dates"
70 shell = "exa -l /testcases/dates"
79 shell = "exa -l /testcases/dates"
[all …]
H A Ddetails-view-filesizes.toml2 name = "‘exa -lb’ produces a details table with binary file sizes"
3 shell = "exa -lb /testcases/files"
10 name = "‘exa -lB’ produces a details table with bytes file sizes"
11 shell = "exa -lB /testcases/files"
19 shell = "exa -lhb /testcases/files"
27 shell = "exa -lhB /testcases/files"
35 shell = "exa -l --color-scale /testcases/files"
43 shell = "exa -l --colour-scale /testcases/files"
51 shell = "exa -l --colour-scale --binary /testcases/files"
59 shell = "exa -l --colour-scale --bytes /testcases/files"
[all …]
H A Ddetails-view.toml2 name = "‘exa -l’ produces a details table"
3 shell = "exa -l /testcases/files"
13 name = "‘exa -lh’ produces a details table with a header"
14 shell = "exa -lh /testcases/files"
22 shell = "exa -lh /testcases/empty"
32 name = "‘exa -l’ handles file kinds"
33 shell = "exa -l /testcases/specials"
40 name = "‘exa -lF’ handles and classifies file kinds"
41 shell = "exa -lF /testcases/specials"
48 name = "‘exa -lF’ handles and classifies symlink kinds"
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/tri/
H A Dtri.tst32 exa(int(1+x+x**2,x),
36 exa(int(x*(x**2+2*x+1),x),
38 exa(int(1/x,x),
46 exa(int(1/(a*x**2+b*x+c),x),
48 exa(int((a*x+b)/(1+x**2),x),
50 exa(int(1/(x**2-2*x+3),x),
65 exa(int(x/(1+x**3),x),
69 exa(int(1/(1+x**4),x),
71 exa(int(x**2/(1+x**4),x),
73 exa(int(1/(1+x**2+x**4),x),
[all …]
/dports/math/reduce/Reduce-svn5758-src/xmpl/
H A Dtri.tst32 exa(int(1+x+x**2,x),
36 exa(int(x*(x**2+2*x+1),x),
38 exa(int(1/x,x),
46 exa(int(1/(a*x**2+b*x+c),x),
48 exa(int((a*x+b)/(1+x**2),x),
50 exa(int(1/(x**2-2*x+3),x),
65 exa(int(x/(1+x**3),x),
69 exa(int(1/(1+x**4),x),
71 exa(int(x**2/(1+x**4),x),
73 exa(int(1/(1+x**2+x**4),x),
[all …]
/dports/sysutils/exa/exa-0.10.1/
H A DREADME.md2 <h1>exa</h1>
4 [exa](https://the.exa.website/) is a modern replacement for _ls_.
27 For more information, see [exa’s website](https://the.exa.website/).
112 $ apk add exa
118 $ pacman -S exa
124 $ pkg install exa
131 $ apt install exa
137 $ dnf install exa
149 $ brew install exa
155 $ port install exa
[all …]
/dports/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21/src/
H A Dg80_exa.c296 ExaDriverPtr exa; in G80ExaInit() local
299 exa = pNv->exa = exaDriverAlloc(); in G80ExaInit()
300 if(!exa) return FALSE; in G80ExaInit()
305 exa->offScreenBase = 0; in G80ExaInit()
307 exa->pixmapOffsetAlign = 256; in G80ExaInit()
308 exa->pixmapPitchAlign = 256; in G80ExaInit()
310 exa->maxX = 8192; in G80ExaInit()
311 exa->maxY = 8192; in G80ExaInit()
315 exa->Solid = solid; in G80ExaInit()
318 exa->Copy = copy; in G80ExaInit()
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/
H A DExplainAnalyzer.t76 my $got = $exa->explain_query(
89 $got = $exa->explain_query(
102 $exa->explain_query(
122 $exa->normalize(
157 $exa->normalize(
237 $exa->normalize(
273 $exa->get_alternate_indexes(
288 $exa->get_index_usage(
293 explain => $exa->normalize(
336 $exa->get_index_usage(
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c447 fakexa->exa = exaDriverAlloc(); in ephyrDrawInit()
448 if (fakexa->exa == NULL) { in ephyrDrawInit()
460 fakexa->exa->exa_major = 2; in ephyrDrawInit()
461 fakexa->exa->exa_minor = 0; in ephyrDrawInit()
464 fakexa->exa->Solid = ephyrSolid; in ephyrDrawInit()
468 fakexa->exa->Copy = ephyrCopy; in ephyrDrawInit()
469 fakexa->exa->DoneCopy = ephyrDoneCopy; in ephyrDrawInit()
479 fakexa->exa->MarkSync = ephyrMarkSync; in ephyrDrawInit()
487 fakexa->exa->maxX = 1023; in ephyrDrawInit()
488 fakexa->exa->maxY = 1023; in ephyrDrawInit()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_draw.c447 fakexa->exa = exaDriverAlloc(); in ephyrDrawInit()
448 if (fakexa->exa == NULL) { in ephyrDrawInit()
460 fakexa->exa->exa_major = 2; in ephyrDrawInit()
461 fakexa->exa->exa_minor = 0; in ephyrDrawInit()
464 fakexa->exa->Solid = ephyrSolid; in ephyrDrawInit()
468 fakexa->exa->Copy = ephyrCopy; in ephyrDrawInit()
469 fakexa->exa->DoneCopy = ephyrDoneCopy; in ephyrDrawInit()
479 fakexa->exa->MarkSync = ephyrMarkSync; in ephyrDrawInit()
487 fakexa->exa->maxX = 1023; in ephyrDrawInit()
488 fakexa->exa->maxY = 1023; in ephyrDrawInit()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/kdrive/ephyr/
H A Dephyr_draw.c447 fakexa->exa = exaDriverAlloc(); in ephyrDrawInit()
448 if (fakexa->exa == NULL) { in ephyrDrawInit()
460 fakexa->exa->exa_major = 2; in ephyrDrawInit()
461 fakexa->exa->exa_minor = 0; in ephyrDrawInit()
464 fakexa->exa->Solid = ephyrSolid; in ephyrDrawInit()
468 fakexa->exa->Copy = ephyrCopy; in ephyrDrawInit()
469 fakexa->exa->DoneCopy = ephyrDoneCopy; in ephyrDrawInit()
479 fakexa->exa->MarkSync = ephyrMarkSync; in ephyrDrawInit()
487 fakexa->exa->maxX = 1023; in ephyrDrawInit()
488 fakexa->exa->maxY = 1023; in ephyrDrawInit()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_draw.c447 fakexa->exa = exaDriverAlloc(); in ephyrDrawInit()
448 if (fakexa->exa == NULL) { in ephyrDrawInit()
460 fakexa->exa->exa_major = 2; in ephyrDrawInit()
461 fakexa->exa->exa_minor = 0; in ephyrDrawInit()
464 fakexa->exa->Solid = ephyrSolid; in ephyrDrawInit()
468 fakexa->exa->Copy = ephyrCopy; in ephyrDrawInit()
469 fakexa->exa->DoneCopy = ephyrDoneCopy; in ephyrDrawInit()
479 fakexa->exa->MarkSync = ephyrMarkSync; in ephyrDrawInit()
487 fakexa->exa->maxX = 1023; in ephyrDrawInit()
488 fakexa->exa->maxY = 1023; in ephyrDrawInit()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_draw.c447 fakexa->exa = exaDriverAlloc(); in ephyrDrawInit()
448 if (fakexa->exa == NULL) { in ephyrDrawInit()
460 fakexa->exa->exa_major = 2; in ephyrDrawInit()
461 fakexa->exa->exa_minor = 0; in ephyrDrawInit()
464 fakexa->exa->Solid = ephyrSolid; in ephyrDrawInit()
468 fakexa->exa->Copy = ephyrCopy; in ephyrDrawInit()
469 fakexa->exa->DoneCopy = ephyrDoneCopy; in ephyrDrawInit()
479 fakexa->exa->MarkSync = ephyrMarkSync; in ephyrDrawInit()
487 fakexa->exa->maxX = 1023; in ephyrDrawInit()
488 fakexa->exa->maxY = 1023; in ephyrDrawInit()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_draw.c447 fakexa->exa = exaDriverAlloc(); in ephyrDrawInit()
448 if (fakexa->exa == NULL) { in ephyrDrawInit()
460 fakexa->exa->exa_major = 2; in ephyrDrawInit()
461 fakexa->exa->exa_minor = 0; in ephyrDrawInit()
464 fakexa->exa->Solid = ephyrSolid; in ephyrDrawInit()
468 fakexa->exa->Copy = ephyrCopy; in ephyrDrawInit()
469 fakexa->exa->DoneCopy = ephyrDoneCopy; in ephyrDrawInit()
479 fakexa->exa->MarkSync = ephyrMarkSync; in ephyrDrawInit()
487 fakexa->exa->maxX = 1023; in ephyrDrawInit()
488 fakexa->exa->maxY = 1023; in ephyrDrawInit()
[all …]

12345678910>>...60