Home
last modified time | relevance | path

Searched refs:zle (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/tr_TR/
H A Dcontracts.lang2 ContractsArea=Sözleşmeler alanı
3 ListOfContracts=Sözleşme Listesi
4 AllContracts=Bütün sözleşmeler
5 ContractCard=Sözleşme kartı
18 Contracts=Sözleşmeler
21 Contract=Sözleşme
22 ContractLine=Sözleşme satırı
24 NoContracts=Sözleşme yok
30 NewContract=Yeni sözleşme
32 AddContract=Sözleşme oluştur
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/tr_TR/
H A Dcontracts.lang2 ContractsArea=Sözleşmeler alanı
3 ListOfContracts=Sözleşme Listesi
4 AllContracts=Bütün sözleşmeler
5 ContractCard=Sözleşme kartı
18 Contracts=Sözleşmeler
21 Contract=Sözleşme
22 ContractLine=Sözleşme satırı
24 NoContracts=Sözleşme yok
30 NewContract=Yeni sözleşme
32 AddContract=Sözleşme oluştur
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Zsh/Function/
H A D_add-zle-hook-widget1 #compdef add-zle-hook-widget
3 _add-zle-hook-widget_types() {
6 autoload -U add-zle-hook-widget
7 add-zle-hook-widget -h >&/dev/null # sets the zstyle
8 zstyle -g tmp zle-hook types
10 compadd "$@" -M 'L:|=zle-' -M 'r:|-=* r:|=*' -- zle-${^tmp}
13 _add-zle-hook-widget_widgets() {
25 _add-zle-hook-widget() {
32 ':hook type:_add-zle-hook-widget_types' \
33 ':widget:_add-zle-hook-widget_widgets'
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Misc/
H A Dadd-zle-hook-widget24 print -u2 "add-zle-hook-widget: Need parameter modules for zle hooks"
34 local -a hooktypes=( zle-isearch-exit zle-isearch-update
35 zle-line-pre-redraw zle-line-init zle-line-finish
36 zle-history-line-set zle-keymap-select )
38 zstyle zle-hook types ${hooktypes#zle-}
50 zle "$hook" -N -- "$@"
52 zle "$hook" -Nw -- "$@"
100 1=${1#zle-} # Strip prefix not stored in zle-hook types style
111 local hook="zle-$1"
138 zle -N "$fn"
[all …]
H A Dsticky-note90 if zle
93 if [[ $* == -*l* || $functrace == *zle-line-init:* ]]
104 zle -M "No stickies during ${${(z)PREBUFFER}[1]:-$CONTEXT}, sorry"
105 zle .beep
106 zle -R
108 zle .push-line
110 zle .accept-line
H A Dtetris5 # zle -N tetris
58 zle -N tetris
61 if ! zle; then
67 zle -K tetris
93 zle -N tetris-left
103 zle -N tetris-right
113 zle -N tetris-rotate
124 zle -N tetris-drop
203 zle -R
204 zle -U T
[all …]
H A Dzed51 zle up-line
59 zle down-line
63 if ! zle -la __zed_pg_up __zed_pg_down; then
64 zle -N __zed_pg_up
65 zle -N __zed_pg_down
79 zle -N __zed_init
103 zle -N zed-set-file-name
/dports/shells/zsh/zsh-5.8.1/Test/
H A Dcomptest40 setopt zle
57 zle clear-screen
58 zle -R
62 zle list-choices
64 zle -R
70 zle -R
72 zle-finish () {
76 zle -I
78 zle redisplay
81 zle accept-line
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Zle/
H A Dkeymap+widget35 then zle $KEYMAP+$WIDGET "$@"
36 else zle .$WIDGET "$@"
40 zle -N $w $w-by-keymap
44 [[ -n $m ]] && { zle && zle -M "${(F)m}" || print -l -u2 -R $m }
52 # zle -N frobber+self-insert frob
57 # zle recursive-edit -K frobber
65 # zle -N ucase+self-insert
69 # zle recursive-edit -K ucase || zle send-break
71 # zle -N caps-lock
85 # zle recursive-edit -K newkeymap || zle send-break
[all …]
H A Dpredict-on19 # zle -N predict-on
20 # zle -N predict-off
28 zle -N self-insert insert-and-predict
29 zle -N magic-space insert-and-predict
31 zle -N delete-char-or-list delete-no-predict
36 zle -A .self-insert self-insert
37 zle -A .magic-space magic-space
50 zle .$WIDGET "$@"
72 zle complete-word
124 zle .kill-whole-line
[all …]
H A Dselect-word-style15 if ! zle -l $word_functions[1]; then
18 zle -N $f $f-match
39 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
[all …]
H A Dbracketed-paste-magic121 zle .bracketed-paste
154 zle .split-undo
160 zle -K viins
165 zle -U - "$PASTED"
172 zle .self-insert
177 zle $REPLY -w
186 zle -K $bpm_keymap
191 zle .undo $bpm_undo
210 zle .split-undo
214 zle -R
[all …]
H A Dup-line-or-beginning-search9 zle .up-line-or-history
12 zstyle -t ':zle:up-line-or-beginning-search' edit-buffer
14 zle .push-line-or-edit
19 zle .history-beginning-search-backward
20 zstyle -T ':zle:up-line-or-beginning-search' leave-cursor &&
21 zle .end-of-line
H A Dsurround6 # zle -N delete-surround surround
7 # zle -N add-surround surround
8 # zle -N change-surround surround
22 zle -f vichange
61 zle .vi-change || return
63 zle .vi-cmd-mode
74 zle .vi-put-before -n 1
76 zle .vi-put-after -n 1
H A Dinsert-files3 # Autoload this function, run `zle -N <func-name>' and bind <func-name>
17 zle -R "files: ${str}_" "$files[@]"
19 zle -R "files: ${str}_ (failed)"
31 zle -R "files: ${str}_" "$files[@]"
33 zle -R "files: ${str}_ (failed)"
37 zle -Rc
H A Dvi-pipe16 zle -f vichange
19 (( REGION_ACTIVE )) || zle -U V
21 zle .vi-change || return
23 zle .vi-cmd-mode
33 zle .vi-put-before -n 1
35 zle .vi-put-after -n 1
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/vi-mode/
H A Dvi-mode.plugin.zsh38 function zle-keymap-select() {
43 zle reset-prompt
44 zle -R
48 zle -N zle-keymap-select
52 function zle-line-init() {
60 zle -N zle-line-init
62 function zle-line-finish() {
67 zle -N zle-line-finish
73 zle -N edit-command-line
106 zle .${widget}
[all …]
/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/src/
H A Dbind.zsh31 zle -N $prefix$bind_count-$widget ${widgets[$widget]#*:}
37 eval "_zsh_autosuggest_orig_${(q)widget}() { zle .${(q)widget} }"
38 zle -N $prefix$bind_count-$widget _zsh_autosuggest_orig_$widget
44 eval "zle -C $prefix$bind_count-${(q)widget} ${${(s.:.)widgets[$widget]}[2,3]}"
52 # zle without the `-w` flag (e.g. `zle self-insert` instead of
53 # `zle self-insert -w`).
59 zle -N -- $widget _zsh_autosuggest_bound_${bind_count}_$widget
78 for widget in ${${(f)"$(builtin zle -la)"}:#${(j:|:)~ignore_widgets}}; do
104 zle $original_widget_name -- $@
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/git-escape-magic/
H A Dgit-escape-magic3 # git-escape-magic - zle tweak for git command line arguments
96 zle "$self_insert_function"
101 local self_insert_function="${$(zle -lL | awk \
102 '$1=="zle"&&$2=="-N"&&$3=="self-insert"{print $4;exit}'):-.self-insert}"
107 # For url-quote-magic which does not zle -N itself
108 zle -la "$self_insert_function" || zle -N "$self_insert_function"
112 zle -A git-escape-magic.self-insert self-insert
122 zle -A "$self_insert_function" self-insert
126 zle -N git-escape-magic.self-insert
127 zle -N git-escape-magic.on
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/git-auto-fetch/
H A Dgit-auto-fetch.plugin.zsh47 # zle-line-init widget (don't redefine if already defined)
50 case "$widgets[zle-line-init]" in
51 # Simply define the function if zle-line-init doesn't yet exist
55 # Override the current zle-line-init widget, calling the old one
56 user:*) zle -N _git-auto-fetch_orig_zle-line-init "${widgets[zle-line-init]#user:}"
59 zle _git-auto-fetch_orig_zle-line-init -- "$@"
63 zle -N zle-line-init _git-auto-fetch_zle-line-init
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/zsh-interactive-cd/
H A Dzsh-interactive-cd.plugin.zsh73 zle ${__zic_default_completion:-expand-or-complete}
115 zle redisplay
116 typeset -f zle-line-init >/dev/null && zle zle-line-init
127 zle ${__zic_default_completion:-expand-or-complete}
131 zle ${__zic_default_completion:-expand-or-complete}
139 # default zle widget for ^I formerly only works if the IFS parameter contains
146 zle -N zic-completion
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/fancy-ctrl-z/
H A Dfancy-ctrl-z.plugin.zsh4 zle accept-line -w
6 zle push-input -w
7 zle clear-screen -w
10 zle -N fancy-ctrl-z
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/dirhistory/
H A Ddirhistory.plugin.zsh111 zle .kill-buffer
113 zle .accept-line
118 zle .kill-buffer
120 zle .accept-line
123 zle -N dirhistory_zle_dirhistory_back
136 zle -N dirhistory_zle_dirhistory_future
167 zle .kill-buffer # Erase current line in buffer
169 zle .accept-line
175 zle .accept-line
178 zle -N dirhistory_zle_dirhistory_up
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/safe-paste/
H A Dsafe-paste.plugin.zsh15 zle -N bracketed-paste bracketed-paste-magic
43 zle -N _bracketed_paste_begin
44 zle -N _bracketed_paste_end
45 zle -N bracketed-paste-enqueue _bracketed_paste_enqueue
53 zle -N zle-line-init _bracketed_paste_zle_init
54 zle -N zle-line-finish _bracketed_paste_zle_finish
83 # Run at zle-line-init
92 # Run at zle-line-finish
/dports/shells/zsh/zsh-5.8.1/Functions/TCP/
H A Dtcp_fd_handler7 zle -I
18 [[ -n $TCP_INVALIDATE_ZLE ]] && zle -I
20 zle -F $fd
25 zle -I
30 zle -F $fd

12345678910>>...39