Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for not (0.02 sec)

  1. tests/test_generate_unique_id_function.py

                                        }
                                    }
                                },
                            },
                            "404": {
                                "description": "Not Found",
                                "content": {
                                    "application/json": {
                                        "schema": {
                                            "title": "Response 404 Foo Post Root",
    Registered: 2025-12-28 07:19
    - Last Modified: 2025-12-17 21:25
    - 66.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

            }
    
            @Override
            public int getStartPosition() {
                throw new UnsupportedOperationException("getStartPosition() is not supported in this implementation");
            }
    
            @Override
            public int getOffset() {
                throw new UnsupportedOperationException("getOffset() is not supported in this implementation");
    Registered: 2025-12-20 09:19
    - Last Modified: 2025-11-28 16:29
    - 55.4K bytes
    - Viewed (1)
  3. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                                    + " extracted from the -f/--file command-line argument " + arg + " does not exist");
                            throw new ExitException(1);
                        }
                    } else {
                        System.err.println(
                                "POM file " + arg + " specified with the -f/--file command line argument does not exist");
                        throw new ExitException(1);
                    }
    Registered: 2025-12-28 03:35
    - Last Modified: 2025-10-27 13:24
    - 78.1K bytes
    - Viewed (0)
  4. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

                                    following plugin(s) that have goals not built with Maven 4 to support concurrent \
                                    execution. While this /may/ work fine, please look for plugin updates and/or \
                                    request plugins be made thread-safe. If reporting an issue, report it against the \
                                    plugin in question, not against Apache Maven.""")) {
                            logger.warn(s);
    Registered: 2025-12-28 03:35
    - Last Modified: 2025-10-16 06:12
    - 55.1K bytes
    - Viewed (0)
  5. .bazelrc

    common:rbe_linux --action_env=PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin"
    # Non-rbe settings we should include because we do not run configure
    common:rbe_linux --config=avx_linux
    # TODO(gunan): Check why we need this specified in rbe, but not in other builds.
    common:rbe_linux --linkopt=-lrt
    common:rbe_linux --host_linkopt=-lrt
    common:rbe_linux --linkopt=-lm
    common:rbe_linux --host_linkopt=-lm
    
    Registered: 2025-12-30 12:39
    - Last Modified: 2025-12-26 23:20
    - 56.8K bytes
    - Viewed (0)
  6. cmd/erasure-object.go

    			// save the index to set correct error at this index.
    			Idx: i,
    		}
    		vr.SetTierFreeVersionID(mustGetUUID())
    		// VersionID is not set means delete is not specific about
    		// any version, look for if the bucket is versioned or not.
    		if objects[i].VersionID == "" {
    			// MinIO extension to bucket version configuration
    			suspended := opts.VersionSuspended
    			versioned := opts.Versioned
    Registered: 2025-12-28 19:28
    - Last Modified: 2025-10-24 04:05
    - 80.4K bytes
    - Viewed (0)
  7. tensorflow/BUILD

        match_any = [":api_indexable_flag"] + ADDITIONAL_API_INDEXABLE_SETTINGS,
        visibility = ["//visibility:public"],
    )
    
    # DO NOT ADD ANY NEW EXCEPTIONS TO THIS LIST!
    # Instead, please use public APIs or public build rules TF provides.
    # If you need functionality that is not exposed, we will work with you to expand our public APIs.
    # TODO(b/173549186): Move Google-internal TF code out of learning/brain
    package_group(
    Registered: 2025-12-30 12:39
    - Last Modified: 2025-11-12 19:21
    - 53.1K bytes
    - Viewed (0)
  8. fastapi/param_functions.py

    _Unset: Any = Undefined
    
    
    def Path(  # noqa: N802
        default: Annotated[
            Any,
            Doc(
                """
                Default value if the parameter field is not set.
    
                This doesn't affect `Path` parameters as the value is always required.
                The parameter is available only for compatibility.
                """
            ),
        ] = ...,
        *,
    Registered: 2025-12-28 07:19
    - Last Modified: 2025-12-27 12:54
    - 63K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/collect/MapsTest.java

    /*
     * Copyright (C) 2007 The Guava Authors
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: 2025-12-26 12:43
    - Last Modified: 2025-12-11 22:56
    - 62.7K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/ldap/LdapManager.java

         * </ul>
         *
         * @param username the username of the user (must not be null or blank)
         * @param password the new password (must not be null or blank)
         * @return true if the password was changed successfully, false otherwise
         * @throws LdapOperationException if the user is not found in LDAP
         */
        public boolean changePassword(final String username, final String password) {
    Registered: 2025-12-20 09:19
    - Last Modified: 2025-11-28 16:29
    - 86.3K bytes
    - Viewed (0)
Back to top