Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 308 for Accessible (0.15 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/asm/ClassDependenciesVisitor.java

            ClassDependenciesVisitor visitor = new ClassDependenciesVisitor(new ClassRelevancyFilter(className), reader, interner);
            reader.accept(visitor, ClassReader.SKIP_FRAMES);
    
            // Remove the "API accessible" types from the "privately used types"
            visitor.privateTypes.removeAll(visitor.accessibleTypes);
            String name = visitor.moduleName != null ? visitor.moduleName : className;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 13:49:15 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. src/mime/multipart/formdata.go

    		for _, v := range vs {
    			size += int64(len(v))
    		}
    	}
    	return size
    }
    
    // Form is a parsed multipart form.
    // Its File parts are stored either in memory or on disk,
    // and are accessible via the [*FileHeader]'s Open method.
    // Its Value parts are stored as strings.
    // Both are keyed by field name.
    type Form struct {
    	Value map[string][]string
    	File  map[string][]*FileHeader
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 16:12:35 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  3. src/internal/trace/base.go

    	// they don't appear in strings.
    	extraStrings   []string
    	extraStringIDs map[string]extraStringID
    	nextExtra      extraStringID
    
    	// expData contains extra unparsed data that is accessible
    	// only to ExperimentEvent via an EventExperimental event.
    	expData map[event.Experiment]*ExperimentalData
    }
    
    // addExtraString adds an extra string to the evTable and returns
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/TestDB.h

     *  <br /><br />
     *
     *  It is recommended that the name of each CU_Test in a suite have
     *  a unique name.  Otherwise, only the first-registered test having 
     *  a given name will be accessible by that name.  There are no 
     *  restrictions on the test function.  This means that the same 
     *  function could, in principle, be called more than once from 
     *  different tests.
     *
     *  @see CU_Suite
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  5. src/runtime/netpoll_windows.go

    // The source values are arbitrary. There is no risk of collision with user
    // defined values because the only way to set the key of an overlapped entry
    // is using the iocphandle, which is not accessible to user code.
    const (
    	netpollSourceReady = iota + 1
    	netpollSourceBreak
    	netpollSourceTimer
    )
    
    const (
    	// sourceBits is the number of bits needed to represent a source.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  6. pilot/pkg/xds/eds_sh_test.go

    	// Network has 2 gateways
    	initRegistry(s, 3, []string{"159.122.219.3", "179.114.119.3"}, 3)
    	// Set up a cluster registry for network 4 with 4 instances for the service 'service5'
    	// but without any gateway, which is treated as accessible directly.
    	initRegistry(s, 4, []string{}, 4)
    
    	// Push contexts needs to be updated
    	s.Discovery.ConfigUpdate(&model.PushRequest{Full: true})
    	time.Sleep(time.Millisecond * 200) // give time for cache to clear
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. pkg/ledger/smt_test.go

    func TestTrieAtomicUpdate(t *testing.T) {
    	smt := newSMT(hasher, nil, time.Minute)
    	keys := getFreshData(10)
    	values := getFreshData(10)
    	root, _ := smt.Update(keys, values)
    
    	// check keys of previous atomic update are accessible in
    	// updated nodes with root.
    	smt.atomicUpdate = false
    	for i, key := range keys {
    		value, _ := smt.get(root, key, nil, 0, smt.trieHeight)
    		if !bytes.Equal(values[i], value) {
    			t.Fatal("failed to get value")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  8. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java

            return dependencyNode;
        }
    
        public void setDependencyNode(DependencyNode dependencyNode) {
            this.dependencyNode = dependencyNode;
        }
    
        /**
         * The map of artifacts accessible by the versionlessKey, i.e. groupId:artifactId
         *
         * @return a Map of artifacts, never {@code null}
         * @see #getArtifacts()
         */
        public Map<String, Artifact> getArtifactMap() {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Apr 14 17:14:22 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/io/TempFileCreator.java

     * old Android Ice Cream Sandwich release), then this class throws an exception instead of creating
     * a file or directory that would be more accessible.
     */
    @J2ktIncompatible
    @GwtIncompatible
    @J2ObjCIncompatible
    @ElementTypesAreNonnullByDefault
    abstract class TempFileCreator {
      static final TempFileCreator INSTANCE = pickSecureCreator();
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 06 17:11:11 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/Kerb5Context.java

         * {@inheritDoc}
         *
         * @see jcifs.smb.SSPContext#getSigningKey()
         */
        @Override
        public byte[] getSigningKey () throws SmbException {
            /*
             * The kerberos session key is not accessible via the JGSS API. IBM and
             * Oracle both implement a similar API to make an ExtendedGSSContext
             * available. That API is accessed via reflection to make this independent
             * of the runtime JRE
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Aug 02 08:22:42 UTC 2018
    - 13.9K bytes
    - Viewed (0)
Back to top