Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for _expanded_ (0.39 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    You can pass in property names and values that are then expanded in the source files. `expand()` allows for more than basic token substitution as the embedded expressions are full-blown Groovy expressions.
    
    NOTE: Specifying the character set when reading and writing the file is good practice.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    // reference to that substitution refers to the template parameter
    // with the same index in the currently active template, not to
    // whatever the template parameter would be expanded to here.  We sort
    // this out in substitution and simplify.
    func (st *state) templateParam() AST {
    	off := st.off
    	str := st.str
    	st.checkChar('T')
    
    	level := 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
Back to top