Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 91 for para2 (0.09 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // *unconditionally*.  Therefore these #includes cannot be moved
    // inside #if GTEST_HAS_PARAM_TEST.
    #include "gtest/internal/gtest-internal.h"
    #include "gtest/internal/gtest-param-util.h"
    #include "gtest/internal/gtest-param-util-generated.h"
    
    #if GTEST_HAS_PARAM_TEST
    
    namespace testing {
    
    // Functions producing parameter generators.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // *unconditionally*.  Therefore these #includes cannot be moved
    // inside #if GTEST_HAS_PARAM_TEST.
    #include "gtest/internal/gtest-internal.h"
    #include "gtest/internal/gtest-param-util.h"
    #include "gtest/internal/gtest-param-util-generated.h"
    
    #if GTEST_HAS_PARAM_TEST
    
    namespace testing {
    
    // Functions producing parameter generators.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

            }
    
            public BeanWithMultiArgDslMethods prop(String part1, String part2) {
                this.prop = String.format("<%s%s>", part1, part2);
                return this;
            }
            public BeanWithMultiArgDslMethods prop(String part1, String part2, String part3) {
                this.prop = String.format("[%s%s%s]", part1, part2, part3);
                return this;
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/core/collection/CollectionsUtil.java

        /**
         * {@link ConcurrentHashMap}の新しいインスタンスを作成して返します。
         *
         * @param <K>
         *            {@link ConcurrentHashMap}のキーの型
         * @param <V>
         *            {@link ConcurrentHashMap}の値の型
         * @param initialCapacity
         *            初期容量
         * @param loadFactor
         *            サイズ変更の制御に使用される負荷係数のしきい値
         * @param concurrencyLevel
         *            同時更新を行うスレッドの推定数
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  5. tests/test_application.py

                                "name": "item_id",
                                "in": "path",
                            }
                        ],
                    }
                },
                "/path/param/{item_id}": {
                    "get": {
                        "responses": {
                            "200": {
                                "description": "Successful Response",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 52.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/core/io/CopyUtil.java

        }
    
        /**
         * 指定されたエンコーディングのファイルから指定されたエンコーディングのファイルへコピーします。
         *
         * @param in
         *            入力ファイル。{@literal null}であってはいけません
         * @param inputEncoding
         *            入力ファイルのエンコーディング。{@literal null}や空文字列であってはいけません
         * @param out
         *            出力ファイル。{@literal null}であってはいけません
         * @param outputEncoding
         *            出力ファイルのエンコーディング。{@literal null}や空文字列であってはいけません
         * @return コピーした文字数
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

            inClosure = true;
            Parameter[] paras = ce.getParameters();
            if (paras != null) {
                for (Parameter para : paras) {
                    ClassNode t = para.getType();
                    resolveOrFail(t, ce);
                    visitAnnotations(para);
                    if (para.hasInitialExpression()) {
                        Object initialVal = para.getInitialExpression();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * to true, an exception is thrown.</p>
         *
         * @param args The task creation options.
         * @param name The name of the task to be created
         * @param configureClosure The closure to use to configure the created task.
         * @return The newly created task object
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  9. tests/integration/security/authz_test.go

    						// Allow /policy-<ns>-all for all workloads.
    						Source(config.File("testdata/authz/workload-ns.yaml.tmpl").WithParams(param.Params{
    							param.Namespace.String(): apps.Ns1.Namespace,
    						})).
    						Source(config.File("testdata/authz/workload-ns.yaml.tmpl").WithParams(param.Params{
    							param.Namespace.String(): apps.Ns2.Namespace,
    						})).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbSessionImpl.java

                }
            }
            return ctx.initSecContext(token, 0, token == null ? 0 : token.length);
        }
    
    
        /**
         * @param trans
         * @param tdomain
         * @param negoResp
         * @param ctx
         * @param doSigning
         * @param s
         * @return
         * @throws SmbException
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Nov 14 17:41:04 UTC 2021
    - 49K bytes
    - Viewed (0)
Back to top