Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for langues (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/userguide-languages.png

    userguide-languages.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 62.8K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    						if(
    							a_attr.length ||
    							$.inArray("languages", s.plugins) !== -1 ||
    							t.children("ins").get(0).style.backgroundImage.length ||
    							(t.children("ins").get(0).className && t.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').length)
    						) {
    							lang = false;
    							if($.inArray("languages", s.plugins) !== -1 && $.isArray(s.languages) && s.languages.length) {
    								$.each(s.languages, function (l, lv) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  3. src/regexp/syntax/parse.go

    		r = append(r, nextLo, unicode.MaxRune)
    	}
    	return r
    }
    
    // ranges implements sort.Interface on a []rune.
    // The choice of receiver type definition is strange
    // but avoids an allocation since we already have
    // a *[]rune.
    type ranges struct {
    	p *[]rune
    }
    
    func (ra ranges) Less(i, j int) bool {
    	p := *ra.p
    	i *= 2
    	j *= 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 13:59:01 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    * Generate Visual studio solution and project files.
    * Deep integration with various tool chain, including discovery of installed tool chains.
    
    
    [[sec:supported_languages]]
    == Supported languages
    
    The following source languages are currently supported:
    
    * C
    * C++
    * Objective-C
    * Objective-C++
    * Assembly
    * Windows resources
    
    
    [[native-binaries:tool-chain-support]]
    == Tool chain support
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  5. src/debug/elf/file_test.go

    						{Attr: dwarf.AttrDataMemberLoc, Val: []byte{0x23, 0x10}, Class: dwarf.ClassExprLoc},
    					},
    				},
    			},
    		},
    	},
    	{
    		"testdata/go-relocation-test-gcc930-ranges-no-rela-x86-64",
    		[]relocationTestEntry{
    			{
    				entry: &dwarf.Entry{
    					Offset:   0xb,
    					Tag:      dwarf.TagCompileUnit,
    					Children: true,
    					Field: []dwarf.Field{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    [[sec:interoperability]]
    == Interoperability
    
    When mixing languages in your build logic, you may have to cross language boundaries.
    An extreme example would be a build that uses tasks and plugins that are implemented in Java, Groovy and Kotlin, while also using both Kotlin DSL and Groovy DSL build scripts.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    						"c1": integerType,
    					}),
    					"d2": objectType(map[string]schema.Structural{
    						"e2": integerType,
    					}),
    				}),
    			}),
    			// https://github.com/google/cel-spec/blob/master/doc/langdef.md#field-selection
    			expectCost: map[string]int64{
    				"has(self.a.b)":                            2,
    				"has(self.a1.b1.c1)":                       3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  8. tensorflow/BUILD

    # REGISTER_OP and REGISTER_KERNEL_BUILDER (which use symbols from
    # libtensorflow_framework.so), and pywrap_tensorflow can then use these
    # ops. Since other languages use the same libtensorflow_framework.so, op
    # libraries are language agnostic.
    #
    # This shared object is not used unless framework_shared_object=true (set in the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  9. guava/src/com/google/common/base/CharMatcher.java

        }
    
        @Override
        public boolean matches(char c) {
          return c <= '\u007f';
        }
      }
    
      /** Implementation that matches characters that fall within multiple ranges. */
      private static class RangesMatcher extends CharMatcher {
    
        private final String description;
        private final char[] rangeStarts;
        private final char[] rangeEnds;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  10. common/scripts/metallb-native.yaml

                description: IPAddressPoolSpec defines the desired state of IPAddressPool.
                properties:
                  addresses:
                    description: A list of IP address ranges over which MetalLB has authority.
                      You can list multiple ranges in a single pool, they will all share
                      the same settings. Each range can be either a CIDR prefix, or an
                      explicit start-end range of IPs.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
Back to top