Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 216 for NOR (0.98 sec)

  1. guava/src/com/google/common/hash/Hashing.java

       *
       * @deprecated If you must interoperate with a system that requires MD5, then use this method,
       *     despite its deprecation. But if you can choose your hash function, avoid MD5, which is
       *     neither fast nor secure. As of January 2017, we suggest:
       *     <ul>
       *       <li>For security:
       *           {@link Hashing#sha256} or a higher-level API.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 09 00:37:15 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  2. src/runtime/asm_mips64x.s

    	RET
    
    // The top-most function running on a goroutine
    // returns to goexit+PCQuantum.
    TEXT runtime·goexit(SB),NOSPLIT|NOFRAME|TOPFRAME,$0-0
    	NOR	R0, R0	// NOP
    	JAL	runtime·goexit1(SB)	// does not return
    	// traceback from goexit1 must hit code range of goexit
    	NOR	R0, R0	// NOP
    
    TEXT ·checkASM(SB),NOSPLIT,$0-1
    	MOVW	$1, R1
    	MOVB	R1, ret+0(FP)
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 19:45:59 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java

                    value = basedir + expression.substring(pathSeparator);
                }
            }
    
            /*
             * MNG-4312: We neither have reserved all of the above magic expressions nor is their set fixed/well-known (it
             * gets occasionally extended by newer Maven versions). This imposes the risk for existing plugins to
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 17 17:55:08 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  4. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpModelIntegrationTest.groovy

      dependencies { implementation project(':contrib') }
    
      eclipse.project.name = 'cool-impl'
    }
    
    project(':contrib') {
      apply plugin: 'java'
      apply plugin: 'eclipse-wtp'
      //should not have war nor ear applied
    
      eclipse.project.name = 'cool-contrib'
    }
    """
            //when
            executer.withTasks('eclipse').run()
    
            //then
            def implComponent = wtpComponent('impl')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  5. src/io/io.go

    // input source, ReadAt may return either err == EOF or err == nil.
    //
    // If ReadAt is reading from an input source with a seek offset,
    // ReadAt should not affect nor be affected by the underlying
    // seek offset.
    //
    // Clients of ReadAt can execute parallel ReadAt calls on the
    // same input source.
    //
    // Implementations must not retain p.
    type ReaderAt interface {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 17:34:10 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/staticdata/data.go

    		}
    		objw.SymPtr(sf, 0, target, 0)
    		objw.Global(sf, int32(types.PtrSize), obj.DUPOK|obj.RODATA)
    	}
    }
    
    // InitConst writes the static literal c to n.
    // Neither n nor c is modified.
    func InitConst(n *ir.Name, noff int64, c ir.Node, wid int) {
    	if n.Op() != ir.ONAME {
    		base.Fatalf("InitConst n op %v", n.Op())
    	}
    	if n.Sym() == nil {
    		base.Fatalf("InitConst nil n sym")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:08:50 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  7. src/os/user/lookup_windows.go

    		if err == nil {
    			return name, nil
    		}
    	}
    	name, err := lookupFullNameServer(domain, username)
    	if err == nil {
    		return name, nil
    	}
    	// domain worked neither as a domain nor as a server
    	// could be domain server unavailable
    	// pretend username is fullname
    	return username, nil
    }
    
    // getProfilesDirectory retrieves the path to the root directory
    // where user profiles are stored.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 16:42:41 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/RepositoryHandler.java

         * }
         * </pre>
         *
         * @param args The arguments used to configure the repository.
         * @return the added resolver
         * @throws org.gradle.api.InvalidUserDataException In the case neither rootDir nor rootDirs is specified of if both
         * are specified.
         */
        FlatDirectoryArtifactRepository flatDir(Map<String, ?> args);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 03:42:11 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/kube/controller/network.go

    	ranger    cidranger.Ranger
    	clusterID cluster.ID
    
    	gatewayResourceClient kclient.Informer[*v1beta1.Gateway]
    	meshNetworksWatcher   mesh.NetworksWatcher
    
    	// Network name for to be used when the meshNetworks fromRegistry nor network label on pod is specified
    	// This is defined by a topology.istio.io/network label on the system namespace.
    	network network.ID
    	// Network name for the registry as specified by the MeshNetworks configmap
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 22:23:22 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  10. guava/src/com/google/common/base/Equivalence.java

       *       equivalent(x, z)} is also true (<i>transitive</i> property)
       * </ul>
       *
       * <p>Note that all calls to {@code equivalent(x, y)} are expected to return the same result as
       * long as neither {@code x} nor {@code y} is modified.
       */
      public final boolean equivalent(@CheckForNull T a, @CheckForNull T b) {
        if (a == b) {
          return true;
        }
        if (a == null || b == null) {
          return false;
        }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top