Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 280 for Mair (0.18 sec)

  1. src/cmd/asm/internal/asm/testdata/arm64.s

    	MRS	ID_PFR1_EL1, R12                   // 2c0138d5
    	MRS	ISR_EL1, R24                       // 18c138d5
    	MRS	MAIR_EL1, R20                      // 14a238d5
    	MSR	R21, MAIR_EL1                      // 15a218d5
    	MRS	MAIR_EL1, R20                      // 14a238d5
    	MSR	R5, MAIR_EL1                       // 05a218d5
    	MRS	MDCCINT_EL1, R23                   // 170230d5
    	MSR	R27, MDCCINT_EL1                   // 1b0210d5
    Others
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  2. src/main/webapp/js/jquery-3.6.3.min.map

    AIkD,MACRxE,QAAS,WAClBwE,EAAO8c,EAAW9c,EAAK/E,MAAO,IAC9B6iB,EAAU9e,EAAMgB,EAAMud,EAAMvd,KAI/B0d,EAASJ,IAAKte,EAAM,gBAAgB,GAItC,OAAOue,EAIR,MAAoB,iBAARtU,EACJtO,KAAKkE,KAAM,WACjB8e,EAASL,IAAK3iB,KAAMsO,KAIfiT,EAAQvhB,KAAM,SAAUmH,GAC9B,IAAIyb,EAOJ,GAAKve,QAAkByB,IAAVqB,EAKZ,YAAcrB,KADd8c,EAAOI,EAASrf,IAAKU,EAAMiK,IAEnBsU,OAMM9c,KADd8c,EAAOO,EAAU9e,EAAMiK,IAEfsU,OAIR,EAID5iB,KAAKkE,KAAM,WAGV8e,EAASL,IAAK3iB,KAAMsO,EAAKnH,MAExB,KAAMA,EAA0B,EAAnB7C,UAAUhB,OAAY,MAAM,IAG7CggB,WAAY,SAAUhV,GACrB,OAAOtO,K...
    Plain Text
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/core/misc/Pair.java

         */
        public static <T1, T2> Pair<T1, T2> pair(final T1 first, final T2 second) {
            return new Pair<>(first, second);
        }
    
        /**
         * インスタンスを構築します。
         */
        public Pair() {
        }
    
        /**
         * インスタンスを構築します。
         *
         * @param first
         *            1番目の値
         * @param second
         *            2番目の値
         */
        public Pair(final T1 first, final T2 second) {
    Java
    - Registered: Fri Apr 19 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 3.6K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/jquery-3.6.3.min.map

    AIkD,MACRxE,QAAS,WAClBwE,EAAO8c,EAAW9c,EAAK/E,MAAO,IAC9B6iB,EAAU9e,EAAMgB,EAAMud,EAAMvd,KAI/B0d,EAASJ,IAAKte,EAAM,gBAAgB,GAItC,OAAOue,EAIR,MAAoB,iBAARtU,EACJtO,KAAKkE,KAAM,WACjB8e,EAASL,IAAK3iB,KAAMsO,KAIfiT,EAAQvhB,KAAM,SAAUmH,GAC9B,IAAIyb,EAOJ,GAAKve,QAAkByB,IAAVqB,EAKZ,YAAcrB,KADd8c,EAAOI,EAASrf,IAAKU,EAAMiK,IAEnBsU,OAMM9c,KADd8c,EAAOO,EAAU9e,EAAMiK,IAEfsU,OAIR,EAID5iB,KAAKkE,KAAM,WAGV8e,EAASL,IAAK3iB,KAAMsO,EAAKnH,MAExB,KAAMA,EAA0B,EAAnB7C,UAAUhB,OAAY,MAAM,IAG7CggB,WAAY,SAAUhV,GACrB,OAAOtO,K...
    Plain Text
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    about you:  you must manage the best way you can; --but I must be
    kind to them,' thought Alice, `or perhaps they won't walk the
    way I want to go!  Let me see:  I'll give them a new pair of
    boots every Christmas.'
    
      And she went on planning to herself how she would manage it.
    `They must go by the carrier,' she thought; `and how funny it'll
    seem, sending presents to one's own feet!  And how odd the
    Plain Text
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  6. docs/contribute/concurrency.md

    ## Connection Pool
    
    A primary responsibility for any HTTP client is to efficiently manage network connections. Creating and establishing new connections require a fair amount of overhead and added latency. OkHttp will make every effort to reuse existing connections to avoid this overhead and added latency.
    
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sun Feb 06 16:35:36 GMT 2022
    - 7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/helper/RelatedContentHelper.java

            final Map<String, Pair<Map<String, String>, List<Pair<Pattern, String>>>> relatedContentMap = new HashMap<>();
            getAvailableRelatedContentList().stream().forEach(entity -> {
                final String key = getHostKey(entity);
                Pair<Map<String, String>, List<Pair<Pattern, String>>> pair = relatedContentMap.get(key);
                if (pair == null) {
                    pair = new Pair<>(new HashMap<>(), new ArrayList<>());
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.8K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/internal/cache/DiskLruCacheTest.kt

      @ArgumentsSource(FileSystemParamProvider::class)
      fun emptyCache(parameters: Pair<FileSystem, Boolean>) {
        setUp(parameters.first, parameters.second)
        cache.close()
        assertJournalEquals()
      }
    
      @ParameterizedTest
      @ArgumentsSource(FileSystemParamProvider::class)
      fun recoverFromInitializationFailure(parameters: Pair<FileSystem, Boolean>) {
        setUp(parameters.first, parameters.second)
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Mon Apr 15 14:55:09 GMT 2024
    - 75.8K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    about you:  you must manage the best way you can; --but I must be
    kind to them,' thought Alice, `or perhaps they won't walk the
    way I want to go!  Let me see:  I'll give them a new pair of
    boots every Christmas.'
    
      And she went on planning to herself how she would manage it.
    `They must go by the carrier,' she thought; `and how funny it'll
    seem, sending presents to one's own feet!  And how odd the
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/log/exbhv/SearchLogBhv.java

                                result.getSearchFieldLogList().add(new Pair<>(e.getKey(), v));
                            }
                        } else if (e.getValue() instanceof List) {
                            final List<String> values = (List<String>) e.getValue();
                            for (final String v : values) {
                                result.getSearchFieldLogList().add(new Pair<>(e.getKey(), v));
                            }
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.8K bytes
    - Viewed (0)
Back to top