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/collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src/wrappers.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. import 'dart:collection'; import 'dart:math' as math; import 'unmodifiable_wrappers.dart'; /// A base...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src/unmodifiable_wrappers.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. import 'empty_unmodifiable_set.dart'; import 'wrappers.dart'; export 'dart:collection' show Unmodifiab...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src/equality_map.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 'equality.dart'; import 'wrappers.dart'; /// A [Map] whose key equal...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src/union_set.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 'unmodifiable_wrappers.dart'; /// A single set that provides a view ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src/combined_wrappers/combined_list.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:collection'; /// A view of several lists combined into a single list. /// /// All methods...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src/combined_wrappers/combined_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:collection'; import 'combined_iterable.dart'; /// Returns a new map that represents maps...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/collection/src/combined_wrappers/combined_iterable.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:collection'; /// A view of several iterables combined sequentially into a single iterable...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/dart_style.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. library dart_style; export 'src/dart_formatter.dart'; export 'src/exceptions.dart'; export 'src/style_...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/call_chain_visitor.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. library dart_style.src.call_chain_visitor; import 'package:analyzer/dart/ast/ast.dart'; import 'packag...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/exceptions.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. library dart_style.src.formatter_exception; import 'package:analyzer/error/error.dart'; import 'packag...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/error_listener.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. library dart_style.src.error_listener; import 'package:analyzer/error/error.dart'; import 'package:ana...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/source_code.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. library dart_style.src.source_code; /// Describes a chunk of source code that is to be formatted or ha...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/debug.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. /// Internal debugging utilities. library dart_style.src.debug; import 'dart:math' as math; import 'c...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/whitespace.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. library dart_style.src.whitespace; /// Constants for the number of spaces for various kinds of indenta...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/chunk.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. library dart_style.src.chunk; import 'fast_hash.dart'; import 'nesting_level.dart'; import 'rule/rule....
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/argument_list_visitor.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. library dart_style.src.argument_list_visitor; import 'dart:math' as math; import 'package:analyzer/da...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/line_writer.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. library dart_style.src.line_writer; import 'chunk.dart'; import 'dart_formatter.dart'; import 'debug.d...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/nesting_level.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. library dart_style.src.nesting_level; import 'fast_hash.dart'; /// A single level of expression nesti...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/fast_hash.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. library dart_style.src.fast_hash; /// A mixin for classes with identity equality that need to be frequ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/formatter_options.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. library dart_style.src.formatter_options; import 'dart:convert'; import 'dart:io'; import 'source_cod...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/string_compare.dart
library dart_style.src.string_compare; /// Returns `true` if [c] represents a whitespace code unit allowed in Dart /// source code. bool _isWhitespace(int c) => (c <= 0x000D && c >= 0x0009) || c == 0x0020; /// Returns the index of the next non-whitespace character. /// /// Returns `true` if current contains a non-whi...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/chunk_builder.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. library dart_style.src.chunk_builder; import 'chunk.dart'; import 'dart_formatter.dart'; import 'debug...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/dart_formatter.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. library dart_style.src.dart_formatter; import 'dart:math' as math; import 'package:analyzer/dart/anal...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/source_visitor.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. library dart_style.src.source_visitor; import 'package:analyzer/dart/ast/ast.dart'; import 'package:an...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/io.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. library dart_style.src.io; import 'dart:io'; import 'package:path/path.dart' as p; import 'dart_form...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/nesting_builder.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. library dart_style.src.nesting_builder; import 'nesting_level.dart'; import 'whitespace.dart'; /// Ke...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/style_fix.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. /// Enum-like class for the different syntactic fixes that can be applied while /// formatting. class ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/line_splitting/rule_set.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. library dart_style.src.line_splitting.rule_set; import '../rule/rule.dart'; /// An optimized data str...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/line_splitting/solve_state.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. library dart_style.src.line_splitting.solve_state; import '../debug.dart' as debug; import '../nesting...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/line_splitting/solve_state_queue.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. library dart_style.src.line_splitting.solve_state_queue; import 'line_splitter.dart'; import 'solve_st...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/line_splitting/line_splitter.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. library dart_style.src.line_splitting.line_splitter; import '../chunk.dart'; import '../debug.dart' as...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/rule/rule.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. library dart_style.src.rule.rule; import '../chunk.dart'; import '../fast_hash.dart'; /// A constrain...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/rule/argument.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. library dart_style.src.rule.argument; import '../chunk.dart'; import 'rule.dart'; /// Base class for ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/rule/metadata.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. library dart_style.src.rule.metadata; import 'argument.dart'; import 'rule.dart'; /// Rule for handli...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/rule/combinator.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. library dart_style.src.rule.combinator; import '../chunk.dart'; import 'rule.dart'; /// Handles a lis...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/dart_style/src/rule/type_argument.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. library dart_style.src.rule.type_argument; import '../chunk.dart'; import 'rule.dart'; /// Rule for s...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/quiver_hashcode/hashcode.dart
// Copyright 2013 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/timing/timing.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. export 'src/timing.dart' show TimeSlice, TimeSliceGroup, TimeTracker, ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/timing
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/timing/src/timing.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:json_annotation/json_annotation.dart'; import 'clock.dart'; par...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/timing
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/timing/src/timing.g.dart
// GENERATED CODE - DO NOT MODIFY BY HAND part of 'timing.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** TimeSlice _$TimeSliceFromJson(Map<String, dynamic> json) { return...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/timing
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/timing/src/clock.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 function that returns the current [DateTime]. typedef _Clock = DateTime Fun...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pedantic/pedantic.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' show Future; /// Indicates to tools that [future] is intentionally not `await`-ed....
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/watcher.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. import 'dart:async'; import 'dart:io'; import 'src/watch_event.dart'; import 'src/directory_watcher.da...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/file_watcher.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 'dart:io'; import '../watcher.dart'; import 'file_watcher/native.dart'; import 'file_watcher/po...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/constructable_file_system_event.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. import 'dart:io'; abstract class _ConstructableFileSystemEvent implements FileSystemEvent { @overrid...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/path_set.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. import 'dart:collection'; import 'package:path/path.dart' as p; /// A set of paths, organized into a ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/async_queue.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. import 'dart:async'; import 'dart:collection'; typedef ItemProcessor<T> = Future<void> Function(T item...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/watch_event.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. /// An event describing a single change to the file system. class WatchEvent { /// The manner in whic...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/directory_watcher.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. import 'dart:io'; import '../watcher.dart'; import 'directory_watcher/linux.dart'; import 'directory_w...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/stat.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. import 'dart:async'; import 'dart:io'; /// A function that takes a file path and returns the last modi...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/utils.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. import 'dart:async'; import 'dart:io'; import 'dart:collection'; /// Returns `true` if [error] is a [F...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/resubscribable.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. import 'dart:async'; import '../watcher.dart'; import 'watch_event.dart'; /// A wrapper for [Manually...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/directory_watcher/linux.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. import 'dart:async'; import 'dart:io'; import 'package:async/async.dart'; import '../directory_watche...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/directory_watcher/polling.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. import 'dart:async'; import 'dart:io'; import '../async_queue.dart'; import '../directory_watcher.dart...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/directory_watcher/windows.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. // TODO(rnystrom): Merge with mac_os version. import 'dart:async'; import 'dart:collection'; import 'da...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/directory_watcher/mac_os.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. import 'dart:async'; import 'dart:io'; import 'package:path/path.dart' as p; import '../directory_wat...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/file_watcher/native.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 'dart:async'; import 'dart:io'; import '../file_watcher.dart'; import '../resubscribable.dart';...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/watcher/src/file_watcher/polling.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 'dart:async'; import 'dart:io'; import 'package:pedantic/pedantic.dart'; import '../file_watch...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/build_runner.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/daemon/constants.dart' show assetServerPort; export 'src/entrypoint/run.dart' show run;
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/build_script_generate.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. export 'src/build_script_generate/build_script_generate.dart' show generateBuildScript, scriptLocat...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/daemon/asset_server.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 'dart:io'; import 'package:http_multi_server/http_multi_server.dart'; impo...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/daemon/constants.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:io'; import 'package:build_daemon/constants.dart'; import 'package:path/path.dart' as p; ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/daemon/daemon_builder.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 'package:build/build.dart'; import 'package:build_daemon/change_provider.d...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/daemon/change_providers.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:build_daemon/change_provider.dart'; import 'package:build_runner_core/src/generate/buil...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/generate/build.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:async'; import 'dart:io'; import 'package:build/build.dart'; import 'package:build_runner...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/generate/watch_impl.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:async'; import 'package:build/build.dart'; import 'package:build_config/build_config.dart'...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/generate/terminator.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'; /// Fires [shouldTerminate] once a `SIGINT` is intercepted. ///...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/generate/directory_watcher_factory.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:watcher/watcher.dart'; DirectoryWatcher defaultDirectoryWatcherFactory(String path) =>...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/build.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_runner_core/build_runner_core.dart'; import 'package:io/io....
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/run_script.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 'dart:io'; import 'dart:isolate'; import 'package:args/command_runner.dart...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/base_command.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:args/args.dart'; import 'package:args/command_runner.dart'; import '...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/doctor.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 'package:build/build.dart'; import 'package:build_config/build_config.dart...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/clean.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:io'; import 'package:args/args.dart'; import 'package:args/command_r...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/daemon.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 'dart:convert'; import 'dart:io'; import 'package:build_daemon/constants.d...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/run.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:args/command_runner.dart'; import 'package:buil...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/runner.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'; import 'package:args/args.dart'; import 'package:args/command_runner.dart'; imp...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/options.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:convert'; import 'dart:io'; import 'package:args/args.dart'; import 'package:args/command...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/serve.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:io'; import 'package:http_multi_server/http_multi_server.dart'; impo...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/watch.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_runner/src/entrypoint/options.dart'; import 'package:build_...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/entrypoint/test.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:io'; import 'package:args/command_runner.dart'; import 'package:asyn...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/server/path_to_asset_id.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 'package:path/path.dart' as p; AssetId pathToAssetId( St...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/server/server.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:async'; import 'dart:convert'; import 'dart:io'; import 'package:build/build.dart'; import...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/server/asset_graph_handler.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:convert'; import 'dart:io'; import 'package:build/build.dart'; impor...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/server
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/server/build_updates_client/reloading_manager.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 'package:graphs/graphs.dart' as graphs; import ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/server
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/server/build_updates_client/reload_handler.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'; import 'reloading_manager.dart'; /// Provides [listener] to handle web socket ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/server
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/server/build_updates_client/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. abstract class Library { Object onDestroy(); bool onSelfUpdate([Object data]); bool onChildUpda...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/build_script_generate/build_script_generate.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' show BuilderOptions; import 'package:build_conf...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/build_script_generate/builder_ordering.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_config/build_config.dart'; import 'package:graphs/graphs.dart'; /// Put [builder...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/build_script_generate/bootstrap.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:convert'; import 'dart:io'; import 'dart:isolate'; import 'package:b...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/logging/std_io_logging.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:convert'; import 'dart:io'; import 'package:io/ansi.dart'; import 'package:logging/loggin...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/watcher/graph_watcher.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:async/async.dart'; import 'package:build_runner...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/watcher/node_watcher.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_runner_core/build_runner_core.dart'; import 'package:watche...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/watcher/change_filter.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 'package:build/build.dart'; import 'package:build_runner/src/watcher/asset_...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/watcher/delete_writer.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 'dart:convert'; import 'package:build/build.dart'; import 'package:build_r...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/watcher/asset_change.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:path/path.dart' as p; import 'package:watcher/watche...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/watcher/collect_changes.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:build/build.dart'; import 'package:build_runner/src/watcher/asset_change.dart'; import ...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner/src/package_graph/build_config_overrides.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_config/build_config.dart'; import 'packag...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_resolvers/build_resolvers.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. export 'src/resolver.dart' show AnalyzerResolvers;
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_resolvers
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_resolvers/src/human_readable_duration.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. /// Returns a human readable string for a duration. /// /// Handles durations that span up to hours - t...
0
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_resolvers
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_resolvers/src/resolver.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 'dart:io'; import 'packag...
0