Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 70 for a$ (0.04 sec)

  1. pkg/apis/admissionregistration/validation/validation_test.go

    				Rule: admissionregistration.Rule{
    					APIGroups:   []string{"a"},
    					APIVersions: []string{"a"},
    					Resources:   []string{"a/*", "a/x"},
    				},
    			}},
    		},
    		}, true),
    		expectedError: `webhooks[0].rules[0].resources[1]: Invalid value: "a/x": if 'a/*' is present, must not specify a/x`,
    	}, {
    		name: "resource a/* can mix with a",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

        add(FirErrors.UNSUPPORTED) { firDiagnostic ->
            UnsupportedImpl(
                firDiagnostic.a,
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
        add(FirErrors.UNSUPPORTED_FEATURE) { firDiagnostic ->
            UnsupportedFeatureImpl(
                firDiagnostic.a,
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 210.1K bytes
    - Viewed (0)
  3. src/net/http/server.go

    // matches a non-empty string. All other matches are exact.
    // For example, these are all exact matches:
    //
    //	pattern   path
    //	/a        /a
    //	/{x}      /a
    //	/a/{$}    /a/
    //	/a/       /a/
    //
    // The last case has a multi wildcard (implicitly), but the match is exact because
    // the wildcard matches the empty string.
    //
    // Examples of matches that are not exact:
    //
    //	pattern   path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    	for _, a := range all {
    		for _, a1 := range a.Deps {
    			a1.triggers = append(a1.triggers, a)
    		}
    		a.pending = len(a.Deps)
    		if a.pending == 0 {
    			b.ready.push(a)
    			b.readySema <- true
    		}
    	}
    
    	// Handle runs a single action and takes care of triggering
    	// any actions that are runnable as a result.
    	handle := func(ctx context.Context, a *Action) {
    		if a.json != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    // one at a time. If the command line lists .go files from a single directory,
    // they are treated as a single package. Within a package, generate processes the
    // source files in a package in file name order, one at a time. Within
    // a source file, generate runs generators in the order they appear
    // in the file, one at a time. The go generate tool also sets the build
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/database/sql/sql.go

    	return t.driver
    }
    
    // OpenDB opens a database using a [driver.Connector], allowing drivers to
    // bypass a string based data source name.
    //
    // Most users will open a database via a driver-specific connection
    // helper function that returns a [*DB]. No database drivers are included
    // in the Go standard library. See https://golang.org/s/sqldrivers for
    // a list of third-party drivers.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (MADDW a _ (MOVDconst [c])) && int32(c)==0 => (MOVWUreg a)
    (MADDW a x (MOVDconst [c])) && int32(c)==1 => (MOVWUreg (ADD <a.Type> a x))
    (MADDW a x (MOVDconst [c])) && isPowerOfTwo64(c) => (MOVWUreg (ADDshiftLL <a.Type> a x [log64(c)]))
    (MADDW a x (MOVDconst [c])) && isPowerOfTwo64(c-1) && int32(c)>=3 => (MOVWUreg (ADD <a.Type> a (ADDshiftLL <x.Type> x x [log64(c-1)])))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/Maps.java

       *
       * @since 16.0
       */
      public static <A, B> Converter<A, B> asConverter(final BiMap<A, B> bimap) {
        return new BiMapConverter<>(bimap);
      }
    
      private static final class BiMapConverter<A, B> extends Converter<A, B> implements Serializable {
        private final BiMap<A, B> bimap;
    
        BiMapConverter(BiMap<A, B> bimap) {
          this.bimap = checkNotNull(bimap);
        }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  9. src/reflect/value.go

    	return ret
    }
    
    // callReflect is the call implementation used by a function
    // returned by MakeFunc. In many ways it is the opposite of the
    // method Value.call above. The method above converts a call using Values
    // into a call of a function with a concrete argument frame, while
    // callReflect converts a call of a function with a concrete argument
    // frame into a call using Values.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  10. src/crypto/x509/verify_test.go

    				"CN=leaf -> CN=inter c -> CN=inter a -> CN=root",
    				"CN=leaf -> CN=inter c -> CN=inter b -> CN=inter a -> CN=root",
    			},
    		},
    		{
    			// Build the following graph, which contains a cross-signature loop
    			// (A and C cross sign each other). Paths that include the A -> C -> A
    			// (and vice versa) loop should be ignored, resulting in the paths:
    			//   * Trust Anchor -> A -> B -> EE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
Back to top