Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 173 for central (0.29 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsAccessTokenCQ.java

            return "access_token";
        }
    
        // ===================================================================================
        //                                                                       Query Control
        //                                                                       =============
        public void functionScore(OperatorCall<AccessTokenCQ> queryLambda,
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 71.8K bytes
    - Viewed (0)
  2. maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

         * the second version is the newer.
         */
        private static int compareModelVersions(String first, String second) {
            // we use a dedicated comparator because we control our model version scheme.
            String[] firstSegments = first.split("\\.");
            String[] secondSegments = second.split("\\.");
            for (int i = 0; i < Math.max(firstSegments.length, secondSegments.length); i++) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 18 14:09:22 UTC 2024
    - 76K bytes
    - Viewed (0)
  3. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

         * @param firstFailedProject The first project which has failed.
         * @return Value for -rf flag to resume build exactly from place where it failed ({@code :artifactId} in general
         * and {@code groupId:artifactId} when there is a name clash).
         */
        String getResumeFromSelector(List<MavenProject> mavenProjects, MavenProject firstFailedProject) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.multiad.creator",
    				"application/vnd.multiad.creator.cif",
    				"application/vnd.music-niff",
    				"application/vnd.musician",
    				"application/vnd.muvee.style",
    				"application/vnd.ncd.control",
    				"application/vnd.ncd.reference",
    				"application/vnd.nervana",
    				"application/vnd.netfpx",
    				"application/vnd.neurolanguage.nlu",
    				"application/vnd.noblenet-directory",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/ImmutableSortedMap.java

        return new Builder<>(Ordering.natural());
      }
    
      /**
       * Returns a builder that creates immutable sorted maps with an explicit comparator. If the
       * comparator has a more general type than the map's keys, such as creating a {@code
       * SortedMap<Integer, String>} with a {@code Comparator<Number>}, use the {@link Builder}
       * constructor instead.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  6. tensorflow/cc/gradients/math_grad.cc

      DataType dtype = out.type();
      if (dtype == DT_COMPLEX64 || dtype == DT_COMPLEX128) {
        return Conj(scope, out);
      } else {
        return out;
      }
    }
    
    // TODO(andydavis) Add control dependencies to gradient functions (as needed).
    
    Status AbsGrad(const Scope& scope, const Operation& op,
                   const std::vector<Output>& grad_inputs,
                   std::vector<Output>* grad_outputs) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/serviceregistry_test.go

    // limitations under the License.
    
    package serviceregistry_test
    
    import (
    	"context"
    	"fmt"
    	"reflect"
    	"sort"
    	"testing"
    	"time"
    
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	v1 "k8s.io/api/core/v1"
    	discovery "k8s.io/api/discovery/v1"
    	kerrors "k8s.io/apimachinery/pkg/api/errors"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/util/intstr"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    		iov.SetLen(len(p))
    	}
    	var dummy byte
    	if len(oob) > 0 {
    		// receive at least one normal byte
    		if len(p) == 0 {
    			iov.Base = &dummy
    			iov.SetLen(1)
    		}
    		msg.Control = (*byte)(unsafe.Pointer(&oob[0]))
    		msg.SetControllen(len(oob))
    	}
    	msg.Iov = &iov
    	msg.Iovlen = 1
    	if n, err = recvmsg(fd, &msg, flags); err != nil {
    		return
    	}
    	oobn = int(msg.Controllen)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  9. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    		nodeConditionTypes := []v1.NodeConditionType{
    			v1.NodeReady,
    			v1.NodeMemoryPressure,
    			v1.NodeDiskPressure,
    			v1.NodePIDPressure,
    			// We don't change 'NodeNetworkUnavailable' condition, as it's managed on a control plane level.
    			// v1.NodeNetworkUnavailable,
    		}
    
    		nowTimestamp := nc.now()
    		for _, nodeConditionType := range nodeConditionTypes {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileAuthenticationCQ.java

            return "file_authentication";
        }
    
        // ===================================================================================
        //                                                                       Query Control
        //                                                                       =============
        public void functionScore(OperatorCall<FileAuthenticationCQ> queryLambda,
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 88.1K bytes
    - Viewed (0)
Back to top