Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for mysa (0.04 sec)

  1. plugin/pkg/admission/noderestriction/admission_test.go

    			err:        "not bound to a pod",
    		},
    		{
    			name:       "forbid create of token bound to nonexistant pod",
    			podsGetter: noExistingPods,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  2. src/runtime/chan.go

    	gp := getg()
    	mysg := acquireSudog()
    	mysg.releasetime = 0
    	if t0 != 0 {
    		mysg.releasetime = -1
    	}
    	// No stack splits between assigning elem and enqueuing mysg
    	// on gp.waiting where copystack can find it.
    	mysg.elem = ep
    	mysg.waitlink = nil
    	mysg.g = gp
    	mysg.isSelect = false
    	mysg.c = c
    	gp.waiting = mysg
    	gp.param = nil
    	c.sendq.enqueue(mysg)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:50 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  3. docs/pt/docs/async.md

    O caixa te entrega seu número de chamada.
    
    Enquanto você espera, você vai com seu _crush_ :heart_eyes: e pega uma mesa, senta e conversa com seu _crush_ :heart_eyes: por um bom tempo (como seus hambúrgueres são muito saborosos, leva um tempo para serem preparados).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  4. docs/es/docs/async.md

    Mientras esperas, vas con esa persona 😍 y eliges una mesa, se sientan y hablan durante un rato largo (ya que las hamburguesas son muy impresionantes y necesitan un rato para prepararse ✨🍔✨).
    
    Mientras te sientas en la mesa con esa persona 😍, esperando las hamburguesas 🍔, puedes disfrutar ese tiempo admirando lo increíble, inteligente, y bien que se ve ✨😍✨.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  5. docs/pl/docs/features.md

    * Automatyczna dokumentacja modelu danych za pomocą <a href="https://json-schema.org/" class="external-link" target="_blank"><strong>JSON Schema</strong></a> (ponieważ OpenAPI bazuje na JSON Schema).
    * Zaprojektowane z myślą o zgodności z powyższymi standardami zamiast dodawania ich obsługi po fakcie.
    * Możliwość automatycznego **generowania kodu klienta** w wielu językach.
    
    ### Automatyczna dokumentacja
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            map.put("ファ", new String[] { "fa" });
            map.put("フィ", new String[] { "fi" });
            map.put("フェ", new String[] { "fe" });
            map.put("フォ", new String[] { "fo" });
    
            map.put("ミャ", new String[] { "mya" });
            map.put("ミュ", new String[] { "myu" });
            map.put("ミョ", new String[] { "myo" });
    
            map.put("リャ", new String[] { "rya" });
            map.put("リュ", new String[] { "ryu" });
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/mips/asm0.go

    	}
    	return false
    }
    
    // MSA Two-bit Data Format Field Encoding
    func (c *ctxt0) twobitdf(a obj.As) uint32 {
    	switch a {
    	case AVMOVB:
    		return 0
    	case AVMOVH:
    		return 1
    	case AVMOVW:
    		return 2
    	case AVMOVD:
    		return 3
    	default:
    		c.ctxt.Diag("unsupported data format %v", a)
    	}
    	return 0
    }
    
    // MSA Load/Store offset have to be multiple of size of data format
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/elf.go

    		gnuattributes.AddUint8(1)                 // 1:file, 2: section, 3: symbol, 1 here
    		gnuattributes.AddUint32(ctxt.Arch, 7)     // tag length, including tag, 7 here
    		gnuattributes.AddUint8(4)                 // 4 for FP, 8 for MSA
    		if buildcfg.GOMIPS == "softfloat" {
    			gnuattributes.AddUint8(MIPS_FPABI_SOFT)
    		} else {
    			// Note: MIPS_FPABI_ANY is bad naming: in fact it is MIPS I style FPR usage.
    			//       It is not for 'ANY'.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  9. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    A4C7..A4CF    ; disallowed                             # NA   <reserved-A4C7>..<reserved-A4CF>
    A4D0..A4FD    ; valid                                  # 5.2  LISU LETTER BA..LISU LETTER TONE MYA JEU
    A4FE..A4FF    ; valid                  ;      ; NV8    # 5.2  LISU PUNCTUATION COMMA..LISU PUNCTUATION FULL STOP
    A500..A60C    ; valid                                  # 5.1  VAI SYLLABLE EE..VAI SYLLABLE LENGTHENER
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top