repo_id stringlengths 21 168 | file_path stringlengths 36 210 | content stringlengths 1 9.98M | __index_level_0__ int64 0 0 |
|---|---|---|---|
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value/src/string_serializer.dart | // Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import 'package:built_collection/built_collection.dart';
import 'package:built_value/serializer.dart';
class StringSe... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value/src/int64_serializer.dart | // Copyright (c) 2017, Google Inc. Please see the AUTHORS file for details.
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import 'package:built_collection/built_collection.dart';
import 'package:built_value/serializer.dart';
import 'package... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value/src/regexp_serializer.dart | // Copyright (c) 2019, Google Inc. Please see the AUTHORS file for details.
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import 'package:built_collection/built_collection.dart';
import 'package:built_value/serializer.dart';
/// Runtime ty... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value/src/built_set_serializer.dart | // Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import 'package:built_collection/built_collection.dart';
import 'package:built_value/serializer.dart';
class BuiltSet... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value/src/built_json_serializers.dart | // Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import 'package:built_collection/built_collection.dart';
import 'package:built_value/serializer.dart';
/// Default i... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value/src/int_serializer.dart | // Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import 'package:built_collection/built_collection.dart';
import 'package:built_value/serializer.dart';
class IntSeria... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value/src/built_list_multimap_serializer.dart | // Copyright (c) 2016, Google Inc. Please see the AUTHORS file for details.
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import 'package:built_collection/built_collection.dart';
import 'package:built_value/serializer.dart';
class BuiltLis... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/built_value/src/bool_serializer.dart | // Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import 'package:built_collection/built_collection.dart';
import 'package:built_value/serializer.dart';
class BoolSeri... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/parser.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:math' as math;
import 'package:source_span/source_span.dart';
import 'src/messages.dart'... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/visitor.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:source_span/source_span.dart';
import 'parser.dart';
part 'src/css_printer.dart';
part... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/tree.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of '../visitor.dart';
/////////////////////////////////////////////////////////////////////////
/... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/tokenizer.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of '../parser.dart';
class Tokenizer extends TokenizerBase {
/// U+ prefix for unicode characte... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/preprocessor_options.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
class PreprocessorOptions {
/// Generate polyfill code (e.g., var, etc.)
final bool polyfill;
//... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/property.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Representations of CSS styles.
part of '../parser.dart';
// TODO(terry): Prune down this file we ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/tree_printer.dart | // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of '../visitor.dart';
// TODO(terry): Enable class for debug only; when conditional imports enabl... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/token_kind.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of '../parser.dart';
// TODO(terry): Need to be consistent with tokens either they're ASCII token... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/messages.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:source_span/source_span.dart';
import 'preprocessor_options.dart';
enum MessageLevel ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/token.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of '../parser.dart';
/// A single token in the Dart language.
class Token {
/// A member of [To... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/polyfill.dart | // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of '../parser.dart';
/// CSS polyfill emits CSS to be understood by older parsers that which do n... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/tokenizer_base.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Generated by scripts/tokenizer_gen.py.
part of '../parser.dart';
/// Tokenizer state to support loo... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/analyzer.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of '../parser.dart';
// TODO(terry): Add optimizing phase to remove duplicated selectors in the s... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/tree_base.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of '../visitor.dart';
/// The base type for all nodes in a CSS abstract syntax tree.
abstract cla... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/css_printer.dart | // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of '../visitor.dart';
/// Visitor that produces a formatted string representation of the CSS tree... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/csslib/src/validate.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:csslib/visitor.dart';
import 'package:source_span/source_span.dart';
/// Can be thrown... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/source_span.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/file.dart';
export 'src/location.dart';
export 'src/location_mixin.dart';
export 'src/span.... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/location.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'span.dart';
// TODO(nweiz): Use SourceLocationMixin once we decide to cut a release with
// br... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/span_mixin.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:path/path.dart' as p;
import 'highlighter.dart';
import 'span.dart';
import 'span_with... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/highlighter.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:math' as math;
import 'package:charcode/charcode.dart';
import 'package:collection/collec... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/span_exception.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'span.dart';
/// A class for exceptions that have source span information attached.
class Sourc... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/file.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:math' as math;
import 'dart:typed_data';
import 'location.dart';
import 'location_mixin.d... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/span.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:charcode/charcode.dart';
import 'package:path/path.dart' as p;
import 'package:term_gly... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/colors.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Color constants used for generating messages.
const String red = '\u001b[31m';
const String yellow ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/utils.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'span.dart';
/// Returns the minimum of [obj1] and [obj2] according to
/// [Comparable.compareT... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/location_mixin.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'location.dart';
import 'span.dart';
// Note: this class duplicates a lot of functionality of [... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/source_span/src/span_with_context.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'location.dart';
import 'span.dart';
import 'utils.dart';
/// A class that describes a segment ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/stream_transform.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/async_map.dart';
export 'src/combine_latest.dart';
export 'src/concatenate.dart';
export 's... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/rate_limit.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'aggregate_sample.dart';
import 'from_handlers.dart';
/// Utilities to ra... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/concatenate.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
/// Utilities to append or prepend to a stream.
extension Concatenate<T> on Strea... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/async_map.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'aggregate_sample.dart';
import 'from_handlers.dart';
import 'rate_limit.d... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/from_handlers.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
/// Like [new StreamTransformer.fromHandlers] but the handlers are called once
//... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/take_until.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
/// A utility to end a stream based on an external trigger.
extension TakeUntil<T... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/scan.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
/// A utility similar to [fold] which emits intermediate accumulations.
extension... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/combine_latest.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
/// Utilities to combine events from multiple streams through a callback or into
... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/where.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'from_handlers.dart';
/// Utilities to filter events.
extension Where<T> ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/aggregate_sample.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
/// A StreamTransformer which aggregates values and emits when it sees a value
//... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/tap.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'from_handlers.dart';
/// A utility to chain extra behavior on a stream.
e... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/switch.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
/// A utility to take events from the most recent sub stream returned by a
/// ca... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stream_transform/src/merge.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
/// Utilities to interleave events from multiple streams.
extension Merge<T> on S... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/term_glyph/term_glyph.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/generated/glyph_set.dart';
export 'src/generated/top_level.dart';
import 'src/generated/as... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/term_glyph/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/term_glyph/src/generated/glyph_set.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Don't modify this file by hand! It's generated by tool/generate.dart.
/// A class that provides acc... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/term_glyph/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/term_glyph/src/generated/top_level.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Don't modify this file by hand! It's generated by tool/generate.dart.
import '../../term_glyph.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/term_glyph/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/term_glyph/src/generated/ascii_glyph_set.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Don't modify this file by hand! It's generated by tool/generate.dart.
import 'glyph_set.dart';
///... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/term_glyph/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/term_glyph/src/generated/unicode_glyph_set.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Don't modify this file by hand! It's generated by tool/generate.dart.
import 'glyph_set.dart';
///... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/builders.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:build/build.dart';
import 'package:build_modules/build_modules.dart';
import 'package:b... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/build_modules.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/errors.dart' show MissingModulesException, UnsupportedModules;
export 'src/kernel_builder.d... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/module_cleanup.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:build/build.dart';
import 'module_library_builder.dart';
class ModuleCleanup implemen... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/scratch_space.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:io';
import 'dart:math' as math;
import 'package:build/build.dart';
... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/workers.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:collection';
import 'dart:convert';
import 'dart:io';
import 'dart:ma... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/meta_module.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'package:build/build.dart';
import 'package:graphs/graphs.dart';
import 'p... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/module_builder.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'package:build/build.dart';
import 'meta_module_clean_builder.dart';
impo... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/modules.g.dart | // GENERATED CODE - DO NOT MODIFY BY HAND
part of 'modules.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
Module _$ModuleFromJson(Map<String, dynamic> json) {
return Modu... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/platform.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// A supported "platform" for compilation of Dart libraries.
///
/// Each "platform" has its own compi... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/meta_module_clean_builder.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:collection';
import 'dart:convert';
import 'package:build/build.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/meta_module.g.dart | // GENERATED CODE - DO NOT MODIFY BY HAND
part of 'meta_module.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
MetaModule _$MetaModuleFromJson(Map<String, dynamic> json) {
... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/meta_module_builder.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'package:build/build.dart';
import 'package:glob/glob.dart';
import 'comm... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/module_library_builder.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'package:build/build.dart';
import 'module_library.dart';
const moduleLi... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/common.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:io';
import 'package:build/build.dart';
import 'package:path/path.da... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/module_cache.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:convert';
import 'package:async/async.dart';
import 'package:build/build.dart';
import 'p... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/module_library.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:convert';
// ignore: deprecated_member_use
import 'package:analyzer/analyzer.dart';
impor... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/errors.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
// ignore: deprecated_member_use
import 'package:analyzer/analyzer.dart';
import ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/kernel_builder.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:collection';
import 'dart:convert';
import 'dart:io';
import 'packag... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_modules/src/modules.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:collection';
import 'package:build/build.dart';
import 'package:coll... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/js/js.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Annotations to mark interfaces to JavaScript.
library js;
export 'dart:js' show allowInterop, allo... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/js/js_util.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Utilities for interoperating with JavaScript.
library js_util;
export 'dart:js_util';
| 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/js | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/js/src/varargs.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Declarations for variable arguments support
/// (rest params and spread operator).
///
/// These ar... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/package_resolver.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/package_resolver.dart';
export 'src/sync_package_resolver.dart';
| 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/package_root_resolver.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:path/path.dart' as p;
import 'async_package_resolver.dart';
import 'package_resolver.d... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/utils_isolate_stub.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Future<Uri> resolvePackageUri(Uri packageUri) =>
throw UnsupportedError('May not use a package URI'... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/sync_package_resolver.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:http/http.dart' as http;
import 'no_package_resolver.dart';
import 'package_config_res... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/utils_io.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:io';
import 'package:path/path.dart' as p;
Future<String> readFileAsString(Uri uri) {
... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/package_resolver.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:http/http.dart' as http;
import 'package_config_resolver.dart';
import 'package_root_r... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/package_config_resolver.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:collection';
import 'package:collection/collection.dart';
import 'package:package_config/... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/utils.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:package_config/package... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/current_isolate_resolver_stub.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package_resolver.dart';
PackageResolver currentIsolateResolver() =>
throw UnsupportedError... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/utils_stub.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Future<String> readFileAsString(Uri uri) => throw UnsupportedError(
'Reading files is only supporte... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/no_package_resolver.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'async_package_resolver.dart';
import 'package_resolver.dart';
import 'sync_package_resolver.dar... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/current_isolate_resolver.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:isolate';
import 'package:path/path.dart' as p;
import 'package_config_resolver.dart';
i... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/async_package_resolver.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package_resolver.dart';
import 'sync_package_resolver.dart';
/// An implementation of [Package... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/utils_io_stub.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Future<String> readFileAsString(Uri uri) => throw UnsupportedError(
'Reading files is only supporte... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_resolver/src/utils_isolate.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:isolate';
Future<Uri> resolvePackageUri(Uri packageUri) =>
Isolate.resolvePackageUri(... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/package_config_types.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// A package configuration is a way to assign file paths to package URIs,
/// and vice-versa,
library ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/packages.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@Deprecated("Use the package_config.json based API")
library package_config.packages;
import "src/pack... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/packages_file.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@Deprecated("Use the package_config.json based API")
library package_config.packages_file;
import "pac... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/package_config.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// A package configuration is a way to assign file paths to package URIs,
/// and vice-versa,
library ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/discovery.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@Deprecated("Use the package_config.json based API")
library package_config.discovery;
import "dart:as... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/discovery_analysis.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Analyse a directory structure and find packages resolvers for each
/// sub-directory.
///
/// The r... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/src/util.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Utility methods used by more than one library in the package.
library package_config.util;
import ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/src/packages_impl.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Implementations of [Packages] that may be used in either server or browser
/// based applications. ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/src/packages_file.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import "package_config_impl.dart";
import "util.dart";
import "errors.dart";
/// The language version... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/package_config/src/package_config_impl.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'errors.dart';
import "package_config.dart";
import "util.dart";
export "package_config.dart";
... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.