Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for iff (0.17 sec)

  1. internal/config/identity/ldap/ldap.go

    // boolean is true iff the user DN is found under one of the LDAP user base DNs.
    func (l *Config) GetValidatedUserDN(conn *ldap.Conn, userDN string) (string, bool, error) {
    	return l.GetValidatedDNUnderBaseDN(conn, userDN, l.LDAP.UserDNSearchBaseDistNames)
    }
    
    // GetValidatedGroupDN validates the given group DN. If conn is nil, creates a
    // connection. The returned boolean is true iff the group DN is found under one
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IFF_LINK0 = 4096
    pkg syscall (freebsd-arm64), const IFF_LINK0 ideal-int
    pkg syscall (freebsd-arm64), const IFF_LINK1 = 8192
    pkg syscall (freebsd-arm64), const IFF_LINK1 ideal-int
    pkg syscall (freebsd-arm64), const IFF_LINK2 = 16384
    pkg syscall (freebsd-arm64), const IFF_LINK2 ideal-int
    pkg syscall (freebsd-arm64), const IFF_LOOPBACK = 8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionInfoProvider.kt

                    false
                is KtLambdaExpression ->
                    false
                is KtScriptInitializer ->
                    false
    
                // The last expression of a block is considered used iff the block itself is used.
                is KtBlockExpression ->
                    parent.statements.lastOrNull() == child && isUsed(parent)
    
                // Destructuring declarations use their initializer.
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Feb 12 20:38:23 GMT 2024
    - 17.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (freebsd-386), const IFF_POINTOPOINT = 16
    pkg syscall (freebsd-386), const IFF_PPROMISC = 131072
    pkg syscall (freebsd-386), const IFF_PROMISC = 256
    pkg syscall (freebsd-386), const IFF_RENAMING = 4194304
    pkg syscall (freebsd-386), const IFF_RUNNING = 64
    pkg syscall (freebsd-386), const IFF_SIMPLEX = 2048
    pkg syscall (freebsd-386), const IFF_SMART = 32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IFF_DYING = 2097152 #53466
    pkg syscall (freebsd-riscv64), const IFF_DYING ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK0 = 4096 #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK0 ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK1 = 8192 #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK1 ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/graph/AbstractBaseGraph.java

      protected final void validateEndpoints(EndpointPair<?> endpoints) {
        checkNotNull(endpoints);
        checkArgument(isOrderingCompatible(endpoints), ENDPOINTS_MISMATCH);
      }
    
      /**
       * Returns {@code true} iff {@code endpoints}' ordering is compatible with the directionality of
       * this graph.
       */
      protected final boolean isOrderingCompatible(EndpointPair<?> endpoints) {
        return endpoints.isOrdered() == this.isDirected();
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jan 22 17:29:38 GMT 2024
    - 7.2K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const IFF_LINK1 = 8192
    pkg syscall (darwin-arm64), const IFF_LINK1 ideal-int
    pkg syscall (darwin-arm64), const IFF_LINK2 = 16384
    pkg syscall (darwin-arm64), const IFF_LINK2 ideal-int
    pkg syscall (darwin-arm64), const IFF_LOOPBACK = 8
    pkg syscall (darwin-arm64), const IFF_MULTICAST = 32768
    pkg syscall (darwin-arm64), const IFF_NOARP = 128
    pkg syscall (darwin-arm64), const IFF_NOARP ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/evaluate/FirCompileTimeConstantEvaluator.kt

    import org.jetbrains.kotlin.resolve.constants.evaluate.evalUnaryOp
    import org.jetbrains.kotlin.types.ConstantValueKind
    
    /**
     * An evaluator that transform numeric operation, such as div, into compile-time constant iff involved operands, such as explicit receiver
     * and the argument, are compile-time constant as well.
     */
    internal object FirCompileTimeConstantEvaluator {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Mar 20 14:53:27 GMT 2024
    - 16.5K bytes
    - Viewed (0)
  9. android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultisetSetCountTester.java

      /*
       * TODO: consider adding MultisetFeatures.SUPPORTS_SET_COUNT. Currently we
       * assume that using setCount() to increase the count is permitted iff add()
       * is permitted and similarly for decrease/remove(). We assume that a
       * setCount() no-op is permitted if either add() or remove() is permitted,
       * though we also allow it to "succeed" if neither is permitted.
       */
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Feb 21 16:49:06 GMT 2024
    - 13.4K bytes
    - Viewed (0)
  10. guava-testlib/src/com/google/common/collect/testing/google/AbstractMultisetSetCountTester.java

      /*
       * TODO: consider adding MultisetFeatures.SUPPORTS_SET_COUNT. Currently we
       * assume that using setCount() to increase the count is permitted iff add()
       * is permitted and similarly for decrease/remove(). We assume that a
       * setCount() no-op is permitted if either add() or remove() is permitted,
       * though we also allow it to "succeed" if neither is permitted.
       */
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Feb 21 16:49:06 GMT 2024
    - 13.4K bytes
    - Viewed (0)
Back to top