Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 184 for langues (0.1 sec)

  1. platforms/documentation/docs/src/docs/userguide/core-plugins/plugin_reference.adoc

    // limitations under the License.
    
    [[plugin_reference]]
    = Gradle Plugin Reference
    
    This page contains links and short descriptions for all the core plugins provided by Gradle itself.
    
    == JVM languages and frameworks
    
    <<java_plugin.adoc#java_plugin,Java>>::
    Provides support for building any type of Java project.
    
    <<java_library_plugin.adoc#java_library_plugin,Java Library>>::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. pkg/registry/core/limitrange/storage/storage.go

    	api "k8s.io/kubernetes/pkg/apis/core"
    	"k8s.io/kubernetes/pkg/registry/core/limitrange"
    )
    
    // REST implements a RESTStorage for limit ranges.
    type REST struct {
    	*genericregistry.Store
    }
    
    // NewREST returns a RESTStorage object that will work against limit ranges.
    func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, error) {
    	store := &genericregistry.Store{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:13 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/TreeRangeSet.java

       * element will be contained in this {@code RangeSet} if and only if it is contained in at least
       * one {@code Range} in {@code ranges}.
       *
       * @since 21.0
       */
      public static <C extends Comparable<?>> TreeRangeSet<C> create(Iterable<Range<C>> ranges) {
        TreeRangeSet<C> result = create();
        result.addAll(ranges);
        return result;
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 32.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs-asciidoctor-extensions-base/src/main/resources/multi-language-samples.js

      //  2) Only one language can be selected per domain (to allow selection to persist across all docs pages)
      //  3) There is exactly 1 small set of languages to choose from. This does not allow for multiple language preferences. For example, users cannot prefer both Kotlin and ZSH.
      //  4) Only 1 sample of each language can exist in the same collection.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/diagnosticsProvider/codeFragmentDiagnostics/evalJvm.txt

    Diagnostics from elements:
      for PSI element of type KtNameReferenceExpression at (1,1-5)
        UNRESOLVED_REFERENCE      text ranges: [(0,4)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jan 05 16:04:14 UTC 2024
    - 189 bytes
    - Viewed (0)
  6. analysis/analysis-api/testData/components/diagnosticsProvider/codeFragmentDiagnostics/evalJvmJs.txt

    Diagnostics from elements:
      for PSI element of type KtNameReferenceExpression at (1,1-5)
        UNRESOLVED_REFERENCE      text ranges: [(0,4)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jan 05 16:04:14 UTC 2024
    - 189 bytes
    - Viewed (0)
  7. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/conflictingOverloadsAtTopLevelWithFileSuppression.txt

    Diagnostics from elements:
      for PSI element of type KtStringTemplateExpression at (1,16-39)
        ERROR_SUPPRESSION      text ranges: [(15,38)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Nov 13 10:20:26 UTC 2023
    - 194 bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/scriptUninitializedTopLevelProperty2.txt

    Diagnostics from elements:
      for PSI element of type KtStringTemplateExpression at (1,11-32)
        ERROR_SUPPRESSION      text ranges: [(10,31)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Nov 13 10:20:26 UTC 2023
    - 194 bytes
    - Viewed (0)
  9. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/unresolvedReferenceInsideSuperConstructorCallWithLocalFunction.txt

    Diagnostics from elements:
      for PSI element of type KtNameReferenceExpression at (6,17-27)
        UNRESOLVED_REFERENCE      text ranges: [(147,157)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Oct 13 17:13:14 UTC 2023
    - 197 bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/incompleteFor.txt

    Diagnostics from elements:
      for PSI element of type KtForExpression at (2,5) - (3,1)
        ITERATOR_MISSING      text ranges: [(20,30)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Nov 22 17:15:24 UTC 2023
    - 179 bytes
    - Viewed (0)
Back to top