Search Options

Results per page
Sort
Preferred Languages
Advance

Results 351 - 360 of 362 for yearly (0.12 sec)

  1. src/main/webapp/js/admin/moment-with-locales.min.js

    s-(7+Ne(e,0,s).getUTCDay()-a)%7-1}function Re(e,a,t,s,n){var r,d=1+7*(a-1)+(7+t-s)%7+Je(e,s,n),i=d<=0?Fe(r=e-1)+d:d>Fe(e)?(r=e+1,d-Fe(e)):(r=e,d);return{year:r,dayOfYear:i}}function Ce(e,a,t){var s,n,r=Je(e.year(),a,t),d=Math.floor((e.dayOfYear()-r-1)/7)+1;return d<1?s=d+Ie(n=e.year()-1,a,t):d>Ie(e.year(),a,t)?(s=d-Ie(e.year(),a,t),n=e.year()+1):(n=e.year(),s=d),{week:s,year:n}}function Ie(e,a,t){var s=Je(e,a,t),n=Je(e+1,a,t);return(Fe(e)-s+n)/7}W("w",["ww",2],"wo","week"),W("W",["WW",2],"Wo","isoWeek"),z("week...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 360.5K bytes
    - Viewed (2)
  2. CHANGELOG/CHANGELOG-1.30.md

    ### API Change
    
    - Added the feature gates `StrictCostEnforcementForVAP` and `StrictCostEnforcementForWebhooks` to enforce the strct cost calculation for CEL extended libraries. It is strongly recommended to turn on the feature gates as early as possible. ([#124676](https://github.com/kubernetes/kubernetes/pull/124676), [@cici37](https://github.com/cici37)) [SIG API Machinery, Auth, Node and Testing]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:40:14 UTC 2024
    - 309.1K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="40">
          <match value="function [a-zA-Z][A-Za-z0-9_]{0,62}[\\r\\n]" type="regex" offset="0"/>
        </magic>
        <!-- Two matlab-style comments fairly early in the file -->
        <magic priority="25">
          <match value="%" type="string" offset="0">
             <match value="\n%" type="string" offset="2:120"/>
          </match>
          <match value="%" type="string" offset="0">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (1)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Dean Sheather <******@****.***>
    *.owo.codes
    
    // OX : http://www.ox.rs
    // Submitted by Adam Grand <******@****.***>
    ox.rs
    
    // oy.lc
    // Submitted by Charly Coste <******@****.***>
    oy.lc
    
    // Pagefog : https://pagefog.com/
    // Submitted by Derek Myers <******@****.***>
    pgfog.com
    
    // Pagefront : https://www.pagefronthq.com/
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. src/main/webapp/css/bootstrap.min.css.map

    See https://bugs.webkit.org/show_bug.cgi?id=139848\n  // and https://github.com/twbs/bootstrap/issues/11266\n  -webkit-appearance: listbox;\n}\n\ntextarea {\n  overflow: auto; // Remove the default vertical scrollbar in IE.\n  // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n  resize: vertical;\n}\n\nfieldset {\n  // Browsers set a default `min-width: min-content;` on fieldsets,\n  // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  6. doc/go_spec.html

    type Constraint ~int         // illegal: ~int is not in a type parameter list
    </pre>
    
    <!--
    We should be able to simplify the rules for comparable or delegate some of them
    elsewhere since we have a section that clearly defines how interfaces implement
    other interfaces based on their type sets. But this should get us going for now.
    -->
    
    <p>
    The <a href="#Predeclared_identifiers">predeclared</a>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/bootstrap.min.css.map

    e=\"checkbox\"] {\n  box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n  padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ntextarea {\n  overflow: auto; // Remove the default vertical scrollbar in IE.\n  // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n  resize: vertical;\n}\n\nfieldset {\n  // Browsers set a default `min-width: min-content;` on fieldsets,\n  // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 639.3K bytes
    - Viewed (0)
  8. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F634         ; valid                  ;      ; NV8    # 6.1  SLEEPING FACE
    1F635..1F640  ; valid                  ;      ; NV8    # 6.0  DIZZY FACE..WEARY CAT FACE
    1F641..1F642  ; valid                  ;      ; NV8    # 7.0  SLIGHTLY FROWNING FACE..SLIGHTLY SMILING FACE
    1F643..1F644  ; valid                  ;      ; NV8    # 8.0  UPSIDE-DOWN FACE..FACE WITH ROLLING EYES
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (windows-386), type Systemtime struct, Month uint16
    pkg syscall (windows-386), type Systemtime struct, Second uint16
    pkg syscall (windows-386), type Systemtime struct, Year uint16
    pkg syscall (windows-386), type Timespec struct, Nsec int64
    pkg syscall (windows-386), type Timespec struct, Sec int64
    pkg syscall (windows-386), type Timeval struct, Sec int32
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/adminlte.min.css.map

    AA,EA/GV,qFAkHY,cAAA,EAlHZ,gEA4HY,cAAA,KA5HZ,wBAoII,WAAA,EApIJ,qEAyIU,YAAA,EACA,YAAA,EA1IV,uCA+IQ,WAAA,IAAA,MAAA,YA/IR,6CAkJU,WAAA,IAAA,MAAA,QAlJV,oDAuJY,WAAA,EAvJZ,oCA8JM,OAAA,MAAA,MAAA,MA9JN,yEAkKM,cAAA,EAlKN,mFAqKQ,cAAA,EArKR,6FAwKU,cAAA,EAxKV,wEAiLY,cAAA,KAUZ,oBACE,SAAA,OnGk43BF,kBACA,oBoD3k4BE,oBACE,QAAA,MACA,MAAA,KACA,QAAA,GpB8EJ,amEmIE,iBAAA,YACA,cAAA,IAAA,MAAA,iBACA,QAAA,OAAA,QACA,SAAA,S3F7LE,uBAAA,OACA,wBAAA,O2FkMF,6BACE,cAAA,EAXJ,yBAeI,MAAA,MACA,aAAA,SAhBJ,sCnGi53BA,8BACA,qCmG733BM,cAA...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top