Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for LDt (0.3 sec)

  1. src/main/java/org/codelibs/fess/es/log/exentity/UserInfo.java

        }
    
        @Override
        protected void addFieldToSource(final Map<String, Object> sourceMap, final String field, final Object value) {
            if (value instanceof final LocalDateTime ldt) {
                final ZonedDateTime zdt = ZonedDateTime.of(ldt, ZoneId.systemDefault());
                super.addFieldToSource(sourceMap, field, DateTimeFormatter.ISO_INSTANT.format(zdt));
            } else {
                super.addFieldToSource(sourceMap, field, value);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_amd64.s

    	CALL p256SqrInternal(SB)	// z2ˆ2
    	ST (z2sqr)
    	LDt (z2in)
    	CALL p256MulInternal(SB)	// z2ˆ3
    	LDt (y1in)
    	CALL p256MulInternal(SB)	// s1 = z2ˆ3*y1
    	ST (s1)
    
    	LDacc (z1in)
    	CALL p256SqrInternal(SB)	// z1ˆ2
    	ST (z1sqr)
    	LDt (z1in)
    	CALL p256MulInternal(SB)	// z1ˆ3
    	LDt (y2in)
    	CALL p256MulInternal(SB)	// s2 = z1ˆ3*y2
    	ST (s2)
    
    	LDt (s1)
    	CALL p256SubInternal(SB)	// r = s2 - s1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/log/exentity/ClickLog.java

        }
    
        @Override
        protected void addFieldToSource(final Map<String, Object> sourceMap, final String field, final Object value) {
            if (value instanceof final LocalDateTime ldt) {
                final ZonedDateTime zdt = ZonedDateTime.of(ldt, ZoneId.systemDefault());
                super.addFieldToSource(sourceMap, field, DateTimeFormatter.ISO_INSTANT.format(zdt));
            } else {
                super.addFieldToSource(sourceMap, field, value);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/log/exentity/FavoriteLog.java

        }
    
        @Override
        protected void addFieldToSource(final Map<String, Object> sourceMap, final String field, final Object value) {
            if (value instanceof final LocalDateTime ldt) {
                final ZonedDateTime zdt = ZonedDateTime.of(ldt, ZoneId.systemDefault());
                super.addFieldToSource(sourceMap, field, DateTimeFormatter.ISO_INSTANT.format(zdt));
            } else {
                super.addFieldToSource(sourceMap, field, value);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/log/exentity/SearchLog.java

        }
    
        @Override
        protected void addFieldToSource(final Map<String, Object> sourceMap, final String field, final Object value) {
            if (value instanceof final LocalDateTime ldt) {
                final ZonedDateTime zdt = ZonedDateTime.of(ldt, ZoneId.systemDefault());
                super.addFieldToSource(sourceMap, field, DateTimeFormatter.ISO_INSTANT.format(zdt));
            } else {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6K bytes
    - Viewed (0)
  6. src/runtime/sys_linux_386.s

    	MOVL	8(SP), SI	    // fn
    
    	CMPL	BX, $0
    	JEQ	nog
    	CMPL	DX, $0
    	JEQ	nog
    
    	MOVL	AX, m_procid(BX)	// save tid as m->procid
    
    	// set up ldt 7+id to point at m->tls.
    	LEAL	m_tls(BX), BP
    	MOVL	m_id(BX), DI
    	ADDL	$7, DI	// m0 is LDT#7. count up.
    	// setldt(tls#, &tls, sizeof tls)
    	PUSHAL	// save registers
    	PUSHL	$32	// sizeof tls
    	PUSHL	BP	// &tls
    	PUSHL	DI	// tls #
    	CALL	runtime·setldt(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  7. src/runtime/sys_netbsd_386.s

    	MOVL	new+0(FP), BX
    	MOVL	old+4(FP), CX
    	INT	$0x80
    	CMPL	AX, $0xfffff001
    	JLS	2(PC)
    	INT	$3
    	RET
    
    TEXT runtime·setldt(SB),NOSPLIT,$8
    	// Under NetBSD we set the GS base instead of messing with the LDT.
    	MOVL	base+4(FP), AX
    	MOVL	AX, 0(SP)
    	CALL	lwp_setprivate<>(SB)
    	RET
    
    TEXT lwp_setprivate<>(SB),NOSPLIT,$16
    	// adjust for ELF: wants to use -4(GS) for g
    	MOVL	base+0(FP), CX
    	ADDL	$4, CX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  8. src/runtime/asm_386.s

    	MFENCE
    	LFENCE
    rdtsc:
    	RDTSC
    	JMP done
    
    TEXT ldt0setup<>(SB),NOSPLIT,$16-0
    #ifdef GOOS_windows
    	CALL	runtime·wintls(SB)
    #endif
    	// set up ldt 7 to point at m0.tls
    	// ldt 1 would be fine on Linux, but on OS X, 7 is as low as we can go.
    	// the entry number is just a hint.  setldt will set up GS with what it used.
    	MOVL	$7, 0(SP)
    	LEAL	runtime·m0+m_tls(SB), AX
    	MOVL	AX, 4(SP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    co.financial
    co.network
    co.place
    co.technology
    
    // Lightmaker Property Manager, Inc. : https://app.lmpm.com/
    // Submitted by Greg Holland <******@****.***>
    app.lmpm.com
    
    // linkyard ldt: https://www.linkyard.ch/
    // Submitted by Mario Siegenthaler <******@****.***>
    linkyard.cloud
    linkyard-cloud.ch
    
    // Linode : https://linode.com
    // Submitted by <******@****.***>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top