Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 42 for PN (0.2 seconds)

  1. src/cmd/asm/internal/arch/arm64.go

    			return arm64.REG_V0 + n, true
    		}
    	case "Z":
    		if 0 <= n && n <= 31 {
    			return arm64.REG_Z0 + n, true
    		}
    	case "P":
    		if 0 <= n && n <= 15 {
    			return arm64.REG_P0 + n, true
    		}
    	case "PN":
    		if 0 <= n && n <= 15 {
    			return arm64.REG_PN0 + n, true
    		}
    	}
    	return 0, false
    }
    
    // ARM64RegisterShift constructs an ARM64 register with shift operation.
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Mar 20 17:02:17 GMT 2026
    - 6K bytes
    - Click Count (0)
  2. src/cmd/asm/internal/arch/arch.go

    	delete(register, "R28")
    	register["g"] = arm64.REG_R28
    	registerPrefix := map[string]bool{
    		"F":  true,
    		"R":  true,
    		"V":  true,
    		"Z":  true,
    		"P":  true,
    		"PN": true,
    	}
    
    	instructions := make(map[string]obj.As)
    	for i, s := range obj.Anames {
    		instructions[s] = obj.As(i)
    	}
    	for i, s := range arm64.Anames {
    		if obj.As(i) >= obj.A_ARCHSPECIFIC {
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Mar 20 17:02:17 GMT 2026
    - 22K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/app/web/search/SearchAction.java

         * @return The HTML response.
         */
        protected HtmlResponse doMove(final SearchForm form, final int move) {
            int start = fessConfig.getPagingSearchPageStartAsInteger();
            if (form.pn != null) {
                int pageNumber = form.pn;
                if (pageNumber > 0) {
                    pageNumber = pageNumber + move;
                    if (pageNumber < 1) {
                        pageNumber = 1;
                    }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 14K bytes
    - Click Count (0)
  4. kotlin-js-store/yarn.lock

        ajv-keywords "^3.5.2"
    
    schema-utils@^3.1.2:
      version "3.3.0"
      resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
      integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
      dependencies:
        "@types/json-schema" "^7.0.8"
        ajv "^6.12.5"
        ajv-keywords "^3.5.2"
    
    serialize-javascript@6.0.0:
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Jul 22 12:28:51 GMT 2023
    - 87.4K bytes
    - Click Count (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    playstation
    playstation-cloud.com
    plc.co.im
    plc.ly
    plc.ng
    plc.uk
    plesk.page
    pleskns.com
    pley.games
    plo.ps
    plock.pl
    plumbing
    plurinacional.bo
    plus
    pm
    pmn.it
    pn
    pn.it
    pnc
    po.gov.pl
    po.it
    poa.br
    podhale.pl
    podlasie.pl
    podzone.net
    podzone.org
    pohl
    point2this.com
    pointto.us
    poivron.org
    poker
    pokrovsk.su
    pol.dz
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue May 27 22:00:49 GMT 2025
    - 129.6K bytes
    - Click Count (3)
  6. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    zagan.pl
    zarow.pl
    zgora.pl
    zgorzelec.pl
    
    // pm : https://www.afnic.fr/wp-media/uploads/2022/12/afnic-naming-policy-2023-01-01.pdf
    pm
    
    // pn : http://www.government.pn/PnRegistry/policies.htm
    pn
    gov.pn
    co.pn
    org.pn
    edu.pn
    net.pn
    
    // post : https://www.iana.org/domains/root/db/post.html
    post
    
    // pr : http://www.nic.pr/index.asp?f=1
    pr
    com.pr
    net.pr
    org.pr
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    playstation
    playstation-cloud.com
    plc.co.im
    plc.ly
    plc.ng
    plc.uk
    plesk.page
    pleskns.com
    pley.games
    plo.ps
    plock.pl
    plumbing
    plurinacional.bo
    plus
    pm
    pmn.it
    pn
    pn.it
    pnc
    po.gov.pl
    po.it
    poa.br
    podhale.pl
    podlasie.pl
    podzone.net
    podzone.org
    pohl
    point2this.com
    pointto.us
    poivron.org
    poker
    pokrovsk.su
    pol.dz
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Dec 31 14:50:53 GMT 2024
    - 129.6K bytes
    - Click Count (2)
  8. src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java

         * @return HTML response with moved page results
         */
        protected HtmlResponse doMove(final ListForm form, final int move) {
            form.initialize();
            Integer pageNumber = form.pn;
            if (pageNumber != null && pageNumber > 0) {
                pageNumber = pageNumber + move;
                if (pageNumber < 1) {
                    pageNumber = 1;
                }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:38:39 GMT 2026
    - 25.5K bytes
    - Click Count (1)
  9. src/test/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistActionTest.java

            final ListForm form = new ListForm();
            assertNull(form.q);
            assertNull(form.sort);
            assertNull(form.start);
            assertNull(form.num);
            assertNull(form.pn);
        }
    
        // ===================================================================================
        //                                                                     validateFields
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:38:39 GMT 2026
    - 34.4K bytes
    - Click Count (0)
  10. src/main/webapp/js/admin/moment-with-locales.min.js

    yn={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096a",5:"\u096b",6:"\u096c",7:"\u096d",8:"\u096e",9:"\u096f",0:"\u0966"},fn={"\u0967":"1","\u0968":"2","\u0969":"3","\u096a":"4","\u096b":"5","\u096c":"6","\u096d":"7","\u096e":"8","\u096f":"9","\u0966":"0"},pn=[/^\u091c\u0928/i,/^\u092b\u093c\u0930|\u092b\u0930/i,/^\u092e\u093e\u0930\u094d\u091a/i,/^\u0905\u092a\u094d\u0930\u0948/i,/^\u092e\u0908/i,/^\u091c\u0942\u0928/i,/^\u091c\u0941\u0932/i,/^\u0905\u0917/i,/^\u0938\u093f\u0924\u0902|\u0938\u093f\u092...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 360.5K bytes
    - Click Count (2)
Back to Top