Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 33 for preamble (0.42 sec)

  1. src/cmd/go/internal/generate/generate.go

    // The initial //go:generate element is present in line.
    func (g *Generator) split(line string) []string {
    	// Parse line, obeying quoted strings.
    	var words []string
    	line = line[len("//go:generate ") : len(line)-1] // Drop preamble and final newline.
    	// There may still be a carriage return.
    	if len(line) > 0 && line[len(line)-1] == '\r' {
    		line = line[:len(line)-1]
    	}
    	// One (possibly quoted) word per iteration.
    Words:
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 29 19:39:24 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. LICENSE

    (This is the first released version of the Lesser GPL.  It also counts
     as the successor of the GNU Library Public License, version 2, hence
     the version number 2.1.)
    
                                Preamble
    
      The licenses for most software are designed to take away your
    freedom to share and change it.  By contrast, the GNU General Public
    Licenses are intended to guarantee your freedom to share and change
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Jan 18 20:25:38 UTC 2016
    - 25.8K bytes
    - Viewed (0)
  3. LICENSE

     Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
     Everyone is permitted to copy and distribute verbatim copies
     of this license document, but changing it is not allowed.
    
                                Preamble
    
      The GNU Affero General Public License is a free, copyleft license for
    software and other kinds of works, specifically designed to ensure
    cooperation with the community in the case of network server software.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 33.7K bytes
    - Viewed (0)
  4. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    51 Franklin Street, Fifth Floor
    Boston, MA 02110-1335
    USA
    
    Everyone is permitted to copy and distribute verbatim copies
    of this license document, but changing it is not allowed.
    
    Preamble
    
    The licenses for most software are designed to take away your freedom to
    share and change it. By contrast, the GNU General Public License is
    intended to guarantee your freedom to share and change free software--to
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  5. doc/asm.html

    The linker will choose one of the duplicates to use.
    </li>
    <li>
    <code>NOSPLIT</code> = 4
    <br>
    (For <code>TEXT</code> items.)
    Don't insert the preamble to check if the stack must be split.
    The frame for the routine, plus anything it calls, must fit in the
    spare space remaining in the current stack segment.
    Used to protect routines such as the stack splitting code itself.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/x-axcrypt">
        <_comment>AxCrypt</_comment>
        <glob pattern="*.axx" />
        <magic priority="60">
          <!-- AxCrypt block header, skip length field, then Header of type Preamble -->
          <match value="0xc0b9072e4f93f146a015792ca1d9e821" type="string" offset="0">
             <match value="2" type="big32" offset="17" />
          </match>
        </magic>
      </mime-type>
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/testerrors/testdata/err1.go

    // license that can be found in the LICENSE file.
    
    package main
    
    /*
    #cgo LDFLAGS: -L/nonexist
    
    void test() {
    	xxx;		// ERROR HERE
    }
    
    // Issue 8442.  Cgo output unhelpful error messages for
    // invalid C preambles.
    void issue8442foo(UNDEF*); // ERROR HERE
    */
    import "C"
    
    func main() {
    	C.test()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 404 bytes
    - Viewed (0)
  8. CREDITS

     Everyone is permitted to copy and distribute verbatim copies
     of this license document, but changing it is not allowed.
    
                                Preamble
    
      The GNU Affero General Public License is a free, copyleft license for
    software and other kinds of works, specifically designed to ensure
    cooperation with the community in the case of network server software.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssagen/ssa.go

    			if p.As != obj.ANOP {
    				s.pp.CurFunc.LSym.Func().AddInlMark(p, inlMarks[p])
    			}
    		}
    
    		if e.stksize == 0 && !hasCall {
    			// Frameless leaf function. It doesn't need any preamble,
    			// so make sure its first instruction isn't from an inlined callee.
    			// If it is, add a nop at the start of the function with a position
    			// equal to the start of the function.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    and the m--'
    
      But here, to Alice's great surprise, the Duchess's voice died
    away, even in the middle of her favourite word `moral,' and the
    arm that was linked into hers began to tremble.  Alice looked up,
    and there stood the Queen in front of them, with her arms folded,
    frowning like a thunderstorm.
    
      `A fine day, your Majesty!' the Duchess began in a low, weak
    voice.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top