Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 165 for uncommon (0.18 sec)

  1. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

    import static org.apache.maven.cli.CLIManager.FORCE_INTERACTIVE;
    import static org.apache.maven.cli.CLIManager.NON_INTERACTIVE;
    import static org.apache.maven.cli.ResolveFile.resolveFile;
    
    // TODO push all common bits back to plexus cli and prepare for transition to Guice. We don't need 50 ways to make CLIs
    
    /**
     */
    public class MavenCli {
        public static final String LOCAL_REPO_PROPERTY = "maven.repo.local";
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"text/x-cgi",
    				"text/x-chdr",
    				"text/x-clojure",
    				"text/x-coffeescript",
    				"text/x-csrc",
    				"text/x-csharp",
    				"text/x-cobol",
    				"text/x-coldfusion",
    				"text/x-common-lisp",
    				"text/x-diff",
    				"text/x-eiffel",
    				"text/x-emacs-lisp",
    				"text/x-erlang",
    				"text/x-expect",
    				"text/x-forth",
    				"text/x-fortran",
    				"text/x-go",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.provider
    
    import com.google.common.collect.ImmutableMap
    import org.gradle.api.Task
    import org.gradle.api.Transformer
    import org.gradle.api.provider.MapProperty
    import org.gradle.api.provider.Property
    import org.gradle.api.provider.Provider
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/route/route.go

    	"strings"
    
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	route "github.com/envoyproxy/go-control-plane/envoy/config/route/v3"
    	xdsfault "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3"
    	cors "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/cors/v3"
    	xdshttpfault "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  5. tensorflow/cc/gradients/math_grad.cc

                                BatchMatMulV3::AdjX(adj_y0).AdjY(adj_y1));
        grad_outputs->push_back(dy);
      }
      return scope.status();
    }
    
    // MatMulGrad common used to read and check node attr state, and determine
    // proper MatMul products for gradients based on input matrix transposition
    // combinations.
    Status MatMulGradCommon(const Scope& scope, const Operation& op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    // Do the interface allocations only once for common
    // Errno values.
    var (
    	errEAGAIN error = syscall.EAGAIN
    	errEINVAL error = syscall.EINVAL
    	errENOENT error = syscall.ENOENT
    )
    
    var ZosTraceLevel int
    var ZosTracefile *os.File
    
    var (
    	signalNameMapOnce sync.Once
    	signalNameMap     map[string]syscall.Signal
    )
    
    // errnoErr returns common boxed Errno values, to prevent
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.internal.instantiation.generator;
    
    import com.google.common.base.Joiner;
    import groovy.lang.Closure;
    import groovy.lang.GroovyObject;
    import groovy.lang.GroovySystem;
    import groovy.lang.MissingMethodException;
    import org.gradle.api.Action;
    import org.gradle.api.DomainObjectSet;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.groovy.scripts.internal;
    
    import com.google.common.collect.ImmutableMap;
    import org.codehaus.groovy.GroovyBugError;
    import org.codehaus.groovy.ast.ASTNode;
    import org.codehaus.groovy.ast.AnnotatedNode;
    import org.codehaus.groovy.ast.AnnotationNode;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/listener.go

    	// in the map.
    	//
    	// Check if this HTTP listener conflicts with an existing TCP
    	// listener. We could have listener conflicts occur on unix domain
    	// sockets, or on IP binds. Specifically, its common to see
    	// conflicts on binds for wildcard address when a service has NONE
    	// resolution type, since we collapse all HTTP listeners into a
    	// single 0.0.0.0:port listener and use vhosts to distinguish
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/deadness_analysis.cc

      Predicate* new_pred_ptr = new_pred.get();
      interned_and_or_instances_.emplace(
          SignatureForAndOr(pred_kind, operands_slice), std::move(new_pred));
      return new_pred_ptr;
    }
    
    // Common code to create AndPredicate or OrPredicate instances.
    Predicate* PredicateFactory::MakeAndOrImpl(
        absl::Span<Predicate* const> operands, bool is_and) {
      Predicate::Kind pred_kind =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top