- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 11 for LL (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/js/admin/moment-with-locales.min.js
_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(1<this.hours()?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(1<this.hours()?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(1<this.hours()?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(1<this.hours()?"lle ":0===this.hours()?"...
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 360.5K bytes - Click Count (2) -
cmd/lock-rest-server.go
resp := lockRPCLock.NewResponse() success, err := l.ll.Lock(ctx, *args) if err == nil && !success { return l.makeResp(resp, errLockConflict) } return l.makeResp(resp, err) } // UnlockHandler - releases the acquired lock. func (l *lockRESTServer) UnlockHandler(args *dsync.LockArgs) (*dsync.LockResp, *grid.RemoteErr) { resp := lockRPCUnlock.NewResponse() _, err := l.ll.Unlock(context.Background(), *args)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jan 31 19:54:34 GMT 2025 - 6.3K bytes - Click Count (0) -
internal/config/dns/dns_path.go
// the root label it is ignored. Not other syntax checks are performed. func dnsJoin(labels ...string) string { if len(labels) == 0 { return "" } ll := len(labels) if labels[ll-1] == "." { return strings.Join(labels[:ll-1], ".") + "." } return dns.Fqdn(strings.Join(labels, ".")) } // msgUnPath converts a etcd path to domainName. func msgUnPath(s string) string {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Aug 28 17:31:12 GMT 2025 - 1.9K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/loong64error.s
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Oct 28 01:21:57 GMT 2025 - 689 bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/loong64enc3.s
MOVBU R4, 65536(R5) // 1e020014de971000c4030029 MOVBU R4, 4096(R5) // 3e000014de971000c4030029 SC R4, 65536(R5) // 1e040010de971000c4030021 SCV R4, 65536(R5) // 1e040010de971000c4030023 LL 65536(R5), R4 // 1e040010de971000c4030020 LLV 65536(R5), R4 // 1e040010de971000c4030022 MOVW y+65540(FP), R4 // 1e020014de8f1000c4338028 MOVWU y+65540(FP), R4 // 1e020014de8f1000c433802a
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 27 00:46:52 GMT 2025 - 11.2K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/mips64.s
// } MOVW foo<>+3(SB), R2 MOVW (R11), R22 // 8d760000 MOVW 1(R9), R24 // 8d380001 MOVW -17(R24), R8 // 8f08ffef MOVWU (R11), R22 // 9d760000 MOVWU 1(R9), R24 // 9d380001 MOVWU -17(R24), R8 // 9f08ffef LL (R1), R2 // c0220000 // LMOVH addr ',' rreg // { // outcode(int($1), &$2, 0, &$4); // } MOVH foo<>+3(SB), R2 MOVH (R20), R7 // 86870000 MOVH 54(R11), R26 // 857a0036 MOVH -42(R3), R20 // 8474ffd6
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Aug 08 12:17:12 GMT 2023 - 12.4K bytes - Click Count (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
0AE0 ; valid # 1.1 GUJARATI LETTER VOCALIC RR 0AE1..0AE3 ; valid # 4.0 GUJARATI LETTER VOCALIC LL..GUJARATI VOWEL SIGN VOCALIC LL 0AE4..0AE5 ; disallowed # NA <reserved-0AE4>..<reserved-0AE5> 0AE6..0AEF ; valid # 1.1 GUJARATI DIGIT ZERO..GUJARATI DIGIT NINE
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Feb 10 11:25:47 GMT 2024 - 854.1K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
MOVB y+8(FP), R4 // 64400028 MOVBU y+8(FP), R4 // 6440002a MOVW 1(R5), R4 // a4048028 MOVWU 1(R5), R4 // a404802a MOVV 1(R5), R4 // a404c028 MOVB 1(R5), R4 // a4040028 MOVBU 1(R5), R4 // a404002a LL 4096(R5), R4 // a4001020 LLV 4096(R5), R4 // a4001022 MOVW $4(R4), R5 // 8510c002 MOVV $4(R4), R5 // 8510c002 MOVW $-1, R4 // 04fcff02 MOVV $-1, R4 // 04fcff02 MOVW $1, R4 // 04048003
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 27 00:46:52 GMT 2025 - 44.5K bytes - Click Count (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
s&etwolfbew,udgniht.&cersid.&dvreser,tsuc,?dorp.tsuc,gnitset.&dvreser,tsuc,?ved.&dvreser,tsuc,????ude?v&gib.0ku,og??w&hs,olfbew,?x&bdrym,cq,rotide,?ysrab,zzq,?b?d&ar?u&a?ts???j?r?syhp??j!.&dhp?g&ne?ro??hcs?i&a?rga??lim?m&f?oc??rep?ten?ude?v&og?t????ll&ag?o??m!.&gro?moc?ten?ude?vog??g?il?mi?orp??n!.&a&0&b-ekhgnark--nx?c-iehsrgev--nx?g-lksedlig--nx?k-negnanvk--nx??1&p-nedragy--nx?q-&asierrs--nx?grebsnt--nx?lado-rs--nx?n&egnidl--nx?orf-rs--nx??regnayh--nx?ssofenh--nx??r-datsgrt--nx?s-ladrjts--nx?v-...
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Dec 16 20:00:28 GMT 2025 - 76.5K bytes - Click Count (1) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<!-- http://mpgedit.org/mpgedit/mpeg_format/MP3Format.html --> <!-- Bit pattern for first two bytes: 11111111 111VVLLC --> <!-- VV = MPEG Audio Version ID; 10 = V2, 11 = V1 --> <!-- LL = Layer description; 01 = L3, 10 = L2, 11 = L1 --> <!-- C = Protection bit; 0 = CRC, 1 = no CRC --> <match value="0xfff2" type="string" offset="0"/> <!-- V2, L3, CRC -->Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Oct 16 07:46:32 GMT 2025 - 320.2K bytes - Click Count (5)