Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 143 for mainIvy (0.18 sec)

  1. src/database/sql/driver/driver.go

    	//
    	// The returned connection is only used by one goroutine at a
    	// time.
    	Connect(context.Context) (Conn, error)
    
    	// Driver returns the underlying Driver of the Connector,
    	// mainly to maintain compatibility with the Driver method
    	// on sql.DB.
    	Driver() Driver
    }
    
    // ErrSkip may be returned by some optional interfaces' methods to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 09:04:12 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  2. pilot/pkg/xds/ads.go

    		Full:   true,
    		Push:   s.globalPushContext(),
    		Start:  time.Now(),
    		Reason: model.NewReasonStats(model.ProxyUpdate),
    	})
    }
    
    // AdsPushAll will send updates to all nodes, with a full push.
    // Mainly used in Debug interface.
    func AdsPushAll(s *DiscoveryServer) {
    	s.AdsPushAll(&model.PushRequest{
    		Full:   true,
    		Push:   s.globalPushContext(),
    		Reason: model.NewReasonStats(model.DebugTrigger),
    	})
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  3. pom.xml

            <configuration>
              <asfExtOptions>
                <charter>The mission of the Apache Maven project is to create and maintain software
                libraries that provide a widely-used project build tool, targeting mainly Java
                development. Apache Maven promotes the use of dependencies via a
                standardized coordinate system, binary plugins, and a standard build
                lifecycle.</charter>
              </asfExtOptions>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  4. src/compress/flate/deflate.go

    // compressed form of data to its underlying writer.
    func (w *Writer) Write(data []byte) (n int, err error) {
    	return w.d.write(data)
    }
    
    // Flush flushes any pending data to the underlying writer.
    // It is useful mainly in compressed network protocols, to ensure that
    // a remote reader has enough data to reconstruct a packet.
    // Flush does not return until the data has been written.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/mod/sumdb/client.go

    	Log(msg string)
    
    	// SecurityError prints the given security error log message.
    	// The Client returns ErrSecurity from any operation that invokes SecurityError,
    	// but the return value is mainly for testing. In a real program,
    	// SecurityError should typically print the message and call log.Fatal or os.Exit.
    	SecurityError(msg string)
    }
    
    // ErrWriteConflict signals a write conflict during Client.WriteConfig.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 17:50:49 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    func (bu *Binutils) Open(name string, start, limit, offset uint64, relocationSymbol string) (plugin.ObjFile, error) {
    	b := bu.get()
    
    	// Make sure file is a supported executable.
    	// This uses magic numbers, mainly to provide better error messages but
    	// it should also help speed.
    
    	if _, err := os.Stat(name); err != nil {
    		// For testing, do not require file name to exist.
    		if strings.Contains(b.addr2line, "testdata/") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  7. api/maven-api-settings/src/main/mdo/settings.mdo

            </field>
            <field xdoc.separator="blank">
              <name>servers</name>
              <version>1.0.0+</version>
              <description>
                Configuration of server-specific settings, mainly authentication
                method. This allows configuration of authentication on a per-server
                basis.
              </description>
              <association>
                <type>Server</type>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Feb 17 18:40:11 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types_jsonschema.go

    // JSONSchemaURL represents a schema url.
    type JSONSchemaURL string
    
    // JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps
    // or an array of JSONSchemaProps. Mainly here for serialization purposes.
    type JSONSchemaPropsOrArray struct {
    	Schema *JSONSchemaProps `protobuf:"bytes,1,opt,name=schema"`
    	// +listType=atomic
    	JSONSchemas []JSONSchemaProps `protobuf:"bytes,2,rep,name=jSONSchemas"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:21 UTC 2023
    - 24.7K bytes
    - Viewed (0)
  9. src/main/java/jcifs/SmbResource.java

     */
    package jcifs;
    
    
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    
    
    /**
     * This class represents a resource on an SMB network. Mainly these
     * resources are files and directories however an <code>SmbFile</code>
     * may also refer to servers and workgroups.
     * 
     * @see jcifs.smb.SmbFile for the main implementation of this interface
     * @author mbechler
     */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Dec 20 14:09:34 UTC 2020
    - 26K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types_jsonschema.go

    // JSONSchemaURL represents a schema url.
    type JSONSchemaURL string
    
    // JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps
    // or an array of JSONSchemaProps. Mainly here for serialization purposes.
    type JSONSchemaPropsOrArray struct {
    	Schema *JSONSchemaProps `protobuf:"bytes,1,opt,name=schema"`
    	// +listType=atomic
    	JSONSchemas []JSONSchemaProps `protobuf:"bytes,2,rep,name=jSONSchemas"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:21 UTC 2023
    - 24.7K bytes
    - Viewed (0)
Back to top