Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for monday (0.21 sec)

  1. doc/go1.17_spec.html

    Together with the <a href="#Iota"><code>iota</code> constant generator</a>
    this mechanism permits light-weight declaration of sequential values:
    </p>
    
    <pre>
    const (
    	Sunday = iota
    	Monday
    	Tuesday
    	Wednesday
    	Thursday
    	Friday
    	Partyday
    	numberOfDays  // this constant is not exported
    )
    </pre>
    
    
    <h3 id="Iota">Iota</h3>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/static/css/bootstrap-4.0.0.min.css

    disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ea...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 141.5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    t.resolve(null)},function(t){return Ce("input",t.$el).value})},a.labels={ok:"Ok",cancel:"Cancel"}},mixins:[sr],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler:function(){Oe(this.panel,"uk-margin-auto-vertical")?ze(this.$el,"uk-flex"):Ve(this.$el,"display","block"),ci(this.$el)}},{name:"hidden",self:!0,handler:function(){Ve(this.$el,"display",""),De(this.$...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  4. src/crypto/sha512/sha512_test.go

    	},
    	{
    		"45adffcb86a05ee4d91263a6115dda011b805d442c60836963cb8378",
    		"His money is twice tainted: 'taint yours and 'taint mine.",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    mobile
    
    // moda : 2013-11-07 Dog Beach, LLC
    moda
    
    // moe : 2013-11-13 Interlink Systems Innovation Institute K.K.
    moe
    
    // moi : 2014-12-18 Amazon Registry Services, Inc.
    moi
    
    // mom : 2015-04-16 XYZ.COM LLC
    mom
    
    // monash : 2013-09-30 Monash University
    monash
    
    // money : 2014-10-16 Binky Moon, LLC
    money
    
    // monster : 2015-09-11 XYZ.COM LLC
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  6. src/database/sql/sql.go

    }
    
    // StmtContext returns a transaction-specific prepared statement from
    // an existing statement.
    //
    // Example:
    //
    //	updateMoney, err := db.Prepare("UPDATE balance SET money=money+? WHERE id=?")
    //	...
    //	tx, err := db.Begin()
    //	...
    //	res, err := tx.StmtContext(ctx, updateMoney).Exec(123.45, 98293203)
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"money_with_wings":                     "\U0001f4b8",
    	"moneybag":                             "\U0001f4b0",
    	"mongolia":                             "\U0001f1f2\U0001f1f3",
    	"monkey":                               "\U0001f412",
    	"monkey_face":                          "\U0001f435",
    	"monocle_face":                         "\U0001f9d0",
    	"monorail":                             "\U0001f69d",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/data.go

    			st.err.Errorf(s, "unreachable sym in relocation: %s", ldr.SymName(rs))
    		}
    
    		var rv sym.RelocVariant
    		if target.IsPPC64() || target.IsS390X() {
    			rv = ldr.RelocVariant(s, ri)
    		}
    
    		// TODO(mundaym): remove this special case - see issue 14218.
    		if target.IsS390X() {
    			switch rt {
    			case objabi.R_PCRELDBL:
    				rt = objabi.R_PCREL
    				rv = sym.RV_390_DBL
    			case objabi.R_CALL:
    				rv = sym.RV_390_DBL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/s390x/asmz.go

    			zRIE(_d, oprie, uint32(p.To.Reg), uint32(r), uint32(v), 0, 0, 0, 0, asm)
    		} else {
    			zRIL(_a, opril, uint32(p.To.Reg), uint32(v), asm)
    		}
    
    	case 23: // 64-bit logical op $constant reg
    		// TODO(mundaym): merge with case 24.
    		v := c.vregoff(&p.From)
    		switch p.As {
    		default:
    			c.ctxt.Diag("%v is not supported", p)
    		case AAND:
    			if v >= 0 { // needs zero extend
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet.go

    		// merged (after resolving the next two TODOs).
    
    		// Reconcile Pod "Ready" condition if necessary. Trigger sync pod for reconciliation.
    		// TODO: this should be unnecessary today - determine what is the cause for this to
    		// be different than Sync, or if there is a better place for it. For instance, we have
    		// needsReconcile in kubelet/config, here, and in status_manager.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top