Home
last modified time | relevance | path

Searched refs:zstyle (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/shells/zsh/zsh-5.8.1/Test/
H A DV05styles.ztst12 zstyle -d
13 zstyle
26 zstyle
38 zstyle -L
88 0:zstyle -e evaluations
124 zstyle
135 zstyle
144 (zstyle 'ctx?' foo one
145 zstyle 'ctx*' foo two
147 (zstyle 'ctx*' foo two
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/themes/
H A Demotty.zsh-theme78 zstyle ':vcs_info:*' enable git #hg svn cvs
79 zstyle ':vcs_info:*' get-revision false
80 zstyle ':vcs_info:*' check-for-changes true
81 zstyle ':vcs_info:git:*' unstagedstr "${red}${vcs_unstaged_glyph}"
82 zstyle ':vcs_info:*' stagedstr "${green}${vcs_staged_glyph}"
86 zstyle ':vcs_info:*' max-exports 3
87 zstyle ':vcs_info:*' nvcsformats "${prompt_glyph}" '%3~' ''
88 zstyle ':vcs_info:*' formats "${yellow}%u%c%b${vcs_branch_glyph}%f" '%S|' "$FX[bold]%r$FX[no-bold]"
89 zstyle ':vcs_info:*' actionformats "${red}%K{white}%a${vcs_action_glyph}%k%f" '%S|' "$FX[bold]%r$FX…
H A Dnicoulaj.zsh-theme33 zstyle ':vcs_info:*' enable hg bzr git
34 zstyle ':vcs_info:*:*' check-for-changes true # Can be slow on big repos.
35 zstyle ':vcs_info:*:*' unstagedstr '!'
36 zstyle ':vcs_info:*:*' stagedstr '+'
37 zstyle ':vcs_info:*:*' actionformats "%S" "%r/%s/%b %u%c (%a)"
38 zstyle ':vcs_info:*:*' formats "%S" "%r/%s/%b %u%c"
39 zstyle ':vcs_info:*:*' nvcsformats "%~" ""
H A Dzhann.zsh-theme3 zstyle ':vcs_info:*' stagedstr '%F{green}●'
4 zstyle ':vcs_info:*' unstagedstr '%F{yellow}●'
5 zstyle ':vcs_info:*' check-for-changes true
6 zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{11}%r'
7 zstyle ':vcs_info:*' enable git svn
10 zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{green}]'
12 zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{red}●%F{green}]'
H A Dkolo.zsh-theme3 zstyle ':vcs_info:*' stagedstr '%F{green}●'
4 zstyle ':vcs_info:*' unstagedstr '%F{yellow}●'
5 zstyle ':vcs_info:*' check-for-changes true
6 zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{11}%r'
7 zstyle ':vcs_info:*' enable git svn
10 zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{green}]'
12 zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{red}●%F{green}]'
H A Dgentoo.zsh-theme4 zstyle ':vcs_info:*' check-for-changes true
5 zstyle ':vcs_info:*' unstagedstr '%F{red}*' # display this when there are unstaged changes
6 zstyle ':vcs_info:*' stagedstr '%F{yellow}+' # display this when there are staged changes
7 zstyle ':vcs_info:*' actionformats '%F{5}(%F{2}%b%F{3}|%F{1}%a%c%u%m%F{5})%f '
8 zstyle ':vcs_info:*' formats '%F{5}(%F{2}%b%c%u%m%F{5})%f '
9 zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r'
10 zstyle ':vcs_info:*' enable git cvs svn
11 zstyle ':vcs_info:git*+set-message:*' hooks untracked-git
H A Dapple.zsh-theme10 zstyle ':vcs_info:*' check-for-changes true
11 zstyle ':vcs_info:*' unstagedstr '%F{red}*' # display this when there are unstaged changes
12 zstyle ':vcs_info:*' stagedstr '%F{yellow}+' # display this when there are staged changes
13 zstyle ':vcs_info:*' actionformats \
15 zstyle ':vcs_info:*' formats \
17 zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r'
18 zstyle ':vcs_info:*' enable git cvs svn
H A Drefined.zsh-theme33 zstyle ':vcs_info:*' enable hg bzr git
34 zstyle ':vcs_info:*:*' unstagedstr '!'
35 zstyle ':vcs_info:*:*' stagedstr '+'
36 zstyle ':vcs_info:*:*' formats "$FX[bold]%r$FX[no-bold]/%S" "%s:%b" "%%u%c"
37 zstyle ':vcs_info:*:*' actionformats "$FX[bold]%r$FX[no-bold]/%S" "%s:%b" "%u%c (%a)"
38 zstyle ':vcs_info:*:*' nvcsformats "%~" "" ""
H A Dsteeef.zsh-theme38 zstyle ':vcs_info:*' enable git svn
42 zstyle ':vcs_info:*:prompt:*' check-for-changes true
57 zstyle ':vcs_info:*:prompt:*' unstagedstr "${FMT_UNSTAGED}"
58 zstyle ':vcs_info:*:prompt:*' stagedstr "${FMT_STAGED}"
59 zstyle ':vcs_info:*:prompt:*' actionformats "${FMT_BRANCH}${FMT_ACTION}"
60 zstyle ':vcs_info:*:prompt:*' formats "${FMT_BRANCH}"
61 zstyle ':vcs_info:*:prompt:*' nvcsformats ""
93 zstyle ':vcs_info:*:prompt:*' formats "${FMT_BRANCH} "
H A Dhalf-life.zsh-theme27 zstyle ':vcs_info:*' enable git svn
31 zstyle ':vcs_info:*:prompt:*' check-for-changes true
46 zstyle ':vcs_info:*:prompt:*' unstagedstr "${FMT_UNSTAGED}"
47 zstyle ':vcs_info:*:prompt:*' stagedstr "${FMT_STAGED}"
48 zstyle ':vcs_info:*:prompt:*' actionformats "${FMT_BRANCH}${FMT_ACTION}"
49 zstyle ':vcs_info:*:prompt:*' formats "${FMT_BRANCH}"
50 zstyle ':vcs_info:*:prompt:*' nvcsformats ""
73 zstyle ':vcs_info:*:prompt:*' formats "${FMT_BRANCH}"
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dvelocity.cpp171 int xstyle,ystyle,zstyle,varflag; in set() local
178 xstyle = ystyle = zstyle = CONSTANT; in set()
214 if (zstyle && !zstr) { in set()
257 if (zstyle == EQUAL || zstyle == ATOM) in set()
278 if (zstyle) v[i][2] = vz; in set()
282 if (zstyle) v[i][2] += vz; in set()
297 else if (zstyle == ATOM && vfield) in set()
334 int xstyle,ystyle,zstyle,varflag; in setAngular() local
341 xstyle = ystyle = zstyle = CONSTANT; in setAngular()
377 if (zstyle && !zstr) { in setAngular()
[all …]
H A Dfix_setforce.cpp105 zstyle = NONE; in FixSetForce()
108 zstyle = CONSTANT; in FixSetForce()
185 if (input->variable->equalstyle(zvar)) zstyle = EQUAL; in init()
198 if (xstyle == ATOM || ystyle == ATOM || zstyle == ATOM) in init()
214 if (zstyle == EQUAL || zstyle == ATOM) flag = 1; in init()
217 if (zstyle == CONSTANT && zvalue != 0.0) flag = 1; in init()
276 if (zstyle) f[i][2] = zvalue; in post_force()
292 else if (zstyle == ATOM && sforce) in post_force()
310 if (zstyle == ATOM) f[i][2] = sforce[i][2]; in post_force()
311 else if (zstyle) f[i][2] = zvalue; in post_force()
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/lib/
H A Dcompletion.zsh14 zstyle ':completion:*:*:*:*:*' menu select
18 zstyle ':completion:*' matcher-list 'r:|=*' 'l:|=* r:|=*'
21 zstyle ':completion:*' matcher-list 'm:{a-zA-Z-_}={A-Za-z_-}' 'r:|=*' 'l:|=* r:|=*'
23 zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
29 zstyle ':completion:*' special-dirs true
31 zstyle ':completion:*' list-colors ''
35 zstyle ':completion:*:*:*:*:processes' command "ps -u $USERNAME -o pid,user,comm"
44 zstyle ':completion:*' use-cache yes
45 zstyle ':completion:*' cache-path $ZSH_CACHE_DIR
48 zstyle ':completion:*:*:*:users' ignored-patterns \
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/MACHDYN/
H A Dfix_smd_setvel.cpp82 zstyle = NONE; in FixSMDSetVel()
85 zstyle = CONSTANT; in FixSMDSetVel()
165 zstyle = EQUAL; in init()
167 zstyle = ATOM; in init()
196 if (zstyle == EQUAL || zstyle == ATOM) in init()
202 if (zstyle == CONSTANT && zvalue != 0.0) in init()
272 if (zstyle) { in post_force()
293 if (zstyle == EQUAL) in post_force()
295 else if (zstyle == ATOM) in post_force()
325 if (zstyle == ATOM) { in post_force()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_setforce.cpp71 zstyle = NONE; in FixSetForce()
74 zstyle = CONSTANT; in FixSetForce()
151 if (input->variable->equalstyle(zvar)) zstyle = EQUAL; in init()
164 if (xstyle == ATOM || ystyle == ATOM || zstyle == ATOM) in init()
183 if (zstyle == EQUAL || zstyle == ATOM) flag = 1; in init()
186 if (zstyle == CONSTANT && zvalue != 0.0) flag = 1; in init()
250 if (zstyle) f[i][2] = zvalue; in post_force()
266 else if (zstyle == ATOM) in post_force()
281 if (zstyle == ATOM) f[i][2] = sforce[i][2]; in post_force()
282 else if (zstyle) f[i][2] = zvalue; in post_force()
[all …]
/dports/shells/zsh/zsh-5.8.1/StartupFiles/
H A Dzshrc68 # Hosts to use for completion (see later zstyle)
131 zstyle -e ':completion:*:approximate:*' max-errors \
135 zstyle ':completion:*:expand:*' tag-order all-expansions
138 zstyle ':completion:*' verbose yes
139 zstyle ':completion:*:descriptions' format '%B%d%b'
140 zstyle ':completion:*:messages' format '%d'
141 zstyle ':completion:*:warnings' format 'No matches for: %d'
143 zstyle ':completion:*' group-name ''
146 zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
154 zstyle '*' hosts $hosts
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Zle/
H A Dselect-word-style39 zstyle ':zle:*' word-chars ''
40 zstyle ':zle:*' skip-whitespace-first true
46 zstyle ':zle:*' word-chars "$WORDCHARS"
47 zstyle ':zle:*' skip-whitespace-first false
53 zstyle ':zle:*' skip-whitespace-first false
59 zstyle ':zle:*' skip-whitespace-first false
65 zstyle -d ':zle:*' word-chars
66 zstyle -d ':zle:*' skip-whitespace-first
97 zstyle ':zle:*' word-style $wordstyle
H A Durl-quote-magic71 zstyle -m ':url-quote-magic:\*' url-metas '*' ||
72 zstyle ':url-quote-magic:*' url-metas '*?[]^(|)~#{}='
74 zstyle -m ':url-quote-magic:\*' url-seps '*' ||
77 zstyle -m :url-quote-magic url-globbers '*' ||
78 zstyle -e :url-quote-magic url-globbers \
84 zstyle -m ':urlglobber' url-local-schema '*' ||
85 zstyle ':urlglobber' url-local-schema ftp file
87 zstyle -m ':urlglobber' url-other-schema '*' ||
88 zstyle ':urlglobber' url-other-schema http https ftp
96 zstyle -s :urlglobber url-local-schema localschema '|'
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Base/Core/
H A D_description15 zstyle -s ":completion:${curcontext}:$1" group-name gname &&
22 zstyle -s ":completion:${curcontext}:$1" format format ||
23 zstyle -s ":completion:${curcontext}:descriptions" format format
25 if zstyle -s ":completion:${curcontext}:$1" hidden hidden &&
30 zstyle -s ":completion:${curcontext}:$1" matcher match &&
37 if zstyle -a ":completion:${curcontext}:$1" sort sort ||
38 zstyle -a ":completion:${curcontext}:" sort sort
51 zstyle -a ":completion:${curcontext}:$1" ignored-patterns _comp_ignore ||
54 if zstyle -s ":completion:${curcontext}:$1" ignore-line hidden; then
101 zstyle -a ":completion:${curcontext}:$tag" $fakestyle match ||
H A D_setup7 if zstyle -a ":completion:${curcontext}:$1" list-colors val; then
27 if zstyle -s ":completion:${curcontext}:$1" show-ambiguity val; then
32 if zstyle -t ":completion:${curcontext}:$1" list-packed; then
40 if zstyle -t ":completion:${curcontext}:$1" list-rows-first; then
48 if zstyle -t ":completion:${curcontext}:$1" last-prompt; then
56 if zstyle -t ":completion:${curcontext}:$1" accept-exact; then
67 if zstyle -a ":completion:${curcontext}:$1" menu val; then
75 zstyle -s ":completion:${curcontext}:$1" force-list val &&
/dports/science/lammps/lammps-stable_29Sep2021/src/SPIN/
H A Dfix_setforce_spin.cpp82 if (zstyle) fm[i][2] = zvalue; in post_force()
97 if (zstyle == EQUAL) zvalue = input->variable->compute_equal(zvar); in post_force()
98 else if (zstyle == ATOM) in post_force()
113 if (zstyle == ATOM) fm[i][2] = sforce[i][2]; in post_force()
114 else if (zstyle) fm[i][2] = zvalue; in post_force()
155 if (zstyle) fmi[2] = zvalue; in single_setforce_spin()
170 if (zstyle == EQUAL) zvalue = input->variable->compute_equal(zvar); in single_setforce_spin()
171 else if (zstyle == ATOM) in single_setforce_spin()
185 if (zstyle == ATOM) fmi[2] = sforce[i][2]; in single_setforce_spin()
186 else if (zstyle) fmi[2] = zvalue; in single_setforce_spin()
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Misc/
H A Dzstyle+5 # zstyle+ ':foo:bar' style1 value1 \
15 # If you don't want to change all your calls to `zstyle' to use
16 # `zstyle+' you can use an alias `alias zstyle=zstyle+' and make sure
22 -*) zstyle "$@";;
30 zstyle "$context${(@)argv[1,i-1]}"
/dports/shells/zsh/zsh-5.8.1/Completion/Darwin/Type/
H A D_retrieve_mac_apps32 ! zstyle -a ":completion:${curcontext}:commands" application-dir app_dir
44 if ! zstyle -t ":completion:${curcontext}:commands" ignore-bundle; then
50 if ! zstyle -t ":completion:${curcontext}:commands" ignore-single; then
64 zstyle -s ":completion:*:*:$service:*" cache-policy cache_policy
66 zstyle ":completion:*:*:$service:*" cache-policy _mac_apps_caching_policy
74 if ! zstyle -s ":completion:*:*:${service}:commands" search-method retrieve
83 zstyle ":completion:*:*:${service}:commands" search-method $retrieve
88 if ! zstyle -a ":completion:${curcontext}:" application-path app_dir_root
96 zstyle ":completion:*" application-path $app_dir_root
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Type/
H A D_baudrates21 # zstyle ':completion:*' baud-rates 23 42 666
26 # zstyle ':completion:*:*:screen:*:baud-rates' max-value 9600
27 # zstyle ':completion:*:*:screen:*:baud-rates' min-value 1200
28 # zstyle ':completion:*:*:screen:*:baud-rates' filter some_function_name
49 zstyle -a ":completion:${curcontext}:" baud-rates rates ||
56 zstyle -s ":completion:${curcontext}:baud-rates" max-value tmp && opts[-u]=$tmp
57 zstyle -s ":completion:${curcontext}:baud-rates" min-value tmp && opts[-l]=$tmp
58 zstyle -s ":completion:${curcontext}:baud-rates" filter tmp && opts[-f]=$tmp
/dports/shells/zsh/zsh-5.8.1/Functions/Zftp/
H A Dzfinit11 zstyle -g arr ':zftp:*' progress || zstyle ':zftp:*' progress bar
12 zstyle -g arr ':zftp:*' update || zstyle ':zftp:*' update 1
13 zstyle -g arr ':zftp:*' titlebar || zstyle ':zftp:*' titlebar true
14 if functions chpwd >&/dev/null && ! zstyle -g arr ':zftp:*' chpwd; then
15 zstyle ':zftp:*' chpwd true

12345678910>>...18