Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 69 for italian (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/exploded-war-child-copy-spec-example.graffle

    162}CanvasSizingMode2Col.0 pt = 1.0 pxGraphicsListBounds{{129.7991947354661, -3.5}, {131, 30}}ClassShapedGraphicFi-RegularID26Stylefill{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fnil\fcharset0 Menlo-Italic;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \deftab720 \pard\pardeftab720\partightenfactor0 \f0\i\fs32 \cf0 With \f1 *.pdf \f0 filter}WrapNOBounds{{396.15625, 51}, {109, 30}}ClassShapedGraphicFi{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/copy-with-deep-filter-example.graffle

    51}{377, 67.55078125}{393.15625, 67.55078125}StylefillDrawsNOshad{{121, -3.5}, {160, 30}}ClassShapedGraphicFi-RegularID26Stylefill{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fnil\fcharset0 Menlo-Italic;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \deftab720 \pard\pardeftab720\partightenfactor0 \f0\i\fs32 \cf0 With \f1 **/*.pdf \f0 filter}WrapNOBounds{{393.15625, 105}, {109, 30}}ClassShapedGraphicFi{\rtf1\ansi\ansicpg1252\coco...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/projectmodule/DefaultProjectDependencyPublicationResolver.java

                ProjectComponentPublication publication = entry.getKey();
                SoftwareComponent component = publication.getComponent().getOrNull();
                if (!publication.isAlias() && !childComponents.contains(component)) {
                    topLevel.add(publication);
                    if (component != null) {
                        topLevelWithComponent.add(publication);
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. docs/en/mkdocs.yml

      - link: /fr/
        name: fr - français
      - link: /he/
        name: he - עברית
      - link: /hu/
        name: hu - magyar
      - link: /id/
        name: id - Bahasa Indonesia
      - link: /it/
        name: it - italiano
      - link: /ja/
        name: ja - 日本語
      - link: /ko/
        name: ko - 한국어
      - link: /pl/
        name: pl - Polski
      - link: /pt/
        name: pt - português
      - link: /ru/
        name: ru - русский язык
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  5. src/go/doc/comment/html.go

    }
    
    // text prints the text sequence x to out.
    func (p *htmlPrinter) text(out *bytes.Buffer, x []Text) {
    	for _, t := range x {
    		switch t := t.(type) {
    		case Plain:
    			p.escape(out, string(t))
    		case Italic:
    			out.WriteString("<i>")
    			p.escape(out, string(t))
    			out.WriteString("</i>")
    		case *Link:
    			out.WriteString(`<a href="`)
    			p.escape(out, t.URL)
    			out.WriteString(`">`)
    			p.text(out, t.Text)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. src/go/types/object.go

    	obj := NewTypeName(pos, pkg, name, nil)
    	NewNamed(obj, nil, nil).loader = load
    	return obj
    }
    
    // IsAlias reports whether obj is an alias name for a type.
    func (obj *TypeName) IsAlias() bool {
    	switch t := obj.typ.(type) {
    	case nil:
    		return false
    	// case *Alias:
    	//	handled by default case
    	case *Basic:
    		// unsafe.Pointer is not an alias.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/img/copy-with-flat-filter-example.graffle

    51}{377, 67.55078125}{393.15625, 67.55078125}StylefillDrawsNOshad{{121, -3.5}, {160, 30}}ClassShapedGraphicFi-RegularID26Stylefill{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fnil\fcharset0 Menlo-Italic;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \deftab720 \pard\pardeftab720\partightenfactor0 \f0\i\fs32 \cf0 With \f1 **/*.pdf \f0 filter}WrapNOBounds{{393.15625, 105}, {109, 30}}ClassShapedGraphicFi{\rtf1\ansi\ansicpg1252\coco...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/decl.go

    			// this information explicitly in the object.
    			var alias bool
    			if check.conf.EnableAlias {
    				alias = obj.IsAlias()
    			} else {
    				if d := check.objMap[obj]; d != nil {
    					alias = d.tdecl.Alias // package-level object
    				} else {
    					alias = obj.IsAlias() // function local object
    				}
    			}
    			if !alias {
    				ndef++
    			}
    		case *Func:
    			// ignored for now
    		default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/metadata.md

    ```Python hl_lines="3-16  18"
    {!../../../docs_src/metadata/tutorial004.py!}
    ```
    
    Notice that you can use Markdown inside of the descriptions, for example "login" will be shown in bold (**login**) and "fancy" will be shown in italics (_fancy_).
    
    !!! tip
        You don't have to add metadata for all the tags that you use.
    
    ### Use your tags
    
    Use the `tags` parameter with your *path operations* (and `APIRouter`s) to assign them to different tags:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/types2/object.go

    	obj := NewTypeName(pos, pkg, name, nil)
    	NewNamed(obj, nil, nil).loader = load
    	return obj
    }
    
    // IsAlias reports whether obj is an alias name for a type.
    func (obj *TypeName) IsAlias() bool {
    	switch t := obj.typ.(type) {
    	case nil:
    		return false
    	// case *Alias:
    	//	handled by default case
    	case *Basic:
    		// unsafe.Pointer is not an alias.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top