Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for Nair (0.18 sec)

  1. 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 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  2. 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)
  3. 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 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K 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 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  5. tensorflow/c/c_api.cc

      tensorflow::ImportGraphDefResults results;
      TF_RETURN_IF_ERROR(
          ImportGraphDef(opts, gdef, dst_graph, dst_refiner, &results));
    
      for (const auto& pair : results.return_tensors) {
        return_nodes->emplace_back(pair.first, pair.second);
      }
      return absl::OkStatus();
    }
    
    bool ValidateConstWhileParams(const TF_WhileParams& params, TF_Status* s) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/Maps.java

        return new TransformedEntriesNavigableMap<>(fromMap, transformer);
      }
    
      /**
       * A transformation of the value of a key-value pair, using both key and value as inputs. To apply
       * the transformation to a map, use {@link Maps#transformEntries(Map, EntryTransformer)}.
       *
       * @param <K> the key type of the input and output entries
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 24 19:38:27 GMT 2024
    - 159.3K bytes
    - Viewed (0)
  7. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

            NoActualClassMemberForExpectedClassImpl(
                firSymbolBuilder.buildSymbol(firDiagnostic.a),
                firDiagnostic.b.map { pair ->
                    firSymbolBuilder.buildSymbol(pair.first) to pair.second.mapKeys { (mismatchOrIncompatible, _) ->
                                        mismatchOrIncompatible
                                    }.mapValues { (_, collection) -> 
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 208.3K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    guge
    
    // guide : 2013-09-13 Binky Moon, LLC
    guide
    
    // guitars : 2013-11-14 XYZ.COM LLC
    guitars
    
    // guru : 2013-08-27 Binky Moon, LLC
    guru
    
    // hair : 2015-12-03 XYZ.COM LLC
    hair
    
    // hamburg : 2014-02-20 Hamburg Top-Level-Domain GmbH
    hamburg
    
    // hangout : 2014-11-13 Charleston Road Registry Inc.
    hangout
    
    // haus : 2013-12-05 Dog Beach, LLC
    haus
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  9. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

      }
    
      /**
       * A collection of several futures, covering cancellation, success, and failure (both {@link
       * ExecutionException} and {@link RuntimeException}), both immediate and delayed. We use each
       * possible pair of these futures in {@link FuturesTest#runExtensiveMergerTest}.
       *
       * <p>Each test requires a new {@link TestFutureBatch} because we need new delayed futures each
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt

            val unsupported: String
        }
    
        interface UnsupportedFeature : KtFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = UnsupportedFeature::class
            val unsupportedFeature: Pair<LanguageFeature, LanguageVersionSettings>
        }
    
        interface UnsupportedSuspendTest : KtFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = UnsupportedSuspendTest::class
        }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 171.1K bytes
    - Viewed (0)
Back to top