Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for phiopt (0.07 sec)

  1. pkg/collateral/control.go

    		}
    	}
    
    	if c.EmitZshCompletion {
    
    		// Constants used in zsh completion file
    		zshInitialization := `#compdef ` + root.Name() + `
    
    __istio_bash_source() {
    	alias shopt=':'
    	alias _expand=_bash_expand
    	alias _complete=_bash_comp
    	emulate -L sh
    	setopt kshglob noshglob braceexpand
    	source "$@"
    }
    __istio_type() {
    	# -t is not supported by zsh
    	if [ "$1" == "-t" ]; then
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 03:51:36 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. hack/update-codegen.sh

          build/run.sh hack/_update-generated-proto-bindings-dockerized.sh "${apis[@]}"
        fi
    }
    
    #
    # main
    #
    
    function list_codegens() {
        (
            shopt -s extdebug
            declare -F \
                | cut -f3 -d' ' \
                | grep "^codegen::" \
                | while read -r fn; do declare -F "$fn"; done \
                | sort -n -k2 \
                | cut -f1 -d' ' \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 15:15:31 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top