Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 447 for Mainer (0.1 sec)

  1. common/Makefile.common.mk

    lint-copyright-banner:
    	@${FINDFILES} \( -name '*.go' -o -name '*.cc' -o -name '*.h' -o -name '*.proto' -o -name '*.py' -o -name '*.sh' -o -name '*.rs' \) \( ! \( -name '*.gen.go' -o -name '*.pb.go' -o -name '*_pb2.py' \) \) -print0 |\
    		${XARGS} common/scripts/lint_copyright_banner.sh
    
    fix-copyright-banner:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 14:37:27 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. docs/en/data/sponsors.yml

        title: "CryptAPI: Your easy to use, secure and privacy oriented payment gateway."
        img: https://fastapi.tiangolo.com/img/sponsors/cryptapi.svg
      - url: https://platform.sh/try-it-now/?utm_source=fastapi-signup&utm_medium=banner&utm_campaign=FastAPI-signup-June-2023
        title: "Build, run and scale your apps on a modern, reliable, and secure PaaS."
        img: https://fastapi.tiangolo.com/img/sponsors/platform-sh.png
      - url: https://www.porter.run
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/ModelMapModelProjection.java

     * limitations under the License.
     */
    
    package org.gradle.model.internal.core;
    
    import com.google.common.base.Function;
    import com.google.common.base.Joiner;
    import com.google.common.base.Optional;
    import com.google.common.collect.Iterables;
    import org.gradle.model.ModelMap;
    import org.gradle.model.internal.core.rule.describe.ModelRuleDescriptor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  4. platforms/software/platform-base/src/main/java/org/gradle/platform/base/internal/DefaultLibraryBinaryDependencySpec.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.platform.base.internal;
    
    import com.google.common.base.Joiner;
    import org.apache.commons.lang.ObjectUtils;
    import org.gradle.api.IllegalDependencyNotation;
    import org.gradle.api.artifacts.component.LibraryBinaryIdentifier;
    import org.gradle.platform.base.DependencySpec;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  5. maven-api-impl/src/main/java/org/apache/maven/internal/impl/PathModularizationCache.java

                return Optional.empty();
            }
            var joiner = new StringJoiner(
                    ", ",
                    "Filename-based automodules detected on the module-path: ",
                    "Please don't publish this project to a public artifact repository.");
            automodulesDetected.forEach(joiner::add);
            return Optional.of(joiner.toString());
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  6. platforms/core-runtime/logging/src/main/java/org/gradle/util/TextUtil.java

                .nagUser();
        }
    
        private static final Pattern WHITESPACE = Pattern.compile("\\s*");
        private static final Pattern UPPER_CASE = Pattern.compile("(?=\\p{Upper})");
        private static final Joiner KEBAB_JOINER = Joiner.on("-");
    
        @SuppressWarnings("StringCaseLocaleUsage")
        private static final Function<String, String> TO_LOWERCASE = new Function<String, String>() {
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/writer/PgpKeyGrouper.java

     */
    class PgpKeyGrouper {
        private static final Splitter GROUP_SPLITTER = Splitter.on(".");
        private static final String GROUP_SUFFIX = "($|([.].*))";
        private static final Joiner GROUP_JOINER = Joiner.on("[.]");
    
        private final DependencyVerifierBuilder verificationsBuilder;
        private final Set<VerificationEntry> entriesToBeWritten;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  8. pilot/pkg/xds/deltaadstest.go

    )
    
    func NewDeltaAdsTest(t test.Failer, conn *grpc.ClientConn) *DeltaAdsTest {
    	test.SetForTest(t, &features.DeltaXds, true)
    	return NewDeltaXdsTest(t, conn, func(conn *grpc.ClientConn) (DeltaDiscoveryClient, error) {
    		xds := discovery.NewAggregatedDiscoveryServiceClient(conn)
    		return xds.DeltaAggregatedResources(context.Background())
    	})
    }
    
    func NewDeltaXdsTest(t test.Failer, conn *grpc.ClientConn,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Feb 04 03:39:42 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/TestPageGenerator.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.performance.results.report;
    
    import com.google.common.base.Joiner;
    import com.google.common.collect.Lists;
    import com.googlecode.jatl.Html;
    import groovy.json.JsonOutput;
    import org.apache.commons.lang.StringUtils;
    import org.gradle.performance.results.CrossVersionPerformanceTestHistory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/util/traffic/generator.go

    func NewGenerator(t test.Failer, cfg Config) Generator {
    	fillInDefaults(&cfg)
    	return &generator{
    		Config:  cfg,
    		t:       t,
    		stop:    make(chan struct{}),
    		stopped: make(chan struct{}),
    	}
    }
    
    var _ Generator = &generator{}
    
    type generator struct {
    	Config
    	t       test.Failer
    	result  Result
    	stop    chan struct{}
    	stopped chan struct{}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 12 22:50:35 UTC 2022
    - 3.1K bytes
    - Viewed (0)
Back to top