Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 1,892 for Option (0.16 sec)

  1. docs/de/docs/tutorial/security/first-steps.md

    !!! info
        Ein „Bearer“-Token ist nicht die einzige Option.
    
        Aber es ist die beste für unseren Anwendungsfall.
    
        Und es ist wahrscheinlich auch für die meisten anderen Anwendungsfälle die beste, es sei denn, Sie sind ein OAuth2-Experte und wissen genau, warum es eine andere Option gibt, die Ihren Anforderungen besser entspricht.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:07:08 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/service/ElevateWordService.java

                setupListCondition(cb, elevateWordPager);
            });
    
            // update pager
            BeanUtil.copyBeanToBean(elevateWordList, elevateWordPager, option -> option.include(Constants.PAGER_CONVERSION_RULE));
            elevateWordPager.setPageNumberList(elevateWordList.pageRange(op -> {
                op.rangeSize(fessConfig.getPagingPageRangeSizeAsInteger());
            }).createPageNumberList());
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  3. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/JvmProjectInitDescriptor.java

        public BuildInitTestFramework getDefaultTestFramework(ModularizationOption modularizationOption) {
            if (modularizationOption == ModularizationOption.WITH_LIBRARY_PROJECTS) {
                // This is the only supported option
                return BuildInitTestFramework.JUNIT_JUPITER;
            }
            return description.getDefaultTestFramework();
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 19:14:24 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/add_dump_tensor_op.cc

        registry.insert<quant::QuantizationDialect>();
        registry.insert<quantfork::QuantizationForkDialect>();
      }
    
     private:
      void runOnOperation() override;
    
      Option<DebuggerType> debugger_type_{
          *this, "debugger_type",
          llvm::cl::init(DebuggerConfig::DEBUGGER_TYPE_UNSPECIFIED),
          llvm::cl::values(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionQuery.java

    import java.util.List;
    import java.util.TimeZone;
    
    import org.dbflute.cbean.ConditionBean;
    import org.dbflute.cbean.ConditionQuery;
    import org.dbflute.cbean.ckey.ConditionKey;
    import org.dbflute.cbean.coption.ConditionOption;
    import org.dbflute.cbean.coption.ParameterOption;
    import org.dbflute.cbean.cvalue.ConditionValue;
    import org.dbflute.cbean.sqlclause.SqlClause;
    import org.dbflute.dbmeta.info.ColumnInfo;
    import org.dbflute.dbmeta.name.ColumnRealName;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. platforms/software/testing-base/src/main/java/org/gradle/api/tasks/testing/AbstractTestTask.java

         * test.testLogging {
         *    showStandardStreams = true
         * }
         * </pre>
         *
         * @param action configure action
         * @since 3.5
         */
        public void testLogging(Action<? super TestLoggingContainer> action) {
            action.execute(testLogging);
        }
    
        @TaskAction
        public void executeTests() {
            LogLevel currentLevel = determineCurrentLogLevel();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:49:01 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  7. cmd/admin-heal-ops.go

    	return jbytes, ErrNone
    }
    
    // healSource denotes single entity and heal option.
    type healSource struct {
    	bucket    string
    	object    string
    	versionID string
    	noWait    bool             // a non blocking call, if task queue is full return right away.
    	opts      *madmin.HealOpts // optional heal option overrides default setting
    }
    
    // healSequence - state for each heal sequence initiated on the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 18:04:41 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  8. pkg/wasm/cache.go

    func NewLocalFileCache(dir string, options Options) *LocalFileCache {
    	wasmLog.Debugf("LocalFileCache is created with the option\n%#v", options)
    
    	cacheOptions := cacheOptions{Options: options}
    	cache := &LocalFileCache{
    		httpFetcher:  NewHTTPFetcher(options.HTTPRequestTimeout, options.HTTPRequestMaxRetries),
    		modules:      make(map[moduleKey]*cacheEntry),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  9. apache-maven/src/assembly/maven/conf/settings.xml

     |  1. User Level. This settings.xml file provides configuration for a single user,
     |                 and is normally provided in ${user.home}/.m2/settings.xml.
     |
     |                 NOTE: This location can be overridden with the CLI option:
     |
     |                 -s /path/to/user/settings.xml
     |
     |  2. Global Level. This settings.xml file provides configuration for all Maven
     |                 users on a machine (assuming they're all using the same Maven
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 19 15:06:01 UTC 2023
    - 11K bytes
    - Viewed (0)
  10. src/net/listen_test.go

    	// darwin, kernel version 11.3.0
    	//	net.inet6.ip6.v6only=0 (overridable by sysctl or IPV6_V6ONLY option)
    	// freebsd, kernel version 8.2
    	//	net.inet6.ip6.v6only=1 (overridable by sysctl or IPV6_V6ONLY option)
    	// linux, kernel version 3.0.0
    	//	net.ipv6.bindv6only=0 (overridable by sysctl or IPV6_V6ONLY option)
    	// openbsd, kernel version 5.0
    	//	net.inet6.ip6.v6only=1 (overriding is prohibited)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 20.5K bytes
    - Viewed (0)
Back to top