Search Options

Results per page
Sort
Preferred Languages
Advance

Results 391 - 400 of 913 for ordinal (0.06 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDescriptionRenderer.java

    1. /*
    2. * Copyright 2020 the original author or authors.
    3. *
    4. * Licensed under the Apache License, Version 2.0 (the "License");
    5. * you may not use this file except in compliance with the License.
    6. * You may obtain a copy of the License at
    7. *
    8. * http://www.apache.org/licenses/LICENSE-2.0
    9. *
    10. * Unless required by applicable law or agreed to in writing, software
    11. * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 4.1K bytes
    - Viewed (0)
  2. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/util/KotlinSourceParser.kt

    1. /*
    2. * Copyright 2019 the original author or authors.
    3. *
    4. * Licensed under the Apache License, Version 2.0 (the "License");
    5. * you may not use this file except in compliance with the License.
    6. * You may obtain a copy of the License at
    7. *
    8. * http://www.apache.org/licenses/LICENSE-2.0
    9. *
    10. * Unless required by applicable law or agreed to in writing, software
    11. * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 15 13:02:35 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. build-logic/build-init-samples/src/main/kotlin/gradlebuild/generate-samples.gradle.kts

    1. /*
    2. * Copyright 2020 the original author or authors.
    3. *
    4. * Licensed under the Apache License, Version 2.0 (the "License");
    5. * you may not use this file except in compliance with the License.
    6. * You may obtain a copy of the License at
    7. *
    8. * http://www.apache.org/licenses/LICENSE-2.0
    9. *
    10. * Unless required by applicable law or agreed to in writing, software
    11. * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  4. Makefile

    1. # WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
    2. #
    3. # The original version of this file is located in the https://github.com/istio/common-files repo.
    4. # If you're looking at this file in a different repo and want to make a change, please go to the
    5. # common-files repo, make the change there and check it in. Then come back to this repo and run
    6. # "make update-common".
    7.  
    8. # Copyright Istio Authors
    9. #
    10. # Licensed under the Apache License, Version 2.0 (the "License");
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Jul 23 15:00:31 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. android/guava-testlib/src/com/google/common/collect/testing/google/TestStringBiMapGenerator.java

    1. public final String[] createKeyArray(int length) {
    2. return new String[length];
    3. }
    4.  
    5. @Override
    6. public final String[] createValueArray(int length) {
    7. return new String[length];
    8. }
    9.  
    10. /** Returns the original element list, unchanged. */
    11. @Override
    12. public Iterable<Entry<String, String>> order(List<Entry<String, String>> insertionOrder) {
    13. return insertionOrder;
    14. }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. guava-testlib/src/com/google/common/collect/testing/google/TestStringBiMapGenerator.java

    1. public final String[] createKeyArray(int length) {
    2. return new String[length];
    3. }
    4.  
    5. @Override
    6. public final String[] createValueArray(int length) {
    7. return new String[length];
    8. }
    9.  
    10. /** Returns the original element list, unchanged. */
    11. @Override
    12. public Iterable<Entry<String, String>> order(List<Entry<String, String>> insertionOrder) {
    13. return insertionOrder;
    14. }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. guava-testlib/src/com/google/common/collect/testing/TestStringMapGenerator.java

    1. public final String[] createKeyArray(int length) {
    2. return new String[length];
    3. }
    4.  
    5. @Override
    6. public final String[] createValueArray(int length) {
    7. return new String[length];
    8. }
    9.  
    10. /** Returns the original element list, unchanged. */
    11. @Override
    12. public Iterable<Entry<String, String>> order(List<Entry<String, String>> insertionOrder) {
    13. return insertionOrder;
    14. }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/Interner.java

    1. * and {@code intern(a) == intern(b)} if and only if {@code a.equals(b)}. Note that {@code
    2. * intern(a)} is permitted to return one instance now and a different instance later if the
    3. * original interned instance was garbage-collected.
    4. *
    5. * <p><b>Warning:</b> do not use with mutable objects.
    6. *
    7. * @throws NullPointerException if {@code sample} is null
    8. */
    9. E intern(E sample);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Mar 13 14:30:51 UTC 2023
    - 2K bytes
    - Viewed (0)
  9. build-logic-commons/module-identity/src/main/kotlin/gradlebuild/identity/provider/BuildTimestampValueSource.kt

    1. /*
    2. * Copyright 2020 the original author or authors.
    3. *
    4. * Licensed under the Apache License, Version 2.0 (the "License");
    5. * you may not use this file except in compliance with the License.
    6. * You may obtain a copy of the License at
    7. *
    8. * http://www.apache.org/licenses/LICENSE-2.0
    9. *
    10. * Unless required by applicable law or agreed to in writing, software
    11. * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  10. build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts

    1. /*
    2. * Copyright 2024 the original author or authors.
    3. *
    4. * Licensed under the Apache License, Version 2.0 (the "License");
    5. * you may not use this file except in compliance with the License.
    6. * You may obtain a copy of the License at
    7. *
    8. * http://www.apache.org/licenses/LICENSE-2.0
    9. *
    10. * Unless required by applicable law or agreed to in writing, software
    11. * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Sep 25 08:20:22 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top