Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 4,702 for ADD (0.03 sec)

  1. guava-testlib/src/com/google/common/collect/testing/google/SortedMultisetTestSuiteBuilder.java

          derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.NO_BOUND));
          derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.EXCLUSIVE));
          derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE));
          derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 26 19:46:10 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 🌐 Add Portuguese translation for `docs/pt/docs/advanced/fastapi-cli.md`. PR [#11641](https://github.com/tiangolo/fastapi/pull/11641) by [@ayr-ton](https://github.com/ayr-ton).
    * 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/fastapi-people.md`. PR [#11639](https://github.com/tiangolo/fastapi/pull/11639) by [@hsuanchi](https://github.com/hsuanchi).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java

            ls.add(columnIntervalTime());
            ls.add(columnMaxAccessCount());
            ls.add(columnName());
            ls.add(columnNumOfThread());
            ls.add(columnPaths());
            ls.add(columnPermissions());
            ls.add(columnSortOrder());
            ls.add(columnTimeToLive());
            ls.add(columnUpdatedBy());
            ls.add(columnUpdatedTime());
            ls.add(columnVirtualHosts());
            return ls;
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/project/DefaultProjectSpec.groovy

            serviceRegistry.add(FileOperations, fileOperations)
            serviceRegistry.add(ObjectFactory, objectFactory)
            serviceRegistry.add(TaskContainerInternal, Stub(TaskContainerInternal))
            serviceRegistry.add(InstantiatorFactory, Stub(InstantiatorFactory))
            serviceRegistry.add(AttributesSchema, Stub(AttributesSchema))
            serviceRegistry.add(ModelRegistry, Stub(ModelRegistry))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/suggest/settings/BadWordSettingsTest.java

            try {
                settings.badword().add("aaaa");
                assertTrue(true);
            } catch (IllegalArgumentException e) {
                fail();
            }
    
            try {
                settings.badword().add("");
                fail();
            } catch (IllegalArgumentException e) {
                assertTrue(true);
            }
    
            try {
                settings.badword().add("aaaa bbb");
                fail();
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  6. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/event/BroadcastDispatch.java

        public BroadcastDispatch<T> add(Dispatch<MethodInvocation> dispatch) {
            return add(dispatch, dispatch);
        }
    
        public BroadcastDispatch<T> add(T listener) {
            return add(listener, new ReflectionDispatch(listener));
        }
    
        public BroadcastDispatch<T> add(String methodName, Action<?> action) {
            assertIsMethod(methodName);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:00:00 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/push-tpose-through-ewise.mlir

      %cst = arith.constant dense<1.0> : tensor<5x2x3x4xf32>
      %1 = tfl.add %0, %cst { fused_activation_function = "NONE" } : tensor<5x2x3x4xf32>
      func.return %1 : tensor<5x2x3x4xf32>
    }
    
    // CHECK: %cst = arith.constant dense<[3, 0, 1, 2]> : tensor<4xi32>
    // CHECK: %cst_0 = arith.constant dense<1.000000e+00> : tensor<2x3x4x5xf32>
    // CHECK: %0 = tfl.add %arg0, %cst_0 {fused_activation_function = "NONE"} : tensor<2x3x4x5xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  8. src/crypto/md5/md5block_arm.s

    	ROUND4(Rc, Rd, Ra, Rb,  2, 15, Rc2)
    	ROUND4(Rb, Rc, Rd, Ra,  9, 21, Rc3)
    
    	MOVW	dig+0(FP), Rt0
    	MOVM.IA (Rt0), [Rc0,Rc1,Rc2,Rc3]
    
    	ADD	Rc0, Ra
    	ADD	Rc1, Rb
    	ADD	Rc2, Rc
    	ADD	Rc3, Rd
    
    	MOVM.IA [Ra,Rb,Rc,Rd], (Rt0)
    
    	MOVW	p_data, Rdata
    	MOVW	p_end, Rt0
    	ADD	$64, Rdata
    	CMP	Rt0, Rdata
    	BLO	loop
    
    	RET
    
    // MD5 constants table
    
    	// Round 1
    	DATA	·table+0x00(SB)/4, $0xd76aa478
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  9. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelProblemCollector.java

        public void add(BuilderProblem.Severity severity, ModelProblem.Version version, String message) {
            add(severity, version, message, null, null);
        }
    
        @Override
        public void add(
                BuilderProblem.Severity severity, ModelProblem.Version version, String message, InputLocation location) {
            add(severity, version, message, location, null);
        }
    
        @Override
        public void add(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  10. subprojects/composite-builds/src/test/groovy/org/gradle/composite/internal/DefaultRootBuildStateTest.groovy

            services.add(buildOperationRunner)
            services.add(buildOperationExecutor)
            services.add(gradle)
            services.add(exceptionAnalyzer)
            services.add(controller)
            services.add(factory)
            services.add(Stub(DocumentationRegistry))
            services.add(Stub(DefaultDeploymentRegistry))
            services.add(Stub(BuildStateRegistry))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top