Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 107 for ha (0.02 sec)

  1. src/regexp/testdata/repetition.dat

    # Linux/GLIBC gets the {8,} and {8,8} wrong.
    
    :HA#100:E	X(.?){0,}Y	X1234567Y	(0,9)(7,8)
    :HA#101:E	X(.?){1,}Y	X1234567Y	(0,9)(7,8)
    :HA#102:E	X(.?){2,}Y	X1234567Y	(0,9)(7,8)
    :HA#103:E	X(.?){3,}Y	X1234567Y	(0,9)(7,8)
    :HA#104:E	X(.?){4,}Y	X1234567Y	(0,9)(7,8)
    :HA#105:E	X(.?){5,}Y	X1234567Y	(0,9)(7,8)
    :HA#106:E	X(.?){6,}Y	X1234567Y	(0,9)(7,8)
    :HA#107:E	X(.?){7,}Y	X1234567Y	(0,9)(7,8)
    :HA#108:E	X(.?){8,}Y	X1234567Y	(0,9)(8,8)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 6.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/form-validator/lang/ca.js

    incorrecte",badDate:"La data proporcionada no és vàlida",lengthBadStart:"La seva resposta s'ha d'incloure entre ",lengthBadEnd:" caràcters",lengthTooLongStart:"La seva resposta ha de ser menor a ",lengthTooShortStart:"La seva resposta ha de ser major a ",notConfirmed:"Els valors proporcionats no poden ser confirmats",badDomain:"Ha introduït un domini incorrecte",badUrl:"La URL proporcionada no és vàlida",badCustomVal:"Els valors proporcionats no són vàlids",andSpaces:" i espais ",badInt:"El valor proporcionat...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/walk/range.go

    		// for range ha { body }
    		if v1 == nil {
    			break
    		}
    
    		// for v1 := range ha { body }
    		if v2 == nil {
    			body = []ir.Node{rangeAssign(nrange, hv1)}
    			break
    		}
    
    		// for v1, v2 := range ha { body }
    		if cheapComputableIndex(elem.Size()) {
    			// v1, v2 = hv1, ha[hv1]
    			tmp := ir.NewIndexExpr(base.Pos, ha, hv1)
    			tmp.SetBounded(true)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 14:52:33 UTC 2023
    - 17.6K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenCustomPackagingRealWorldIntegrationTest.groovy

                    conf
                }
                dependencies {
                    // this POM declares packaging of 'hk2-jar', but the artifact is 'jar'
                    // see https://search.maven.org/artifact/org.glassfish.ha/ha-api/3.1.7/hk2-jar
                    conf 'org.glassfish.ha:ha-api:3.1.7'
                }
    
                tasks.register('resolve', Sync) {
                    into 'libs'
                    from configurations.conf
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_internal.txt

    module golang.org/x/internal
    
    -- replace/golang.org/notx/internal/subtle/subtle.go --
    package subtle
    // Ha ha! Nothing here!
    
    -- vendor/golang.org/x/internal/go.mod --
    module golang.org/x/internal
    
    -- vendor/golang.org/x/internal/subtle/subtle.go --
    package subtle
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/plugins/form-validator/lang/es.js

    quire("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/es"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"El formulario no se ha podido enviar!",requiredField:"Este campo es obligatorio",requiredFields:"No ha contestado todos los campos requeridos",badTime:"La hora proporcionada no es válida",badEmail:"La dirección de e-mail no es válida",badTelephone:"El número de teléfono proporcionado no es válido",badSecurityAnswer:"La...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 3K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/ComponentArtifactMetadata.java

         *     <li>Maven POM declares an atypical packaging which does not match the artifact's type/extension property.  See <a href="https://repo1.maven.org/maven2/org/glassfish/ha/ha-api/3.1.7/">hk2-jar example</a>.
         * </ol>
         *
         * In these cases, supplying the alternative artifact metadata is a way to allow a re-fetch a different artifact file for the same component.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. docs/hu/docs/index.md

    * <a href="https://jinja.palletsprojects.com" target="_blank"><code>jinja2</code></a> - Követelmény ha az alap template konfigurációt akarod használni.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  9. test/opt_branchlikely.go

    		y = g(y, z, x)
    	} else {
    	}
    	if y == 2 { // ERROR "Branch prediction rule default < call"
    		z++
    	} else {
    		y = g(z, x, y)
    	}
    	if y+z == 3 { // ERROR "Branch prediction rule call < exit"
    		println("ha ha")
    	} else {
    		panic("help help help")
    	}
    	if x != 0 { // ERROR "Branch prediction rule default < ret"
    		for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  10. docs/pt/docs/history-design-future.md

    # História, Design e Futuro
    
     algum tempo, <a href="https://github.com/tiangolo/fastapi/issues/3#issuecomment-454956920" class="external-link" target="_blank">um usuário **FastAPI** perguntou</a>:
    
    > Qual é a história desse projeto? Parece que surgiu do nada e se tornou incrível em poucas semanas [...]
    
    Aqui está um pouco dessa história.
    
    ## Alternativas
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top