Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 103 for cinema (1.13 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"christmas_island":                     "\U0001f1e8\U0001f1fd",
    	"christmas_tree":                       "\U0001f384",
    	"church":                               "\u26ea",
    	"cinema":                               "\U0001f3a6",
    	"circus_tent":                          "\U0001f3aa",
    	"city_sunrise":                         "\U0001f307",
    	"city_sunset":                          "\U0001f306",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess/ro/stopwords.txt

    aţi
    au
    avea
    avem
    aveţi
    azi
    bine
    bucur
    bună
    ca
    că
    căci
    când
    care
    cărei
    căror
    cărui
    cât
    câte
    câţi
    către
    câtva
    ce
    cel
    ceva
    chiar
    cînd
    cine
    cineva
    cît
    cîte
    cîţi
    cîtva
    contra
    cu
    cum
    cumva
    curând
    curînd
    da
    dă
    dacă
    dar
    datorită
    de
    deci
    deja
    deoarece
    departe
    deşi
    din
    dinaintea
    dintr
    dintre
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  3. src/cmd/internal/src/pos_test.go

    		{makeLico(2, 3), ":2:3", 2, 3},
    		{makeLico(lineMax, 1), fmt.Sprintf(":%d", lineMax), lineMax, 1},
    		{makeLico(lineMax+1, 1), fmt.Sprintf(":%d", lineMax), lineMax, 1}, // line too large, stick with max. line
    		{makeLico(1, colMax), ":1", 1, colMax},
    		{makeLico(1, colMax+1), ":1", 1, 0}, // column too large
    		{makeLico(lineMax+1, colMax+1), fmt.Sprintf(":%d", lineMax), lineMax, 0},
    	} {
    		x := test.x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 14 23:50:26 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  4. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    choyo.kumamoto.jp christiansburg.museum christmas chrome chtr.k12.ma.us chu.jp chungbuk.kr chungnam.kr chuo.chiba.jp chuo.fukuoka.jp chuo.osaka.jp chuo.tokyo.jp chuo.yamanashi.jp church ci ci.it ciao.jp ciencia.bo cieszyn.pl cim.br cincinnati.museum cinema.museum cipriani circle circus.museum cisco ciscofreak.com cistron.nl citadel citi citic city city.hu cityeats civilaviation.aero civilisation.museum civilization.museum civilwar.museum ck.ua cl cl.it claims clan.rip cleaning clerk.app clerkstage.app...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/diff/diff.go

    	w := tabwriter.NewWriter(buf, width, 0, 1, ' ', 0)
    	max := len(linesA)
    	if len(linesB) > max {
    		max = len(linesB)
    	}
    	for i := 0; i < max; i++ {
    		var a, b string
    		if i < len(linesA) {
    			a = linesA[i]
    		}
    		if i < len(linesB) {
    			b = linesB[i]
    		}
    		fmt.Fprintf(w, "%s\t%s\n", a, b)
    	}
    	w.Flush()
    	return buf.String()
    }
    
    // IgnoreUnset is an option that ignores fields that are unset on the right
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:45:31 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/demo/demoSimple/demoTypes.kt

        var str: String = ""
    
        @Adding
        fun c(x: Int, configure: C.() -> Unit = { }) =
            C().apply {
                this.x = x
                configure()
                cItems.add(this)
            }
    
        internal
        val cItems = mutableListOf<C>()
    }
    
    
    class C(var x: Int = 0) {
        @Builder
        fun d(newD: D): C {
            this.d = newD
            return this
        }
    
        @get:Restricted
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 23:16:59 UTC 2024
    - 949 bytes
    - Viewed (0)
  7. docs/de/docs/deployment/docker.md

    ## Deployment des Containerimages
    
    Nachdem Sie ein Containerimage (Docker) haben, gibt es mehrere Möglichkeiten, es bereitzustellen.
    
    Zum Beispiel:
    
    * Mit **Docker Compose** auf einem einzelnen Server
    * Mit einem **Kubernetes**-Cluster
    * Mit einem Docker Swarm Mode-Cluster
    * Mit einem anderen Tool wie Nomad
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:19:17 UTC 2024
    - 38.9K bytes
    - Viewed (0)
  8. src/runtime/symtab_test.go

    		{"lineVar1", lineVar1, 2},
    		{"lineVar2a", lineVar2a, 3},
    		{"lineVar2b", lineVar2b, 3},
    		{"compLit[0].lineA", compLit[0].lineA, 9},
    		{"compLit[0].lineB", compLit[0].lineB, 9},
    		{"compLit[1].lineA", compLit[1].lineA, 12},
    		{"compLit[1].lineB", compLit[1].lineB, 13},
    		{"compLit[2].lineA", compLit[2].lineA, 17},
    		{"compLit[2].lineB", compLit[2].lineB, 16},
    
    		{"arrayLit[0]", arrayLit[0], 20},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 17 21:46:33 UTC 2022
    - 7.5K bytes
    - Viewed (0)
  9. docs/de/docs/how-to/custom-docs-ui-assets.md

    Standardmäßig werden diese Dateien von einem <abbr title="Content Delivery Network – Inhalte-Auslieferungs-Netzwerk: Ein Dienst, der normalerweise aus mehreren Servern besteht und statische Dateien wie JavaScript und CSS bereitstellt. Er wird normalerweise verwendet, um diese Dateien von einem Server bereitzustellen, der näher am Client liegt, wodurch die Leistung verbessert wird.">CDN</abbr> bereitgestellt.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 23 22:59:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. docs/de/docs/tutorial/static-files.md

    # Statische Dateien
    
    Mit `StaticFiles` können Sie statische Dateien aus einem Verzeichnis automatisch bereitstellen.
    
    ## `StaticFiles` verwenden
    
    * Importieren Sie `StaticFiles`.
    * „Mounten“ Sie eine `StaticFiles()`-Instanz in einem bestimmten Pfad.
    
    ```Python hl_lines="2  6"
    {!../../../docs_src/static_files/tutorial001.py!}
    ```
    
    !!! note "Technische Details"
        Sie könnten auch `from starlette.staticfiles import StaticFiles` verwenden.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:27:14 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top