Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 106 for keynote (0.44 sec)

  1. src/cmd/compile/internal/types2/resolver.go

    						name = "_Ctype_" + typ.Sel.Value
    					}
    				}
    			}
    			if name == "" {
    				return false, nil
    			}
    		default:
    			return false, nil
    		}
    
    		// name must denote an object found in the current package scope
    		// (note that dot-imported objects are not in the package scope!)
    		obj := check.pkg.scope.Lookup(name)
    		if obj == nil {
    			return false, nil
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 14:10:44 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  2. src/go/types/resolver.go

    						name = "_Ctype_" + typ.Sel.Name
    					}
    				}
    			}
    			if name == "" {
    				return false, nil
    			}
    		default:
    			return false, nil
    		}
    
    		// name must denote an object found in the current package scope
    		// (note that dot-imported objects are not in the package scope!)
    		obj := check.pkg.scope.Lookup(name)
    		if obj == nil {
    			return false, nil
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:22:59 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    </p>
    
    <p>
    The form <code>a … b</code> represents the set of characters from
    <code>a</code> through <code>b</code> as alternatives. The horizontal
    ellipsis <code>…</code> is also used elsewhere in the spec to informally denote various
    enumerations or code snippets that are not further specified. The character <code>…</code>
    (as opposed to the three characters <code>...</code>) is not a token of the Go
    language.
    </p>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  4. src/debug/dwarf/entry.go

    func (r *Reader) ByteOrder() binary.ByteOrder {
    	return r.b.order
    }
    
    // Seek positions the [Reader] at offset off in the encoded entry stream.
    // Offset 0 can be used to denote the first entry.
    func (r *Reader) Seek(off Offset) {
    	d := r.d
    	r.err = nil
    	r.lastChildren = false
    	if off == 0 {
    		if len(d.unit) == 0 {
    			return
    		}
    		u := &d.unit[0]
    		r.unit = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 30.7K bytes
    - Viewed (0)
  5. src/internal/types/errors/codes.go

    	//  	m["foo"].i = 42
    	//  }
    	UnaddressableFieldAssign
    
    	// NotAType occurs when the identifier used as the underlying type in a type
    	// declaration or the right-hand side of a type alias does not denote a type.
    	//
    	// Example:
    	//  var S = 2
    	//
    	//  type T S
    	NotAType
    
    	// InvalidArrayLen occurs when an array length is not a constant value.
    	//
    	// Example:
    	//  var n = 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 22:50:48 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/typesinternal/errorcode.go

    	UnaddressableFieldAssign
    
    	/* decls > type (+ other type expression codes) */
    
    	// NotAType occurs when the identifier used as the underlying type in a type
    	// declaration or the right-hand side of a type alias does not denote a type.
    	//
    	// Example:
    	//  var S = 2
    	//
    	//  type T S
    	NotAType
    
    	// InvalidArrayLen occurs when an array length is not a constant value.
    	//
    	// Example:
    	//  var n = 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 34K bytes
    - Viewed (0)
  7. src/internal/trace/traceviewer/static/trace_viewer_full.html

    const keyMap=this.getKeyMapForEventType_(hotKey.eventType,hotKey.useCapture);for(let i=0;i<hotKey.keyCodes.length;i++){const keyCode=hotKey.keyCodes[i];if(!keyMap[keyCode]){throw new Error('Key is not bound for keyCode='+keyCode);}
    keyMap[keyCode]=hotKey;}
    for(let i=0;i<hotKey.keyCodes.length;i++){const keyCode=hotKey.keyCodes[i];delete keyMap[keyCode];}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  8. doc/go_spec.html

    </p>
    
    <p>
    The form <code>a … b</code> represents the set of characters from
    <code>a</code> through <code>b</code> as alternatives. The horizontal
    ellipsis <code>…</code> is also used elsewhere in the spec to informally denote various
    enumerations or code snippets that are not further specified. The character <code>…</code>
    (as opposed to the three characters <code>...</code>) is not a token of the Go
    language.
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  9. pkg/ctrlz/assets/static/js/jquery-3.2.1.slim.min.js

    trlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(a){var b=a.button;return null==a.which&&sa.test(a.type)?null!=a.charCode?a.charCode:a.keyCode:!a.which&&void 0!==b&&ta.test(a.type)?1&b?1:2&b?3:4&b?2:0:a.which}},r.event.addProp),r.each({mouseenter:"mouseov...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 68K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/pe.go

    			d = new(Dll)
    			d.name = dynlib
    			d.next = dr
    			dr = d
    			m = new(Imp)
    		}
    
    		// Because external link requires properly stdcall decorated name,
    		// all external symbols in runtime use %n to denote that the number
    		// of uinptrs this function consumes. Store the argsize and discard
    		// the %n suffix if any.
    		m.argsize = -1
    		extName := ldr.SymExtname(s)
    		if i := strings.IndexByte(extName, '%'); i >= 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:01:27 UTC 2023
    - 48.8K bytes
    - Viewed (0)
Back to top