text
stringlengths 6
13.6M
| id
stringlengths 13
176
| metadata
dict | __index_level_0__
int64 0
1.69k
|
---|---|---|---|
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
| codelabs/tfagents-flutter/step0/frontend/macos/Runner/Configs/Debug.xcconfig/0 | {
"file_path": "codelabs/tfagents-flutter/step0/frontend/macos/Runner/Configs/Debug.xcconfig",
"repo_id": "codelabs",
"token_count": 32
} | 86 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| codelabs/tfagents-flutter/step1/frontend/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "codelabs/tfagents-flutter/step1/frontend/macos/Runner/Configs/Release.xcconfig",
"repo_id": "codelabs",
"token_count": 32
} | 87 |
#include "Generated.xcconfig"
| codelabs/tfrs-flutter/finished/frontend/ios/Flutter/Debug.xcconfig/0 | {
"file_path": "codelabs/tfrs-flutter/finished/frontend/ios/Flutter/Debug.xcconfig",
"repo_id": "codelabs",
"token_count": 12
} | 88 |
#include "ephemeral/Flutter-Generated.xcconfig"
| codelabs/tfrs-flutter/finished/frontend/macos/Flutter/Flutter-Release.xcconfig/0 | {
"file_path": "codelabs/tfrs-flutter/finished/frontend/macos/Flutter/Flutter-Release.xcconfig",
"repo_id": "codelabs",
"token_count": 19
} | 89 |
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
| codelabs/tfrs-flutter/step1/frontend/macos/Runner/Configs/Debug.xcconfig/0 | {
"file_path": "codelabs/tfrs-flutter/step1/frontend/macos/Runner/Configs/Debug.xcconfig",
"repo_id": "codelabs",
"token_count": 32
} | 90 |
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
| codelabs/tfrs-flutter/step2/frontend/android/gradle.properties/0 | {
"file_path": "codelabs/tfrs-flutter/step2/frontend/android/gradle.properties",
"repo_id": "codelabs",
"token_count": 31
} | 91 |
#include "Generated.xcconfig"
| codelabs/tfserving-flutter/codelab2/finished/ios/Flutter/Debug.xcconfig/0 | {
"file_path": "codelabs/tfserving-flutter/codelab2/finished/ios/Flutter/Debug.xcconfig",
"repo_id": "codelabs",
"token_count": 12
} | 92 |
#include "Generated.xcconfig"
| codelabs/tfserving-flutter/codelab2/starter/ios/Flutter/Release.xcconfig/0 | {
"file_path": "codelabs/tfserving-flutter/codelab2/starter/ios/Flutter/Release.xcconfig",
"repo_id": "codelabs",
"token_count": 12
} | 93 |
///
// Generated code. Do not modify.
// source: tensorflow/core/example/feature.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields
import 'dart:core' as $core;
import 'package:fixnum/fixnum.dart' as $fixnum;
import 'package:protobuf/protobuf.dart' as $pb;
class BytesList extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'BytesList',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..p<$core.List<$core.int>>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'value',
$pb.PbFieldType.PY)
..hasRequiredFields = false;
BytesList._() : super();
factory BytesList({
$core.Iterable<$core.List<$core.int>>? value,
}) {
final _result = create();
if (value != null) {
_result.value.addAll(value);
}
return _result;
}
factory BytesList.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory BytesList.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
BytesList clone() => BytesList()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
BytesList copyWith(void Function(BytesList) updates) =>
super.copyWith((message) => updates(message as BytesList))
as BytesList; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static BytesList create() => BytesList._();
BytesList createEmptyInstance() => create();
static $pb.PbList<BytesList> createRepeated() => $pb.PbList<BytesList>();
@$core.pragma('dart2js:noInline')
static BytesList getDefault() =>
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<BytesList>(create);
static BytesList? _defaultInstance;
@$pb.TagNumber(1)
$core.List<$core.List<$core.int>> get value => $_getList(0);
}
class FloatList extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'FloatList',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..p<$core.double>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'value',
$pb.PbFieldType.KF)
..hasRequiredFields = false;
FloatList._() : super();
factory FloatList({
$core.Iterable<$core.double>? value,
}) {
final _result = create();
if (value != null) {
_result.value.addAll(value);
}
return _result;
}
factory FloatList.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory FloatList.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
FloatList clone() => FloatList()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
FloatList copyWith(void Function(FloatList) updates) =>
super.copyWith((message) => updates(message as FloatList))
as FloatList; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static FloatList create() => FloatList._();
FloatList createEmptyInstance() => create();
static $pb.PbList<FloatList> createRepeated() => $pb.PbList<FloatList>();
@$core.pragma('dart2js:noInline')
static FloatList getDefault() =>
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<FloatList>(create);
static FloatList? _defaultInstance;
@$pb.TagNumber(1)
$core.List<$core.double> get value => $_getList(0);
}
class Int64List extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'Int64List',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..p<$fixnum.Int64>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'value',
$pb.PbFieldType.K6)
..hasRequiredFields = false;
Int64List._() : super();
factory Int64List({
$core.Iterable<$fixnum.Int64>? value,
}) {
final _result = create();
if (value != null) {
_result.value.addAll(value);
}
return _result;
}
factory Int64List.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory Int64List.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
Int64List clone() => Int64List()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
Int64List copyWith(void Function(Int64List) updates) =>
super.copyWith((message) => updates(message as Int64List))
as Int64List; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static Int64List create() => Int64List._();
Int64List createEmptyInstance() => create();
static $pb.PbList<Int64List> createRepeated() => $pb.PbList<Int64List>();
@$core.pragma('dart2js:noInline')
static Int64List getDefault() =>
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Int64List>(create);
static Int64List? _defaultInstance;
@$pb.TagNumber(1)
$core.List<$fixnum.Int64> get value => $_getList(0);
}
enum Feature_Kind { bytesList, floatList, int64List, notSet }
class Feature extends $pb.GeneratedMessage {
static const $core.Map<$core.int, Feature_Kind> _Feature_KindByTag = {
1: Feature_Kind.bytesList,
2: Feature_Kind.floatList,
3: Feature_Kind.int64List,
0: Feature_Kind.notSet
};
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'Feature',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..oo(0, [1, 2, 3])
..aOM<BytesList>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'bytesList',
subBuilder: BytesList.create)
..aOM<FloatList>(
2,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'floatList',
subBuilder: FloatList.create)
..aOM<Int64List>(
3,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'int64List',
subBuilder: Int64List.create)
..hasRequiredFields = false;
Feature._() : super();
factory Feature({
BytesList? bytesList,
FloatList? floatList,
Int64List? int64List,
}) {
final _result = create();
if (bytesList != null) {
_result.bytesList = bytesList;
}
if (floatList != null) {
_result.floatList = floatList;
}
if (int64List != null) {
_result.int64List = int64List;
}
return _result;
}
factory Feature.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory Feature.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
Feature clone() => Feature()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
Feature copyWith(void Function(Feature) updates) =>
super.copyWith((message) => updates(message as Feature))
as Feature; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static Feature create() => Feature._();
Feature createEmptyInstance() => create();
static $pb.PbList<Feature> createRepeated() => $pb.PbList<Feature>();
@$core.pragma('dart2js:noInline')
static Feature getDefault() =>
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Feature>(create);
static Feature? _defaultInstance;
Feature_Kind whichKind() => _Feature_KindByTag[$_whichOneof(0)]!;
void clearKind() => clearField($_whichOneof(0));
@$pb.TagNumber(1)
BytesList get bytesList => $_getN(0);
@$pb.TagNumber(1)
set bytesList(BytesList v) {
setField(1, v);
}
@$pb.TagNumber(1)
$core.bool hasBytesList() => $_has(0);
@$pb.TagNumber(1)
void clearBytesList() => clearField(1);
@$pb.TagNumber(1)
BytesList ensureBytesList() => $_ensure(0);
@$pb.TagNumber(2)
FloatList get floatList => $_getN(1);
@$pb.TagNumber(2)
set floatList(FloatList v) {
setField(2, v);
}
@$pb.TagNumber(2)
$core.bool hasFloatList() => $_has(1);
@$pb.TagNumber(2)
void clearFloatList() => clearField(2);
@$pb.TagNumber(2)
FloatList ensureFloatList() => $_ensure(1);
@$pb.TagNumber(3)
Int64List get int64List => $_getN(2);
@$pb.TagNumber(3)
set int64List(Int64List v) {
setField(3, v);
}
@$pb.TagNumber(3)
$core.bool hasInt64List() => $_has(2);
@$pb.TagNumber(3)
void clearInt64List() => clearField(3);
@$pb.TagNumber(3)
Int64List ensureInt64List() => $_ensure(2);
}
class Features extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'Features',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..m<$core.String, Feature>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'feature',
entryClassName: 'Features.FeatureEntry',
keyFieldType: $pb.PbFieldType.OS,
valueFieldType: $pb.PbFieldType.OM,
valueCreator: Feature.create,
packageName: const $pb.PackageName('tensorflow'))
..hasRequiredFields = false;
Features._() : super();
factory Features({
$core.Map<$core.String, Feature>? feature,
}) {
final _result = create();
if (feature != null) {
_result.feature.addAll(feature);
}
return _result;
}
factory Features.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory Features.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
Features clone() => Features()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
Features copyWith(void Function(Features) updates) =>
super.copyWith((message) => updates(message as Features))
as Features; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static Features create() => Features._();
Features createEmptyInstance() => create();
static $pb.PbList<Features> createRepeated() => $pb.PbList<Features>();
@$core.pragma('dart2js:noInline')
static Features getDefault() =>
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Features>(create);
static Features? _defaultInstance;
@$pb.TagNumber(1)
$core.Map<$core.String, Feature> get feature => $_getMap(0);
}
class FeatureList extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'FeatureList',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..pc<Feature>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'feature',
$pb.PbFieldType.PM,
subBuilder: Feature.create)
..hasRequiredFields = false;
FeatureList._() : super();
factory FeatureList({
$core.Iterable<Feature>? feature,
}) {
final _result = create();
if (feature != null) {
_result.feature.addAll(feature);
}
return _result;
}
factory FeatureList.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory FeatureList.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
FeatureList clone() => FeatureList()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
FeatureList copyWith(void Function(FeatureList) updates) =>
super.copyWith((message) => updates(message as FeatureList))
as FeatureList; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static FeatureList create() => FeatureList._();
FeatureList createEmptyInstance() => create();
static $pb.PbList<FeatureList> createRepeated() => $pb.PbList<FeatureList>();
@$core.pragma('dart2js:noInline')
static FeatureList getDefault() => _defaultInstance ??=
$pb.GeneratedMessage.$_defaultFor<FeatureList>(create);
static FeatureList? _defaultInstance;
@$pb.TagNumber(1)
$core.List<Feature> get feature => $_getList(0);
}
class FeatureLists extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'FeatureLists',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..m<$core.String, FeatureList>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'featureList',
entryClassName: 'FeatureLists.FeatureListEntry',
keyFieldType: $pb.PbFieldType.OS,
valueFieldType: $pb.PbFieldType.OM,
valueCreator: FeatureList.create,
packageName: const $pb.PackageName('tensorflow'))
..hasRequiredFields = false;
FeatureLists._() : super();
factory FeatureLists({
$core.Map<$core.String, FeatureList>? featureList,
}) {
final _result = create();
if (featureList != null) {
_result.featureList.addAll(featureList);
}
return _result;
}
factory FeatureLists.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory FeatureLists.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
FeatureLists clone() => FeatureLists()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
FeatureLists copyWith(void Function(FeatureLists) updates) =>
super.copyWith((message) => updates(message as FeatureLists))
as FeatureLists; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static FeatureLists create() => FeatureLists._();
FeatureLists createEmptyInstance() => create();
static $pb.PbList<FeatureLists> createRepeated() =>
$pb.PbList<FeatureLists>();
@$core.pragma('dart2js:noInline')
static FeatureLists getDefault() => _defaultInstance ??=
$pb.GeneratedMessage.$_defaultFor<FeatureLists>(create);
static FeatureLists? _defaultInstance;
@$pb.TagNumber(1)
$core.Map<$core.String, FeatureList> get featureList => $_getMap(0);
}
| codelabs/tfserving-flutter/codelab2/starter/lib/proto/generated/tensorflow/core/example/feature.pb.dart/0 | {
"file_path": "codelabs/tfserving-flutter/codelab2/starter/lib/proto/generated/tensorflow/core/example/feature.pb.dart",
"repo_id": "codelabs",
"token_count": 7453
} | 94 |
///
// Generated code. Do not modify.
// source: tensorflow/core/framework/node_def.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields
| codelabs/tfserving-flutter/codelab2/starter/lib/proto/generated/tensorflow/core/framework/node_def.pbenum.dart/0 | {
"file_path": "codelabs/tfserving-flutter/codelab2/starter/lib/proto/generated/tensorflow/core/framework/node_def.pbenum.dart",
"repo_id": "codelabs",
"token_count": 117
} | 95 |
///
// Generated code. Do not modify.
// source: tensorflow/core/protobuf/struct.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields
import 'dart:core' as $core;
import 'package:fixnum/fixnum.dart' as $fixnum;
import 'package:protobuf/protobuf.dart' as $pb;
import '../framework/tensor_shape.pb.dart' as $0;
import '../framework/tensor.pb.dart' as $1;
import '../framework/types.pbenum.dart' as $2;
import 'struct.pbenum.dart';
export 'struct.pbenum.dart';
enum StructuredValue_Kind {
noneValue,
float64Value,
int64Value,
stringValue,
boolValue,
tensorShapeValue,
tensorDtypeValue,
tensorSpecValue,
typeSpecValue,
boundedTensorSpecValue,
listValue,
tupleValue,
dictValue,
namedTupleValue,
notSet
}
class StructuredValue extends $pb.GeneratedMessage {
static const $core.Map<$core.int, StructuredValue_Kind>
_StructuredValue_KindByTag = {
1: StructuredValue_Kind.noneValue,
11: StructuredValue_Kind.float64Value,
12: StructuredValue_Kind.int64Value,
13: StructuredValue_Kind.stringValue,
14: StructuredValue_Kind.boolValue,
31: StructuredValue_Kind.tensorShapeValue,
32: StructuredValue_Kind.tensorDtypeValue,
33: StructuredValue_Kind.tensorSpecValue,
34: StructuredValue_Kind.typeSpecValue,
35: StructuredValue_Kind.boundedTensorSpecValue,
51: StructuredValue_Kind.listValue,
52: StructuredValue_Kind.tupleValue,
53: StructuredValue_Kind.dictValue,
54: StructuredValue_Kind.namedTupleValue,
0: StructuredValue_Kind.notSet
};
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'StructuredValue',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..oo(0, [1, 11, 12, 13, 14, 31, 32, 33, 34, 35, 51, 52, 53, 54])
..aOM<NoneValue>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'noneValue',
subBuilder: NoneValue.create)
..a<$core.double>(
11,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'float64Value',
$pb.PbFieldType.OD)
..a<$fixnum.Int64>(
12,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'int64Value',
$pb.PbFieldType.OS6,
defaultOrMaker: $fixnum.Int64.ZERO)
..aOS(
13,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'stringValue')
..aOB(
14,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'boolValue')
..aOM<$0.TensorShapeProto>(
31,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'tensorShapeValue',
subBuilder: $0.TensorShapeProto.create)
..e<$2.DataType>(
32,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'tensorDtypeValue',
$pb.PbFieldType.OE,
defaultOrMaker: $2.DataType.DT_INVALID,
valueOf: $2.DataType.valueOf,
enumValues: $2.DataType.values)
..aOM<TensorSpecProto>(
33,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'tensorSpecValue',
subBuilder: TensorSpecProto.create)
..aOM<TypeSpecProto>(
34,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'typeSpecValue',
subBuilder: TypeSpecProto.create)
..aOM<BoundedTensorSpecProto>(
35,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'boundedTensorSpecValue',
subBuilder: BoundedTensorSpecProto.create)
..aOM<ListValue>(
51,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'listValue',
subBuilder: ListValue.create)
..aOM<TupleValue>(
52,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'tupleValue',
subBuilder: TupleValue.create)
..aOM<DictValue>(
53,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'dictValue',
subBuilder: DictValue.create)
..aOM<NamedTupleValue>(
54,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'namedTupleValue',
subBuilder: NamedTupleValue.create)
..hasRequiredFields = false;
StructuredValue._() : super();
factory StructuredValue({
NoneValue? noneValue,
$core.double? float64Value,
$fixnum.Int64? int64Value,
$core.String? stringValue,
$core.bool? boolValue,
$0.TensorShapeProto? tensorShapeValue,
$2.DataType? tensorDtypeValue,
TensorSpecProto? tensorSpecValue,
TypeSpecProto? typeSpecValue,
BoundedTensorSpecProto? boundedTensorSpecValue,
ListValue? listValue,
TupleValue? tupleValue,
DictValue? dictValue,
NamedTupleValue? namedTupleValue,
}) {
final _result = create();
if (noneValue != null) {
_result.noneValue = noneValue;
}
if (float64Value != null) {
_result.float64Value = float64Value;
}
if (int64Value != null) {
_result.int64Value = int64Value;
}
if (stringValue != null) {
_result.stringValue = stringValue;
}
if (boolValue != null) {
_result.boolValue = boolValue;
}
if (tensorShapeValue != null) {
_result.tensorShapeValue = tensorShapeValue;
}
if (tensorDtypeValue != null) {
_result.tensorDtypeValue = tensorDtypeValue;
}
if (tensorSpecValue != null) {
_result.tensorSpecValue = tensorSpecValue;
}
if (typeSpecValue != null) {
_result.typeSpecValue = typeSpecValue;
}
if (boundedTensorSpecValue != null) {
_result.boundedTensorSpecValue = boundedTensorSpecValue;
}
if (listValue != null) {
_result.listValue = listValue;
}
if (tupleValue != null) {
_result.tupleValue = tupleValue;
}
if (dictValue != null) {
_result.dictValue = dictValue;
}
if (namedTupleValue != null) {
_result.namedTupleValue = namedTupleValue;
}
return _result;
}
factory StructuredValue.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory StructuredValue.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
StructuredValue clone() => StructuredValue()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
StructuredValue copyWith(void Function(StructuredValue) updates) =>
super.copyWith((message) => updates(message as StructuredValue))
as StructuredValue; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static StructuredValue create() => StructuredValue._();
StructuredValue createEmptyInstance() => create();
static $pb.PbList<StructuredValue> createRepeated() =>
$pb.PbList<StructuredValue>();
@$core.pragma('dart2js:noInline')
static StructuredValue getDefault() => _defaultInstance ??=
$pb.GeneratedMessage.$_defaultFor<StructuredValue>(create);
static StructuredValue? _defaultInstance;
StructuredValue_Kind whichKind() =>
_StructuredValue_KindByTag[$_whichOneof(0)]!;
void clearKind() => clearField($_whichOneof(0));
@$pb.TagNumber(1)
NoneValue get noneValue => $_getN(0);
@$pb.TagNumber(1)
set noneValue(NoneValue v) {
setField(1, v);
}
@$pb.TagNumber(1)
$core.bool hasNoneValue() => $_has(0);
@$pb.TagNumber(1)
void clearNoneValue() => clearField(1);
@$pb.TagNumber(1)
NoneValue ensureNoneValue() => $_ensure(0);
@$pb.TagNumber(11)
$core.double get float64Value => $_getN(1);
@$pb.TagNumber(11)
set float64Value($core.double v) {
$_setDouble(1, v);
}
@$pb.TagNumber(11)
$core.bool hasFloat64Value() => $_has(1);
@$pb.TagNumber(11)
void clearFloat64Value() => clearField(11);
@$pb.TagNumber(12)
$fixnum.Int64 get int64Value => $_getI64(2);
@$pb.TagNumber(12)
set int64Value($fixnum.Int64 v) {
$_setInt64(2, v);
}
@$pb.TagNumber(12)
$core.bool hasInt64Value() => $_has(2);
@$pb.TagNumber(12)
void clearInt64Value() => clearField(12);
@$pb.TagNumber(13)
$core.String get stringValue => $_getSZ(3);
@$pb.TagNumber(13)
set stringValue($core.String v) {
$_setString(3, v);
}
@$pb.TagNumber(13)
$core.bool hasStringValue() => $_has(3);
@$pb.TagNumber(13)
void clearStringValue() => clearField(13);
@$pb.TagNumber(14)
$core.bool get boolValue => $_getBF(4);
@$pb.TagNumber(14)
set boolValue($core.bool v) {
$_setBool(4, v);
}
@$pb.TagNumber(14)
$core.bool hasBoolValue() => $_has(4);
@$pb.TagNumber(14)
void clearBoolValue() => clearField(14);
@$pb.TagNumber(31)
$0.TensorShapeProto get tensorShapeValue => $_getN(5);
@$pb.TagNumber(31)
set tensorShapeValue($0.TensorShapeProto v) {
setField(31, v);
}
@$pb.TagNumber(31)
$core.bool hasTensorShapeValue() => $_has(5);
@$pb.TagNumber(31)
void clearTensorShapeValue() => clearField(31);
@$pb.TagNumber(31)
$0.TensorShapeProto ensureTensorShapeValue() => $_ensure(5);
@$pb.TagNumber(32)
$2.DataType get tensorDtypeValue => $_getN(6);
@$pb.TagNumber(32)
set tensorDtypeValue($2.DataType v) {
setField(32, v);
}
@$pb.TagNumber(32)
$core.bool hasTensorDtypeValue() => $_has(6);
@$pb.TagNumber(32)
void clearTensorDtypeValue() => clearField(32);
@$pb.TagNumber(33)
TensorSpecProto get tensorSpecValue => $_getN(7);
@$pb.TagNumber(33)
set tensorSpecValue(TensorSpecProto v) {
setField(33, v);
}
@$pb.TagNumber(33)
$core.bool hasTensorSpecValue() => $_has(7);
@$pb.TagNumber(33)
void clearTensorSpecValue() => clearField(33);
@$pb.TagNumber(33)
TensorSpecProto ensureTensorSpecValue() => $_ensure(7);
@$pb.TagNumber(34)
TypeSpecProto get typeSpecValue => $_getN(8);
@$pb.TagNumber(34)
set typeSpecValue(TypeSpecProto v) {
setField(34, v);
}
@$pb.TagNumber(34)
$core.bool hasTypeSpecValue() => $_has(8);
@$pb.TagNumber(34)
void clearTypeSpecValue() => clearField(34);
@$pb.TagNumber(34)
TypeSpecProto ensureTypeSpecValue() => $_ensure(8);
@$pb.TagNumber(35)
BoundedTensorSpecProto get boundedTensorSpecValue => $_getN(9);
@$pb.TagNumber(35)
set boundedTensorSpecValue(BoundedTensorSpecProto v) {
setField(35, v);
}
@$pb.TagNumber(35)
$core.bool hasBoundedTensorSpecValue() => $_has(9);
@$pb.TagNumber(35)
void clearBoundedTensorSpecValue() => clearField(35);
@$pb.TagNumber(35)
BoundedTensorSpecProto ensureBoundedTensorSpecValue() => $_ensure(9);
@$pb.TagNumber(51)
ListValue get listValue => $_getN(10);
@$pb.TagNumber(51)
set listValue(ListValue v) {
setField(51, v);
}
@$pb.TagNumber(51)
$core.bool hasListValue() => $_has(10);
@$pb.TagNumber(51)
void clearListValue() => clearField(51);
@$pb.TagNumber(51)
ListValue ensureListValue() => $_ensure(10);
@$pb.TagNumber(52)
TupleValue get tupleValue => $_getN(11);
@$pb.TagNumber(52)
set tupleValue(TupleValue v) {
setField(52, v);
}
@$pb.TagNumber(52)
$core.bool hasTupleValue() => $_has(11);
@$pb.TagNumber(52)
void clearTupleValue() => clearField(52);
@$pb.TagNumber(52)
TupleValue ensureTupleValue() => $_ensure(11);
@$pb.TagNumber(53)
DictValue get dictValue => $_getN(12);
@$pb.TagNumber(53)
set dictValue(DictValue v) {
setField(53, v);
}
@$pb.TagNumber(53)
$core.bool hasDictValue() => $_has(12);
@$pb.TagNumber(53)
void clearDictValue() => clearField(53);
@$pb.TagNumber(53)
DictValue ensureDictValue() => $_ensure(12);
@$pb.TagNumber(54)
NamedTupleValue get namedTupleValue => $_getN(13);
@$pb.TagNumber(54)
set namedTupleValue(NamedTupleValue v) {
setField(54, v);
}
@$pb.TagNumber(54)
$core.bool hasNamedTupleValue() => $_has(13);
@$pb.TagNumber(54)
void clearNamedTupleValue() => clearField(54);
@$pb.TagNumber(54)
NamedTupleValue ensureNamedTupleValue() => $_ensure(13);
}
class NoneValue extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'NoneValue',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..hasRequiredFields = false;
NoneValue._() : super();
factory NoneValue() => create();
factory NoneValue.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory NoneValue.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
NoneValue clone() => NoneValue()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
NoneValue copyWith(void Function(NoneValue) updates) =>
super.copyWith((message) => updates(message as NoneValue))
as NoneValue; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static NoneValue create() => NoneValue._();
NoneValue createEmptyInstance() => create();
static $pb.PbList<NoneValue> createRepeated() => $pb.PbList<NoneValue>();
@$core.pragma('dart2js:noInline')
static NoneValue getDefault() =>
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<NoneValue>(create);
static NoneValue? _defaultInstance;
}
class ListValue extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'ListValue',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..pc<StructuredValue>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'values',
$pb.PbFieldType.PM,
subBuilder: StructuredValue.create)
..hasRequiredFields = false;
ListValue._() : super();
factory ListValue({
$core.Iterable<StructuredValue>? values,
}) {
final _result = create();
if (values != null) {
_result.values.addAll(values);
}
return _result;
}
factory ListValue.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory ListValue.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ListValue clone() => ListValue()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ListValue copyWith(void Function(ListValue) updates) =>
super.copyWith((message) => updates(message as ListValue))
as ListValue; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ListValue create() => ListValue._();
ListValue createEmptyInstance() => create();
static $pb.PbList<ListValue> createRepeated() => $pb.PbList<ListValue>();
@$core.pragma('dart2js:noInline')
static ListValue getDefault() =>
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ListValue>(create);
static ListValue? _defaultInstance;
@$pb.TagNumber(1)
$core.List<StructuredValue> get values => $_getList(0);
}
class TupleValue extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'TupleValue',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..pc<StructuredValue>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'values',
$pb.PbFieldType.PM,
subBuilder: StructuredValue.create)
..hasRequiredFields = false;
TupleValue._() : super();
factory TupleValue({
$core.Iterable<StructuredValue>? values,
}) {
final _result = create();
if (values != null) {
_result.values.addAll(values);
}
return _result;
}
factory TupleValue.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory TupleValue.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TupleValue clone() => TupleValue()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TupleValue copyWith(void Function(TupleValue) updates) =>
super.copyWith((message) => updates(message as TupleValue))
as TupleValue; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TupleValue create() => TupleValue._();
TupleValue createEmptyInstance() => create();
static $pb.PbList<TupleValue> createRepeated() => $pb.PbList<TupleValue>();
@$core.pragma('dart2js:noInline')
static TupleValue getDefault() => _defaultInstance ??=
$pb.GeneratedMessage.$_defaultFor<TupleValue>(create);
static TupleValue? _defaultInstance;
@$pb.TagNumber(1)
$core.List<StructuredValue> get values => $_getList(0);
}
class DictValue extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'DictValue',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..m<$core.String, StructuredValue>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'fields',
entryClassName: 'DictValue.FieldsEntry',
keyFieldType: $pb.PbFieldType.OS,
valueFieldType: $pb.PbFieldType.OM,
valueCreator: StructuredValue.create,
packageName: const $pb.PackageName('tensorflow'))
..hasRequiredFields = false;
DictValue._() : super();
factory DictValue({
$core.Map<$core.String, StructuredValue>? fields,
}) {
final _result = create();
if (fields != null) {
_result.fields.addAll(fields);
}
return _result;
}
factory DictValue.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory DictValue.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
DictValue clone() => DictValue()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
DictValue copyWith(void Function(DictValue) updates) =>
super.copyWith((message) => updates(message as DictValue))
as DictValue; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static DictValue create() => DictValue._();
DictValue createEmptyInstance() => create();
static $pb.PbList<DictValue> createRepeated() => $pb.PbList<DictValue>();
@$core.pragma('dart2js:noInline')
static DictValue getDefault() =>
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<DictValue>(create);
static DictValue? _defaultInstance;
@$pb.TagNumber(1)
$core.Map<$core.String, StructuredValue> get fields => $_getMap(0);
}
class PairValue extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'PairValue',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..aOS(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'key')
..aOM<StructuredValue>(
2,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'value',
subBuilder: StructuredValue.create)
..hasRequiredFields = false;
PairValue._() : super();
factory PairValue({
$core.String? key,
StructuredValue? value,
}) {
final _result = create();
if (key != null) {
_result.key = key;
}
if (value != null) {
_result.value = value;
}
return _result;
}
factory PairValue.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory PairValue.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
PairValue clone() => PairValue()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
PairValue copyWith(void Function(PairValue) updates) =>
super.copyWith((message) => updates(message as PairValue))
as PairValue; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static PairValue create() => PairValue._();
PairValue createEmptyInstance() => create();
static $pb.PbList<PairValue> createRepeated() => $pb.PbList<PairValue>();
@$core.pragma('dart2js:noInline')
static PairValue getDefault() =>
_defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<PairValue>(create);
static PairValue? _defaultInstance;
@$pb.TagNumber(1)
$core.String get key => $_getSZ(0);
@$pb.TagNumber(1)
set key($core.String v) {
$_setString(0, v);
}
@$pb.TagNumber(1)
$core.bool hasKey() => $_has(0);
@$pb.TagNumber(1)
void clearKey() => clearField(1);
@$pb.TagNumber(2)
StructuredValue get value => $_getN(1);
@$pb.TagNumber(2)
set value(StructuredValue v) {
setField(2, v);
}
@$pb.TagNumber(2)
$core.bool hasValue() => $_has(1);
@$pb.TagNumber(2)
void clearValue() => clearField(2);
@$pb.TagNumber(2)
StructuredValue ensureValue() => $_ensure(1);
}
class NamedTupleValue extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'NamedTupleValue',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..aOS(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'name')
..pc<PairValue>(
2,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'values',
$pb.PbFieldType.PM,
subBuilder: PairValue.create)
..hasRequiredFields = false;
NamedTupleValue._() : super();
factory NamedTupleValue({
$core.String? name,
$core.Iterable<PairValue>? values,
}) {
final _result = create();
if (name != null) {
_result.name = name;
}
if (values != null) {
_result.values.addAll(values);
}
return _result;
}
factory NamedTupleValue.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory NamedTupleValue.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
NamedTupleValue clone() => NamedTupleValue()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
NamedTupleValue copyWith(void Function(NamedTupleValue) updates) =>
super.copyWith((message) => updates(message as NamedTupleValue))
as NamedTupleValue; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static NamedTupleValue create() => NamedTupleValue._();
NamedTupleValue createEmptyInstance() => create();
static $pb.PbList<NamedTupleValue> createRepeated() =>
$pb.PbList<NamedTupleValue>();
@$core.pragma('dart2js:noInline')
static NamedTupleValue getDefault() => _defaultInstance ??=
$pb.GeneratedMessage.$_defaultFor<NamedTupleValue>(create);
static NamedTupleValue? _defaultInstance;
@$pb.TagNumber(1)
$core.String get name => $_getSZ(0);
@$pb.TagNumber(1)
set name($core.String v) {
$_setString(0, v);
}
@$pb.TagNumber(1)
$core.bool hasName() => $_has(0);
@$pb.TagNumber(1)
void clearName() => clearField(1);
@$pb.TagNumber(2)
$core.List<PairValue> get values => $_getList(1);
}
class TensorSpecProto extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'TensorSpecProto',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..aOS(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'name')
..aOM<$0.TensorShapeProto>(
2,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'shape',
subBuilder: $0.TensorShapeProto.create)
..e<$2.DataType>(
3,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'dtype',
$pb.PbFieldType.OE,
defaultOrMaker: $2.DataType.DT_INVALID,
valueOf: $2.DataType.valueOf,
enumValues: $2.DataType.values)
..hasRequiredFields = false;
TensorSpecProto._() : super();
factory TensorSpecProto({
$core.String? name,
$0.TensorShapeProto? shape,
$2.DataType? dtype,
}) {
final _result = create();
if (name != null) {
_result.name = name;
}
if (shape != null) {
_result.shape = shape;
}
if (dtype != null) {
_result.dtype = dtype;
}
return _result;
}
factory TensorSpecProto.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory TensorSpecProto.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TensorSpecProto clone() => TensorSpecProto()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TensorSpecProto copyWith(void Function(TensorSpecProto) updates) =>
super.copyWith((message) => updates(message as TensorSpecProto))
as TensorSpecProto; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TensorSpecProto create() => TensorSpecProto._();
TensorSpecProto createEmptyInstance() => create();
static $pb.PbList<TensorSpecProto> createRepeated() =>
$pb.PbList<TensorSpecProto>();
@$core.pragma('dart2js:noInline')
static TensorSpecProto getDefault() => _defaultInstance ??=
$pb.GeneratedMessage.$_defaultFor<TensorSpecProto>(create);
static TensorSpecProto? _defaultInstance;
@$pb.TagNumber(1)
$core.String get name => $_getSZ(0);
@$pb.TagNumber(1)
set name($core.String v) {
$_setString(0, v);
}
@$pb.TagNumber(1)
$core.bool hasName() => $_has(0);
@$pb.TagNumber(1)
void clearName() => clearField(1);
@$pb.TagNumber(2)
$0.TensorShapeProto get shape => $_getN(1);
@$pb.TagNumber(2)
set shape($0.TensorShapeProto v) {
setField(2, v);
}
@$pb.TagNumber(2)
$core.bool hasShape() => $_has(1);
@$pb.TagNumber(2)
void clearShape() => clearField(2);
@$pb.TagNumber(2)
$0.TensorShapeProto ensureShape() => $_ensure(1);
@$pb.TagNumber(3)
$2.DataType get dtype => $_getN(2);
@$pb.TagNumber(3)
set dtype($2.DataType v) {
setField(3, v);
}
@$pb.TagNumber(3)
$core.bool hasDtype() => $_has(2);
@$pb.TagNumber(3)
void clearDtype() => clearField(3);
}
class BoundedTensorSpecProto extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'BoundedTensorSpecProto',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..aOS(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'name')
..aOM<$0.TensorShapeProto>(
2,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'shape',
subBuilder: $0.TensorShapeProto.create)
..e<$2.DataType>(
3,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'dtype',
$pb.PbFieldType.OE,
defaultOrMaker: $2.DataType.DT_INVALID,
valueOf: $2.DataType.valueOf,
enumValues: $2.DataType.values)
..aOM<$1.TensorProto>(
4,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'minimum',
subBuilder: $1.TensorProto.create)
..aOM<$1.TensorProto>(
5,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'maximum',
subBuilder: $1.TensorProto.create)
..hasRequiredFields = false;
BoundedTensorSpecProto._() : super();
factory BoundedTensorSpecProto({
$core.String? name,
$0.TensorShapeProto? shape,
$2.DataType? dtype,
$1.TensorProto? minimum,
$1.TensorProto? maximum,
}) {
final _result = create();
if (name != null) {
_result.name = name;
}
if (shape != null) {
_result.shape = shape;
}
if (dtype != null) {
_result.dtype = dtype;
}
if (minimum != null) {
_result.minimum = minimum;
}
if (maximum != null) {
_result.maximum = maximum;
}
return _result;
}
factory BoundedTensorSpecProto.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory BoundedTensorSpecProto.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
BoundedTensorSpecProto clone() =>
BoundedTensorSpecProto()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
BoundedTensorSpecProto copyWith(
void Function(BoundedTensorSpecProto) updates) =>
super.copyWith((message) => updates(message as BoundedTensorSpecProto))
as BoundedTensorSpecProto; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static BoundedTensorSpecProto create() => BoundedTensorSpecProto._();
BoundedTensorSpecProto createEmptyInstance() => create();
static $pb.PbList<BoundedTensorSpecProto> createRepeated() =>
$pb.PbList<BoundedTensorSpecProto>();
@$core.pragma('dart2js:noInline')
static BoundedTensorSpecProto getDefault() => _defaultInstance ??=
$pb.GeneratedMessage.$_defaultFor<BoundedTensorSpecProto>(create);
static BoundedTensorSpecProto? _defaultInstance;
@$pb.TagNumber(1)
$core.String get name => $_getSZ(0);
@$pb.TagNumber(1)
set name($core.String v) {
$_setString(0, v);
}
@$pb.TagNumber(1)
$core.bool hasName() => $_has(0);
@$pb.TagNumber(1)
void clearName() => clearField(1);
@$pb.TagNumber(2)
$0.TensorShapeProto get shape => $_getN(1);
@$pb.TagNumber(2)
set shape($0.TensorShapeProto v) {
setField(2, v);
}
@$pb.TagNumber(2)
$core.bool hasShape() => $_has(1);
@$pb.TagNumber(2)
void clearShape() => clearField(2);
@$pb.TagNumber(2)
$0.TensorShapeProto ensureShape() => $_ensure(1);
@$pb.TagNumber(3)
$2.DataType get dtype => $_getN(2);
@$pb.TagNumber(3)
set dtype($2.DataType v) {
setField(3, v);
}
@$pb.TagNumber(3)
$core.bool hasDtype() => $_has(2);
@$pb.TagNumber(3)
void clearDtype() => clearField(3);
@$pb.TagNumber(4)
$1.TensorProto get minimum => $_getN(3);
@$pb.TagNumber(4)
set minimum($1.TensorProto v) {
setField(4, v);
}
@$pb.TagNumber(4)
$core.bool hasMinimum() => $_has(3);
@$pb.TagNumber(4)
void clearMinimum() => clearField(4);
@$pb.TagNumber(4)
$1.TensorProto ensureMinimum() => $_ensure(3);
@$pb.TagNumber(5)
$1.TensorProto get maximum => $_getN(4);
@$pb.TagNumber(5)
set maximum($1.TensorProto v) {
setField(5, v);
}
@$pb.TagNumber(5)
$core.bool hasMaximum() => $_has(4);
@$pb.TagNumber(5)
void clearMaximum() => clearField(5);
@$pb.TagNumber(5)
$1.TensorProto ensureMaximum() => $_ensure(4);
}
class TypeSpecProto extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'TypeSpecProto',
package: const $pb.PackageName(
const $core.bool.fromEnvironment('protobuf.omit_message_names')
? ''
: 'tensorflow'),
createEmptyInstance: create)
..e<TypeSpecProto_TypeSpecClass>(
1,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'typeSpecClass',
$pb.PbFieldType.OE,
defaultOrMaker: TypeSpecProto_TypeSpecClass.UNKNOWN,
valueOf: TypeSpecProto_TypeSpecClass.valueOf,
enumValues: TypeSpecProto_TypeSpecClass.values)
..aOM<StructuredValue>(
2,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'typeState',
subBuilder: StructuredValue.create)
..aOS(
3,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'typeSpecClassName')
..a<$core.int>(
4,
const $core.bool.fromEnvironment('protobuf.omit_field_names')
? ''
: 'numFlatComponents',
$pb.PbFieldType.O3)
..hasRequiredFields = false;
TypeSpecProto._() : super();
factory TypeSpecProto({
TypeSpecProto_TypeSpecClass? typeSpecClass,
StructuredValue? typeState,
$core.String? typeSpecClassName,
$core.int? numFlatComponents,
}) {
final _result = create();
if (typeSpecClass != null) {
_result.typeSpecClass = typeSpecClass;
}
if (typeState != null) {
_result.typeState = typeState;
}
if (typeSpecClassName != null) {
_result.typeSpecClassName = typeSpecClassName;
}
if (numFlatComponents != null) {
_result.numFlatComponents = numFlatComponents;
}
return _result;
}
factory TypeSpecProto.fromBuffer($core.List<$core.int> i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromBuffer(i, r);
factory TypeSpecProto.fromJson($core.String i,
[$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) =>
create()..mergeFromJson(i, r);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TypeSpecProto clone() => TypeSpecProto()..mergeFromMessage(this);
@$core.Deprecated('Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TypeSpecProto copyWith(void Function(TypeSpecProto) updates) =>
super.copyWith((message) => updates(message as TypeSpecProto))
as TypeSpecProto; // ignore: deprecated_member_use
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TypeSpecProto create() => TypeSpecProto._();
TypeSpecProto createEmptyInstance() => create();
static $pb.PbList<TypeSpecProto> createRepeated() =>
$pb.PbList<TypeSpecProto>();
@$core.pragma('dart2js:noInline')
static TypeSpecProto getDefault() => _defaultInstance ??=
$pb.GeneratedMessage.$_defaultFor<TypeSpecProto>(create);
static TypeSpecProto? _defaultInstance;
@$pb.TagNumber(1)
TypeSpecProto_TypeSpecClass get typeSpecClass => $_getN(0);
@$pb.TagNumber(1)
set typeSpecClass(TypeSpecProto_TypeSpecClass v) {
setField(1, v);
}
@$pb.TagNumber(1)
$core.bool hasTypeSpecClass() => $_has(0);
@$pb.TagNumber(1)
void clearTypeSpecClass() => clearField(1);
@$pb.TagNumber(2)
StructuredValue get typeState => $_getN(1);
@$pb.TagNumber(2)
set typeState(StructuredValue v) {
setField(2, v);
}
@$pb.TagNumber(2)
$core.bool hasTypeState() => $_has(1);
@$pb.TagNumber(2)
void clearTypeState() => clearField(2);
@$pb.TagNumber(2)
StructuredValue ensureTypeState() => $_ensure(1);
@$pb.TagNumber(3)
$core.String get typeSpecClassName => $_getSZ(2);
@$pb.TagNumber(3)
set typeSpecClassName($core.String v) {
$_setString(2, v);
}
@$pb.TagNumber(3)
$core.bool hasTypeSpecClassName() => $_has(2);
@$pb.TagNumber(3)
void clearTypeSpecClassName() => clearField(3);
@$pb.TagNumber(4)
$core.int get numFlatComponents => $_getIZ(3);
@$pb.TagNumber(4)
set numFlatComponents($core.int v) {
$_setSignedInt32(3, v);
}
@$pb.TagNumber(4)
$core.bool hasNumFlatComponents() => $_has(3);
@$pb.TagNumber(4)
void clearNumFlatComponents() => clearField(4);
}
| codelabs/tfserving-flutter/codelab2/starter/lib/proto/generated/tensorflow/core/protobuf/struct.pb.dart/0 | {
"file_path": "codelabs/tfserving-flutter/codelab2/starter/lib/proto/generated/tensorflow/core/protobuf/struct.pb.dart",
"repo_id": "codelabs",
"token_count": 17332
} | 96 |
///
// Generated code. Do not modify.
// source: tensorflow_serving/apis/input.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields
| codelabs/tfserving-flutter/codelab2/starter/lib/proto/generated/tensorflow_serving/apis/input.pbenum.dart/0 | {
"file_path": "codelabs/tfserving-flutter/codelab2/starter/lib/proto/generated/tensorflow_serving/apis/input.pbenum.dart",
"repo_id": "codelabs",
"token_count": 116
} | 97 |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Wrappers for primitive (non-message) types. These types are useful
// for embedding primitives in the `google.protobuf.Any` type and for places
// where we need to distinguish between the absence of a primitive
// typed field and its default value.
//
// These wrappers have no meaningful use within repeated fields as they lack
// the ability to detect presence on individual elements.
// These wrappers have no meaningful use within a map or a oneof since
// individual entries of a map or fields of a oneof can already detect presence.
syntax = "proto3";
package google.protobuf;
option csharp_namespace = "Google.Protobuf.WellKnownTypes";
option cc_enable_arenas = true;
option go_package = "google.golang.org/protobuf/types/known/wrapperspb";
option java_package = "com.google.protobuf";
option java_outer_classname = "WrappersProto";
option java_multiple_files = true;
option objc_class_prefix = "GPB";
// Wrapper message for `double`.
//
// The JSON representation for `DoubleValue` is JSON number.
message DoubleValue {
// The double value.
double value = 1;
}
// Wrapper message for `float`.
//
// The JSON representation for `FloatValue` is JSON number.
message FloatValue {
// The float value.
float value = 1;
}
// Wrapper message for `int64`.
//
// The JSON representation for `Int64Value` is JSON string.
message Int64Value {
// The int64 value.
int64 value = 1;
}
// Wrapper message for `uint64`.
//
// The JSON representation for `UInt64Value` is JSON string.
message UInt64Value {
// The uint64 value.
uint64 value = 1;
}
// Wrapper message for `int32`.
//
// The JSON representation for `Int32Value` is JSON number.
message Int32Value {
// The int32 value.
int32 value = 1;
}
// Wrapper message for `uint32`.
//
// The JSON representation for `UInt32Value` is JSON number.
message UInt32Value {
// The uint32 value.
uint32 value = 1;
}
// Wrapper message for `bool`.
//
// The JSON representation for `BoolValue` is JSON `true` and `false`.
message BoolValue {
// The bool value.
bool value = 1;
}
// Wrapper message for `string`.
//
// The JSON representation for `StringValue` is JSON string.
message StringValue {
// The string value.
string value = 1;
}
// Wrapper message for `bytes`.
//
// The JSON representation for `BytesValue` is JSON string.
message BytesValue {
// The bytes value.
bytes value = 1;
}
| codelabs/tfserving-flutter/codelab2/starter/lib/proto/google/protobuf/wrappers.proto/0 | {
"file_path": "codelabs/tfserving-flutter/codelab2/starter/lib/proto/google/protobuf/wrappers.proto",
"repo_id": "codelabs",
"token_count": 1161
} | 98 |
syntax = "proto3";
package tensorflow;
import "google/protobuf/any.proto";
import "tensorflow/core/framework/tensor_shape.proto";
import "tensorflow/core/framework/types.proto";
import "tensorflow/core/framework/variable.proto";
import "tensorflow/core/framework/versions.proto";
import "tensorflow/core/protobuf/struct.proto";
import "tensorflow/core/protobuf/trackable_object_graph.proto";
option cc_enable_arenas = true;
option go_package = "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto";
// A SavedObjectGraph is part of object-based SavedModels in TF 2.0. It
// describes the directed graph of Python objects (or equivalent in other
// languages) that make up a model, with nodes[0] at the root.
// SavedObjectGraph shares some structure with TrackableObjectGraph, but
// SavedObjectGraph belongs to the MetaGraph and contains pointers to functions
// and type information, while TrackableObjectGraph lives in the checkpoint
// and contains pointers only to variable values.
message SavedObjectGraph {
// Flattened list of objects in the object graph.
//
// The position of the object in this list indicates its id.
// Nodes[0] is considered the root node.
repeated SavedObject nodes = 1;
// Information about captures and output structures in concrete functions.
// Referenced from SavedBareConcreteFunction and SavedFunction.
map<string, SavedConcreteFunction> concrete_functions = 2;
}
message SavedObject {
// Objects which this object depends on: named edges in the dependency
// graph.
//
// Note: currently only valid if kind == "user_object" or "resource".
repeated TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
// Ordered list of dependencies that must be loaded before this object.
// SavedModel loads with the bottom-up approach, by first creating all objects
// (in the order defined by the dependencies), then connecting the edges.
repeated TrackableObjectGraph.TrackableObject.ObjectReference dependencies =
15;
// Removed when forking SavedObject from TrackableObjectGraph.
reserved "attributes";
reserved 2;
// Slot variables owned by this object. This describes the three-way
// (optimizer, variable, slot variable) relationship; none of the three
// depend on the others directly.
//
// Note: currently only valid if kind == "user_object".
repeated TrackableObjectGraph.TrackableObject.SlotVariableReference
slot_variables = 3;
oneof kind {
SavedUserObject user_object = 4;
SavedAsset asset = 5;
SavedFunction function = 6;
SavedVariable variable = 7;
SavedBareConcreteFunction bare_concrete_function = 8;
SavedConstant constant = 9;
SavedResource resource = 10;
CapturedTensor captured_tensor = 12;
}
// Stores the functions used to save and restore this object. At most one of
// `saveable_objects` or `registered_saver` is defined for each SavedObject.
// See the comment below for the difference between SaveableObject and
// registered savers.
map<string, SaveableObject> saveable_objects = 11;
// The fields below are filled when the user serializes a registered Trackable
// class or an object with a registered saver function.
//
// Registered classes may save additional metadata and supersede the
// default loading process where nodes are recreated from the proto.
// If the registered class cannot be found, then the object will load as one
// one of the default trackable objects: Autotrackable (a class similar to
// tf.Module), tf.function, or tf.Variable.
//
// Unlike SaveableObjects, which store the functions for saving and restoring
// from tensors, registered savers allow Trackables to write checkpoint shards
// directly (e.g. for performance or coordination reasons).
// *All registered savers must be available when loading the SavedModel.*
// The name of the registered class of the form "{package}.{class_name}".
// This field is used to search for the registered class at loading time.
string registered_name = 13;
// The user-generated proto storing metadata for this object, to be passed to
// the registered classes's _deserialize_from_proto method when this object is
// loaded from the SavedModel.
google.protobuf.Any serialized_user_proto = 14;
// String name of the registered saver. At most one of `saveable_objects` or
// `registered_saver` is defined for each SavedObject.
string registered_saver = 16;
}
// A SavedUserObject is an object (in the object-oriented language of the
// TensorFlow program) of some user- or framework-defined class other than
// those handled specifically by the other kinds of SavedObjects.
//
// This object cannot be evaluated as a tensor, and therefore cannot be bound
// to an input of a function.
message SavedUserObject {
// Corresponds to a registration of the type to use in the loading program.
string identifier = 1;
// Version information from the producer of this SavedUserObject.
VersionDef version = 2;
// Metadata for deserializing this object.
//
// Deprecated! At the time of deprecation, Keras was the only user of this
// field, and its saving and loading code will be updated shortly.
// Please save your application-specific metadata to a separate file.
string metadata = 3 [deprecated = true];
}
// A SavedAsset points to an asset in the MetaGraph.
//
// When bound to a function this object evaluates to a tensor with the absolute
// filename. Users should not depend on a particular part of the filename to
// remain stable (e.g. basename could be changed).
message SavedAsset {
// Index into `MetaGraphDef.asset_file_def[]` that describes the Asset.
//
// Only the field `AssetFileDef.filename` is used. Other fields, such as
// `AssetFileDef.tensor_info`, MUST be ignored.
int32 asset_file_def_index = 1;
}
// A function with multiple signatures, possibly with non-Tensor arguments.
message SavedFunction {
repeated string concrete_functions = 1;
FunctionSpec function_spec = 2;
}
message CapturedTensor {
// Name of captured tensor
string name = 1;
// Name of concrete function which contains the computed graph tensor.
string concrete_function = 2;
}
// Stores low-level information about a concrete function. Referenced in either
// a SavedFunction or a SavedBareConcreteFunction.
message SavedConcreteFunction {
repeated int32 bound_inputs = 2;
// Input in canonicalized form that was received to create this concrete
// function.
StructuredValue canonicalized_input_signature = 3;
// Output that was the return value of this function after replacing all
// Tensors with TensorSpecs. This can be an arbitrary nested function and will
// be used to reconstruct the full structure from pure tensors.
StructuredValue output_signature = 4;
}
message SavedBareConcreteFunction {
// Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
// A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
// The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
// The spec of the function that this ConcreteFunction is traced from. This
// allows the ConcreteFunction to be called with nest structure inputs. This
// field may not be populated. If this field is absent, the concrete function
// can only be called with flat inputs.
// TODO(b/169361281): support calling saved ConcreteFunction with structured
// inputs in C++ SavedModel API.
FunctionSpec function_spec = 4;
}
message SavedConstant {
// An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
string operation = 1;
}
// Represents a Variable that is initialized by loading the contents from the
// checkpoint.
message SavedVariable {
DataType dtype = 1;
TensorShapeProto shape = 2;
bool trainable = 3;
VariableSynchronization synchronization = 4;
VariableAggregation aggregation = 5;
string name = 6;
string device = 7;
// List of component variables for a distributed variable.
//
// When this field is non-empty, the SavedVariable will be assumed
// to be a distributed variable defined by the components listed here.
//
// This is only supported by experimental loaders at the moment.
repeated SavedVariable experimental_distributed_variable_components = 8;
}
// Represents `FunctionSpec` used in `Function`. This represents a
// function that has been wrapped as a TensorFlow `Function`.
message FunctionSpec {
// Full arg spec from inspect.getfullargspec().
StructuredValue fullargspec = 1;
// Whether this represents a class method.
bool is_method = 2;
// The input signature, if specified.
StructuredValue input_signature = 5;
// Whether the function should be compiled by XLA.
//
// The public interface to `tf.function` uses an optional boolean to
// represent three distinct states for this field. Unfortunately, proto3
// removes the ability to explicitly check for the presence or absence of a
// field, so we instead map to an enum.
//
// See `tf.function` for details.
enum JitCompile {
DEFAULT = 0;
ON = 1;
OFF = 2;
}
JitCompile jit_compile = 6;
reserved 3, 4;
}
// A SavedResource represents a TF object that holds state during its lifetime.
// An object of this type can have a reference to a:
// create_resource() and an initialize() function.
message SavedResource {
// A device specification indicating a required placement for the resource
// creation function, e.g. "CPU". An empty string allows the user to select a
// device.
string device = 1;
}
message SaveableObject {
// Node ids of concrete functions for saving and loading from a checkpoint.
// These functions save and restore directly from tensors.
int32 save_function = 2;
int32 restore_function = 3;
}
| codelabs/tfserving-flutter/codelab2/starter/lib/proto/tensorflow/core/protobuf/saved_object_graph.proto/0 | {
"file_path": "codelabs/tfserving-flutter/codelab2/starter/lib/proto/tensorflow/core/protobuf/saved_object_graph.proto",
"repo_id": "codelabs",
"token_count": 2679
} | 99 |
# CLAAT Image exporter, Dart version
A tool to export the images for a CLAAT codelab. This tool uses the Google Docs API to
retrieve the images embedded in a Google Doc. This tool is being used to slim down the
images attached to Google Codelabs as a Thing (CLAAT) gDocs that are collectively too
large for the Google Docs HTML export API.
## Install dependencies
```shell
dart pub get
```
## Enabling API Access
Follow the instructions in the Python Quickstart section on [setting up your environment][].
You will wind up with a client secret JSON file that this script requires to work.
[setting up your environment]: https://developers.google.com/docs/api/quickstart/python#set_up_your_environment
## Run
After following the quickstart setup instructions, run the code:
```shell
dart bin/claat_export_images.dart -s client_secret.json -d $CLAAT_GOOGLE_DOC_ID
``` | codelabs/tooling/claat_export_images/README.md/0 | {
"file_path": "codelabs/tooling/claat_export_images/README.md",
"repo_id": "codelabs",
"token_count": 249
} | 100 |
{
"body": {
"content": [
{
"endIndex": 1,
"sectionBreak": {
"sectionStyle": {
"columnSeparatorStyle": "NONE",
"contentDirection": "LEFT_TO_RIGHT",
"sectionType": "CONTINUOUS"
}
}
},
{
"endIndex": 37,
"paragraph": {
"elements": [
{
"endIndex": 37,
"startIndex": 1,
"textRun": {
"content": "Write a Flutter desktop application\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"headingId": "h.7sa4zxkhmsum",
"namedStyleType": "TITLE",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 1
},
{
"endIndex": 38,
"paragraph": {
"elements": [
{
"endIndex": 38,
"startIndex": 37,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37
},
{
"endIndex": 73,
"paragraph": {
"elements": [
{
"endIndex": 72,
"startIndex": 38,
"textRun": {
"content": "Last update: 2nd March 2023, brett",
"textStyle": {
"fontSize": {
"magnitude": 8.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 73,
"startIndex": 72,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "END",
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 38
},
{
"endIndex": 383,
"startIndex": 73,
"table": {
"columns": 2,
"rows": 8,
"tableRows": [
{
"endIndex": 155,
"startIndex": 74,
"tableCells": [
{
"content": [
{
"endIndex": 84,
"paragraph": {
"elements": [
{
"endIndex": 84,
"startIndex": 76,
"textRun": {
"content": "Summary\n",
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 76
}
],
"endIndex": 84,
"startIndex": 75,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.9529412,
"green": 0.9529412,
"red": 0.9529412
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 155,
"paragraph": {
"elements": [
{
"endIndex": 155,
"startIndex": 85,
"textRun": {
"content": "In this codelab, you’ll build a GitHub client in Flutter for desktop.\n",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 85
}
],
"endIndex": 155,
"startIndex": 84,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
},
{
"endIndex": 193,
"startIndex": 155,
"tableCells": [
{
"content": [
{
"endIndex": 161,
"paragraph": {
"elements": [
{
"endIndex": 161,
"startIndex": 157,
"textRun": {
"content": "URL\n",
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 157
}
],
"endIndex": 161,
"startIndex": 156,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.9529412,
"green": 0.9529412,
"red": 0.9529412
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 193,
"paragraph": {
"elements": [
{
"endIndex": 193,
"startIndex": 162,
"textRun": {
"content": "codelabs/flutter-github-client\n",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 162
}
],
"endIndex": 193,
"startIndex": 161,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
},
{
"endIndex": 213,
"startIndex": 193,
"tableCells": [
{
"content": [
{
"endIndex": 204,
"paragraph": {
"elements": [
{
"endIndex": 204,
"startIndex": 195,
"textRun": {
"content": "Category\n",
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 195
}
],
"endIndex": 204,
"startIndex": 194,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.9529412,
"green": 0.9529412,
"red": 0.9529412
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 213,
"paragraph": {
"elements": [
{
"endIndex": 213,
"startIndex": 205,
"textRun": {
"content": "Flutter\n",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 205
}
],
"endIndex": 213,
"startIndex": 204,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
},
{
"endIndex": 252,
"startIndex": 213,
"tableCells": [
{
"content": [
{
"endIndex": 227,
"paragraph": {
"elements": [
{
"endIndex": 227,
"startIndex": 215,
"textRun": {
"content": "Environment\n",
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 215
}
],
"endIndex": 227,
"startIndex": 214,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.9529412,
"green": 0.9529412,
"red": 0.9529412
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 252,
"paragraph": {
"elements": [
{
"endIndex": 252,
"startIndex": 228,
"textRun": {
"content": "web, kiosk, tag-flutter\n",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 228
}
],
"endIndex": 252,
"startIndex": 227,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
},
{
"endIndex": 272,
"startIndex": 252,
"tableCells": [
{
"content": [
{
"endIndex": 261,
"paragraph": {
"elements": [
{
"endIndex": 261,
"startIndex": 254,
"textRun": {
"content": "Status\n",
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 254
}
],
"endIndex": 261,
"startIndex": 253,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.9529412,
"green": 0.9529412,
"red": 0.9529412
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 272,
"paragraph": {
"elements": [
{
"endIndex": 271,
"startIndex": 262,
"textRun": {
"content": "Published",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://codelabs.developers.google.com/codelabs/flutter-github-graphql-client/"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 272,
"startIndex": 271,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 262
}
],
"endIndex": 272,
"startIndex": 261,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
},
{
"endIndex": 331,
"startIndex": 272,
"tableCells": [
{
"content": [
{
"endIndex": 288,
"paragraph": {
"elements": [
{
"endIndex": 288,
"startIndex": 274,
"textRun": {
"content": "Feedback Link\n",
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 274
}
],
"endIndex": 288,
"startIndex": 273,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.9529412,
"green": 0.9529412,
"red": 0.9529412
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 331,
"paragraph": {
"elements": [
{
"endIndex": 330,
"startIndex": 289,
"textRun": {
"content": "https://github.com/flutter/flutter/issues",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 331,
"startIndex": 330,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 289
}
],
"endIndex": 331,
"startIndex": 288,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
},
{
"endIndex": 354,
"startIndex": 331,
"tableCells": [
{
"content": [
{
"endIndex": 340,
"paragraph": {
"elements": [
{
"endIndex": 340,
"startIndex": 333,
"textRun": {
"content": "Author\n",
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 333
}
],
"endIndex": 340,
"startIndex": 332,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.9529412,
"green": 0.9529412,
"red": 0.9529412
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 354,
"paragraph": {
"elements": [
{
"endIndex": 354,
"startIndex": 341,
"textRun": {
"content": "Brett Morgan\n",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 341
}
],
"endIndex": 354,
"startIndex": 340,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
},
{
"endIndex": 382,
"startIndex": 354,
"tableCells": [
{
"content": [
{
"endIndex": 368,
"paragraph": {
"elements": [
{
"endIndex": 368,
"startIndex": 356,
"textRun": {
"content": "Author LDAP\n",
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 356
}
],
"endIndex": 368,
"startIndex": 355,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.9529412,
"green": 0.9529412,
"red": 0.9529412
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 382,
"paragraph": {
"elements": [
{
"endIndex": 382,
"startIndex": 369,
"textRun": {
"content": "brettmorgan@\n",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 369
}
],
"endIndex": 382,
"startIndex": 368,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"width": {
"magnitude": 101.25,
"unit": "PT"
},
"widthType": "FIXED_WIDTH"
},
{
"width": {
"magnitude": 366.75,
"unit": "PT"
},
"widthType": "FIXED_WIDTH"
}
]
}
}
},
{
"endIndex": 384,
"paragraph": {
"elements": [
{
"endIndex": 384,
"startIndex": 383,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 383
},
{
"endIndex": 385,
"paragraph": {
"elements": [
{
"endIndex": 385,
"startIndex": 384,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 384
},
{
"endIndex": 1941,
"startIndex": 385,
"tableOfContents": {
"content": [
{
"endIndex": 399,
"paragraph": {
"elements": [
{
"endIndex": 398,
"startIndex": 386,
"textRun": {
"content": "Introduction",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.ok7k5uux6"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 399,
"startIndex": 398,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 386
},
{
"endIndex": 417,
"paragraph": {
"elements": [
{
"endIndex": 416,
"startIndex": 399,
"textRun": {
"content": "What you’ll learn",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.kjcmdnw2uhw0"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 417,
"startIndex": 416,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 399
},
{
"endIndex": 465,
"paragraph": {
"elements": [
{
"endIndex": 464,
"startIndex": 417,
"textRun": {
"content": "What would you like to learn from this codelab?",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.b7nxsg514qu3"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 465,
"startIndex": 464,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 54.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 417
},
{
"endIndex": 509,
"paragraph": {
"elements": [
{
"endIndex": 508,
"startIndex": 465,
"textRun": {
"content": "Set up your Flutter development environment",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.m0ycdyje7e1p"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 509,
"startIndex": 508,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 465
},
{
"endIndex": 521,
"paragraph": {
"elements": [
{
"endIndex": 520,
"startIndex": 509,
"textRun": {
"content": "Get started",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.bwo0af2iwk90"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 521,
"startIndex": 520,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 509
},
{
"endIndex": 578,
"paragraph": {
"elements": [
{
"endIndex": 577,
"startIndex": 521,
"textRun": {
"content": "Get started developing desktop applications with Flutter",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.sflrq0mndtt9"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 578,
"startIndex": 577,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 521
},
{
"endIndex": 597,
"paragraph": {
"elements": [
{
"endIndex": 596,
"startIndex": 578,
"textRun": {
"content": "Add authentication",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.btmxwf909kks"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 597,
"startIndex": 596,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 578
},
{
"endIndex": 621,
"paragraph": {
"elements": [
{
"endIndex": 620,
"startIndex": 597,
"textRun": {
"content": "Authenticate on desktop",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.en66mhmr1ijb"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 621,
"startIndex": 620,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 597
},
{
"endIndex": 657,
"paragraph": {
"elements": [
{
"endIndex": 656,
"startIndex": 621,
"textRun": {
"content": "Register a GitHub OAuth application",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.7vqm6x19piv6"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 657,
"startIndex": 656,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 621
},
{
"endIndex": 701,
"paragraph": {
"elements": [
{
"endIndex": 700,
"startIndex": 657,
"textRun": {
"content": "Add oauth2 and url_launcher to pubspec.yaml",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.q0rhufo5z2t7"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 701,
"startIndex": 700,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 657
},
{
"endIndex": 728,
"paragraph": {
"elements": [
{
"endIndex": 727,
"startIndex": 701,
"textRun": {
"content": "Include client credentials",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.8u59l9jgbnew"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 728,
"startIndex": 727,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 701
},
{
"endIndex": 762,
"paragraph": {
"elements": [
{
"endIndex": 761,
"startIndex": 728,
"textRun": {
"content": "lib/github_oauth_credentials.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.htgwfkoywwur"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 762,
"startIndex": 761,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 728
},
{
"endIndex": 792,
"paragraph": {
"elements": [
{
"endIndex": 791,
"startIndex": 762,
"textRun": {
"content": "Build the desktop OAuth2 flow",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.2g3izc2yvji5"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 792,
"startIndex": 791,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 762
},
{
"endIndex": 818,
"paragraph": {
"elements": [
{
"endIndex": 817,
"startIndex": 792,
"textRun": {
"content": "lib/src/github_login.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.mxk36wiuic12"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 818,
"startIndex": 817,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 792
},
{
"endIndex": 869,
"paragraph": {
"elements": [
{
"endIndex": 868,
"startIndex": 818,
"textRun": {
"content": "Change client and server entitlements (macOS only)",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.j6sh1ew9czrq"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 869,
"startIndex": 868,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 818
},
{
"endIndex": 908,
"paragraph": {
"elements": [
{
"endIndex": 907,
"startIndex": 869,
"textRun": {
"content": "macos/Runner/DebugProfile.entitlements",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.fxzkfghpdp3w"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 908,
"startIndex": 907,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 869
},
{
"endIndex": 942,
"paragraph": {
"elements": [
{
"endIndex": 941,
"startIndex": 908,
"textRun": {
"content": "macos/Runner/Release.entitlements",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.kxtouu341cwy"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 942,
"startIndex": 941,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 908
},
{
"endIndex": 962,
"paragraph": {
"elements": [
{
"endIndex": 961,
"startIndex": 942,
"textRun": {
"content": "Put it all together",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.jm4vjriq444u"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 962,
"startIndex": 961,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 942
},
{
"endIndex": 976,
"paragraph": {
"elements": [
{
"endIndex": 975,
"startIndex": 962,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.hcdqgnf1x5cc"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 976,
"startIndex": 975,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 962
},
{
"endIndex": 990,
"paragraph": {
"elements": [
{
"endIndex": 989,
"startIndex": 976,
"textRun": {
"content": "Access GitHub",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.o7wkpp16ivz9"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 990,
"startIndex": 989,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 976
},
{
"endIndex": 1011,
"paragraph": {
"elements": [
{
"endIndex": 1010,
"startIndex": 990,
"textRun": {
"content": "Connecting to GitHub",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.gvdggzcg3rl9"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1011,
"startIndex": 1010,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 990
},
{
"endIndex": 1033,
"paragraph": {
"elements": [
{
"endIndex": 1032,
"startIndex": 1011,
"textRun": {
"content": "Add more dependencies",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.4cgc2h5sgntj"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1033,
"startIndex": 1032,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1011
},
{
"endIndex": 1085,
"paragraph": {
"elements": [
{
"endIndex": 1084,
"startIndex": 1033,
"textRun": {
"content": "Using the OAuth credentials with the GitHub package",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.xt1o8mni566u"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1085,
"startIndex": 1084,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1033
},
{
"endIndex": 1112,
"paragraph": {
"elements": [
{
"endIndex": 1111,
"startIndex": 1085,
"textRun": {
"content": "Put it all together, again",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.48td5rausrn"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1112,
"startIndex": 1111,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1085
},
{
"endIndex": 1126,
"paragraph": {
"elements": [
{
"endIndex": 1125,
"startIndex": 1112,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.3dhyu6vvv6da"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1126,
"startIndex": 1125,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1112
},
{
"endIndex": 1179,
"paragraph": {
"elements": [
{
"endIndex": 1178,
"startIndex": 1126,
"textRun": {
"content": "Create a Flutter plugin for Windows, macOS and Linux",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.y4dthnd83h7y"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1179,
"startIndex": 1178,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1126
},
{
"endIndex": 1198,
"paragraph": {
"elements": [
{
"endIndex": 1197,
"startIndex": 1179,
"textRun": {
"content": "Tidy up annoyances",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.x5mzhz8u9ffc"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1198,
"startIndex": 1197,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1179
},
{
"endIndex": 1251,
"paragraph": {
"elements": [
{
"endIndex": 1250,
"startIndex": 1198,
"textRun": {
"content": "Create a Flutter plugin for Windows, macOS and Linux",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.7pvyiekezbx3"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1251,
"startIndex": 1250,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1198
},
{
"endIndex": 1283,
"paragraph": {
"elements": [
{
"endIndex": 1282,
"startIndex": 1251,
"textRun": {
"content": "../window_to_front/pubspec.yaml",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.jzwhkyx3nv7v"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1283,
"startIndex": 1282,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1251
},
{
"endIndex": 1342,
"paragraph": {
"elements": [
{
"endIndex": 1341,
"startIndex": 1283,
"textRun": {
"content": "../window_to_front/macos/Classes/WindowToFrontPlugin.swift",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.gbdp4zvacbnx"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1342,
"startIndex": 1341,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1283
},
{
"endIndex": 1393,
"paragraph": {
"elements": [
{
"endIndex": 1392,
"startIndex": 1342,
"textRun": {
"content": "../window_to_front/linux/window_to_front_plugin.cc",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.gmudsp9ty2i4"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1393,
"startIndex": 1392,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1342
},
{
"endIndex": 1447,
"paragraph": {
"elements": [
{
"endIndex": 1446,
"startIndex": 1393,
"textRun": {
"content": "..\\window_to_front\\windows\\window_to_front_plugin.cpp",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.v5bv9seg092z"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1447,
"startIndex": 1446,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1393
},
{
"endIndex": 1499,
"paragraph": {
"elements": [
{
"endIndex": 1498,
"startIndex": 1447,
"textRun": {
"content": "..\\window_to_front\\windows\\window_to_front_plugin.h",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.t2c94s1xc1c9"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1499,
"startIndex": 1498,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1447
},
{
"endIndex": 1562,
"paragraph": {
"elements": [
{
"endIndex": 1561,
"startIndex": 1499,
"textRun": {
"content": "../window_to_front/lib/window_to_front_platform_interface.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.k1mv0ddt12dk"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1562,
"startIndex": 1561,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1499
},
{
"endIndex": 1621,
"paragraph": {
"elements": [
{
"endIndex": 1620,
"startIndex": 1562,
"textRun": {
"content": "../window_to_front/lib/window_to_front_method_channel.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.wwx3pmhk2p6j"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1621,
"startIndex": 1620,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1562
},
{
"endIndex": 1665,
"paragraph": {
"elements": [
{
"endIndex": 1664,
"startIndex": 1621,
"textRun": {
"content": "../window_to_front/lib/window_to_front.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.256mq4cjvaas"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1665,
"startIndex": 1664,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1621
},
{
"endIndex": 1682,
"paragraph": {
"elements": [
{
"endIndex": 1681,
"startIndex": 1665,
"textRun": {
"content": "Add dependencies",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.taqgmwcoaqg"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1682,
"startIndex": 1681,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1665
},
{
"endIndex": 1716,
"paragraph": {
"elements": [
{
"endIndex": 1715,
"startIndex": 1682,
"textRun": {
"content": "Put it all together, again, again",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.tvwf13ue5p6g"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1716,
"startIndex": 1715,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1682
},
{
"endIndex": 1730,
"paragraph": {
"elements": [
{
"endIndex": 1729,
"startIndex": 1716,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.5mn7f99pbudx"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1730,
"startIndex": 1729,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1716
},
{
"endIndex": 1788,
"paragraph": {
"elements": [
{
"endIndex": 1787,
"startIndex": 1730,
"textRun": {
"content": "View the repositories, pull requests, and assigned issues",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.6cpjfqrfbd6s"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1788,
"startIndex": 1787,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1730
},
{
"endIndex": 1812,
"paragraph": {
"elements": [
{
"endIndex": 1811,
"startIndex": 1788,
"textRun": {
"content": "Add one last dependency",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.1f8fwhfw59th"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1812,
"startIndex": 1811,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1788
},
{
"endIndex": 1852,
"paragraph": {
"elements": [
{
"endIndex": 1851,
"startIndex": 1812,
"textRun": {
"content": "Widgets to render the results to screen",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.mix5jm9qpba1"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1852,
"startIndex": 1851,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1812
},
{
"endIndex": 1880,
"paragraph": {
"elements": [
{
"endIndex": 1879,
"startIndex": 1852,
"textRun": {
"content": "lib/src/github_summary.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.1nmaf3332ru1"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1880,
"startIndex": 1879,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1852
},
{
"endIndex": 1915,
"paragraph": {
"elements": [
{
"endIndex": 1914,
"startIndex": 1880,
"textRun": {
"content": "Put it all together, one last time",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.y5j48x6wjjvw"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1915,
"startIndex": 1914,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 18.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1880
},
{
"endIndex": 1929,
"paragraph": {
"elements": [
{
"endIndex": 1928,
"startIndex": 1915,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.e4zstb7o43sr"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1929,
"startIndex": 1928,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 36.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1915
},
{
"endIndex": 1940,
"paragraph": {
"elements": [
{
"endIndex": 1939,
"startIndex": 1929,
"textRun": {
"content": "Next steps",
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"italic": false,
"link": {
"headingId": "h.wyjmgdlwi2kp"
},
"smallCaps": false,
"strikethrough": false,
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
}
},
{
"endIndex": 1940,
"startIndex": 1939,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"underline": true
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spaceAbove": {
"magnitude": 3.0,
"unit": "PT"
}
}
},
"startIndex": 1929
}
]
}
},
{
"endIndex": 1942,
"paragraph": {
"elements": [
{
"endIndex": 1942,
"startIndex": 1941,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 1941
},
{
"endIndex": 1944,
"paragraph": {
"elements": [
{
"endIndex": 1943,
"horizontalRule": {
"textStyle": {}
},
"startIndex": 1942
},
{
"endIndex": 1944,
"startIndex": 1943,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 1942
},
{
"endIndex": 1945,
"paragraph": {
"elements": [
{
"endIndex": 1945,
"startIndex": 1944,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Verdana",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 1944
},
{
"endIndex": 1958,
"paragraph": {
"elements": [
{
"endIndex": 1958,
"startIndex": 1945,
"textRun": {
"content": "Introduction\n",
"textStyle": {
"fontSize": {
"magnitude": 18.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"headingId": "h.ok7k5uux6",
"namedStyleType": "HEADING_1",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 1945
},
{
"endIndex": 1959,
"paragraph": {
"elements": [
{
"endIndex": 1959,
"startIndex": 1958,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 1958
},
{
"endIndex": 2435,
"paragraph": {
"elements": [
{
"endIndex": 2098,
"startIndex": 1959,
"textRun": {
"content": "Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. ",
"textStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 1.0,
"green": 1.0,
"red": 1.0
}
}
},
"fontSize": {
"magnitude": 10.5,
"unit": "PT"
}
}
}
},
{
"endIndex": 2434,
"startIndex": 2098,
"textRun": {
"content": "In this codelab, you’ll build a Flutter desktop app that accesses GitHub APIs to retrieve your repositories, assigned issues, and pull requests. In accomplishing this task, you’ll create and use plugins to interact with native APIs and desktop applications, and use code generation to build type safe client libraries for GitHub's APIs.",
"textStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 1.0,
"green": 1.0,
"red": 1.0
}
}
},
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.21960784,
"green": 0.19607843,
"red": 0.14901961
}
}
}
}
}
},
{
"endIndex": 2435,
"startIndex": 2434,
"textRun": {
"content": "\n",
"textStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 1.0,
"green": 1.0,
"red": 1.0
}
}
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.2901961,
"green": 0.2901961,
"red": 0.2901961
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 1959
},
{
"endIndex": 2453,
"paragraph": {
"elements": [
{
"endIndex": 2453,
"startIndex": 2435,
"textRun": {
"content": "What you’ll learn\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.kjcmdnw2uhw0",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 2435
},
{
"endIndex": 2454,
"paragraph": {
"elements": [
{
"endIndex": 2454,
"startIndex": 2453,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 2453
},
{
"endIndex": 2498,
"paragraph": {
"bullet": {
"listId": "kix.qx7bo6w9dag0",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 2498,
"startIndex": 2454,
"textRun": {
"content": "How to create a Flutter desktop application\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spaceBelow": {
"magnitude": 27.0,
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 2454
},
{
"endIndex": 2542,
"paragraph": {
"bullet": {
"listId": "kix.qx7bo6w9dag0",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 2542,
"startIndex": 2498,
"textRun": {
"content": "How to authenticate using OAuth2 on desktop\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spaceBelow": {
"magnitude": 27.0,
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 2498
},
{
"endIndex": 2577,
"paragraph": {
"bullet": {
"listId": "kix.qx7bo6w9dag0",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 2577,
"startIndex": 2542,
"textRun": {
"content": "How to use the Dart GitHub package\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spaceBelow": {
"magnitude": 27.0,
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 2542
},
{
"endIndex": 2638,
"paragraph": {
"bullet": {
"listId": "kix.qx7bo6w9dag0",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 2637,
"startIndex": 2577,
"textRun": {
"content": "How to create a Flutter plugin to integrate with native APIs",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 2638,
"startIndex": 2637,
"textRun": {
"content": "\n",
"textStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 1.0,
"green": 1.0,
"red": 1.0
}
}
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.2901961,
"green": 0.2901961,
"red": 0.2901961
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spaceBelow": {
"magnitude": 27.0,
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 2577
},
{
"endIndex": 2656,
"paragraph": {
"elements": [
{
"endIndex": 2646,
"startIndex": 2638,
"textRun": {
"content": "What you",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
},
{
"endIndex": 2649,
"startIndex": 2646,
"textRun": {
"content": "’ll",
"textStyle": {
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
},
{
"endIndex": 2655,
"startIndex": 2649,
"textRun": {
"content": " build",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
},
{
"endIndex": 2656,
"startIndex": 2655,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spaceBelow": {
"magnitude": 27.0,
"unit": "PT"
}
}
},
"startIndex": 2638
},
{
"endIndex": 2799,
"paragraph": {
"elements": [
{
"endIndex": 2799,
"startIndex": 2656,
"textRun": {
"content": "In this codelab, you’ll build a desktop application featuring a GitHub integration using the Flutter SDK. Your app will perform the following:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spaceBelow": {
"magnitude": 27.0,
"unit": "PT"
}
}
},
"startIndex": 2656
},
{
"endIndex": 2823,
"paragraph": {
"bullet": {
"listId": "kix.k0g7fgw2pxb9",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 2823,
"startIndex": 2799,
"textRun": {
"content": "Authenticate to GitHub \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 2799
},
{
"endIndex": 2849,
"paragraph": {
"bullet": {
"listId": "kix.k0g7fgw2pxb9",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 2849,
"startIndex": 2823,
"textRun": {
"content": "Retrieve data from GitHub\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 2823
},
{
"endIndex": 2906,
"paragraph": {
"bullet": {
"listId": "kix.k0g7fgw2pxb9",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 2906,
"startIndex": 2849,
"textRun": {
"content": "Create a Flutter plugin for Windows, macOS, and/or Linux\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 2849
},
{
"endIndex": 2975,
"paragraph": {
"bullet": {
"listId": "kix.k0g7fgw2pxb9",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 2974,
"startIndex": 2906,
"textRun": {
"content": "Develop a Flutter UI hot reloading into a native desktop application",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 2975,
"startIndex": 2974,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 2906
},
{
"endIndex": 2976,
"paragraph": {
"elements": [
{
"endIndex": 2976,
"startIndex": 2975,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 2975
},
{
"endIndex": 3065,
"paragraph": {
"elements": [
{
"endIndex": 3065,
"startIndex": 2976,
"textRun": {
"content": "Here is a screenshot of the desktop application that you will build, running on Windows.\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 2976
},
{
"endIndex": 3066,
"paragraph": {
"elements": [
{
"endIndex": 3066,
"startIndex": 3065,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 3065
},
{
"endIndex": 3068,
"paragraph": {
"elements": [
{
"endIndex": 3067,
"inlineObjectElement": {
"inlineObjectId": "kix.2jbn21auh2tu",
"textStyle": {}
},
"startIndex": 3066
},
{
"endIndex": 3068,
"startIndex": 3067,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"alignment": "CENTER",
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 3066
},
{
"endIndex": 3069,
"paragraph": {
"elements": [
{
"endIndex": 3069,
"startIndex": 3068,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 3068
},
{
"endIndex": 3271,
"paragraph": {
"elements": [
{
"endIndex": 3271,
"startIndex": 3069,
"textRun": {
"content": "This codelab focuses on adding OAuth2 and GitHub access capabilities to a Flutter desktop app. Non-relevant concepts and code blocks are glossed over, and are provided for you to simply copy and paste.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 115.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 3069
},
{
"endIndex": 3272,
"paragraph": {
"elements": [
{
"endIndex": 3272,
"startIndex": 3271,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 115.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 3271
},
{
"endIndex": 3538,
"startIndex": 3272,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 3537,
"startIndex": 3273,
"tableCells": [
{
"content": [
{
"endIndex": 3323,
"paragraph": {
"elements": [
{
"endIndex": 3323,
"startIndex": 3275,
"textRun": {
"content": "What would you like to learn from this codelab?\n",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.b7nxsg514qu3",
"namedStyleType": "HEADING_4",
"pageBreakBefore": false,
"spaceAbove": {
"magnitude": 14.0,
"unit": "PT"
},
"spaceBelow": {
"magnitude": 4.0,
"unit": "PT"
}
}
},
"startIndex": 3275
},
{
"endIndex": 3373,
"paragraph": {
"bullet": {
"listId": "kix.lwtrs6k81vg0",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 3373,
"startIndex": 3323,
"textRun": {
"content": "I'm new to the topic, and I want a good overview.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 3323
},
{
"endIndex": 3432,
"paragraph": {
"bullet": {
"listId": "kix.lwtrs6k81vg0",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 3432,
"startIndex": 3373,
"textRun": {
"content": "I know something about this topic, but I want a refresher.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 3373
},
{
"endIndex": 3483,
"paragraph": {
"bullet": {
"listId": "kix.lwtrs6k81vg0",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 3483,
"startIndex": 3432,
"textRun": {
"content": "I'm looking for example code to use in my project.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 3432
},
{
"endIndex": 3537,
"paragraph": {
"bullet": {
"listId": "kix.lwtrs6k81vg0",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 3537,
"startIndex": 3483,
"textRun": {
"content": "I'm looking for an explanation of something specific.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 3483
}
],
"endIndex": 3537,
"startIndex": 3274,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.9529412,
"green": 0.8862745,
"red": 0.8117647
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 3539,
"paragraph": {
"elements": [
{
"endIndex": 3539,
"startIndex": 3538,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 3538
},
{
"endIndex": 3541,
"paragraph": {
"elements": [
{
"endIndex": 3540,
"horizontalRule": {
"textStyle": {}
},
"startIndex": 3539
},
{
"endIndex": 3541,
"startIndex": 3540,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 3539
},
{
"endIndex": 3586,
"paragraph": {
"elements": [
{
"endIndex": 3586,
"startIndex": 3541,
"textRun": {
"content": "Set up your Flutter development environment \n",
"textStyle": {
"fontSize": {
"magnitude": 20.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.m0ycdyje7e1p",
"namedStyleType": "HEADING_1",
"spaceAbove": {
"magnitude": 20.0,
"unit": "PT"
},
"spaceBelow": {
"magnitude": 6.0,
"unit": "PT"
}
}
},
"startIndex": 3541
},
{
"endIndex": 3602,
"paragraph": {
"elements": [
{
"endIndex": 3602,
"startIndex": 3586,
"textRun": {
"content": "Duration: 10:00\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.7176471,
"green": 0.7176471,
"red": 0.7176471
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 3586
},
{
"endIndex": 3619,
"paragraph": {
"elements": [
{
"endIndex": 3619,
"startIndex": 3602,
"textRun": {
"content": "Environment: web\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.7176471,
"green": 0.7176471,
"red": 0.7176471
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 3602
},
{
"endIndex": 3620,
"paragraph": {
"elements": [
{
"endIndex": 3620,
"startIndex": 3619,
"textRun": {
"content": "\n",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.7176471,
"green": 0.7176471,
"red": 0.7176471
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 3619
},
{
"endIndex": 3770,
"paragraph": {
"elements": [
{
"endIndex": 3679,
"startIndex": 3620,
"textRun": {
"content": "You need three pieces of software to complete this lab—the ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3690,
"startIndex": 3679,
"textRun": {
"content": "Flutter SDK",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://docs.flutter.dev/get-started/install"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3691,
"startIndex": 3690,
"textRun": {
"content": ",",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3692,
"startIndex": 3691,
"textRun": {
"content": " ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3701,
"startIndex": 3692,
"textRun": {
"content": "an editor",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://docs.flutter.dev/get-started/editor"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3769,
"startIndex": 3701,
"textRun": {
"content": ", and the appropriate build chain for your desktop operating system.",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3770,
"startIndex": 3769,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 3620
},
{
"endIndex": 3771,
"paragraph": {
"elements": [
{
"endIndex": 3771,
"startIndex": 3770,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 3770
},
{
"endIndex": 4141,
"paragraph": {
"elements": [
{
"endIndex": 3800,
"startIndex": 3771,
"textRun": {
"content": "You can run the codelab as a ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3807,
"startIndex": 3800,
"textRun": {
"content": "Windows",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://docs.flutter.dev/get-started/install/windows#windows-setup"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3809,
"startIndex": 3807,
"textRun": {
"content": ", ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3814,
"startIndex": 3809,
"textRun": {
"content": "Linux",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://docs.flutter.dev/get-started/install/linux#linux-setup"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3819,
"startIndex": 3814,
"textRun": {
"content": ", or ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 3824,
"startIndex": 3819,
"textRun": {
"content": "macOS",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://docs.flutter.dev/get-started/install/macos#macos-setup"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 4115,
"startIndex": 3824,
"textRun": {
"content": " desktop application. For Flutter on desktop, must develop on the platform where you plan to deploy. So, if you want to develop a Windows desktop app, you must develop on Windows to access the appropriate build chain. The operating system-specific requirements that are covered in detail on ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 4139,
"startIndex": 4115,
"textRun": {
"content": "docs.flutter.dev/desktop",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://docs.flutter.dev/desktop"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 4141,
"startIndex": 4139,
"textRun": {
"content": ".\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 3771
},
{
"endIndex": 4142,
"paragraph": {
"elements": [
{
"endIndex": 4142,
"startIndex": 4141,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 4141
},
{
"endIndex": 4143,
"paragraph": {
"elements": [
{
"endIndex": 4143,
"startIndex": 4142,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 4142
},
{
"endIndex": 4155,
"paragraph": {
"elements": [
{
"endIndex": 4155,
"startIndex": 4143,
"textRun": {
"content": "Get started\n",
"textStyle": {
"fontSize": {
"magnitude": 18.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"headingId": "h.bwo0af2iwk90",
"namedStyleType": "HEADING_1",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 4143
},
{
"endIndex": 4170,
"paragraph": {
"elements": [
{
"endIndex": 4169,
"startIndex": 4155,
"textRun": {
"content": "Duration: 5:00",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.7176471,
"green": 0.7176471,
"red": 0.7176471
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 4170,
"startIndex": 4169,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 4155
},
{
"endIndex": 4171,
"paragraph": {
"elements": [
{
"endIndex": 4171,
"startIndex": 4170,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 4170
},
{
"endIndex": 4228,
"paragraph": {
"elements": [
{
"endIndex": 4228,
"startIndex": 4171,
"textRun": {
"content": "Get started developing desktop applications with Flutter\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"headingId": "h.sflrq0mndtt9",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 4171
},
{
"endIndex": 4229,
"paragraph": {
"elements": [
{
"endIndex": 4229,
"startIndex": 4228,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 4228
},
{
"endIndex": 4304,
"paragraph": {
"elements": [
{
"endIndex": 4304,
"startIndex": 4229,
"textRun": {
"content": "To confirm that Flutter for desktop is enabled, run the following command.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 4229
},
{
"endIndex": 4305,
"paragraph": {
"elements": [
{
"endIndex": 4305,
"startIndex": 4304,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 4304
},
{
"endIndex": 4577,
"startIndex": 4305,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 4576,
"startIndex": 4306,
"tableCells": [
{
"content": [
{
"endIndex": 4326,
"paragraph": {
"elements": [
{
"endIndex": 4326,
"startIndex": 4308,
"textRun": {
"content": "$ flutter devices\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 4308
},
{
"endIndex": 4346,
"paragraph": {
"elements": [
{
"endIndex": 4346,
"startIndex": 4326,
"textRun": {
"content": "1 connected device:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 4326
},
{
"endIndex": 4347,
"paragraph": {
"elements": [
{
"endIndex": 4347,
"startIndex": 4346,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 4346
},
{
"endIndex": 4440,
"paragraph": {
"elements": [
{
"endIndex": 4440,
"startIndex": 4347,
"textRun": {
"content": "Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19041.508]\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 4347
},
{
"endIndex": 4520,
"paragraph": {
"elements": [
{
"endIndex": 4520,
"startIndex": 4440,
"textRun": {
"content": "macOS (desktop) • macos • darwin-x64 • macOS 11.2.3 20D91 darwin-x64\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 4440
},
{
"endIndex": 4576,
"paragraph": {
"elements": [
{
"endIndex": 4576,
"startIndex": 4520,
"textRun": {
"content": "Linux (desktop) • linux • linux-x64 • Linux\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 4520
}
],
"endIndex": 4576,
"startIndex": 4307,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 4578,
"paragraph": {
"elements": [
{
"endIndex": 4578,
"startIndex": 4577,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 4577
},
{
"endIndex": 4680,
"paragraph": {
"elements": [
{
"endIndex": 4680,
"startIndex": 4578,
"textRun": {
"content": "If you do not see the appropriate desktop line shown in the preceding output, consider the following:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 4578
},
{
"endIndex": 4681,
"paragraph": {
"elements": [
{
"endIndex": 4681,
"startIndex": 4680,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 4680
},
{
"endIndex": 4741,
"paragraph": {
"bullet": {
"listId": "kix.qztvdbrb1co7",
"textStyle": {
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 4741,
"startIndex": 4681,
"textRun": {
"content": "Are you developing on the platform you are developing for? \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 4681
},
{
"endIndex": 4846,
"paragraph": {
"bullet": {
"listId": "kix.qztvdbrb1co7",
"textStyle": {
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"elements": [
{
"endIndex": 4846,
"startIndex": 4741,
"textRun": {
"content": "Are you using Flutter 3? Prior to Flutter 3, you had to specifically enable desktop for macOS and Linux.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 4741
},
{
"endIndex": 4847,
"paragraph": {
"elements": [
{
"endIndex": 4847,
"startIndex": 4846,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 4846
},
{
"endIndex": 4977,
"paragraph": {
"elements": [
{
"endIndex": 4977,
"startIndex": 4847,
"textRun": {
"content": "An easy way to get started writing Flutter for desktop apps is to use the Flutter command-line tool to create a Flutter project. \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 4847
},
{
"endIndex": 4978,
"paragraph": {
"elements": [
{
"endIndex": 4978,
"startIndex": 4977,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
}
}
},
"startIndex": 4977
},
{
"endIndex": 5556,
"startIndex": 4978,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 5555,
"startIndex": 4979,
"tableCells": [
{
"content": [
{
"endIndex": 5044,
"paragraph": {
"elements": [
{
"endIndex": 5044,
"startIndex": 4981,
"textRun": {
"content": "$ flutter create github_client --platforms=windows,macos,linux\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 4981
},
{
"endIndex": 5078,
"paragraph": {
"elements": [
{
"endIndex": 5078,
"startIndex": 5044,
"textRun": {
"content": "Creating project github_client...\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5044
},
{
"endIndex": 5128,
"paragraph": {
"elements": [
{
"endIndex": 5128,
"startIndex": 5078,
"textRun": {
"content": "Resolving dependencies in github_client... (1.4s)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5078
},
{
"endIndex": 5163,
"paragraph": {
"elements": [
{
"endIndex": 5163,
"startIndex": 5128,
"textRun": {
"content": "Got dependencies in github_client.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5128
},
{
"endIndex": 5179,
"paragraph": {
"elements": [
{
"endIndex": 5179,
"startIndex": 5163,
"textRun": {
"content": "Wrote 60 files.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5163
},
{
"endIndex": 5180,
"paragraph": {
"elements": [
{
"endIndex": 5180,
"startIndex": 5179,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5179
},
{
"endIndex": 5190,
"paragraph": {
"elements": [
{
"endIndex": 5190,
"startIndex": 5180,
"textRun": {
"content": "All done!\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5180
},
{
"endIndex": 5267,
"paragraph": {
"elements": [
{
"endIndex": 5267,
"startIndex": 5190,
"textRun": {
"content": "You can find general documentation for Flutter at: https://docs.flutter.dev/\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5190
},
{
"endIndex": 5336,
"paragraph": {
"elements": [
{
"endIndex": 5336,
"startIndex": 5267,
"textRun": {
"content": "Detailed API documentation is available at: https://api.flutter.dev/\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5267
},
{
"endIndex": 5418,
"paragraph": {
"elements": [
{
"endIndex": 5418,
"startIndex": 5336,
"textRun": {
"content": "If you prefer video documentation, consider: https://www.youtube.com/c/flutterdev\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5336
},
{
"endIndex": 5419,
"paragraph": {
"elements": [
{
"endIndex": 5419,
"startIndex": 5418,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5418
},
{
"endIndex": 5459,
"paragraph": {
"elements": [
{
"endIndex": 5459,
"startIndex": 5419,
"textRun": {
"content": "In order to run your application, type:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5419
},
{
"endIndex": 5460,
"paragraph": {
"elements": [
{
"endIndex": 5460,
"startIndex": 5459,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5459
},
{
"endIndex": 5481,
"paragraph": {
"elements": [
{
"endIndex": 5481,
"startIndex": 5460,
"textRun": {
"content": " $ cd github_client\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5460
},
{
"endIndex": 5497,
"paragraph": {
"elements": [
{
"endIndex": 5497,
"startIndex": 5481,
"textRun": {
"content": " $ flutter run\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5481
},
{
"endIndex": 5498,
"paragraph": {
"elements": [
{
"endIndex": 5498,
"startIndex": 5497,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5497
},
{
"endIndex": 5555,
"paragraph": {
"elements": [
{
"endIndex": 5555,
"startIndex": 5498,
"textRun": {
"content": "Your application code is in github_client/lib/main.dart.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5498
}
],
"endIndex": 5555,
"startIndex": 4980,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 5557,
"paragraph": {
"elements": [
{
"endIndex": 5557,
"startIndex": 5556,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 5556
},
{
"endIndex": 5863,
"paragraph": {
"elements": [
{
"endIndex": 5863,
"startIndex": 5557,
"textRun": {
"content": "To make sure everything is working, run the boilerplate Flutter application as a desktop application as shown below. Alternatively, open this project in your IDE, and use its tooling to run the application. Thanks to the previous step, running as a desktop application should be the only available option.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 5557
},
{
"endIndex": 5864,
"paragraph": {
"elements": [
{
"endIndex": 5864,
"startIndex": 5863,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 5863
},
{
"endIndex": 6555,
"startIndex": 5864,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 6554,
"startIndex": 5865,
"tableCells": [
{
"content": [
{
"endIndex": 5881,
"paragraph": {
"elements": [
{
"endIndex": 5881,
"startIndex": 5867,
"textRun": {
"content": "$ flutter run\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5867
},
{
"endIndex": 5933,
"paragraph": {
"elements": [
{
"endIndex": 5933,
"startIndex": 5881,
"textRun": {
"content": "Launching lib\\main.dart on Windows in debug mode...\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5881
},
{
"endIndex": 5965,
"paragraph": {
"elements": [
{
"endIndex": 5965,
"startIndex": 5933,
"textRun": {
"content": "Building Windows application...\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5933
},
{
"endIndex": 6038,
"paragraph": {
"elements": [
{
"endIndex": 6038,
"startIndex": 5965,
"textRun": {
"content": "Syncing files to device Windows... 56ms\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 5965
},
{
"endIndex": 6039,
"paragraph": {
"elements": [
{
"endIndex": 6039,
"startIndex": 6038,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6038
},
{
"endIndex": 6065,
"paragraph": {
"elements": [
{
"endIndex": 6065,
"startIndex": 6039,
"textRun": {
"content": "Flutter run key commands.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6039
},
{
"endIndex": 6086,
"paragraph": {
"elements": [
{
"endIndex": 6086,
"startIndex": 6065,
"textRun": {
"content": "r Hot reload. 🔥🔥🔥\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6065
},
{
"endIndex": 6101,
"paragraph": {
"elements": [
{
"endIndex": 6101,
"startIndex": 6086,
"textRun": {
"content": "R Hot restart.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6086
},
{
"endIndex": 6144,
"paragraph": {
"elements": [
{
"endIndex": 6144,
"startIndex": 6101,
"textRun": {
"content": "h List all available interactive commands.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6101
},
{
"endIndex": 6210,
"paragraph": {
"elements": [
{
"endIndex": 6210,
"startIndex": 6144,
"textRun": {
"content": "d Detach (terminate \"flutter run\" but leave application running).\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6144
},
{
"endIndex": 6229,
"paragraph": {
"elements": [
{
"endIndex": 6229,
"startIndex": 6210,
"textRun": {
"content": "c Clear the screen\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6210
},
{
"endIndex": 6279,
"paragraph": {
"elements": [
{
"endIndex": 6279,
"startIndex": 6229,
"textRun": {
"content": "q Quit (terminate the application on the device).\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6229
},
{
"endIndex": 6280,
"paragraph": {
"elements": [
{
"endIndex": 6280,
"startIndex": 6279,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6279
},
{
"endIndex": 6317,
"paragraph": {
"elements": [
{
"endIndex": 6317,
"startIndex": 6280,
"textRun": {
"content": "💪 Running with sound null safety 💪\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6280
},
{
"endIndex": 6318,
"paragraph": {
"elements": [
{
"endIndex": 6318,
"startIndex": 6317,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6317
},
{
"endIndex": 6420,
"paragraph": {
"elements": [
{
"endIndex": 6420,
"startIndex": 6318,
"textRun": {
"content": "An Observatory debugger and profiler on Windows is available at: http://127.0.0.1:61920/OHTnly7_TMk=/\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6318
},
{
"endIndex": 6554,
"paragraph": {
"elements": [
{
"endIndex": 6554,
"startIndex": 6420,
"textRun": {
"content": "The Flutter DevTools debugger and profiler on Windows is available at: http://127.0.0.1:9101?uri=http://127.0.0.1:61920/OHTnly7_TMk=/\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 6420
}
],
"endIndex": 6554,
"startIndex": 5866,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 6556,
"paragraph": {
"elements": [
{
"endIndex": 6556,
"startIndex": 6555,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 6555
},
{
"endIndex": 6858,
"paragraph": {
"elements": [
{
"endIndex": 6799,
"startIndex": 6556,
"textRun": {
"content": "You should now see the following application window on your screen. Go ahead and click the floating action button to make sure that the incrementer works as expected. You can also try hot reload by changing the theme color by or altering the ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 6807,
"startIndex": 6799,
"textRun": {
"content": "behavior",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 6814,
"startIndex": 6807,
"textRun": {
"content": " of the",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 6815,
"startIndex": 6814,
"textRun": {
"content": " ",
"textStyle": {}
}
},
{
"endIndex": 6832,
"startIndex": 6815,
"textRun": {
"content": "_incrementCounter",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 6833,
"startIndex": 6832,
"textRun": {
"content": " ",
"textStyle": {}
}
},
{
"endIndex": 6842,
"startIndex": 6833,
"textRun": {
"content": "method in",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 6843,
"startIndex": 6842,
"textRun": {
"content": " ",
"textStyle": {}
}
},
{
"endIndex": 6856,
"startIndex": 6843,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 6858,
"startIndex": 6856,
"textRun": {
"content": ".\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 6556
},
{
"endIndex": 6859,
"paragraph": {
"elements": [
{
"endIndex": 6859,
"startIndex": 6858,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 6858
},
{
"endIndex": 6903,
"paragraph": {
"elements": [
{
"endIndex": 6894,
"startIndex": 6859,
"textRun": {
"content": "Here is the application running on ",
"textStyle": {}
}
},
{
"endIndex": 6903,
"startIndex": 6894,
"textRun": {
"content": "Windows.\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 6859
},
{
"endIndex": 6904,
"paragraph": {
"elements": [
{
"endIndex": 6904,
"startIndex": 6903,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 6903
},
{
"endIndex": 6906,
"paragraph": {
"elements": [
{
"endIndex": 6905,
"inlineObjectElement": {
"inlineObjectId": "kix.dsz4kv8xlc1j",
"textStyle": {}
},
"startIndex": 6904
},
{
"endIndex": 6906,
"startIndex": 6905,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"alignment": "CENTER",
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 6904
},
{
"endIndex": 6907,
"paragraph": {
"elements": [
{
"endIndex": 6907,
"startIndex": 6906,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 6906
},
{
"endIndex": 6971,
"paragraph": {
"elements": [
{
"endIndex": 6970,
"startIndex": 6907,
"textRun": {
"content": "In the next section you’ll authenticate on GitHub using OAuth2.",
"textStyle": {}
}
},
{
"endIndex": 6971,
"startIndex": 6970,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 6907
},
{
"endIndex": 6990,
"paragraph": {
"elements": [
{
"endIndex": 6990,
"startIndex": 6971,
"textRun": {
"content": "Add authentication\n",
"textStyle": {
"fontSize": {
"magnitude": 18.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.btmxwf909kks",
"namedStyleType": "HEADING_1",
"pageBreakBefore": false
}
},
"startIndex": 6971
},
{
"endIndex": 7006,
"paragraph": {
"elements": [
{
"endIndex": 7005,
"startIndex": 6990,
"textRun": {
"content": "Duration: 10:00",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.7176471,
"green": 0.7176471,
"red": 0.7176471
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 7006,
"startIndex": 7005,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 6990
},
{
"endIndex": 7030,
"paragraph": {
"elements": [
{
"endIndex": 7030,
"startIndex": 7006,
"textRun": {
"content": "Authenticate on desktop\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.en66mhmr1ijb",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 7006
},
{
"endIndex": 7350,
"paragraph": {
"elements": [
{
"endIndex": 7089,
"startIndex": 7030,
"textRun": {
"content": "If you use Flutter on Android, iOS, or the web, you have a ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 7108,
"startIndex": 7089,
"textRun": {
"content": "plethora of options",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://pub.dev/packages?q=authentication"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 7223,
"startIndex": 7108,
"textRun": {
"content": " with regard to authentication packages. Developing for desktop, however, changes the equation. Currently, you must",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 7224,
"startIndex": 7223,
"textRun": {
"content": " ",
"textStyle": {}
}
},
{
"endIndex": 7350,
"startIndex": 7224,
"textRun": {
"content": "build authentication integration from scratch, but this will change as package authors implement Flutter for desktop support.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 7030
},
{
"endIndex": 7386,
"paragraph": {
"elements": [
{
"endIndex": 7386,
"startIndex": 7350,
"textRun": {
"content": "Register a GitHub OAuth application\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.7vqm6x19piv6",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 7350
},
{
"endIndex": 7716,
"paragraph": {
"elements": [
{
"endIndex": 7716,
"startIndex": 7386,
"textRun": {
"content": "To build a desktop application that uses GitHub’s APIs, first you need to authenticate. There are multiple options available, but the best user experience is to direct the user through GitHub’s OAuth2 login flow in their browser. This enables handling of two-factor authentication and effortless integration of password managers.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 7386
},
{
"endIndex": 7717,
"paragraph": {
"elements": [
{
"endIndex": 7717,
"startIndex": 7716,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 7716
},
{
"endIndex": 7983,
"paragraph": {
"elements": [
{
"endIndex": 7778,
"startIndex": 7717,
"textRun": {
"content": "To register an application for GitHub’s OAuth2 flow, surf to ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 7788,
"startIndex": 7778,
"textRun": {
"content": "github.com",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 7852,
"startIndex": 7788,
"textRun": {
"content": " and follow the instructions in only the first step of GitHub’s ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 7871,
"startIndex": 7852,
"textRun": {
"content": "Building OAuth Apps",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://docs.github.com/en/developers/apps/building-oauth-apps"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 7980,
"startIndex": 7871,
"textRun": {
"content": ". The following steps are important for when you have an application to launch, but not while doing a codelab",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 7983,
"startIndex": 7980,
"textRun": {
"content": ". \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 7717
},
{
"endIndex": 7984,
"paragraph": {
"elements": [
{
"endIndex": 7984,
"startIndex": 7983,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 7983
},
{
"endIndex": 7985,
"paragraph": {
"elements": [
{
"endIndex": 7985,
"startIndex": 7984,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 7984
},
{
"endIndex": 8045,
"startIndex": 7985,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 8044,
"startIndex": 7986,
"tableCells": [
{
"content": [
{
"endIndex": 8044,
"paragraph": {
"elements": [
{
"endIndex": 7998,
"startIndex": 7988,
"textRun": {
"content": "Important:",
"textStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 1.0,
"green": 1.0,
"red": 1.0
}
}
},
"bold": true,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.13333334,
"green": 0.13333334,
"red": 0.13333334
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8015,
"startIndex": 7998,
"textRun": {
"content": " Create a GitHub ",
"textStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 1.0,
"green": 1.0,
"red": 1.0
}
}
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.13333334,
"green": 0.13333334,
"red": 0.13333334
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8024,
"startIndex": 8015,
"textRun": {
"content": "OAuth app",
"textStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 1.0,
"green": 1.0,
"red": 1.0
}
}
},
"bold": true,
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.13333334,
"green": 0.13333334,
"red": 0.13333334
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8043,
"startIndex": 8024,
"textRun": {
"content": ", not a GitHub app.",
"textStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 1.0,
"green": 1.0,
"red": 1.0
}
}
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.13333334,
"green": 0.13333334,
"red": 0.13333334
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8044,
"startIndex": 8043,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 7988
}
],
"endIndex": 8044,
"startIndex": 7987,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.8039216,
"green": 0.8980392,
"red": 0.9882353
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 8046,
"paragraph": {
"elements": [
{
"endIndex": 8046,
"startIndex": 8045,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 8045
},
{
"endIndex": 8047,
"paragraph": {
"elements": [
{
"endIndex": 8047,
"startIndex": 8046,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 8046
},
{
"endIndex": 8481,
"paragraph": {
"elements": [
{
"endIndex": 8061,
"startIndex": 8047,
"textRun": {
"content": "In completing ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8082,
"startIndex": 8061,
"textRun": {
"content": "Creating an OAuth App",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://docs.github.com/en/developers/apps/creating-an-oauth-app"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8168,
"startIndex": 8082,
"textRun": {
"content": ", Step 8 asks you to provide the Authorization callback URL. For a desktop app, enter ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8185,
"startIndex": 8168,
"textRun": {
"content": "http://localhost/",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "http://localhost/"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 8205,
"startIndex": 8185,
"textRun": {
"content": " as the callback URL",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8206,
"startIndex": 8205,
"textRun": {
"content": ".",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8481,
"startIndex": 8206,
"textRun": {
"content": " GitHub’s OAuth2 flow was set up such that defining a localhost callback URL allows any port, enabling you to stand up a web server on an ephemeral local high port. This avoids asking the user to copy the OAuth code token into the application as part of the OAuth process..\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 8047
},
{
"endIndex": 8482,
"paragraph": {
"elements": [
{
"endIndex": 8482,
"startIndex": 8481,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 8481
},
{
"endIndex": 8579,
"paragraph": {
"elements": [
{
"endIndex": 8579,
"startIndex": 8482,
"textRun": {
"content": "Here’s an example screenshot of how to fill in the form for creating a GitHub OAuth application:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 8482
},
{
"endIndex": 8581,
"paragraph": {
"elements": [
{
"endIndex": 8580,
"inlineObjectElement": {
"inlineObjectId": "kix.wd9z5m1h3mib",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"startIndex": 8579
},
{
"endIndex": 8581,
"startIndex": 8580,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "CENTER",
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 8579
},
{
"endIndex": 8582,
"paragraph": {
"elements": [
{
"endIndex": 8582,
"startIndex": 8581,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 8581
},
{
"endIndex": 8583,
"paragraph": {
"elements": [
{
"endIndex": 8583,
"startIndex": 8582,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 8582
},
{
"endIndex": 9040,
"paragraph": {
"elements": [
{
"endIndex": 8664,
"startIndex": 8583,
"textRun": {
"content": "After you register an OAuth app in the GitHub admin interface you will receive a ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8673,
"startIndex": 8664,
"textRun": {
"content": "client ID",
"textStyle": {
"italic": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8680,
"startIndex": 8673,
"textRun": {
"content": " and a ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8693,
"startIndex": 8680,
"textRun": {
"content": "client secret",
"textStyle": {
"italic": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8742,
"startIndex": 8693,
"textRun": {
"content": ". If you need these values at a later time, you c",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8764,
"startIndex": 8742,
"textRun": {
"content": "an retrieve them from ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8791,
"startIndex": 8764,
"textRun": {
"content": "GitHub's developer settings",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/settings/developers"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8792,
"startIndex": 8791,
"textRun": {
"content": ".",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8913,
"startIndex": 8792,
"textRun": {
"content": " You need these credentials in your application in order to construct a valid OAuth2 authorization URL. You will use the ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8919,
"startIndex": 8913,
"textRun": {
"content": "oauth2",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://pub.dev/packages/oauth2"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 8968,
"startIndex": 8919,
"textRun": {
"content": " Dart package to handle the OAuth2 flow, and the ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 8980,
"startIndex": 8968,
"textRun": {
"content": "url_launcher",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://pub.dev/packages/url_launcher"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 8981,
"startIndex": 8980,
"textRun": {
"content": " ",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 9040,
"startIndex": 8981,
"textRun": {
"content": "Flutter plugin to enable launching the user’s web browser.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 8583
},
{
"endIndex": 9085,
"paragraph": {
"elements": [
{
"endIndex": 9083,
"startIndex": 9040,
"textRun": {
"content": "Add oauth2 and url_launcher to pubspec.yaml",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
},
{
"endIndex": 9085,
"startIndex": 9083,
"textRun": {
"content": " \n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.q0rhufo5z2t7",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 9040
},
{
"endIndex": 9174,
"paragraph": {
"elements": [
{
"endIndex": 9089,
"startIndex": 9085,
"textRun": {
"content": "You ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 9146,
"startIndex": 9089,
"textRun": {
"content": "add package dependencies for your application by running ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 9161,
"startIndex": 9146,
"textRun": {
"content": "flutter pub add",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 9174,
"startIndex": 9161,
"textRun": {
"content": " as follows:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 9085
},
{
"endIndex": 9175,
"paragraph": {
"elements": [
{
"endIndex": 9175,
"startIndex": 9174,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 9174
},
{
"endIndex": 9787,
"startIndex": 9175,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 9786,
"startIndex": 9176,
"tableCells": [
{
"content": [
{
"endIndex": 9221,
"paragraph": {
"elements": [
{
"endIndex": 9221,
"startIndex": 9178,
"textRun": {
"content": "$ flutter pub add http oauth2 url_launcher\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9178
},
{
"endIndex": 9248,
"paragraph": {
"elements": [
{
"endIndex": 9248,
"startIndex": 9221,
"textRun": {
"content": "Resolving dependencies... \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9221
},
{
"endIndex": 9263,
"paragraph": {
"elements": [
{
"endIndex": 9263,
"startIndex": 9248,
"textRun": {
"content": "+ crypto 3.0.2\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9248
},
{
"endIndex": 9308,
"paragraph": {
"elements": [
{
"endIndex": 9308,
"startIndex": 9263,
"textRun": {
"content": "+ flutter_web_plugins 0.0.0 from sdk flutter\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9263
},
{
"endIndex": 9322,
"paragraph": {
"elements": [
{
"endIndex": 9322,
"startIndex": 9308,
"textRun": {
"content": "+ http 0.13.5\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9308
},
{
"endIndex": 9342,
"paragraph": {
"elements": [
{
"endIndex": 9342,
"startIndex": 9322,
"textRun": {
"content": "+ http_parser 4.0.2\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9322
},
{
"endIndex": 9393,
"paragraph": {
"elements": [
{
"endIndex": 9393,
"startIndex": 9342,
"textRun": {
"content": " material_color_utilities 0.2.0 (0.3.0 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9342
},
{
"endIndex": 9408,
"paragraph": {
"elements": [
{
"endIndex": 9408,
"startIndex": 9393,
"textRun": {
"content": "+ oauth2 2.0.1\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9393
},
{
"endIndex": 9442,
"paragraph": {
"elements": [
{
"endIndex": 9442,
"startIndex": 9408,
"textRun": {
"content": "+ plugin_platform_interface 2.1.4\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9408
},
{
"endIndex": 9481,
"paragraph": {
"elements": [
{
"endIndex": 9481,
"startIndex": 9442,
"textRun": {
"content": " source_span 1.9.1 (1.10.0 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9442
},
{
"endIndex": 9516,
"paragraph": {
"elements": [
{
"endIndex": 9516,
"startIndex": 9481,
"textRun": {
"content": " test_api 0.5.1 (0.5.2 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9481
},
{
"endIndex": 9535,
"paragraph": {
"elements": [
{
"endIndex": 9535,
"startIndex": 9516,
"textRun": {
"content": "+ typed_data 1.3.1\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9516
},
{
"endIndex": 9557,
"paragraph": {
"elements": [
{
"endIndex": 9557,
"startIndex": 9535,
"textRun": {
"content": "+ url_launcher 6.1.10\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9535
},
{
"endIndex": 9587,
"paragraph": {
"elements": [
{
"endIndex": 9587,
"startIndex": 9557,
"textRun": {
"content": "+ url_launcher_android 6.0.31\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9557
},
{
"endIndex": 9612,
"paragraph": {
"elements": [
{
"endIndex": 9612,
"startIndex": 9587,
"textRun": {
"content": "+ url_launcher_ios 6.1.4\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9587
},
{
"endIndex": 9639,
"paragraph": {
"elements": [
{
"endIndex": 9639,
"startIndex": 9612,
"textRun": {
"content": "+ url_launcher_linux 3.0.5\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9612
},
{
"endIndex": 9666,
"paragraph": {
"elements": [
{
"endIndex": 9666,
"startIndex": 9639,
"textRun": {
"content": "+ url_launcher_macos 3.0.5\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9639
},
{
"endIndex": 9706,
"paragraph": {
"elements": [
{
"endIndex": 9706,
"startIndex": 9666,
"textRun": {
"content": "+ url_launcher_platform_interface 2.1.2\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9666
},
{
"endIndex": 9732,
"paragraph": {
"elements": [
{
"endIndex": 9732,
"startIndex": 9706,
"textRun": {
"content": "+ url_launcher_web 2.0.16\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9706
},
{
"endIndex": 9761,
"paragraph": {
"elements": [
{
"endIndex": 9761,
"startIndex": 9732,
"textRun": {
"content": "+ url_launcher_windows 3.0.6\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9732
},
{
"endIndex": 9786,
"paragraph": {
"elements": [
{
"endIndex": 9785,
"startIndex": 9761,
"textRun": {
"content": "Changed 15 dependencies!",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
},
{
"endIndex": 9786,
"startIndex": 9785,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9761
}
],
"endIndex": 9786,
"startIndex": 9177,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 9788,
"paragraph": {
"elements": [
{
"endIndex": 9788,
"startIndex": 9787,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 9787
},
{
"endIndex": 9808,
"paragraph": {
"elements": [
{
"endIndex": 9808,
"startIndex": 9788,
"textRun": {
"content": "This command adds: \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 9788
},
{
"endIndex": 9883,
"paragraph": {
"bullet": {
"listId": "kix.cicpotiggtwi",
"textStyle": {
"underline": false
}
},
"elements": [
{
"endIndex": 9812,
"startIndex": 9808,
"textRun": {
"content": "the ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 9816,
"startIndex": 9812,
"textRun": {
"content": "http",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://pub.dev/packages/http"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 9883,
"startIndex": 9816,
"textRun": {
"content": " package for making HTTP calls in a cross platform consistent way,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9808
},
{
"endIndex": 9917,
"paragraph": {
"bullet": {
"listId": "kix.cicpotiggtwi",
"textStyle": {
"underline": false
}
},
"elements": [
{
"endIndex": 9887,
"startIndex": 9883,
"textRun": {
"content": "the ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 9893,
"startIndex": 9887,
"textRun": {
"content": "oauth2",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://pub.dev/packages/oauth2"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 9917,
"startIndex": 9893,
"textRun": {
"content": " package for OAuth, and\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9883
},
{
"endIndex": 9943,
"paragraph": {
"bullet": {
"listId": "kix.cicpotiggtwi",
"textStyle": {
"underline": false
}
},
"elements": [
{
"endIndex": 9921,
"startIndex": 9917,
"textRun": {
"content": "the ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 9933,
"startIndex": 9921,
"textRun": {
"content": "url_launcher",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://pub.dev/packages/url_launcher"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 9943,
"startIndex": 9933,
"textRun": {
"content": " package.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9917
},
{
"endIndex": 9944,
"paragraph": {
"elements": [
{
"endIndex": 9944,
"startIndex": 9943,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 9943
},
{
"endIndex": 10057,
"startIndex": 9944,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 10056,
"startIndex": 9945,
"tableCells": [
{
"content": [
{
"endIndex": 10056,
"paragraph": {
"elements": [
{
"endIndex": 9951,
"startIndex": 9947,
"textRun": {
"content": "Tip:",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 10056,
"startIndex": 9951,
"textRun": {
"content": " Adding, or removing, package dependencies to an application requires a full restart of the application.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 9947
}
],
"endIndex": 10056,
"startIndex": 9946,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.827451,
"green": 0.91764706,
"red": 0.8509804
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 10058,
"paragraph": {
"elements": [
{
"endIndex": 10058,
"startIndex": 10057,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 10057
},
{
"endIndex": 10059,
"paragraph": {
"elements": [
{
"endIndex": 10059,
"startIndex": 10058,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 10058
},
{
"endIndex": 10086,
"paragraph": {
"elements": [
{
"endIndex": 10086,
"startIndex": 10059,
"textRun": {
"content": "Include client credentials\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.8u59l9jgbnew",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 10059
},
{
"endIndex": 10171,
"paragraph": {
"elements": [
{
"endIndex": 10123,
"startIndex": 10086,
"textRun": {
"content": "Add client credentials to a new file,",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 10124,
"startIndex": 10123,
"textRun": {
"content": " ",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 10157,
"startIndex": 10124,
"textRun": {
"content": "lib/github_oauth_credentials.dart",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 10171,
"startIndex": 10157,
"textRun": {
"content": ", as follows:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 10086
},
{
"endIndex": 10205,
"paragraph": {
"elements": [
{
"endIndex": 10204,
"startIndex": 10171,
"textRun": {
"content": "lib/github_oauth_credentials.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/step_04/lib/github_oauth_credentials.dart"
},
"underline": true
}
}
},
{
"endIndex": 10205,
"startIndex": 10204,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.htgwfkoywwur",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 10171
},
{
"endIndex": 10461,
"startIndex": 10205,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 10460,
"startIndex": 10206,
"tableCells": [
{
"content": [
{
"endIndex": 10250,
"paragraph": {
"elements": [
{
"endIndex": 10250,
"startIndex": 10208,
"textRun": {
"content": "// TODO(CodelabUser): Create an OAuth App\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 10208
},
{
"endIndex": 10303,
"paragraph": {
"elements": [
{
"endIndex": 10303,
"startIndex": 10250,
"textRun": {
"content": "const githubClientId = 'YOUR_GITHUB_CLIENT_ID_HERE';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 10250
},
{
"endIndex": 10364,
"paragraph": {
"elements": [
{
"endIndex": 10364,
"startIndex": 10303,
"textRun": {
"content": "const githubClientSecret = 'YOUR_GITHUB_CLIENT_SECRET_HERE';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 10303
},
{
"endIndex": 10365,
"paragraph": {
"elements": [
{
"endIndex": 10365,
"startIndex": 10364,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 10364
},
{
"endIndex": 10417,
"paragraph": {
"elements": [
{
"endIndex": 10417,
"startIndex": 10365,
"textRun": {
"content": "// OAuth scopes for repository and user information\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 10365
},
{
"endIndex": 10460,
"paragraph": {
"elements": [
{
"endIndex": 10459,
"startIndex": 10417,
"textRun": {
"content": "const githubScopes = ['repo', 'read:org'];",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 10460,
"startIndex": 10459,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 10417
}
],
"endIndex": 10460,
"startIndex": 10207,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 10462,
"paragraph": {
"elements": [
{
"endIndex": 10462,
"startIndex": 10461,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 10461
},
{
"endIndex": 10540,
"paragraph": {
"elements": [
{
"endIndex": 10540,
"startIndex": 10462,
"textRun": {
"content": "Copy and paste your client credentials from the previous step into this file.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 10462
},
{
"endIndex": 10541,
"paragraph": {
"elements": [
{
"endIndex": 10541,
"startIndex": 10540,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 10540
},
{
"endIndex": 10571,
"paragraph": {
"elements": [
{
"endIndex": 10571,
"startIndex": 10541,
"textRun": {
"content": "Build the desktop OAuth2 flow\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.2g3izc2yvji5",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 10541
},
{
"endIndex": 11016,
"paragraph": {
"elements": [
{
"endIndex": 11016,
"startIndex": 10571,
"textRun": {
"content": "Build a widget to contain the desktop OAuth2 flow. This is a reasonably complicated chunk of logic, because you must run up a temporary web server, redirect the user to an endpoint on GitHub in their web browser, wait for the user to complete the authorization flow in their browser, and handle a redirect call from GitHub that contains code (which then needs to be converted into an OAuth2 token with a separate call to GitHub’s API servers). \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 10571
},
{
"endIndex": 11017,
"paragraph": {
"elements": [
{
"endIndex": 11017,
"startIndex": 11016,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 11016
},
{
"endIndex": 11184,
"startIndex": 11017,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 11183,
"startIndex": 11018,
"tableCells": [
{
"content": [
{
"endIndex": 11183,
"paragraph": {
"elements": [
{
"endIndex": 11025,
"startIndex": 11020,
"textRun": {
"content": "Tip: ",
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
}
}
}
},
{
"endIndex": 11092,
"startIndex": 11025,
"textRun": {
"content": "It’s good practice to place implementation-specific code under the ",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
}
}
}
},
{
"endIndex": 11099,
"startIndex": 11092,
"textRun": {
"content": "lib/src",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 11125,
"startIndex": 11099,
"textRun": {
"content": " directory. The top-level ",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
}
}
}
},
{
"endIndex": 11128,
"startIndex": 11125,
"textRun": {
"content": "lib",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 11182,
"startIndex": 11128,
"textRun": {
"content": " directory is for the external interface of a package.",
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
}
}
}
},
{
"endIndex": 11183,
"startIndex": 11182,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 11020
}
],
"endIndex": 11183,
"startIndex": 11019,
"tableCellStyle": {
"backgroundColor": {
"color": {
"rgbColor": {
"blue": 0.827451,
"green": 0.91764706,
"red": 0.8509804
}
}
},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 7.2,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 7.2,
"unit": "PT"
},
"paddingRight": {
"magnitude": 7.2,
"unit": "PT"
},
"paddingTop": {
"magnitude": 7.2,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"width": {
"magnitude": 397.5,
"unit": "PT"
},
"widthType": "FIXED_WIDTH"
}
]
}
}
},
{
"endIndex": 11185,
"paragraph": {
"elements": [
{
"endIndex": 11185,
"startIndex": 11184,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 11184
},
{
"endIndex": 11186,
"paragraph": {
"elements": [
{
"endIndex": 11186,
"startIndex": 11185,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 11185
},
{
"endIndex": 11212,
"paragraph": {
"elements": [
{
"endIndex": 11211,
"startIndex": 11186,
"textRun": {
"content": "lib/src/github_login.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/step_04/lib/src/github_login.dart"
},
"underline": true
}
}
},
{
"endIndex": 11212,
"startIndex": 11211,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.mxk36wiuic12",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 11186
},
{
"endIndex": 15058,
"startIndex": 11212,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 15057,
"startIndex": 11213,
"tableCells": [
{
"content": [
{
"endIndex": 11233,
"paragraph": {
"elements": [
{
"endIndex": 11233,
"startIndex": 11215,
"textRun": {
"content": "import 'dart:io';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11215
},
{
"endIndex": 11234,
"paragraph": {
"elements": [
{
"endIndex": 11234,
"startIndex": 11233,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11233
},
{
"endIndex": 11274,
"paragraph": {
"elements": [
{
"endIndex": 11274,
"startIndex": 11234,
"textRun": {
"content": "import 'package:flutter/material.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11234
},
{
"endIndex": 11315,
"paragraph": {
"elements": [
{
"endIndex": 11315,
"startIndex": 11274,
"textRun": {
"content": "import 'package:http/http.dart' as http;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11274
},
{
"endIndex": 11362,
"paragraph": {
"elements": [
{
"endIndex": 11362,
"startIndex": 11315,
"textRun": {
"content": "import 'package:oauth2/oauth2.dart' as oauth2;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11315
},
{
"endIndex": 11411,
"paragraph": {
"elements": [
{
"endIndex": 11411,
"startIndex": 11362,
"textRun": {
"content": "import 'package:url_launcher/url_launcher.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11362
},
{
"endIndex": 11412,
"paragraph": {
"elements": [
{
"endIndex": 11412,
"startIndex": 11411,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11411
},
{
"endIndex": 11443,
"paragraph": {
"elements": [
{
"endIndex": 11443,
"startIndex": 11412,
"textRun": {
"content": "final _authorizationEndpoint =\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11412
},
{
"endIndex": 11502,
"paragraph": {
"elements": [
{
"endIndex": 11502,
"startIndex": 11443,
"textRun": {
"content": " Uri.parse('https://github.com/login/oauth/authorize');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11443
},
{
"endIndex": 11583,
"paragraph": {
"elements": [
{
"endIndex": 11583,
"startIndex": 11502,
"textRun": {
"content": "final _tokenEndpoint = Uri.parse('https://github.com/login/oauth/access_token');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11502
},
{
"endIndex": 11584,
"paragraph": {
"elements": [
{
"endIndex": 11584,
"startIndex": 11583,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11583
},
{
"endIndex": 11633,
"paragraph": {
"elements": [
{
"endIndex": 11633,
"startIndex": 11584,
"textRun": {
"content": "class GithubLoginWidget extends StatefulWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11584
},
{
"endIndex": 11661,
"paragraph": {
"elements": [
{
"endIndex": 11661,
"startIndex": 11633,
"textRun": {
"content": " const GithubLoginWidget({\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11633
},
{
"endIndex": 11688,
"paragraph": {
"elements": [
{
"endIndex": 11688,
"startIndex": 11661,
"textRun": {
"content": " required this.builder,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11661
},
{
"endIndex": 11722,
"paragraph": {
"elements": [
{
"endIndex": 11722,
"startIndex": 11688,
"textRun": {
"content": " required this.githubClientId,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11688
},
{
"endIndex": 11760,
"paragraph": {
"elements": [
{
"endIndex": 11760,
"startIndex": 11722,
"textRun": {
"content": " required this.githubClientSecret,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11722
},
{
"endIndex": 11792,
"paragraph": {
"elements": [
{
"endIndex": 11792,
"startIndex": 11760,
"textRun": {
"content": " required this.githubScopes,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11760
},
{
"endIndex": 11807,
"paragraph": {
"elements": [
{
"endIndex": 11807,
"startIndex": 11792,
"textRun": {
"content": " super.key,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11792
},
{
"endIndex": 11813,
"paragraph": {
"elements": [
{
"endIndex": 11813,
"startIndex": 11807,
"textRun": {
"content": " });\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11807
},
{
"endIndex": 11851,
"paragraph": {
"elements": [
{
"endIndex": 11851,
"startIndex": 11813,
"textRun": {
"content": " final AuthenticatedBuilder builder;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11813
},
{
"endIndex": 11882,
"paragraph": {
"elements": [
{
"endIndex": 11882,
"startIndex": 11851,
"textRun": {
"content": " final String githubClientId;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11851
},
{
"endIndex": 11917,
"paragraph": {
"elements": [
{
"endIndex": 11917,
"startIndex": 11882,
"textRun": {
"content": " final String githubClientSecret;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11882
},
{
"endIndex": 11952,
"paragraph": {
"elements": [
{
"endIndex": 11952,
"startIndex": 11917,
"textRun": {
"content": " final List<String> githubScopes;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11917
},
{
"endIndex": 11953,
"paragraph": {
"elements": [
{
"endIndex": 11953,
"startIndex": 11952,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11952
},
{
"endIndex": 11965,
"paragraph": {
"elements": [
{
"endIndex": 11965,
"startIndex": 11953,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11953
},
{
"endIndex": 12030,
"paragraph": {
"elements": [
{
"endIndex": 12030,
"startIndex": 11965,
"textRun": {
"content": " State<GithubLoginWidget> createState() => _GithubLoginState();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 11965
},
{
"endIndex": 12032,
"paragraph": {
"elements": [
{
"endIndex": 12032,
"startIndex": 12030,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12030
},
{
"endIndex": 12033,
"paragraph": {
"elements": [
{
"endIndex": 12033,
"startIndex": 12032,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12032
},
{
"endIndex": 12081,
"paragraph": {
"elements": [
{
"endIndex": 12081,
"startIndex": 12033,
"textRun": {
"content": "typedef AuthenticatedBuilder = Widget Function(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12033
},
{
"endIndex": 12130,
"paragraph": {
"elements": [
{
"endIndex": 12130,
"startIndex": 12081,
"textRun": {
"content": " BuildContext context, oauth2.Client client);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12081
},
{
"endIndex": 12131,
"paragraph": {
"elements": [
{
"endIndex": 12131,
"startIndex": 12130,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12130
},
{
"endIndex": 12190,
"paragraph": {
"elements": [
{
"endIndex": 12190,
"startIndex": 12131,
"textRun": {
"content": "class _GithubLoginState extends State<GithubLoginWidget> {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12131
},
{
"endIndex": 12221,
"paragraph": {
"elements": [
{
"endIndex": 12221,
"startIndex": 12190,
"textRun": {
"content": " HttpServer? _redirectServer;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12190
},
{
"endIndex": 12247,
"paragraph": {
"elements": [
{
"endIndex": 12247,
"startIndex": 12221,
"textRun": {
"content": " oauth2.Client? _client;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12221
},
{
"endIndex": 12248,
"paragraph": {
"elements": [
{
"endIndex": 12248,
"startIndex": 12247,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12247
},
{
"endIndex": 12260,
"paragraph": {
"elements": [
{
"endIndex": 12260,
"startIndex": 12248,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12248
},
{
"endIndex": 12299,
"paragraph": {
"elements": [
{
"endIndex": 12299,
"startIndex": 12260,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12260
},
{
"endIndex": 12327,
"paragraph": {
"elements": [
{
"endIndex": 12327,
"startIndex": 12299,
"textRun": {
"content": " final client = _client;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12299
},
{
"endIndex": 12353,
"paragraph": {
"elements": [
{
"endIndex": 12353,
"startIndex": 12327,
"textRun": {
"content": " if (client != null) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12327
},
{
"endIndex": 12399,
"paragraph": {
"elements": [
{
"endIndex": 12399,
"startIndex": 12353,
"textRun": {
"content": " return widget.builder(context, client);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12353
},
{
"endIndex": 12405,
"paragraph": {
"elements": [
{
"endIndex": 12405,
"startIndex": 12399,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12399
},
{
"endIndex": 12406,
"paragraph": {
"elements": [
{
"endIndex": 12406,
"startIndex": 12405,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12405
},
{
"endIndex": 12427,
"paragraph": {
"elements": [
{
"endIndex": 12427,
"startIndex": 12406,
"textRun": {
"content": " return Scaffold(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12406
},
{
"endIndex": 12449,
"paragraph": {
"elements": [
{
"endIndex": 12449,
"startIndex": 12427,
"textRun": {
"content": " appBar: AppBar(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12427
},
{
"endIndex": 12492,
"paragraph": {
"elements": [
{
"endIndex": 12492,
"startIndex": 12449,
"textRun": {
"content": " title: const Text('Github Login'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12449
},
{
"endIndex": 12501,
"paragraph": {
"elements": [
{
"endIndex": 12501,
"startIndex": 12492,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12492
},
{
"endIndex": 12521,
"paragraph": {
"elements": [
{
"endIndex": 12521,
"startIndex": 12501,
"textRun": {
"content": " body: Center(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12501
},
{
"endIndex": 12552,
"paragraph": {
"elements": [
{
"endIndex": 12552,
"startIndex": 12521,
"textRun": {
"content": " child: ElevatedButton(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12521
},
{
"endIndex": 12584,
"paragraph": {
"elements": [
{
"endIndex": 12584,
"startIndex": 12552,
"textRun": {
"content": " onPressed: () async {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12552
},
{
"endIndex": 12628,
"paragraph": {
"elements": [
{
"endIndex": 12628,
"startIndex": 12584,
"textRun": {
"content": " await _redirectServer?.close();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12584
},
{
"endIndex": 12682,
"paragraph": {
"elements": [
{
"endIndex": 12682,
"startIndex": 12628,
"textRun": {
"content": " // Bind to an ephemeral port on localhost\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12628
},
{
"endIndex": 12751,
"paragraph": {
"elements": [
{
"endIndex": 12751,
"startIndex": 12682,
"textRun": {
"content": " _redirectServer = await HttpServer.bind('localhost', 0);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12682
},
{
"endIndex": 12817,
"paragraph": {
"elements": [
{
"endIndex": 12817,
"startIndex": 12751,
"textRun": {
"content": " var authenticatedHttpClient = await _getOAuth2Client(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12751
},
{
"endIndex": 12895,
"paragraph": {
"elements": [
{
"endIndex": 12895,
"startIndex": 12817,
"textRun": {
"content": " Uri.parse('http://localhost:${_redirectServer!.port}/auth'));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12817
},
{
"endIndex": 12921,
"paragraph": {
"elements": [
{
"endIndex": 12921,
"startIndex": 12895,
"textRun": {
"content": " setState(() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12895
},
{
"endIndex": 12970,
"paragraph": {
"elements": [
{
"endIndex": 12970,
"startIndex": 12921,
"textRun": {
"content": " _client = authenticatedHttpClient;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12921
},
{
"endIndex": 12986,
"paragraph": {
"elements": [
{
"endIndex": 12986,
"startIndex": 12970,
"textRun": {
"content": " });\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12970
},
{
"endIndex": 12999,
"paragraph": {
"elements": [
{
"endIndex": 12999,
"startIndex": 12986,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12986
},
{
"endIndex": 13047,
"paragraph": {
"elements": [
{
"endIndex": 13047,
"startIndex": 12999,
"textRun": {
"content": " child: const Text('Login to Github'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 12999
},
{
"endIndex": 13058,
"paragraph": {
"elements": [
{
"endIndex": 13058,
"startIndex": 13047,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13047
},
{
"endIndex": 13067,
"paragraph": {
"elements": [
{
"endIndex": 13067,
"startIndex": 13058,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13058
},
{
"endIndex": 13074,
"paragraph": {
"elements": [
{
"endIndex": 13074,
"startIndex": 13067,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13067
},
{
"endIndex": 13078,
"paragraph": {
"elements": [
{
"endIndex": 13078,
"startIndex": 13074,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13074
},
{
"endIndex": 13079,
"paragraph": {
"elements": [
{
"endIndex": 13079,
"startIndex": 13078,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13078
},
{
"endIndex": 13145,
"paragraph": {
"elements": [
{
"endIndex": 13145,
"startIndex": 13079,
"textRun": {
"content": " Future<oauth2.Client> _getOAuth2Client(Uri redirectUrl) async {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13079
},
{
"endIndex": 13223,
"paragraph": {
"elements": [
{
"endIndex": 13223,
"startIndex": 13145,
"textRun": {
"content": " if (widget.githubClientId.isEmpty || widget.githubClientSecret.isEmpty) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13145
},
{
"endIndex": 13263,
"paragraph": {
"elements": [
{
"endIndex": 13263,
"startIndex": 13223,
"textRun": {
"content": " throw const GithubLoginException(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13223
},
{
"endIndex": 13333,
"paragraph": {
"elements": [
{
"endIndex": 13333,
"startIndex": 13263,
"textRun": {
"content": " 'githubClientId and githubClientSecret must be not empty. '\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13263
},
{
"endIndex": 13404,
"paragraph": {
"elements": [
{
"endIndex": 13404,
"startIndex": 13333,
"textRun": {
"content": " 'See `lib/github_oauth_credentials.dart` for more detail.');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13333
},
{
"endIndex": 13410,
"paragraph": {
"elements": [
{
"endIndex": 13410,
"startIndex": 13404,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13404
},
{
"endIndex": 13457,
"paragraph": {
"elements": [
{
"endIndex": 13457,
"startIndex": 13410,
"textRun": {
"content": " var grant = oauth2.AuthorizationCodeGrant(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13410
},
{
"endIndex": 13486,
"paragraph": {
"elements": [
{
"endIndex": 13486,
"startIndex": 13457,
"textRun": {
"content": " widget.githubClientId,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13457
},
{
"endIndex": 13516,
"paragraph": {
"elements": [
{
"endIndex": 13516,
"startIndex": 13486,
"textRun": {
"content": " _authorizationEndpoint,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13486
},
{
"endIndex": 13538,
"paragraph": {
"elements": [
{
"endIndex": 13538,
"startIndex": 13516,
"textRun": {
"content": " _tokenEndpoint,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13516
},
{
"endIndex": 13579,
"paragraph": {
"elements": [
{
"endIndex": 13579,
"startIndex": 13538,
"textRun": {
"content": " secret: widget.githubClientSecret,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13538
},
{
"endIndex": 13625,
"paragraph": {
"elements": [
{
"endIndex": 13625,
"startIndex": 13579,
"textRun": {
"content": " httpClient: _JsonAcceptingHttpClient(),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13579
},
{
"endIndex": 13632,
"paragraph": {
"elements": [
{
"endIndex": 13632,
"startIndex": 13625,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13625
},
{
"endIndex": 13659,
"paragraph": {
"elements": [
{
"endIndex": 13659,
"startIndex": 13632,
"textRun": {
"content": " var authorizationUrl =\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13632
},
{
"endIndex": 13736,
"paragraph": {
"elements": [
{
"endIndex": 13736,
"startIndex": 13659,
"textRun": {
"content": " grant.getAuthorizationUrl(redirectUrl, scopes: widget.githubScopes);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13659
},
{
"endIndex": 13737,
"paragraph": {
"elements": [
{
"endIndex": 13737,
"startIndex": 13736,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13736
},
{
"endIndex": 13776,
"paragraph": {
"elements": [
{
"endIndex": 13776,
"startIndex": 13737,
"textRun": {
"content": " await _redirect(authorizationUrl);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13737
},
{
"endIndex": 13827,
"paragraph": {
"elements": [
{
"endIndex": 13827,
"startIndex": 13776,
"textRun": {
"content": " var responseQueryParameters = await _listen();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13776
},
{
"endIndex": 13844,
"paragraph": {
"elements": [
{
"endIndex": 13844,
"startIndex": 13827,
"textRun": {
"content": " var client =\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13827
},
{
"endIndex": 13918,
"paragraph": {
"elements": [
{
"endIndex": 13918,
"startIndex": 13844,
"textRun": {
"content": " await grant.handleAuthorizationResponse(responseQueryParameters);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13844
},
{
"endIndex": 13937,
"paragraph": {
"elements": [
{
"endIndex": 13937,
"startIndex": 13918,
"textRun": {
"content": " return client;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13918
},
{
"endIndex": 13941,
"paragraph": {
"elements": [
{
"endIndex": 13941,
"startIndex": 13937,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13937
},
{
"endIndex": 13942,
"paragraph": {
"elements": [
{
"endIndex": 13942,
"startIndex": 13941,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13941
},
{
"endIndex": 13997,
"paragraph": {
"elements": [
{
"endIndex": 13997,
"startIndex": 13942,
"textRun": {
"content": " Future<void> _redirect(Uri authorizationUrl) async {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13942
},
{
"endIndex": 14045,
"paragraph": {
"elements": [
{
"endIndex": 14045,
"startIndex": 13997,
"textRun": {
"content": " if (await canLaunchUrl(authorizationUrl)) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 13997
},
{
"endIndex": 14086,
"paragraph": {
"elements": [
{
"endIndex": 14086,
"startIndex": 14045,
"textRun": {
"content": " await launchUrl(authorizationUrl);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14045
},
{
"endIndex": 14099,
"paragraph": {
"elements": [
{
"endIndex": 14099,
"startIndex": 14086,
"textRun": {
"content": " } else {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14086
},
{
"endIndex": 14171,
"paragraph": {
"elements": [
{
"endIndex": 14171,
"startIndex": 14099,
"textRun": {
"content": " throw GithubLoginException('Could not launch $authorizationUrl');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14099
},
{
"endIndex": 14177,
"paragraph": {
"elements": [
{
"endIndex": 14177,
"startIndex": 14171,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14171
},
{
"endIndex": 14181,
"paragraph": {
"elements": [
{
"endIndex": 14181,
"startIndex": 14177,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14177
},
{
"endIndex": 14182,
"paragraph": {
"elements": [
{
"endIndex": 14182,
"startIndex": 14181,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14181
},
{
"endIndex": 14230,
"paragraph": {
"elements": [
{
"endIndex": 14230,
"startIndex": 14182,
"textRun": {
"content": " Future<Map<String, String>> _listen() async {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14182
},
{
"endIndex": 14278,
"paragraph": {
"elements": [
{
"endIndex": 14278,
"startIndex": 14230,
"textRun": {
"content": " var request = await _redirectServer!.first;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14230
},
{
"endIndex": 14324,
"paragraph": {
"elements": [
{
"endIndex": 14324,
"startIndex": 14278,
"textRun": {
"content": " var params = request.uri.queryParameters;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14278
},
{
"endIndex": 14363,
"paragraph": {
"elements": [
{
"endIndex": 14363,
"startIndex": 14324,
"textRun": {
"content": " request.response.statusCode = 200;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14324
},
{
"endIndex": 14427,
"paragraph": {
"elements": [
{
"endIndex": 14427,
"startIndex": 14363,
"textRun": {
"content": " request.response.headers.set('content-type', 'text/plain');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14363
},
{
"endIndex": 14499,
"paragraph": {
"elements": [
{
"endIndex": 14499,
"startIndex": 14427,
"textRun": {
"content": " request.response.writeln('Authenticated! You can close this tab.');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14427
},
{
"endIndex": 14535,
"paragraph": {
"elements": [
{
"endIndex": 14535,
"startIndex": 14499,
"textRun": {
"content": " await request.response.close();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14499
},
{
"endIndex": 14571,
"paragraph": {
"elements": [
{
"endIndex": 14571,
"startIndex": 14535,
"textRun": {
"content": " await _redirectServer!.close();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14535
},
{
"endIndex": 14599,
"paragraph": {
"elements": [
{
"endIndex": 14599,
"startIndex": 14571,
"textRun": {
"content": " _redirectServer = null;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14571
},
{
"endIndex": 14618,
"paragraph": {
"elements": [
{
"endIndex": 14618,
"startIndex": 14599,
"textRun": {
"content": " return params;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14599
},
{
"endIndex": 14622,
"paragraph": {
"elements": [
{
"endIndex": 14622,
"startIndex": 14618,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14618
},
{
"endIndex": 14624,
"paragraph": {
"elements": [
{
"endIndex": 14624,
"startIndex": 14622,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14622
},
{
"endIndex": 14625,
"paragraph": {
"elements": [
{
"endIndex": 14625,
"startIndex": 14624,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14624
},
{
"endIndex": 14682,
"paragraph": {
"elements": [
{
"endIndex": 14682,
"startIndex": 14625,
"textRun": {
"content": "class _JsonAcceptingHttpClient extends http.BaseClient {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14625
},
{
"endIndex": 14719,
"paragraph": {
"elements": [
{
"endIndex": 14719,
"startIndex": 14682,
"textRun": {
"content": " final _httpClient = http.Client();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14682
},
{
"endIndex": 14731,
"paragraph": {
"elements": [
{
"endIndex": 14731,
"startIndex": 14719,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14719
},
{
"endIndex": 14796,
"paragraph": {
"elements": [
{
"endIndex": 14796,
"startIndex": 14731,
"textRun": {
"content": " Future<http.StreamedResponse> send(http.BaseRequest request) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14731
},
{
"endIndex": 14848,
"paragraph": {
"elements": [
{
"endIndex": 14848,
"startIndex": 14796,
"textRun": {
"content": " request.headers['Accept'] = 'application/json';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14796
},
{
"endIndex": 14886,
"paragraph": {
"elements": [
{
"endIndex": 14886,
"startIndex": 14848,
"textRun": {
"content": " return _httpClient.send(request);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14848
},
{
"endIndex": 14890,
"paragraph": {
"elements": [
{
"endIndex": 14890,
"startIndex": 14886,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14886
},
{
"endIndex": 14892,
"paragraph": {
"elements": [
{
"endIndex": 14892,
"startIndex": 14890,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14890
},
{
"endIndex": 14893,
"paragraph": {
"elements": [
{
"endIndex": 14893,
"startIndex": 14892,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14892
},
{
"endIndex": 14943,
"paragraph": {
"elements": [
{
"endIndex": 14943,
"startIndex": 14893,
"textRun": {
"content": "class GithubLoginException implements Exception {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14893
},
{
"endIndex": 14987,
"paragraph": {
"elements": [
{
"endIndex": 14987,
"startIndex": 14943,
"textRun": {
"content": " const GithubLoginException(this.message);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14943
},
{
"endIndex": 15011,
"paragraph": {
"elements": [
{
"endIndex": 15011,
"startIndex": 14987,
"textRun": {
"content": " final String message;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 14987
},
{
"endIndex": 15023,
"paragraph": {
"elements": [
{
"endIndex": 15023,
"startIndex": 15011,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15011
},
{
"endIndex": 15055,
"paragraph": {
"elements": [
{
"endIndex": 15055,
"startIndex": 15023,
"textRun": {
"content": " String toString() => message;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15023
},
{
"endIndex": 15057,
"paragraph": {
"elements": [
{
"endIndex": 15057,
"startIndex": 15055,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15055
}
],
"endIndex": 15057,
"startIndex": 11214,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 15059,
"paragraph": {
"elements": [
{
"endIndex": 15059,
"startIndex": 15058,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 15058
},
{
"endIndex": 15316,
"paragraph": {
"elements": [
{
"endIndex": 15316,
"startIndex": 15059,
"textRun": {
"content": "It’s worth spending some time working through this code because it demonstrates some of the capabilities of using Flutter and Dart on the desktop. Yes, the code is complicated, but a lot of functionality is encapsulated in a relatively easy-to-use widget. \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 15059
},
{
"endIndex": 15317,
"paragraph": {
"elements": [
{
"endIndex": 15317,
"startIndex": 15316,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 15316
},
{
"endIndex": 15478,
"paragraph": {
"elements": [
{
"endIndex": 15478,
"startIndex": 15317,
"textRun": {
"content": "This widget exposes a temporary web server and makes secure HTTP requests. On macOS, both of these capabilities need to be requested through entitlements files.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 15317
},
{
"endIndex": 15529,
"paragraph": {
"elements": [
{
"endIndex": 15486,
"startIndex": 15478,
"textRun": {
"content": "Change c",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 15529,
"startIndex": 15486,
"textRun": {
"content": "lient and server entitlements (macOS only)\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.j6sh1ew9czrq",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 15478
},
{
"endIndex": 15715,
"paragraph": {
"elements": [
{
"endIndex": 15681,
"startIndex": 15529,
"textRun": {
"content": "Making web requests and running a web server as a macOS desktop app requires changes to the entitlements for the application. For more information, see ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 15713,
"startIndex": 15681,
"textRun": {
"content": "Entitlements and the App Sandbox",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://flutter.dev/desktop#entitlements-and-the-app-sandbox"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 15714,
"startIndex": 15713,
"textRun": {
"content": ".",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 15715,
"startIndex": 15714,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 15529
},
{
"endIndex": 15754,
"paragraph": {
"elements": [
{
"endIndex": 15753,
"startIndex": 15715,
"textRun": {
"content": "macos/Runner/DebugProfile.entitlements",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/step_04/macos/Runner/DebugProfile.entitlements"
},
"underline": true
}
}
},
{
"endIndex": 15754,
"startIndex": 15753,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.fxzkfghpdp3w",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 15715
},
{
"endIndex": 16186,
"startIndex": 15754,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 16185,
"startIndex": 15755,
"tableCells": [
{
"content": [
{
"endIndex": 15796,
"paragraph": {
"elements": [
{
"endIndex": 15796,
"startIndex": 15757,
"textRun": {
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15757
},
{
"endIndex": 15899,
"paragraph": {
"elements": [
{
"endIndex": 15899,
"startIndex": 15796,
"textRun": {
"content": "<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15796
},
{
"endIndex": 15921,
"paragraph": {
"elements": [
{
"endIndex": 15921,
"startIndex": 15899,
"textRun": {
"content": "<plist version=\"1.0\">\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15899
},
{
"endIndex": 15928,
"paragraph": {
"elements": [
{
"endIndex": 15928,
"startIndex": 15921,
"textRun": {
"content": "<dict>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15921
},
{
"endIndex": 15971,
"paragraph": {
"elements": [
{
"endIndex": 15971,
"startIndex": 15928,
"textRun": {
"content": "\t<key>com.apple.security.app-sandbox</key>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15928
},
{
"endIndex": 15980,
"paragraph": {
"elements": [
{
"endIndex": 15980,
"startIndex": 15971,
"textRun": {
"content": "\t<true/>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15971
},
{
"endIndex": 16024,
"paragraph": {
"elements": [
{
"endIndex": 16024,
"startIndex": 15980,
"textRun": {
"content": "\t<key>com.apple.security.cs.allow-jit</key>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 15980
},
{
"endIndex": 16033,
"paragraph": {
"elements": [
{
"endIndex": 16033,
"startIndex": 16024,
"textRun": {
"content": "\t<true/>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16024
},
{
"endIndex": 16079,
"paragraph": {
"elements": [
{
"endIndex": 16079,
"startIndex": 16033,
"textRun": {
"content": "\t<key>com.apple.security.network.server</key>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16033
},
{
"endIndex": 16088,
"paragraph": {
"elements": [
{
"endIndex": 16088,
"startIndex": 16079,
"textRun": {
"content": "\t<true/>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16079
},
{
"endIndex": 16113,
"paragraph": {
"elements": [
{
"endIndex": 16089,
"startIndex": 16088,
"textRun": {
"content": "\t",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 16113,
"startIndex": 16089,
"textRun": {
"content": "<!-- Add this entry -->\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16088
},
{
"endIndex": 16159,
"paragraph": {
"elements": [
{
"endIndex": 16159,
"startIndex": 16113,
"textRun": {
"content": "\t<key>com.apple.security.network.client</key>\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16113
},
{
"endIndex": 16168,
"paragraph": {
"elements": [
{
"endIndex": 16168,
"startIndex": 16159,
"textRun": {
"content": "\t<true/>\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16159
},
{
"endIndex": 16176,
"paragraph": {
"elements": [
{
"endIndex": 16176,
"startIndex": 16168,
"textRun": {
"content": "</dict>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16168
},
{
"endIndex": 16185,
"paragraph": {
"elements": [
{
"endIndex": 16185,
"startIndex": 16176,
"textRun": {
"content": "</plist>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16176
}
],
"endIndex": 16185,
"startIndex": 15756,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 16187,
"paragraph": {
"elements": [
{
"endIndex": 16187,
"startIndex": 16186,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 16186
},
{
"endIndex": 16259,
"paragraph": {
"elements": [
{
"endIndex": 16190,
"startIndex": 16187,
"textRun": {
"content": "You",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 16259,
"startIndex": 16190,
"textRun": {
"content": " also need to modify the Release entitlements for production builds.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 16187
},
{
"endIndex": 16293,
"paragraph": {
"elements": [
{
"endIndex": 16292,
"startIndex": 16259,
"textRun": {
"content": "macos/Runner/Release.entitlements",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/step_04/macos/Runner/Release.entitlements"
},
"underline": true
}
}
},
{
"endIndex": 16293,
"startIndex": 16292,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.kxtouu341cwy",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 16259
},
{
"endIndex": 16687,
"startIndex": 16293,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 16686,
"startIndex": 16294,
"tableCells": [
{
"content": [
{
"endIndex": 16335,
"paragraph": {
"elements": [
{
"endIndex": 16335,
"startIndex": 16296,
"textRun": {
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16296
},
{
"endIndex": 16438,
"paragraph": {
"elements": [
{
"endIndex": 16438,
"startIndex": 16335,
"textRun": {
"content": "<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16335
},
{
"endIndex": 16460,
"paragraph": {
"elements": [
{
"endIndex": 16460,
"startIndex": 16438,
"textRun": {
"content": "<plist version=\"1.0\">\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16438
},
{
"endIndex": 16467,
"paragraph": {
"elements": [
{
"endIndex": 16467,
"startIndex": 16460,
"textRun": {
"content": "<dict>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16460
},
{
"endIndex": 16510,
"paragraph": {
"elements": [
{
"endIndex": 16510,
"startIndex": 16467,
"textRun": {
"content": "\t<key>com.apple.security.app-sandbox</key>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16467
},
{
"endIndex": 16519,
"paragraph": {
"elements": [
{
"endIndex": 16519,
"startIndex": 16510,
"textRun": {
"content": "\t<true/>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16510
},
{
"endIndex": 16559,
"paragraph": {
"elements": [
{
"endIndex": 16520,
"startIndex": 16519,
"textRun": {
"content": "\t",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 16559,
"startIndex": 16520,
"textRun": {
"content": "<!-- Add the following two entries -->\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16519
},
{
"endIndex": 16605,
"paragraph": {
"elements": [
{
"endIndex": 16605,
"startIndex": 16559,
"textRun": {
"content": "\t<key>com.apple.security.network.server</key>\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16559
},
{
"endIndex": 16614,
"paragraph": {
"elements": [
{
"endIndex": 16614,
"startIndex": 16605,
"textRun": {
"content": "\t<true/>\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16605
},
{
"endIndex": 16660,
"paragraph": {
"elements": [
{
"endIndex": 16660,
"startIndex": 16614,
"textRun": {
"content": "\t<key>com.apple.security.network.client</key>\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16614
},
{
"endIndex": 16669,
"paragraph": {
"elements": [
{
"endIndex": 16669,
"startIndex": 16660,
"textRun": {
"content": "\t<true/>\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16660
},
{
"endIndex": 16677,
"paragraph": {
"elements": [
{
"endIndex": 16677,
"startIndex": 16669,
"textRun": {
"content": "</dict>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16669
},
{
"endIndex": 16686,
"paragraph": {
"elements": [
{
"endIndex": 16686,
"startIndex": 16677,
"textRun": {
"content": "</plist>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 16677
}
],
"endIndex": 16686,
"startIndex": 16295,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 16688,
"paragraph": {
"elements": [
{
"endIndex": 16688,
"startIndex": 16687,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 16687
},
{
"endIndex": 16708,
"paragraph": {
"elements": [
{
"endIndex": 16708,
"startIndex": 16688,
"textRun": {
"content": "Put it all together\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.jm4vjriq444u",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 16688
},
{
"endIndex": 17091,
"paragraph": {
"elements": [
{
"endIndex": 16709,
"startIndex": 16708,
"textRun": {
"content": "Y",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 17070,
"startIndex": 16709,
"textRun": {
"content": "ou’ve configured a new OAuth app, the project is configured with the required packages and plugins, you’ve authored a widget to encapsulate the OAuth authentication flow, and you’ve enabled the app to act as both a network client and server on macOS through entitlements. With all of these required building blocks in place, you can bring it all together in the",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 17071,
"startIndex": 17070,
"textRun": {
"content": " ",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 17084,
"startIndex": 17071,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 17091,
"startIndex": 17084,
"textRun": {
"content": " file.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 16708
},
{
"endIndex": 17105,
"paragraph": {
"elements": [
{
"endIndex": 17104,
"startIndex": 17091,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/step_04/lib/main.dart"
},
"underline": true
}
}
},
{
"endIndex": 17105,
"startIndex": 17104,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.hcdqgnf1x5cc",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 17091
},
{
"endIndex": 18305,
"startIndex": 17105,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 18304,
"startIndex": 17106,
"tableCells": [
{
"content": [
{
"endIndex": 17148,
"paragraph": {
"elements": [
{
"endIndex": 17148,
"startIndex": 17108,
"textRun": {
"content": "import 'package:flutter/material.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17108
},
{
"endIndex": 17188,
"paragraph": {
"elements": [
{
"endIndex": 17188,
"startIndex": 17148,
"textRun": {
"content": "import 'github_oauth_credentials.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17148
},
{
"endIndex": 17220,
"paragraph": {
"elements": [
{
"endIndex": 17220,
"startIndex": 17188,
"textRun": {
"content": "import 'src/github_login.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17188
},
{
"endIndex": 17221,
"paragraph": {
"elements": [
{
"endIndex": 17221,
"startIndex": 17220,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17220
},
{
"endIndex": 17235,
"paragraph": {
"elements": [
{
"endIndex": 17235,
"startIndex": 17221,
"textRun": {
"content": "void main() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17221
},
{
"endIndex": 17260,
"paragraph": {
"elements": [
{
"endIndex": 17260,
"startIndex": 17235,
"textRun": {
"content": " runApp(const MyApp());\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17235
},
{
"endIndex": 17262,
"paragraph": {
"elements": [
{
"endIndex": 17262,
"startIndex": 17260,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17260
},
{
"endIndex": 17263,
"paragraph": {
"elements": [
{
"endIndex": 17263,
"startIndex": 17262,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17262
},
{
"endIndex": 17301,
"paragraph": {
"elements": [
{
"endIndex": 17301,
"startIndex": 17263,
"textRun": {
"content": "class MyApp extends StatelessWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17263
},
{
"endIndex": 17329,
"paragraph": {
"elements": [
{
"endIndex": 17329,
"startIndex": 17301,
"textRun": {
"content": " const MyApp({super.key});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17301
},
{
"endIndex": 17330,
"paragraph": {
"elements": [
{
"endIndex": 17330,
"startIndex": 17329,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17329
},
{
"endIndex": 17342,
"paragraph": {
"elements": [
{
"endIndex": 17342,
"startIndex": 17330,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17330
},
{
"endIndex": 17381,
"paragraph": {
"elements": [
{
"endIndex": 17381,
"startIndex": 17342,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17342
},
{
"endIndex": 17405,
"paragraph": {
"elements": [
{
"endIndex": 17405,
"startIndex": 17381,
"textRun": {
"content": " return MaterialApp(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17381
},
{
"endIndex": 17435,
"paragraph": {
"elements": [
{
"endIndex": 17435,
"startIndex": 17405,
"textRun": {
"content": " title: 'GitHub Client',\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17405
},
{
"endIndex": 17459,
"paragraph": {
"elements": [
{
"endIndex": 17459,
"startIndex": 17435,
"textRun": {
"content": " theme: ThemeData(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17435
},
{
"endIndex": 17495,
"paragraph": {
"elements": [
{
"endIndex": 17495,
"startIndex": 17459,
"textRun": {
"content": " primarySwatch: Colors.blue,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17459
},
{
"endIndex": 17557,
"paragraph": {
"elements": [
{
"endIndex": 17557,
"startIndex": 17495,
"textRun": {
"content": " visualDensity: VisualDensity.adaptivePlatformDensity,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17495
},
{
"endIndex": 17585,
"paragraph": {
"elements": [
{
"endIndex": 17585,
"startIndex": 17557,
"textRun": {
"content": " useMaterial3: true,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17557
},
{
"endIndex": 17594,
"paragraph": {
"elements": [
{
"endIndex": 17594,
"startIndex": 17585,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17585
},
{
"endIndex": 17648,
"paragraph": {
"elements": [
{
"endIndex": 17648,
"startIndex": 17594,
"textRun": {
"content": " home: const MyHomePage(title: 'GitHub Client'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17594
},
{
"endIndex": 17655,
"paragraph": {
"elements": [
{
"endIndex": 17655,
"startIndex": 17648,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17648
},
{
"endIndex": 17659,
"paragraph": {
"elements": [
{
"endIndex": 17659,
"startIndex": 17655,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17655
},
{
"endIndex": 17661,
"paragraph": {
"elements": [
{
"endIndex": 17661,
"startIndex": 17659,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17659
},
{
"endIndex": 17662,
"paragraph": {
"elements": [
{
"endIndex": 17662,
"startIndex": 17661,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17661
},
{
"endIndex": 17705,
"paragraph": {
"elements": [
{
"endIndex": 17705,
"startIndex": 17662,
"textRun": {
"content": "class MyHomePage extends StatelessWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17662
},
{
"endIndex": 17759,
"paragraph": {
"elements": [
{
"endIndex": 17759,
"startIndex": 17705,
"textRun": {
"content": " const MyHomePage({super.key, required this.title});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17705
},
{
"endIndex": 17781,
"paragraph": {
"elements": [
{
"endIndex": 17781,
"startIndex": 17759,
"textRun": {
"content": " final String title;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17759
},
{
"endIndex": 17782,
"paragraph": {
"elements": [
{
"endIndex": 17782,
"startIndex": 17781,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17781
},
{
"endIndex": 17794,
"paragraph": {
"elements": [
{
"endIndex": 17794,
"startIndex": 17782,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17782
},
{
"endIndex": 17833,
"paragraph": {
"elements": [
{
"endIndex": 17833,
"startIndex": 17794,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17794
},
{
"endIndex": 17863,
"paragraph": {
"elements": [
{
"endIndex": 17863,
"startIndex": 17833,
"textRun": {
"content": " return GithubLoginWidget(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17833
},
{
"endIndex": 17902,
"paragraph": {
"elements": [
{
"endIndex": 17902,
"startIndex": 17863,
"textRun": {
"content": " builder: (context, httpClient) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17863
},
{
"endIndex": 17927,
"paragraph": {
"elements": [
{
"endIndex": 17927,
"startIndex": 17902,
"textRun": {
"content": " return Scaffold(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17902
},
{
"endIndex": 17953,
"paragraph": {
"elements": [
{
"endIndex": 17953,
"startIndex": 17927,
"textRun": {
"content": " appBar: AppBar(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17927
},
{
"endIndex": 17985,
"paragraph": {
"elements": [
{
"endIndex": 17985,
"startIndex": 17953,
"textRun": {
"content": " title: Text(title),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17953
},
{
"endIndex": 18011,
"paragraph": {
"elements": [
{
"endIndex": 18011,
"startIndex": 17985,
"textRun": {
"content": " elevation: 2,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 17985
},
{
"endIndex": 18024,
"paragraph": {
"elements": [
{
"endIndex": 18024,
"startIndex": 18011,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18011
},
{
"endIndex": 18054,
"paragraph": {
"elements": [
{
"endIndex": 18054,
"startIndex": 18024,
"textRun": {
"content": " body: const Center(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18024
},
{
"endIndex": 18079,
"paragraph": {
"elements": [
{
"endIndex": 18079,
"startIndex": 18054,
"textRun": {
"content": " child: Text(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18054
},
{
"endIndex": 18125,
"paragraph": {
"elements": [
{
"endIndex": 18125,
"startIndex": 18079,
"textRun": {
"content": " 'You are logged in to GitHub!',\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18079
},
{
"endIndex": 18140,
"paragraph": {
"elements": [
{
"endIndex": 18140,
"startIndex": 18125,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18125
},
{
"endIndex": 18153,
"paragraph": {
"elements": [
{
"endIndex": 18153,
"startIndex": 18140,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18140
},
{
"endIndex": 18164,
"paragraph": {
"elements": [
{
"endIndex": 18164,
"startIndex": 18153,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18153
},
{
"endIndex": 18173,
"paragraph": {
"elements": [
{
"endIndex": 18173,
"startIndex": 18164,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18164
},
{
"endIndex": 18211,
"paragraph": {
"elements": [
{
"endIndex": 18211,
"startIndex": 18173,
"textRun": {
"content": " githubClientId: githubClientId,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18173
},
{
"endIndex": 18257,
"paragraph": {
"elements": [
{
"endIndex": 18257,
"startIndex": 18211,
"textRun": {
"content": " githubClientSecret: githubClientSecret,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18211
},
{
"endIndex": 18291,
"paragraph": {
"elements": [
{
"endIndex": 18291,
"startIndex": 18257,
"textRun": {
"content": " githubScopes: githubScopes,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18257
},
{
"endIndex": 18298,
"paragraph": {
"elements": [
{
"endIndex": 18298,
"startIndex": 18291,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18291
},
{
"endIndex": 18302,
"paragraph": {
"elements": [
{
"endIndex": 18302,
"startIndex": 18298,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18298
},
{
"endIndex": 18304,
"paragraph": {
"elements": [
{
"endIndex": 18304,
"startIndex": 18302,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18302
}
],
"endIndex": 18304,
"startIndex": 17107,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 18306,
"paragraph": {
"elements": [
{
"endIndex": 18306,
"startIndex": 18305,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18305
},
{
"endIndex": 18538,
"paragraph": {
"elements": [
{
"endIndex": 18538,
"startIndex": 18306,
"textRun": {
"content": "When you run this Flutter application, you are initially presented with a button to initiate the GitHub OAuth login flow. After clicking the button, complete the login flow in your web browser, to see that the app is now logged in.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18306
},
{
"endIndex": 18539,
"paragraph": {
"elements": [
{
"endIndex": 18539,
"startIndex": 18538,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18538
},
{
"endIndex": 18540,
"paragraph": {
"elements": [
{
"endIndex": 18540,
"startIndex": 18539,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18539
},
{
"endIndex": 18549,
"startIndex": 18540,
"table": {
"columns": 2,
"rows": 1,
"tableRows": [
{
"endIndex": 18548,
"startIndex": 18541,
"tableCells": [
{
"content": [
{
"endIndex": 18545,
"paragraph": {
"elements": [
{
"endIndex": 18544,
"inlineObjectElement": {
"inlineObjectId": "kix.jul1ydybrquv",
"textStyle": {}
},
"startIndex": 18543
},
{
"endIndex": 18545,
"startIndex": 18544,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18543
}
],
"endIndex": 18545,
"startIndex": 18542,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 18548,
"paragraph": {
"elements": [
{
"endIndex": 18547,
"inlineObjectElement": {
"inlineObjectId": "kix.svvovjnm2z78",
"textStyle": {}
},
"startIndex": 18546
},
{
"endIndex": 18548,
"startIndex": 18547,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": false,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18546
}
],
"endIndex": 18548,
"startIndex": 18545,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
},
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 18550,
"paragraph": {
"elements": [
{
"endIndex": 18550,
"startIndex": 18549,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18549
},
{
"endIndex": 18641,
"paragraph": {
"elements": [
{
"endIndex": 18641,
"startIndex": 18550,
"textRun": {
"content": "Now that you conquered OAuth authentication, you can get started using the GitHub package.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18550
},
{
"endIndex": 18642,
"paragraph": {
"elements": [
{
"endIndex": 18642,
"startIndex": 18641,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18641
},
{
"endIndex": 18658,
"paragraph": {
"elements": [
{
"endIndex": 18658,
"startIndex": 18642,
"textRun": {
"content": "Access GitHub \n",
"textStyle": {
"fontSize": {
"magnitude": 18.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.o7wkpp16ivz9",
"namedStyleType": "HEADING_1",
"pageBreakBefore": false
}
},
"startIndex": 18642
},
{
"endIndex": 18673,
"paragraph": {
"elements": [
{
"endIndex": 18672,
"startIndex": 18658,
"textRun": {
"content": "Duration: 5:00",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.7176471,
"green": 0.7176471,
"red": 0.7176471
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 18673,
"startIndex": 18672,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18658
},
{
"endIndex": 18694,
"paragraph": {
"elements": [
{
"endIndex": 18693,
"startIndex": 18673,
"textRun": {
"content": "Connecting to GitHub",
"textStyle": {}
}
},
{
"endIndex": 18694,
"startIndex": 18693,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.gvdggzcg3rl9",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 18673
},
{
"endIndex": 18887,
"paragraph": {
"elements": [
{
"endIndex": 18857,
"startIndex": 18694,
"textRun": {
"content": "With the OAuth authentication flow, you have obtained the necessary token to access your data on GitHub. To facilitate this task, you are going to use the package ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 18863,
"startIndex": 18857,
"textRun": {
"content": "github",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://pub.dev/packages/github"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 18886,
"startIndex": 18863,
"textRun": {
"content": ", available on pub.dev.",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 18887,
"startIndex": 18886,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18694
},
{
"endIndex": 18888,
"paragraph": {
"elements": [
{
"endIndex": 18888,
"startIndex": 18887,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18887
},
{
"endIndex": 18910,
"paragraph": {
"elements": [
{
"endIndex": 18910,
"startIndex": 18888,
"textRun": {
"content": "Add more dependencies\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.4cgc2h5sgntj",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 18888
},
{
"endIndex": 18937,
"paragraph": {
"elements": [
{
"endIndex": 18937,
"startIndex": 18910,
"textRun": {
"content": "Run the following command:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18910
},
{
"endIndex": 18938,
"paragraph": {
"elements": [
{
"endIndex": 18938,
"startIndex": 18937,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 18937
},
{
"endIndex": 19183,
"startIndex": 18938,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 19182,
"startIndex": 18939,
"tableCells": [
{
"content": [
{
"endIndex": 18966,
"paragraph": {
"elements": [
{
"endIndex": 18966,
"startIndex": 18941,
"textRun": {
"content": "$ flutter pub add github\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18941
},
{
"endIndex": 18993,
"paragraph": {
"elements": [
{
"endIndex": 18993,
"startIndex": 18966,
"textRun": {
"content": "Resolving dependencies... \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18966
},
{
"endIndex": 19009,
"paragraph": {
"elements": [
{
"endIndex": 19009,
"startIndex": 18993,
"textRun": {
"content": "+ github 9.12.0\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 18993
},
{
"endIndex": 19033,
"paragraph": {
"elements": [
{
"endIndex": 19033,
"startIndex": 19009,
"textRun": {
"content": "+ json_annotation 4.8.0\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19009
},
{
"endIndex": 19084,
"paragraph": {
"elements": [
{
"endIndex": 19084,
"startIndex": 19033,
"textRun": {
"content": " material_color_utilities 0.2.0 (0.3.0 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19033
},
{
"endIndex": 19123,
"paragraph": {
"elements": [
{
"endIndex": 19123,
"startIndex": 19084,
"textRun": {
"content": " source_span 1.9.1 (1.10.0 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19084
},
{
"endIndex": 19158,
"paragraph": {
"elements": [
{
"endIndex": 19158,
"startIndex": 19123,
"textRun": {
"content": " test_api 0.5.1 (0.5.2 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19123
},
{
"endIndex": 19182,
"paragraph": {
"elements": [
{
"endIndex": 19182,
"startIndex": 19158,
"textRun": {
"content": "Changed 2 dependencies!\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19158
}
],
"endIndex": 19182,
"startIndex": 18940,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 19184,
"paragraph": {
"elements": [
{
"endIndex": 19184,
"startIndex": 19183,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 19183
},
{
"endIndex": 19236,
"paragraph": {
"elements": [
{
"endIndex": 19235,
"startIndex": 19184,
"textRun": {
"content": "Using the OAuth credentials with the GitHub package",
"textStyle": {}
}
},
{
"endIndex": 19236,
"startIndex": 19235,
"textRun": {
"content": "\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.xt1o8mni566u",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 19184
},
{
"endIndex": 19507,
"paragraph": {
"elements": [
{
"endIndex": 19240,
"startIndex": 19236,
"textRun": {
"content": "The ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 19258,
"startIndex": 19240,
"textRun": {
"content": "GithubLoginWidget ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 19303,
"startIndex": 19258,
"textRun": {
"content": "you created in the previous step provides an ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 19314,
"startIndex": 19303,
"textRun": {
"content": "HttpClient ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 19420,
"startIndex": 19314,
"textRun": {
"content": "that can interact with the GitHub API. In this step you are going to use the credentials contained in the ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 19431,
"startIndex": 19420,
"textRun": {
"content": "HttpClient ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 19507,
"startIndex": 19431,
"textRun": {
"content": "to to access the GitHub API using the GitHub package as demonstrated below:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 19236
},
{
"endIndex": 19508,
"paragraph": {
"elements": [
{
"endIndex": 19508,
"startIndex": 19507,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 19507
},
{
"endIndex": 19636,
"startIndex": 19508,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 19635,
"startIndex": 19509,
"tableCells": [
{
"content": [
{
"endIndex": 19567,
"paragraph": {
"elements": [
{
"endIndex": 19567,
"startIndex": 19511,
"textRun": {
"content": "final accessToken = httpClient.credentials.accessToken;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19511
},
{
"endIndex": 19635,
"paragraph": {
"elements": [
{
"endIndex": 19635,
"startIndex": 19567,
"textRun": {
"content": "final gitHub = GitHub(auth: Authentication.withToken(accessToken));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19567
}
],
"endIndex": 19635,
"startIndex": 19510,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 19637,
"paragraph": {
"elements": [
{
"endIndex": 19637,
"startIndex": 19636,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 19636
},
{
"endIndex": 19664,
"paragraph": {
"elements": [
{
"endIndex": 19664,
"startIndex": 19637,
"textRun": {
"content": "Put it all together, again\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.48td5rausrn",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 19637
},
{
"endIndex": 19735,
"paragraph": {
"elements": [
{
"endIndex": 19669,
"startIndex": 19664,
"textRun": {
"content": "It’s ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 19715,
"startIndex": 19669,
"textRun": {
"content": "time to integrate the GitHub client into your ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 19728,
"startIndex": 19715,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 19729,
"startIndex": 19728,
"textRun": {
"content": " ",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 19734,
"startIndex": 19729,
"textRun": {
"content": "file.",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 19735,
"startIndex": 19734,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 19664
},
{
"endIndex": 19749,
"paragraph": {
"elements": [
{
"endIndex": 19748,
"startIndex": 19735,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/step_05/lib/main.dart"
},
"underline": true
}
}
},
{
"endIndex": 19749,
"startIndex": 19748,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.3dhyu6vvv6da",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 19735
},
{
"endIndex": 21738,
"startIndex": 19749,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 21737,
"startIndex": 19750,
"tableCells": [
{
"content": [
{
"endIndex": 19792,
"paragraph": {
"elements": [
{
"endIndex": 19792,
"startIndex": 19752,
"textRun": {
"content": "import 'package:flutter/material.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19752
},
{
"endIndex": 19878,
"paragraph": {
"elements": [
{
"endIndex": 19878,
"startIndex": 19792,
"textRun": {
"content": "import 'package:github/github.dart'; // Add this import\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19792
},
{
"endIndex": 19879,
"paragraph": {
"elements": [
{
"endIndex": 19879,
"startIndex": 19878,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19878
},
{
"endIndex": 19919,
"paragraph": {
"elements": [
{
"endIndex": 19919,
"startIndex": 19879,
"textRun": {
"content": "import 'github_oauth_credentials.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19879
},
{
"endIndex": 19951,
"paragraph": {
"elements": [
{
"endIndex": 19951,
"startIndex": 19919,
"textRun": {
"content": "import 'src/github_login.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19919
},
{
"endIndex": 19952,
"paragraph": {
"elements": [
{
"endIndex": 19952,
"startIndex": 19951,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19951
},
{
"endIndex": 19966,
"paragraph": {
"elements": [
{
"endIndex": 19966,
"startIndex": 19952,
"textRun": {
"content": "void main() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19952
},
{
"endIndex": 19991,
"paragraph": {
"elements": [
{
"endIndex": 19991,
"startIndex": 19966,
"textRun": {
"content": " runApp(const MyApp());\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19966
},
{
"endIndex": 19993,
"paragraph": {
"elements": [
{
"endIndex": 19993,
"startIndex": 19991,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19991
},
{
"endIndex": 19994,
"paragraph": {
"elements": [
{
"endIndex": 19994,
"startIndex": 19993,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19993
},
{
"endIndex": 20032,
"paragraph": {
"elements": [
{
"endIndex": 20032,
"startIndex": 19994,
"textRun": {
"content": "class MyApp extends StatelessWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 19994
},
{
"endIndex": 20060,
"paragraph": {
"elements": [
{
"endIndex": 20060,
"startIndex": 20032,
"textRun": {
"content": " const MyApp({super.key});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20032
},
{
"endIndex": 20061,
"paragraph": {
"elements": [
{
"endIndex": 20061,
"startIndex": 20060,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20060
},
{
"endIndex": 20073,
"paragraph": {
"elements": [
{
"endIndex": 20073,
"startIndex": 20061,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20061
},
{
"endIndex": 20112,
"paragraph": {
"elements": [
{
"endIndex": 20112,
"startIndex": 20073,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20073
},
{
"endIndex": 20136,
"paragraph": {
"elements": [
{
"endIndex": 20136,
"startIndex": 20112,
"textRun": {
"content": " return MaterialApp(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20112
},
{
"endIndex": 20166,
"paragraph": {
"elements": [
{
"endIndex": 20166,
"startIndex": 20136,
"textRun": {
"content": " title: 'GitHub Client',\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20136
},
{
"endIndex": 20190,
"paragraph": {
"elements": [
{
"endIndex": 20190,
"startIndex": 20166,
"textRun": {
"content": " theme: ThemeData(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20166
},
{
"endIndex": 20226,
"paragraph": {
"elements": [
{
"endIndex": 20226,
"startIndex": 20190,
"textRun": {
"content": " primarySwatch: Colors.blue,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20190
},
{
"endIndex": 20288,
"paragraph": {
"elements": [
{
"endIndex": 20288,
"startIndex": 20226,
"textRun": {
"content": " visualDensity: VisualDensity.adaptivePlatformDensity,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20226
},
{
"endIndex": 20316,
"paragraph": {
"elements": [
{
"endIndex": 20316,
"startIndex": 20288,
"textRun": {
"content": " useMaterial3: true,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20288
},
{
"endIndex": 20325,
"paragraph": {
"elements": [
{
"endIndex": 20325,
"startIndex": 20316,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20316
},
{
"endIndex": 20379,
"paragraph": {
"elements": [
{
"endIndex": 20379,
"startIndex": 20325,
"textRun": {
"content": " home: const MyHomePage(title: 'GitHub Client'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20325
},
{
"endIndex": 20386,
"paragraph": {
"elements": [
{
"endIndex": 20386,
"startIndex": 20379,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20379
},
{
"endIndex": 20390,
"paragraph": {
"elements": [
{
"endIndex": 20390,
"startIndex": 20386,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20386
},
{
"endIndex": 20392,
"paragraph": {
"elements": [
{
"endIndex": 20392,
"startIndex": 20390,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20390
},
{
"endIndex": 20393,
"paragraph": {
"elements": [
{
"endIndex": 20393,
"startIndex": 20392,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20392
},
{
"endIndex": 20436,
"paragraph": {
"elements": [
{
"endIndex": 20436,
"startIndex": 20393,
"textRun": {
"content": "class MyHomePage extends StatelessWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20393
},
{
"endIndex": 20490,
"paragraph": {
"elements": [
{
"endIndex": 20490,
"startIndex": 20436,
"textRun": {
"content": " const MyHomePage({super.key, required this.title});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20436
},
{
"endIndex": 20512,
"paragraph": {
"elements": [
{
"endIndex": 20512,
"startIndex": 20490,
"textRun": {
"content": " final String title;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20490
},
{
"endIndex": 20513,
"paragraph": {
"elements": [
{
"endIndex": 20513,
"startIndex": 20512,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20512
},
{
"endIndex": 20525,
"paragraph": {
"elements": [
{
"endIndex": 20525,
"startIndex": 20513,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20513
},
{
"endIndex": 20564,
"paragraph": {
"elements": [
{
"endIndex": 20564,
"startIndex": 20525,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20525
},
{
"endIndex": 20594,
"paragraph": {
"elements": [
{
"endIndex": 20594,
"startIndex": 20564,
"textRun": {
"content": " return GithubLoginWidget(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20564
},
{
"endIndex": 20633,
"paragraph": {
"elements": [
{
"endIndex": 20633,
"startIndex": 20594,
"textRun": {
"content": " builder: (context, httpClient) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20594
},
{
"endIndex": 20720,
"paragraph": {
"elements": [
{
"endIndex": 20720,
"startIndex": 20633,
"textRun": {
"content": " return FutureBuilder<CurrentUser>( // Modify from here\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20633
},
{
"endIndex": 20788,
"paragraph": {
"elements": [
{
"endIndex": 20788,
"startIndex": 20720,
"textRun": {
"content": " future: viewerDetail(httpClient.credentials.accessToken),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20720
},
{
"endIndex": 20829,
"paragraph": {
"elements": [
{
"endIndex": 20829,
"startIndex": 20788,
"textRun": {
"content": " builder: (context, snapshot) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20788
},
{
"endIndex": 20858,
"paragraph": {
"elements": [
{
"endIndex": 20858,
"startIndex": 20829,
"textRun": {
"content": " return Scaffold(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20829
},
{
"endIndex": 20888,
"paragraph": {
"elements": [
{
"endIndex": 20888,
"startIndex": 20858,
"textRun": {
"content": " appBar: AppBar(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20858
},
{
"endIndex": 20924,
"paragraph": {
"elements": [
{
"endIndex": 20924,
"startIndex": 20888,
"textRun": {
"content": " title: Text(title),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20888
},
{
"endIndex": 20954,
"paragraph": {
"elements": [
{
"endIndex": 20954,
"startIndex": 20924,
"textRun": {
"content": " elevation: 2,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20924
},
{
"endIndex": 20971,
"paragraph": {
"elements": [
{
"endIndex": 20971,
"startIndex": 20954,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20954
},
{
"endIndex": 20999,
"paragraph": {
"elements": [
{
"endIndex": 20999,
"startIndex": 20971,
"textRun": {
"content": " body: Center(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20971
},
{
"endIndex": 21028,
"paragraph": {
"elements": [
{
"endIndex": 21028,
"startIndex": 20999,
"textRun": {
"content": " child: Text(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 20999
},
{
"endIndex": 21063,
"paragraph": {
"elements": [
{
"endIndex": 21063,
"startIndex": 21028,
"textRun": {
"content": " snapshot.hasData\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21028
},
{
"endIndex": 21120,
"paragraph": {
"elements": [
{
"endIndex": 21120,
"startIndex": 21063,
"textRun": {
"content": " ? 'Hello ${snapshot.data!.login}!'\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21063
},
{
"endIndex": 21182,
"paragraph": {
"elements": [
{
"endIndex": 21182,
"startIndex": 21120,
"textRun": {
"content": " : 'Retrieving viewer login details...',\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21120
},
{
"endIndex": 21201,
"paragraph": {
"elements": [
{
"endIndex": 21201,
"startIndex": 21182,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21182
},
{
"endIndex": 21218,
"paragraph": {
"elements": [
{
"endIndex": 21218,
"startIndex": 21201,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21201
},
{
"endIndex": 21233,
"paragraph": {
"elements": [
{
"endIndex": 21233,
"startIndex": 21218,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21218
},
{
"endIndex": 21312,
"paragraph": {
"elements": [
{
"endIndex": 21312,
"startIndex": 21233,
"textRun": {
"content": " }, // to here.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21233
},
{
"endIndex": 21323,
"paragraph": {
"elements": [
{
"endIndex": 21323,
"startIndex": 21312,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21312
},
{
"endIndex": 21332,
"paragraph": {
"elements": [
{
"endIndex": 21332,
"startIndex": 21323,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21323
},
{
"endIndex": 21370,
"paragraph": {
"elements": [
{
"endIndex": 21370,
"startIndex": 21332,
"textRun": {
"content": " githubClientId: githubClientId,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21332
},
{
"endIndex": 21416,
"paragraph": {
"elements": [
{
"endIndex": 21416,
"startIndex": 21370,
"textRun": {
"content": " githubClientSecret: githubClientSecret,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21370
},
{
"endIndex": 21450,
"paragraph": {
"elements": [
{
"endIndex": 21450,
"startIndex": 21416,
"textRun": {
"content": " githubScopes: githubScopes,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21416
},
{
"endIndex": 21457,
"paragraph": {
"elements": [
{
"endIndex": 21457,
"startIndex": 21450,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21450
},
{
"endIndex": 21461,
"paragraph": {
"elements": [
{
"endIndex": 21461,
"startIndex": 21457,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21457
},
{
"endIndex": 21463,
"paragraph": {
"elements": [
{
"endIndex": 21463,
"startIndex": 21461,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21461
},
{
"endIndex": 21464,
"paragraph": {
"elements": [
{
"endIndex": 21464,
"startIndex": 21463,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21463
},
{
"endIndex": 21548,
"paragraph": {
"elements": [
{
"endIndex": 21548,
"startIndex": 21464,
"textRun": {
"content": "Future<CurrentUser> viewerDetail(String accessToken) async { // Add from here\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21464
},
{
"endIndex": 21618,
"paragraph": {
"elements": [
{
"endIndex": 21618,
"startIndex": 21548,
"textRun": {
"content": " final gitHub = GitHub(auth: Authentication.withToken(accessToken));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21548
},
{
"endIndex": 21658,
"paragraph": {
"elements": [
{
"endIndex": 21658,
"startIndex": 21618,
"textRun": {
"content": " return gitHub.users.getCurrentUser();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21618
},
{
"endIndex": 21737,
"paragraph": {
"elements": [
{
"endIndex": 21737,
"startIndex": 21658,
"textRun": {
"content": "} // to here.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21658
}
],
"endIndex": 21737,
"startIndex": 19751,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 21739,
"paragraph": {
"elements": [
{
"endIndex": 21739,
"startIndex": 21738,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 21738
},
{
"endIndex": 21952,
"paragraph": {
"elements": [
{
"endIndex": 21745,
"startIndex": 21739,
"textRun": {
"content": "After ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 21952,
"startIndex": 21745,
"textRun": {
"content": "you run this Flutter application, a button that initiates the GitHub OAuth login flow is displayed. After you click the button, complete the login flow in your web browser. You are now logged in to the app.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 21739
},
{
"endIndex": 21953,
"paragraph": {
"elements": [
{
"endIndex": 21953,
"startIndex": 21952,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 21952
},
{
"endIndex": 21954,
"paragraph": {
"elements": [
{
"endIndex": 21954,
"startIndex": 21953,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 21953
},
{
"endIndex": 21963,
"startIndex": 21954,
"table": {
"columns": 2,
"rows": 1,
"tableRows": [
{
"endIndex": 21962,
"startIndex": 21955,
"tableCells": [
{
"content": [
{
"endIndex": 21959,
"paragraph": {
"elements": [
{
"endIndex": 21958,
"inlineObjectElement": {
"inlineObjectId": "kix.lepm4wpxpiku",
"textStyle": {}
},
"startIndex": 21957
},
{
"endIndex": 21959,
"startIndex": 21958,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21957
}
],
"endIndex": 21959,
"startIndex": 21956,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 21962,
"paragraph": {
"elements": [
{
"endIndex": 21961,
"inlineObjectElement": {
"inlineObjectId": "kix.srjkotqu1mbm",
"textStyle": {}
},
"startIndex": 21960
},
{
"endIndex": 21962,
"startIndex": 21961,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 21960
}
],
"endIndex": 21962,
"startIndex": 21959,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
},
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 21964,
"paragraph": {
"elements": [
{
"endIndex": 21964,
"startIndex": 21963,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 21963
},
{
"endIndex": 22147,
"paragraph": {
"elements": [
{
"endIndex": 22147,
"startIndex": 21964,
"textRun": {
"content": "In the next step, you’ll eliminate an annoyance in the current code base. You’ll bring the application back to the foreground after authenticating the application in the web browser.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 21964
},
{
"endIndex": 22201,
"paragraph": {
"elements": [
{
"endIndex": 22156,
"startIndex": 22147,
"textRun": {
"content": "Create a ",
"textStyle": {
"fontSize": {
"magnitude": 18.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 22201,
"startIndex": 22156,
"textRun": {
"content": "Flutter plugin for Windows, macOS and Linux \n",
"textStyle": {
"fontSize": {
"magnitude": 18.0,
"unit": "PT"
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.y4dthnd83h7y",
"namedStyleType": "HEADING_1",
"pageBreakBefore": false
}
},
"startIndex": 22147
},
{
"endIndex": 22216,
"paragraph": {
"elements": [
{
"endIndex": 22215,
"startIndex": 22201,
"textRun": {
"content": "Duration: 5:00",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.7176471,
"green": 0.7176471,
"red": 0.7176471
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 22216,
"startIndex": 22215,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 22201
},
{
"endIndex": 22235,
"paragraph": {
"elements": [
{
"endIndex": 22235,
"startIndex": 22216,
"textRun": {
"content": "Tidy up annoyances\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.x5mzhz8u9ffc",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 22216
},
{
"endIndex": 22541,
"paragraph": {
"elements": [
{
"endIndex": 22540,
"startIndex": 22235,
"textRun": {
"content": "Currently, the code has an annoying aspect. After the authentication flow, when GitHub has authenticated your application, you are left staring at a web browser page. Ideally, you should automatically return to the application. Fixing this requires creating a Flutter plugin for your desktop platform(s). ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 22541,
"startIndex": 22540,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 22235
},
{
"endIndex": 22594,
"paragraph": {
"elements": [
{
"endIndex": 22594,
"startIndex": 22541,
"textRun": {
"content": "Create a Flutter plugin for Windows, macOS and Linux\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.7pvyiekezbx3",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 22541
},
{
"endIndex": 23005,
"paragraph": {
"elements": [
{
"endIndex": 22786,
"startIndex": 22594,
"textRun": {
"content": "To have the application automatically bring itself to the front of the stack of application windows after the OAuth flow completes requires some native code. For macOS, the API you need is the",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 22787,
"startIndex": 22786,
"textRun": {
"content": " ",
"textStyle": {}
}
},
{
"endIndex": 22800,
"startIndex": 22787,
"textRun": {
"content": "NSApplication",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 22802,
"startIndex": 22800,
"textRun": {
"content": "’s",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 22803,
"startIndex": 22802,
"textRun": {
"content": " ",
"textStyle": {}
}
},
{
"endIndex": 22804,
"startIndex": 22803,
"textRun": {
"content": " ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 22832,
"startIndex": 22804,
"textRun": {
"content": "activate(ignoringOtherApps:)",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://developer.apple.com/documentation/appkit/nsapplication/1428468-activate"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 22872,
"startIndex": 22832,
"textRun": {
"content": " instance method, for Linux we will use ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 22890,
"startIndex": 22872,
"textRun": {
"content": "gtk_window_present",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-present"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 22936,
"startIndex": 22890,
"textRun": {
"content": ", and for Windows we resort to Stack Overflow.",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 23005,
"startIndex": 22936,
"textRun": {
"content": " To be able to call these APIs, you need to create a Flutter plugin.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 22594
},
{
"endIndex": 23006,
"paragraph": {
"elements": [
{
"endIndex": 23006,
"startIndex": 23005,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 23005
},
{
"endIndex": 23058,
"paragraph": {
"elements": [
{
"endIndex": 23018,
"startIndex": 23006,
"textRun": {
"content": "You can use ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 23026,
"startIndex": 23018,
"textRun": {
"content": "flutter ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 23058,
"startIndex": 23026,
"textRun": {
"content": "to create a new plugin project.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 23006
},
{
"endIndex": 23059,
"paragraph": {
"elements": [
{
"endIndex": 23059,
"startIndex": 23058,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 23058
},
{
"endIndex": 23211,
"startIndex": 23059,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 23210,
"startIndex": 23060,
"tableCells": [
{
"content": [
{
"endIndex": 23114,
"paragraph": {
"elements": [
{
"endIndex": 23114,
"startIndex": 23062,
"textRun": {
"content": "$ cd .. # step outside of the github_client project\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23062
},
{
"endIndex": 23189,
"paragraph": {
"elements": [
{
"endIndex": 23189,
"startIndex": 23114,
"textRun": {
"content": "$ flutter create -t plugin --platforms=linux,macos,windows window_to_front\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23114
},
{
"endIndex": 23210,
"paragraph": {
"elements": [
{
"endIndex": 23210,
"startIndex": 23189,
"textRun": {
"content": "$ cd window_to_front\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23189
}
],
"endIndex": 23210,
"startIndex": 23061,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 23212,
"paragraph": {
"elements": [
{
"endIndex": 23212,
"startIndex": 23211,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 23211
},
{
"endIndex": 23284,
"paragraph": {
"elements": [
{
"endIndex": 23263,
"startIndex": 23212,
"textRun": {
"content": "Delete the example code, as you won’t be using it. ",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 23284,
"startIndex": 23263,
"textRun": {
"content": "For macOS and Linux:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 23212
},
{
"endIndex": 23285,
"paragraph": {
"elements": [
{
"endIndex": 23285,
"startIndex": 23284,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 23284
},
{
"endIndex": 23305,
"startIndex": 23285,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 23304,
"startIndex": 23286,
"tableCells": [
{
"content": [
{
"endIndex": 23304,
"paragraph": {
"elements": [
{
"endIndex": 23304,
"startIndex": 23288,
"textRun": {
"content": "$ rm -r example\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23288
}
],
"endIndex": 23304,
"startIndex": 23287,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 23306,
"paragraph": {
"elements": [
{
"endIndex": 23306,
"startIndex": 23305,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 23305
},
{
"endIndex": 23319,
"paragraph": {
"elements": [
{
"endIndex": 23319,
"startIndex": 23306,
"textRun": {
"content": "For Windows:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 23306
},
{
"endIndex": 23320,
"paragraph": {
"elements": [
{
"endIndex": 23320,
"startIndex": 23319,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 23319
},
{
"endIndex": 23363,
"startIndex": 23320,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 23362,
"startIndex": 23321,
"tableCells": [
{
"content": [
{
"endIndex": 23362,
"paragraph": {
"elements": [
{
"endIndex": 23362,
"startIndex": 23323,
"textRun": {
"content": "PS C:\\src\\github_client> rmdir example\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23323
}
],
"endIndex": 23362,
"startIndex": 23322,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 23364,
"paragraph": {
"elements": [
{
"endIndex": 23364,
"startIndex": 23363,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 23363
},
{
"endIndex": 23425,
"paragraph": {
"elements": [
{
"endIndex": 23424,
"startIndex": 23364,
"textRun": {
"content": "Confirm the generated pubspec.yaml looks like the following.",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 23425,
"startIndex": 23424,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 23364
},
{
"endIndex": 23457,
"paragraph": {
"elements": [
{
"endIndex": 23456,
"startIndex": 23425,
"textRun": {
"content": "../window_to_front/pubspec.yaml",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/window_to_front/pubspec.yaml"
},
"underline": true
}
}
},
{
"endIndex": 23457,
"startIndex": 23456,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.jzwhkyx3nv7v",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 23425
},
{
"endIndex": 23969,
"startIndex": 23457,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 23968,
"startIndex": 23458,
"tableCells": [
{
"content": [
{
"endIndex": 23482,
"paragraph": {
"elements": [
{
"endIndex": 23482,
"startIndex": 23460,
"textRun": {
"content": "name: window_to_front\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23460
},
{
"endIndex": 23525,
"paragraph": {
"elements": [
{
"endIndex": 23525,
"startIndex": 23482,
"textRun": {
"content": "description: A new Flutter plugin project.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23482
},
{
"endIndex": 23540,
"paragraph": {
"elements": [
{
"endIndex": 23540,
"startIndex": 23525,
"textRun": {
"content": "version: 0.0.1\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23525
},
{
"endIndex": 23550,
"paragraph": {
"elements": [
{
"endIndex": 23550,
"startIndex": 23540,
"textRun": {
"content": "homepage:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23540
},
{
"endIndex": 23551,
"paragraph": {
"elements": [
{
"endIndex": 23551,
"startIndex": 23550,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23550
},
{
"endIndex": 23564,
"paragraph": {
"elements": [
{
"endIndex": 23564,
"startIndex": 23551,
"textRun": {
"content": "environment:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23551
},
{
"endIndex": 23589,
"paragraph": {
"elements": [
{
"endIndex": 23589,
"startIndex": 23564,
"textRun": {
"content": " sdk: \">=2.17.5 <3.0.0\"\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23564
},
{
"endIndex": 23610,
"paragraph": {
"elements": [
{
"endIndex": 23610,
"startIndex": 23589,
"textRun": {
"content": " flutter: \">=2.5.0\"\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23589
},
{
"endIndex": 23611,
"paragraph": {
"elements": [
{
"endIndex": 23611,
"startIndex": 23610,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23610
},
{
"endIndex": 23625,
"paragraph": {
"elements": [
{
"endIndex": 23625,
"startIndex": 23611,
"textRun": {
"content": "dependencies:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23611
},
{
"endIndex": 23636,
"paragraph": {
"elements": [
{
"endIndex": 23636,
"startIndex": 23625,
"textRun": {
"content": " flutter:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23625
},
{
"endIndex": 23653,
"paragraph": {
"elements": [
{
"endIndex": 23653,
"startIndex": 23636,
"textRun": {
"content": " sdk: flutter\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23636
},
{
"endIndex": 23689,
"paragraph": {
"elements": [
{
"endIndex": 23689,
"startIndex": 23653,
"textRun": {
"content": " plugin_platform_interface: ^2.0.2\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23653
},
{
"endIndex": 23690,
"paragraph": {
"elements": [
{
"endIndex": 23690,
"startIndex": 23689,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23689
},
{
"endIndex": 23708,
"paragraph": {
"elements": [
{
"endIndex": 23708,
"startIndex": 23690,
"textRun": {
"content": "dev_dependencies:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23690
},
{
"endIndex": 23724,
"paragraph": {
"elements": [
{
"endIndex": 23724,
"startIndex": 23708,
"textRun": {
"content": " flutter_test:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23708
},
{
"endIndex": 23741,
"paragraph": {
"elements": [
{
"endIndex": 23741,
"startIndex": 23724,
"textRun": {
"content": " sdk: flutter\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23724
},
{
"endIndex": 23765,
"paragraph": {
"elements": [
{
"endIndex": 23765,
"startIndex": 23741,
"textRun": {
"content": " flutter_lints: ^2.0.0\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23741
},
{
"endIndex": 23766,
"paragraph": {
"elements": [
{
"endIndex": 23766,
"startIndex": 23765,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23765
},
{
"endIndex": 23775,
"paragraph": {
"elements": [
{
"endIndex": 23775,
"startIndex": 23766,
"textRun": {
"content": "flutter:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23766
},
{
"endIndex": 23785,
"paragraph": {
"elements": [
{
"endIndex": 23785,
"startIndex": 23775,
"textRun": {
"content": " plugin:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23775
},
{
"endIndex": 23800,
"paragraph": {
"elements": [
{
"endIndex": 23800,
"startIndex": 23785,
"textRun": {
"content": " platforms:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23785
},
{
"endIndex": 23813,
"paragraph": {
"elements": [
{
"endIndex": 23813,
"startIndex": 23800,
"textRun": {
"content": " linux:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23800
},
{
"endIndex": 23854,
"paragraph": {
"elements": [
{
"endIndex": 23854,
"startIndex": 23813,
"textRun": {
"content": " pluginClass: WindowToFrontPlugin\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23813
},
{
"endIndex": 23867,
"paragraph": {
"elements": [
{
"endIndex": 23867,
"startIndex": 23854,
"textRun": {
"content": " macos:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23854
},
{
"endIndex": 23908,
"paragraph": {
"elements": [
{
"endIndex": 23908,
"startIndex": 23867,
"textRun": {
"content": " pluginClass: WindowToFrontPlugin\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23867
},
{
"endIndex": 23923,
"paragraph": {
"elements": [
{
"endIndex": 23923,
"startIndex": 23908,
"textRun": {
"content": " windows:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23908
},
{
"endIndex": 23968,
"paragraph": {
"elements": [
{
"endIndex": 23968,
"startIndex": 23923,
"textRun": {
"content": " pluginClass: WindowToFrontPluginCApi\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 23923
}
],
"endIndex": 23968,
"startIndex": 23459,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 23970,
"paragraph": {
"elements": [
{
"endIndex": 23970,
"startIndex": 23969,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 23969
},
{
"endIndex": 24166,
"paragraph": {
"elements": [
{
"endIndex": 23995,
"startIndex": 23970,
"textRun": {
"content": "This plugin is configured",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 24113,
"startIndex": 23995,
"textRun": {
"content": " for macOS, Linux and Windows. Now, you can add the Swift code that pops the Flutter application window forward. Edit ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 24152,
"startIndex": 24113,
"textRun": {
"content": "macos/Classes/WindowToFrontPlugin.swift",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 24154,
"startIndex": 24152,
"textRun": {
"content": ", ",
"textStyle": {}
}
},
{
"endIndex": 24166,
"startIndex": 24154,
"textRun": {
"content": "as follows:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 23970
},
{
"endIndex": 24225,
"paragraph": {
"elements": [
{
"endIndex": 24224,
"startIndex": 24166,
"textRun": {
"content": "../window_to_front/macos/Classes/WindowToFrontPlugin.swift",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/window_to_front/macos/Classes/WindowToFrontPlugin.swift"
},
"underline": true
}
}
},
{
"endIndex": 24225,
"startIndex": 24224,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.gbdp4zvacbnx",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 24166
},
{
"endIndex": 24995,
"startIndex": 24225,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 24994,
"startIndex": 24226,
"tableCells": [
{
"content": [
{
"endIndex": 24241,
"paragraph": {
"elements": [
{
"endIndex": 24241,
"startIndex": 24228,
"textRun": {
"content": "import Cocoa\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24228
},
{
"endIndex": 24261,
"paragraph": {
"elements": [
{
"endIndex": 24261,
"startIndex": 24241,
"textRun": {
"content": "import FlutterMacOS\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24241
},
{
"endIndex": 24262,
"paragraph": {
"elements": [
{
"endIndex": 24262,
"startIndex": 24261,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24261
},
{
"endIndex": 24322,
"paragraph": {
"elements": [
{
"endIndex": 24322,
"startIndex": 24262,
"textRun": {
"content": "public class WindowToFrontPlugin: NSObject, FlutterPlugin {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24262
},
{
"endIndex": 24394,
"paragraph": {
"elements": [
{
"endIndex": 24394,
"startIndex": 24322,
"textRun": {
"content": " public static func register(with registrar: FlutterPluginRegistrar) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24322
},
{
"endIndex": 24496,
"paragraph": {
"elements": [
{
"endIndex": 24496,
"startIndex": 24394,
"textRun": {
"content": " let channel = FlutterMethodChannel(name: \"window_to_front\", binaryMessenger: registrar.messenger)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24394
},
{
"endIndex": 24537,
"paragraph": {
"elements": [
{
"endIndex": 24537,
"startIndex": 24496,
"textRun": {
"content": " let instance = WindowToFrontPlugin()\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24496
},
{
"endIndex": 24601,
"paragraph": {
"elements": [
{
"endIndex": 24601,
"startIndex": 24537,
"textRun": {
"content": " registrar.addMethodCallDelegate(instance, channel: channel)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24537
},
{
"endIndex": 24605,
"paragraph": {
"elements": [
{
"endIndex": 24605,
"startIndex": 24601,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24601
},
{
"endIndex": 24606,
"paragraph": {
"elements": [
{
"endIndex": 24606,
"startIndex": 24605,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24605
},
{
"endIndex": 24689,
"paragraph": {
"elements": [
{
"endIndex": 24689,
"startIndex": 24606,
"textRun": {
"content": " public func handle(_ call: FlutterMethodCall, result: @escaping FlutterResult) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24606
},
{
"endIndex": 24714,
"paragraph": {
"elements": [
{
"endIndex": 24714,
"startIndex": 24689,
"textRun": {
"content": " switch call.method {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24689
},
{
"endIndex": 24735,
"paragraph": {
"elements": [
{
"endIndex": 24718,
"startIndex": 24714,
"textRun": {
"content": " ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 24735,
"startIndex": 24718,
"textRun": {
"content": "// Add from here\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24714
},
{
"endIndex": 24756,
"paragraph": {
"elements": [
{
"endIndex": 24739,
"startIndex": 24735,
"textRun": {
"content": " ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 24756,
"startIndex": 24739,
"textRun": {
"content": "case \"activate\":\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24735
},
{
"endIndex": 24817,
"paragraph": {
"elements": [
{
"endIndex": 24817,
"startIndex": 24756,
"textRun": {
"content": " NSApplication.shared.activate(ignoringOtherApps: true)\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24756
},
{
"endIndex": 24835,
"paragraph": {
"elements": [
{
"endIndex": 24835,
"startIndex": 24817,
"textRun": {
"content": " result(nil)\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24817
},
{
"endIndex": 24851,
"paragraph": {
"elements": [
{
"endIndex": 24851,
"startIndex": 24835,
"textRun": {
"content": " // to here.\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24835
},
{
"endIndex": 24894,
"paragraph": {
"elements": [
{
"endIndex": 24894,
"startIndex": 24851,
"textRun": {
"content": " // Delete the getPlatformVersion case,\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24851
},
{
"endIndex": 24927,
"paragraph": {
"elements": [
{
"endIndex": 24927,
"startIndex": 24894,
"textRun": {
"content": " // as you won’t be using it.\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24894
},
{
"endIndex": 24940,
"paragraph": {
"elements": [
{
"endIndex": 24940,
"startIndex": 24927,
"textRun": {
"content": " default:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24927
},
{
"endIndex": 24982,
"paragraph": {
"elements": [
{
"endIndex": 24982,
"startIndex": 24940,
"textRun": {
"content": " result(FlutterMethodNotImplemented)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24940
},
{
"endIndex": 24988,
"paragraph": {
"elements": [
{
"endIndex": 24988,
"startIndex": 24982,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24982
},
{
"endIndex": 24992,
"paragraph": {
"elements": [
{
"endIndex": 24992,
"startIndex": 24988,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24988
},
{
"endIndex": 24994,
"paragraph": {
"elements": [
{
"endIndex": 24994,
"startIndex": 24992,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 24992
}
],
"endIndex": 24994,
"startIndex": 24227,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 24996,
"paragraph": {
"elements": [
{
"endIndex": 24996,
"startIndex": 24995,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 24995
},
{
"endIndex": 25108,
"paragraph": {
"elements": [
{
"endIndex": 25056,
"startIndex": 24996,
"textRun": {
"content": "To do the same in the Linux plugin, replace the contents of ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 25087,
"startIndex": 25056,
"textRun": {
"content": "linux/window_to_front_plugin.cc",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 25108,
"startIndex": 25087,
"textRun": {
"content": " with the following:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 24996
},
{
"endIndex": 25159,
"paragraph": {
"elements": [
{
"endIndex": 25158,
"startIndex": 25108,
"textRun": {
"content": "../window_to_front/linux/window_to_front_plugin.cc",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/window_to_front/linux/window_to_front_plugin.cc"
},
"underline": true
}
}
},
{
"endIndex": 25159,
"startIndex": 25158,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.gmudsp9ty2i4",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 25108
},
{
"endIndex": 27843,
"startIndex": 25159,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 27842,
"startIndex": 25160,
"tableCells": [
{
"content": [
{
"endIndex": 25222,
"paragraph": {
"elements": [
{
"endIndex": 25222,
"startIndex": 25162,
"textRun": {
"content": "#include \"include/window_to_front/window_to_front_plugin.h\"\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25162
},
{
"endIndex": 25223,
"paragraph": {
"elements": [
{
"endIndex": 25223,
"startIndex": 25222,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25222
},
{
"endIndex": 25264,
"paragraph": {
"elements": [
{
"endIndex": 25264,
"startIndex": 25223,
"textRun": {
"content": "#include <flutter_linux/flutter_linux.h>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25223
},
{
"endIndex": 25285,
"paragraph": {
"elements": [
{
"endIndex": 25285,
"startIndex": 25264,
"textRun": {
"content": "#include <gtk/gtk.h>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25264
},
{
"endIndex": 25310,
"paragraph": {
"elements": [
{
"endIndex": 25310,
"startIndex": 25285,
"textRun": {
"content": "#include <sys/utsname.h>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25285
},
{
"endIndex": 25311,
"paragraph": {
"elements": [
{
"endIndex": 25311,
"startIndex": 25310,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25310
},
{
"endIndex": 25349,
"paragraph": {
"elements": [
{
"endIndex": 25349,
"startIndex": 25311,
"textRun": {
"content": "#define WINDOW_TO_FRONT_PLUGIN(obj) \\\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25311
},
{
"endIndex": 25423,
"paragraph": {
"elements": [
{
"endIndex": 25423,
"startIndex": 25349,
"textRun": {
"content": " (G_TYPE_CHECK_INSTANCE_CAST((obj), window_to_front_plugin_get_type(), \\\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25349
},
{
"endIndex": 25475,
"paragraph": {
"elements": [
{
"endIndex": 25475,
"startIndex": 25423,
"textRun": {
"content": " WindowToFrontPlugin))\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25423
},
{
"endIndex": 25476,
"paragraph": {
"elements": [
{
"endIndex": 25476,
"startIndex": 25475,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25475
},
{
"endIndex": 25506,
"paragraph": {
"elements": [
{
"endIndex": 25506,
"startIndex": 25476,
"textRun": {
"content": "struct _WindowToFrontPlugin {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25476
},
{
"endIndex": 25533,
"paragraph": {
"elements": [
{
"endIndex": 25533,
"startIndex": 25506,
"textRun": {
"content": " GObject parent_instance;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25506
},
{
"endIndex": 25534,
"paragraph": {
"elements": [
{
"endIndex": 25534,
"startIndex": 25533,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25533
},
{
"endIndex": 25566,
"paragraph": {
"elements": [
{
"endIndex": 25566,
"startIndex": 25534,
"textRun": {
"content": " FlPluginRegistrar* registrar;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25534
},
{
"endIndex": 25569,
"paragraph": {
"elements": [
{
"endIndex": 25569,
"startIndex": 25566,
"textRun": {
"content": "};\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25566
},
{
"endIndex": 25570,
"paragraph": {
"elements": [
{
"endIndex": 25570,
"startIndex": 25569,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25569
},
{
"endIndex": 25650,
"paragraph": {
"elements": [
{
"endIndex": 25650,
"startIndex": 25570,
"textRun": {
"content": "G_DEFINE_TYPE(WindowToFrontPlugin, window_to_front_plugin, g_object_get_type())\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25570
},
{
"endIndex": 25651,
"paragraph": {
"elements": [
{
"endIndex": 25651,
"startIndex": 25650,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25650
},
{
"endIndex": 25706,
"paragraph": {
"elements": [
{
"endIndex": 25706,
"startIndex": 25651,
"textRun": {
"content": "// Called when a method call is received from Flutter.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25651
},
{
"endIndex": 25761,
"paragraph": {
"elements": [
{
"endIndex": 25761,
"startIndex": 25706,
"textRun": {
"content": "static void window_to_front_plugin_handle_method_call(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25706
},
{
"endIndex": 25792,
"paragraph": {
"elements": [
{
"endIndex": 25792,
"startIndex": 25761,
"textRun": {
"content": " WindowToFrontPlugin* self,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25761
},
{
"endIndex": 25825,
"paragraph": {
"elements": [
{
"endIndex": 25825,
"startIndex": 25792,
"textRun": {
"content": " FlMethodCall* method_call) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25792
},
{
"endIndex": 25875,
"paragraph": {
"elements": [
{
"endIndex": 25875,
"startIndex": 25825,
"textRun": {
"content": " g_autoptr(FlMethodResponse) response = nullptr;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25825
},
{
"endIndex": 25876,
"paragraph": {
"elements": [
{
"endIndex": 25876,
"startIndex": 25875,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25875
},
{
"endIndex": 25938,
"paragraph": {
"elements": [
{
"endIndex": 25938,
"startIndex": 25876,
"textRun": {
"content": " const gchar* method = fl_method_call_get_name(method_call);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25876
},
{
"endIndex": 25939,
"paragraph": {
"elements": [
{
"endIndex": 25939,
"startIndex": 25938,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25938
},
{
"endIndex": 25980,
"paragraph": {
"elements": [
{
"endIndex": 25980,
"startIndex": 25939,
"textRun": {
"content": " if (strcmp(method, \"activate\") == 0) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25939
},
{
"endIndex": 26046,
"paragraph": {
"elements": [
{
"endIndex": 26046,
"startIndex": 25980,
"textRun": {
"content": " FlView* view = fl_plugin_registrar_get_view(self->registrar);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 25980
},
{
"endIndex": 26073,
"paragraph": {
"elements": [
{
"endIndex": 26073,
"startIndex": 26046,
"textRun": {
"content": " if (view != nullptr) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26046
},
{
"endIndex": 26154,
"paragraph": {
"elements": [
{
"endIndex": 26154,
"startIndex": 26073,
"textRun": {
"content": " GtkWindow* window = GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(view)));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26073
},
{
"endIndex": 26188,
"paragraph": {
"elements": [
{
"endIndex": 26188,
"startIndex": 26154,
"textRun": {
"content": " gtk_window_present(window);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26154
},
{
"endIndex": 26194,
"paragraph": {
"elements": [
{
"endIndex": 26194,
"startIndex": 26188,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26188
},
{
"endIndex": 26199,
"paragraph": {
"elements": [
{
"endIndex": 26199,
"startIndex": 26194,
"textRun": {
"content": " \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26194
},
{
"endIndex": 26275,
"paragraph": {
"elements": [
{
"endIndex": 26275,
"startIndex": 26199,
"textRun": {
"content": " response = FL_METHOD_RESPONSE(fl_method_success_response_new(nullptr));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26199
},
{
"endIndex": 26286,
"paragraph": {
"elements": [
{
"endIndex": 26286,
"startIndex": 26275,
"textRun": {
"content": " } else {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26275
},
{
"endIndex": 26363,
"paragraph": {
"elements": [
{
"endIndex": 26363,
"startIndex": 26286,
"textRun": {
"content": " response = FL_METHOD_RESPONSE(fl_method_not_implemented_response_new());\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26286
},
{
"endIndex": 26367,
"paragraph": {
"elements": [
{
"endIndex": 26367,
"startIndex": 26363,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26363
},
{
"endIndex": 26368,
"paragraph": {
"elements": [
{
"endIndex": 26368,
"startIndex": 26367,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26367
},
{
"endIndex": 26426,
"paragraph": {
"elements": [
{
"endIndex": 26426,
"startIndex": 26368,
"textRun": {
"content": " fl_method_call_respond(method_call, response, nullptr);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26368
},
{
"endIndex": 26428,
"paragraph": {
"elements": [
{
"endIndex": 26428,
"startIndex": 26426,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26426
},
{
"endIndex": 26429,
"paragraph": {
"elements": [
{
"endIndex": 26429,
"startIndex": 26428,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26428
},
{
"endIndex": 26491,
"paragraph": {
"elements": [
{
"endIndex": 26491,
"startIndex": 26429,
"textRun": {
"content": "static void window_to_front_plugin_dispose(GObject* object) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26429
},
{
"endIndex": 26563,
"paragraph": {
"elements": [
{
"endIndex": 26563,
"startIndex": 26491,
"textRun": {
"content": " G_OBJECT_CLASS(window_to_front_plugin_parent_class)->dispose(object);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26491
},
{
"endIndex": 26565,
"paragraph": {
"elements": [
{
"endIndex": 26565,
"startIndex": 26563,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26563
},
{
"endIndex": 26566,
"paragraph": {
"elements": [
{
"endIndex": 26566,
"startIndex": 26565,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26565
},
{
"endIndex": 26647,
"paragraph": {
"elements": [
{
"endIndex": 26647,
"startIndex": 26566,
"textRun": {
"content": "static void window_to_front_plugin_class_init(WindowToFrontPluginClass* klass) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26566
},
{
"endIndex": 26714,
"paragraph": {
"elements": [
{
"endIndex": 26714,
"startIndex": 26647,
"textRun": {
"content": " G_OBJECT_CLASS(klass)->dispose = window_to_front_plugin_dispose;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26647
},
{
"endIndex": 26716,
"paragraph": {
"elements": [
{
"endIndex": 26716,
"startIndex": 26714,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26714
},
{
"endIndex": 26717,
"paragraph": {
"elements": [
{
"endIndex": 26717,
"startIndex": 26716,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26716
},
{
"endIndex": 26787,
"paragraph": {
"elements": [
{
"endIndex": 26787,
"startIndex": 26717,
"textRun": {
"content": "static void window_to_front_plugin_init(WindowToFrontPlugin* self) {}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26717
},
{
"endIndex": 26788,
"paragraph": {
"elements": [
{
"endIndex": 26788,
"startIndex": 26787,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26787
},
{
"endIndex": 26868,
"paragraph": {
"elements": [
{
"endIndex": 26868,
"startIndex": 26788,
"textRun": {
"content": "static void method_call_cb(FlMethodChannel* channel, FlMethodCall* method_call,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26788
},
{
"endIndex": 26917,
"paragraph": {
"elements": [
{
"endIndex": 26917,
"startIndex": 26868,
"textRun": {
"content": " gpointer user_data) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26868
},
{
"endIndex": 26984,
"paragraph": {
"elements": [
{
"endIndex": 26984,
"startIndex": 26917,
"textRun": {
"content": " WindowToFrontPlugin* plugin = WINDOW_TO_FRONT_PLUGIN(user_data);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26917
},
{
"endIndex": 27050,
"paragraph": {
"elements": [
{
"endIndex": 27050,
"startIndex": 26984,
"textRun": {
"content": " window_to_front_plugin_handle_method_call(plugin, method_call);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 26984
},
{
"endIndex": 27052,
"paragraph": {
"elements": [
{
"endIndex": 27052,
"startIndex": 27050,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27050
},
{
"endIndex": 27053,
"paragraph": {
"elements": [
{
"endIndex": 27053,
"startIndex": 27052,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27052
},
{
"endIndex": 27137,
"paragraph": {
"elements": [
{
"endIndex": 27137,
"startIndex": 27053,
"textRun": {
"content": "void window_to_front_plugin_register_with_registrar(FlPluginRegistrar* registrar) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27053
},
{
"endIndex": 27193,
"paragraph": {
"elements": [
{
"endIndex": 27193,
"startIndex": 27137,
"textRun": {
"content": " WindowToFrontPlugin* plugin = WINDOW_TO_FRONT_PLUGIN(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27137
},
{
"endIndex": 27258,
"paragraph": {
"elements": [
{
"endIndex": 27258,
"startIndex": 27193,
"textRun": {
"content": " g_object_new(window_to_front_plugin_get_type(), nullptr));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27193
},
{
"endIndex": 27259,
"paragraph": {
"elements": [
{
"endIndex": 27259,
"startIndex": 27258,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27258
},
{
"endIndex": 27327,
"paragraph": {
"elements": [
{
"endIndex": 27327,
"startIndex": 27259,
"textRun": {
"content": " plugin->registrar = FL_PLUGIN_REGISTRAR(g_object_ref(registrar));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27259
},
{
"endIndex": 27328,
"paragraph": {
"elements": [
{
"endIndex": 27328,
"startIndex": 27327,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27327
},
{
"endIndex": 27403,
"paragraph": {
"elements": [
{
"endIndex": 27403,
"startIndex": 27328,
"textRun": {
"content": " g_autoptr(FlStandardMethodCodec) codec = fl_standard_method_codec_new();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27328
},
{
"endIndex": 27442,
"paragraph": {
"elements": [
{
"endIndex": 27442,
"startIndex": 27403,
"textRun": {
"content": " g_autoptr(FlMethodChannel) channel =\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27403
},
{
"endIndex": 27516,
"paragraph": {
"elements": [
{
"endIndex": 27516,
"startIndex": 27442,
"textRun": {
"content": " fl_method_channel_new(fl_plugin_registrar_get_messenger(registrar),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27442
},
{
"endIndex": 27563,
"paragraph": {
"elements": [
{
"endIndex": 27563,
"startIndex": 27516,
"textRun": {
"content": " \"window_to_front\",\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27516
},
{
"endIndex": 27616,
"paragraph": {
"elements": [
{
"endIndex": 27616,
"startIndex": 27563,
"textRun": {
"content": " FL_METHOD_CODEC(codec));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27563
},
{
"endIndex": 27685,
"paragraph": {
"elements": [
{
"endIndex": 27685,
"startIndex": 27616,
"textRun": {
"content": " fl_method_channel_set_method_call_handler(channel, method_call_cb,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27616
},
{
"endIndex": 27751,
"paragraph": {
"elements": [
{
"endIndex": 27751,
"startIndex": 27685,
"textRun": {
"content": " g_object_ref(plugin),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27685
},
{
"endIndex": 27812,
"paragraph": {
"elements": [
{
"endIndex": 27812,
"startIndex": 27751,
"textRun": {
"content": " g_object_unref);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27751
},
{
"endIndex": 27813,
"paragraph": {
"elements": [
{
"endIndex": 27813,
"startIndex": 27812,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27812
},
{
"endIndex": 27839,
"paragraph": {
"elements": [
{
"endIndex": 27839,
"startIndex": 27813,
"textRun": {
"content": " g_object_unref(plugin);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27813
},
{
"endIndex": 27841,
"paragraph": {
"elements": [
{
"endIndex": 27841,
"startIndex": 27839,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27839
},
{
"endIndex": 27842,
"paragraph": {
"elements": [
{
"endIndex": 27842,
"startIndex": 27841,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 27841
}
],
"endIndex": 27842,
"startIndex": 25161,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 27844,
"paragraph": {
"elements": [
{
"endIndex": 27844,
"startIndex": 27843,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 27843
},
{
"endIndex": 27960,
"paragraph": {
"elements": [
{
"endIndex": 27906,
"startIndex": 27844,
"textRun": {
"content": "To do the same in the Windows plugin, replace the contents of ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 27939,
"startIndex": 27906,
"textRun": {
"content": "windows\\window_to_front_plugin.cc",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 27960,
"startIndex": 27939,
"textRun": {
"content": " with the following:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 27844
},
{
"endIndex": 28014,
"paragraph": {
"elements": [
{
"endIndex": 28013,
"startIndex": 27960,
"textRun": {
"content": "..\\window_to_front\\windows\\window_to_front_plugin.cpp",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/window_to_front/windows/window_to_front_plugin.cpp"
},
"underline": true
}
}
},
{
"endIndex": 28014,
"startIndex": 28013,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.v5bv9seg092z",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 27960
},
{
"endIndex": 30139,
"startIndex": 28014,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 30138,
"startIndex": 28015,
"tableCells": [
{
"content": [
{
"endIndex": 28053,
"paragraph": {
"elements": [
{
"endIndex": 28053,
"startIndex": 28017,
"textRun": {
"content": "#include \"window_to_front_plugin.h\"\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28017
},
{
"endIndex": 28054,
"paragraph": {
"elements": [
{
"endIndex": 28054,
"startIndex": 28053,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28053
},
{
"endIndex": 28114,
"paragraph": {
"elements": [
{
"endIndex": 28114,
"startIndex": 28054,
"textRun": {
"content": "// This must be included before many other Windows headers.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28054
},
{
"endIndex": 28135,
"paragraph": {
"elements": [
{
"endIndex": 28135,
"startIndex": 28114,
"textRun": {
"content": "#include <windows.h>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28114
},
{
"endIndex": 28136,
"paragraph": {
"elements": [
{
"endIndex": 28136,
"startIndex": 28135,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28135
},
{
"endIndex": 28172,
"paragraph": {
"elements": [
{
"endIndex": 28172,
"startIndex": 28136,
"textRun": {
"content": "#include <flutter/method_channel.h>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28136
},
{
"endIndex": 28218,
"paragraph": {
"elements": [
{
"endIndex": 28218,
"startIndex": 28172,
"textRun": {
"content": "#include <flutter/plugin_registrar_windows.h>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28172
},
{
"endIndex": 28261,
"paragraph": {
"elements": [
{
"endIndex": 28261,
"startIndex": 28218,
"textRun": {
"content": "#include <flutter/standard_method_codec.h>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28218
},
{
"endIndex": 28262,
"paragraph": {
"elements": [
{
"endIndex": 28262,
"startIndex": 28261,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28261
},
{
"endIndex": 28280,
"paragraph": {
"elements": [
{
"endIndex": 28280,
"startIndex": 28262,
"textRun": {
"content": "#include <memory>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28262
},
{
"endIndex": 28281,
"paragraph": {
"elements": [
{
"endIndex": 28281,
"startIndex": 28280,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28280
},
{
"endIndex": 28309,
"paragraph": {
"elements": [
{
"endIndex": 28309,
"startIndex": 28281,
"textRun": {
"content": "namespace window_to_front {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28281
},
{
"endIndex": 28310,
"paragraph": {
"elements": [
{
"endIndex": 28310,
"startIndex": 28309,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28309
},
{
"endIndex": 28320,
"paragraph": {
"elements": [
{
"endIndex": 28320,
"startIndex": 28310,
"textRun": {
"content": "// static\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28310
},
{
"endIndex": 28369,
"paragraph": {
"elements": [
{
"endIndex": 28369,
"startIndex": 28320,
"textRun": {
"content": "void WindowToFrontPlugin::RegisterWithRegistrar(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28320
},
{
"endIndex": 28419,
"paragraph": {
"elements": [
{
"endIndex": 28419,
"startIndex": 28369,
"textRun": {
"content": " flutter::PluginRegistrarWindows *registrar) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28369
},
{
"endIndex": 28436,
"paragraph": {
"elements": [
{
"endIndex": 28436,
"startIndex": 28419,
"textRun": {
"content": " auto channel =\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28419
},
{
"endIndex": 28509,
"paragraph": {
"elements": [
{
"endIndex": 28509,
"startIndex": 28436,
"textRun": {
"content": " std::make_unique<flutter::MethodChannel<flutter::EncodableValue>>(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28436
},
{
"endIndex": 28562,
"paragraph": {
"elements": [
{
"endIndex": 28562,
"startIndex": 28509,
"textRun": {
"content": " registrar->messenger(), \"window_to_front\",\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28509
},
{
"endIndex": 28619,
"paragraph": {
"elements": [
{
"endIndex": 28619,
"startIndex": 28562,
"textRun": {
"content": " &flutter::StandardMethodCodec::GetInstance());\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28562
},
{
"endIndex": 28620,
"paragraph": {
"elements": [
{
"endIndex": 28620,
"startIndex": 28619,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28619
},
{
"endIndex": 28686,
"paragraph": {
"elements": [
{
"endIndex": 28686,
"startIndex": 28620,
"textRun": {
"content": " auto plugin = std::make_unique<WindowToFrontPlugin>(registrar);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28620
},
{
"endIndex": 28687,
"paragraph": {
"elements": [
{
"endIndex": 28687,
"startIndex": 28686,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28686
},
{
"endIndex": 28720,
"paragraph": {
"elements": [
{
"endIndex": 28720,
"startIndex": 28687,
"textRun": {
"content": " channel->SetMethodCallHandler(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28687
},
{
"endIndex": 28791,
"paragraph": {
"elements": [
{
"endIndex": 28791,
"startIndex": 28720,
"textRun": {
"content": " [plugin_pointer = plugin.get()](const auto &call, auto result) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28720
},
{
"endIndex": 28858,
"paragraph": {
"elements": [
{
"endIndex": 28858,
"startIndex": 28791,
"textRun": {
"content": " plugin_pointer->HandleMethodCall(call, std::move(result));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28791
},
{
"endIndex": 28868,
"paragraph": {
"elements": [
{
"endIndex": 28868,
"startIndex": 28858,
"textRun": {
"content": " });\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28858
},
{
"endIndex": 28869,
"paragraph": {
"elements": [
{
"endIndex": 28869,
"startIndex": 28868,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28868
},
{
"endIndex": 28912,
"paragraph": {
"elements": [
{
"endIndex": 28912,
"startIndex": 28869,
"textRun": {
"content": " registrar->AddPlugin(std::move(plugin));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28869
},
{
"endIndex": 28914,
"paragraph": {
"elements": [
{
"endIndex": 28914,
"startIndex": 28912,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28912
},
{
"endIndex": 28915,
"paragraph": {
"elements": [
{
"endIndex": 28915,
"startIndex": 28914,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28914
},
{
"endIndex": 29001,
"paragraph": {
"elements": [
{
"endIndex": 29001,
"startIndex": 28915,
"textRun": {
"content": "WindowToFrontPlugin::WindowToFrontPlugin(flutter::PluginRegistrarWindows *registrar) \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 28915
},
{
"endIndex": 29030,
"paragraph": {
"elements": [
{
"endIndex": 29030,
"startIndex": 29001,
"textRun": {
"content": " : registrar_(registrar) {}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29001
},
{
"endIndex": 29031,
"paragraph": {
"elements": [
{
"endIndex": 29031,
"startIndex": 29030,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29030
},
{
"endIndex": 29078,
"paragraph": {
"elements": [
{
"endIndex": 29078,
"startIndex": 29031,
"textRun": {
"content": "WindowToFrontPlugin::~WindowToFrontPlugin() {}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29031
},
{
"endIndex": 29079,
"paragraph": {
"elements": [
{
"endIndex": 29079,
"startIndex": 29078,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29078
},
{
"endIndex": 29123,
"paragraph": {
"elements": [
{
"endIndex": 29123,
"startIndex": 29079,
"textRun": {
"content": "void WindowToFrontPlugin::HandleMethodCall(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29079
},
{
"endIndex": 29192,
"paragraph": {
"elements": [
{
"endIndex": 29192,
"startIndex": 29123,
"textRun": {
"content": " const flutter::MethodCall<flutter::EncodableValue> &method_call,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29123
},
{
"endIndex": 29270,
"paragraph": {
"elements": [
{
"endIndex": 29270,
"startIndex": 29192,
"textRun": {
"content": " std::unique_ptr<flutter::MethodResult<flutter::EncodableValue>> result) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29192
},
{
"endIndex": 29330,
"paragraph": {
"elements": [
{
"endIndex": 29330,
"startIndex": 29270,
"textRun": {
"content": " if (method_call.method_name().compare(\"activate\") == 0) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29270
},
{
"endIndex": 29413,
"paragraph": {
"elements": [
{
"endIndex": 29413,
"startIndex": 29330,
"textRun": {
"content": " // See https://stackoverflow.com/a/34414846/2142626 for an explanation of how \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29330
},
{
"endIndex": 29461,
"paragraph": {
"elements": [
{
"endIndex": 29461,
"startIndex": 29413,
"textRun": {
"content": " // this raises a window to the foreground. \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29413
},
{
"endIndex": 29521,
"paragraph": {
"elements": [
{
"endIndex": 29521,
"startIndex": 29461,
"textRun": {
"content": " HWND m_hWnd = registrar_->GetView()->GetNativeWindow();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29461
},
{
"endIndex": 29565,
"paragraph": {
"elements": [
{
"endIndex": 29565,
"startIndex": 29521,
"textRun": {
"content": " HWND hCurWnd = ::GetForegroundWindow();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29521
},
{
"endIndex": 29608,
"paragraph": {
"elements": [
{
"endIndex": 29608,
"startIndex": 29565,
"textRun": {
"content": " DWORD dwMyID = ::GetCurrentThreadId();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29565
},
{
"endIndex": 29671,
"paragraph": {
"elements": [
{
"endIndex": 29671,
"startIndex": 29608,
"textRun": {
"content": " DWORD dwCurID = ::GetWindowThreadProcessId(hCurWnd, NULL);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29608
},
{
"endIndex": 29719,
"paragraph": {
"elements": [
{
"endIndex": 29719,
"startIndex": 29671,
"textRun": {
"content": " ::AttachThreadInput(dwCurID, dwMyID, TRUE);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29671
},
{
"endIndex": 29798,
"paragraph": {
"elements": [
{
"endIndex": 29798,
"startIndex": 29719,
"textRun": {
"content": " ::SetWindowPos(m_hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29719
},
{
"endIndex": 29896,
"paragraph": {
"elements": [
{
"endIndex": 29896,
"startIndex": 29798,
"textRun": {
"content": " ::SetWindowPos(m_hWnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_SHOWWINDOW | SWP_NOSIZE | SWP_NOMOVE);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29798
},
{
"endIndex": 29931,
"paragraph": {
"elements": [
{
"endIndex": 29931,
"startIndex": 29896,
"textRun": {
"content": " ::SetForegroundWindow(m_hWnd);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29896
},
{
"endIndex": 29955,
"paragraph": {
"elements": [
{
"endIndex": 29955,
"startIndex": 29931,
"textRun": {
"content": " ::SetFocus(m_hWnd);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29931
},
{
"endIndex": 29986,
"paragraph": {
"elements": [
{
"endIndex": 29986,
"startIndex": 29955,
"textRun": {
"content": " ::SetActiveWindow(m_hWnd);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29955
},
{
"endIndex": 30035,
"paragraph": {
"elements": [
{
"endIndex": 30035,
"startIndex": 29986,
"textRun": {
"content": " ::AttachThreadInput(dwCurID, dwMyID, FALSE);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 29986
},
{
"endIndex": 30058,
"paragraph": {
"elements": [
{
"endIndex": 30058,
"startIndex": 30035,
"textRun": {
"content": " result->Success();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30035
},
{
"endIndex": 30069,
"paragraph": {
"elements": [
{
"endIndex": 30069,
"startIndex": 30058,
"textRun": {
"content": " } else {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30058
},
{
"endIndex": 30099,
"paragraph": {
"elements": [
{
"endIndex": 30099,
"startIndex": 30069,
"textRun": {
"content": " result->NotImplemented();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30069
},
{
"endIndex": 30103,
"paragraph": {
"elements": [
{
"endIndex": 30103,
"startIndex": 30099,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30099
},
{
"endIndex": 30105,
"paragraph": {
"elements": [
{
"endIndex": 30105,
"startIndex": 30103,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30103
},
{
"endIndex": 30106,
"paragraph": {
"elements": [
{
"endIndex": 30106,
"startIndex": 30105,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30105
},
{
"endIndex": 30138,
"paragraph": {
"elements": [
{
"endIndex": 30138,
"startIndex": 30106,
"textRun": {
"content": "} // namespace window_to_front\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30106
}
],
"endIndex": 30138,
"startIndex": 28016,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 30140,
"paragraph": {
"elements": [
{
"endIndex": 30140,
"startIndex": 30139,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 30139
},
{
"endIndex": 30225,
"paragraph": {
"elements": [
{
"endIndex": 30172,
"startIndex": 30140,
"textRun": {
"content": "And the contents of contents of ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 30204,
"startIndex": 30172,
"textRun": {
"content": "windows\\window_to_front_plugin.h",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 30225,
"startIndex": 30204,
"textRun": {
"content": " with the following:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 30140
},
{
"endIndex": 30277,
"paragraph": {
"elements": [
{
"endIndex": 30276,
"startIndex": 30225,
"textRun": {
"content": "..\\window_to_front\\windows\\window_to_front_plugin.h",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/window_to_front/windows/window_to_front_plugin.h"
},
"underline": true
}
}
},
{
"endIndex": 30277,
"startIndex": 30276,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.t2c94s1xc1c9",
"namedStyleType": "HEADING_3"
}
},
"startIndex": 30225
},
{
"endIndex": 31377,
"startIndex": 30277,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 31376,
"startIndex": 30278,
"tableCells": [
{
"content": [
{
"endIndex": 30329,
"paragraph": {
"elements": [
{
"endIndex": 30329,
"startIndex": 30280,
"textRun": {
"content": "#ifndef FLUTTER_PLUGIN_WINDOW_TO_FRONT_PLUGIN_H_\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30280
},
{
"endIndex": 30378,
"paragraph": {
"elements": [
{
"endIndex": 30378,
"startIndex": 30329,
"textRun": {
"content": "#define FLUTTER_PLUGIN_WINDOW_TO_FRONT_PLUGIN_H_\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30329
},
{
"endIndex": 30379,
"paragraph": {
"elements": [
{
"endIndex": 30379,
"startIndex": 30378,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30378
},
{
"endIndex": 30415,
"paragraph": {
"elements": [
{
"endIndex": 30415,
"startIndex": 30379,
"textRun": {
"content": "#include <flutter/method_channel.h>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30379
},
{
"endIndex": 30461,
"paragraph": {
"elements": [
{
"endIndex": 30461,
"startIndex": 30415,
"textRun": {
"content": "#include <flutter/plugin_registrar_windows.h>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30415
},
{
"endIndex": 30462,
"paragraph": {
"elements": [
{
"endIndex": 30462,
"startIndex": 30461,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30461
},
{
"endIndex": 30480,
"paragraph": {
"elements": [
{
"endIndex": 30480,
"startIndex": 30462,
"textRun": {
"content": "#include <memory>\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30462
},
{
"endIndex": 30481,
"paragraph": {
"elements": [
{
"endIndex": 30481,
"startIndex": 30480,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30480
},
{
"endIndex": 30509,
"paragraph": {
"elements": [
{
"endIndex": 30509,
"startIndex": 30481,
"textRun": {
"content": "namespace window_to_front {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30481
},
{
"endIndex": 30510,
"paragraph": {
"elements": [
{
"endIndex": 30510,
"startIndex": 30509,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30509
},
{
"endIndex": 30563,
"paragraph": {
"elements": [
{
"endIndex": 30563,
"startIndex": 30510,
"textRun": {
"content": "class WindowToFrontPlugin : public flutter::Plugin {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30510
},
{
"endIndex": 30572,
"paragraph": {
"elements": [
{
"endIndex": 30572,
"startIndex": 30563,
"textRun": {
"content": " public:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30563
},
{
"endIndex": 30653,
"paragraph": {
"elements": [
{
"endIndex": 30653,
"startIndex": 30572,
"textRun": {
"content": " static void RegisterWithRegistrar(flutter::PluginRegistrarWindows *registrar);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30572
},
{
"endIndex": 30654,
"paragraph": {
"elements": [
{
"endIndex": 30654,
"startIndex": 30653,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30653
},
{
"endIndex": 30721,
"paragraph": {
"elements": [
{
"endIndex": 30721,
"startIndex": 30654,
"textRun": {
"content": " WindowToFrontPlugin(flutter::PluginRegistrarWindows *registrar);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30654
},
{
"endIndex": 30722,
"paragraph": {
"elements": [
{
"endIndex": 30722,
"startIndex": 30721,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30721
},
{
"endIndex": 30756,
"paragraph": {
"elements": [
{
"endIndex": 30756,
"startIndex": 30722,
"textRun": {
"content": " virtual ~WindowToFrontPlugin();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30722
},
{
"endIndex": 30757,
"paragraph": {
"elements": [
{
"endIndex": 30757,
"startIndex": 30756,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30756
},
{
"endIndex": 30788,
"paragraph": {
"elements": [
{
"endIndex": 30788,
"startIndex": 30757,
"textRun": {
"content": " // Disallow copy and assign.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30757
},
{
"endIndex": 30848,
"paragraph": {
"elements": [
{
"endIndex": 30848,
"startIndex": 30788,
"textRun": {
"content": " WindowToFrontPlugin(const WindowToFrontPlugin&) = delete;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30788
},
{
"endIndex": 30919,
"paragraph": {
"elements": [
{
"endIndex": 30919,
"startIndex": 30848,
"textRun": {
"content": " WindowToFrontPlugin& operator=(const WindowToFrontPlugin&) = delete;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30848
},
{
"endIndex": 30920,
"paragraph": {
"elements": [
{
"endIndex": 30920,
"startIndex": 30919,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30919
},
{
"endIndex": 30930,
"paragraph": {
"elements": [
{
"endIndex": 30930,
"startIndex": 30920,
"textRun": {
"content": " private:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30920
},
{
"endIndex": 31002,
"paragraph": {
"elements": [
{
"endIndex": 31002,
"startIndex": 30930,
"textRun": {
"content": " // Called when a method is called on this plugin's channel from Dart.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 30930
},
{
"endIndex": 31027,
"paragraph": {
"elements": [
{
"endIndex": 31027,
"startIndex": 31002,
"textRun": {
"content": " void HandleMethodCall(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31002
},
{
"endIndex": 31098,
"paragraph": {
"elements": [
{
"endIndex": 31098,
"startIndex": 31027,
"textRun": {
"content": " const flutter::MethodCall<flutter::EncodableValue> &method_call,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31027
},
{
"endIndex": 31177,
"paragraph": {
"elements": [
{
"endIndex": 31177,
"startIndex": 31098,
"textRun": {
"content": " std::unique_ptr<flutter::MethodResult<flutter::EncodableValue>> result);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31098
},
{
"endIndex": 31178,
"paragraph": {
"elements": [
{
"endIndex": 31178,
"startIndex": 31177,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31177
},
{
"endIndex": 31240,
"paragraph": {
"elements": [
{
"endIndex": 31240,
"startIndex": 31178,
"textRun": {
"content": " // The registrar for this plugin, for accessing the window.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31178
},
{
"endIndex": 31287,
"paragraph": {
"elements": [
{
"endIndex": 31287,
"startIndex": 31240,
"textRun": {
"content": " flutter::PluginRegistrarWindows *registrar_;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31240
},
{
"endIndex": 31290,
"paragraph": {
"elements": [
{
"endIndex": 31290,
"startIndex": 31287,
"textRun": {
"content": "};\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31287
},
{
"endIndex": 31291,
"paragraph": {
"elements": [
{
"endIndex": 31291,
"startIndex": 31290,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31290
},
{
"endIndex": 31323,
"paragraph": {
"elements": [
{
"endIndex": 31323,
"startIndex": 31291,
"textRun": {
"content": "} // namespace window_to_front\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31291
},
{
"endIndex": 31324,
"paragraph": {
"elements": [
{
"endIndex": 31324,
"startIndex": 31323,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31323
},
{
"endIndex": 31376,
"paragraph": {
"elements": [
{
"endIndex": 31376,
"startIndex": 31324,
"textRun": {
"content": "#endif // FLUTTER_PLUGIN_WINDOW_TO_FRONT_PLUGIN_H_\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31324
}
],
"endIndex": 31376,
"startIndex": 30279,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 31378,
"paragraph": {
"elements": [
{
"endIndex": 31378,
"startIndex": 31377,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 31377
},
{
"endIndex": 31592,
"paragraph": {
"elements": [
{
"endIndex": 31382,
"startIndex": 31378,
"textRun": {
"content": "Add ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 31541,
"startIndex": 31382,
"textRun": {
"content": "the code to make the native functionality we created above available to the world of Flutter. First up, edit the window to front platform interface and add an ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 31551,
"startIndex": 31541,
"textRun": {
"content": "activate()",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 31592,
"startIndex": 31551,
"textRun": {
"content": " method, with a fallback implementation.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 31378
},
{
"endIndex": 31655,
"paragraph": {
"elements": [
{
"endIndex": 31654,
"startIndex": 31592,
"textRun": {
"content": "../window_to_front/lib/window_to_front_platform_interface.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/window_to_front/lib/window_to_front_platform_interface.dart"
},
"underline": true
}
}
},
{
"endIndex": 31655,
"startIndex": 31654,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.k1mv0ddt12dk",
"namedStyleType": "HEADING_3"
}
},
"startIndex": 31592
},
{
"endIndex": 32722,
"startIndex": 31655,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 32721,
"startIndex": 31656,
"tableCells": [
{
"content": [
{
"endIndex": 31733,
"paragraph": {
"elements": [
{
"endIndex": 31733,
"startIndex": 31658,
"textRun": {
"content": "import 'package:plugin_platform_interface/plugin_platform_interface.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31658
},
{
"endIndex": 31734,
"paragraph": {
"elements": [
{
"endIndex": 31734,
"startIndex": 31733,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31733
},
{
"endIndex": 31780,
"paragraph": {
"elements": [
{
"endIndex": 31780,
"startIndex": 31734,
"textRun": {
"content": "import 'window_to_front_method_channel.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31734
},
{
"endIndex": 31781,
"paragraph": {
"elements": [
{
"endIndex": 31781,
"startIndex": 31780,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31780
},
{
"endIndex": 31846,
"paragraph": {
"elements": [
{
"endIndex": 31846,
"startIndex": 31781,
"textRun": {
"content": "abstract class WindowToFrontPlatform extends PlatformInterface {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31781
},
{
"endIndex": 31888,
"paragraph": {
"elements": [
{
"endIndex": 31888,
"startIndex": 31846,
"textRun": {
"content": " /// Constructs a WindowToFrontPlatform.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31846
},
{
"endIndex": 31938,
"paragraph": {
"elements": [
{
"endIndex": 31938,
"startIndex": 31888,
"textRun": {
"content": " WindowToFrontPlatform() : super(token: _token);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31888
},
{
"endIndex": 31939,
"paragraph": {
"elements": [
{
"endIndex": 31939,
"startIndex": 31938,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31938
},
{
"endIndex": 31980,
"paragraph": {
"elements": [
{
"endIndex": 31980,
"startIndex": 31939,
"textRun": {
"content": " static final Object _token = Object();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31939
},
{
"endIndex": 31981,
"paragraph": {
"elements": [
{
"endIndex": 31981,
"startIndex": 31980,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31980
},
{
"endIndex": 32054,
"paragraph": {
"elements": [
{
"endIndex": 32054,
"startIndex": 31981,
"textRun": {
"content": " static WindowToFrontPlatform _instance = MethodChannelWindowToFront();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 31981
},
{
"endIndex": 32055,
"paragraph": {
"elements": [
{
"endIndex": 32055,
"startIndex": 32054,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32054
},
{
"endIndex": 32117,
"paragraph": {
"elements": [
{
"endIndex": 32117,
"startIndex": 32055,
"textRun": {
"content": " /// The default instance of [WindowToFrontPlatform] to use.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32055
},
{
"endIndex": 32123,
"paragraph": {
"elements": [
{
"endIndex": 32123,
"startIndex": 32117,
"textRun": {
"content": " ///\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32117
},
{
"endIndex": 32171,
"paragraph": {
"elements": [
{
"endIndex": 32171,
"startIndex": 32123,
"textRun": {
"content": " /// Defaults to [MethodChannelWindowToFront].\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32123
},
{
"endIndex": 32229,
"paragraph": {
"elements": [
{
"endIndex": 32229,
"startIndex": 32171,
"textRun": {
"content": " static WindowToFrontPlatform get instance => _instance;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32171
},
{
"endIndex": 32230,
"paragraph": {
"elements": [
{
"endIndex": 32230,
"startIndex": 32229,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32229
},
{
"endIndex": 32301,
"paragraph": {
"elements": [
{
"endIndex": 32301,
"startIndex": 32230,
"textRun": {
"content": " /// Platform-specific implementations should set this with their own\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32230
},
{
"endIndex": 32373,
"paragraph": {
"elements": [
{
"endIndex": 32373,
"startIndex": 32301,
"textRun": {
"content": " /// platform-specific class that extends [WindowToFrontPlatform] when\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32301
},
{
"endIndex": 32405,
"paragraph": {
"elements": [
{
"endIndex": 32405,
"startIndex": 32373,
"textRun": {
"content": " /// they register themselves.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32373
},
{
"endIndex": 32461,
"paragraph": {
"elements": [
{
"endIndex": 32461,
"startIndex": 32405,
"textRun": {
"content": " static set instance(WindowToFrontPlatform instance) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32405
},
{
"endIndex": 32514,
"paragraph": {
"elements": [
{
"endIndex": 32514,
"startIndex": 32461,
"textRun": {
"content": " PlatformInterface.verifyToken(instance, _token);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32461
},
{
"endIndex": 32540,
"paragraph": {
"elements": [
{
"endIndex": 32540,
"startIndex": 32514,
"textRun": {
"content": " _instance = instance;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32514
},
{
"endIndex": 32544,
"paragraph": {
"elements": [
{
"endIndex": 32544,
"startIndex": 32540,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32540
},
{
"endIndex": 32545,
"paragraph": {
"elements": [
{
"endIndex": 32545,
"startIndex": 32544,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32544
},
{
"endIndex": 32616,
"paragraph": {
"elements": [
{
"endIndex": 32616,
"startIndex": 32545,
"textRun": {
"content": " // Replace getPlatformVersion() with the following activate() method\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32545
},
{
"endIndex": 32644,
"paragraph": {
"elements": [
{
"endIndex": 32644,
"startIndex": 32616,
"textRun": {
"content": " Future<void> activate() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32616
},
{
"endIndex": 32714,
"paragraph": {
"elements": [
{
"endIndex": 32714,
"startIndex": 32644,
"textRun": {
"content": " throw UnimplementedError('activate() has not been implemented.');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32644
},
{
"endIndex": 32718,
"paragraph": {
"elements": [
{
"endIndex": 32718,
"startIndex": 32714,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32714
},
{
"endIndex": 32720,
"paragraph": {
"elements": [
{
"endIndex": 32720,
"startIndex": 32718,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32718
},
{
"endIndex": 32721,
"paragraph": {
"elements": [
{
"endIndex": 32721,
"startIndex": 32720,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32720
}
],
"endIndex": 32721,
"startIndex": 31657,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 32723,
"paragraph": {
"elements": [
{
"endIndex": 32723,
"startIndex": 32722,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 32722
},
{
"endIndex": 32813,
"paragraph": {
"elements": [
{
"endIndex": 32813,
"startIndex": 32723,
"textRun": {
"content": "Next, provide a method channel implementation of the window to front platform interface. \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 32723
},
{
"endIndex": 32872,
"paragraph": {
"elements": [
{
"endIndex": 32871,
"startIndex": 32813,
"textRun": {
"content": "../window_to_front/lib/window_to_front_method_channel.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/window_to_front/lib/window_to_front_method_channel.dart"
},
"underline": true
}
}
},
{
"endIndex": 32872,
"startIndex": 32871,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.wwx3pmhk2p6j",
"namedStyleType": "HEADING_3"
}
},
"startIndex": 32813
},
{
"endIndex": 33480,
"startIndex": 32872,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 33479,
"startIndex": 32873,
"tableCells": [
{
"content": [
{
"endIndex": 32917,
"paragraph": {
"elements": [
{
"endIndex": 32917,
"startIndex": 32875,
"textRun": {
"content": "import 'package:flutter/foundation.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32875
},
{
"endIndex": 32957,
"paragraph": {
"elements": [
{
"endIndex": 32957,
"startIndex": 32917,
"textRun": {
"content": "import 'package:flutter/services.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32917
},
{
"endIndex": 32958,
"paragraph": {
"elements": [
{
"endIndex": 32958,
"startIndex": 32957,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32957
},
{
"endIndex": 33008,
"paragraph": {
"elements": [
{
"endIndex": 33008,
"startIndex": 32958,
"textRun": {
"content": "import 'window_to_front_platform_interface.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 32958
},
{
"endIndex": 33009,
"paragraph": {
"elements": [
{
"endIndex": 33009,
"startIndex": 33008,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33008
},
{
"endIndex": 33085,
"paragraph": {
"elements": [
{
"endIndex": 33085,
"startIndex": 33009,
"textRun": {
"content": "/// An implementation of [WindowToFrontPlatform] that uses method channels.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33009
},
{
"endIndex": 33150,
"paragraph": {
"elements": [
{
"endIndex": 33150,
"startIndex": 33085,
"textRun": {
"content": "class MethodChannelWindowToFront extends WindowToFrontPlatform {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33085
},
{
"endIndex": 33218,
"paragraph": {
"elements": [
{
"endIndex": 33218,
"startIndex": 33150,
"textRun": {
"content": " /// The method channel used to interact with the native platform.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33150
},
{
"endIndex": 33239,
"paragraph": {
"elements": [
{
"endIndex": 33239,
"startIndex": 33218,
"textRun": {
"content": " @visibleForTesting\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33218
},
{
"endIndex": 33303,
"paragraph": {
"elements": [
{
"endIndex": 33303,
"startIndex": 33239,
"textRun": {
"content": " final methodChannel = const MethodChannel('window_to_front');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33239
},
{
"endIndex": 33304,
"paragraph": {
"elements": [
{
"endIndex": 33304,
"startIndex": 33303,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33303
},
{
"endIndex": 33376,
"paragraph": {
"elements": [
{
"endIndex": 33376,
"startIndex": 33304,
"textRun": {
"content": " // Replace the getPlatformVersion() with the following implementation\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33304
},
{
"endIndex": 33388,
"paragraph": {
"elements": [
{
"endIndex": 33388,
"startIndex": 33376,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33376
},
{
"endIndex": 33422,
"paragraph": {
"elements": [
{
"endIndex": 33422,
"startIndex": 33388,
"textRun": {
"content": " Future<void> activate() async {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33388
},
{
"endIndex": 33473,
"paragraph": {
"elements": [
{
"endIndex": 33473,
"startIndex": 33422,
"textRun": {
"content": " return methodChannel.invokeMethod('activate');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33422
},
{
"endIndex": 33477,
"paragraph": {
"elements": [
{
"endIndex": 33477,
"startIndex": 33473,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33473
},
{
"endIndex": 33479,
"paragraph": {
"elements": [
{
"endIndex": 33479,
"startIndex": 33477,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33477
}
],
"endIndex": 33479,
"startIndex": 32874,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 33481,
"paragraph": {
"elements": [
{
"endIndex": 33481,
"startIndex": 33480,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 33480
},
{
"endIndex": 33553,
"paragraph": {
"elements": [
{
"endIndex": 33553,
"startIndex": 33481,
"textRun": {
"content": "Finally, expose the window to front functionality for the world to use.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 33481
},
{
"endIndex": 33597,
"paragraph": {
"elements": [
{
"endIndex": 33596,
"startIndex": 33553,
"textRun": {
"content": "../window_to_front/lib/window_to_front.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/window_to_front/lib/window_to_front.dart"
},
"underline": true
}
}
},
{
"endIndex": 33597,
"startIndex": 33596,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.256mq4cjvaas",
"namedStyleType": "HEADING_3"
}
},
"startIndex": 33553
},
{
"endIndex": 33843,
"startIndex": 33597,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 33842,
"startIndex": 33598,
"tableCells": [
{
"content": [
{
"endIndex": 33650,
"paragraph": {
"elements": [
{
"endIndex": 33650,
"startIndex": 33600,
"textRun": {
"content": "import 'window_to_front_platform_interface.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33600
},
{
"endIndex": 33651,
"paragraph": {
"elements": [
{
"endIndex": 33651,
"startIndex": 33650,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33650
},
{
"endIndex": 33673,
"paragraph": {
"elements": [
{
"endIndex": 33673,
"startIndex": 33651,
"textRun": {
"content": "class WindowToFront {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33651
},
{
"endIndex": 33747,
"paragraph": {
"elements": [
{
"endIndex": 33747,
"startIndex": 33673,
"textRun": {
"content": " // Remove the getPlatformVersion() implementation and add the following\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33673
},
{
"endIndex": 33782,
"paragraph": {
"elements": [
{
"endIndex": 33782,
"startIndex": 33747,
"textRun": {
"content": " static Future<void> activate() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33747
},
{
"endIndex": 33836,
"paragraph": {
"elements": [
{
"endIndex": 33836,
"startIndex": 33782,
"textRun": {
"content": " return WindowToFrontPlatform.instance.activate();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33782
},
{
"endIndex": 33840,
"paragraph": {
"elements": [
{
"endIndex": 33840,
"startIndex": 33836,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33836
},
{
"endIndex": 33842,
"paragraph": {
"elements": [
{
"endIndex": 33842,
"startIndex": 33840,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33840
}
],
"endIndex": 33842,
"startIndex": 33599,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 33844,
"paragraph": {
"elements": [
{
"endIndex": 33844,
"startIndex": 33843,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT"
}
},
"startIndex": 33843
},
{
"endIndex": 33845,
"paragraph": {
"elements": [
{
"endIndex": 33845,
"startIndex": 33844,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 33844
},
{
"endIndex": 33944,
"paragraph": {
"elements": [
{
"endIndex": 33913,
"startIndex": 33845,
"textRun": {
"content": "This Flutter plugin is complete, and you can go back to editing the ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 33934,
"startIndex": 33913,
"textRun": {
"content": "github_graphql_client",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 33944,
"startIndex": 33934,
"textRun": {
"content": " project.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 33845
},
{
"endIndex": 33945,
"paragraph": {
"elements": [
{
"endIndex": 33945,
"startIndex": 33944,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 33944
},
{
"endIndex": 33971,
"startIndex": 33945,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 33970,
"startIndex": 33946,
"tableCells": [
{
"content": [
{
"endIndex": 33970,
"paragraph": {
"elements": [
{
"endIndex": 33970,
"startIndex": 33948,
"textRun": {
"content": "$ cd ../github_client\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 33948
}
],
"endIndex": 33970,
"startIndex": 33947,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 33972,
"paragraph": {
"elements": [
{
"endIndex": 33972,
"startIndex": 33971,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 33971
},
{
"endIndex": 33989,
"paragraph": {
"elements": [
{
"endIndex": 33989,
"startIndex": 33972,
"textRun": {
"content": "Add dependencies\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.taqgmwcoaqg",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 33972
},
{
"endIndex": 34170,
"paragraph": {
"elements": [
{
"endIndex": 34170,
"startIndex": 33989,
"textRun": {
"content": "The Flutter plugin you just created is great, but it isn’t much use to anyone sitting by itself. You need to add it as a dependency in your Flutter application in order to use it. \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 33989
},
{
"endIndex": 34171,
"paragraph": {
"elements": [
{
"endIndex": 34171,
"startIndex": 34170,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 34170
},
{
"endIndex": 34816,
"startIndex": 34171,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 34815,
"startIndex": 34172,
"tableCells": [
{
"content": [
{
"endIndex": 34234,
"paragraph": {
"elements": [
{
"endIndex": 34234,
"startIndex": 34174,
"textRun": {
"content": "$ flutter pub add --path ../window_to_front window_to_front\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34174
},
{
"endIndex": 34260,
"paragraph": {
"elements": [
{
"endIndex": 34260,
"startIndex": 34234,
"textRun": {
"content": "Resolving dependencies...\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34234
},
{
"endIndex": 34292,
"paragraph": {
"elements": [
{
"endIndex": 34292,
"startIndex": 34260,
"textRun": {
"content": " async 2.8.2 (2.9.0 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34260
},
{
"endIndex": 34329,
"paragraph": {
"elements": [
{
"endIndex": 34329,
"startIndex": 34292,
"textRun": {
"content": " characters 1.2.0 (1.2.1 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34292
},
{
"endIndex": 34361,
"paragraph": {
"elements": [
{
"endIndex": 34361,
"startIndex": 34329,
"textRun": {
"content": " clock 1.1.0 (1.1.1 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34329
},
{
"endIndex": 34398,
"paragraph": {
"elements": [
{
"endIndex": 34398,
"startIndex": 34361,
"textRun": {
"content": " fake_async 1.3.0 (1.3.1 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34361
},
{
"endIndex": 34436,
"paragraph": {
"elements": [
{
"endIndex": 34436,
"startIndex": 34398,
"textRun": {
"content": " matcher 0.12.11 (0.12.12 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34398
},
{
"endIndex": 34487,
"paragraph": {
"elements": [
{
"endIndex": 34487,
"startIndex": 34436,
"textRun": {
"content": " material_color_utilities 0.1.4 (0.1.5 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34436
},
{
"endIndex": 34518,
"paragraph": {
"elements": [
{
"endIndex": 34518,
"startIndex": 34487,
"textRun": {
"content": " meta 1.7.0 (1.8.0 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34487
},
{
"endIndex": 34549,
"paragraph": {
"elements": [
{
"endIndex": 34549,
"startIndex": 34518,
"textRun": {
"content": " path 1.8.1 (1.8.2 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34518
},
{
"endIndex": 34587,
"paragraph": {
"elements": [
{
"endIndex": 34587,
"startIndex": 34549,
"textRun": {
"content": " source_span 1.8.2 (1.9.0 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34549
},
{
"endIndex": 34628,
"paragraph": {
"elements": [
{
"endIndex": 34628,
"startIndex": 34587,
"textRun": {
"content": " string_scanner 1.1.0 (1.1.1 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34587
},
{
"endIndex": 34665,
"paragraph": {
"elements": [
{
"endIndex": 34665,
"startIndex": 34628,
"textRun": {
"content": " term_glyph 1.2.0 (1.2.1 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34628
},
{
"endIndex": 34701,
"paragraph": {
"elements": [
{
"endIndex": 34701,
"startIndex": 34665,
"textRun": {
"content": " test_api 0.4.9 (0.4.12 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34665
},
{
"endIndex": 34740,
"paragraph": {
"elements": [
{
"endIndex": 34740,
"startIndex": 34701,
"textRun": {
"content": " url_launcher 6.1.4 (6.1.5 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34701
},
{
"endIndex": 34793,
"paragraph": {
"elements": [
{
"endIndex": 34793,
"startIndex": 34740,
"textRun": {
"content": "+ window_to_front 0.0.1 from path ../window_to_front\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34740
},
{
"endIndex": 34815,
"paragraph": {
"elements": [
{
"endIndex": 34815,
"startIndex": 34793,
"textRun": {
"content": "Changed 1 dependency!\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 34793
}
],
"endIndex": 34815,
"startIndex": 34173,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 34817,
"paragraph": {
"elements": [
{
"endIndex": 34817,
"startIndex": 34816,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 34816
},
{
"endIndex": 34994,
"paragraph": {
"elements": [
{
"endIndex": 34848,
"startIndex": 34817,
"textRun": {
"content": "Note the path specified for the",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 34849,
"startIndex": 34848,
"textRun": {
"content": " ",
"textStyle": {}
}
},
{
"endIndex": 34864,
"startIndex": 34849,
"textRun": {
"content": "window_to_front",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 34908,
"startIndex": 34864,
"textRun": {
"content": " dependency: because this is a local package",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 34909,
"startIndex": 34908,
"textRun": {
"content": " ",
"textStyle": {}
}
},
{
"endIndex": 34937,
"startIndex": 34909,
"textRun": {
"content": "instead of one published to ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 34944,
"startIndex": 34937,
"textRun": {
"content": "pub.dev",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://pub.dev/"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 34993,
"startIndex": 34944,
"textRun": {
"content": ", you specify a path instead of a version number.",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 34994,
"startIndex": 34993,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 34817
},
{
"endIndex": 35028,
"paragraph": {
"elements": [
{
"endIndex": 35028,
"startIndex": 34994,
"textRun": {
"content": "Put it all together, again, again\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.tvwf13ue5p6g",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 34994
},
{
"endIndex": 35176,
"paragraph": {
"elements": [
{
"endIndex": 35050,
"startIndex": 35028,
"textRun": {
"content": "It’s time to integrate",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 35051,
"startIndex": 35050,
"textRun": {
"content": " ",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 35066,
"startIndex": 35051,
"textRun": {
"content": "window_to_front",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 35067,
"startIndex": 35066,
"textRun": {
"content": " ",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 35077,
"startIndex": 35067,
"textRun": {
"content": "into your ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 35090,
"startIndex": 35077,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 35176,
"startIndex": 35090,
"textRun": {
"content": " file. We only need to add an import and call into the native code at the right time.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 35028
},
{
"endIndex": 35190,
"paragraph": {
"elements": [
{
"endIndex": 35189,
"startIndex": 35176,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/step_06/lib/main.dart"
},
"underline": true
}
}
},
{
"endIndex": 35190,
"startIndex": 35189,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.5mn7f99pbudx",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 35176
},
{
"endIndex": 37060,
"startIndex": 35190,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 37059,
"startIndex": 35191,
"tableCells": [
{
"content": [
{
"endIndex": 35233,
"paragraph": {
"elements": [
{
"endIndex": 35233,
"startIndex": 35193,
"textRun": {
"content": "import 'package:flutter/material.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35193
},
{
"endIndex": 35270,
"paragraph": {
"elements": [
{
"endIndex": 35270,
"startIndex": 35233,
"textRun": {
"content": "import 'package:github/github.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35233
},
{
"endIndex": 35340,
"paragraph": {
"elements": [
{
"endIndex": 35340,
"startIndex": 35270,
"textRun": {
"content": "import 'package:window_to_front/window_to_front.dart'; // Add this\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35270
},
{
"endIndex": 35341,
"paragraph": {
"elements": [
{
"endIndex": 35341,
"startIndex": 35340,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35340
},
{
"endIndex": 35381,
"paragraph": {
"elements": [
{
"endIndex": 35381,
"startIndex": 35341,
"textRun": {
"content": "import 'github_oauth_credentials.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35341
},
{
"endIndex": 35413,
"paragraph": {
"elements": [
{
"endIndex": 35413,
"startIndex": 35381,
"textRun": {
"content": "import 'src/github_login.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35381
},
{
"endIndex": 35414,
"paragraph": {
"elements": [
{
"endIndex": 35414,
"startIndex": 35413,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35413
},
{
"endIndex": 35428,
"paragraph": {
"elements": [
{
"endIndex": 35428,
"startIndex": 35414,
"textRun": {
"content": "void main() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35414
},
{
"endIndex": 35453,
"paragraph": {
"elements": [
{
"endIndex": 35453,
"startIndex": 35428,
"textRun": {
"content": " runApp(const MyApp());\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35428
},
{
"endIndex": 35455,
"paragraph": {
"elements": [
{
"endIndex": 35455,
"startIndex": 35453,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35453
},
{
"endIndex": 35456,
"paragraph": {
"elements": [
{
"endIndex": 35456,
"startIndex": 35455,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35455
},
{
"endIndex": 35494,
"paragraph": {
"elements": [
{
"endIndex": 35494,
"startIndex": 35456,
"textRun": {
"content": "class MyApp extends StatelessWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35456
},
{
"endIndex": 35522,
"paragraph": {
"elements": [
{
"endIndex": 35522,
"startIndex": 35494,
"textRun": {
"content": " const MyApp({super.key});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35494
},
{
"endIndex": 35523,
"paragraph": {
"elements": [
{
"endIndex": 35523,
"startIndex": 35522,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35522
},
{
"endIndex": 35535,
"paragraph": {
"elements": [
{
"endIndex": 35535,
"startIndex": 35523,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35523
},
{
"endIndex": 35574,
"paragraph": {
"elements": [
{
"endIndex": 35574,
"startIndex": 35535,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35535
},
{
"endIndex": 35598,
"paragraph": {
"elements": [
{
"endIndex": 35598,
"startIndex": 35574,
"textRun": {
"content": " return MaterialApp(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35574
},
{
"endIndex": 35628,
"paragraph": {
"elements": [
{
"endIndex": 35628,
"startIndex": 35598,
"textRun": {
"content": " title: 'GitHub Client',\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35598
},
{
"endIndex": 35652,
"paragraph": {
"elements": [
{
"endIndex": 35652,
"startIndex": 35628,
"textRun": {
"content": " theme: ThemeData(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35628
},
{
"endIndex": 35688,
"paragraph": {
"elements": [
{
"endIndex": 35688,
"startIndex": 35652,
"textRun": {
"content": " primarySwatch: Colors.blue,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35652
},
{
"endIndex": 35750,
"paragraph": {
"elements": [
{
"endIndex": 35750,
"startIndex": 35688,
"textRun": {
"content": " visualDensity: VisualDensity.adaptivePlatformDensity,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35688
},
{
"endIndex": 35778,
"paragraph": {
"elements": [
{
"endIndex": 35778,
"startIndex": 35750,
"textRun": {
"content": " useMaterial3: true,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35750
},
{
"endIndex": 35787,
"paragraph": {
"elements": [
{
"endIndex": 35787,
"startIndex": 35778,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35778
},
{
"endIndex": 35841,
"paragraph": {
"elements": [
{
"endIndex": 35841,
"startIndex": 35787,
"textRun": {
"content": " home: const MyHomePage(title: 'GitHub Client'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35787
},
{
"endIndex": 35848,
"paragraph": {
"elements": [
{
"endIndex": 35848,
"startIndex": 35841,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35841
},
{
"endIndex": 35852,
"paragraph": {
"elements": [
{
"endIndex": 35852,
"startIndex": 35848,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35848
},
{
"endIndex": 35854,
"paragraph": {
"elements": [
{
"endIndex": 35854,
"startIndex": 35852,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35852
},
{
"endIndex": 35855,
"paragraph": {
"elements": [
{
"endIndex": 35855,
"startIndex": 35854,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35854
},
{
"endIndex": 35898,
"paragraph": {
"elements": [
{
"endIndex": 35898,
"startIndex": 35855,
"textRun": {
"content": "class MyHomePage extends StatelessWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35855
},
{
"endIndex": 35952,
"paragraph": {
"elements": [
{
"endIndex": 35952,
"startIndex": 35898,
"textRun": {
"content": " const MyHomePage({super.key, required this.title});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35898
},
{
"endIndex": 35974,
"paragraph": {
"elements": [
{
"endIndex": 35974,
"startIndex": 35952,
"textRun": {
"content": " final String title;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35952
},
{
"endIndex": 35975,
"paragraph": {
"elements": [
{
"endIndex": 35975,
"startIndex": 35974,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35974
},
{
"endIndex": 35987,
"paragraph": {
"elements": [
{
"endIndex": 35987,
"startIndex": 35975,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35975
},
{
"endIndex": 36026,
"paragraph": {
"elements": [
{
"endIndex": 36026,
"startIndex": 35987,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 35987
},
{
"endIndex": 36056,
"paragraph": {
"elements": [
{
"endIndex": 36056,
"startIndex": 36026,
"textRun": {
"content": " return GithubLoginWidget(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36026
},
{
"endIndex": 36095,
"paragraph": {
"elements": [
{
"endIndex": 36095,
"startIndex": 36056,
"textRun": {
"content": " builder: (context, httpClient) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36056
},
{
"endIndex": 36165,
"paragraph": {
"elements": [
{
"endIndex": 36165,
"startIndex": 36095,
"textRun": {
"content": " WindowToFront.activate(); // and this.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36095
},
{
"endIndex": 36208,
"paragraph": {
"elements": [
{
"endIndex": 36208,
"startIndex": 36165,
"textRun": {
"content": " return FutureBuilder<CurrentUser>(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36165
},
{
"endIndex": 36276,
"paragraph": {
"elements": [
{
"endIndex": 36276,
"startIndex": 36208,
"textRun": {
"content": " future: viewerDetail(httpClient.credentials.accessToken),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36208
},
{
"endIndex": 36317,
"paragraph": {
"elements": [
{
"endIndex": 36317,
"startIndex": 36276,
"textRun": {
"content": " builder: (context, snapshot) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36276
},
{
"endIndex": 36346,
"paragraph": {
"elements": [
{
"endIndex": 36346,
"startIndex": 36317,
"textRun": {
"content": " return Scaffold(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36317
},
{
"endIndex": 36376,
"paragraph": {
"elements": [
{
"endIndex": 36376,
"startIndex": 36346,
"textRun": {
"content": " appBar: AppBar(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36346
},
{
"endIndex": 36412,
"paragraph": {
"elements": [
{
"endIndex": 36412,
"startIndex": 36376,
"textRun": {
"content": " title: Text(title),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36376
},
{
"endIndex": 36442,
"paragraph": {
"elements": [
{
"endIndex": 36442,
"startIndex": 36412,
"textRun": {
"content": " elevation: 2,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36412
},
{
"endIndex": 36459,
"paragraph": {
"elements": [
{
"endIndex": 36459,
"startIndex": 36442,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36442
},
{
"endIndex": 36487,
"paragraph": {
"elements": [
{
"endIndex": 36487,
"startIndex": 36459,
"textRun": {
"content": " body: Center(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36459
},
{
"endIndex": 36516,
"paragraph": {
"elements": [
{
"endIndex": 36516,
"startIndex": 36487,
"textRun": {
"content": " child: Text(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36487
},
{
"endIndex": 36551,
"paragraph": {
"elements": [
{
"endIndex": 36551,
"startIndex": 36516,
"textRun": {
"content": " snapshot.hasData\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36516
},
{
"endIndex": 36608,
"paragraph": {
"elements": [
{
"endIndex": 36608,
"startIndex": 36551,
"textRun": {
"content": " ? 'Hello ${snapshot.data!.login}!'\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36551
},
{
"endIndex": 36670,
"paragraph": {
"elements": [
{
"endIndex": 36670,
"startIndex": 36608,
"textRun": {
"content": " : 'Retrieving viewer login details...',\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36608
},
{
"endIndex": 36689,
"paragraph": {
"elements": [
{
"endIndex": 36689,
"startIndex": 36670,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36670
},
{
"endIndex": 36706,
"paragraph": {
"elements": [
{
"endIndex": 36706,
"startIndex": 36689,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36689
},
{
"endIndex": 36721,
"paragraph": {
"elements": [
{
"endIndex": 36721,
"startIndex": 36706,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36706
},
{
"endIndex": 36734,
"paragraph": {
"elements": [
{
"endIndex": 36734,
"startIndex": 36721,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36721
},
{
"endIndex": 36745,
"paragraph": {
"elements": [
{
"endIndex": 36745,
"startIndex": 36734,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36734
},
{
"endIndex": 36754,
"paragraph": {
"elements": [
{
"endIndex": 36754,
"startIndex": 36745,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36745
},
{
"endIndex": 36792,
"paragraph": {
"elements": [
{
"endIndex": 36792,
"startIndex": 36754,
"textRun": {
"content": " githubClientId: githubClientId,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36754
},
{
"endIndex": 36838,
"paragraph": {
"elements": [
{
"endIndex": 36838,
"startIndex": 36792,
"textRun": {
"content": " githubClientSecret: githubClientSecret,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36792
},
{
"endIndex": 36872,
"paragraph": {
"elements": [
{
"endIndex": 36872,
"startIndex": 36838,
"textRun": {
"content": " githubScopes: githubScopes,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36838
},
{
"endIndex": 36879,
"paragraph": {
"elements": [
{
"endIndex": 36879,
"startIndex": 36872,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36872
},
{
"endIndex": 36883,
"paragraph": {
"elements": [
{
"endIndex": 36883,
"startIndex": 36879,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36879
},
{
"endIndex": 36885,
"paragraph": {
"elements": [
{
"endIndex": 36885,
"startIndex": 36883,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36883
},
{
"endIndex": 36886,
"paragraph": {
"elements": [
{
"endIndex": 36886,
"startIndex": 36885,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36885
},
{
"endIndex": 36947,
"paragraph": {
"elements": [
{
"endIndex": 36947,
"startIndex": 36886,
"textRun": {
"content": "Future<CurrentUser> viewerDetail(String accessToken) async {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36886
},
{
"endIndex": 37017,
"paragraph": {
"elements": [
{
"endIndex": 37017,
"startIndex": 36947,
"textRun": {
"content": " final gitHub = GitHub(auth: Authentication.withToken(accessToken));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 36947
},
{
"endIndex": 37057,
"paragraph": {
"elements": [
{
"endIndex": 37057,
"startIndex": 37017,
"textRun": {
"content": " return gitHub.users.getCurrentUser();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 37017
},
{
"endIndex": 37059,
"paragraph": {
"elements": [
{
"endIndex": 37059,
"startIndex": 37057,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 37057
}
],
"endIndex": 37059,
"startIndex": 35192,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 37061,
"paragraph": {
"elements": [
{
"endIndex": 37061,
"startIndex": 37060,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37060
},
{
"endIndex": 37518,
"paragraph": {
"elements": [
{
"endIndex": 37518,
"startIndex": 37061,
"textRun": {
"content": "After you run this Flutter application, you will be greeted by an identical looking app, but clicking the button will reveal a difference in behaviour. If you place the app over the web browser you are using to authenticate with, when you click on the Login button, your application will be pushed behind the web browser, but once you have completed the authentication flow in the browser, your application will come to the front again. Much more polished.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37061
},
{
"endIndex": 37519,
"paragraph": {
"elements": [
{
"endIndex": 37519,
"startIndex": 37518,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37518
},
{
"endIndex": 37520,
"paragraph": {
"elements": [
{
"endIndex": 37520,
"startIndex": 37519,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37519
},
{
"endIndex": 37529,
"startIndex": 37520,
"table": {
"columns": 2,
"rows": 1,
"tableRows": [
{
"endIndex": 37528,
"startIndex": 37521,
"tableCells": [
{
"content": [
{
"endIndex": 37525,
"paragraph": {
"elements": [
{
"endIndex": 37524,
"inlineObjectElement": {
"inlineObjectId": "kix.4cz8icfcxdm4",
"textStyle": {}
},
"startIndex": 37523
},
{
"endIndex": 37525,
"startIndex": 37524,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 37523
}
],
"endIndex": 37525,
"startIndex": 37522,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
},
{
"content": [
{
"endIndex": 37528,
"paragraph": {
"elements": [
{
"endIndex": 37527,
"inlineObjectElement": {
"inlineObjectId": "kix.indwct7imuzd",
"textStyle": {}
},
"startIndex": 37526
},
{
"endIndex": 37528,
"startIndex": 37527,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 37526
}
],
"endIndex": 37528,
"startIndex": 37525,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
},
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 37530,
"paragraph": {
"elements": [
{
"endIndex": 37530,
"startIndex": 37529,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37529
},
{
"endIndex": 37803,
"paragraph": {
"elements": [
{
"endIndex": 37803,
"startIndex": 37530,
"textRun": {
"content": "In the next section, you’ll build on the base that you have, to create a desktop GitHub client that gives you insight into what you have on GitHub. You’ll inspect the list of repositories in the account, the pull requests from the Flutter project, and the assigned issues.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37530
},
{
"endIndex": 37862,
"paragraph": {
"elements": [
{
"endIndex": 37813,
"startIndex": 37803,
"textRun": {
"content": "View the r",
"textStyle": {
"fontSize": {
"magnitude": 18.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 37862,
"startIndex": 37813,
"textRun": {
"content": "epositories, pull requests, and assigned issues \n",
"textStyle": {
"fontSize": {
"magnitude": 18.0,
"unit": "PT"
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.6cpjfqrfbd6s",
"namedStyleType": "HEADING_1",
"pageBreakBefore": false
}
},
"startIndex": 37803
},
{
"endIndex": 37878,
"paragraph": {
"elements": [
{
"endIndex": 37877,
"startIndex": 37862,
"textRun": {
"content": "Duration: 10:00",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.7176471,
"green": 0.7176471,
"red": 0.7176471
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 37878,
"startIndex": 37877,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37862
},
{
"endIndex": 37879,
"paragraph": {
"elements": [
{
"endIndex": 37879,
"startIndex": 37878,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37878
},
{
"endIndex": 38151,
"paragraph": {
"elements": [
{
"endIndex": 38150,
"startIndex": 37879,
"textRun": {
"content": "You’re pretty far along into building this application, and yet, all the application does is tell you your login. You’d probably like a little bit more from a desktop GitHub client. Next, you’ll add the capability to list repositories, pull requests, and assigned issues.",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38151,
"startIndex": 38150,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 37879
},
{
"endIndex": 38175,
"paragraph": {
"elements": [
{
"endIndex": 38175,
"startIndex": 38151,
"textRun": {
"content": "Add one last dependency\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.1f8fwhfw59th",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 38151
},
{
"endIndex": 38319,
"paragraph": {
"elements": [
{
"endIndex": 38264,
"startIndex": 38175,
"textRun": {
"content": "In rendering the data returned from the above queries, you’ll use an additional package, ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38275,
"startIndex": 38264,
"textRun": {
"content": "fluttericon",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://pub.dev/packages/fluttericon"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 38299,
"startIndex": 38275,
"textRun": {
"content": ", for easily displaying ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38316,
"startIndex": 38299,
"textRun": {
"content": "GitHub’s Octicons",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://primer.style/octicons/"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38319,
"startIndex": 38316,
"textRun": {
"content": ". \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 38175
},
{
"endIndex": 38320,
"paragraph": {
"elements": [
{
"endIndex": 38320,
"startIndex": 38319,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 38319
},
{
"endIndex": 38548,
"startIndex": 38320,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 38547,
"startIndex": 38321,
"tableCells": [
{
"content": [
{
"endIndex": 38353,
"paragraph": {
"elements": [
{
"endIndex": 38353,
"startIndex": 38323,
"textRun": {
"content": "$ flutter pub add fluttericon\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 38323
},
{
"endIndex": 38380,
"paragraph": {
"elements": [
{
"endIndex": 38380,
"startIndex": 38353,
"textRun": {
"content": "Resolving dependencies... \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 38353
},
{
"endIndex": 38400,
"paragraph": {
"elements": [
{
"endIndex": 38400,
"startIndex": 38380,
"textRun": {
"content": "+ fluttericon 2.0.0\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 38380
},
{
"endIndex": 38451,
"paragraph": {
"elements": [
{
"endIndex": 38451,
"startIndex": 38400,
"textRun": {
"content": " material_color_utilities 0.2.0 (0.3.0 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 38400
},
{
"endIndex": 38490,
"paragraph": {
"elements": [
{
"endIndex": 38490,
"startIndex": 38451,
"textRun": {
"content": " source_span 1.9.1 (1.10.0 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 38451
},
{
"endIndex": 38525,
"paragraph": {
"elements": [
{
"endIndex": 38525,
"startIndex": 38490,
"textRun": {
"content": " test_api 0.5.1 (0.5.2 available)\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 38490
},
{
"endIndex": 38547,
"paragraph": {
"elements": [
{
"endIndex": 38547,
"startIndex": 38525,
"textRun": {
"content": "Changed 1 dependency!\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Consolas",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 38525
}
],
"endIndex": 38547,
"startIndex": 38322,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 38549,
"paragraph": {
"elements": [
{
"endIndex": 38549,
"startIndex": 38548,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 38548
},
{
"endIndex": 38589,
"paragraph": {
"elements": [
{
"endIndex": 38589,
"startIndex": 38549,
"textRun": {
"content": "Widgets to render the results to screen\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.mix5jm9qpba1",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 38549
},
{
"endIndex": 38923,
"paragraph": {
"elements": [
{
"endIndex": 38660,
"startIndex": 38589,
"textRun": {
"content": "You are going to use the GitHub package you added before to populate a ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38674,
"startIndex": 38660,
"textRun": {
"content": "NavigationRail",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://api.flutter.dev/flutter/material/NavigationRail-class.html"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 38780,
"startIndex": 38674,
"textRun": {
"content": " widget with views of your repositories, assigned issues, and pull requests from the Flutter project. The ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38791,
"startIndex": 38780,
"textRun": {
"content": "Material.io",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://material.io/"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38805,
"startIndex": 38791,
"textRun": {
"content": " design system",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38833,
"startIndex": 38805,
"textRun": {
"content": " documentation explains how ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38849,
"startIndex": 38833,
"textRun": {
"content": "Navigation rails",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://material.io/components/navigation-rail"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 38923,
"startIndex": 38849,
"textRun": {
"content": " provide ergonomic movement between primary destinations in applications.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 38589
},
{
"endIndex": 38924,
"paragraph": {
"elements": [
{
"endIndex": 38924,
"startIndex": 38923,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 38923
},
{
"endIndex": 38984,
"paragraph": {
"elements": [
{
"endIndex": 38984,
"startIndex": 38924,
"textRun": {
"content": "Create a new file, and fill it with the following content. \n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 38924
},
{
"endIndex": 39012,
"paragraph": {
"elements": [
{
"endIndex": 39011,
"startIndex": 38984,
"textRun": {
"content": "lib/src/github_summary.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/step_07/lib/src/github_summary.dart"
},
"underline": true
}
}
},
{
"endIndex": 39012,
"startIndex": 39011,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.1nmaf3332ru1",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 38984
},
{
"endIndex": 45931,
"startIndex": 39012,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 45930,
"startIndex": 39013,
"tableCells": [
{
"content": [
{
"endIndex": 39055,
"paragraph": {
"elements": [
{
"endIndex": 39055,
"startIndex": 39015,
"textRun": {
"content": "import 'package:flutter/material.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39015
},
{
"endIndex": 39105,
"paragraph": {
"elements": [
{
"endIndex": 39105,
"startIndex": 39055,
"textRun": {
"content": "import 'package:fluttericon/octicons_icons.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39055
},
{
"endIndex": 39142,
"paragraph": {
"elements": [
{
"endIndex": 39142,
"startIndex": 39105,
"textRun": {
"content": "import 'package:github/github.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39105
},
{
"endIndex": 39198,
"paragraph": {
"elements": [
{
"endIndex": 39198,
"startIndex": 39142,
"textRun": {
"content": "import 'package:url_launcher/url_launcher_string.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39142
},
{
"endIndex": 39199,
"paragraph": {
"elements": [
{
"endIndex": 39199,
"startIndex": 39198,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39198
},
{
"endIndex": 39244,
"paragraph": {
"elements": [
{
"endIndex": 39244,
"startIndex": 39199,
"textRun": {
"content": "class GitHubSummary extends StatefulWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39199
},
{
"endIndex": 39302,
"paragraph": {
"elements": [
{
"endIndex": 39302,
"startIndex": 39244,
"textRun": {
"content": " const GitHubSummary({required this.gitHub, super.key});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39244
},
{
"endIndex": 39325,
"paragraph": {
"elements": [
{
"endIndex": 39325,
"startIndex": 39302,
"textRun": {
"content": " final GitHub gitHub;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39302
},
{
"endIndex": 39326,
"paragraph": {
"elements": [
{
"endIndex": 39326,
"startIndex": 39325,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39325
},
{
"endIndex": 39338,
"paragraph": {
"elements": [
{
"endIndex": 39338,
"startIndex": 39326,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39326
},
{
"endIndex": 39401,
"paragraph": {
"elements": [
{
"endIndex": 39401,
"startIndex": 39338,
"textRun": {
"content": " State<GitHubSummary> createState() => _GitHubSummaryState();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39338
},
{
"endIndex": 39403,
"paragraph": {
"elements": [
{
"endIndex": 39403,
"startIndex": 39401,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39401
},
{
"endIndex": 39404,
"paragraph": {
"elements": [
{
"endIndex": 39404,
"startIndex": 39403,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39403
},
{
"endIndex": 39461,
"paragraph": {
"elements": [
{
"endIndex": 39461,
"startIndex": 39404,
"textRun": {
"content": "class _GitHubSummaryState extends State<GitHubSummary> {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39404
},
{
"endIndex": 39487,
"paragraph": {
"elements": [
{
"endIndex": 39487,
"startIndex": 39461,
"textRun": {
"content": " int _selectedIndex = 0;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39461
},
{
"endIndex": 39488,
"paragraph": {
"elements": [
{
"endIndex": 39488,
"startIndex": 39487,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39487
},
{
"endIndex": 39500,
"paragraph": {
"elements": [
{
"endIndex": 39500,
"startIndex": 39488,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39488
},
{
"endIndex": 39539,
"paragraph": {
"elements": [
{
"endIndex": 39539,
"startIndex": 39500,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39500
},
{
"endIndex": 39555,
"paragraph": {
"elements": [
{
"endIndex": 39555,
"startIndex": 39539,
"textRun": {
"content": " return Row(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39539
},
{
"endIndex": 39573,
"paragraph": {
"elements": [
{
"endIndex": 39573,
"startIndex": 39555,
"textRun": {
"content": " children: [\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39555
},
{
"endIndex": 39597,
"paragraph": {
"elements": [
{
"endIndex": 39597,
"startIndex": 39573,
"textRun": {
"content": " NavigationRail(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39573
},
{
"endIndex": 39638,
"paragraph": {
"elements": [
{
"endIndex": 39638,
"startIndex": 39597,
"textRun": {
"content": " selectedIndex: _selectedIndex,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39597
},
{
"endIndex": 39681,
"paragraph": {
"elements": [
{
"endIndex": 39681,
"startIndex": 39638,
"textRun": {
"content": " onDestinationSelected: (index) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39638
},
{
"endIndex": 39707,
"paragraph": {
"elements": [
{
"endIndex": 39707,
"startIndex": 39681,
"textRun": {
"content": " setState(() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39681
},
{
"endIndex": 39745,
"paragraph": {
"elements": [
{
"endIndex": 39745,
"startIndex": 39707,
"textRun": {
"content": " _selectedIndex = index;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39707
},
{
"endIndex": 39761,
"paragraph": {
"elements": [
{
"endIndex": 39761,
"startIndex": 39745,
"textRun": {
"content": " });\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39745
},
{
"endIndex": 39774,
"paragraph": {
"elements": [
{
"endIndex": 39774,
"startIndex": 39761,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39761
},
{
"endIndex": 39829,
"paragraph": {
"elements": [
{
"endIndex": 39829,
"startIndex": 39774,
"textRun": {
"content": " labelType: NavigationRailLabelType.selected,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39774
},
{
"endIndex": 39861,
"paragraph": {
"elements": [
{
"endIndex": 39861,
"startIndex": 39829,
"textRun": {
"content": " destinations: const [\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39829
},
{
"endIndex": 39900,
"paragraph": {
"elements": [
{
"endIndex": 39900,
"startIndex": 39861,
"textRun": {
"content": " NavigationRailDestination(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39861
},
{
"endIndex": 39941,
"paragraph": {
"elements": [
{
"endIndex": 39941,
"startIndex": 39900,
"textRun": {
"content": " icon: Icon(Octicons.repo),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39900
},
{
"endIndex": 39984,
"paragraph": {
"elements": [
{
"endIndex": 39984,
"startIndex": 39941,
"textRun": {
"content": " label: Text('Repositories'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39941
},
{
"endIndex": 39999,
"paragraph": {
"elements": [
{
"endIndex": 39999,
"startIndex": 39984,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39984
},
{
"endIndex": 40038,
"paragraph": {
"elements": [
{
"endIndex": 40038,
"startIndex": 39999,
"textRun": {
"content": " NavigationRailDestination(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 39999
},
{
"endIndex": 40087,
"paragraph": {
"elements": [
{
"endIndex": 40087,
"startIndex": 40038,
"textRun": {
"content": " icon: Icon(Octicons.issue_opened),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40038
},
{
"endIndex": 40133,
"paragraph": {
"elements": [
{
"endIndex": 40133,
"startIndex": 40087,
"textRun": {
"content": " label: Text('Assigned Issues'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40087
},
{
"endIndex": 40148,
"paragraph": {
"elements": [
{
"endIndex": 40148,
"startIndex": 40133,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40133
},
{
"endIndex": 40187,
"paragraph": {
"elements": [
{
"endIndex": 40187,
"startIndex": 40148,
"textRun": {
"content": " NavigationRailDestination(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40148
},
{
"endIndex": 40240,
"paragraph": {
"elements": [
{
"endIndex": 40240,
"startIndex": 40187,
"textRun": {
"content": " icon: Icon(Octicons.git_pull_request),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40187
},
{
"endIndex": 40284,
"paragraph": {
"elements": [
{
"endIndex": 40284,
"startIndex": 40240,
"textRun": {
"content": " label: Text('Pull Requests'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40240
},
{
"endIndex": 40299,
"paragraph": {
"elements": [
{
"endIndex": 40299,
"startIndex": 40284,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40284
},
{
"endIndex": 40312,
"paragraph": {
"elements": [
{
"endIndex": 40312,
"startIndex": 40299,
"textRun": {
"content": " ],\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40299
},
{
"endIndex": 40323,
"paragraph": {
"elements": [
{
"endIndex": 40323,
"startIndex": 40312,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40312
},
{
"endIndex": 40378,
"paragraph": {
"elements": [
{
"endIndex": 40378,
"startIndex": 40323,
"textRun": {
"content": " const VerticalDivider(thickness: 1, width: 1),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40323
},
{
"endIndex": 40415,
"paragraph": {
"elements": [
{
"endIndex": 40415,
"startIndex": 40378,
"textRun": {
"content": " // This is the main content.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40378
},
{
"endIndex": 40433,
"paragraph": {
"elements": [
{
"endIndex": 40433,
"startIndex": 40415,
"textRun": {
"content": " Expanded(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40415
},
{
"endIndex": 40464,
"paragraph": {
"elements": [
{
"endIndex": 40464,
"startIndex": 40433,
"textRun": {
"content": " child: IndexedStack(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40433
},
{
"endIndex": 40499,
"paragraph": {
"elements": [
{
"endIndex": 40499,
"startIndex": 40464,
"textRun": {
"content": " index: _selectedIndex,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40464
},
{
"endIndex": 40523,
"paragraph": {
"elements": [
{
"endIndex": 40523,
"startIndex": 40499,
"textRun": {
"content": " children: [\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40499
},
{
"endIndex": 40578,
"paragraph": {
"elements": [
{
"endIndex": 40578,
"startIndex": 40523,
"textRun": {
"content": " RepositoriesList(gitHub: widget.gitHub),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40523
},
{
"endIndex": 40635,
"paragraph": {
"elements": [
{
"endIndex": 40635,
"startIndex": 40578,
"textRun": {
"content": " AssignedIssuesList(gitHub: widget.gitHub),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40578
},
{
"endIndex": 40690,
"paragraph": {
"elements": [
{
"endIndex": 40690,
"startIndex": 40635,
"textRun": {
"content": " PullRequestsList(gitHub: widget.gitHub),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40635
},
{
"endIndex": 40705,
"paragraph": {
"elements": [
{
"endIndex": 40705,
"startIndex": 40690,
"textRun": {
"content": " ],\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40690
},
{
"endIndex": 40718,
"paragraph": {
"elements": [
{
"endIndex": 40718,
"startIndex": 40705,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40705
},
{
"endIndex": 40729,
"paragraph": {
"elements": [
{
"endIndex": 40729,
"startIndex": 40718,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40718
},
{
"endIndex": 40738,
"paragraph": {
"elements": [
{
"endIndex": 40738,
"startIndex": 40729,
"textRun": {
"content": " ],\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40729
},
{
"endIndex": 40745,
"paragraph": {
"elements": [
{
"endIndex": 40745,
"startIndex": 40738,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40738
},
{
"endIndex": 40749,
"paragraph": {
"elements": [
{
"endIndex": 40749,
"startIndex": 40745,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40745
},
{
"endIndex": 40751,
"paragraph": {
"elements": [
{
"endIndex": 40751,
"startIndex": 40749,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40749
},
{
"endIndex": 40752,
"paragraph": {
"elements": [
{
"endIndex": 40752,
"startIndex": 40751,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40751
},
{
"endIndex": 40800,
"paragraph": {
"elements": [
{
"endIndex": 40800,
"startIndex": 40752,
"textRun": {
"content": "class RepositoriesList extends StatefulWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40752
},
{
"endIndex": 40861,
"paragraph": {
"elements": [
{
"endIndex": 40861,
"startIndex": 40800,
"textRun": {
"content": " const RepositoriesList({required this.gitHub, super.key});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40800
},
{
"endIndex": 40884,
"paragraph": {
"elements": [
{
"endIndex": 40884,
"startIndex": 40861,
"textRun": {
"content": " final GitHub gitHub;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40861
},
{
"endIndex": 40885,
"paragraph": {
"elements": [
{
"endIndex": 40885,
"startIndex": 40884,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40884
},
{
"endIndex": 40897,
"paragraph": {
"elements": [
{
"endIndex": 40897,
"startIndex": 40885,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40885
},
{
"endIndex": 40966,
"paragraph": {
"elements": [
{
"endIndex": 40966,
"startIndex": 40897,
"textRun": {
"content": " State<RepositoriesList> createState() => _RepositoriesListState();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40897
},
{
"endIndex": 40968,
"paragraph": {
"elements": [
{
"endIndex": 40968,
"startIndex": 40966,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40966
},
{
"endIndex": 40969,
"paragraph": {
"elements": [
{
"endIndex": 40969,
"startIndex": 40968,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40968
},
{
"endIndex": 41032,
"paragraph": {
"elements": [
{
"endIndex": 41032,
"startIndex": 40969,
"textRun": {
"content": "class _RepositoriesListState extends State<RepositoriesList> {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 40969
},
{
"endIndex": 41044,
"paragraph": {
"elements": [
{
"endIndex": 41044,
"startIndex": 41032,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41032
},
{
"endIndex": 41060,
"paragraph": {
"elements": [
{
"endIndex": 41060,
"startIndex": 41044,
"textRun": {
"content": " initState() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41044
},
{
"endIndex": 41083,
"paragraph": {
"elements": [
{
"endIndex": 41083,
"startIndex": 41060,
"textRun": {
"content": " super.initState();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41060
},
{
"endIndex": 41159,
"paragraph": {
"elements": [
{
"endIndex": 41159,
"startIndex": 41083,
"textRun": {
"content": " _repositories = widget.gitHub.repositories.listRepositories().toList();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41083
},
{
"endIndex": 41163,
"paragraph": {
"elements": [
{
"endIndex": 41163,
"startIndex": 41159,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41159
},
{
"endIndex": 41164,
"paragraph": {
"elements": [
{
"endIndex": 41164,
"startIndex": 41163,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41163
},
{
"endIndex": 41211,
"paragraph": {
"elements": [
{
"endIndex": 41211,
"startIndex": 41164,
"textRun": {
"content": " late Future<List<Repository>> _repositories;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41164
},
{
"endIndex": 41212,
"paragraph": {
"elements": [
{
"endIndex": 41212,
"startIndex": 41211,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41211
},
{
"endIndex": 41224,
"paragraph": {
"elements": [
{
"endIndex": 41224,
"startIndex": 41212,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41212
},
{
"endIndex": 41263,
"paragraph": {
"elements": [
{
"endIndex": 41263,
"startIndex": 41224,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41224
},
{
"endIndex": 41307,
"paragraph": {
"elements": [
{
"endIndex": 41307,
"startIndex": 41263,
"textRun": {
"content": " return FutureBuilder<List<Repository>>(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41263
},
{
"endIndex": 41336,
"paragraph": {
"elements": [
{
"endIndex": 41336,
"startIndex": 41307,
"textRun": {
"content": " future: _repositories,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41307
},
{
"endIndex": 41373,
"paragraph": {
"elements": [
{
"endIndex": 41373,
"startIndex": 41336,
"textRun": {
"content": " builder: (context, snapshot) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41336
},
{
"endIndex": 41406,
"paragraph": {
"elements": [
{
"endIndex": 41406,
"startIndex": 41373,
"textRun": {
"content": " if (snapshot.hasError) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41373
},
{
"endIndex": 41465,
"paragraph": {
"elements": [
{
"endIndex": 41465,
"startIndex": 41406,
"textRun": {
"content": " return Center(child: Text('${snapshot.error}'));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41406
},
{
"endIndex": 41475,
"paragraph": {
"elements": [
{
"endIndex": 41475,
"startIndex": 41465,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41465
},
{
"endIndex": 41508,
"paragraph": {
"elements": [
{
"endIndex": 41508,
"startIndex": 41475,
"textRun": {
"content": " if (!snapshot.hasData) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41475
},
{
"endIndex": 41575,
"paragraph": {
"elements": [
{
"endIndex": 41575,
"startIndex": 41508,
"textRun": {
"content": " return const Center(child: CircularProgressIndicator());\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41508
},
{
"endIndex": 41585,
"paragraph": {
"elements": [
{
"endIndex": 41585,
"startIndex": 41575,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41575
},
{
"endIndex": 41627,
"paragraph": {
"elements": [
{
"endIndex": 41627,
"startIndex": 41585,
"textRun": {
"content": " var repositories = snapshot.data;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41585
},
{
"endIndex": 41660,
"paragraph": {
"elements": [
{
"endIndex": 41660,
"startIndex": 41627,
"textRun": {
"content": " return ListView.builder(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41627
},
{
"endIndex": 41686,
"paragraph": {
"elements": [
{
"endIndex": 41686,
"startIndex": 41660,
"textRun": {
"content": " primary: false,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41660
},
{
"endIndex": 41728,
"paragraph": {
"elements": [
{
"endIndex": 41728,
"startIndex": 41686,
"textRun": {
"content": " itemBuilder: (context, index) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41686
},
{
"endIndex": 41778,
"paragraph": {
"elements": [
{
"endIndex": 41778,
"startIndex": 41728,
"textRun": {
"content": " var repository = repositories[index];\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41728
},
{
"endIndex": 41807,
"paragraph": {
"elements": [
{
"endIndex": 41807,
"startIndex": 41778,
"textRun": {
"content": " return ListTile(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41778
},
{
"endIndex": 41828,
"paragraph": {
"elements": [
{
"endIndex": 41828,
"startIndex": 41807,
"textRun": {
"content": " title:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41807
},
{
"endIndex": 41907,
"paragraph": {
"elements": [
{
"endIndex": 41907,
"startIndex": 41828,
"textRun": {
"content": " Text('${repository.owner?.login ?? ''}/${repository.name}'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41828
},
{
"endIndex": 41961,
"paragraph": {
"elements": [
{
"endIndex": 41961,
"startIndex": 41907,
"textRun": {
"content": " subtitle: Text(repository.description),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41907
},
{
"endIndex": 42026,
"paragraph": {
"elements": [
{
"endIndex": 42026,
"startIndex": 41961,
"textRun": {
"content": " onTap: () => _launchUrl(this, repository.htmlUrl),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 41961
},
{
"endIndex": 42041,
"paragraph": {
"elements": [
{
"endIndex": 42041,
"startIndex": 42026,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42026
},
{
"endIndex": 42054,
"paragraph": {
"elements": [
{
"endIndex": 42054,
"startIndex": 42041,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42041
},
{
"endIndex": 42097,
"paragraph": {
"elements": [
{
"endIndex": 42097,
"startIndex": 42054,
"textRun": {
"content": " itemCount: repositories!.length,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42054
},
{
"endIndex": 42108,
"paragraph": {
"elements": [
{
"endIndex": 42108,
"startIndex": 42097,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42097
},
{
"endIndex": 42117,
"paragraph": {
"elements": [
{
"endIndex": 42117,
"startIndex": 42108,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42108
},
{
"endIndex": 42124,
"paragraph": {
"elements": [
{
"endIndex": 42124,
"startIndex": 42117,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42117
},
{
"endIndex": 42128,
"paragraph": {
"elements": [
{
"endIndex": 42128,
"startIndex": 42124,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42124
},
{
"endIndex": 42130,
"paragraph": {
"elements": [
{
"endIndex": 42130,
"startIndex": 42128,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42128
},
{
"endIndex": 42131,
"paragraph": {
"elements": [
{
"endIndex": 42131,
"startIndex": 42130,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42130
},
{
"endIndex": 42181,
"paragraph": {
"elements": [
{
"endIndex": 42181,
"startIndex": 42131,
"textRun": {
"content": "class AssignedIssuesList extends StatefulWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42131
},
{
"endIndex": 42244,
"paragraph": {
"elements": [
{
"endIndex": 42244,
"startIndex": 42181,
"textRun": {
"content": " const AssignedIssuesList({required this.gitHub, super.key});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42181
},
{
"endIndex": 42267,
"paragraph": {
"elements": [
{
"endIndex": 42267,
"startIndex": 42244,
"textRun": {
"content": " final GitHub gitHub;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42244
},
{
"endIndex": 42268,
"paragraph": {
"elements": [
{
"endIndex": 42268,
"startIndex": 42267,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42267
},
{
"endIndex": 42280,
"paragraph": {
"elements": [
{
"endIndex": 42280,
"startIndex": 42268,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42268
},
{
"endIndex": 42353,
"paragraph": {
"elements": [
{
"endIndex": 42353,
"startIndex": 42280,
"textRun": {
"content": " State<AssignedIssuesList> createState() => _AssignedIssuesListState();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42280
},
{
"endIndex": 42355,
"paragraph": {
"elements": [
{
"endIndex": 42355,
"startIndex": 42353,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42353
},
{
"endIndex": 42356,
"paragraph": {
"elements": [
{
"endIndex": 42356,
"startIndex": 42355,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42355
},
{
"endIndex": 42423,
"paragraph": {
"elements": [
{
"endIndex": 42423,
"startIndex": 42356,
"textRun": {
"content": "class _AssignedIssuesListState extends State<AssignedIssuesList> {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42356
},
{
"endIndex": 42435,
"paragraph": {
"elements": [
{
"endIndex": 42435,
"startIndex": 42423,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42423
},
{
"endIndex": 42451,
"paragraph": {
"elements": [
{
"endIndex": 42451,
"startIndex": 42435,
"textRun": {
"content": " initState() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42435
},
{
"endIndex": 42474,
"paragraph": {
"elements": [
{
"endIndex": 42474,
"startIndex": 42451,
"textRun": {
"content": " super.initState();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42451
},
{
"endIndex": 42540,
"paragraph": {
"elements": [
{
"endIndex": 42540,
"startIndex": 42474,
"textRun": {
"content": " _assignedIssues = widget.gitHub.issues.listByUser().toList();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42474
},
{
"endIndex": 42544,
"paragraph": {
"elements": [
{
"endIndex": 42544,
"startIndex": 42540,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42540
},
{
"endIndex": 42545,
"paragraph": {
"elements": [
{
"endIndex": 42545,
"startIndex": 42544,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42544
},
{
"endIndex": 42589,
"paragraph": {
"elements": [
{
"endIndex": 42589,
"startIndex": 42545,
"textRun": {
"content": " late Future<List<Issue>> _assignedIssues;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42545
},
{
"endIndex": 42590,
"paragraph": {
"elements": [
{
"endIndex": 42590,
"startIndex": 42589,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42589
},
{
"endIndex": 42602,
"paragraph": {
"elements": [
{
"endIndex": 42602,
"startIndex": 42590,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42590
},
{
"endIndex": 42641,
"paragraph": {
"elements": [
{
"endIndex": 42641,
"startIndex": 42602,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42602
},
{
"endIndex": 42680,
"paragraph": {
"elements": [
{
"endIndex": 42680,
"startIndex": 42641,
"textRun": {
"content": " return FutureBuilder<List<Issue>>(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42641
},
{
"endIndex": 42711,
"paragraph": {
"elements": [
{
"endIndex": 42711,
"startIndex": 42680,
"textRun": {
"content": " future: _assignedIssues,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42680
},
{
"endIndex": 42748,
"paragraph": {
"elements": [
{
"endIndex": 42748,
"startIndex": 42711,
"textRun": {
"content": " builder: (context, snapshot) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42711
},
{
"endIndex": 42781,
"paragraph": {
"elements": [
{
"endIndex": 42781,
"startIndex": 42748,
"textRun": {
"content": " if (snapshot.hasError) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42748
},
{
"endIndex": 42840,
"paragraph": {
"elements": [
{
"endIndex": 42840,
"startIndex": 42781,
"textRun": {
"content": " return Center(child: Text('${snapshot.error}'));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42781
},
{
"endIndex": 42850,
"paragraph": {
"elements": [
{
"endIndex": 42850,
"startIndex": 42840,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42840
},
{
"endIndex": 42883,
"paragraph": {
"elements": [
{
"endIndex": 42883,
"startIndex": 42850,
"textRun": {
"content": " if (!snapshot.hasData) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42850
},
{
"endIndex": 42950,
"paragraph": {
"elements": [
{
"endIndex": 42950,
"startIndex": 42883,
"textRun": {
"content": " return const Center(child: CircularProgressIndicator());\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42883
},
{
"endIndex": 42960,
"paragraph": {
"elements": [
{
"endIndex": 42960,
"startIndex": 42950,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42950
},
{
"endIndex": 43004,
"paragraph": {
"elements": [
{
"endIndex": 43004,
"startIndex": 42960,
"textRun": {
"content": " var assignedIssues = snapshot.data;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 42960
},
{
"endIndex": 43037,
"paragraph": {
"elements": [
{
"endIndex": 43037,
"startIndex": 43004,
"textRun": {
"content": " return ListView.builder(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43004
},
{
"endIndex": 43063,
"paragraph": {
"elements": [
{
"endIndex": 43063,
"startIndex": 43037,
"textRun": {
"content": " primary: false,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43037
},
{
"endIndex": 43105,
"paragraph": {
"elements": [
{
"endIndex": 43105,
"startIndex": 43063,
"textRun": {
"content": " itemBuilder: (context, index) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43063
},
{
"endIndex": 43160,
"paragraph": {
"elements": [
{
"endIndex": 43160,
"startIndex": 43105,
"textRun": {
"content": " var assignedIssue = assignedIssues[index];\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43105
},
{
"endIndex": 43189,
"paragraph": {
"elements": [
{
"endIndex": 43189,
"startIndex": 43160,
"textRun": {
"content": " return ListTile(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43160
},
{
"endIndex": 43237,
"paragraph": {
"elements": [
{
"endIndex": 43237,
"startIndex": 43189,
"textRun": {
"content": " title: Text(assignedIssue.title),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43189
},
{
"endIndex": 43302,
"paragraph": {
"elements": [
{
"endIndex": 43302,
"startIndex": 43237,
"textRun": {
"content": " subtitle: Text('${_nameWithOwner(assignedIssue)} '\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43237
},
{
"endIndex": 43354,
"paragraph": {
"elements": [
{
"endIndex": 43354,
"startIndex": 43302,
"textRun": {
"content": " 'Issue #${assignedIssue.number} '\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43302
},
{
"endIndex": 43421,
"paragraph": {
"elements": [
{
"endIndex": 43421,
"startIndex": 43354,
"textRun": {
"content": " 'opened by ${assignedIssue.user?.login ?? ''}'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43354
},
{
"endIndex": 43489,
"paragraph": {
"elements": [
{
"endIndex": 43489,
"startIndex": 43421,
"textRun": {
"content": " onTap: () => _launchUrl(this, assignedIssue.htmlUrl),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43421
},
{
"endIndex": 43504,
"paragraph": {
"elements": [
{
"endIndex": 43504,
"startIndex": 43489,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43489
},
{
"endIndex": 43517,
"paragraph": {
"elements": [
{
"endIndex": 43517,
"startIndex": 43504,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43504
},
{
"endIndex": 43562,
"paragraph": {
"elements": [
{
"endIndex": 43562,
"startIndex": 43517,
"textRun": {
"content": " itemCount: assignedIssues!.length,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43517
},
{
"endIndex": 43573,
"paragraph": {
"elements": [
{
"endIndex": 43573,
"startIndex": 43562,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43562
},
{
"endIndex": 43582,
"paragraph": {
"elements": [
{
"endIndex": 43582,
"startIndex": 43573,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43573
},
{
"endIndex": 43589,
"paragraph": {
"elements": [
{
"endIndex": 43589,
"startIndex": 43582,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43582
},
{
"endIndex": 43593,
"paragraph": {
"elements": [
{
"endIndex": 43593,
"startIndex": 43589,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43589
},
{
"endIndex": 43594,
"paragraph": {
"elements": [
{
"endIndex": 43594,
"startIndex": 43593,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43593
},
{
"endIndex": 43641,
"paragraph": {
"elements": [
{
"endIndex": 43641,
"startIndex": 43594,
"textRun": {
"content": " String _nameWithOwner(Issue assignedIssue) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43594
},
{
"endIndex": 43705,
"paragraph": {
"elements": [
{
"endIndex": 43705,
"startIndex": 43641,
"textRun": {
"content": " final endIndex = assignedIssue.url.lastIndexOf('/issues/');\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43641
},
{
"endIndex": 43759,
"paragraph": {
"elements": [
{
"endIndex": 43759,
"startIndex": 43705,
"textRun": {
"content": " return assignedIssue.url.substring(29, endIndex);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43705
},
{
"endIndex": 43763,
"paragraph": {
"elements": [
{
"endIndex": 43763,
"startIndex": 43759,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43759
},
{
"endIndex": 43765,
"paragraph": {
"elements": [
{
"endIndex": 43765,
"startIndex": 43763,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43763
},
{
"endIndex": 43766,
"paragraph": {
"elements": [
{
"endIndex": 43766,
"startIndex": 43765,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43765
},
{
"endIndex": 43814,
"paragraph": {
"elements": [
{
"endIndex": 43814,
"startIndex": 43766,
"textRun": {
"content": "class PullRequestsList extends StatefulWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43766
},
{
"endIndex": 43875,
"paragraph": {
"elements": [
{
"endIndex": 43875,
"startIndex": 43814,
"textRun": {
"content": " const PullRequestsList({required this.gitHub, super.key});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43814
},
{
"endIndex": 43898,
"paragraph": {
"elements": [
{
"endIndex": 43898,
"startIndex": 43875,
"textRun": {
"content": " final GitHub gitHub;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43875
},
{
"endIndex": 43899,
"paragraph": {
"elements": [
{
"endIndex": 43899,
"startIndex": 43898,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43898
},
{
"endIndex": 43911,
"paragraph": {
"elements": [
{
"endIndex": 43911,
"startIndex": 43899,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43899
},
{
"endIndex": 43980,
"paragraph": {
"elements": [
{
"endIndex": 43980,
"startIndex": 43911,
"textRun": {
"content": " State<PullRequestsList> createState() => _PullRequestsListState();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43911
},
{
"endIndex": 43982,
"paragraph": {
"elements": [
{
"endIndex": 43982,
"startIndex": 43980,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43980
},
{
"endIndex": 43983,
"paragraph": {
"elements": [
{
"endIndex": 43983,
"startIndex": 43982,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43982
},
{
"endIndex": 44046,
"paragraph": {
"elements": [
{
"endIndex": 44046,
"startIndex": 43983,
"textRun": {
"content": "class _PullRequestsListState extends State<PullRequestsList> {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 43983
},
{
"endIndex": 44058,
"paragraph": {
"elements": [
{
"endIndex": 44058,
"startIndex": 44046,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44046
},
{
"endIndex": 44074,
"paragraph": {
"elements": [
{
"endIndex": 44074,
"startIndex": 44058,
"textRun": {
"content": " initState() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44058
},
{
"endIndex": 44097,
"paragraph": {
"elements": [
{
"endIndex": 44097,
"startIndex": 44074,
"textRun": {
"content": " super.initState();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44074
},
{
"endIndex": 44144,
"paragraph": {
"elements": [
{
"endIndex": 44144,
"startIndex": 44097,
"textRun": {
"content": " _pullRequests = widget.gitHub.pullRequests\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44097
},
{
"endIndex": 44196,
"paragraph": {
"elements": [
{
"endIndex": 44196,
"startIndex": 44144,
"textRun": {
"content": " .list(RepositorySlug('flutter', 'flutter'))\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44144
},
{
"endIndex": 44215,
"paragraph": {
"elements": [
{
"endIndex": 44215,
"startIndex": 44196,
"textRun": {
"content": " .toList();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44196
},
{
"endIndex": 44219,
"paragraph": {
"elements": [
{
"endIndex": 44219,
"startIndex": 44215,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44215
},
{
"endIndex": 44220,
"paragraph": {
"elements": [
{
"endIndex": 44220,
"startIndex": 44219,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44219
},
{
"endIndex": 44268,
"paragraph": {
"elements": [
{
"endIndex": 44268,
"startIndex": 44220,
"textRun": {
"content": " late Future<List<PullRequest>> _pullRequests;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44220
},
{
"endIndex": 44269,
"paragraph": {
"elements": [
{
"endIndex": 44269,
"startIndex": 44268,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44268
},
{
"endIndex": 44281,
"paragraph": {
"elements": [
{
"endIndex": 44281,
"startIndex": 44269,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44269
},
{
"endIndex": 44320,
"paragraph": {
"elements": [
{
"endIndex": 44320,
"startIndex": 44281,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44281
},
{
"endIndex": 44365,
"paragraph": {
"elements": [
{
"endIndex": 44365,
"startIndex": 44320,
"textRun": {
"content": " return FutureBuilder<List<PullRequest>>(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44320
},
{
"endIndex": 44394,
"paragraph": {
"elements": [
{
"endIndex": 44394,
"startIndex": 44365,
"textRun": {
"content": " future: _pullRequests,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44365
},
{
"endIndex": 44431,
"paragraph": {
"elements": [
{
"endIndex": 44431,
"startIndex": 44394,
"textRun": {
"content": " builder: (context, snapshot) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44394
},
{
"endIndex": 44464,
"paragraph": {
"elements": [
{
"endIndex": 44464,
"startIndex": 44431,
"textRun": {
"content": " if (snapshot.hasError) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44431
},
{
"endIndex": 44523,
"paragraph": {
"elements": [
{
"endIndex": 44523,
"startIndex": 44464,
"textRun": {
"content": " return Center(child: Text('${snapshot.error}'));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44464
},
{
"endIndex": 44533,
"paragraph": {
"elements": [
{
"endIndex": 44533,
"startIndex": 44523,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44523
},
{
"endIndex": 44566,
"paragraph": {
"elements": [
{
"endIndex": 44566,
"startIndex": 44533,
"textRun": {
"content": " if (!snapshot.hasData) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44533
},
{
"endIndex": 44633,
"paragraph": {
"elements": [
{
"endIndex": 44633,
"startIndex": 44566,
"textRun": {
"content": " return const Center(child: CircularProgressIndicator());\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44566
},
{
"endIndex": 44643,
"paragraph": {
"elements": [
{
"endIndex": 44643,
"startIndex": 44633,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44633
},
{
"endIndex": 44685,
"paragraph": {
"elements": [
{
"endIndex": 44685,
"startIndex": 44643,
"textRun": {
"content": " var pullRequests = snapshot.data;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44643
},
{
"endIndex": 44718,
"paragraph": {
"elements": [
{
"endIndex": 44718,
"startIndex": 44685,
"textRun": {
"content": " return ListView.builder(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44685
},
{
"endIndex": 44744,
"paragraph": {
"elements": [
{
"endIndex": 44744,
"startIndex": 44718,
"textRun": {
"content": " primary: false,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44718
},
{
"endIndex": 44786,
"paragraph": {
"elements": [
{
"endIndex": 44786,
"startIndex": 44744,
"textRun": {
"content": " itemBuilder: (context, index) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44744
},
{
"endIndex": 44837,
"paragraph": {
"elements": [
{
"endIndex": 44837,
"startIndex": 44786,
"textRun": {
"content": " var pullRequest = pullRequests[index];\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44786
},
{
"endIndex": 44866,
"paragraph": {
"elements": [
{
"endIndex": 44866,
"startIndex": 44837,
"textRun": {
"content": " return ListTile(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44837
},
{
"endIndex": 44918,
"paragraph": {
"elements": [
{
"endIndex": 44918,
"startIndex": 44866,
"textRun": {
"content": " title: Text(pullRequest.title ?? ''),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44866
},
{
"endIndex": 44966,
"paragraph": {
"elements": [
{
"endIndex": 44966,
"startIndex": 44918,
"textRun": {
"content": " subtitle: Text('flutter/flutter '\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44918
},
{
"endIndex": 45013,
"paragraph": {
"elements": [
{
"endIndex": 45013,
"startIndex": 44966,
"textRun": {
"content": " 'PR #${pullRequest.number} '\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 44966
},
{
"endIndex": 45077,
"paragraph": {
"elements": [
{
"endIndex": 45077,
"startIndex": 45013,
"textRun": {
"content": " 'opened by ${pullRequest.user?.login ?? ''} '\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45013
},
{
"endIndex": 45143,
"paragraph": {
"elements": [
{
"endIndex": 45143,
"startIndex": 45077,
"textRun": {
"content": " '(${pullRequest.state?.toLowerCase() ?? ''})'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45077
},
{
"endIndex": 45215,
"paragraph": {
"elements": [
{
"endIndex": 45215,
"startIndex": 45143,
"textRun": {
"content": " onTap: () => _launchUrl(this, pullRequest.htmlUrl ?? ''),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45143
},
{
"endIndex": 45230,
"paragraph": {
"elements": [
{
"endIndex": 45230,
"startIndex": 45215,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45215
},
{
"endIndex": 45243,
"paragraph": {
"elements": [
{
"endIndex": 45243,
"startIndex": 45230,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45230
},
{
"endIndex": 45286,
"paragraph": {
"elements": [
{
"endIndex": 45286,
"startIndex": 45243,
"textRun": {
"content": " itemCount: pullRequests!.length,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45243
},
{
"endIndex": 45297,
"paragraph": {
"elements": [
{
"endIndex": 45297,
"startIndex": 45286,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45286
},
{
"endIndex": 45306,
"paragraph": {
"elements": [
{
"endIndex": 45306,
"startIndex": 45297,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45297
},
{
"endIndex": 45313,
"paragraph": {
"elements": [
{
"endIndex": 45313,
"startIndex": 45306,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45306
},
{
"endIndex": 45317,
"paragraph": {
"elements": [
{
"endIndex": 45317,
"startIndex": 45313,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45313
},
{
"endIndex": 45319,
"paragraph": {
"elements": [
{
"endIndex": 45319,
"startIndex": 45317,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45317
},
{
"endIndex": 45320,
"paragraph": {
"elements": [
{
"endIndex": 45320,
"startIndex": 45319,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45319
},
{
"endIndex": 45377,
"paragraph": {
"elements": [
{
"endIndex": 45377,
"startIndex": 45320,
"textRun": {
"content": "Future<void> _launchUrl(State state, String url) async {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45320
},
{
"endIndex": 45416,
"paragraph": {
"elements": [
{
"endIndex": 45416,
"startIndex": 45377,
"textRun": {
"content": " if (await canLaunchUrlString(url)) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45377
},
{
"endIndex": 45448,
"paragraph": {
"elements": [
{
"endIndex": 45448,
"startIndex": 45416,
"textRun": {
"content": " await launchUrlString(url);\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45416
},
{
"endIndex": 45459,
"paragraph": {
"elements": [
{
"endIndex": 45459,
"startIndex": 45448,
"textRun": {
"content": " } else {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45448
},
{
"endIndex": 45484,
"paragraph": {
"elements": [
{
"endIndex": 45484,
"startIndex": 45459,
"textRun": {
"content": " if (state.mounted) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45459
},
{
"endIndex": 45509,
"paragraph": {
"elements": [
{
"endIndex": 45509,
"startIndex": 45484,
"textRun": {
"content": " return showDialog(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45484
},
{
"endIndex": 45541,
"paragraph": {
"elements": [
{
"endIndex": 45541,
"startIndex": 45509,
"textRun": {
"content": " context: state.context,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45509
},
{
"endIndex": 45584,
"paragraph": {
"elements": [
{
"endIndex": 45584,
"startIndex": 45541,
"textRun": {
"content": " builder: (context) => AlertDialog(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45541
},
{
"endIndex": 45633,
"paragraph": {
"elements": [
{
"endIndex": 45633,
"startIndex": 45584,
"textRun": {
"content": " title: const Text('Navigation error'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45584
},
{
"endIndex": 45683,
"paragraph": {
"elements": [
{
"endIndex": 45683,
"startIndex": 45633,
"textRun": {
"content": " content: Text('Could not launch $url'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45633
},
{
"endIndex": 45712,
"paragraph": {
"elements": [
{
"endIndex": 45712,
"startIndex": 45683,
"textRun": {
"content": " actions: <Widget>[\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45683
},
{
"endIndex": 45736,
"paragraph": {
"elements": [
{
"endIndex": 45736,
"startIndex": 45712,
"textRun": {
"content": " TextButton(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45712
},
{
"endIndex": 45766,
"paragraph": {
"elements": [
{
"endIndex": 45766,
"startIndex": 45736,
"textRun": {
"content": " onPressed: () {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45736
},
{
"endIndex": 45811,
"paragraph": {
"elements": [
{
"endIndex": 45811,
"startIndex": 45766,
"textRun": {
"content": " Navigator.of(context).pop();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45766
},
{
"endIndex": 45828,
"paragraph": {
"elements": [
{
"endIndex": 45828,
"startIndex": 45811,
"textRun": {
"content": " },\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45811
},
{
"endIndex": 45870,
"paragraph": {
"elements": [
{
"endIndex": 45870,
"startIndex": 45828,
"textRun": {
"content": " child: const Text('Close'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45828
},
{
"endIndex": 45885,
"paragraph": {
"elements": [
{
"endIndex": 45885,
"startIndex": 45870,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45870
},
{
"endIndex": 45898,
"paragraph": {
"elements": [
{
"endIndex": 45898,
"startIndex": 45885,
"textRun": {
"content": " ],\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45885
},
{
"endIndex": 45909,
"paragraph": {
"elements": [
{
"endIndex": 45909,
"startIndex": 45898,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45898
},
{
"endIndex": 45918,
"paragraph": {
"elements": [
{
"endIndex": 45918,
"startIndex": 45909,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45909
},
{
"endIndex": 45924,
"paragraph": {
"elements": [
{
"endIndex": 45924,
"startIndex": 45918,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45918
},
{
"endIndex": 45928,
"paragraph": {
"elements": [
{
"endIndex": 45928,
"startIndex": 45924,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45924
},
{
"endIndex": 45930,
"paragraph": {
"elements": [
{
"endIndex": 45930,
"startIndex": 45928,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 45928
}
],
"endIndex": 45930,
"startIndex": 39014,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 45932,
"paragraph": {
"elements": [
{
"endIndex": 45932,
"startIndex": 45931,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 45931
},
{
"endIndex": 46198,
"paragraph": {
"elements": [
{
"endIndex": 46197,
"startIndex": 45932,
"textRun": {
"content": "You have added a lot of new code here. The upside is that this is all pretty normal Flutter code, with widgets used to separate out responsibility for different concerns. Spend a few moments reviewing this code before moving onto the next step of making it all run.",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 46198,
"startIndex": 46197,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 45932
},
{
"endIndex": 46233,
"paragraph": {
"elements": [
{
"endIndex": 46233,
"startIndex": 46198,
"textRun": {
"content": "Put it all together, one last time\n",
"textStyle": {
"bold": false,
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.y5j48x6wjjvw",
"namedStyleType": "HEADING_2",
"pageBreakBefore": false
}
},
"startIndex": 46198
},
{
"endIndex": 46441,
"paragraph": {
"elements": [
{
"endIndex": 46255,
"startIndex": 46233,
"textRun": {
"content": "It’s time to integrate",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 46256,
"startIndex": 46255,
"textRun": {
"content": " ",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 46269,
"startIndex": 46256,
"textRun": {
"content": "GitHubSummary",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 46270,
"startIndex": 46269,
"textRun": {
"content": " ",
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 46280,
"startIndex": 46270,
"textRun": {
"content": "into your ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 46293,
"startIndex": 46280,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 46402,
"startIndex": 46293,
"textRun": {
"content": " file. The changes are fairly major this time, but consist mostly of deletions. Replace the contents of your ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 46415,
"startIndex": 46402,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
},
{
"endIndex": 46441,
"startIndex": 46415,
"textRun": {
"content": " file with the following.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 46233
},
{
"endIndex": 46455,
"paragraph": {
"elements": [
{
"endIndex": 46454,
"startIndex": 46441,
"textRun": {
"content": "lib/main.dart",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/flutter/codelabs/blob/master/github-client/step_07/lib/main.dart"
},
"underline": true
}
}
},
{
"endIndex": 46455,
"startIndex": 46454,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.e4zstb7o43sr",
"namedStyleType": "HEADING_3",
"pageBreakBefore": false
}
},
"startIndex": 46441
},
{
"endIndex": 48212,
"startIndex": 46455,
"table": {
"columns": 1,
"rows": 1,
"tableRows": [
{
"endIndex": 48211,
"startIndex": 46456,
"tableCells": [
{
"content": [
{
"endIndex": 46498,
"paragraph": {
"elements": [
{
"endIndex": 46498,
"startIndex": 46458,
"textRun": {
"content": "import 'package:flutter/material.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46458
},
{
"endIndex": 46535,
"paragraph": {
"elements": [
{
"endIndex": 46535,
"startIndex": 46498,
"textRun": {
"content": "import 'package:github/github.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46498
},
{
"endIndex": 46590,
"paragraph": {
"elements": [
{
"endIndex": 46590,
"startIndex": 46535,
"textRun": {
"content": "import 'package:window_to_front/window_to_front.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46535
},
{
"endIndex": 46591,
"paragraph": {
"elements": [
{
"endIndex": 46591,
"startIndex": 46590,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46590
},
{
"endIndex": 46631,
"paragraph": {
"elements": [
{
"endIndex": 46631,
"startIndex": 46591,
"textRun": {
"content": "import 'github_oauth_credentials.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46591
},
{
"endIndex": 46663,
"paragraph": {
"elements": [
{
"endIndex": 46663,
"startIndex": 46631,
"textRun": {
"content": "import 'src/github_login.dart';\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46631
},
{
"endIndex": 46749,
"paragraph": {
"elements": [
{
"endIndex": 46749,
"startIndex": 46663,
"textRun": {
"content": "import 'src/github_summary.dart'; // Add this import\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46663
},
{
"endIndex": 46750,
"paragraph": {
"elements": [
{
"endIndex": 46750,
"startIndex": 46749,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46749
},
{
"endIndex": 46764,
"paragraph": {
"elements": [
{
"endIndex": 46764,
"startIndex": 46750,
"textRun": {
"content": "void main() {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46750
},
{
"endIndex": 46789,
"paragraph": {
"elements": [
{
"endIndex": 46789,
"startIndex": 46764,
"textRun": {
"content": " runApp(const MyApp());\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46764
},
{
"endIndex": 46791,
"paragraph": {
"elements": [
{
"endIndex": 46791,
"startIndex": 46789,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46789
},
{
"endIndex": 46792,
"paragraph": {
"elements": [
{
"endIndex": 46792,
"startIndex": 46791,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46791
},
{
"endIndex": 46830,
"paragraph": {
"elements": [
{
"endIndex": 46830,
"startIndex": 46792,
"textRun": {
"content": "class MyApp extends StatelessWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46792
},
{
"endIndex": 46858,
"paragraph": {
"elements": [
{
"endIndex": 46858,
"startIndex": 46830,
"textRun": {
"content": " const MyApp({super.key});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46830
},
{
"endIndex": 46859,
"paragraph": {
"elements": [
{
"endIndex": 46859,
"startIndex": 46858,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46858
},
{
"endIndex": 46871,
"paragraph": {
"elements": [
{
"endIndex": 46871,
"startIndex": 46859,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46859
},
{
"endIndex": 46910,
"paragraph": {
"elements": [
{
"endIndex": 46910,
"startIndex": 46871,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46871
},
{
"endIndex": 46934,
"paragraph": {
"elements": [
{
"endIndex": 46934,
"startIndex": 46910,
"textRun": {
"content": " return MaterialApp(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46910
},
{
"endIndex": 46964,
"paragraph": {
"elements": [
{
"endIndex": 46964,
"startIndex": 46934,
"textRun": {
"content": " title: 'GitHub Client',\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46934
},
{
"endIndex": 46988,
"paragraph": {
"elements": [
{
"endIndex": 46988,
"startIndex": 46964,
"textRun": {
"content": " theme: ThemeData(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46964
},
{
"endIndex": 47024,
"paragraph": {
"elements": [
{
"endIndex": 47024,
"startIndex": 46988,
"textRun": {
"content": " primarySwatch: Colors.blue,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 46988
},
{
"endIndex": 47086,
"paragraph": {
"elements": [
{
"endIndex": 47086,
"startIndex": 47024,
"textRun": {
"content": " visualDensity: VisualDensity.adaptivePlatformDensity,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47024
},
{
"endIndex": 47114,
"paragraph": {
"elements": [
{
"endIndex": 47114,
"startIndex": 47086,
"textRun": {
"content": " useMaterial3: true,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47086
},
{
"endIndex": 47123,
"paragraph": {
"elements": [
{
"endIndex": 47123,
"startIndex": 47114,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47114
},
{
"endIndex": 47177,
"paragraph": {
"elements": [
{
"endIndex": 47177,
"startIndex": 47123,
"textRun": {
"content": " home: const MyHomePage(title: 'GitHub Client'),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47123
},
{
"endIndex": 47184,
"paragraph": {
"elements": [
{
"endIndex": 47184,
"startIndex": 47177,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47177
},
{
"endIndex": 47188,
"paragraph": {
"elements": [
{
"endIndex": 47188,
"startIndex": 47184,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47184
},
{
"endIndex": 47190,
"paragraph": {
"elements": [
{
"endIndex": 47190,
"startIndex": 47188,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47188
},
{
"endIndex": 47191,
"paragraph": {
"elements": [
{
"endIndex": 47191,
"startIndex": 47190,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47190
},
{
"endIndex": 47234,
"paragraph": {
"elements": [
{
"endIndex": 47234,
"startIndex": 47191,
"textRun": {
"content": "class MyHomePage extends StatelessWidget {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47191
},
{
"endIndex": 47288,
"paragraph": {
"elements": [
{
"endIndex": 47288,
"startIndex": 47234,
"textRun": {
"content": " const MyHomePage({super.key, required this.title});\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47234
},
{
"endIndex": 47310,
"paragraph": {
"elements": [
{
"endIndex": 47310,
"startIndex": 47288,
"textRun": {
"content": " final String title;\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47288
},
{
"endIndex": 47311,
"paragraph": {
"elements": [
{
"endIndex": 47311,
"startIndex": 47310,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47310
},
{
"endIndex": 47323,
"paragraph": {
"elements": [
{
"endIndex": 47323,
"startIndex": 47311,
"textRun": {
"content": " @override\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47311
},
{
"endIndex": 47362,
"paragraph": {
"elements": [
{
"endIndex": 47362,
"startIndex": 47323,
"textRun": {
"content": " Widget build(BuildContext context) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47323
},
{
"endIndex": 47392,
"paragraph": {
"elements": [
{
"endIndex": 47392,
"startIndex": 47362,
"textRun": {
"content": " return GithubLoginWidget(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47362
},
{
"endIndex": 47431,
"paragraph": {
"elements": [
{
"endIndex": 47431,
"startIndex": 47392,
"textRun": {
"content": " builder: (context, httpClient) {\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47392
},
{
"endIndex": 47465,
"paragraph": {
"elements": [
{
"endIndex": 47465,
"startIndex": 47431,
"textRun": {
"content": " WindowToFront.activate();\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47431
},
{
"endIndex": 47552,
"paragraph": {
"elements": [
{
"endIndex": 47552,
"startIndex": 47465,
"textRun": {
"content": " return Scaffold( // Modify from here\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47465
},
{
"endIndex": 47578,
"paragraph": {
"elements": [
{
"endIndex": 47578,
"startIndex": 47552,
"textRun": {
"content": " appBar: AppBar(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47552
},
{
"endIndex": 47610,
"paragraph": {
"elements": [
{
"endIndex": 47610,
"startIndex": 47578,
"textRun": {
"content": " title: Text(title),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47578
},
{
"endIndex": 47636,
"paragraph": {
"elements": [
{
"endIndex": 47636,
"startIndex": 47610,
"textRun": {
"content": " elevation: 2,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47610
},
{
"endIndex": 47649,
"paragraph": {
"elements": [
{
"endIndex": 47649,
"startIndex": 47636,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47636
},
{
"endIndex": 47680,
"paragraph": {
"elements": [
{
"endIndex": 47680,
"startIndex": 47649,
"textRun": {
"content": " body: GitHubSummary(\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47649
},
{
"endIndex": 47748,
"paragraph": {
"elements": [
{
"endIndex": 47748,
"startIndex": 47680,
"textRun": {
"content": " gitHub: _getGitHub(httpClient.credentials.accessToken),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47680
},
{
"endIndex": 47761,
"paragraph": {
"elements": [
{
"endIndex": 47761,
"startIndex": 47748,
"textRun": {
"content": " ),\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47748
},
{
"endIndex": 47772,
"paragraph": {
"elements": [
{
"endIndex": 47772,
"startIndex": 47761,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47761
},
{
"endIndex": 47851,
"paragraph": {
"elements": [
{
"endIndex": 47851,
"startIndex": 47772,
"textRun": {
"content": " }, // to here.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47772
},
{
"endIndex": 47889,
"paragraph": {
"elements": [
{
"endIndex": 47889,
"startIndex": 47851,
"textRun": {
"content": " githubClientId: githubClientId,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47851
},
{
"endIndex": 47935,
"paragraph": {
"elements": [
{
"endIndex": 47935,
"startIndex": 47889,
"textRun": {
"content": " githubClientSecret: githubClientSecret,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47889
},
{
"endIndex": 47969,
"paragraph": {
"elements": [
{
"endIndex": 47969,
"startIndex": 47935,
"textRun": {
"content": " githubScopes: githubScopes,\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47935
},
{
"endIndex": 47976,
"paragraph": {
"elements": [
{
"endIndex": 47976,
"startIndex": 47969,
"textRun": {
"content": " );\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47969
},
{
"endIndex": 47980,
"paragraph": {
"elements": [
{
"endIndex": 47980,
"startIndex": 47976,
"textRun": {
"content": " }\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47976
},
{
"endIndex": 47982,
"paragraph": {
"elements": [
{
"endIndex": 47982,
"startIndex": 47980,
"textRun": {
"content": "}\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47980
},
{
"endIndex": 47983,
"paragraph": {
"elements": [
{
"endIndex": 47983,
"startIndex": 47982,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47982
},
{
"endIndex": 48070,
"paragraph": {
"elements": [
{
"endIndex": 48070,
"startIndex": 47983,
"textRun": {
"content": "GitHub _getGitHub(String accessToken) { // Modify from here\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 47983
},
{
"endIndex": 48132,
"paragraph": {
"elements": [
{
"endIndex": 48132,
"startIndex": 48070,
"textRun": {
"content": " return GitHub(auth: Authentication.withToken(accessToken));\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 48070
},
{
"endIndex": 48211,
"paragraph": {
"elements": [
{
"endIndex": 48211,
"startIndex": 48132,
"textRun": {
"content": "} // to here.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Courier New",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"avoidWidowAndOrphan": false,
"direction": "LEFT_TO_RIGHT",
"lineSpacing": 100.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 48132
}
],
"endIndex": 48211,
"startIndex": 46457,
"tableCellStyle": {
"backgroundColor": {},
"columnSpan": 1,
"contentAlignment": "TOP",
"paddingBottom": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingLeft": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingRight": {
"magnitude": 5.0,
"unit": "PT"
},
"paddingTop": {
"magnitude": 5.0,
"unit": "PT"
},
"rowSpan": 1
}
}
],
"tableRowStyle": {
"minRowHeight": {
"unit": "PT"
}
}
}
],
"tableStyle": {
"tableColumnProperties": [
{
"widthType": "EVENLY_DISTRIBUTED"
}
]
}
}
},
{
"endIndex": 48213,
"paragraph": {
"elements": [
{
"endIndex": 48213,
"startIndex": 48212,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 48212
},
{
"endIndex": 48286,
"paragraph": {
"elements": [
{
"endIndex": 48286,
"startIndex": 48213,
"textRun": {
"content": "Run the application, and you should be greeted with something like this:\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 48213
},
{
"endIndex": 48287,
"paragraph": {
"elements": [
{
"endIndex": 48287,
"startIndex": 48286,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 48286
},
{
"endIndex": 48289,
"paragraph": {
"elements": [
{
"endIndex": 48288,
"inlineObjectElement": {
"inlineObjectId": "kix.r8eqa7qjhfq2",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"startIndex": 48287
},
{
"endIndex": 48289,
"startIndex": 48288,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"alignment": "CENTER",
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 48287
},
{
"endIndex": 48291,
"paragraph": {
"elements": [
{
"endIndex": 48290,
"horizontalRule": {
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
"startIndex": 48289
},
{
"endIndex": 48291,
"startIndex": 48290,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spacingMode": "COLLAPSE_LISTS"
}
},
"startIndex": 48289
},
{
"endIndex": 48302,
"paragraph": {
"elements": [
{
"endIndex": 48301,
"startIndex": 48291,
"textRun": {
"content": "Next steps",
"textStyle": {
"fontSize": {
"magnitude": 18.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
},
{
"endIndex": 48302,
"startIndex": 48301,
"textRun": {
"content": "\n",
"textStyle": {
"fontSize": {
"magnitude": 20.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.wyjmgdlwi2kp",
"namedStyleType": "HEADING_1",
"pageBreakBefore": false
}
},
"startIndex": 48291
},
{
"endIndex": 48317,
"paragraph": {
"elements": [
{
"endIndex": 48316,
"startIndex": 48302,
"textRun": {
"content": "Duration: 0:00",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.7176471,
"green": 0.7176471,
"red": 0.7176471
}
}
},
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 48317,
"startIndex": 48316,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 48302
},
{
"endIndex": 48334,
"paragraph": {
"elements": [
{
"endIndex": 48334,
"startIndex": 48317,
"textRun": {
"content": "Congratulations!\n",
"textStyle": {
"bold": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spaceAbove": {
"magnitude": 18.0,
"unit": "PT"
},
"spaceBelow": {
"magnitude": 6.0,
"unit": "PT"
}
}
},
"startIndex": 48317
},
{
"endIndex": 48534,
"paragraph": {
"elements": [
{
"endIndex": 48534,
"startIndex": 48334,
"textRun": {
"content": "You’ve completed the codelab and built a desktop Flutter application that accesses GitHub’s API. You used an authenticated API using OAuth and you used native APIs via a plugin that you also created.\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 48334
},
{
"endIndex": 48535,
"paragraph": {
"elements": [
{
"endIndex": 48535,
"startIndex": 48534,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 48534
},
{
"endIndex": 48706,
"paragraph": {
"elements": [
{
"endIndex": 48581,
"startIndex": 48535,
"textRun": {
"content": "To learn more about Flutter on desktop, visit ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 48600,
"startIndex": 48581,
"textRun": {
"content": "flutter.dev/desktop",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://flutter.dev/desktop"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 48670,
"startIndex": 48600,
"textRun": {
"content": ". Finally, to see a totally different take on Flutter and GitHub, see ",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 48704,
"startIndex": 48670,
"textRun": {
"content": "GroovinChip's GitHub-Activity-Feed",
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.8,
"green": 0.33333334,
"red": 0.06666667
}
}
},
"link": {
"url": "https://github.com/GroovinChip/GitHub-Activity-Feed"
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 48705,
"startIndex": 48704,
"textRun": {
"content": ".",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
},
{
"endIndex": 48706,
"startIndex": 48705,
"textRun": {
"content": "\n",
"textStyle": {
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
},
"startIndex": 48535
}
]
},
"documentId": "1NJq1PfV9mB2avhoM2l12DSQ8p2x6s_epXcLwCcZwpcg",
"documentStyle": {
"background": {
"color": {}
},
"defaultHeaderId": "kix.v4g5fejzegg1",
"marginBottom": {
"magnitude": 72.0,
"unit": "PT"
},
"marginFooter": {
"magnitude": 36.0,
"unit": "PT"
},
"marginHeader": {
"magnitude": 36.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 72.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 72.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 72.0,
"unit": "PT"
},
"pageNumberStart": 1,
"pageSize": {
"height": {
"magnitude": 792.0,
"unit": "PT"
},
"width": {
"magnitude": 612.0,
"unit": "PT"
}
}
},
"headers": {
"kix.v4g5fejzegg1": {
"content": [
{
"endIndex": 1,
"paragraph": {
"elements": [
{
"endIndex": 1,
"textRun": {
"content": "\n",
"textStyle": {}
}
}
],
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false
}
}
}
],
"headerId": "kix.v4g5fejzegg1"
}
},
"inlineObjects": {
"kix.2jbn21auh2tu": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh5.googleusercontent.com/c-3lhCLmpuZRGzE7nM1EsUwMObkSz2q5SFg3A9syU5L8YriDtWIFl7Ttn_YSqxsqYPNUxFYDwRlvTOuBL7P49LD1fCMnQfTxKPOzeux3TTrk-FRnMVrSJaXceyrLa_EwyUBLUBN2S7KNt2mFJhcpRSwnuhEW7FtdN9DldL1xrwUAxi87I2g7Trpgm6zoWt3DXBwOU5Y",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 260.0,
"unit": "PT"
},
"width": {
"magnitude": 468.0,
"unit": "PT"
}
}
}
},
"objectId": "kix.2jbn21auh2tu"
},
"kix.4cz8icfcxdm4": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh3.googleusercontent.com/c6ZvnuPeP5imeyqITgW7k2Tu50ieZ79-qGAjty2JpLLTwN7-ubIi2dJsNibA81XF0bxLJPMJWH5cE1PR6-BxTKTxJ9rqYMiYAFgm77rXpsV9x4jktD1PHkJdas_a134iPkZf77vlYSnoPoTegeOIBqQf-6Q8Y_hgh2LiSsGeQ-hRoU5eDtfZE405YjpyvKv0DdJRCjY",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 149.0,
"unit": "PT"
},
"width": {
"magnitude": 223.5,
"unit": "PT"
}
}
}
},
"objectId": "kix.4cz8icfcxdm4"
},
"kix.dsz4kv8xlc1j": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh6.googleusercontent.com/nuTKRNWO_MY6kCvz65q0DigpOE5XJHsSpxuepoqRjCaM9jFRzns-dc5WvdLSDnNvEBmxRKMYYuRax0CRMRNgcP2BidVvG5dp_ufAerRhC0CRLKIeJX40YiYMcnL9S_rUFVAIRZ6mhsEt-9rnKjnskGieX9PSlZI_VoZta9SLnmuRTebIJ_Qzj5IvJOY8WkxLQt5KjL8",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 296.0,
"unit": "PT"
},
"width": {
"magnitude": 468.0,
"unit": "PT"
}
}
}
},
"objectId": "kix.dsz4kv8xlc1j"
},
"kix.indwct7imuzd": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh6.googleusercontent.com/cbJU4mxBhrMkRjp8GYhcfw_Tb1SLDJOro8ViLh_eXQRDelaKbIDFheJeL1RRB10uomqm97On6hYb0lpoRXwxU2z85e14gof8s76V7FbPgN3WEQZ9Kw1cbnhGoV9xq2JLYE9JfnSxsUutYwjgW_F-Z6FcrXUIm16O-6qqQvYm_6lon_4yeXIRE0DBzr1n2ZKWXMW8sYM",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 149.0,
"unit": "PT"
},
"width": {
"magnitude": 223.5,
"unit": "PT"
}
}
}
},
"objectId": "kix.indwct7imuzd"
},
"kix.jul1ydybrquv": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh5.googleusercontent.com/cT8b69R5LZq5jCmPsBglIIBpjdPVSKOvAIsmSp9RgTxjvweP2ONnEwk2uxMelsDCHht_J8uSthPqq0PwLEMqJSYA3eAREtPp0nxtvZooFNhrl7NdU28kuT61W2IPjhy8XRH8lZp8TFQ9CAmMdGccNFlkjhr0u6UC2ZiwkYV8PnTJeKrUGSPkYuI57wigQfpg8QfsrVI",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 167.0,
"unit": "PT"
},
"width": {
"magnitude": 223.5,
"unit": "PT"
}
}
}
},
"objectId": "kix.jul1ydybrquv"
},
"kix.lepm4wpxpiku": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh3.googleusercontent.com/c6ZvnuPeP5imeyqITgW7k2Tu50ieZ79-qGAjty2JpLLTwN7-ubIi2dJsNibA81XF0bxLJPMJWH5cE1PR6-BxTKTxJ9rqYMiYAFgm77rXpsV9x4jktD1PHkJdas_a134iPkZf77vlYSnoPoTegeOIBqQf-6Q8Y_hgh2LiSsGeQ-hRoU5eDtfZE405YjpyvKv0DdJRCjY",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 149.0,
"unit": "PT"
},
"width": {
"magnitude": 223.5,
"unit": "PT"
}
}
}
},
"objectId": "kix.lepm4wpxpiku"
},
"kix.r8eqa7qjhfq2": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh4.googleusercontent.com/GIpo006ZjxxK492v3CgTIVL17Bg48kyWD2HnTxkYlNISBhajtePiQMEm9Es5WxtCtU6jysVMc-3-WyqzpsHkHNtM3_ExNoy04g746HU4V5igEH65ykfXb5MoYfi_xtdzV6_1DeNSB9q5qybURsPNvUahiNA2mb8P2v9th6ffN1B_IrtBEad9fWKG7iLfC8NViOs5XpE",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 293.0,
"unit": "PT"
},
"width": {
"magnitude": 468.0,
"unit": "PT"
}
}
}
},
"objectId": "kix.r8eqa7qjhfq2"
},
"kix.srjkotqu1mbm": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh6.googleusercontent.com/cbJU4mxBhrMkRjp8GYhcfw_Tb1SLDJOro8ViLh_eXQRDelaKbIDFheJeL1RRB10uomqm97On6hYb0lpoRXwxU2z85e14gof8s76V7FbPgN3WEQZ9Kw1cbnhGoV9xq2JLYE9JfnSxsUutYwjgW_F-Z6FcrXUIm16O-6qqQvYm_6lon_4yeXIRE0DBzr1n2ZKWXMW8sYM",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 149.0,
"unit": "PT"
},
"width": {
"magnitude": 223.5,
"unit": "PT"
}
}
}
},
"objectId": "kix.srjkotqu1mbm"
},
"kix.svvovjnm2z78": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh5.googleusercontent.com/gFoWuUKowdZ5Ba8uL9T1wvRxIO2j9wZGwxXxMRaoLPjEh_2XaIHBdye1GfUv4ORmvkvU2k1o5CuWOKrxenXo2lTBbWYS8Vkn02zfNjQvYEPL4Dm8HrgtTMgo3MczEbK_tQQ-nQ-rH3B9NgPegzYr7ky_EVsHRc7unbendWddL8OUEAfR7mAHPGCdeYELf4M5SAY5Myo",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 167.0,
"unit": "PT"
},
"width": {
"magnitude": 223.5,
"unit": "PT"
}
}
}
},
"objectId": "kix.svvovjnm2z78"
},
"kix.wd9z5m1h3mib": {
"inlineObjectProperties": {
"embeddedObject": {
"embeddedObjectBorder": {
"color": {
"color": {
"rgbColor": {}
}
},
"dashStyle": "SOLID",
"propertyState": "NOT_RENDERED",
"width": {
"unit": "PT"
}
},
"imageProperties": {
"contentUri": "https://lh5.googleusercontent.com/WzDoQ3KqZpMJVGDygq4r_T6sbzuWTB1hBFQYjRd4vCNMA8wSpDtGsqLttgh2aTsxDLk2NDoceW3eD3ATrX9uUsX6s9zILCPaQzZBA-_-Co03YdH2Yb4GORmDOWUPcEsgIOp8Xi0Bk7Jm6z0pchSf5FxKxAdvdu4GIdifHUKnJZpHTHhIy_sLlv2a8OqvXhm9zaUp_ig",
"cropProperties": {}
},
"marginBottom": {
"magnitude": 9.0,
"unit": "PT"
},
"marginLeft": {
"magnitude": 9.0,
"unit": "PT"
},
"marginRight": {
"magnitude": 9.0,
"unit": "PT"
},
"marginTop": {
"magnitude": 9.0,
"unit": "PT"
},
"size": {
"height": {
"magnitude": 366.375,
"unit": "PT"
},
"width": {
"magnitude": 372.62002840909093,
"unit": "PT"
}
}
}
},
"objectId": "kix.wd9z5m1h3mib"
}
},
"lists": {
"kix.1tjhv41sn0xa": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.1ztzk92hrth8": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.2ctr6ys6ni0e": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.2jnyqucbt2t6": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.2whi3gkwlssd": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.3cjxume1ox5j": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.3l2774habcsr": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.4x1zl3kbw569": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.4yb7edsq6e7h": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.5hb992swn8xf": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.5jdr984vfzt1": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.5q2x329ym1hh": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.26666668,
"green": 0.26666668,
"red": 0.26666668
}
}
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.6f05htw8422z": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.6j918luqnpw7": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.6m37iee3p8wg": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.7or0vngkfvx7": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.7uh5pgoi33tb": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.83lp1z9knfuo": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.8bm96xhzoe5y": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.8budch7w7arn": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.98e48u1wcy7a": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.98vmteiu60y4": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.9u3cg917bqs8": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.9ueckdtpugb1": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.9uhh20xkbn6m": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.9z83l2c17pcu": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.agpmvda4vr7h": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.anq6omciu13j": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.aurhp3tf619": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 10.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.26666668,
"green": 0.4,
"red": 0.26666668
}
}
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.b7qotwh7gtna": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.bmk2w9stijyg": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.c7ejcv2rhol9": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.cbv3p81ktfkm": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.cicpotiggtwi": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.cw1c2jqsuto": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.cz18gb74rnbt": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.ed3ilj3kkhq2": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.f3mtn21egf47": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.f9bz4vrobr4": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.fa4ji89str8f": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.fj7194xw5fjn": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.g801zwj9tdo5": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.g846847cbhgd": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.g8ukrj6l25im": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.gawmxw84fbl": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.gpkppvve7lf6": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.h1gbtohxox8w": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.hn7y8493y02l": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 342.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 360.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.hnxe8uaki5ye": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.huc4gmkwuq3u": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.ighvy8mje2ni": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 342.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 360.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 378.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 396.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 414.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 432.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.imsafi72ulmz": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.j2ckn4bxfuh7": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.jah968f0rvh1": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.jkp7jly57b9l": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.k0g7fgw2pxb9": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.kh0gu8ggzrfl": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.kjyum9q5klsd": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.l2nxb9cf1l7": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.l9tvvj4pt5te": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.lapnsvq0oh3k": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.2901961,
"green": 0.2901961,
"red": 0.2901961
}
}
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.lwtrs6k81vg0": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.nw9e0rbdtf2n": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.o6y9eyfrksu6": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.o72pyift6jdv": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.oerq1n8ypay0": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.pcizye4e9dah": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.phibiqsq7jjd": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.pvf8i7z50kj2": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.q5glzqgk6j58": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.q759u59r2yjj": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.qk785s5gz3e7": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.qnkbj287noea": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.qvkatskfprp3": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.qx7bo6w9dag0": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.qztvdbrb1co7": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.r51tyrttcax1": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.r8m6khspk25u": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.ront1oenvgqg": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.rrgd3s9e8n6q": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.rup19lwpb96r": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.rza4cz1vbnb5": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.s154rj5xcbab": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.s3ytlwab2m4": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.slxd9egkb7ci": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.sqqfdjlv2hm9": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.tismz98me1tb": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.tobmpp8mbh7q": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.uye62wdrnhk7": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.v58qrdjinxbw": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.vc2fcwdxd37v": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.vwvs454chlx5": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.wa0nkis9zlxf": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.wvtqhihdjvtw": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.x2xqmh4hm4pa": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"underline": false,
"weightedFontFamily": {
"fontFamily": "Arial",
"weight": 400
}
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.xj4zd89gdvlp": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphType": "GLYPH_TYPE_UNSPECIFIED",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.y4auuiny9mus": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 342.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 360.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 378.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 396.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.yadiw4lw6xu2": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.z1u1i7qvii2l": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.z25dkq3ogzpp": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.z2hyt12r7kc1": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.z46ih1vlabol": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%2.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%5.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6.",
"glyphType": "DECIMAL",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7.",
"glyphType": "ALPHA",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "END",
"glyphFormat": "%8.",
"glyphType": "ROMAN",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
},
"kix.zgjdicbyim0z": {
"listProperties": {
"nestingLevels": [
{
"bulletAlignment": "START",
"glyphFormat": "%0",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 18.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 36.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%1",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 54.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 72.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%2",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 90.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 108.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%3",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 126.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 144.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%4",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 162.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 180.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%5",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 198.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 216.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%6",
"glyphSymbol": "●",
"indentFirstLine": {
"magnitude": 234.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 252.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%7",
"glyphSymbol": "○",
"indentFirstLine": {
"magnitude": 270.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 288.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
},
{
"bulletAlignment": "START",
"glyphFormat": "%8",
"glyphSymbol": "■",
"indentFirstLine": {
"magnitude": 306.0,
"unit": "PT"
},
"indentStart": {
"magnitude": 324.0,
"unit": "PT"
},
"startNumber": 1,
"textStyle": {
"underline": false
}
}
]
}
}
},
"namedStyles": {
"styles": [
{
"namedStyleType": "NORMAL_TEXT",
"paragraphStyle": {
"alignment": "START",
"avoidWidowAndOrphan": true,
"borderBetween": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderBottom": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderLeft": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderRight": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"borderTop": {
"color": {},
"dashStyle": "SOLID",
"padding": {
"unit": "PT"
},
"width": {
"unit": "PT"
}
},
"direction": "LEFT_TO_RIGHT",
"indentEnd": {
"unit": "PT"
},
"indentFirstLine": {
"unit": "PT"
},
"indentStart": {
"unit": "PT"
},
"keepLinesTogether": false,
"keepWithNext": false,
"lineSpacing": 115.0,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"shading": {
"backgroundColor": {}
},
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"unit": "PT"
},
"spacingMode": "NEVER_COLLAPSE"
},
"textStyle": {
"backgroundColor": {},
"baselineOffset": "NONE",
"bold": false,
"fontSize": {
"magnitude": 11.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {}
}
},
"italic": false,
"smallCaps": false,
"strikethrough": false,
"underline": false,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
},
{
"namedStyleType": "HEADING_1",
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.6fjw6cht0bf",
"keepLinesTogether": true,
"keepWithNext": true,
"namedStyleType": "HEADING_1",
"pageBreakBefore": false,
"spaceAbove": {
"magnitude": 10.0,
"unit": "PT"
}
},
"textStyle": {
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
},
{
"namedStyleType": "HEADING_2",
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.1f8fwhfw59th",
"keepLinesTogether": true,
"keepWithNext": true,
"namedStyleType": "HEADING_2",
"pageBreakBefore": false,
"spaceAbove": {
"magnitude": 10.0,
"unit": "PT"
}
},
"textStyle": {
"fontSize": {
"magnitude": 16.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
},
{
"namedStyleType": "HEADING_3",
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.4pgk284l6s7z",
"keepLinesTogether": true,
"keepWithNext": true,
"namedStyleType": "HEADING_3",
"pageBreakBefore": false,
"spaceAbove": {
"magnitude": 8.0,
"unit": "PT"
}
},
"textStyle": {
"bold": true,
"fontSize": {
"magnitude": 12.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.4,
"green": 0.4,
"red": 0.4
}
}
},
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
},
{
"namedStyleType": "HEADING_4",
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.9ujhi55jbp4b",
"keepLinesTogether": true,
"keepWithNext": true,
"namedStyleType": "HEADING_4",
"pageBreakBefore": false,
"spaceAbove": {
"magnitude": 8.0,
"unit": "PT"
}
},
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.4,
"green": 0.4,
"red": 0.4
}
}
},
"underline": true,
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
},
{
"namedStyleType": "HEADING_5",
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.yjfswb1t0sub",
"keepLinesTogether": true,
"keepWithNext": true,
"namedStyleType": "HEADING_5",
"pageBreakBefore": false,
"spaceAbove": {
"magnitude": 8.0,
"unit": "PT"
}
},
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.4,
"green": 0.4,
"red": 0.4
}
}
},
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
},
{
"namedStyleType": "HEADING_6",
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.91dfhsx5n4l3",
"keepLinesTogether": true,
"keepWithNext": true,
"namedStyleType": "HEADING_6",
"pageBreakBefore": false,
"spaceAbove": {
"magnitude": 8.0,
"unit": "PT"
}
},
"textStyle": {
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.4,
"green": 0.4,
"red": 0.4
}
}
},
"italic": true,
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
},
{
"namedStyleType": "TITLE",
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"headingId": "h.uvzknuxefxg9",
"keepLinesTogether": true,
"keepWithNext": true,
"namedStyleType": "TITLE",
"pageBreakBefore": false
},
"textStyle": {
"fontSize": {
"magnitude": 21.0,
"unit": "PT"
},
"weightedFontFamily": {
"fontFamily": "Roboto",
"weight": 400
}
}
},
{
"namedStyleType": "SUBTITLE",
"paragraphStyle": {
"direction": "LEFT_TO_RIGHT",
"keepLinesTogether": true,
"keepWithNext": true,
"namedStyleType": "NORMAL_TEXT",
"pageBreakBefore": false,
"spaceAbove": {
"unit": "PT"
},
"spaceBelow": {
"magnitude": 10.0,
"unit": "PT"
}
},
"textStyle": {
"fontSize": {
"magnitude": 13.0,
"unit": "PT"
},
"foregroundColor": {
"color": {
"rgbColor": {
"blue": 0.4,
"green": 0.4,
"red": 0.4
}
}
},
"italic": true,
"weightedFontFamily": {
"fontFamily": "Trebuchet MS",
"weight": 400
}
}
}
]
},
"revisionId": "ANeT5PSe0JLjQHIhr7w91o-_QO3-OM8mz3eAjJLDWDwi-qgMzlJfOC5IlLcgx6fehQ0_WZoIKtcM-t0l1v9N6w",
"suggestionsViewMode": "PREVIEW_WITHOUT_SUGGESTIONS",
"title": "Write a Flutter desktop application Codelab (github library version)"
} | codelabs/tooling/claat_export_images/test/data/exports/1NJq1PfV9mB2avhoM2l12DSQ8p2x6s_epXcLwCcZwpcg.json/0 | {
"file_path": "codelabs/tooling/claat_export_images/test/data/exports/1NJq1PfV9mB2avhoM2l12DSQ8p2x6s_epXcLwCcZwpcg.json",
"repo_id": "codelabs",
"token_count": 1709414
} | 101 |
// Copyright 2022 The Flutter Authors. 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:flutter/material.dart';
import 'package:webview_flutter/webview_flutter.dart';
class WebViewStack extends StatefulWidget {
const WebViewStack({super.key});
@override
State<WebViewStack> createState() => _WebViewStackState();
}
class _WebViewStackState extends State<WebViewStack> {
var loadingPercentage = 0;
late final WebViewController controller;
@override
void initState() {
super.initState();
controller = WebViewController()
..setNavigationDelegate(NavigationDelegate(
onPageStarted: (url) {
setState(() {
loadingPercentage = 0;
});
},
onProgress: (progress) {
setState(() {
loadingPercentage = progress;
});
},
onPageFinished: (url) {
setState(() {
loadingPercentage = 100;
});
},
))
..loadRequest(
Uri.parse('https://flutter.dev'),
);
}
@override
Widget build(BuildContext context) {
return Stack(
children: [
WebViewWidget(
controller: controller,
),
if (loadingPercentage < 100)
LinearProgressIndicator(
value: loadingPercentage / 100.0,
),
],
);
}
}
| codelabs/webview_flutter/step_05/lib/src/web_view_stack.dart/0 | {
"file_path": "codelabs/webview_flutter/step_05/lib/src/web_view_stack.dart",
"repo_id": "codelabs",
"token_count": 607
} | 102 |
#import "GeneratedPluginRegistrant.h"
| codelabs/webview_flutter/step_07/ios/Runner/Runner-Bridging-Header.h/0 | {
"file_path": "codelabs/webview_flutter/step_07/ios/Runner/Runner-Bridging-Header.h",
"repo_id": "codelabs",
"token_count": 13
} | 103 |
#import "GeneratedPluginRegistrant.h"
| codelabs/webview_flutter/step_12/ios/Runner/Runner-Bridging-Header.h/0 | {
"file_path": "codelabs/webview_flutter/step_12/ios/Runner/Runner-Bridging-Header.h",
"repo_id": "codelabs",
"token_count": 13
} | 104 |
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true
| devtools/case_study/code_size/optimized/code_size_images/android/gradle.properties/0 | {
"file_path": "devtools/case_study/code_size/optimized/code_size_images/android/gradle.properties",
"repo_id": "devtools",
"token_count": 39
} | 105 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| devtools/case_study/code_size/unoptimized/code_size_images/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "devtools/case_study/code_size/unoptimized/code_size_images/macos/Runner/Configs/Release.xcconfig",
"repo_id": "devtools",
"token_count": 32
} | 106 |
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true
| devtools/case_study/platform_channel/android/gradle.properties/0 | {
"file_path": "devtools/case_study/platform_channel/android/gradle.properties",
"repo_id": "devtools",
"token_count": 39
} | 107 |
---
redirect_to: https://flutter.dev/docs/development/tools/devtools/inspector
---
| devtools/docs/inspector.md/0 | {
"file_path": "devtools/docs/inspector.md",
"repo_id": "devtools",
"token_count": 29
} | 108 |
{
"name": "Dart",
"version": "1.2.5",
"fileTypes": [
"dart"
],
"scopeName": "source.dart",
"foldingStartMarker": "\\{\\s*$",
"foldingStopMarker": "^\\s*\\}",
"patterns": [
{
"name": "meta.preprocessor.script.dart",
"match": "^(#!.*)$"
},
{
"name": "meta.declaration.dart",
"begin": "^\\w*\\b(library|import|part of|part|export)\\b",
"beginCaptures": {
"0": {
"name": "keyword.other.import.dart"
}
},
"end": ";",
"endCaptures": {
"0": {
"name": "punctuation.terminator.dart"
}
},
"patterns": [
{
"include": "#strings"
},
{
"include": "#comments"
},
{
"name": "keyword.other.import.dart",
"match": "\\b(as|show|hide)\\b"
},
{
"name": "keyword.control.dart",
"match": "\\b(if)\\b"
}
]
},
{
"include": "#comments"
},
{
"include": "#punctuation"
},
{
"include": "#annotations"
},
{
"include": "#keywords"
},
{
"include": "#constants-and-special-vars"
},
{
"include": "#operators"
},
{
"include": "#strings"
}
],
"repository": {
"dartdoc": {
"patterns": [
{
"match": "(\\[.*?\\])",
"captures": {
"0": {
"name": "variable.name.source.dart"
}
}
},
{
"match": "^ {4,}(?![ \\*]).*",
"captures": {
"0": {
"name": "variable.name.source.dart"
}
}
},
{
"contentName": "variable.other.source.dart",
"begin": "```.*?$",
"end": "```"
},
{
"match": "(`[^`]+?`)",
"captures": {
"0": {
"name": "variable.other.source.dart"
}
}
},
{
"match": "(\\* (( ).*))$",
"captures": {
"2": {
"name": "variable.other.source.dart"
}
}
}
]
},
"comments": {
"patterns": [
{
"name": "comment.block.empty.dart",
"match": "/\\*\\*/",
"captures": {
"0": {
"name": "punctuation.definition.comment.dart"
}
}
},
{
"include": "#comments-doc-oldschool"
},
{
"include": "#comments-doc"
},
{
"include": "#comments-inline"
}
]
},
"comments-doc-oldschool": {
"patterns": [
{
"name": "comment.block.documentation.dart",
"begin": "/\\*\\*",
"end": "\\*/",
"patterns": [
{
"include": "#comments-doc-oldschool"
},
{
"include": "#comments-block"
},
{
"include": "#dartdoc"
}
]
}
]
},
"comments-doc": {
"patterns": [
{
"name": "comment.block.documentation.dart",
"begin": "///",
"while": "^\\s*///",
"patterns": [
{
"include": "#dartdoc"
}
]
}
]
},
"comments-inline": {
"patterns": [
{
"include": "#comments-block"
},
{
"match": "((//).*)$",
"captures": {
"1": {
"name": "comment.line.double-slash.dart"
}
}
}
]
},
"comments-block": {
"patterns": [
{
"name": "comment.block.dart",
"begin": "/\\*",
"end": "\\*/",
"patterns": [
{
"include": "#comments-block"
}
]
}
]
},
"annotations": {
"patterns": [
{
"name": "storage.type.annotation.dart",
"match": "@[a-zA-Z]+"
}
]
},
"constants-and-special-vars": {
"patterns": [
{
"name": "constant.language.dart",
"match": "(?<!\\$)\\b(true|false|null)\\b(?!\\$)"
},
{
"name": "variable.language.dart",
"match": "(?<!\\$)\\b(this|super)\\b(?!\\$)"
},
{
"name": "constant.numeric.dart",
"match": "(?<!\\$)\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)\\b(?!\\$)"
},
{
"include": "#class-identifier"
},
{
"include": "#function-identifier"
}
]
},
"class-identifier": {
"patterns": [
{
"match": "(?<!\\$)\\b(bool|num|int|double|dynamic)\\b(?!\\$)",
"name": "support.class.dart"
},
{
"match": "(?<!\\$)\\bvoid\\b(?!\\$)",
"name": "storage.type.primitive.dart"
},
{
"begin": "(?<![a-zA-Z0-9_$])([_$]*[A-Z][a-zA-Z0-9_$]*)\\b",
"end": "(?!<)",
"beginCaptures": {
"1": {
"name": "support.class.dart"
}
},
"patterns": [
{
"include": "#type-args"
}
]
}
]
},
"function-identifier": {
"patterns": [
{
"match": "([_$]*[a-z][a-zA-Z0-9_$]*)(<(?:[a-zA-Z0-9_$<>?]|,\\s*|\\s+extends\\s+)+>)?[!?]?\\(",
"captures": {
"1": {
"name": "entity.name.function.dart"
},
"2": {
"patterns": [
{
"include": "#type-args"
}
]
}
}
}
]
},
"type-args": {
"begin": "(<)",
"end": "(>)",
"beginCaptures": {
"1": {
"name": "other.source.dart"
}
},
"endCaptures": {
"1": {
"name": "other.source.dart"
}
},
"patterns": [
{
"include": "#class-identifier"
},
{
"match": ","
},
{
"name": "keyword.declaration.dart",
"match": "extends"
},
{
"include": "#comments"
}
]
},
"keywords": {
"patterns": [
{
"name": "keyword.cast.dart",
"match": "(?<!\\$)\\bas\\b(?!\\$)"
},
{
"name": "keyword.control.catch-exception.dart",
"match": "(?<!\\$)\\b(try|on|catch|finally|throw|rethrow)\\b(?!\\$)"
},
{
"name": "keyword.control.dart",
"match": "(?<!\\$)\\b(break|case|continue|default|do|else|for|if|in|return|switch|while|when)\\b(?!\\$)"
},
{
"name": "keyword.control.dart",
"match": "(?<!\\$)\\b(sync(\\*)?|async(\\*)?|await|yield(\\*)?)\\b(?!\\$)"
},
{
"name": "keyword.control.dart",
"match": "(?<!\\$)\\bassert\\b(?!\\$)"
},
{
"name": "keyword.control.new.dart",
"match": "(?<!\\$)\\b(new)\\b(?!\\$)"
},
{
"name": "keyword.declaration.dart",
"match": "(?<!\\$)\\b(abstract|sealed|base|interface|class|enum|extends|extension type|extension|external|factory|implements|get(?!\\()|mixin|native|operator|set(?!\\()|typedef|with|covariant)\\b(?!\\$)"
},
{
"name": "storage.modifier.dart",
"match": "(?<!\\$)\\b(static|final|const|required|late)\\b(?!\\$)"
},
{
"name": "storage.type.primitive.dart",
"match": "(?<!\\$)\\b(?:void|var)\\b(?!\\$)"
}
]
},
"operators": {
"patterns": [
{
"name": "keyword.operator.dart",
"match": "(?<!\\$)\\b(is\\!?)\\b(?!\\$)"
},
{
"name": "keyword.operator.ternary.dart",
"match": "\\?|:"
},
{
"name": "keyword.operator.bitwise.dart",
"match": "(<<|>>>?|~|\\^|\\||&)"
},
{
"name": "keyword.operator.assignment.bitwise.dart",
"match": "((&|\\^|\\||<<|>>>?)=)"
},
{
"name": "keyword.operator.closure.dart",
"match": "(=>)"
},
{
"name": "keyword.operator.comparison.dart",
"match": "(==|!=|<=?|>=?)"
},
{
"name": "keyword.operator.assignment.arithmetic.dart",
"match": "(([+*/%-]|\\~)=)"
},
{
"name": "keyword.operator.assignment.dart",
"match": "(=)"
},
{
"name": "keyword.operator.increment-decrement.dart",
"match": "(\\-\\-|\\+\\+)"
},
{
"name": "keyword.operator.arithmetic.dart",
"match": "(\\-|\\+|\\*|\\/|\\~\\/|%)"
},
{
"name": "keyword.operator.logical.dart",
"match": "(!|&&|\\|\\|)"
}
]
},
"string-interp": {
"patterns": [
{
"name": "string.interpolated.expression.dart",
"match": "\\$([a-zA-Z0-9_]+)",
"captures": {
"1": {
"name": "variable.parameter.dart"
}
}
},
{
"name": "string.interpolated.expression.dart",
"begin": "\\$\\{",
"end": "\\}",
"patterns": [
{
"include": "#constants-and-special-vars"
},
{
"include": "#strings"
},
{
"name": "variable.parameter.dart",
"match": "[a-zA-Z0-9_]+"
}
]
},
{
"name": "constant.character.escape.dart",
"match": "\\\\."
}
]
},
"strings": {
"patterns": [
{
"name": "string.interpolated.triple.double.dart",
"begin": "(?<!r)\"\"\"",
"end": "\"\"\"(?!\")",
"patterns": [
{
"include": "#string-interp"
}
]
},
{
"name": "string.interpolated.triple.single.dart",
"begin": "(?<!r)'''",
"end": "'''(?!')",
"patterns": [
{
"include": "#string-interp"
}
]
},
{
"name": "string.quoted.triple.double.dart",
"begin": "r\"\"\"",
"end": "\"\"\"(?!\")"
},
{
"name": "string.quoted.triple.single.dart",
"begin": "r'''",
"end": "'''(?!')"
},
{
"name": "string.interpolated.double.dart",
"begin": "(?<!\\|r)\"",
"end": "\"",
"patterns": [
{
"name": "invalid.string.newline",
"match": "\\n"
},
{
"include": "#string-interp"
}
]
},
{
"name": "string.quoted.double.dart",
"begin": "r\"",
"end": "\"",
"patterns": [
{
"name": "invalid.string.newline",
"match": "\\n"
}
]
},
{
"name": "string.interpolated.single.dart",
"begin": "(?<!\\|r)'",
"end": "'",
"patterns": [
{
"name": "invalid.string.newline",
"match": "\\n"
},
{
"include": "#string-interp"
}
]
},
{
"name": "string.quoted.single.dart",
"begin": "r'",
"end": "'",
"patterns": [
{
"name": "invalid.string.newline",
"match": "\\n"
}
]
}
]
},
"punctuation": {
"patterns": [
{
"name": "punctuation.comma.dart",
"match": ","
},
{
"name": "punctuation.terminator.dart",
"match": ";"
},
{
"name": "punctuation.dot.dart",
"match": "\\."
}
]
}
}
}
| devtools/packages/devtools_app/assets/dart_syntax.json/0 | {
"file_path": "devtools/packages/devtools_app/assets/dart_syntax.json",
"repo_id": "devtools",
"token_count": 5980
} | 109 |
// Copyright 2023 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Note: this test was modeled after the example test from Flutter Gallery:
// https://github.com/flutter/gallery/blob/master/test_benchmarks/benchmarks_test.dart
import 'dart:convert' show JsonEncoder;
import 'dart:io';
import 'package:test/test.dart';
import 'package:web_benchmarks/server.dart';
import 'test_infra/common.dart';
import 'test_infra/project_root_directory.dart';
final metricList = <String>[
'preroll_frame',
'apply_frame',
'drawFrameDuration',
];
final valueList = <String>[
'average',
'outlierAverage',
'outlierRatio',
'noise',
];
/// Tests that the DevTools web benchmarks are run and reported correctly.
void main() {
test(
'Can run web benchmarks',
() async {
await _runBenchmarks();
},
timeout: const Timeout(Duration(minutes: 10)),
);
// TODO(kenz): add tests that verify performance meets some expected threshold
}
Future<void> _runBenchmarks({bool useWasm = false}) async {
stdout.writeln('Starting web benchmark tests ...');
final taskResult = await serveWebBenchmark(
benchmarkAppDirectory: projectRootDirectory(),
entryPoint: 'benchmark/test_infra/client.dart',
compilationOptions: CompilationOptions(useWasm: useWasm),
treeShakeIcons: false,
initialPage: benchmarkInitialPage,
);
stdout.writeln('Web benchmark tests finished.');
expect(
taskResult.scores.keys,
hasLength(DevToolsBenchmark.values.length),
);
for (final benchmarkName in DevToolsBenchmark.values.map((e) => e.id)) {
expect(
taskResult.scores[benchmarkName],
hasLength(metricList.length * valueList.length + 1),
);
for (final metricName in metricList) {
for (final valueName in valueList) {
expect(
taskResult.scores[benchmarkName]?.where(
(score) => score.metric == '$metricName.$valueName',
),
hasLength(1),
);
}
}
expect(
taskResult.scores[benchmarkName]?.where(
(score) => score.metric == 'totalUiFrame.average',
),
hasLength(1),
);
}
expect(
const JsonEncoder.withIndent(' ').convert(taskResult.toJson()),
isA<String>(),
);
}
| devtools/packages/devtools_app/benchmark/devtools_benchmarks_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/benchmark/devtools_benchmarks_test.dart",
"repo_id": "devtools",
"token_count": 854
} | 110 |
// Copyright 2024 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Do not delete these arguments. They are parsed by test runner.
// test-argument:appPath="test/test_infra/fixtures/memory_app"
// test-argument:experimentsOn=true
// ignore_for_file: avoid_print
import 'package:devtools_test/helpers.dart';
import 'package:devtools_test/integration_test.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';
import 'eval_utils.dart';
// To run the test while connected to a flutter-tester device:
// dart run integration_test/run_tests.dart --target=integration_test/test/live_connection/eval_and_inspect_test.dart
// To run the test while connected to a chrome device:
// dart run integration_test/run_tests.dart --target=integration_test/test/live_connection/eval_and_inspect_test.dart --test-app-device=chrome
void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
late TestApp testApp;
setUpAll(() {
testApp = TestApp.fromEnvironment();
expect(testApp.vmServiceUri, isNotNull);
});
tearDown(() async {
await resetHistory();
});
testWidgets('eval with scope in inspector window', (tester) async {
await pumpAndConnectDevTools(tester, testApp);
final evalTester = EvalTester(tester);
await evalTester.prepareInspectorUI();
logStatus('testing basic evaluation');
await testBasicEval(evalTester);
logStatus('testing variable assignment');
await testAssignment(evalTester);
logStatus('testing eval on widget tree node');
await _testEvalOnWidgetTreeNode(evalTester);
});
}
Future<void> _testEvalOnWidgetTreeNode(EvalTester tester) async {
await tester.selectWidgetTreeNode(find.richText('FloatingActionButton'));
await tester.testEval(
r'var button = $0',
find.textContaining('Variable button is created '),
);
}
| devtools/packages/devtools_app/integration_test/test/live_connection/eval_and_inspect_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/integration_test/test/live_connection/eval_and_inspect_test.dart",
"repo_id": "devtools",
"token_count": 638
} | 111 |
// Copyright 2019 The Chromium Authors. 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:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'example/conditional_screen.dart';
import 'extensions/extension_screen.dart';
import 'framework/framework_core.dart';
import 'framework/home_screen.dart';
import 'framework/initializer.dart';
import 'framework/notifications_view.dart';
import 'framework/release_notes/release_notes.dart';
import 'framework/scaffold.dart';
import 'screens/app_size/app_size_controller.dart';
import 'screens/app_size/app_size_screen.dart';
import 'screens/debugger/debugger_controller.dart';
import 'screens/debugger/debugger_screen.dart';
import 'screens/deep_link_validation/deep_links_controller.dart';
import 'screens/deep_link_validation/deep_links_screen.dart';
import 'screens/inspector/inspector_controller.dart';
import 'screens/inspector/inspector_screen.dart';
import 'screens/inspector/inspector_tree_controller.dart';
import 'screens/logging/logging_controller.dart';
import 'screens/logging/logging_screen.dart';
import 'screens/memory/framework/connected/memory_controller.dart';
import 'screens/memory/framework/memory_screen.dart';
import 'screens/memory/framework/static/static_screen_body.dart';
import 'screens/network/network_controller.dart';
import 'screens/network/network_screen.dart';
import 'screens/performance/performance_controller.dart';
import 'screens/performance/performance_screen.dart';
import 'screens/profiler/profiler_screen.dart';
import 'screens/profiler/profiler_screen_controller.dart';
import 'screens/provider/provider_screen.dart';
import 'screens/vm_developer/vm_developer_tools_controller.dart';
import 'screens/vm_developer/vm_developer_tools_screen.dart';
import 'service/service_extension_widgets.dart';
import 'shared/analytics/analytics.dart' as ga;
import 'shared/analytics/analytics_controller.dart';
import 'shared/analytics/metrics.dart';
import 'shared/common_widgets.dart';
import 'shared/console/primitives/simple_items.dart';
import 'shared/feature_flags.dart';
import 'shared/globals.dart';
import 'shared/offline_screen.dart';
import 'shared/primitives/utils.dart';
import 'shared/routing.dart';
import 'shared/screen.dart';
import 'shared/ui/hover.dart';
import 'standalone_ui/standalone_screen.dart';
// Assign to true to use a sample implementation of a conditional screen.
// WARNING: Do not check in this file if debugEnableSampleScreen is true.
const debugEnableSampleScreen = false;
// Disabled until VM developer mode functionality is added.
const showVmDeveloperMode = false;
/// Top-level configuration for the app.
@immutable
class DevToolsApp extends StatefulWidget {
const DevToolsApp(
this.originalScreens,
this.analyticsController, {
super.key,
});
final List<DevToolsScreen> originalScreens;
final AnalyticsController analyticsController;
@override
State<DevToolsApp> createState() => DevToolsAppState();
}
/// Initializer for the [FrameworkCore] and the app's navigation.
///
/// This manages the route generation, and marshals URL query parameters into
/// flutter route parameters.
class DevToolsAppState extends State<DevToolsApp> with AutoDisposeMixin {
List<Screen> get _screens {
if (FeatureFlags.devToolsExtensions) {
// TODO(https://github.com/flutter/devtools/issues/6273): stop special
// casing the package:provider extension.
final containsProviderExtension = extensionService.visibleExtensions.value
.where((e) => e.name == 'provider')
.isNotEmpty;
final devToolsScreens = containsProviderExtension
? _originalScreens
.where((s) => s.screenId != ScreenMetaData.provider.id)
.toList()
: _originalScreens;
return [...devToolsScreens, ..._extensionScreens];
}
return _originalScreens;
}
List<Screen> get _originalScreens =>
widget.originalScreens.map((s) => s.screen).toList();
Iterable<Screen> get _extensionScreens =>
extensionService.visibleExtensions.value.map(
(e) => DevToolsScreen<void>(ExtensionScreen(e)).screen,
);
bool get isDarkThemeEnabled {
// We use user preference when not embedded. When embedded, we always use
// the IDE one (since the user can't access the preference, and the
// preference may have been set in an external window and differ from the
// IDE theme).
return ideTheme.embed ? ideTheme.isDarkMode : _isDarkThemeEnabledPreference;
}
bool _isDarkThemeEnabledPreference = true;
final hoverCardController = HoverCardController();
late ReleaseNotesController releaseNotesController;
late final routerDelegate = DevToolsRouterDelegate(_getPage);
@override
void initState() {
super.initState();
// TODO(https://github.com/flutter/devtools/issues/6018): Once
// https://github.com/flutter/flutter/issues/129692 is fixed, disable the
// browser's native context menu on secondary-click, and instead use the
// menu provided by Flutter:
// if (kIsWeb) {
// unawaited(BrowserContextMenu.disableContextMenu());
// }
unawaited(ga.setupDimensions());
if (FeatureFlags.devToolsExtensions) {
addAutoDisposeListener(extensionService.availableExtensions, () {
setState(() {
_clearCachedRoutes();
});
});
addAutoDisposeListener(extensionService.visibleExtensions, () {
setState(() {
_clearCachedRoutes();
});
});
}
addAutoDisposeListener(
serviceConnection.serviceManager.isolateManager.mainIsolate,
() {
setState(() {
_clearCachedRoutes();
});
},
);
_isDarkThemeEnabledPreference = preferences.darkModeTheme.value;
addAutoDisposeListener(preferences.darkModeTheme, () {
setState(() {
_isDarkThemeEnabledPreference = preferences.darkModeTheme.value;
});
});
releaseNotesController = ReleaseNotesController();
}
@override
void dispose() {
// preferences is initialized in main() to avoid flash of content with
// incorrect theme.
preferences.dispose();
super.dispose();
}
@override
void didUpdateWidget(DevToolsApp oldWidget) {
super.didUpdateWidget(oldWidget);
_clearCachedRoutes();
}
/// Gets the page for a given page/path and args.
Page _getPage(
BuildContext context,
String? page,
Map<String, String?> args,
DevToolsNavigationState? state,
) {
// `page` will initially be null while the router is set up, then we will
// be called again with an empty string for the root.
if (FrameworkCore.initializationInProgress || page == null) {
return const MaterialPage(child: CenteredCircularProgressIndicator());
}
// Provide the appropriate page route.
if (pages.containsKey(page)) {
Widget widget = pages[page]!(
context,
page,
args,
state,
);
assert(
() {
widget = _AlternateCheckedModeBanner(
builder: (context) => pages[page]!(
context,
page,
args,
state,
),
);
return true;
}(),
);
return MaterialPage(child: widget);
}
// Return a page not found.
return MaterialPage(
child: DevToolsScaffold.withChild(
key: const Key('not-found'),
embed: isEmbedded(args),
child: PageNotFound(
page: page,
routerDelegate: routerDelegate,
),
),
);
}
Widget _buildTabbedPage(
BuildContext _,
String? page,
Map<String, String?> params,
DevToolsNavigationState? __,
) {
final vmServiceUri = params['uri'];
final embed = isEmbedded(params);
final hide = {...?params['hide']?.split(',')};
// TODO(dantup): We should be able simplify this a little, removing params['page']
// and only supporting /inspector (etc.) instead of also &page=inspector if
// all IDEs switch over to those URLs.
if (page?.isEmpty ?? true) {
page = params['page'];
}
final connectedToVmService =
vmServiceUri != null && vmServiceUri.isNotEmpty;
Widget scaffoldBuilder() {
// Force regeneration of visible screens when VM developer mode is
// enabled and when the list of available extensions change.
return MultiValueListenableBuilder(
listenables: [
preferences.vmDeveloperModeEnabled,
extensionService.availableExtensions,
extensionService.visibleExtensions,
],
builder: (_, __, child) {
final screens = _visibleScreens()
.where((p) => embed && page != null ? p.screenId == page : true)
.where((p) => !hide.contains(p.screenId))
.toList();
final connectedToFlutterApp =
serviceConnection.serviceManager.connectedApp?.isFlutterAppNow ??
false;
final connectedToDartWebApp =
serviceConnection.serviceManager.connectedApp?.isDartWebAppNow ??
false;
return MultiProvider(
providers: _providedControllers(),
child: DevToolsScaffold(
embed: embed,
page: page,
screens: screens,
actions: [
if (connectedToVmService) ...[
// Hide the hot reload button for Dart web apps, where the
// hot reload service extension is not avilable and where the
// [service.reloadServices] RPC is not implemented.
// TODO(https://github.com/flutter/devtools/issues/6441): find
// a way to show this for Dart web apps when supported.
if (!connectedToDartWebApp)
HotReloadButton(
callOnVmServiceDirectly: !connectedToFlutterApp,
),
// This button will hide itself based on whether the
// hot restart service is available for the connected app.
const HotRestartButton(),
],
...DevToolsScaffold.defaultActions(),
],
),
);
},
);
}
return connectedToVmService
? Initializer(
url: vmServiceUri,
allowConnectionScreenOnDisconnect: !embed,
builder: (_) => scaffoldBuilder(),
)
: scaffoldBuilder();
}
/// The pages that the app exposes.
Map<String, UrlParametersBuilder> get pages {
return _routes ??= {
homeScreenId: _buildTabbedPage,
for (final screen in _screens) screen.screenId: _buildTabbedPage,
snapshotScreenId: (_, __, args, ___) {
final snapshotArgs = OfflineDataArguments.fromArgs(args);
final embed = isEmbedded(args);
return DevToolsScaffold.withChild(
key: UniqueKey(),
embed: embed,
child: MultiProvider(
providers: _providedControllers(offline: true),
child: OfflineScreenBody(snapshotArgs, _screens),
),
);
},
if (FeatureFlags.memoryAnalysis)
memoryAnalysisScreenId: (_, __, args, ____) {
final embed = isEmbedded(args);
return DevToolsScaffold.withChild(
key: const Key('memoryanalysis'),
embed: embed,
child: MultiProvider(
providers: _providedControllers(),
child: const StaticMemoryBody(),
),
);
},
..._standaloneScreens,
};
}
Map<String, UrlParametersBuilder> get _standaloneScreens {
// TODO(dantup): Standalone screens do not use DevToolsScaffold which means
// they do not currently send an initial "currentPage" event to inform
// the server which page they are rendering.
return {
for (final type in StandaloneScreenType.values)
type.name: (_, __, args, ___) => type.screen,
};
}
bool isEmbedded(Map<String, String?> args) => args['embed'] == 'true';
Map<String, UrlParametersBuilder>? _routes;
void _clearCachedRoutes() {
_routes = null;
}
List<Screen> _visibleScreens() => _screens.where(shouldShowScreen).toList();
List<Provider> _providedControllers({bool offline = false}) {
// We use [widget.originalScreens] here instead of [_screens] because
// extension screens do not provide a controller through this mechanism.
return widget.originalScreens
.where(
(s) =>
s.providesController && (offline ? s.screen.worksOffline : true),
)
.map((s) => s.controllerProvider(routerDelegate))
.toList();
}
@override
Widget build(BuildContext context) {
return MaterialApp.router(
debugShowCheckedModeBanner: false,
themeMode: isDarkThemeEnabled ? ThemeMode.dark : ThemeMode.light,
theme: themeFor(
isDarkTheme: false,
ideTheme: ideTheme,
theme: ThemeData(useMaterial3: true, colorScheme: lightColorScheme),
),
darkTheme: themeFor(
isDarkTheme: true,
ideTheme: ideTheme,
theme: ThemeData(useMaterial3: true, colorScheme: darkColorScheme),
),
builder: (context, child) {
return MultiProvider(
providers: [
Provider<AnalyticsController>.value(
value: widget.analyticsController,
),
Provider<HoverCardController>.value(
value: hoverCardController,
),
Provider<ReleaseNotesController>.value(
value: releaseNotesController,
),
],
child: NotificationsView(
child: ReleaseNotesViewer(
controller: releaseNotesController,
child: child,
),
),
);
},
routerDelegate: routerDelegate,
routeInformationParser: DevToolsRouteInformationParser(),
// Disable default scrollbar behavior on web to fix duplicate scrollbars
// bug, see https://github.com/flutter/flutter/issues/90697:
scrollBehavior:
const MaterialScrollBehavior().copyWith(scrollbars: !kIsWeb),
);
}
}
/// DevTools screen wrapper that is responsible for creating and providing the
/// screen's controller, if one exists, as well as enabling offline support.
///
/// [C] corresponds to the type of the screen's controller, which is created by
/// [createController] or provided by [controllerProvider].
class DevToolsScreen<C extends Object?> {
const DevToolsScreen(
this.screen, {
this.createController,
this.controller,
}) : assert(createController == null || controller == null);
final Screen screen;
/// Responsible for creating the controller for this screen, if non-null.
///
/// The controller will then be provided via [controllerProvider], and
/// widgets depending on this controller can access it by calling
/// `Provider<C>.of(context)`.
///
/// If [createController] and [controller] are both null, [screen] will be
/// responsible for creating and maintaining its own controller.
final C Function(DevToolsRouterDelegate)? createController;
/// A provided controller for this screen, if non-null.
///
/// The controller will then be provided via [controllerProvider], and
/// widgets depending on this controller can access it by calling
/// `Provider<C>.of(context)`.
///
/// If [createController] and [controller] are both null, [screen] will be
/// responsible for creating and maintaining its own controller.
final C? controller;
/// Returns true if a controller was provided for [screen]. If false,
/// [screen] is responsible for creating and maintaining its own controller.
bool get providesController => createController != null || controller != null;
Provider<C> controllerProvider(DevToolsRouterDelegate routerDelegate) {
assert(
(createController != null && controller == null) ||
(createController == null && controller != null),
);
final controllerLocal = controller;
if (controllerLocal != null) {
return Provider<C>.value(value: controllerLocal);
}
return Provider<C>(create: (_) => createController!(routerDelegate));
}
}
/// A [WidgetBuilder] that takes an additional map of URL query parameters and
/// args, as well a state not included in the URL.
typedef UrlParametersBuilder = Widget Function(
BuildContext,
String?,
Map<String, String?>,
DevToolsNavigationState?,
);
/// Displays the checked mode banner in the bottom end corner instead of the
/// top end corner.
///
/// This avoids issues with widgets in the appbar being hidden by the banner
/// in a web or desktop app.
class _AlternateCheckedModeBanner extends StatelessWidget {
const _AlternateCheckedModeBanner({Key? key, required this.builder})
: super(key: key);
final WidgetBuilder builder;
@override
Widget build(BuildContext context) {
return Banner(
message: 'DEBUG',
textDirection: TextDirection.ltr,
location: BannerLocation.topStart,
child: Builder(
builder: builder,
),
);
}
}
class PageNotFound extends StatelessWidget {
const PageNotFound({
super.key,
required this.page,
required this.routerDelegate,
});
final String page;
final DevToolsRouterDelegate routerDelegate;
@override
Widget build(BuildContext context) {
return Center(
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
Text("'$page' not found."),
const SizedBox(height: defaultSpacing),
ElevatedButton(
onPressed: () =>
routerDelegate.navigateHome(clearScreenParam: true),
child: const Text('Go to Home screen'),
),
],
),
);
}
}
/// Screens to initialize DevTools with.
///
/// If the screen depends on a provided controller, the provider should be
/// provided here.
///
/// Conditional screens can be added to this list, and they will automatically
/// be shown or hidden based on the [Screen.conditionalLibrary] provided.
List<DevToolsScreen> defaultScreens({
List<DevToolsJsonFile> sampleData = const [],
}) {
return devtoolsScreens ??= <DevToolsScreen>[
DevToolsScreen<void>(HomeScreen(sampleData: sampleData)),
DevToolsScreen<InspectorController>(
InspectorScreen(),
createController: (_) => InspectorController(
inspectorTree: InspectorTreeController(
gaId: InspectorScreenMetrics.summaryTreeGaId,
),
detailsTree: InspectorTreeController(
gaId: InspectorScreenMetrics.detailsTreeGaId,
),
treeType: FlutterTreeType.widget,
),
),
DevToolsScreen<PerformanceController>(
PerformanceScreen(),
createController: (_) => PerformanceController(),
),
DevToolsScreen<ProfilerScreenController>(
ProfilerScreen(),
createController: (_) => ProfilerScreenController(),
),
DevToolsScreen<MemoryController>(
MemoryScreen(),
createController: (_) => MemoryController(),
),
DevToolsScreen<DebuggerController>(
DebuggerScreen(),
createController: (routerDelegate) => DebuggerController(
routerDelegate: routerDelegate,
),
),
DevToolsScreen<NetworkController>(
NetworkScreen(),
createController: (_) => NetworkController(),
),
DevToolsScreen<LoggingController>(
LoggingScreen(),
createController: (_) => LoggingController(),
),
DevToolsScreen<void>(ProviderScreen()),
DevToolsScreen<AppSizeController>(
AppSizeScreen(),
createController: (_) => AppSizeController(),
),
if (FeatureFlags.deepLinkValidation)
DevToolsScreen<DeepLinksController>(
DeepLinksScreen(),
createController: (_) => DeepLinksController(),
),
DevToolsScreen<VMDeveloperToolsController>(
VMDeveloperToolsScreen(),
createController: (_) => VMDeveloperToolsController(),
),
// Show the sample DevTools screen.
if (debugEnableSampleScreen && (kDebugMode || kProfileMode))
DevToolsScreen<ExampleController>(
const ExampleConditionalScreen(),
createController: (_) => ExampleController(),
),
];
}
@visibleForTesting
List<DevToolsScreen>? devtoolsScreens;
| devtools/packages/devtools_app/lib/src/app.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/app.dart",
"repo_id": "devtools",
"token_count": 7658
} | 112 |
// Copyright 2021 The Chromium Authors. 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:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:logging/logging.dart';
import 'package:stack_trace/stack_trace.dart' as stack_trace;
import '../shared/analytics/analytics.dart' as ga;
import '../shared/globals.dart';
final _log = Logger('app_error_handling');
/// Set up error handling for the app.
///
/// This method will hook into both the zone error handling and the Flutter
/// frameworks error handling. Any errors caught will be reported to the
/// analytics system.
///
/// [appStartCallback] should be a callback that creates the main Flutter
/// application.
void setupErrorHandling(Future Function() appStartCallback) {
// First, run all our code in a new zone.
unawaited(
runZonedGuarded<Future<void>>(
// ignore: avoid-passing-async-when-sync-expected this ignore should be fixed.
() {
WidgetsFlutterBinding.ensureInitialized();
final FlutterExceptionHandler? oldHandler = FlutterError.onError;
FlutterError.onError = (FlutterErrorDetails details) {
// Flutter Framework errors are caught here.
reportError(
details.exception,
stack: details.stack,
errorType: 'FlutterError',
);
if (oldHandler != null) {
oldHandler(details);
}
};
PlatformDispatcher.instance.onError = (error, stack) {
// Unhandled errors on the root isolate are caught here.
reportError(error, stack: stack, errorType: 'PlatformDispatcher');
return false;
};
return appStartCallback();
},
(Object error, StackTrace stack) {
reportError(error, stack: stack, errorType: 'zoneGuarded');
throw error;
},
),
);
}
void reportError(
Object error, {
String errorType = 'DevToolsError',
bool notifyUser = false,
StackTrace? stack,
}) {
stack = stack ?? StackTrace.empty;
final terseStackTrace = stack_trace.Trace.from(stack).terse.toString();
_log.severe('[$errorType]: ${error.toString()}', error, stack);
ga.reportError('$error\n$terseStackTrace');
// Show error message in a notification pop-up:
if (notifyUser) {
notificationService.pushError(
error.toString(),
stackTrace: terseStackTrace,
);
}
}
| devtools/packages/devtools_app/lib/src/framework/app_error_handling.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/framework/app_error_handling.dart",
"repo_id": "devtools",
"token_count": 913
} | 113 |
// Copyright 2020 The Chromium Authors. 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:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/material.dart' hide Stack;
import 'package:vm_service/vm_service.dart';
import '../../shared/common_widgets.dart';
import '../../shared/primitives/utils.dart';
import '../../shared/utils.dart';
import 'debugger_controller.dart';
import 'debugger_model.dart';
class CallStack extends StatefulWidget {
const CallStack({Key? key}) : super(key: key);
@override
State<CallStack> createState() => _CallStackState();
}
class _CallStackState extends State<CallStack>
with ProvidedControllerMixin<DebuggerController, CallStack> {
StackFrameAndSourcePosition? _clickedOnFrame;
@override
void didChangeDependencies() {
super.didChangeDependencies();
initController();
}
@override
Widget build(BuildContext context) {
return MultiValueListenableBuilder(
listenables: [
controller.stackFramesWithLocation,
controller.selectedStackFrame,
],
builder: (context, values, _) {
final stackFrames = values.first as List<StackFrameAndSourcePosition>;
final selectedFrame = values.second as StackFrameAndSourcePosition?;
return ListView.builder(
itemCount: stackFrames.length,
itemExtent: defaultListItemHeight,
itemBuilder: (_, index) {
final frame = stackFrames[index];
return _buildStackFrame(
frame,
_clickedOnFrame != null
? frame == _clickedOnFrame
: frame == selectedFrame,
);
},
);
},
);
}
Widget _buildStackFrame(
StackFrameAndSourcePosition frame,
bool selected,
) {
final theme = Theme.of(context);
Widget child;
final frameKind = frame.frame.kind;
final asyncMarker = frameKind == FrameKind.kAsyncSuspensionMarker;
final frameDescription = frame.description;
final locationDescription = frame.location;
if (asyncMarker) {
child = Row(
children: [
const SizedBox(width: defaultSpacing, child: Divider()),
Padding(
padding: const EdgeInsets.symmetric(horizontal: densePadding),
child: Text(
frameDescription,
style: theme.regularTextStyle,
),
),
const Expanded(child: Divider()),
],
);
} else {
child = RichText(
maxLines: 1,
overflow: TextOverflow.ellipsis,
text: TextSpan(
text: frameDescription,
style: theme.regularTextStyle,
children: [
if (locationDescription != null)
TextSpan(
text: ' $locationDescription',
style: selected
? theme.selectedSubtleTextStyle
: theme.subtleTextStyle,
),
],
),
);
}
final isAsyncBreak = frame.frame.kind == FrameKind.kAsyncSuspensionMarker;
final result = Material(
color: selected ? theme.colorScheme.selectedRowBackgroundColor : null,
child: InkWell(
onTap: () async => await _onStackFrameSelected(frame),
child: Container(
padding: const EdgeInsets.symmetric(horizontal: densePadding),
alignment: Alignment.centerLeft,
child: child,
),
),
);
return isAsyncBreak
? result
: DevToolsTooltip(
message: locationDescription == null
? frameDescription
: '$frameDescription $locationDescription',
waitDuration: tooltipWaitLong,
child: result,
);
}
Future<void> _onStackFrameSelected(StackFrameAndSourcePosition frame) async {
setState(() {
_clickedOnFrame = frame;
// After 1 second, remove the indicator that the frame was clicked to
// avoid stale state.
Timer(const Duration(seconds: 1), () {
_clickedOnFrame = null;
});
});
await controller.selectStackFrame(frame);
}
}
| devtools/packages/devtools_app/lib/src/screens/debugger/call_stack.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/debugger/call_stack.dart",
"repo_id": "devtools",
"token_count": 1786
} | 114 |
// Copyright 2023 The Chromium Authors. 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';
import 'package:devtools_app_shared/ui.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../../shared/common_widgets.dart';
import '../../shared/primitives/utils.dart';
import '../../shared/table/table.dart';
import '../../shared/table/table_data.dart';
import '../../shared/ui/colors.dart';
import '../../shared/ui/tab.dart';
import '../../shared/utils.dart';
import 'deep_links_controller.dart';
import 'deep_links_model.dart';
import 'validation_details_view.dart';
const _kNotificationCardSize = Size(475, 132);
const _kSearchFieldFullWidth = 314.0;
const _kSearchFieldSplitScreenWidth = 280.0;
enum TableViewType {
domainView,
pathView,
singleUrlView,
}
/// A view that display all deep links for the app.
class DeepLinkListView extends StatefulWidget {
const DeepLinkListView({super.key});
@override
State<DeepLinkListView> createState() => _DeepLinkListViewState();
}
class _DeepLinkListViewState extends State<DeepLinkListView>
with ProvidedControllerMixin<DeepLinksController, DeepLinkListView> {
List<String> get androidVariants =>
controller.selectedProject.value!.androidVariants;
@override
void didChangeDependencies() {
super.didChangeDependencies();
initController();
callWhenControllerReady((_) {
int releaseVariantIndex = controller
.selectedProject.value!.androidVariants
.indexWhere((variant) => variant.toLowerCase().contains('release'));
// If not found, default to 0.
releaseVariantIndex = max(releaseVariantIndex, 0);
controller.selectedVariantIndex.value = releaseVariantIndex;
});
}
@override
Widget build(BuildContext context) {
return DefaultTabController(
length: TableViewType.values.length,
child: const RoundedOutlinedBorder(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
_DeepLinkListViewTopPanel(),
Expanded(child: _DeepLinkListViewMainPanel()),
],
),
),
);
}
}
class _DeepLinkListViewMainPanel extends StatelessWidget {
const _DeepLinkListViewMainPanel();
@override
Widget build(BuildContext context) {
final controller = Provider.of<DeepLinksController>(context);
return ValueListenableBuilder<PagePhase>(
valueListenable: controller.pagePhase,
builder: (context, pagePhase, _) {
switch (pagePhase) {
case PagePhase.emptyState:
case PagePhase.linksLoading:
case PagePhase.linksValidating:
return Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
const CenteredCircularProgressIndicator(),
const SizedBox(height: densePadding),
Text(
pagePhase == PagePhase.linksLoading
? 'Loading deep links...'
: 'Validating deep links...',
style: Theme.of(context).subtleTextStyle,
),
],
);
case PagePhase.linksValidated:
return const _ValidatedDeepLinksView();
case PagePhase.noLinks:
// TODO(hangyujin): This is just a place holder to add UI.
return const Text('Your flutter project has no Links to verify.');
case PagePhase.errorPage:
// TODO(hangyujin): This is just a place holder to add Error handling.
return const Text('Error');
}
},
);
}
}
class _ValidatedDeepLinksView extends StatelessWidget {
const _ValidatedDeepLinksView();
@override
Widget build(BuildContext context) {
final controller = Provider.of<DeepLinksController>(context);
return ValueListenableBuilder<DisplayOptions>(
valueListenable: controller.displayOptionsNotifier,
builder: (context, displayOptions, _) {
if (displayOptions.showSplitScreen) {
return Row(
children: [
Expanded(
child: _AllDeepLinkDataTable(controller: controller),
),
VerticalDivider(
width: 1.0,
color: Theme.of(context).focusColor,
),
Expanded(
child: ValueListenableBuilder<LinkData?>(
valueListenable: controller.selectedLink,
builder: (context, selectedLink, _) => TabBarView(
children: [
ValidationDetailView(
linkData: selectedLink!,
controller: controller,
viewType: TableViewType.domainView,
),
ValidationDetailView(
linkData: selectedLink,
controller: controller,
viewType: TableViewType.pathView,
),
ValidationDetailView(
linkData: selectedLink,
controller: controller,
viewType: TableViewType.singleUrlView,
),
],
),
),
),
],
);
}
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
_NotificationCardSection(
domainErrorCount: displayOptions.domainErrorCount,
pathErrorCount: displayOptions.pathErrorCount,
controller: controller,
),
Expanded(
child: _AllDeepLinkDataTable(controller: controller),
),
],
);
},
);
}
}
class _DataTable extends StatelessWidget {
const _DataTable({
required this.linkDatas,
required this.viewType,
required this.controller,
});
final List<LinkData> linkDatas;
final TableViewType viewType;
final DeepLinksController controller;
@override
Widget build(BuildContext context) {
final domain = DomainColumn(controller);
final path = PathColumn(controller);
return Padding(
padding: const EdgeInsets.only(top: denseSpacing),
child: FlatTable<LinkData>(
keyFactory: (node) => ValueKey(node.toString),
data: linkDatas,
dataKey: 'deep-links',
autoScrollContent: true,
headerColor: Theme.of(context).colorScheme.deeplinkTableHeaderColor,
fillWithEmptyRows: true,
columns: <ColumnData<LinkData>>[
...(() {
switch (viewType) {
case TableViewType.domainView:
return [domain, NumberOfAssociatedPathColumn()];
case TableViewType.pathView:
return [path, NumberOfAssociatedDomainColumn()];
case TableViewType.singleUrlView:
return <ColumnData<LinkData>>[domain, path];
}
})(),
SchemeColumn(controller),
OSColumn(controller),
if (!controller.displayOptionsNotifier.value.showSplitScreen) ...[
StatusColumn(controller, viewType),
NavigationColumn(),
],
],
selectionNotifier: controller.selectedLink,
defaultSortColumn: (viewType == TableViewType.pathView ? path : domain)
as ColumnData<LinkData>,
defaultSortDirection: SortDirection.ascending,
onItemSelected: (linkdata) {
controller.selectLink(linkdata!);
controller.updateDisplayOptions(showSplitScreen: true);
},
enableHoverHandling: true,
),
);
}
}
class _DeepLinkListViewTopPanel extends StatelessWidget {
const _DeepLinkListViewTopPanel();
@override
Widget build(BuildContext context) {
final controller = Provider.of<DeepLinksController>(context);
return AreaPaneHeader(
title: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(
'Validate and fix',
style: Theme.of(context).textTheme.bodyLarge,
),
ValueListenableBuilder(
valueListenable: controller.selectedVariantIndex,
builder: (_, value, __) {
return _AndroidVariantDropdown(
androidVariants:
controller.selectedProject.value!.androidVariants,
index: value,
onVariantIndexSelected: (index) {
controller.selectedVariantIndex.value = index;
},
);
},
),
],
),
);
}
}
class _AndroidVariantDropdown extends StatelessWidget {
const _AndroidVariantDropdown({
required this.androidVariants,
required this.index,
required this.onVariantIndexSelected,
});
final List<String> androidVariants;
final int index;
final ValueChanged<int> onVariantIndexSelected;
@override
Widget build(BuildContext context) {
return Row(
children: [
const Text('Android Variant:'),
RoundedDropDownButton<int>(
value: index,
items: [
for (int i = 0; i < androidVariants.length; i++)
DropdownMenuItem<int>(
value: i,
child: Text(androidVariants[i]),
),
],
onChanged: (int? index) {
onVariantIndexSelected(index!);
},
),
],
);
}
}
class _AllDeepLinkDataTable extends StatelessWidget {
const _AllDeepLinkDataTable({
required this.controller,
});
final DeepLinksController controller;
@override
Widget build(BuildContext context) {
final textTheme = Theme.of(context).textTheme;
const gaPrefix = 'deepLinkTab';
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
OutlineDecoration(
showRight: false,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Padding(
padding: const EdgeInsets.symmetric(horizontal: defaultSpacing),
child: Text(
'All deep links',
style: textTheme.bodyLarge,
),
),
Padding(
padding: const EdgeInsets.all(denseSpacing),
child: SizedBox(
width: controller.displayOptions.showSplitScreen
? _kSearchFieldSplitScreenWidth
: _kSearchFieldFullWidth,
child: DevToolsClearableTextField(
labelText: '',
hintText: 'Search a URL, domain or path',
prefixIcon: const Icon(Icons.search),
onChanged: (value) {
controller.searchContent = value;
},
controller: controller.textEditingController,
),
),
),
],
),
),
TabBar(
tabs: [
DevToolsTab.create(
tabName: 'Domain view',
gaPrefix: gaPrefix,
),
DevToolsTab.create(
tabName: 'Path view',
gaPrefix: gaPrefix,
),
DevToolsTab.create(
tabName: 'Single URL view',
gaPrefix: gaPrefix,
),
],
tabAlignment: TabAlignment.start,
isScrollable: true,
),
Expanded(
child: ValueListenableBuilder<List<LinkData>?>(
valueListenable: controller.displayLinkDatasNotifier,
builder: (context, linkDatas, _) => TabBarView(
children: [
_DataTable(
viewType: TableViewType.domainView,
linkDatas: controller.getLinkDatasByDomain,
controller: controller,
),
_DataTable(
viewType: TableViewType.pathView,
linkDatas: controller.getLinkDatasByPath,
controller: controller,
),
_DataTable(
viewType: TableViewType.singleUrlView,
linkDatas: linkDatas!,
controller: controller,
),
],
),
),
),
],
);
}
}
class _NotificationCardSection extends StatelessWidget {
const _NotificationCardSection({
required this.domainErrorCount,
required this.pathErrorCount,
required this.controller,
});
final int domainErrorCount;
final int pathErrorCount;
final DeepLinksController controller;
@override
Widget build(BuildContext context) {
if (domainErrorCount == 0 && pathErrorCount == 0) {
return const SizedBox.shrink();
}
return OutlineDecoration(
child: Padding(
padding: const EdgeInsets.all(defaultSpacing),
child: Row(
children: [
if (domainErrorCount > 0)
NotificationCard(
title: '$domainErrorCount domain not verified',
description:
'This affects all deep links. Fix issues to make users go directly to your app.',
actionButton: TextButton(
onPressed: () {
// Switch to the domain view. Select the first link with domain error and show the split screen.
DefaultTabController.of(context).index = 0;
controller.selectLink(
controller.getLinkDatasByDomain
.where((element) => element.domainErrors.isNotEmpty)
.first,
);
controller.updateDisplayOptions(showSplitScreen: true);
},
child: const Padding(
padding:
EdgeInsets.symmetric(horizontal: intermediateSpacing),
child: Text('Fix domain'),
),
),
),
if (domainErrorCount > 0 && pathErrorCount > 0)
const SizedBox(width: defaultSpacing),
if (pathErrorCount > 0)
NotificationCard(
title: '$pathErrorCount path not working',
description:
'Fix these path to make sure users are directed to your app',
actionButton: TextButton(
onPressed: () {
// Switch to the path view. Select the first link with path error and show the split screen.
DefaultTabController.of(context).index = 1;
controller.selectLink(
controller.getLinkDatasByPath
.where((element) => element.pathErrors.isNotEmpty)
.first,
);
controller.updateDisplayOptions(showSplitScreen: true);
},
child: const Padding(
padding:
EdgeInsets.symmetric(horizontal: intermediateSpacing),
child: Text('Fix path'),
),
),
),
],
),
),
);
}
}
@visibleForTesting
class NotificationCard extends StatelessWidget {
const NotificationCard({
super.key,
required this.title,
required this.description,
required this.actionButton,
});
final String title;
final String description;
final Widget actionButton;
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final colorScheme = theme.colorScheme;
return SizedBox.fromSize(
size: _kNotificationCardSize,
child: Card(
color: colorScheme.surface,
child: Padding(
padding: const EdgeInsets.fromLTRB(
defaultSpacing,
defaultSpacing,
densePadding,
denseSpacing,
),
child: Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Icon(Icons.error, color: colorScheme.error),
const SizedBox(width: denseSpacing),
Flexible(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(title),
Text(
description,
style: theme.subtleTextStyle,
),
Expanded(
child: Align(
alignment: Alignment.bottomRight,
child: actionButton,
),
),
],
),
),
],
),
),
),
);
}
}
| devtools/packages/devtools_app/lib/src/screens/deep_link_validation/deep_link_list_view.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/deep_link_validation/deep_link_list_view.dart",
"repo_id": "devtools",
"token_count": 8300
} | 115 |
// Copyright 2019 The Chromium Authors. 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:devtools_app_shared/utils.dart';
import 'package:flutter/widgets.dart';
import '../../../shared/diagnostics/diagnostics_node.dart';
import '../inspector_controller.dart';
import '../layout_explorer/box/box.dart';
import '../layout_explorer/flex/flex.dart';
/// Tab that acts as a proxy to decide which widget to be displayed
class LayoutExplorerTab extends StatefulWidget {
const LayoutExplorerTab({Key? key, required this.controller})
: super(key: key);
final InspectorController controller;
@override
State<LayoutExplorerTab> createState() => _LayoutExplorerTabState();
}
class _LayoutExplorerTabState extends State<LayoutExplorerTab>
with AutomaticKeepAliveClientMixin<LayoutExplorerTab>, AutoDisposeMixin {
InspectorController get controller => widget.controller;
RemoteDiagnosticsNode? get selected =>
controller.selectedNode.value?.diagnostic;
RemoteDiagnosticsNode? previousSelection;
Widget rootWidget(RemoteDiagnosticsNode? node) {
if (node != null && FlexLayoutExplorerWidget.shouldDisplay(node)) {
return FlexLayoutExplorerWidget(controller);
}
if (node != null && BoxLayoutExplorerWidget.shouldDisplay(node)) {
return BoxLayoutExplorerWidget(controller);
}
return Center(
child: Text(
node != null
? 'Currently, Layout Explorer only supports Box and Flex-based widgets.'
: 'Select a widget to view its layout.',
textAlign: TextAlign.center,
overflow: TextOverflow.clip,
),
);
}
void onSelectionChanged() {
if (rootWidget(previousSelection).runtimeType !=
rootWidget(selected).runtimeType) {
setState(() => previousSelection = selected);
}
}
@override
void initState() {
super.initState();
addAutoDisposeListener(controller.selectedNode, onSelectionChanged);
}
@override
Widget build(BuildContext context) {
super.build(context);
return rootWidget(selected);
}
@override
bool get wantKeepAlive => true;
}
| devtools/packages/devtools_app/lib/src/screens/inspector/layout_explorer/layout_explorer.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/inspector/layout_explorer/layout_explorer.dart",
"repo_id": "devtools",
"token_count": 717
} | 116 |
// Copyright 2019 The Chromium Authors. 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:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../../service/service_extension_widgets.dart';
import '../../shared/analytics/analytics.dart' as ga;
import '../../shared/analytics/constants.dart' as gac;
import '../../shared/common_widgets.dart';
import '../../shared/primitives/utils.dart';
import '../../shared/screen.dart';
import '../../shared/ui/filter.dart';
import '../../shared/ui/search.dart';
import '../../shared/utils.dart';
import '_log_details.dart';
import '_logs_table.dart';
import 'logging_controller.dart';
import 'shared/constants.dart';
/// Presents logs from the connected app.
class LoggingScreen extends Screen {
LoggingScreen()
: super(
id,
title: ScreenMetaData.logging.title,
icon: ScreenMetaData.logging.icon,
);
static final id = ScreenMetaData.logging.id;
@override
String get docPageId => screenId;
@override
Widget buildScreenBody(BuildContext context) => const LoggingScreenBody();
@override
Widget buildStatus(BuildContext context) {
final LoggingController controller =
Provider.of<LoggingController>(context);
return StreamBuilder<String>(
initialData: controller.statusText,
stream: controller.onLogStatusChanged,
builder: (BuildContext context, AsyncSnapshot<String> snapshot) {
return Text(snapshot.data ?? '');
},
);
}
}
class LoggingScreenBody extends StatefulWidget {
const LoggingScreenBody({super.key});
static const filterQueryInstructions = '''
Type a filter query to show or hide specific logs.
Any text that is not paired with an available filter key below will be queried against all categories (kind, message).
Available filters:
'kind', 'k' (e.g. 'k:flutter.frame', '-k:gc,stdout')
Example queries:
'my log message k:stdout,stdin'
'flutter -k:gc'
''';
@override
State<LoggingScreenBody> createState() => _LoggingScreenState();
}
class _LoggingScreenState extends State<LoggingScreenBody>
with
AutoDisposeMixin,
ProvidedControllerMixin<LoggingController, LoggingScreenBody> {
late List<LogData> filteredLogs;
@override
void initState() {
super.initState();
ga.screen(gac.logging);
}
@override
void didChangeDependencies() {
super.didChangeDependencies();
if (!initController()) return;
cancelListeners();
filteredLogs = controller.filteredData.value;
addAutoDisposeListener(controller.filteredData, () {
setState(() {
filteredLogs = controller.filteredData.value;
});
});
}
@override
Widget build(BuildContext context) {
return Column(
children: [
_buildLoggingControls(),
const SizedBox(height: intermediateSpacing),
Expanded(
child: _buildLoggingBody(),
),
],
);
}
// TODO(kenz): replace with helper widget
Widget _buildLoggingControls() {
final hasData = controller.filteredData.value.isNotEmpty;
return Row(
children: [
ClearButton(
onPressed: controller.clear,
gaScreen: gac.logging,
gaSelection: gac.clear,
minScreenWidthForTextBeforeScaling: loggingMinVerboseWidth,
),
const Spacer(),
const SizedBox(width: denseSpacing),
// TODO(kenz): fix focus issue when state is refreshed
SearchField<LoggingController>(
searchFieldWidth: isScreenWiderThan(context, loggingMinVerboseWidth)
? wideSearchFieldWidth
: defaultSearchFieldWidth,
searchController: controller,
searchFieldEnabled: hasData,
),
const SizedBox(width: denseSpacing),
DevToolsFilterButton(
onPressed: _showFilterDialog,
isFilterActive: controller.isFilterActive,
),
const SizedBox(width: denseSpacing),
CopyToClipboardControl(
dataProvider: () => controller.filteredData.value
.map((e) => '${e.timestamp} [${e.kind}] ${e.prettyPrinted()}')
.joinWithTrailing('\n'),
tooltip: 'Copy filtered logs',
),
const SizedBox(width: denseSpacing),
SettingsOutlinedButton(
gaScreen: gac.logging,
gaSelection: gac.loggingSettings,
tooltip: 'Logging Settings',
onPressed: () {
unawaited(
showDialog(
context: context,
builder: (context) => const LoggingSettingsDialog(),
),
);
},
),
],
);
}
// TODO(kenz): replace with helper widget.
Widget _buildLoggingBody() {
return SplitPane(
axis: Axis.vertical,
initialFractions: const [0.72, 0.28],
// TODO(kenz): refactor so that the LogDetails header can be the splitter.
// This would be more consistent with other screens that use the console
// header as the splitter.
children: [
RoundedOutlinedBorder(
clip: true,
child: LogsTable(
data: filteredLogs,
selectionNotifier: controller.selectedLog,
searchMatchesNotifier: controller.searchMatches,
activeSearchMatchNotifier: controller.activeSearchMatch,
),
),
ValueListenableBuilder<LogData?>(
valueListenable: controller.selectedLog,
builder: (context, selected, _) {
return LogDetails(log: selected);
},
),
],
);
}
void _showFilterDialog() {
unawaited(
showDialog(
context: context,
builder: (context) => FilterDialog<LogData>(
controller: controller,
queryInstructions: LoggingScreenBody.filterQueryInstructions,
),
),
);
}
}
class LoggingSettingsDialog extends StatelessWidget {
const LoggingSettingsDialog({super.key});
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
return DevToolsDialog(
title: const DialogTitleText('Logging Settings'),
content: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
...dialogSubHeader(
theme,
'General',
),
const StructuredErrorsToggle(),
],
),
actions: const [
DialogCloseButton(),
],
);
}
}
| devtools/packages/devtools_app/lib/src/screens/logging/logging_screen.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/logging/logging_screen.dart",
"repo_id": "devtools",
"token_count": 2730
} | 117 |
// Copyright 2021 The Chromium Authors. 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:devtools_shared/devtools_shared.dart';
import 'package:flutter/material.dart';
import '../../../../shared/charts/chart_trace.dart';
import '../../../../shared/primitives/byte_utils.dart';
import '../../../../shared/primitives/utils.dart';
import '../../framework/connected/memory_controller.dart';
import 'memory_android_chart.dart';
import 'memory_events_pane.dart';
import 'memory_vm_chart.dart';
/// Event types handled for hover card.
const devToolsEvent = 'DevTools.Event';
const imageSizesForFrameEvent = 'Flutter.ImageSizesForFrame';
const displaySizeInBytesData = 'displaySizeInBytes';
const decodedSizeInBytesData = 'decodedSizeInBytes';
const String eventName = 'name';
const String eventData = 'data';
const String customEvent = 'custom';
const String customEventName = 'name';
const String customEventData = 'data';
const String indexPayloadJson = 'index';
const String timestampPayloadJson = 'timestamp';
const String prettyTimestampPayloadJson = 'prettyTimestamp';
const String eventPayloadJson = 'event';
const String vmPayloadJson = 'vm';
const String androidPayloadJson = 'android';
/// VM Data
const String rssJsonName = 'rss';
const String capacityJsonName = 'capacity';
const String usedJsonName = 'used';
const String externalJsonName = 'external';
const String rasterPictureJsonName = 'rasterLayer';
const String rasterLayerJsonName = 'rasterPicture';
/// Android data
const String adbTotalJsonName = 'total';
const String adbOtherJsonName = 'other';
const String adbCodeJsonName = 'code';
const String adbNativeHeapJsonName = 'nativeHeap';
const String adbJavaHeapJsonName = 'javaHeap';
const String adbStackJsonName = 'stack';
const String adbGraphicsJsonName = 'graphics';
/// Events data
const String snapshotJsonName = 'snapshot';
const String autoSnapshotJsonName = 'autoSnapshot';
const String monitorStartJsonName = 'monitorStart';
const String monitorResetJsonName = 'monitorReset';
const String extensionEventsJsonName = 'extensionEvents';
const String manualGCJsonName = 'manualGC';
const String gcJsonName = 'gc';
/// Dart VM trace names
const allocatedDisplay = 'Allocated';
const usedDisplay = 'Dart/Flutter';
const externalDisplay = 'Dart/Flutter Native';
const rssDisplay = 'RSS';
const layerDisplay = 'Raster Layer';
const pictureDisplay = 'Raster Picture';
/// Android Memory Trace names
const androidTotalDisplay = 'Total';
const androidOtherDisplay = 'Other';
const androidCodeDisplay = 'Code';
const androidNativeDisplay = 'Native';
const androidJavaDisplay = 'Java';
const androidStackDisplay = 'Stack';
const androidGraphicsDisplay = 'Graphics';
/// Display name is either '1 Event' or 'n Events'
const eventDisplayName = ' Event';
const eventsDisplayName = ' Events';
/// Manages how legend and hover data and trace color and
/// dash lines are drawn.
const renderLine = 'color';
const renderDashed = 'dashed';
const renderImage = 'image';
Map<String, Object?> traceRender({
String? image,
Color? color,
bool dashed = false,
}) {
final result = <String, Object?>{};
if (image != null) {
result[renderImage] = image;
} else {
result[renderLine] = color;
result[renderDashed] = dashed;
}
return result;
}
/// Retrieve all data values of a given index (timestamp) of the collected data.
class ChartsValues {
ChartsValues(this.controller, this.index, this.timestamp) {
_getDataFromIndex();
}
final MemoryController controller;
final int index;
final int timestamp;
final _event = <String, bool>{};
final _extensionEvents = <Map<String, bool>>[];
Map<String, Object> get vmData => _vm;
final _vm = <String, Object>{};
Map<String, Object> get androidData => _android;
final _android = <String, Object>{};
Map<String, Object?> toJson() {
return {
indexPayloadJson: index,
timestampPayloadJson: timestamp,
prettyTimestampPayloadJson: prettyTimestamp(timestamp),
eventPayloadJson: _event,
vmPayloadJson: _vm,
androidPayloadJson: _android,
};
}
int get eventCount =>
_event.entries.length -
(extensionEventsLength > 0 ? 1 : 0) +
(hasGc ? 1 : 0);
bool get hasSnapshot => _event.containsKey(snapshotJsonName);
bool get hasAutoSnapshot => _event.containsKey(autoSnapshotJsonName);
bool get hasMonitorStart => _event.containsKey(monitorStartJsonName);
bool get hasMonitorReset => _event.containsKey(monitorResetJsonName);
bool get hasExtensionEvents => _event.containsKey(extensionEventsJsonName);
bool get hasManualGc => _event.containsKey(manualGCJsonName);
bool get hasGc => _vm[gcJsonName] as bool;
int get extensionEventsLength =>
hasExtensionEvents ? extensionEvents.length : 0;
List<Map<String, bool>> get extensionEvents {
if (_extensionEvents.isEmpty) {
final events = _event[extensionEventsJsonName] as List<Map<String, bool>>;
_extensionEvents.addAll(events);
}
return _extensionEvents;
}
void _getDataFromIndex() {
_event.clear();
_vm.clear();
_android.clear();
_getEventData(_event);
_getVMData(_vm);
_getAndroidData(_android);
}
void _getEventData(Map<String, Object> results) {
// Use the detailed extension events data stored in the memoryTimeline.
final eventInfo =
controller.controllers.memoryTimeline.data[index].memoryEventInfo;
if (eventInfo.isEmpty) return;
if (eventInfo.isEventGC) results[manualGCJsonName] = true;
if (eventInfo.isEventSnapshot) results[snapshotJsonName] = true;
if (eventInfo.isEventSnapshotAuto) results[autoSnapshotJsonName] = true;
if (eventInfo.isEventAllocationAccumulator) {
if (eventInfo.allocationAccumulator!.isStart) {
results[monitorStartJsonName] = true;
}
if (eventInfo.allocationAccumulator!.isReset) {
results[monitorResetJsonName] = true;
}
}
if (eventInfo.hasExtensionEvents) {
final events = <Map<String, Object>>[];
for (ExtensionEvent event in eventInfo.extensionEvents?.theEvents ?? []) {
if (event.customEventName != null) {
events.add(
{
eventName: event.eventKind!,
customEvent: {
customEventName: event.customEventName,
customEventData: event.data,
},
},
);
} else {
events.add({
eventName: event.eventKind!,
eventData: event.data ?? {},
});
}
}
if (events.isNotEmpty) {
results[extensionEventsJsonName] = events;
}
}
}
void _getVMData(Map<String, Object> results) {
final HeapSample heapSample =
controller.controllers.memoryTimeline.data[index];
results[rssJsonName] = heapSample.rss;
results[capacityJsonName] = heapSample.capacity;
results[usedJsonName] = heapSample.used;
results[externalJsonName] = heapSample.external;
results[gcJsonName] = heapSample.isGC;
results[rasterPictureJsonName] = heapSample.rasterCache.pictureBytes;
results[rasterLayerJsonName] = heapSample.rasterCache.layerBytes;
}
void _getAndroidData(Map<String, Object> results) {
final AdbMemoryInfo androidData =
controller.controllers.memoryTimeline.data[index].adbMemoryInfo;
results[adbTotalJsonName] = androidData.total;
results[adbOtherJsonName] = androidData.other;
results[adbCodeJsonName] = androidData.code;
results[adbNativeHeapJsonName] = androidData.nativeHeap;
results[adbJavaHeapJsonName] = androidData.javaHeap;
results[adbStackJsonName] = androidData.stack;
results[adbGraphicsJsonName] = androidData.graphics;
}
Map<String, String> eventsToDisplay(bool isLight) {
final eventsDisplayed = <String, String>{};
if (hasSnapshot) {
eventsDisplayed['Snapshot'] = snapshotManualLegend;
} else if (hasAutoSnapshot) {
eventsDisplayed['Auto Snapshot'] = snapshotAutoLegend;
} else if (hasMonitorStart) {
eventsDisplayed['Monitor Start'] = monitorLegend;
} else if (hasMonitorReset) {
eventsDisplayed['Monitor Reset'] =
isLight ? resetLightLegend : resetDarkLegend;
}
if (hasGc) {
eventsDisplayed['GC'] = gcVMLegend;
}
if (hasManualGc) {
eventsDisplayed['User GC'] = gcManualLegend;
}
return eventsDisplayed;
}
Map<String, Map<String, Object?>> displayVmDataToDisplay(List<Trace> traces) {
final vmDataDisplayed = <String, Map<String, Object?>>{};
final rssValueDisplay = formatNumeric(vmData[rssJsonName] as num?);
vmDataDisplayed['$rssDisplay $rssValueDisplay'] = traceRender(
color: traces[VmTraceName.rSS.index].characteristics.color,
dashed: true,
);
final capacityValueDisplay =
formatNumeric(vmData[capacityJsonName] as num?);
vmDataDisplayed['$allocatedDisplay $capacityValueDisplay'] = traceRender(
color: traces[VmTraceName.capacity.index].characteristics.color,
dashed: true,
);
final usedValueDisplay = formatNumeric(vmData[usedJsonName] as num?);
vmDataDisplayed['$usedDisplay $usedValueDisplay'] = traceRender(
color: traces[VmTraceName.used.index].characteristics.color,
);
final externalValueDisplay =
formatNumeric(vmData[externalJsonName] as num?);
vmDataDisplayed['$externalDisplay $externalValueDisplay'] = traceRender(
color: traces[VmTraceName.external.index].characteristics.color,
);
final layerValueDisplay =
formatNumeric(vmData[rasterLayerJsonName] as num?);
vmDataDisplayed['$layerDisplay $layerValueDisplay'] = traceRender(
color: traces[VmTraceName.rasterLayer.index].characteristics.color,
dashed: true,
);
final pictureValueDisplay =
formatNumeric(vmData[rasterPictureJsonName] as num?);
vmDataDisplayed['$pictureDisplay $pictureValueDisplay'] = traceRender(
color: traces[VmTraceName.rasterPicture.index].characteristics.color,
dashed: true,
);
return vmDataDisplayed;
}
Map<String, Map<String, Object?>> androidDataToDisplay(List<Trace> traces) {
final androidDataDisplayed = <String, Map<String, Object?>>{};
if (controller.isAndroidChartVisibleNotifier.value) {
final data = androidData;
// Total trace
final totalValueDisplay = formatNumeric(data[adbTotalJsonName] as num?);
androidDataDisplayed['$androidTotalDisplay $totalValueDisplay'] =
traceRender(
color: traces[AndroidTraceName.total.index].characteristics.color,
dashed: true,
);
// Other trace
final otherValueDisplay = formatNumeric(data[adbOtherJsonName] as num?);
androidDataDisplayed['$androidOtherDisplay $otherValueDisplay'] =
traceRender(
color: traces[AndroidTraceName.other.index].characteristics.color,
);
// Native heap trace
final nativeValueDisplay =
formatNumeric(data[adbNativeHeapJsonName] as num?);
androidDataDisplayed['$androidNativeDisplay $nativeValueDisplay'] =
traceRender(
color: traces[AndroidTraceName.nativeHeap.index].characteristics.color,
);
// Graphics trace
final graphicsValueDisplay =
formatNumeric(data[adbGraphicsJsonName] as num?);
androidDataDisplayed['$androidGraphicsDisplay $graphicsValueDisplay'] =
traceRender(
color: traces[AndroidTraceName.graphics.index].characteristics.color,
);
// Code trace
final codeValueDisplay = formatNumeric(data[adbCodeJsonName] as num?);
androidDataDisplayed['$androidCodeDisplay $codeValueDisplay'] =
traceRender(
color: traces[AndroidTraceName.code.index].characteristics.color,
);
// Java heap trace
final javaValueDisplay = formatNumeric(data[adbJavaHeapJsonName] as num?);
androidDataDisplayed['$androidJavaDisplay $javaValueDisplay'] =
traceRender(
color: traces[AndroidTraceName.javaHeap.index].characteristics.color,
);
// Stack trace
final stackValueDisplay = formatNumeric(data[adbStackJsonName] as num?);
androidDataDisplayed['$androidStackDisplay $stackValueDisplay'] =
traceRender(
color: traces[AndroidTraceName.stack.index].characteristics.color,
);
}
return androidDataDisplayed;
}
String? formatNumeric(num? number) => prettyPrintBytes(
number,
mbFractionDigits: 2,
includeUnit: true,
roundingPoint: 0.7,
);
}
| devtools/packages/devtools_app/lib/src/screens/memory/panes/chart/memory_charts.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/memory/panes/chart/memory_charts.dart",
"repo_id": "devtools",
"token_count": 4540
} | 118 |
// Copyright 2022 The Chromium Authors. 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:devtools_app_shared/ui.dart';
import 'package:flutter/material.dart';
import '../../../../../../shared/analytics/analytics.dart' as ga;
import '../../../../../../shared/analytics/constants.dart' as gac;
import '../../../../../../shared/common_widgets.dart';
import '../../../../../../shared/memory/retaining_path.dart';
import '../../../../../../shared/primitives/utils.dart';
import '../../controller/class_data.dart';
class RetainingPathView extends StatelessWidget {
const RetainingPathView({
super.key,
required this.path,
required this.controller,
});
final PathFromRoot path;
final RetainingPathController controller;
@override
Widget build(BuildContext context) {
return Padding(
padding: const EdgeInsets.symmetric(horizontal: denseSpacing),
child: Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
const SizedBox(height: densePadding),
_PathControlPane(
controller: controller,
path: path,
),
Expanded(
child: Padding(
padding: const EdgeInsets.only(
top: densePadding,
left: densePadding,
),
child: _PathView(path: path, controller: controller),
),
),
],
),
);
}
}
class _PathControlPane extends StatelessWidget {
const _PathControlPane({required this.controller, required this.path});
final PathFromRoot path;
final RetainingPathController controller;
@override
Widget build(BuildContext context) {
final titleText = 'Retaining path for ${path.classes.last.className}';
return Row(
children: [
Expanded(
child: DevToolsTooltip(
message: titleText,
child: Text(
titleText,
overflow: TextOverflow.ellipsis,
style: const TextStyle(fontWeight: FontWeight.bold),
),
),
),
const SizedBox(width: denseSpacing),
CopyToClipboardControl(
dataProvider: () => path.toLongString(delimiter: '\n'),
// We do not give success message because it pops up directly on
// top of the path widget, that makes the widget unavailable
// while message is here.
successMessage: null,
gaScreen: gac.memory,
gaItem: gac.MemoryEvent.diffPathCopy,
),
const SizedBox(width: denseSpacing),
ValueListenableBuilder<bool>(
valueListenable: controller.hideStandard,
builder: (_, hideStandard, __) => DevToolsFilterButton(
onPressed: () {
ga.select(
gac.memory,
'${gac.MemoryEvent.diffPathFilter}-$hideStandard',
);
controller.hideStandard.value = !controller.hideStandard.value;
},
isFilterActive: hideStandard,
message: 'Hide standard libraries',
),
),
const SizedBox(width: denseSpacing),
ValueListenableBuilder<bool>(
valueListenable: controller.invert,
builder: (_, invert, __) => DevToolsToggleButton(
onPressed: () {
ga.select(
gac.memory,
'${gac.MemoryEvent.diffPathInvert}-$invert',
);
controller.invert.value = !controller.invert.value;
},
isSelected: invert,
message: 'Invert the path',
icon: Icons.swap_horiz,
),
),
],
);
}
}
class _PathView extends StatelessWidget {
const _PathView({required this.path, required this.controller});
final PathFromRoot path;
final RetainingPathController controller;
@override
Widget build(BuildContext context) {
return MultiValueListenableBuilder(
listenables: [
controller.hideStandard,
controller.invert,
],
builder: (_, values, __) {
final hideStandard = values.first as bool;
final invert = values.second as bool;
return SingleChildScrollView(
scrollDirection: Axis.horizontal,
child: SingleChildScrollView(
child: Text(
path.toLongString(inverted: invert, hideStandard: hideStandard),
overflow: TextOverflow.visible,
),
),
);
},
);
}
}
| devtools/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.dart",
"repo_id": "devtools",
"token_count": 2021
} | 119 |
// Copyright 2022 The Chromium Authors. 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:devtools_app_shared/ui.dart';
import 'package:flutter/material.dart';
import 'package:flutter_markdown/flutter_markdown.dart';
import '../../../../shared/analytics/constants.dart' as gac;
import '../../../../shared/common_widgets.dart';
import '../../../../shared/primitives/utils.dart';
import '../../../../shared/table/table.dart';
import '../../../../shared/table/table_data.dart';
import '../../../../shared/ui/tab.dart';
import '../../../profiler/cpu_profile_model.dart';
import '../../../profiler/panes/cpu_profile_columns.dart';
import 'tracing_pane_controller.dart';
const double _countColumnWidth = 100;
/// Displays an allocation profile as a tree of stack frames, displaying
/// inclusive and exclusive allocation counts.
class AllocationTracingTree extends StatefulWidget {
const AllocationTracingTree({super.key, required this.controller});
final TracingPaneController controller;
static final _bottomUpTab = _buildTab(tabName: 'Bottom Up');
static final _callTreeTab = _buildTab(tabName: 'Call Tree');
static final tabs = [
_bottomUpTab,
_callTreeTab,
];
static DevToolsTab _buildTab({Key? key, required String tabName}) {
return DevToolsTab.create(
key: key,
tabName: tabName,
gaPrefix: 'memoryAllocationTracingTab',
);
}
@override
State<AllocationTracingTree> createState() => _AllocationTracingTreeState();
}
class _AllocationTracingTreeState extends State<AllocationTracingTree>
with TickerProviderStateMixin {
late final TabController _tabController;
@override
void initState() {
super.initState();
_tabController = TabController(
length: AllocationTracingTree.tabs.length,
vsync: this,
);
}
@override
void dispose() {
_tabController.dispose();
super.dispose();
}
@override
Widget build(BuildContext context) {
return ValueListenableBuilder<TracingIsolateState>(
valueListenable: widget.controller.stateForIsolate,
builder: (context, state, _) {
return ValueListenableBuilder<TracedClass?>(
valueListenable: state.selectedTracedClass,
builder: (context, selection, _) {
if (selection == null) {
return const _TracingInstructions();
} else if (!selection.traceAllocations) {
return _TracingInstructions(
prefix: 'Allocation tracing is not enabled for class '
'${selection.cls.name}.',
);
} else if (selection.traceAllocations &&
(state.selectedTracedClassAllocationData == null ||
state.selectedTracedClassAllocationData!.bottomUpRoots
.isEmpty)) {
return Padding(
padding: const EdgeInsets.all(largeSpacing),
child: Text(
'No allocation samples have been collected for class ${selection.cls.name}.\n',
),
);
}
return Column(
children: [
_TracingTreeHeader(
controller: widget.controller,
tabController: _tabController,
tabs: AllocationTracingTree.tabs,
updateTreeStateCallback: setState,
),
Expanded(
child: TabBarView(
physics: defaultTabBarViewPhysics,
controller: _tabController,
children: [
// Bottom-up tree view
TracingTable(
dataRoots: state
.selectedTracedClassAllocationData!.bottomUpRoots,
),
// Call tree view
TracingTable(
dataRoots: state
.selectedTracedClassAllocationData!.callTreeRoots,
),
],
),
),
],
);
},
);
},
);
}
}
class _TracingInstructions extends StatelessWidget {
const _TracingInstructions({
Key? key,
this.prefix,
}) : super(key: key);
final String? prefix;
@override
Widget build(BuildContext context) {
var data = _tracingInstructions;
if (prefix != null) {
data = '$prefix\n\n$data';
}
return Markdown(
data: data,
styleSheet: MarkdownStyleSheet(
p: Theme.of(context).regularTextStyle,
),
);
}
}
/// `\v` adds vertical space
const _tracingInstructions = '''
To trace allocations for a class:
\v
1. Enable the 'Trace' checkbox for that class in the table.
2. Interact with your app to trigger an allocation of the class.
3. Click 'Refresh' above to view the tree of collected stack traces of
constructor calls for the selected class.
''';
class _TracingTreeHeader extends StatelessWidget {
const _TracingTreeHeader({
Key? key,
required this.controller,
required this.tabController,
required this.tabs,
required this.updateTreeStateCallback,
}) : super(key: key);
final TracingPaneController controller;
final void Function(VoidCallback) updateTreeStateCallback;
final TabController tabController;
final List<DevToolsTab> tabs;
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final textTheme = theme.textTheme;
final colorScheme = theme.colorScheme;
return AreaPaneHeader(
title: Text.rich(
TextSpan(
children: [
const TextSpan(
text: 'Traced allocations for: ',
),
TextSpan(
style: theme.fixedFontStyle,
text: controller
.stateForIsolate.value.selectedTracedClass.value?.cls.name!,
),
],
),
),
tall: true,
includeTopBorder: false,
actions: [
const Spacer(),
TabBar(
labelColor: textTheme.bodyLarge?.color ?? colorScheme.primary,
tabs: tabs,
isScrollable: true,
controller: tabController,
),
const SizedBox(width: denseSpacing),
ExpandAllButton(
gaScreen: gac.memory,
gaSelection: gac.MemoryEvent.tracingTreeExpandAll,
onPressed: () => updateTreeStateCallback(
() {
for (final root in _currentDataRoots) {
root.expandCascading();
}
},
),
),
const SizedBox(width: denseSpacing),
CollapseAllButton(
gaScreen: gac.memory,
gaSelection: gac.MemoryEvent.tracingTreeCollapseAll,
onPressed: () => updateTreeStateCallback(
() {
for (final root in _currentDataRoots) {
root.collapseCascading();
}
},
),
),
],
);
}
List<CpuStackFrame> get _currentDataRoots {
final isBottomUp =
tabs[tabController.index] == AllocationTracingTree._bottomUpTab;
final data =
controller.stateForIsolate.value.selectedTracedClassAllocationData!;
return isBottomUp ? data.bottomUpRoots : data.callTreeRoots;
}
}
class _InclusiveCountColumn extends ColumnData<CpuStackFrame> {
_InclusiveCountColumn()
: super(
'Inclusive',
titleTooltip: _tooltip,
fixedWidthPx: scaleByFontFactor(_countColumnWidth),
);
static const _tooltip =
'The number of instances allocated by calls made from a stack frame.';
@override
bool get numeric => true;
@override
int compare(CpuStackFrame a, CpuStackFrame b) {
final int result = super.compare(a, b);
if (result == 0) {
return a.name.compareTo(b.name);
}
return result;
}
@override
int getValue(CpuStackFrame dataObject) => dataObject.inclusiveSampleCount;
@override
String getDisplayValue(CpuStackFrame dataObject) {
return '${dataObject.inclusiveSampleCount} '
'(${percent(dataObject.inclusiveSampleRatio)})';
}
}
class _ExclusiveCountColumn extends ColumnData<CpuStackFrame> {
_ExclusiveCountColumn()
: super(
'Exclusive',
titleTooltip: _tooltip,
fixedWidthPx: scaleByFontFactor(_countColumnWidth),
);
static const _tooltip =
'The number of instances allocated directly by a stack frame.';
@override
bool get numeric => true;
@override
int compare(CpuStackFrame a, CpuStackFrame b) {
final int result = super.compare(a, b);
if (result == 0) {
return a.name.compareTo(b.name);
}
return result;
}
@override
int getValue(CpuStackFrame dataObject) => dataObject.exclusiveSampleCount;
@override
String getDisplayValue(CpuStackFrame dataObject) {
return '${dataObject.exclusiveSampleCount} '
'(${percent(dataObject.exclusiveSampleRatio)})';
}
}
/// A table of an allocation profile tree.
class TracingTable extends StatelessWidget {
const TracingTable({
Key? key,
required this.dataRoots,
}) : super(key: key);
static final treeColumn = MethodAndSourceColumn();
static final startingSortColumn = _InclusiveCountColumn();
static final columns = List<ColumnData<CpuStackFrame>>.unmodifiable([
startingSortColumn,
_ExclusiveCountColumn(),
treeColumn,
]);
final List<CpuStackFrame> dataRoots;
@override
Widget build(BuildContext context) {
return TreeTable<CpuStackFrame>(
keyFactory: (frame) => PageStorageKey<String>(frame.id),
dataRoots: dataRoots,
dataKey: 'allocation-profile-tree',
columns: columns,
treeColumn: treeColumn,
defaultSortColumn: startingSortColumn,
defaultSortDirection: SortDirection.descending,
);
}
}
| devtools/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_tree.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_tree.dart",
"repo_id": "devtools",
"token_count": 4225
} | 120 |
// Copyright 2019 The Chromium Authors. 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:flutter/material.dart';
import 'package:vm_service/vm_service.dart';
import '../../shared/primitives/utils.dart';
import '../../shared/ui/search.dart';
abstract class NetworkRequest with ChangeNotifier, SearchableDataMixin {
String get method;
String get uri;
String? get contentType;
String get type;
Duration? get duration;
DateTime? get startTimestamp;
DateTime? get endTimestamp;
String? get status;
int? get port;
bool get didFail;
/// True if the request hasn't completed yet.
bool get inProgress;
String get id;
String get durationDisplay {
final duration = this.duration;
final text = duration != null
? durationText(
duration,
unit: DurationDisplayUnit.milliseconds,
)
: 'Pending';
return 'Duration: $text';
}
@override
bool matchesSearchToken(RegExp regExpSearch) {
return uri.caseInsensitiveContains(regExpSearch);
}
@override
String toString() => '$method $uri';
@override
bool operator ==(Object other) {
return other is NetworkRequest &&
runtimeType == other.runtimeType &&
startTimestamp == other.startTimestamp &&
method == other.method &&
uri == other.uri &&
contentType == other.contentType &&
type == other.type &&
port == other.port &&
(inProgress == other.inProgress
? (endTimestamp == other.endTimestamp &&
duration == other.duration &&
status == other.status &&
didFail == other.didFail)
: true);
}
@override
int get hashCode => Object.hash(
method,
uri,
contentType,
type,
port,
startTimestamp,
);
}
class WebSocket extends NetworkRequest {
WebSocket(this._socket, this._timelineMicrosBase);
int _timelineMicrosBase;
SocketStatistic _socket;
int timelineMicrosecondsSinceEpoch(int micros) {
return _timelineMicrosBase + micros;
}
void update(WebSocket other) {
_socket = other._socket;
_timelineMicrosBase = other._timelineMicrosBase;
notifyListeners();
}
@override
String get id => _socket.id;
@override
Duration? get duration {
final endTime = _socket.endTime;
if (endTime == null) {
return null;
}
return Duration(microseconds: endTime - _socket.startTime);
}
@override
DateTime get startTimestamp => DateTime.fromMicrosecondsSinceEpoch(
timelineMicrosecondsSinceEpoch(_socket.startTime),
);
@override
DateTime? get endTimestamp {
final endTime = _socket.endTime;
return endTime != null
? DateTime.fromMicrosecondsSinceEpoch(
timelineMicrosecondsSinceEpoch(endTime),
)
: null;
}
DateTime? get lastReadTimestamp {
final lastReadTime = _socket.lastReadTime;
return lastReadTime != null
? DateTime.fromMicrosecondsSinceEpoch(
timelineMicrosecondsSinceEpoch(lastReadTime),
)
: null;
}
DateTime? get lastWriteTimestamp {
final lastWriteTime = _socket.lastWriteTime;
return lastWriteTime != null
? DateTime.fromMicrosecondsSinceEpoch(
timelineMicrosecondsSinceEpoch(lastWriteTime),
)
: null;
}
@override
String get contentType => 'websocket';
@override
String get type => 'ws';
String get socketType => _socket.socketType;
@override
String get uri => _socket.address;
@override
int get port => _socket.port;
// TODO(kenz): what determines a web socket request failure?
@override
bool get didFail => false;
int get readBytes => _socket.readBytes;
int get writeBytes => _socket.writeBytes;
// TODO(kenz): is this always GET? Chrome DevTools shows GET in the response
// headers for web socket traffic.
@override
String get method => 'GET';
// TODO(kenz): is this always 101? Chrome DevTools lists "101" for WS status
// codes with a tooltip of "101 Web Socket Protocol Handshake"
@override
String get status => '101';
@override
bool get inProgress => false;
@override
bool operator ==(Object other) => other is WebSocket && id == other.id;
@override
int get hashCode => id.hashCode;
}
| devtools/packages/devtools_app/lib/src/screens/network/network_model.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/network/network_model.dart",
"repo_id": "devtools",
"token_count": 1611
} | 121 |
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import '../../../../shared/primitives/trees.dart';
import '../../../../shared/primitives/utils.dart';
import '../../performance_model.dart';
import '../flutter_frames/flutter_frame_model.dart';
class FrameAnalysis {
FrameAnalysis(this.frame);
final FlutterFrame frame;
static const saveLayerEventName = 'Canvas::saveLayer';
static const intrinsicsEventSuffix = ' intrinsics';
/// Data for the build phase of [frame].
///
/// This is drawn from all the "Build" events on the UI thread. For a single
/// flutter frame, there can be more than one build event, and this data may
/// overlap with a portion of the [layoutPhase] if "Build" timeline events are
/// children of the "Layout" event.
///
/// Example:
/// [-----BUILD----][-----------------LAYOUT (root)-----------------]
/// [--BUILD--] [----BUILD----]
late FramePhase buildPhase = _generateBuildPhase();
FramePhase _generateBuildPhase() {
final uiEvent = frame.timelineEventData.uiEvent;
if (uiEvent == null) {
return FramePhase.build(events: <FlutterTimelineEvent>[]);
}
final buildEvents = uiEvent
.nodesWithCondition(
(event) => FramePhaseType.build.isMatchForEventName(event.name),
)
.cast<FlutterTimelineEvent>();
return FramePhase.build(events: buildEvents);
}
/// Data for the layout phase of [frame].
///
/// This is drawn from the "Layout" timeline event on the UI thread. This data
/// may overlap with a portion of the [buildPhase] if "Build" timeline events
/// are children of the "Layout" event. If this is the case, the
/// [FramePhase.duration] for this phase will only include time that is spent
/// in the Layout event, outside of the Build events.
///
/// Example:
/// [-----------------LAYOUT (root)-----------------]
/// [--BUILD--] [----BUILD----]
late FramePhase layoutPhase = _generateLayoutPhase();
FramePhase _generateLayoutPhase() {
final uiEvent = frame.timelineEventData.uiEvent;
if (uiEvent != null) {
final layoutEvent = uiEvent.firstChildWithCondition(
(event) => FramePhaseType.layout.isMatchForEventName(event.name),
);
if (layoutEvent != null) {
final buildChildren = layoutEvent.shallowNodesWithCondition(
(event) => FramePhaseType.build.isMatchForEventName(event.name),
);
final buildDuration = buildChildren.fold<Duration>(
Duration.zero,
(previous, FlutterTimelineEvent event) {
return previous + event.time.duration;
},
);
return FramePhase.layout(
events: <FlutterTimelineEvent>[layoutEvent],
duration: layoutEvent.time.duration - buildDuration,
);
}
}
return FramePhase.layout(events: <FlutterTimelineEvent>[]);
}
/// Data for the Paint phase of [frame].
///
/// This is drawn from the "Paint" timeline event on the UI thread
late FramePhase paintPhase = _generatePaintPhase();
FramePhase _generatePaintPhase() {
final uiEvent = frame.timelineEventData.uiEvent;
if (uiEvent == null) {
return FramePhase.paint(events: <FlutterTimelineEvent>[]);
}
final paintEvent = uiEvent.firstChildWithCondition(
(event) => FramePhaseType.paint.isMatchForEventName(event.name),
);
return FramePhase.paint(
events: <FlutterTimelineEvent>[if (paintEvent != null) paintEvent],
);
}
/// Data for the raster phase of [frame].
///
/// This is drawn from all events for this frame from the raster thread.
late FramePhase rasterPhase = FramePhase.raster(
events: [
if (frame.timelineEventData.rasterEvent != null)
frame.timelineEventData.rasterEvent!,
],
);
late FramePhase longestUiPhase = _calculateLongestFramePhase();
bool get hasUiData => _hasUiData ??= [
...buildPhase.events,
...layoutPhase.events,
...paintPhase.events,
].isNotEmpty;
bool? _hasUiData;
bool get hasRasterData => _hasRasterData ??= rasterPhase.events.isNotEmpty;
bool? _hasRasterData;
FramePhase _calculateLongestFramePhase() {
var longestPhaseTime = Duration.zero;
late FramePhase longest;
for (final block in [buildPhase, layoutPhase, paintPhase]) {
if (block.duration >= longestPhaseTime) {
longest = block;
longestPhaseTime = block.duration;
}
}
return longest;
}
bool get hasExpensiveOperations =>
saveLayerCount + intrinsicOperationsCount > 0;
int? _saveLayerCount;
int get saveLayerCount {
if (_saveLayerCount == null) {
_countExpensiveOperations();
}
return _saveLayerCount!;
}
int? _intrinsicOperationsCount;
int get intrinsicOperationsCount {
if (_intrinsicOperationsCount == null) {
_countExpensiveOperations();
}
return _intrinsicOperationsCount!;
}
void _countExpensiveOperations() {
assert(_saveLayerCount == null);
assert(_intrinsicOperationsCount == null);
int saveLayer = 0;
for (final paintEvent in paintPhase.events) {
breadthFirstTraversal<FlutterTimelineEvent>(
paintEvent,
action: (event) {
if (event.name!.caseInsensitiveContains(saveLayerEventName)) {
saveLayer++;
}
},
);
}
_saveLayerCount = saveLayer;
int intrinsics = 0;
for (final layoutEvent in layoutPhase.events) {
breadthFirstTraversal<FlutterTimelineEvent>(
layoutEvent,
action: (event) {
if (event.name!.caseInsensitiveContains(intrinsicsEventSuffix)) {
intrinsics++;
}
},
);
}
_intrinsicOperationsCount = intrinsics;
}
int? buildFlex;
int? layoutFlex;
int? paintFlex;
int? rasterFlex;
int? shaderCompilationFlex;
void calculateFramePhaseFlexValues() {
final totalUiTimeMicros =
(buildPhase.duration + layoutPhase.duration + paintPhase.duration)
.inMicroseconds;
buildFlex = _flexForPhase(buildPhase, totalUiTimeMicros);
layoutFlex = _flexForPhase(layoutPhase, totalUiTimeMicros);
paintFlex = _flexForPhase(paintPhase, totalUiTimeMicros);
if (frame.hasShaderTime) {
final totalRasterMicros = frame.rasterTime.inMicroseconds;
final shaderMicros = frame.shaderDuration.inMicroseconds;
final otherRasterMicros = totalRasterMicros - shaderMicros;
shaderCompilationFlex = _calculateFlex(shaderMicros, totalRasterMicros);
rasterFlex = _calculateFlex(otherRasterMicros, totalRasterMicros);
} else {
rasterFlex = 1;
}
}
int _flexForPhase(FramePhase phase, int totalTimeMicros) {
final totalPaintTimeMicros = phase.duration.inMicroseconds;
final uiEvent = frame.timelineEventData.uiEvent;
if (uiEvent == null) return 1;
return _calculateFlex(totalPaintTimeMicros, totalTimeMicros);
}
int _calculateFlex(int numeratorMicros, int denominatorMicros) {
if (numeratorMicros == 0 && denominatorMicros == 0) return 1;
return ((numeratorMicros / denominatorMicros) * 100).round();
}
}
enum FramePhaseType {
build,
layout,
paint,
raster;
static const _buildEventName = 'Build';
static const _layoutEventName = 'Layout (root)';
static const _layoutEventNameLegacy = 'Layout';
static const _paintEventName = 'Paint (root)';
static const _paintEventNameLegacy = 'Paint';
static const _rasterEventName = 'Raster';
String get display {
switch (this) {
case build:
return _buildEventName;
case layout:
return _layoutEventNameLegacy;
case paint:
return _paintEventNameLegacy;
case raster:
return _rasterEventName;
}
}
bool isMatchForEventName(String? eventName) {
switch (this) {
case build:
return _buildEventName.caseInsensitiveEquals(eventName);
case layout:
return _layoutEventName.caseInsensitiveEquals(eventName) ||
_layoutEventNameLegacy.caseInsensitiveEquals(eventName);
case paint:
return _paintEventName.caseInsensitiveEquals(eventName) ||
_paintEventNameLegacy.caseInsensitiveEquals(eventName);
case raster:
throw StateError('Raster events should not be matched by event name');
}
}
}
class FramePhase {
FramePhase._({
required this.type,
required this.events,
Duration? duration,
}) : title = type.display,
duration = duration ??
events.fold<Duration>(Duration.zero, (previous, event) {
return previous + event.time.duration;
});
factory FramePhase.build({
required List<FlutterTimelineEvent> events,
Duration? duration,
}) {
return FramePhase._(
type: FramePhaseType.build,
events: events,
duration: duration,
);
}
factory FramePhase.layout({
required List<FlutterTimelineEvent> events,
Duration? duration,
}) {
return FramePhase._(
type: FramePhaseType.layout,
events: events,
duration: duration,
);
}
factory FramePhase.paint({
required List<FlutterTimelineEvent> events,
Duration? duration,
}) {
return FramePhase._(
type: FramePhaseType.paint,
events: events,
duration: duration,
);
}
factory FramePhase.raster({
required List<FlutterTimelineEvent> events,
Duration? duration,
}) {
return FramePhase._(
type: FramePhaseType.raster,
events: events,
duration: duration,
);
}
final String title;
final FramePhaseType type;
final List<FlutterTimelineEvent> events;
final Duration duration;
}
| devtools/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_analysis_model.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/performance/panes/frame_analysis/frame_analysis_model.dart",
"repo_id": "devtools",
"token_count": 3626
} | 122 |
// Copyright 2022 The Chromium Authors. 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:math' as math;
import 'package:devtools_app_shared/utils.dart';
import 'package:fixnum/fixnum.dart';
import 'package:flutter/foundation.dart';
import 'package:logging/logging.dart';
import 'package:vm_service/vm_service.dart';
import 'package:vm_service_protos/vm_service_protos.dart';
import '../../../../shared/analytics/analytics.dart' as ga;
import '../../../../shared/analytics/constants.dart' as gac;
import '../../../../shared/analytics/metrics.dart';
import '../../../../shared/development_helpers.dart';
import '../../../../shared/future_work_tracker.dart';
import '../../../../shared/globals.dart';
import '../../../../shared/primitives/utils.dart';
import '../../performance_controller.dart';
import '../../performance_model.dart';
import '../../performance_utils.dart';
import '../flutter_frames/flutter_frame_model.dart';
import 'perfetto/perfetto_controller.dart';
import 'perfetto/tracing/model.dart';
final _log = Logger('timeline_events_controller');
enum EventsControllerStatus {
empty,
processing,
ready,
}
class TimelineEventsController extends PerformanceFeatureController
with AutoDisposeControllerMixin {
TimelineEventsController(super.performanceController) {
perfettoController = createPerfettoController(performanceController, this);
addAutoDisposeListener(_workTracker.active, () {
final active = _workTracker.active.value;
if (active) {
_status.value = EventsControllerStatus.processing;
} else {
_status.value = EventsControllerStatus.ready;
}
});
}
static const uiThreadSuffix = '.ui';
static const rasterThreadSuffix = '.raster';
static const gpuThreadSuffix = '.gpu';
static const platformThreadSuffix = '.platform';
static const flutterTestThreadSuffix = '.flutter.test..platform';
/// Controller that contains business logic for the Perfetto trace viewer.
late final PerfettoController perfettoController;
/// The complete Perfetto timeline that DevTools has received from the VM.
///
/// This value is built up by polling every [_timelinePollingInterval], and
/// fetching new Perfetto timeline data from the VM. New data is continually
/// merged with [fullPerfettoTrace] to keep this value up to date.
Trace? fullPerfettoTrace;
/// Track events that we have received from the VM, but have not yet
/// processed.
final _unprocessedTrackEvents = <PerfettoTrackEvent>[];
/// The collection of [TimelineEvent]s that should be linked to
/// [FlutterFrame]s but have not yet been assigned.
///
/// These timeline events are keyed by the [FlutterFrame] ID specified in the
/// event arguments, which matches the ID for the corresponding
/// [FlutterFrame].
final _unassignedFlutterTimelineEvents = <int, FrameTimelineEventData>{};
/// Stores the id of the first Flutter frame that we have timeline events for.
int? firstWellFormedFlutterFrameId;
/// All [PerfettoTrackDescriptorEvent]s we have received from the VM timeline.
final _trackDescriptors = <PerfettoTrackDescriptorEvent>{};
/// Whether the recorded timeline data is currently being processed.
ValueListenable<EventsControllerStatus> get status => _status;
final _status =
ValueNotifier<EventsControllerStatus>(EventsControllerStatus.empty);
final _workTracker = FutureWorkTracker();
Timer? _pollingTimer;
int _nextPollStartMicros = 0;
/// The number of requests per second that we allow for pulling the VM
/// timeline.
///
/// Passing a value of 0.5 will result in a limit of one request every two
/// seconds.
static const _timelinePollingRateLimit = 0.5;
static const _timelinePollingInterval = Duration(seconds: 10);
RateLimiter? _timelinePollingRateLimiter;
@override
Future<void> init() async {
perfettoController.init();
if (!offlineController.offlineMode.value) {
await _initForServiceConnection();
}
}
@override
void onBecomingActive() {
perfettoController.onBecomingActive();
}
Future<void> _initForServiceConnection() async {
await serviceConnection.timelineStreamManager.setDefaultTimelineStreams();
addAutoDisposeListener(serviceConnection.serviceManager.connectedState, () {
if (!serviceConnection.serviceManager.connectedState.value.connected) {
_pollingTimer?.cancel();
_timelinePollingRateLimiter?.dispose();
}
});
// Load available timeline events.
await forceRefresh();
_timelinePollingRateLimiter = RateLimiter(
_timelinePollingRateLimit,
_pullPerfettoVmTimeline,
);
// Poll for new timeline events.
// We are polling here instead of listening to the timeline event stream
// because the event stream is sending out of order and duplicate events.
// See https://github.com/dart-lang/sdk/issues/46605.
_pollingTimer = Timer.periodic(_timelinePollingInterval, (_) {
_timelinePollingRateLimiter!.scheduleRequest();
});
}
Future<void> _pullPerfettoVmTimeline({bool isInitialPull = false}) async {
final service = serviceConnection.serviceManager.service;
if (service == null) return;
final currentVmTime = await service.getVMTimelineMicros();
debugTraceCallback(
() => _log.info(
'[_pullPerfettoVmTimeline] time range: '
'($_nextPollStartMicros - ${currentVmTime.timestamp})',
),
);
late PerfettoTimeline rawPerfettoTimeline;
if (preferences.performance.includeCpuSamplesInTimeline.value) {
await debugTimeAsync(
() async => rawPerfettoTimeline =
await service.getPerfettoVMTimelineWithCpuSamplesWrapper(
timeOriginMicros: _nextPollStartMicros,
timeExtentMicros: currentVmTime.timestamp! - _nextPollStartMicros,
),
debugName: 'VmService.getPerfettoVMTimelineWithCpuSamples',
);
} else {
await debugTimeAsync(
() async => rawPerfettoTimeline = await service.getPerfettoVMTimeline(
timeOriginMicros: _nextPollStartMicros,
timeExtentMicros: currentVmTime.timestamp! - _nextPollStartMicros,
),
debugName: 'VmService.getPerfettoVMTimeline',
);
}
_nextPollStartMicros = currentVmTime.timestamp! + 1;
Uint8List? traceBinary;
debugTimeSync(
() => traceBinary = base64Decode(rawPerfettoTimeline.trace!),
debugName: 'base64Decode perfetto trace',
);
_updatePerfettoTrace(traceBinary!, logWarning: isInitialPull);
}
void _updatePerfettoTrace(Uint8List traceBinary, {bool logWarning = true}) {
final decodedTrace =
_prepareForTraceProcessing(traceBinary, logWarning: logWarning);
if (fullPerfettoTrace == null) {
debugTraceCallback(
() => _log.info(
'[_updatePerfettoTrace] setting initial perfetto trace',
),
);
fullPerfettoTrace = decodedTrace ?? _traceFromBinary(traceBinary);
} else {
debugTraceCallback(
() => _log.info(
'[_updatePerfettoTrace] merging perfetto trace with new buffer',
),
);
debugTimeSync(
() => fullPerfettoTrace!.mergeFromBuffer(traceBinary),
debugName: 'perfettoTrace.mergeFromBuffer',
);
}
}
Trace? _prepareForTraceProcessing(
Uint8List traceBinary, {
bool logWarning = true,
}) {
if (!_isFlutterAppHelper()) {
debugTraceCallback(
() => _log
.info('[_prepareTraceForProcessing] not a flutter app, returning.'),
);
return null;
}
final trace = _traceFromBinary(traceBinary);
final newTrackDescriptors = <PerfettoTrackDescriptorEvent>[];
for (final packet in trace.packet) {
if (packet.hasTrackDescriptor()) {
final trackDescriptor =
PerfettoTrackDescriptorEvent(packet.trackDescriptor);
final added = _trackDescriptors.add(trackDescriptor);
if (added) {
newTrackDescriptors.add(trackDescriptor);
}
}
if (packet.hasTrackEvent()) {
final trackEvent = PerfettoTrackEvent.fromPacket(packet);
_unprocessedTrackEvents.add(trackEvent);
}
}
updateTrackIds(newTrackDescriptors, logWarning: logWarning);
return trace;
}
void updateTrackIds(
List<PerfettoTrackDescriptorEvent> trackDescriptorEvents, {
bool logWarning = false,
}) {
if (!_isFlutterAppHelper()) return;
Int64? uiTrackId;
Int64? rasterTrackId;
Int64? flutterTestTrackId;
for (final track in trackDescriptorEvents) {
final name = track.name;
final id = track.id;
// Android: "1.ui (12652)"
// iOS: "io.flutter.1.ui (12652)"
// MacOS, Linux, Windows, Dream (g3): "io.flutter.ui (225695)"
if (name.contains(uiThreadSuffix)) {
uiTrackId = id;
}
// Android: "1.raster (12651)"
// iOS: "io.flutter.1.raster (12651)"
// Linux, Windows, Dream (g3): "io.flutter.raster (12651)"
// MacOS: Does not exist
// Also look for .gpu here for older versions of Flutter.
// TODO(kenz): remove check for .gpu name in April 2021.
if (name.contains(rasterThreadSuffix) || name.contains(gpuThreadSuffix)) {
rasterTrackId = id;
}
// Android: "1.platform (22585)"
// iOS: "io.flutter.1.platform (22585)"
// MacOS, Linux, Windows, Dream (g3): "io.flutter.platform (22596)"
// DO NOT include Flutter test thread "io.flutter.test..platform"
if (name.contains(platformThreadSuffix) &&
!name.contains(flutterTestThreadSuffix)) {
// MacOS and Flutter apps with platform views do not have a .gpu
// thread. In these cases, the "Raster" events will come on the
// .platform thread instead.
rasterTrackId ??= id;
}
if (name.contains(flutterTestThreadSuffix)) {
flutterTestTrackId = id;
}
}
if (flutterTestTrackId != null &&
uiTrackId == null &&
rasterTrackId == null) {
// If the connected app is a Flutter tester device, the UI and Raster
// events will come on the same thread / track.
uiTrackId = flutterTestTrackId;
rasterTrackId = flutterTestTrackId;
}
if (logWarning && (uiTrackId == null || rasterTrackId == null)) {
_log.info(
'Could not find UI track and / or Raster track from names: '
'${trackDescriptorEvents.map((e) => e.name)}',
);
}
perfettoController.processor.primeTrackIds(
ui: uiTrackId,
raster: rasterTrackId,
);
}
Future<void> forceRefresh() async {
debugTraceCallback(() => _log.info('[forceRefresh]'));
await _pullPerfettoVmTimeline();
processTrackEvents();
await loadPerfettoTrace();
}
void processTrackEvents() {
if (!_isFlutterAppHelper()) {
debugTraceCallback(
() => _log.info('[processTrackEvents] not a flutter app, returning.'),
);
return;
}
final eventCount = _unprocessedTrackEvents.length;
debugTraceCallback(
() => _log.info('[processTrackEvents] count: $eventCount'),
);
// Process track events and time the operation for analytics.
ga.timeSync(
gac.performance,
gac.PerformanceEvents.perfettoModeTraceEventProcessingTime.nameOverride!,
syncOperation: () => perfettoController.processor
.processTrackEvents(_unprocessedTrackEvents),
screenMetricsProvider: () =>
PerformanceScreenMetrics(traceEventCount: eventCount),
);
_unprocessedTrackEvents.clear();
}
Future<void> loadPerfettoTrace() async {
debugTraceCallback(() => _log.info('[loadPerfettoTrace] updating viewer'));
await perfettoController.loadTrace(fullPerfettoTrace ?? Trace());
}
@override
Future<void> handleSelectedFrame(FlutterFrame frame) async {
debugTraceCallback(
() => _log.info('[handleSelectedFrame]\n${frame.toStringVerbose()}'),
);
await _perfettoSelectFrame(frame);
}
Future<void> _perfettoSelectFrame(FlutterFrame frame) async {
// No need to process events again if we are in offline mode - we have
// already processed all the available data.
if (!offlineController.offlineMode.value) {
bool hasProcessedTimelineEventsForFrame =
perfettoController.processor.hasProcessedEventsForFrame(frame.id);
if (!hasProcessedTimelineEventsForFrame) {
debugTraceCallback(
() => _log.info(
'[_perfettoSelectFrame] no events for frame. Process all events.',
),
);
processTrackEvents();
}
hasProcessedTimelineEventsForFrame =
perfettoController.processor.hasProcessedEventsForFrame(frame.id);
if (!hasProcessedTimelineEventsForFrame) {
debugTraceCallback(
() => _log.info(
'[_perfettoSelectFrame] events still not processed. Force refresh.',
),
);
final frameBeforeEarliestTimelineData =
firstWellFormedFlutterFrameId != null &&
frame.id < firstWellFormedFlutterFrameId!;
if (!frameBeforeEarliestTimelineData) {
// If we still have not processed the timeline events for this frame,
// try forcing a refresh. Only do this if it is possible to fetch the
// timeline data for the [frame] we are trying to scroll to.
await _workTracker.track(forceRefresh);
// TODO(kenz): it would be best if we can avoid making subsequent
// calls to [forceRefresh] when we hit this case.
if (firstWellFormedFlutterFrameId == null) {
// At this point, we still have not processed any timeline events
// for Flutter frames, which means we will never have access to the
// timeline events for this [frame].
pushNoTimelineEventsAvailableWarning();
}
}
}
}
// TODO(https://github.com/flutter/flutter/issues/144782): remove once this
// issue is fixed. Due to this bug, we sometimes have very large and
// inaccurate values for frame time durations. When this occurs, fallback
// to using the time range from the frame's timeline events. This heuristic
// assumes that there will never be a frame that took longer than 100
// seconds, which is still pretty high.
var timeRange = frame.timeFromFrameTiming;
const frameTimeHeuristic = 100;
if (timeRange.duration.inSeconds > frameTimeHeuristic) {
timeRange = frame.timeFromEventFlows;
}
perfettoController.scrollToTimeRange(timeRange);
}
void addTimelineEvent(FlutterTimelineEvent event) {
assert(_isFlutterAppHelper());
_maybeAddEventToUnassignedFrame(event);
}
void _maybeAddEventToUnassignedFrame(FlutterTimelineEvent event) {
final frameNumber = event.flutterFrameNumber;
if (frameNumber != null && (event.isUiEvent || event.isRasterEvent)) {
if (performanceController.flutterFramesController
.hasUnassignedFlutterFrame(frameNumber)) {
firstWellFormedFlutterFrameId = math.min(
firstWellFormedFlutterFrameId ?? frameNumber,
frameNumber,
);
performanceController.flutterFramesController.assignEventToFrame(
frameNumber,
event,
);
} else {
final unassignedEventsForFrame =
_unassignedFlutterTimelineEvents.putIfAbsent(
frameNumber,
() => FrameTimelineEventData(),
);
unassignedEventsForFrame.setEventFlow(event: event, setTimeData: false);
}
}
}
void maybeAddUnassignedEventsToFrame(FlutterFrame frame) {
_maybeAddUnassignedEventToFrame(frame, TimelineEventType.ui);
_maybeAddUnassignedEventToFrame(frame, TimelineEventType.raster);
if (frame.isWellFormed) {
_unassignedFlutterTimelineEvents.remove(frame.id);
}
}
void _maybeAddUnassignedEventToFrame(
FlutterFrame frame,
TimelineEventType type,
) {
final event = _unassignedFlutterTimelineEvents[frame.id]?.eventByType(type);
if (event != null) {
frame.setEventFlow(event);
}
}
bool _isFlutterAppHelper() {
final offlineData = performanceController.offlinePerformanceData;
return offlineController.offlineMode.value
? offlineData != null && offlineData.frames.isNotEmpty
: serviceConnection.serviceManager.connectedApp?.isFlutterAppNow ??
false;
}
@override
Future<void> setOfflineData(OfflinePerformanceData offlineData) async {
if (offlineData.perfettoTraceBinary != null) {
_updatePerfettoTrace(offlineData.perfettoTraceBinary!);
}
processTrackEvents();
await loadPerfettoTrace();
if (offlineData.selectedFrame != null) {
perfettoController
.scrollToTimeRange(offlineData.selectedFrame!.timeFromFrameTiming);
}
}
@override
Future<void> clearData() async {
_unprocessedTrackEvents.clear();
fullPerfettoTrace = Trace();
_trackDescriptors.clear();
_unassignedFlutterTimelineEvents.clear();
_workTracker.clear();
_status.value = EventsControllerStatus.empty;
await perfettoController.clear();
}
@override
void dispose() {
_pollingTimer?.cancel();
_timelinePollingRateLimiter?.dispose();
perfettoController.dispose();
super.dispose();
}
}
Trace _traceFromBinary(Uint8List traceBinary) {
late Trace trace;
debugTimeSync(
() => trace = Trace.fromBuffer(traceBinary),
debugName: 'Trace.fromBuffer',
);
return trace;
}
| devtools/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_controller.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/timeline_events_controller.dart",
"repo_id": "devtools",
"token_count": 6560
} | 123 |
// Copyright 2019 The Chromium Authors. 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:flutter/material.dart';
import '../../../shared/primitives/utils.dart';
import '../../../shared/table/table.dart';
import '../../../shared/table/table_data.dart';
import '../cpu_profile_model.dart';
import 'cpu_profile_columns.dart';
/// A table of the CPU's top-down call tree.
class CpuCallTreeTable extends StatelessWidget {
const CpuCallTreeTable({
required this.dataRoots,
super.key,
});
static final methodColumn = MethodAndSourceColumn();
static final selfTimeColumn = SelfTimeColumn(titleTooltip: selfTimeTooltip);
static final totalTimeColumn =
TotalTimeColumn(titleTooltip: totalTimeTooltip);
static final columns = List<ColumnData<CpuStackFrame>>.unmodifiable([
totalTimeColumn,
selfTimeColumn,
methodColumn,
]);
static const totalTimeTooltip =
'Time that a method spent executing its own code\nas well as the code for '
'any methods it called.';
static const selfTimeTooltip =
'Time that a method spent executing only its own code.';
final List<CpuStackFrame> dataRoots;
@override
Widget build(BuildContext context) {
return TreeTable<CpuStackFrame>(
keyFactory: (frame) => PageStorageKey<String>(frame.id),
dataRoots: dataRoots,
dataKey: 'cpu-call-tree',
columns: columns,
treeColumn: methodColumn,
defaultSortColumn: totalTimeColumn,
displayTreeGuidelines: true,
defaultSortDirection: SortDirection.descending,
);
}
}
| devtools/packages/devtools_app/lib/src/screens/profiler/panes/call_tree.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/profiler/panes/call_tree.dart",
"repo_id": "devtools",
"token_count": 543
} | 124 |
// Copyright 2021 The Chromium Authors. 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:collection/collection.dart';
import 'package:devtools_app_shared/service.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:vm_service/vm_service.dart' hide SentinelException;
import '../../../shared/globals.dart';
import 'eval.dart';
import 'instance_details.dart';
import 'result.dart';
Future<InstanceRef> _resolveInstanceRefForPath(
InstancePath path, {
required AutoDisposeRef ref,
required Disposable isAlive,
required InstanceDetails? parent,
}) async {
if (parent == null) {
// root of the provider tree
return path.map(
fromProviderId: (path) async {
final eval = await ref.watch(providerEvalProvider.future);
// cause the instances to be re-evaluated when the devtool is notified
// that a provider changed
ref.watch(_providerChanged(path.providerId));
return eval.safeEval(
'ProviderBinding.debugInstance.providerDetails["${path.providerId}"]?.value',
isAlive: isAlive,
);
},
fromInstanceId: (path) async {
final eval = await ref.watch(evalProvider.future);
return eval.safeEval(
'value',
isAlive: isAlive,
scope: {'value': path.instanceId},
);
},
);
}
final eval = await ref.watch(evalProvider.future);
return parent.maybeMap(
// TODO: support sets
// TODO: iterables should use iterators / next() for iterable to navigate, to avoid recomputing the content
map: (parent) {
final keyPath = path.pathToProperty.last as MapKeyPath;
final key = keyPath.ref == null ? 'null' : 'key';
final keyPathRef = keyPath.ref;
return eval.safeEval(
'parent[$key]',
isAlive: isAlive,
scope: {
'parent': parent.instanceRefId,
if (keyPathRef != null) 'key': keyPathRef,
},
);
},
list: (parent) {
final indexPath = path.pathToProperty.last as ListIndexPath;
return eval.safeEval(
'parent[${indexPath.index}]',
isAlive: isAlive,
scope: {'parent': parent.instanceRefId},
);
},
object: (parent) {
final propertyPath = path.pathToProperty.last as PropertyPath;
// compare by both name and ref ID because an object may have multiple
// fields with the same name
final field = parent.fields.firstWhere(
(element) =>
element.name == propertyPath.name &&
element.ownerName == propertyPath.ownerName &&
element.ownerUri == propertyPath.ownerUri,
);
final ref = field.ref.dataOrThrow;
// we cannot do `eval('parent.propertyName')` because it is possible for
// objects to have multiple properties with the same name
return eval.safeGetInstance(ref, isAlive);
},
orElse: () => throw Exception('Unexpected instance type.'),
);
}
/// Update a variable using the `=` operator.
///
/// In rare cases, it is possible for this function to mutate the wrong property.
/// This can happen when an object contains multiple fields with the same name
/// (such as private properties or overridden properties), where the conflicting
/// fields are both defined in the same library.
Future<void> _mutate(
String newValueExpression, {
required InstancePath path,
required AutoDisposeRef ref,
required Disposable isAlive,
required InstanceDetails parent,
}) async {
await parent.maybeMap(
list: (parent) async {
final eval = await ref.watch(evalProvider.future);
final indexPath = path.pathToProperty.last as ListIndexPath;
return eval.safeEval(
'parent[${indexPath.index}] = $newValueExpression',
isAlive: isAlive,
scope: {
'parent': parent.instanceRefId,
},
);
},
map: (parent) async {
final eval = await ref.watch(evalProvider.future);
final keyPath = path.pathToProperty.last as MapKeyPath;
final keyRefVar = keyPath.ref == null ? 'null' : 'key';
final keyPathRef = keyPath.ref;
return eval.safeEval(
'parent[$keyRefVar] = $newValueExpression',
isAlive: isAlive,
scope: {
'parent': parent.instanceRefId,
if (keyPathRef != null) 'key': keyPathRef,
},
);
},
// TODO test can mutate properties of a mixin placed in a different library that the class that uses it
object: (parent) {
final propertyPath = path.pathToProperty.last as PropertyPath;
final field = parent.fields.firstWhere(
(f) =>
f.name == propertyPath.name &&
f.ownerName == propertyPath.ownerName,
);
return field.eval.safeEval(
'(parent as ${propertyPath.ownerName}).${propertyPath.name} = $newValueExpression',
isAlive: isAlive,
scope: {
'parent': parent.instanceRefId,
},
);
},
orElse: () => throw StateError('Can only mutate lists/maps/objects'),
);
// TODO(rrousselGit): call notifyListeners/setState/notifyClients based on the modified object
// Since the same object can be used in multiple locations at once, we need
// to refresh the entire tree instead of just the node that was modified.
ref.refresh(instanceProvider(path.root));
// Forces the UI to rebuild after the state change
await serviceConnection.serviceManager.performHotReload();
}
Future<InstanceDetails?> _resolveParent(
AutoDisposeRef ref,
InstancePath path,
) async {
return path.pathToProperty.isNotEmpty
? await ref.watch(instanceProvider(path.parent!).future)
: null;
}
Future<EnumInstance?> _tryParseEnum(
Instance instance, {
required EvalOnDartLibrary eval,
required Disposable isAlive,
required String instanceRefId,
required Setter? setter,
}) async {
if (instance.kind != InstanceKind.kPlainInstance ||
instance.fields?.length != 2) return null;
InstanceRef? findPropertyWithName(String name) {
return instance.fields
?.firstWhereOrNull((element) => element.decl?.name == name)
?.value;
}
final nameRef = findPropertyWithName('_name');
final indexRef = findPropertyWithName('index');
if (nameRef == null || indexRef == null) return null;
final nameInstanceFuture = eval.safeGetInstance(nameRef, isAlive);
final indexInstanceFuture = eval.safeGetInstance(indexRef, isAlive);
final index = await indexInstanceFuture;
if (index.kind != InstanceKind.kInt) return null;
final name = await nameInstanceFuture;
if (name.kind != InstanceKind.kString) return null;
// Some Dart versions have for name "EnumType.valueName", others only have "valueName".
// So we have to strip the type manually
final nameSplit = name.valueAsString!.split('.');
return EnumInstance(
type: instance.classRef!.name!,
value: nameSplit.last,
instanceRefId: instanceRefId,
setter: setter,
);
}
Setter? _parseSetter({
required InstancePath path,
required AutoDisposeRef ref,
required Disposable isAlive,
required InstanceDetails? parent,
}) {
if (parent == null) return null;
Future<void> mutate(String expression) {
return _mutate(
expression,
path: path,
ref: ref,
isAlive: isAlive,
parent: parent,
);
}
return parent.maybeMap(
// TODO const collections should have no setter
map: (parent) => mutate,
list: (parent) => mutate,
object: (parent) {
final keyPath = path.pathToProperty.last as PropertyPath;
// Mutate properties by name as we can't mutate them from a reference.
// This may edit the wrong property when an object has two properties with
// with the same name.
// TODO use ownerUri
final field = parent.fields.firstWhere(
(field) =>
field.name == keyPath.name && field.ownerName == keyPath.ownerName,
);
if (field.isFinal) return null;
return mutate;
},
orElse: () => throw Exception('Unexpected instance type.'),
);
}
/// Fetches informations related to an instance/provider at a given path
///
/// The UI should not be used directly. Instead, use [instanceProvider].
final AutoDisposeFutureProviderFamily<InstanceDetails, InstancePath>
instanceProvider =
AutoDisposeFutureProviderFamily<InstanceDetails, InstancePath>(
(ref, path) async {
ref.watch(hotRestartEventProvider);
final eval = await ref.watch(evalProvider.future);
final isAlive = Disposable();
ref.onDispose(isAlive.dispose);
final parent = await _resolveParent(ref, path);
final instanceRef = await _resolveInstanceRefForPath(
path,
ref: ref,
parent: parent,
isAlive: isAlive,
);
final setter = _parseSetter(
path: path,
isAlive: isAlive,
ref: ref,
parent: parent,
);
final instance = await eval.safeGetInstance(instanceRef, isAlive);
switch (instance.kind) {
case InstanceKind.kNull:
return InstanceDetails.nill(setter: setter);
case InstanceKind.kBool:
return InstanceDetails.boolean(
instance.valueAsString!,
instanceRefId: instanceRef.id!,
setter: setter,
);
case InstanceKind.kInt:
case InstanceKind.kDouble:
return InstanceDetails.number(
instance.valueAsString!,
instanceRefId: instanceRef.id!,
setter: setter,
);
case InstanceKind.kString:
return InstanceDetails.string(
instance.valueAsString!,
instanceRefId: instanceRef.id!,
setter: setter,
);
case InstanceKind.kMap:
// voluntarily throw if a key failed to load
final keysRef = instance.associations!.map((e) => e.key as InstanceRef);
final keysFuture = Future.wait<InstanceDetails>([
for (final keyRef in keysRef)
ref.watch(
instanceProvider(InstancePath.fromInstanceId(keyRef.id!)).future,
),
]);
return InstanceDetails.map(
await keysFuture,
hash: await eval.getHashCode(instance, isAlive: isAlive),
instanceRefId: instanceRef.id!,
setter: setter,
);
// TODO(rrousselGit): support sets
// TODO(rrousselGit): support custom lists
// TODO(rrousselGit): support Type
case InstanceKind.kList:
return InstanceDetails.list(
length: instance.length!,
hash: await eval.getHashCode(instance, isAlive: isAlive),
instanceRefId: instanceRef.id!,
setter: setter,
);
case InstanceKind.kPlainInstance:
default:
final enumDetails = await _tryParseEnum(
instance,
eval: eval,
isAlive: isAlive,
instanceRefId: instanceRef.id!,
setter: setter,
);
if (enumDetails != null) return enumDetails;
final classInstance =
await eval.safeGetClass(instance.classRef!, isAlive);
final evalForInstance =
// TODO(rrousselGit) when can `library` be null?
ref.watch(libraryEvalProvider(classInstance.library!.uri!).future);
final appName = tryParsePackageName(eval.isolate!.rootLib!.uri!);
final fields = await _parseFields(
ref,
eval,
instance,
isAlive: isAlive,
appName: appName,
);
return InstanceDetails.object(
fields.sorted((a, b) => sortFieldsByName(a.name, b.name)),
hash: await eval.getHashCode(instance, isAlive: isAlive),
type: classInstance.name!,
instanceRefId: instanceRef.id!,
evalForInstance: await evalForInstance,
setter: setter,
);
}
},
);
final _packageNameExp = RegExp(
r'package:(.+?)/',
);
String? tryParsePackageName(String uri) {
return _packageNameExp.firstMatch(uri)?.group(1);
}
Future<List<ObjectField>> _parseFields(
AutoDisposeRef ref,
EvalOnDartLibrary eval,
Instance instance, {
required Disposable isAlive,
required String? appName,
}) {
final fields = instance.fields!.map((field) async {
final fieldDeclaration = field.decl!;
final owner =
await eval.safeGetClass(fieldDeclaration.owner! as ClassRef, isAlive);
final ownerUri = fieldDeclaration.location!.script!.uri!;
final ownerName = owner.mixin?.name ?? owner.name!;
final ownerPackageName = tryParsePackageName(ownerUri);
return ObjectField(
name: fieldDeclaration.name!,
isFinal: fieldDeclaration.isFinal!,
ref: parseSentinel<InstanceRef>(field.value),
ownerName: ownerName,
ownerUri: ownerUri,
eval: await ref.watch(libraryEvalProvider(ownerUri).future),
isDefinedByDependency: ownerPackageName != appName,
);
}).toList();
return Future.wait(fields);
}
final _providerChanged =
AutoDisposeStreamProviderFamily<void, String>((ref, id) async* {
final service = await ref.watch(serviceProvider.future);
yield* service.onExtensionEvent.where((event) {
return event.extensionKind == 'provider:provider_changed' &&
event.extensionData?.data['id'] == id;
});
});
| devtools/packages/devtools_app/lib/src/screens/provider/instance_viewer/instance_providers.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/provider/instance_viewer/instance_providers.dart",
"repo_id": "devtools",
"token_count": 5158
} | 125 |
// Copyright 2022 The Chromium Authors. 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:flutter/widgets.dart';
import 'package:vm_service/vm_service.dart';
import '../../../shared/common_widgets.dart';
import '../../../shared/primitives/utils.dart';
import '../../../shared/table/table.dart';
import '../../../shared/table/table_data.dart';
import '../vm_developer_common_widgets.dart';
import '../vm_service_private_extensions.dart';
import 'object_store_controller.dart';
class _EntryColumn extends ColumnData<ObjectStoreEntry> {
_EntryColumn() : super.wide('Entry');
@override
bool get includeHeader => true;
@override
String getValue(ObjectStoreEntry dataObject) {
return dataObject.key;
}
}
class _ObjectColumn extends ColumnData<ObjectStoreEntry>
implements ColumnRenderer {
_ObjectColumn({required this.onTap}) : super.wide('Object');
final void Function(ObjRef) onTap;
@override
bool get includeHeader => true;
@override
ObjRef getValue(ObjectStoreEntry dataObject) {
return dataObject.value;
}
@override
Widget build(
BuildContext context,
// ignore: avoid-dynamic, requires refactor.
data, {
bool isRowSelected = false,
bool isRowHovered = false,
VoidCallback? onPressed,
}) {
return VmServiceObjectLink(
// TODO(srawlins): What type is `data` at runtime? If cast to `int`, no
// tests fail, but that can't be right...
// ignore: avoid-dynamic
object: (data as dynamic).value,
onTap: onTap,
);
}
}
class ObjectStoreViewer extends StatelessWidget {
ObjectStoreViewer({
super.key,
required this.onLinkTapped,
required this.controller,
});
static final _entryColumn = _EntryColumn();
late final _objectColumn = _ObjectColumn(onTap: onLinkTapped);
late final _columns = <ColumnData<ObjectStoreEntry>>[
_entryColumn,
_objectColumn,
];
final ObjectStoreController controller;
final void Function(ObjRef) onLinkTapped;
@override
Widget build(BuildContext context) {
return ValueListenableBuilder<ObjectStore?>(
valueListenable: controller.selectedIsolateObjectStore,
builder: (context, objectStore, _) {
if (objectStore == null) {
return const CenteredCircularProgressIndicator();
}
return FlatTable<ObjectStoreEntry>(
keyFactory: (item) => Key(item.key),
columns: _columns,
data: objectStore.fields.entries.toList(),
dataKey: 'object-store',
defaultSortColumn: _entryColumn,
defaultSortDirection: SortDirection.ascending,
);
},
);
}
}
| devtools/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_store.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/object_store.dart",
"repo_id": "devtools",
"token_count": 960
} | 126 |
// Copyright 2024 The Chromium Authors. 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:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/material.dart';
import '../../../shared/analytics/constants.dart' as gac;
import '../../../shared/charts/treemap.dart';
import '../../../shared/common_widgets.dart';
import '../../../shared/primitives/utils.dart';
import '../../../shared/table/table.dart';
import '../../../shared/table/table_data.dart';
import '../../../shared/ui/tab.dart';
import '../vm_developer_tools_screen.dart';
import 'process_memory_tree_columns.dart';
import 'process_memory_view_controller.dart';
/// Displays a breakdown of the target application's overall memory footprint.
///
/// This allows for developers to determine:
///
/// - The total resident set size (RSS)
/// - How much memory can be attributed to each isolate group's heap,
/// including system isolate groups like the vm-service and kernel-service
/// - How much memory can be attributed to developer tooling functionality
/// (e.g., CPU profiler buffer size, size of all recorded timeline events)
///
/// This view provides both a tree table and a tree map to explore the
/// process's memory footprint.
class VMProcessMemoryView extends VMDeveloperView {
const VMProcessMemoryView()
: super(
title: 'Process Memory',
icon: Icons.memory,
);
static const id = 'vm-process-memory';
@override
Widget build(BuildContext context) => VMProcessMemoryViewBody();
}
enum ProcessMemoryTab {
tree('Tree', _treeTab),
treeMap('Tree Map', _treeMapTab);
const ProcessMemoryTab(this.title, this.key);
final String title;
final Key key;
static const Key _treeTab = Key('process memory usage tree tab');
static const Key _treeMapTab = Key('process memory usage tree map tab');
static ProcessMemoryTab byKey(Key? k) {
return ProcessMemoryTab.values.firstWhere((tab) => tab.key == k);
}
}
class VMProcessMemoryViewBody extends StatefulWidget {
VMProcessMemoryViewBody({super.key})
: tabs = [
_buildTab(ProcessMemoryTab.tree),
_buildTab(ProcessMemoryTab.treeMap),
];
static DevToolsTab _buildTab(ProcessMemoryTab processMemoryTab) {
return DevToolsTab.create(
key: processMemoryTab.key,
tabName: processMemoryTab.title,
gaPrefix: 'processMemoryTab',
);
}
final List<DevToolsTab> tabs;
@override
State<VMProcessMemoryViewBody> createState() =>
_VMProcessMemoryViewBodyState();
}
class _VMProcessMemoryViewBodyState extends State<VMProcessMemoryViewBody>
with TickerProviderStateMixin, AutoDisposeMixin {
static const _expandCollapseMinIncludeTextWidth = 610.0;
final controller = VMProcessMemoryViewController();
bool _tabControllerInitialized = false;
late TabController _tabController;
@override
void initState() {
super.initState();
_initTabController();
}
@override
void didUpdateWidget(VMProcessMemoryViewBody oldWidget) {
super.didUpdateWidget(oldWidget);
if (widget.tabs.length != oldWidget.tabs.length) {
_initTabController();
}
}
void _initTabController() {
if (_tabControllerInitialized) {
_tabController
..removeListener(_onTabChanged)
..dispose();
}
_tabController = TabController(
length: widget.tabs.length,
vsync: this,
)..addListener(_onTabChanged);
_tabControllerInitialized = true;
}
void _onTabChanged() {
setState(() {});
}
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final textTheme = theme.textTheme;
final colorScheme = theme.colorScheme;
final currentTab = widget.tabs[_tabController.index];
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
RefreshButton(
gaScreen: gac.vmTools,
gaSelection: gac.refreshProcessMemoryStatistics,
onPressed: controller.refresh,
),
const SizedBox(height: denseRowSpacing),
AreaPaneHeader(
leftPadding: 0,
tall: true,
title: TabBar(
labelColor: textTheme.bodyLarge?.color ?? colorScheme.onSurface,
isScrollable: true,
controller: _tabController,
tabs: widget.tabs,
),
actions: [
if (currentTab.key == ProcessMemoryTab.tree.key) ...[
ExpandAllButton(
gaScreen: gac.cpuProfiler,
gaSelection: gac.expandAll,
minScreenWidthForTextBeforeScaling:
_expandCollapseMinIncludeTextWidth,
onPressed: () => setState(controller.expandTree),
),
const SizedBox(width: denseSpacing),
CollapseAllButton(
gaScreen: gac.cpuProfiler,
gaSelection: gac.collapseAll,
minScreenWidthForTextBeforeScaling:
_expandCollapseMinIncludeTextWidth,
onPressed: () => setState(controller.collapseTree),
),
],
],
),
Expanded(
child: OutlineDecoration(
showTop: false,
child: TabBarView(
physics: defaultTabBarViewPhysics,
controller: _tabController,
children: [
_ProcessMemoryTree(controller: controller),
_ProcessMemoryTreeMap(controller: controller),
],
),
),
),
],
);
}
}
class _ProcessMemoryTree extends StatelessWidget {
_ProcessMemoryTree({
required this.controller,
});
final VMProcessMemoryViewController controller;
static final categoryColumn = CategoryColumn();
static final descriptionColumn = DescriptionColumn();
late final memoryColumn = MemoryColumn(controller: controller);
late final columns = List<ColumnData<TreemapNode>>.unmodifiable([
memoryColumn,
categoryColumn,
descriptionColumn,
]);
@override
Widget build(BuildContext context) {
return ValueListenableBuilder<TreemapNode?>(
valueListenable: controller.treeRoot,
builder: (context, root, _) {
return TreeTable<TreemapNode>(
keyFactory: (e) =>
PageStorageKey<String>('${e.name}+${e.depth}+${e.byteSize}'),
displayTreeGuidelines: true,
dataRoots: [
if (root != null) root,
],
dataKey: 'process-memory-tree',
columns: columns,
treeColumn: categoryColumn,
defaultSortColumn: memoryColumn,
defaultSortDirection: SortDirection.descending,
);
},
);
}
}
class _ProcessMemoryTreeMap extends StatelessWidget {
const _ProcessMemoryTreeMap({
required this.controller,
});
final VMProcessMemoryViewController controller;
@override
Widget build(BuildContext context) {
return LayoutBuilder(
builder: (context, constraints) {
return ValueListenableBuilder<TreemapNode?>(
valueListenable: controller.treeMapRoot,
builder: (context, root, __) {
return Treemap.fromRoot(
rootNode: root!,
levelsVisible: 2,
width: constraints.maxWidth,
height: constraints.maxHeight,
isOutermostLevel: true,
onRootChangedCallback: controller.setTreeMapRoot,
);
},
);
},
);
}
}
| devtools/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_view.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/vm_developer/process_memory/process_memory_view.dart",
"repo_id": "devtools",
"token_count": 3020
} | 127 |
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Code needs to match API from VmService.
// ignore_for_file: avoid-dynamic
import 'dart:async';
import 'dart:convert';
import 'package:collection/collection.dart' show IterableExtension;
import 'package:dap/dap.dart' as dap;
import 'package:dds_service_extensions/dap.dart';
import 'package:dds_service_extensions/dds_service_extensions.dart';
import 'package:devtools_app_shared/service.dart';
import 'package:flutter/foundation.dart';
import 'package:logging/logging.dart';
import 'package:vm_service/vm_service.dart';
import '../screens/vm_developer/vm_service_private_extensions.dart';
import '../shared/feature_flags.dart';
import '../shared/globals.dart';
import '../shared/primitives/utils.dart';
import 'json_to_service_cache.dart';
final _log = Logger('vm_service_wrapper');
class VmServiceWrapper extends VmService {
VmServiceWrapper(
super.inStream,
super.writeMessage, {
super.log,
super.disposeHandler,
super.streamClosed,
super.wsUri,
bool trackFutures = false,
}) : _trackFutures = trackFutures {
unawaited(_initSupportedProtocols());
}
static VmServiceWrapper defaultFactory({
required Stream<dynamic> /*String|List<int>*/ inStream,
required void Function(String message) writeMessage,
Log? log,
DisposeHandler? disposeHandler,
Future? streamClosed,
String? wsUri,
bool trackFutures = false,
}) {
return VmServiceWrapper(
inStream,
writeMessage,
log: log,
disposeHandler: disposeHandler,
streamClosed: streamClosed,
wsUri: wsUri,
trackFutures: trackFutures,
);
}
// TODO(https://github.com/dart-lang/sdk/issues/49072): in the long term, do
// not support diverging DevTools functionality based on whether the DDS
// protocol is supported. Conditional logic around [_ddsSupported] was added
// in https://github.com/flutter/devtools/pull/4119 as a workaround for
// profiling the analysis server.
Future<void> _initSupportedProtocols() async {
final supportedProtocols = await getSupportedProtocols();
final ddsProtocol = supportedProtocols.protocols?.firstWhereOrNull(
(Protocol p) => p.protocolName?.caseInsensitiveEquals('DDS') ?? false,
);
_ddsSupported = ddsProtocol != null;
_supportedProtocolsInitialized.complete();
}
final _supportedProtocolsInitialized = Completer<void>();
bool _ddsSupported = false;
final bool _trackFutures;
final Map<String, Future<Success>> _activeStreams = {};
final Set<TrackedFuture<Object>> activeFutures = {};
Future<void> get allFuturesCompleted => _allFuturesCompleter.future;
Completer<bool> _allFuturesCompleter = Completer<bool>()
// Mark the future as completed by default so if we don't track any
// futures but someone tries to wait on [allFuturesCompleted] they don't
// hang. The first tracked future will replace this with a new completer.
..complete(true);
// A local cache of "fake" service objects. Used to convert JSON objects to
// VM service response formats to be used with APIs that require them.
final fakeServiceCache = JsonToServiceCache();
/// A counter for unique ids to add to each of a future's messages.
static int _logIdCounter = 0;
/// A sequence number incremented and attached to each DAP request.
static int _dapSeq = 0;
/// Executes `callback` for each isolate, and waiting for all callbacks to
/// finish before completing.
Future<void> forEachIsolate(
Future<void> Function(IsolateRef) callback,
) async {
await forEachIsolateHelper(this, callback);
}
@override
Future<AllocationProfile> getAllocationProfile(
String isolateId, {
bool? reset,
bool? gc,
}) {
return callMethod(
// TODO(bkonyi): add _new and _old to public response.
'_getAllocationProfile',
isolateId: isolateId,
args: <String, dynamic>{
if (reset != null && reset) 'reset': reset,
if (gc != null && gc) 'gc': gc,
},
).then((r) => r as AllocationProfile);
}
@override
Future<CpuSamples> getCpuSamples(
String isolateId,
int timeOriginMicros,
int timeExtentMicros,
) {
return callMethod(
'getCpuSamples',
isolateId: isolateId,
args: {
'timeOriginMicros': timeOriginMicros,
'timeExtentMicros': timeExtentMicros,
// Requests the code profile in addition to the function profile when
// running with VM developer mode enabled. This data isn't accessible
// in non-VM developer mode, so not requesting the code profile will
// save on space and network usage.
'_code': preferences.vmDeveloperModeEnabled.value,
},
).then((e) => e as CpuSamples);
}
@override
Future<Obj> getObject(
String isolateId,
String objectId, {
int? offset,
int? count,
}) {
final cachedObj = fakeServiceCache.getObject(
objectId: objectId,
offset: offset,
count: count,
);
if (cachedObj != null) {
return Future.value(cachedObj);
}
return super.getObject(
isolateId,
objectId,
offset: offset,
count: count,
);
}
Future<HeapSnapshotGraph> getHeapSnapshotGraph(IsolateRef isolateRef) async {
return await HeapSnapshotGraph.getSnapshot(this, isolateRef);
}
@override
Future<Success> streamCancel(String streamId) {
_activeStreams.remove(streamId);
return super.streamCancel(streamId);
}
// We tweaked this method so that we do not try to listen to the same stream
// twice. This was causing an issue with the test environment and this change
// should not affect the run environment.
@override
Future<Success> streamListen(String streamId) {
if (!_activeStreams.containsKey(streamId)) {
return _activeStreams[streamId] = super.streamListen(streamId);
} else {
return _activeStreams[streamId]!.then((value) => value);
}
}
// Mark: Overrides for [DdsExtension]. We wrap these methods so that we can
// override them in tests.
Future<PerfettoTimeline> getPerfettoVMTimelineWithCpuSamplesWrapper({
int? timeOriginMicros,
int? timeExtentMicros,
}) {
return getPerfettoVMTimelineWithCpuSamples(
timeOriginMicros: timeOriginMicros,
timeExtentMicros: timeExtentMicros,
);
}
Stream<Event> get onExtensionEventWithHistorySafe {
return _maybeReturnStreamWithHistory(
onExtensionEventWithHistory,
fallbackStream: onExtensionEvent,
);
}
Stream<Event> get onLoggingEventWithHistorySafe {
return _maybeReturnStreamWithHistory(
onLoggingEventWithHistory,
fallbackStream: onLoggingEvent,
);
}
Stream<Event> get onStderrEventWithHistorySafe {
return _maybeReturnStreamWithHistory(
onStderrEventWithHistory,
fallbackStream: onStderrEvent,
);
}
Stream<Event> get onStdoutEventWithHistorySafe {
return _maybeReturnStreamWithHistory(
onStdoutEventWithHistory,
fallbackStream: onStdoutEvent,
);
}
Stream<Event> _maybeReturnStreamWithHistory(
Stream<Event> ddsStream, {
required Stream<Event> fallbackStream,
}) {
assert(_supportedProtocolsInitialized.isCompleted);
if (_ddsSupported) {
return ddsStream;
}
return fallbackStream;
}
// Begin Dart IO extension method wrappers. We wrap these methods so that we
// can override them in tests.
Future<bool> isSocketProfilingAvailableWrapper(String isolateId) {
return isSocketProfilingAvailable(isolateId);
}
Future<SocketProfilingState> socketProfilingEnabledWrapper(
String isolateId, [
bool? enabled,
]) {
return socketProfilingEnabled(isolateId, enabled);
}
Future<Success> clearSocketProfileWrapper(String isolateId) {
return clearSocketProfile(isolateId);
}
Future<SocketProfile> getSocketProfileWrapper(String isolateId) {
return getSocketProfile(isolateId);
}
Future<HttpProfileRequest> getHttpProfileRequestWrapper(
String isolateId,
String id,
) {
return getHttpProfileRequest(isolateId, id);
}
Future<HttpProfile> getHttpProfileWrapper(
String isolateId, {
DateTime? updatedSince,
}) {
return getHttpProfile(isolateId, updatedSince: updatedSince);
}
Future<Success> clearHttpProfileWrapper(String isolateId) {
return clearHttpProfile(isolateId);
}
Future<bool> isHttpTimelineLoggingAvailableWrapper(String isolateId) {
return isHttpTimelineLoggingAvailable(isolateId);
}
Future<HttpTimelineLoggingState> httpEnableTimelineLoggingWrapper(
String isolateId, [
bool? enabled,
]) {
return httpEnableTimelineLogging(isolateId, enabled);
}
// End Dart IO extension method wrappers.
/// Testing only method to indicate that we don't really need to await all
/// currently pending futures.
///
/// If you use this method be sure to indicate why you believe all pending
/// futures are safe to ignore. Currently the theory is this method should be
/// used after a hot restart to avoid bugs where we have zombie futures lying
/// around causing tests to flake.
@visibleForTesting
void doNotWaitForPendingFuturesBeforeExit() {
_allFuturesCompleter = Completer<bool>();
_allFuturesCompleter.complete(true);
activeFutures.clear();
}
@visibleForTesting
int vmServiceCallCount = 0;
@visibleForTesting
final vmServiceCalls = <String>[];
@visibleForTesting
void clearVmServiceCalls() {
vmServiceCalls.clear();
vmServiceCallCount = 0;
}
/// If logging is enabled, wraps a future with logs at its start and finish.
///
/// All logs from this run will have matching unique ids, so that they can
/// be associated together in the logs.
Future<T> _maybeLogWrappedFuture<T>(
String name,
Future<T> future,
) async {
// If the logger is not accepting FINE logs, then we won't be logging any
// messages. So just return the [future] as-is.
if (!_log.isLoggable(Level.FINE)) return future;
final logId = ++_logIdCounter;
try {
_log.fine('[$logId]-wrapFuture($name,...): Started');
final result = await future;
_log.fine('[$logId]-wrapFuture($name,...): Succeeded');
return result;
} catch (error) {
_log.severe(
'[$logId]-wrapFuture($name,...): Failed',
error,
);
rethrow;
}
}
@override
Future<T> wrapFuture<T>(String name, Future<T> future) {
final localFuture = _maybeLogWrappedFuture<T>(name, future);
if (!_trackFutures) {
return localFuture;
}
vmServiceCallCount++;
vmServiceCalls.add(name);
final trackedFuture = TrackedFuture(name, localFuture as Future<Object>);
if (_allFuturesCompleter.isCompleted) {
_allFuturesCompleter = Completer<bool>();
}
activeFutures.add(trackedFuture);
void futureComplete() {
activeFutures.remove(trackedFuture);
if (activeFutures.isEmpty && !_allFuturesCompleter.isCompleted) {
_allFuturesCompleter.complete(true);
}
}
localFuture.then(
(value) => futureComplete(),
onError: (error) => futureComplete(),
);
return localFuture;
}
/// Adds support for private VM RPCs that can only be used when VM developer
/// mode is enabled. Not for use outside of VM developer pages.
/// Allows callers to invoke extension methods for private RPCs. This should
/// only be set by [PreferencesController.toggleVmDeveloperMode] or tests.
static bool enablePrivateRpcs = false;
Future<T?> _privateRpcInvoke<T>(
String method, {
required T? Function(Map<String, dynamic>?) parser,
String? isolateId,
Map<String, dynamic>? args,
}) async {
if (!enablePrivateRpcs) {
throw StateError('Attempted to invoke private RPC');
}
final result = await callMethod(
'_$method',
isolateId: isolateId,
args: args,
);
return parser(result.json);
}
/// Forces the VM to perform a full garbage collection.
Future<Success?> collectAllGarbage() => _privateRpcInvoke(
'collectAllGarbage',
parser: Success.parse,
);
Future<InstanceRef?> getReachableSize(String isolateId, String targetId) =>
_privateRpcInvoke(
'getReachableSize',
isolateId: isolateId,
args: {
'targetId': targetId,
},
parser: InstanceRef.parse,
);
Future<InstanceRef?> getRetainedSize(String isolateId, String targetId) =>
_privateRpcInvoke(
'getRetainedSize',
isolateId: isolateId,
args: {
'targetId': targetId,
},
parser: InstanceRef.parse,
);
Future<ObjectStore?> getObjectStore(String isolateId) => _privateRpcInvoke(
'getObjectStore',
isolateId: isolateId,
parser: ObjectStore.parse,
);
Future<dap.VariablesResponseBody?> dapVariablesRequest(
dap.VariablesArguments args,
) async {
final response = await _sendDapRequest('variables', args: args);
if (response == null) return null;
return dap.VariablesResponseBody.fromJson(
response as Map<String, Object?>,
);
}
Future<dap.ScopesResponseBody?> dapScopesRequest(
dap.ScopesArguments args,
) async {
final response = await _sendDapRequest('scopes', args: args);
if (response == null) return null;
return dap.ScopesResponseBody.fromJson(
response as Map<String, Object?>,
);
}
Future<dap.StackTraceResponseBody?> dapStackTraceRequest(
dap.StackTraceArguments args,
) async {
final response = await _sendDapRequest('stackTrace', args: args);
if (response == null) return null;
return dap.StackTraceResponseBody.fromJson(
response as Map<String, Object?>,
);
}
Future<Object?> _sendDapRequest(
String command, {
required Object? args,
}) async {
if (!FeatureFlags.dapDebugging) return null;
// Warn the user if there is no DDS connection.
if (!_ddsSupported) {
_log.warning('A DDS connection is required to debug via DAP.');
return null;
}
final response = await sendDapRequest(
jsonEncode(
dap.Request(
command: command,
seq: _dapSeq++,
arguments: args,
),
),
);
// Log any errors from DAP if the request failed:
if (!response.dapResponse.success) {
_log.warning(
'Error for dap.$command: ${response.dapResponse.message ?? 'Unknown.'}',
);
return null;
}
return response.dapResponse.body;
}
}
class TrackedFuture<T> {
TrackedFuture(this.name, this.future);
final String name;
final Future<T> future;
}
| devtools/packages/devtools_app/lib/src/service/vm_service_wrapper.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/service/vm_service_wrapper.dart",
"repo_id": "devtools",
"token_count": 5298
} | 128 |
// Copyright 2023 The Chromium Authors. 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 '../constants.dart';
enum VsCodeFlutterSidebar {
/// Analytics id to track events that come from the VS Code Flutter sidebar.
vsCodeFlutterSidebar,
/// Analytics event that is sent when a device selection occurs from the list
/// of available devices in the sidebar.
changeSelectedDevice,
/// Analytics event that is sent when DevTools is opened in the browser
/// without a specific page.
openDevToolsExternally;
static String get id => VsCodeFlutterSidebar.vsCodeFlutterSidebar.name;
/// Analytics event for when a request to enable a new platform type is sent
/// to VS Code.
static String enablePlatformType(String platformType) =>
'enablePlatformType-$platformType';
/// Analytics event that is sent when a DevTools screen is opened from the
/// actions toolbar for a debug session.
static String openDevToolsScreen(String screen) =>
'openDevToolsScreen-$screen';
}
| devtools/packages/devtools_app/lib/src/shared/analytics/constants/_vs_code_sidebar_constants.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/analytics/constants/_vs_code_sidebar_constants.dart",
"repo_id": "devtools",
"token_count": 286
} | 129 |
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'drag_and_drop.dart';
// TODO(kenz): implement once Desktop support is available. See
// https://github.com/flutter/flutter/issues/30719.
DragAndDropManagerDesktop createDragAndDropManager(int viewId) {
return DragAndDropManagerDesktop(viewId);
}
class DragAndDropManagerDesktop extends DragAndDropManager {
DragAndDropManagerDesktop(int viewId) : super.impl(viewId);
@override
void init() {}
}
| devtools/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/_drag_and_drop_desktop.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/config_specific/drag_and_drop/_drag_and_drop_desktop.dart",
"repo_id": "devtools",
"token_count": 170
} | 130 |
// Copyright 2023 The Chromium Authors. 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:devtools_app_shared/ui.dart';
import 'package:flutter/material.dart';
import 'package:vm_service/vm_service.dart';
import 'analytics/constants.dart' as gac;
import 'common_widgets.dart';
import 'globals.dart';
import 'primitives/utils.dart';
import 'routing.dart';
import 'ui/utils.dart';
import 'utils.dart';
class ConnectedAppSummary extends StatelessWidget {
const ConnectedAppSummary({super.key, this.narrowView = true});
final bool narrowView;
@override
Widget build(BuildContext context) {
final manager = serviceConnection.serviceManager;
final VM? vm = manager.vm;
final connectedApp = manager.connectedApp;
if (vm == null ||
connectedApp == null ||
!manager.connectedAppInitialized) {
return const SizedBox();
}
final connectionDescriptionEntries =
generateDeviceDescription(vm, connectedApp);
// Ensure the screen is large enough to render two columns, even if
// [narrowView] is false.
final forceNarrowView = ScreenSize(context).width < MediaSize.m;
if (narrowView || forceNarrowView) {
return _ConnectionDescriptionColumn(
entries: connectionDescriptionEntries,
);
}
final midPoint = connectionDescriptionEntries.length ~/ 2;
final h1 = connectionDescriptionEntries.sublist(0, midPoint);
final h2 = connectionDescriptionEntries.sublist(midPoint);
return Row(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
_ConnectionDescriptionColumn(entries: h1),
const SizedBox(width: defaultSpacing),
_ConnectionDescriptionColumn(entries: h2),
],
);
}
}
class _ConnectionDescriptionColumn extends StatelessWidget {
const _ConnectionDescriptionColumn({required this.entries});
final List<ConnectionDescription> entries;
@override
Widget build(BuildContext context) {
const boldText = TextStyle(fontWeight: FontWeight.bold);
final theme = Theme.of(context);
return Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
for (var entry in entries)
Padding(
padding: EdgeInsets.only(
bottom: entry == entries.last ? 0.0 : denseRowSpacing,
),
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
Text('${entry.title}: ', style: boldText),
SelectableText(
entry.description,
style: theme.subtleTextStyle,
),
if (entry.actions.isNotEmpty) ...entry.actions,
],
),
),
],
);
}
}
class ConnectToNewAppButton extends StatelessWidget {
const ConnectToNewAppButton({
super.key,
required this.gaScreen,
this.elevated = false,
this.minScreenWidthForTextBeforeScaling,
});
final String gaScreen;
final bool elevated;
final double? minScreenWidthForTextBeforeScaling;
@override
Widget build(BuildContext context) {
return GaDevToolsButton(
elevated: elevated,
label: connectToNewAppText,
icon: Icons.device_hub_rounded,
gaScreen: gaScreen,
gaSelection: gac.HomeScreenEvents.connectToNewApp.name,
minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling,
onPressed: () {
DevToolsRouterDelegate.of(context).navigateHome(
clearUriParam: true,
clearScreenParam: true,
);
Navigator.of(context, rootNavigator: true).pop('dialog');
},
);
}
}
| devtools/packages/devtools_app/lib/src/shared/connection_info.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/connection_info.dart",
"repo_id": "devtools",
"token_count": 1470
} | 131 |
// Copyright 2023 The Chromium Authors. 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:devtools_app_shared/ui.dart';
import 'package:flutter/material.dart';
import '../../analytics/constants.dart' as gac;
import '../../common_widgets.dart';
const _documentationTopic = gac.console;
class ConsoleHelpDialog extends StatelessWidget {
const ConsoleHelpDialog({super.key});
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final textStyle = theme.regularTextStyle;
return DevToolsDialog(
title: const DialogTitleText('Console Help'),
includeDivider: false,
content: Column(
crossAxisAlignment: CrossAxisAlignment.end,
children: [
RichText(
text: TextSpan(
style: textStyle,
children: [
const TextSpan(
text: r'''
Use debug console to:
1. Watch the standard output (stdout) of the application.
2. Evaluate expressions for a paused or running application in debug mode.
3. Analyze inbound and outbound references for objects, dropped from memory heap snapshots.
Assign previously evaluated objects to variable using $0, $1 … $5.
Example: ''',
),
TextSpan(
text: r'var x = $0',
style: theme.fixedFontStyle,
),
],
),
),
MoreInfoLink(
// TODO(polina-c): create content and change url.
url: 'https://docs.flutter.dev/development/tools/devtools/console',
gaScreenName: gac.console,
gaSelectedItemDescription:
gac.topicDocumentationLink(_documentationTopic),
),
],
),
actions: const [
DialogCloseButton(),
],
);
}
}
class ConsoleHelpLink extends StatelessWidget {
const ConsoleHelpLink({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return ToolbarAction(
icon: Icons.help_outline,
size: defaultIconSize,
tooltip: 'Console Help',
onPressed: () {
unawaited(
showDialog(
context: context,
builder: (context) => const ConsoleHelpDialog(),
),
);
},
gaScreen: gac.console,
gaSelection: gac.topicDocumentationButton(_documentationTopic),
);
}
}
| devtools/packages/devtools_app/lib/src/shared/console/widgets/help_dialog.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/console/widgets/help_dialog.dart",
"repo_id": "devtools",
"token_count": 1064
} | 132 |
// Copyright 2022 The Chromium Authors. 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:math';
import 'dart:typed_data';
import 'package:flutter/foundation.dart';
import 'package:stack_trace/stack_trace.dart' as stack_trace;
import 'package:vm_service/vm_service.dart';
import '../memory/adapted_heap_data.dart';
import '../vm_utils.dart';
import 'dart_object_node.dart';
import 'diagnostics_node.dart';
import 'object_group_api.dart';
import 'primitives/record_fields.dart';
List<DartObjectNode> createVariablesForStackTrace(
Instance stackTrace,
IsolateRef? isolateRef,
) {
final trace = stack_trace.Trace.parse(stackTrace.valueAsString!);
return [
for (int i = 0; i < trace.frames.length; ++i)
DartObjectNode.fromValue(
name: '[$i]',
value: trace.frames[i].toString(),
isolateRef: isolateRef,
artificialName: true,
artificialValue: true,
),
];
}
List<DartObjectNode> createVariablesForParameter(
Parameter parameter,
IsolateRef? isolateRef,
) {
return [
if (parameter.name != null)
DartObjectNode.fromString(
name: 'name',
value: parameter.name,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'required',
value: parameter.required ?? false,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'type',
value: parameter.parameterType,
isolateRef: isolateRef,
),
];
}
List<DartObjectNode> createVariablesForContext(
Context context,
IsolateRef isolateRef,
) {
return [
DartObjectNode.fromValue(
name: 'length',
value: context.length,
isolateRef: isolateRef,
),
if (context.parent != null)
DartObjectNode.fromValue(
name: 'parent',
value: context.parent,
isolateRef: isolateRef,
),
DartObjectNode.fromList(
name: 'variables',
type: '_ContextElement',
list: context.variables,
displayNameBuilder: (Object? e) => (e as ContextElement).value,
artificialChildValues: false,
isolateRef: isolateRef,
),
];
}
List<DartObjectNode> createVariablesForFunc(
Func function,
IsolateRef isolateRef,
) {
return [
DartObjectNode.fromString(
name: 'name',
value: function.name,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'signature',
value: function.signature,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'owner',
value: function.owner,
isolateRef: isolateRef,
artificialValue: true,
),
];
}
List<DartObjectNode> createVariablesForWeakProperty(
Instance result,
IsolateRef? isolateRef,
) {
return [
DartObjectNode.fromValue(
name: 'key',
value: result.propertyKey,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'value',
value: result.propertyValue,
isolateRef: isolateRef,
),
];
}
List<DartObjectNode> createVariablesForTypeParameters(
Instance result,
IsolateRef? isolateRef,
) {
return [
// TODO(bkonyi): determine if we want to display this and add
// support for displaying Class objects.
// DartObjectNode.fromValue(
// name: 'parameterizedClass',
// value: result.parameterizedClass,
// isolateRef: isolateRef,
// ),
DartObjectNode.fromValue(
name: 'index',
value: result.parameterIndex,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'bound',
value: result.bound,
isolateRef: isolateRef,
),
];
}
List<DartObjectNode> createVariablesForFunctionType(
Instance result,
IsolateRef? isolateRef,
) {
return [
DartObjectNode.fromValue(
name: 'returnType',
value: result.returnType,
isolateRef: isolateRef,
),
if (result.typeParameters != null)
DartObjectNode.fromValue(
name: 'typeParameters',
value: result.typeParameters,
isolateRef: isolateRef,
),
DartObjectNode.fromList(
name: 'parameters',
type: '_Parameters',
list: result.parameters,
displayNameBuilder: (e) => '_Parameter',
childBuilder: (e) {
final parameter = e as Parameter;
return [
if (parameter.name != null) ...[
DartObjectNode.fromString(
name: 'name',
value: parameter.name,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'required',
value: parameter.required,
isolateRef: isolateRef,
),
],
DartObjectNode.fromValue(
name: 'type',
value: parameter.parameterType,
isolateRef: isolateRef,
),
];
},
isolateRef: isolateRef,
),
];
}
List<DartObjectNode> createVariablesForType(
Instance result,
IsolateRef? isolateRef,
) {
return [
DartObjectNode.fromString(
name: 'name',
value: result.name,
isolateRef: isolateRef,
),
// TODO(bkonyi): determine if we want to display this and add
// support for displaying Class objects.
// DartObjectNode.fromValue(
// name: 'typeClass',
// value: result.typeClass,
// isolateRef: isolateRef,
// ),
if (result.typeArguments != null)
DartObjectNode.fromValue(
name: 'typeArguments',
value: result.typeArguments,
isolateRef: isolateRef,
),
if (result.targetType != null)
DartObjectNode.fromValue(
name: 'targetType',
value: result.targetType,
isolateRef: isolateRef,
),
];
}
List<DartObjectNode> createVariablesForReceivePort(
Instance result,
IsolateRef? isolateRef,
) {
return [
if (result.debugName!.isNotEmpty)
DartObjectNode.fromString(
name: 'debugName',
value: result.debugName,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'portId',
value: result.portId,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'allocationLocation',
value: result.allocationLocation,
isolateRef: isolateRef,
),
];
}
List<DartObjectNode> createVariablesForClosure(
Instance result,
IsolateRef? isolateRef,
) {
return [
DartObjectNode.fromValue(
name: 'function',
value: result.closureFunction,
isolateRef: isolateRef,
artificialValue: true,
),
DartObjectNode.fromValue(
name: 'context',
value: result.closureContext,
isolateRef: isolateRef,
artificialValue: result.closureContext != null,
),
];
}
List<DartObjectNode> createVariablesForRegExp(
Instance result,
IsolateRef? isolateRef,
) {
return [
DartObjectNode.fromValue(
name: 'pattern',
value: result.pattern,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'isCaseSensitive',
value: result.isCaseSensitive,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'isMultiline',
value: result.isMultiLine,
isolateRef: isolateRef,
),
];
}
Future<DartObjectNode> _buildVariable(
RemoteDiagnosticsNode diagnostic,
InspectorObjectGroupApi<RemoteDiagnosticsNode> objectGroup,
IsolateRef? isolateRef,
) async {
final instanceRef =
await objectGroup.toObservatoryInstanceRef(diagnostic.valueRef);
return DartObjectNode.fromValue(
name: diagnostic.name,
value: instanceRef,
diagnostic: diagnostic,
isolateRef: isolateRef,
);
}
Future<List<DartObjectNode>> createVariablesForDiagnostics(
InspectorObjectGroupApi<RemoteDiagnosticsNode> objectGroupApi,
List<RemoteDiagnosticsNode> diagnostics,
IsolateRef isolateRef,
) async {
final variables = <Future<DartObjectNode>>[];
for (var diagnostic in diagnostics) {
// Omit hidden properties.
if (diagnostic.level == DiagnosticLevel.hidden) continue;
variables.add(_buildVariable(diagnostic, objectGroupApi, isolateRef));
}
return variables.isNotEmpty ? await Future.wait(variables) : const [];
}
List<DartObjectNode> createVariablesForMap(
Instance instance,
IsolateRef? isolateRef,
) {
final variables = <DartObjectNode>[];
final associations = instance.associations ?? <MapAssociation>[];
// If the key type for the provided associations is not primitive, we want to
// allow for users to drill down into the key object's properties. If we're
// only dealing with primative types as keys, we can render a flatter
// representation.
final hasPrimitiveKey = associations.fold<bool>(
false,
(p, e) => p || isPrimitiveInstanceKind((e.key as InstanceRef).kind),
);
for (var i = 0; i < associations.length; i++) {
final association = associations[i];
final associationKey = association.key;
if (associationKey is! InstanceRef) {
continue;
}
if (hasPrimitiveKey) {
variables.add(
DartObjectNode.fromValue(
name: associationKey.valueAsString,
value: association.value,
isolateRef: isolateRef,
),
);
} else {
final key = DartObjectNode.fromValue(
name: '[key]',
value: associationKey,
isolateRef: isolateRef,
artificialName: true,
);
final value = DartObjectNode.fromValue(
name: '[val]', // `val`, not `value`, to align keys and values visually
value: association.value,
isolateRef: isolateRef,
artificialName: true,
);
final entryNum = instance.offset == null ? i : i + instance.offset!;
variables.add(
DartObjectNode.text('[Entry $entryNum]')
..addChild(key)
..addChild(value),
);
}
}
return variables;
}
/// Decodes the bytes into the correctly sized values based on
/// [Instance.kind], falling back to raw bytes if a type is not
/// matched.
///
/// This method does not currently support [Uint64List] or
/// [Int64List].
List<DartObjectNode> createVariablesForBytes(
Instance instance,
IsolateRef? isolateRef,
) {
final bytes = base64.decode(instance.bytes!);
final variables = <DartObjectNode>[];
List<Object?> result;
switch (instance.kind) {
case InstanceKind.kUint8ClampedList:
case InstanceKind.kUint8List:
result = bytes;
break;
case InstanceKind.kUint16List:
result = Uint16List.view(bytes.buffer);
break;
case InstanceKind.kUint32List:
result = Uint32List.view(bytes.buffer);
break;
case InstanceKind.kUint64List:
// TODO: https://github.com/flutter/devtools/issues/2159
if (kIsWeb) {
return <DartObjectNode>[];
}
result = Uint64List.view(bytes.buffer);
break;
case InstanceKind.kInt8List:
result = Int8List.view(bytes.buffer);
break;
case InstanceKind.kInt16List:
result = Int16List.view(bytes.buffer);
break;
case InstanceKind.kInt32List:
result = Int32List.view(bytes.buffer);
break;
case InstanceKind.kInt64List:
// TODO: https://github.com/flutter/devtools/issues/2159
if (kIsWeb) {
return <DartObjectNode>[];
}
result = Int64List.view(bytes.buffer);
break;
case InstanceKind.kFloat32List:
result = Float32List.view(bytes.buffer);
break;
case InstanceKind.kFloat64List:
result = Float64List.view(bytes.buffer);
break;
case InstanceKind.kInt32x4List:
result = Int32x4List.view(bytes.buffer);
break;
case InstanceKind.kFloat32x4List:
result = Float32x4List.view(bytes.buffer);
break;
case InstanceKind.kFloat64x2List:
result = Float64x2List.view(bytes.buffer);
break;
default:
result = bytes;
}
for (int i = 0; i < result.length; i++) {
final name = instance.offset == null ? i : i + instance.offset!;
variables.add(
DartObjectNode.fromValue(
name: '[$name]',
value: result[i],
isolateRef: isolateRef,
artificialName: true,
),
);
}
return variables;
}
List<DartObjectNode> createVariablesForSets(
Instance instance,
IsolateRef? isolateRef,
) {
final elements = instance.elements ?? [];
return elements.map((element) {
return DartObjectNode.fromValue(
value: element,
isolateRef: isolateRef,
);
}).toList();
}
List<DartObjectNode> createVariablesForList(
Instance instance,
IsolateRef? isolateRef,
HeapObjectSelection? heapSelection,
) {
final variables = <DartObjectNode>[];
final elements = instance.elements ?? [];
for (int i = 0; i < elements.length; i++) {
final index = instance.offset == null ? i : i + instance.offset!;
final name = '[$index]';
variables.add(
DartObjectNode.fromValue(
name: name,
value: elements[i],
isolateRef: isolateRef,
artificialName: true,
heapSelection: heapSelection,
),
);
}
return variables;
}
List<DartObjectNode> createVariablesForInstanceSet(
int offset,
int childCount,
List<ObjRef> instances,
IsolateRef? isolateRef,
) {
final variables = <DartObjectNode>[];
final loopLimit = min(offset + childCount, instances.length);
for (int i = offset; i < loopLimit; i++) {
variables.add(
DartObjectNode.fromValue(
name: '[$i]',
value: instances[i],
isolateRef: isolateRef,
),
);
}
return variables;
}
List<DartObjectNode> createVariablesForRecords(
Instance instance,
IsolateRef? isolateRef,
) {
final fields = RecordFields(instance.fields);
return [
// Always show positional fields before named fields:
for (var i = 0; i < fields.positional.length; i++)
DartObjectNode.fromValue(
// Positional fields are designated by their getter syntax, eg $1, $2,
// $3, etc:
name: '\$${i + 1}',
value: fields.positional[i].value,
isolateRef: isolateRef,
),
for (final field in fields.named)
DartObjectNode.fromValue(
name: field.name,
value: field.value,
isolateRef: isolateRef,
),
];
}
List<DartObjectNode> createVariablesForFields(
Instance instance,
IsolateRef? isolateRef, {
Set<String>? existingNames,
}) {
final result = <DartObjectNode>[];
for (var field in instance.fields!) {
final name = field.decl?.name;
if (name == null) {
result.add(
DartObjectNode.fromValue(
value: field.value,
isolateRef: isolateRef,
),
);
} else {
if (existingNames != null && existingNames.contains(name)) continue;
result.add(
DartObjectNode.fromValue(
name: name,
value: field.value,
isolateRef: isolateRef,
),
);
}
}
return result;
}
List<DartObjectNode> createVariablesForMirrorReference(
Instance mirrorReference,
IsolateRef? isolateRef,
) {
final referent = mirrorReference.mirrorReferent! as ClassRef;
return [
DartObjectNode.fromValue(
name: 'class',
value: referent.name,
isolateRef: isolateRef,
),
DartObjectNode.fromValue(
name: 'library',
value: referent.library!.uri,
isolateRef: isolateRef,
),
];
}
List<DartObjectNode> createVariablesForUserTag(
Instance userTag,
IsolateRef? isolateRef,
) {
return [
DartObjectNode.fromValue(
name: 'label',
value: userTag.label,
isolateRef: isolateRef,
),
];
}
| devtools/packages/devtools_app/lib/src/shared/diagnostics/variable_factory.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/diagnostics/variable_factory.dart",
"repo_id": "devtools",
"token_count": 6290
} | 133 |
// Copyright (c) 2020, 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.
// This code was pulled from dart:io.
part of 'http.dart';
class HttpException {
const HttpException(this.message, {this.uri});
@override
String toString() {
final b = StringBuffer()
..write('HttpException: ')
..write(message);
if (uri != null) {
b.write(', uri = $uri');
}
return b.toString();
}
final String message;
final Uri? uri;
}
| devtools/packages/devtools_app/lib/src/shared/http/_http_exception.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/http/_http_exception.dart",
"repo_id": "devtools",
"token_count": 209
} | 134 |
// Copyright 2019 The Chromium Authors. 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:collection/collection.dart' show IterableExtension;
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/material.dart';
import 'analytics/constants.dart' as gac;
import 'common_widgets.dart';
import 'globals.dart';
import 'screen.dart';
/// The screen used for displaying offline data (data that does not require a
/// connected app to explore).
///
/// This screen can be displayed both when DevTools is and is not connected to
/// an app.
class OfflineScreenBody extends StatefulWidget {
const OfflineScreenBody(this.args, this.possibleScreens, {super.key});
final OfflineDataArguments args;
/// All possible screens, both visible and hidden, that DevTools was started
/// with.
///
/// This will include screens that are only available when connected to an app
/// as well as screens that are only available based on the presence of a
/// conditional library.
///
/// These screens are stored here so that we can import files for all screens,
/// regardless of whether an app is connected to DevTools or whether a
/// connected app contains the correct conditional library.
final List<Screen> possibleScreens;
@override
State<OfflineScreenBody> createState() => _OfflineScreenBodyState();
}
class _OfflineScreenBodyState extends State<OfflineScreenBody>
with AutoDisposeMixin {
Screen? _screen;
@override
void initState() {
super.initState();
_initScreen();
addAutoDisposeListener(offlineController.offlineMode, () {
if (!offlineController.offlineMode.value) {
setState(() {
_screen = null;
});
}
});
}
@override
void didUpdateWidget(OfflineScreenBody oldWidget) {
super.didUpdateWidget(oldWidget);
if (widget.args != oldWidget.args ||
widget.possibleScreens != oldWidget.possibleScreens) {
_initScreen();
}
}
void _initScreen() {
_screen = widget.possibleScreens.firstWhereOrNull(
(s) => s.screenId == widget.args.screenId,
);
}
@override
Widget build(BuildContext context) {
return _screen != null
? _screen!.build(context)
: _OfflineLoadError(screenId: widget.args.screenId);
}
}
class _OfflineLoadError extends StatelessWidget {
const _OfflineLoadError({required this.screenId});
final String? screenId;
@override
Widget build(BuildContext context) {
return Column(
children: [
CenteredMessage(
'Cannot load offline data for screen \'$screenId\'',
),
const SizedBox(height: defaultSpacing),
ExitOfflineButton(gaScreen: gac.simple),
],
);
}
}
class OfflineDataArguments {
OfflineDataArguments(this.screenId);
OfflineDataArguments.fromArgs(Map<String, String?> args)
: this(args['screen']);
final String? screenId;
}
| devtools/packages/devtools_app/lib/src/shared/offline_screen.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/offline_screen.dart",
"repo_id": "devtools",
"token_count": 990
} | 135 |
// Copyright 2021 The Chromium Authors. 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:flutter/foundation.dart';
class HistoryManager<T> {
/// The currently selected historical item.
///
/// Returns null if there is no historical items.
ValueListenable<T?> get current => _current;
final _current = ValueNotifier<T?>(null);
final _history = <T>[];
int _historyIndex = -1;
void clear() {
_history.clear();
_historyIndex = -1;
_current.value = null;
}
/// Returns true if there is a previous historical item available on the
/// stack.
bool get hasPrevious {
return _history.isNotEmpty && _historyIndex > 0;
}
/// Returns true if there is a next historical item available on the stack.
bool get hasNext {
return _history.isNotEmpty && _historyIndex < _history.length - 1;
}
/// Move to next historical item on the stack.
///
/// Throws [StateError] if there's no next item available.
void moveForward() {
if (!hasNext) throw StateError('no next history item');
_historyIndex++;
_current.value = _history[_historyIndex];
}
/// Move to previous historical item on the stack.
///
/// Throws [StateError] if there's no previous item available.
void moveBack() {
if (!hasPrevious) throw StateError('no previous history item');
_historyIndex--;
_current.value = _history[_historyIndex];
}
/// Return the next value.
///
/// Returns null if there is no next value.
T? peekNext() => hasNext ? _history[_historyIndex + 1] : null;
/// Remove the most recent historical item on the stack.
///
/// If [current] is the last item on the stack when this method is called,
/// [current] will be updated to return the new last item.
///
/// Throws [StateError] if there's no historical items.
void pop() {
if (_history.isEmpty) throw StateError('no history available');
if (_history.length == 1) {
clear();
return;
}
_history.removeLast();
// If the currently selected item was popped, update the selection to the
// last element on the stack and notify the listeners.
if (_history.length == _historyIndex) {
--_historyIndex;
_current.value = _history[_historyIndex];
}
}
/// Insert a new historical item at the end of the stack and set [current] to
/// point to the new item.
void push(T value) {
_history.add(value);
_historyIndex = _history.length - 1;
_current.value = _history[_historyIndex];
}
/// Replaces the [current] item with a provided value.
/// If history is empty, the value is pushed into the stack.
void replaceCurrent(T value) {
if (current.value == null) {
push(value);
} else {
_history[_historyIndex] = value;
_current.value = _history[_historyIndex];
}
}
}
| devtools/packages/devtools_app/lib/src/shared/primitives/history_manager.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/primitives/history_manager.dart",
"repo_id": "devtools",
"token_count": 907
} | 136 |
import 'dart:collection';
import 'dart:math';
import 'package:collection/collection.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import '../primitives/trees.dart';
import '../primitives/utils.dart';
import 'column_widths.dart';
import 'table_data.dart';
/// Represents the various pinning modes for [FlatTable]:
///
/// - [FlatTablePinBehavior.none] disables item pinning
/// - [FlatTablePinBehavior.pinOriginalToTop] moves the original item from
/// the list of unpinned items to the list of pinned items.
/// - [FlatTablePinBehavior.pinCopyToTop] creates a copy of the original item
/// and inserts it into the list of pinned items, leaving the original item
/// in the list of unpinned items.
enum FlatTablePinBehavior {
none,
pinOriginalToTop,
pinCopyToTop,
}
class FlatTableController<T> extends TableControllerBase<T> {
FlatTableController({
required super.columns,
required super.defaultSortColumn,
required super.defaultSortDirection,
super.secondarySortColumn,
super.columnGroups,
super.includeColumnGroupHeaders,
this.pinBehavior = FlatTablePinBehavior.none,
this.sizeColumnsToFit = true,
this.sortOriginalData = false,
this.onDataSorted,
});
/// Determines how elements that request to be pinned are displayed.
///
/// Defaults to [FlatTablePinBehavior.none], which disables pinning.
FlatTablePinBehavior pinBehavior;
/// Whether the columns for this table should be sized so that the entire
/// table fits in view (e.g. so that there is no horizontal scrolling).
final bool sizeColumnsToFit;
// TODO(kenz): should we enable this behavior by default? Does it ever matter
// to preserve the order of the original data passed to a flat table?
/// Whether the table controller should sort the original data list instead of
/// creating a copy.
final bool sortOriginalData;
/// Callback that will be called after each table sort operation.
final VoidCallback? onDataSorted;
/// The unmodified, original data for the active data set [_tableData.value].
///
/// This is reset each time [setData] is called, when [sortOriginalData] is
/// false.
late UnmodifiableListView<T> _unmodifiableOriginalData;
/// The modifiable, original data for the active data set [_tableData.value].
///
/// This is reset each time [setData] is called, when [sortOriginalData] is
/// true.
late List<T> _modifiableOriginalData;
@override
void setData(List<T> data, String key) {
if (sortOriginalData) {
_modifiableOriginalData = data;
} else {
_unmodifiableOriginalData = UnmodifiableListView(
List<T>.of(data),
);
}
// Look up the UI state for [key], and sort accordingly.
final uiState = _tableUiStateForKey(key);
sortDataAndNotify(
columns[uiState.sortColumnIndex],
uiState.sortDirection,
secondarySortColumn: secondarySortColumn,
dataKey: key,
);
}
@override
void sortDataAndNotify(
ColumnData<T> column,
SortDirection direction, {
ColumnData<T>? secondarySortColumn,
String? dataKey,
}) {
late List<T> data;
if (sortOriginalData) {
data = _modifiableOriginalData;
} else {
// TODO(kenz): copying the list for every sort could cause performance
// issues. We should only create a copy when sort is being called from
// [setData]. At all other times, the data has not been modified so there
// is no need to make a copy.
data = List<T>.of(_unmodifiableOriginalData);
}
pinnedData = <T>[];
data.sort(
(T a, T b) => _compareData<T>(
a,
b,
column,
direction,
secondarySortColumn: secondarySortColumn,
),
);
if (pinBehavior != FlatTablePinBehavior.none) {
// Collect the list of pinned entries. We don't need to sort again since
// we've already sorted the original data.
final dataCopy = <T>[];
for (final entry in data) {
final pinnableEntry = entry as PinnableListEntry;
if (pinnableEntry.pinToTop) {
pinnedData.add(entry);
}
if (!pinnableEntry.pinToTop ||
pinBehavior == FlatTablePinBehavior.pinCopyToTop) {
dataCopy.add(entry);
}
}
data = dataCopy;
}
if (!sizeColumnsToFit) {
columnWidths = computeColumnWidthsSizeToContent();
}
_tableData.value = TableData<T>(
data: data,
key: dataKey ?? _tableData.value.key,
);
setTableUiState(sortColumn: column, sortDirection: direction);
onDataSorted?.call();
}
}
class TreeTableController<T extends TreeNode<T>>
extends TableControllerBase<T> {
TreeTableController({
required super.columns,
required super.defaultSortColumn,
required super.defaultSortDirection,
super.secondarySortColumn,
super.columnGroups,
required this.treeColumn,
this.autoExpandRoots = false,
}) : assert(columns.contains(treeColumn)),
assert(columns.contains(defaultSortColumn));
/// The column of the table to treat as expandable.
final TreeColumnData<T> treeColumn;
final bool autoExpandRoots;
late List<T> dataRoots;
late int maxTableDepth;
@override
void setData(List<T> data, String key) {
dataRoots = data;
for (final root in dataRoots) {
if (autoExpandRoots && !root.isExpanded) {
root.expand();
}
}
// TODO(kenz): instead of using the maximum tree depth, consider using the
// maximum depth of expanded nodes.
maxTableDepth = dataRoots.map((root) => root.depth).fold(
0,
(currentMaxDepth, nextDepth) => max(currentMaxDepth, nextDepth),
);
// Look up the UI state for [key], and sort accordingly.
final uiState = _tableUiStateForKey(key);
sortDataAndNotify(
columns[uiState.sortColumnIndex],
uiState.sortDirection,
secondarySortColumn: secondarySortColumn,
dataKey: key,
);
}
@override
void sortDataAndNotify(
ColumnData<T> column,
SortDirection direction, {
ColumnData<T>? secondarySortColumn,
String? dataKey,
}) {
pinnedData = <T>[];
int sortFunction(T a, T b) => _compareData<T>(
a,
b,
column,
direction,
secondarySortColumn: secondarySortColumn,
);
void sort(T dataObject) {
dataObject.children
..sort(sortFunction)
..forEach(sort);
}
dataRoots
..sort(sortFunction)
..forEach(sort);
setDataAndNotify(dataKey: dataKey);
setTableUiState(sortColumn: column, sortDirection: direction);
}
void setDataAndNotify({String? dataKey}) {
final dataFlatList = buildFlatList(dataRoots);
columnWidths = computeColumnWidths(maxTableDepth);
_tableData.value = TableData<T>(
data: dataFlatList,
key: dataKey ?? _tableData.value.key,
);
}
}
abstract class TableControllerBase<T> extends DisposableController {
TableControllerBase({
required this.columns,
required this.columnGroups,
required this.defaultSortColumn,
required this.defaultSortDirection,
this.secondarySortColumn,
this.includeColumnGroupHeaders = true,
});
final List<ColumnData<T>> columns;
final List<ColumnGroup>? columnGroups;
List<double>? columnWidths;
/// Determines if the headers for column groups should be rendered.
///
/// If set to false and `columnGroups` is non-null and non-empty, only
/// dividing lines will be drawn for each column group boundary.
final bool includeColumnGroupHeaders;
/// The default sort column for tables using this [TableController].
///
/// The currently active sort column will be stored as part of the
/// [TableUiState] for the current data (stored in [_tableUiStateByData]).
final ColumnData<T> defaultSortColumn;
/// The default [SortDirection] for tables using this [TableController].
///
/// The currently active [SortDirection] will be stored as part of the
/// [TableUiState] for the current data (stored in [_tableUiStateByData]).
final SortDirection defaultSortDirection;
/// The column to be used by the table sorting algorithm to break a tie for
/// two data rows that are "the same" when sorted by the primary sort column.
final ColumnData<T>? secondarySortColumn;
ScrollController? verticalScrollController;
void initScrollController([double initialScrollOffset = 0.0]) {
verticalScrollController =
ScrollController(initialScrollOffset: initialScrollOffset);
}
void storeScrollPosition() {
final scrollController = verticalScrollController;
if (scrollController != null && scrollController.hasClients) {
setTableUiState(scrollOffset: scrollController.offset);
}
}
/// The key for the current table data.
///
/// The value assigned to [TableData.key] will only be used if
/// [persistUiStates] has been set to true. Otherwise, all data sets will be
/// assigned to and looked up from the key [TableData.defaultDataKey].
String get _currentDataKey => _tableData.value.key;
ValueListenable<TableData<T>> get tableData => _tableData;
final _tableData = ValueNotifier<TableData<T>>(TableData<T>.empty());
/// The pinned data for the active data set [_tableData.value].
///
/// This value is reset each time [sortDataAndNotify] is called.
late List<T> pinnedData;
/// Returns the [TableUiState] for the current data [_tableData.value].
TableUiState get tableUiState => _tableUiStateForKey(_currentDataKey);
/// This method should be overridden by all subclasses.
void setData(List<T> data, String key);
void sortDataAndNotify(
ColumnData<T> column,
SortDirection direction, {
ColumnData<T>? secondarySortColumn,
});
TableUiState _tableUiStateForKey(String key) {
var state = TableUiStateStore.lookup(key);
if (state == null) {
TableUiStateStore.add(
key,
TableUiState(
sortColumnIndex: columns.indexOf(defaultSortColumn),
sortDirection: defaultSortDirection,
// Ignore this lint to make it clear what the default values are.
// ignore: avoid_redundant_argument_values
scrollOffset: 0.0,
),
);
state = TableUiStateStore.lookup(key)!;
}
return state;
}
void setTableUiState({
ColumnData<T>? sortColumn,
SortDirection? sortDirection,
double? scrollOffset,
}) {
final uiState = tableUiState;
if (sortColumn != null) {
uiState.sortColumnIndex = columns.indexOf(sortColumn);
}
if (sortDirection != null) {
uiState.sortDirection = sortDirection;
}
if (scrollOffset != null) {
uiState.scrollOffset = scrollOffset;
}
}
@override
void dispose() {
verticalScrollController?.dispose();
verticalScrollController = null;
super.dispose();
}
}
class TableData<T> {
const TableData({
required this.data,
String? key,
}) : key = key ?? defaultDataKey;
factory TableData.empty() => TableData<T>(data: const []);
static const defaultDataKey = 'defaultDataKey';
final List<T> data;
final String key;
}
class TableUiState {
TableUiState({
required this.sortColumnIndex,
required this.sortDirection,
this.scrollOffset = 0.0,
});
SortDirection sortDirection;
int sortColumnIndex;
double scrollOffset;
@override
String toString() {
return '_TableUiState($sortColumnIndex - $sortDirection - $scrollOffset)';
}
}
// Ignoring the 'avoid_classes_with_only_static_members' lint because the static
// members here allow us to add asserts that guarantee unique keys for tables
// across DevTools.
// ignore: avoid_classes_with_only_static_members
/// Stores the [TableUiState] for each table, keyed on a unique [String].
///
/// This store will remain alive for the entire life of the DevTools instance.
/// This allows us to cache the [TableUiState] for tables without having to
/// keep table [State] classes or table controller classes alive.
@visibleForTesting
abstract class TableUiStateStore<T> {
static final _tableUiStateStore = <String, TableUiState>{};
static void add(String key, TableUiState value) {
assert(
!_tableUiStateStore.containsKey(key),
'_TableUiState already exists for key: $key',
);
_tableUiStateStore[key] = value;
}
static TableUiState? lookup(String key) {
return _tableUiStateStore[key];
}
@visibleForTesting
static void clear() => _tableUiStateStore.clear();
}
int _compareFactor(SortDirection direction) =>
direction == SortDirection.ascending ? 1 : -1;
int _compareData<T>(
T a,
T b,
ColumnData<T> column,
SortDirection direction, {
ColumnData<T>? secondarySortColumn,
}) {
final compare = column.compare(a, b) * _compareFactor(direction);
if (compare != 0 || secondarySortColumn == null) return compare;
return secondarySortColumn.compare(a, b) * _compareFactor(direction);
}
/// Callback for when a specific item in a table is selected.
typedef ItemSelectedCallback<T> = void Function(T item);
| devtools/packages/devtools_app/lib/src/shared/table/table_controller.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/table/table_controller.dart",
"repo_id": "devtools",
"token_count": 4560
} | 137 |
// Copyright 2023 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'vs_code_api.dart';
/// An API exposed to Dart tooling surfaces.
///
/// APIs are grouped into child APIs that are exposed as fields. Each field is a
/// `Future` that will return null if the requested API is unavailable (for
/// example the VS Code APIs if not running inside VS Code, or the LSP APIs if
/// no LSP server is available).
abstract interface class DartToolingApi {
/// Access to APIs provided by VS Code and/or the Dart/Flutter VS Code
/// extensions.
Future<VsCodeApi?> get vsCode;
}
| devtools/packages/devtools_app/lib/src/standalone_ui/api/dart_tooling_api.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/standalone_ui/api/dart_tooling_api.dart",
"repo_id": "devtools",
"token_count": 185
} | 138 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<false/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
| devtools/packages/devtools_app/macos/Runner/DebugProfile.entitlements/0 | {
"file_path": "devtools/packages/devtools_app/macos/Runner/DebugProfile.entitlements",
"repo_id": "devtools",
"token_count": 155
} | 139 |
// Copyright 2019 The Chromium Authors. 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:devtools_app/devtools_app.dart';
import 'package:devtools_app/src/screens/profiler/common.dart';
import 'package:devtools_app/src/screens/profiler/cpu_profile_transformer.dart';
import 'package:devtools_app/src/screens/profiler/cpu_profiler.dart';
import 'package:devtools_app/src/screens/profiler/cpu_profiler_controller.dart';
import 'package:devtools_app/src/screens/profiler/panes/bottom_up.dart';
import 'package:devtools_app/src/screens/profiler/panes/call_tree.dart';
import 'package:devtools_app/src/screens/profiler/panes/controls/cpu_profiler_controls.dart';
import 'package:devtools_app/src/screens/profiler/panes/cpu_flame_chart.dart';
import 'package:devtools_app/src/screens/profiler/panes/method_table/method_table.dart';
import 'package:devtools_app/src/screens/profiler/panes/method_table/method_table_controller.dart';
import 'package:devtools_app/src/shared/charts/flame_chart.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import 'package:vm_service/vm_service.dart';
import '../test_infra/test_data/cpu_profiler/cpu_profile.dart';
import '../test_infra/utils/test_utils.dart';
void main() {
late CpuProfiler cpuProfiler;
late CpuProfileData cpuProfileData;
late CpuProfilerController controller;
final ServiceConnectionManager fakeServiceManager =
FakeServiceConnectionManager();
final app = fakeServiceManager.serviceManager.connectedApp!;
when(app.isFlutterNativeAppNow).thenReturn(false);
when(app.isFlutterAppNow).thenReturn(false);
when(app.isDebugFlutterAppNow).thenReturn(false);
setUp(() async {
setCharacterWidthForTables();
setGlobal(ServiceConnectionManager, fakeServiceManager);
final transformer = CpuProfileTransformer();
controller = CpuProfilerController();
cpuProfileData = CpuProfileData.parse(goldenCpuProfileDataJson);
await transformer.processData(
cpuProfileData,
processId: 'test',
);
setGlobal(
DevToolsEnvironmentParameters,
ExternalDevToolsEnvironmentParameters(),
);
setGlobal(OfflineModeController, OfflineModeController());
setGlobal(NotificationService, NotificationService());
setGlobal(BannerMessagesController, BannerMessagesController());
setGlobal(PreferencesController, PreferencesController());
setGlobal(IdeTheme, IdeTheme());
final mockScriptManager = MockScriptManager();
when(mockScriptManager.sortedScripts).thenReturn(
ValueNotifier<List<ScriptRef>>([]),
);
when(mockScriptManager.scriptRefForUri(any)).thenReturn(
ScriptRef(
uri: 'package:test/script.dart',
id: 'script.dart',
),
);
setGlobal(ScriptManager, mockScriptManager);
});
group('CpuProfiler', () {
const windowSize = Size(2000.0, 1000.0);
testWidgetsWithWindowSize(
'builds for empty cpuProfileData',
windowSize,
(WidgetTester tester) async {
cpuProfileData = CpuProfileData.parse(emptyCpuProfileDataJson);
cpuProfiler = CpuProfiler(
data: cpuProfileData,
controller: controller,
);
await tester.pumpWidget(wrap(cpuProfiler));
expect(find.byType(TabBar), findsOneWidget);
expect(find.byKey(CpuProfiler.dataProcessingKey), findsNothing);
expect(find.byType(CpuBottomUpTable), findsOneWidget);
expect(find.byType(CpuCallTreeTable), findsNothing);
expect(find.byType(CpuMethodTable), findsNothing);
expect(find.byType(CpuProfileFlameChart), findsNothing);
expect(find.byType(CpuProfileStats), findsOneWidget);
expect(find.byType(UserTagDropdown), findsOneWidget);
expect(find.byType(ExpandAllButton), findsOneWidget);
expect(find.byType(CollapseAllButton), findsOneWidget);
expect(find.byType(FlameChartHelpButton), findsNothing);
expect(
find.byType(SearchField<MethodTableController>),
findsNothing,
);
expect(
find.byType(SearchField<CpuProfilerController>),
findsNothing,
);
expect(find.byKey(ProfilerTab.bottomUp.key), findsOneWidget);
expect(find.byKey(ProfilerTab.callTree.key), findsOneWidget);
expect(find.byKey(ProfilerTab.methodTable.key), findsOneWidget);
expect(find.byKey(ProfilerTab.cpuFlameChart.key), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'builds for valid cpuProfileData',
windowSize,
(WidgetTester tester) async {
cpuProfiler = CpuProfiler(
data: cpuProfileData,
controller: controller,
);
await tester.pumpWidget(wrap(cpuProfiler));
expect(find.byType(TabBar), findsOneWidget);
expect(find.byKey(CpuProfiler.dataProcessingKey), findsNothing);
expect(find.byType(CpuBottomUpTable), findsOneWidget);
expect(find.byType(CpuProfileStats), findsOneWidget);
expect(find.byType(UserTagDropdown), findsOneWidget);
expect(find.byType(ExpandAllButton), findsOneWidget);
expect(find.byType(CollapseAllButton), findsOneWidget);
expect(find.byType(FlameChartHelpButton), findsNothing);
expect(
find.byType(SearchField<MethodTableController>),
findsNothing,
);
expect(
find.byType(SearchField<CpuProfilerController>),
findsNothing,
);
expect(find.byKey(ProfilerTab.bottomUp.key), findsOneWidget);
expect(find.byKey(ProfilerTab.callTree.key), findsOneWidget);
expect(find.byKey(ProfilerTab.methodTable.key), findsOneWidget);
expect(find.byKey(ProfilerTab.cpuFlameChart.key), findsOneWidget);
},
);
group('profile views', () {
late ProfilerScreenController controller;
Future<void> loadData() async {
for (final filter in controller
.cpuProfilerController.activeFilter.value.toggleFilters) {
filter.enabled.value = false;
}
final data = CpuProfilePair(
functionProfile: cpuProfileData,
// Function and code profiles have the same structure, so just use
// the function profile in place of a dedicated code profile for
// testing since we don't care about the contents as much as we
// care about testing the ability to switch between function and
// code profile views.
codeProfile: cpuProfileData,
);
await data.process(
transformer: controller.cpuProfilerController.transformer,
processId: 'test',
);
// Call this to force the value of `_dataByTag[userTagNone]` to be set.
controller.cpuProfilerController.loadProcessedData(
data,
storeAsUserTagNone: true,
);
}
setUp(() async {
controller = ProfilerScreenController();
// Await a small delay to allow the ProfilerScreenController to complete
// initialization.
await Future.delayed(const Duration(seconds: 1));
cpuProfileData = CpuProfileData.parse(cpuProfileDataWithUserTagsJson);
});
testWidgetsWithWindowSize(
'shows function / code view selector when in VM developer mode',
windowSize,
(WidgetTester tester) async {
await tester.runAsync(() async {
// We need to pump the entire `ProfilerScreenBody` widget because the
// CpuProfiler widget has `cpuProfileData` passed in from there, and
// CpuProfiler needs to be rebuilt on data updates.
await tester.pumpWidget(
wrapWithControllers(
const ProfilerScreenBody(),
profiler: controller,
),
);
await tester.pump();
// Verify the profile view dropdown is not visible.
expect(find.byType(ModeDropdown), findsNothing);
// Enabling VM developer mode will clear the current profile as it's
// possible there's no code profile associated with it.
preferences.toggleVmDeveloperMode(true);
await tester.pumpAndSettle();
expect(find.byType(CpuProfiler), findsNothing);
// Verify the profile view dropdown appears when toggling VM developer
// mode and data is present.
await loadData();
await tester.pumpAndSettle();
expect(find.byType(ModeDropdown), findsOneWidget);
// Verify the profile view dropdown is no longer visible.
preferences.toggleVmDeveloperMode(false);
await tester.pumpAndSettle();
expect(find.byType(ModeDropdown), findsNothing);
});
},
);
testWidgetsWithWindowSize(
'resets view to function when leaving VM developer mode',
windowSize,
(WidgetTester tester) async {
await tester.runAsync(() async {
// We need to pump the entire `ProfilerScreenBody` widget because the
// CpuProfiler widget has `cpuProfileData` passed in from there, and
// CpuProfiler needs to be rebuilt on data updates.
await tester.pumpWidget(
wrapWithControllers(
const ProfilerScreenBody(),
profiler: controller,
),
);
await tester.pump();
// Verify the profile view dropdown is not visible.
expect(find.byType(ModeDropdown), findsNothing);
// The default view is the function profile, even when the profile view
// selector isn't visible.
expect(
controller.cpuProfilerController.viewType.value,
CpuProfilerViewType.function,
);
// Enable VM developer mode and reset the profile data.
preferences.toggleVmDeveloperMode(true);
await tester.pumpAndSettle();
expect(find.byType(CpuProfiler), findsNothing);
await loadData();
await tester.pumpAndSettle();
// Verify the function profile view is still selected.
expect(
controller.cpuProfilerController.viewType.value,
CpuProfilerViewType.function,
);
expect(find.text('View: Function'), findsOneWidget);
// Switch to the code profile view.
await tester.tap(find.byType(ModeDropdown));
await tester.pumpAndSettle();
expect(find.text('View: Function'), findsWidgets);
expect(find.text('View: Code'), findsWidgets);
await tester.tap(find.text('View: Code').last);
await tester.pumpAndSettle();
expect(
controller.cpuProfilerController.viewType.value,
CpuProfilerViewType.code,
);
expect(find.byType(ModeDropdown), findsOneWidget);
expect(find.text('View: Code'), findsOneWidget);
// Disabling VM developer mode will reset the view to the function
// profile as the dropdown will no longer be visible.
preferences.toggleVmDeveloperMode(false);
await tester.pumpAndSettle();
expect(
controller.cpuProfilerController.viewType.value,
CpuProfilerViewType.function,
);
});
},
);
});
testWidgetsWithWindowSize(
'switches tabs',
windowSize,
(WidgetTester tester) async {
cpuProfiler = CpuProfiler(
data: cpuProfileData,
controller: controller,
);
await tester.pumpWidget(wrap(cpuProfiler));
expect(find.byType(TabBar), findsOneWidget);
expect(find.byKey(CpuProfiler.dataProcessingKey), findsNothing);
expect(find.byType(CpuBottomUpTable), findsOneWidget);
expect(find.byType(CpuCallTreeTable), findsNothing);
expect(find.byType(CpuMethodTable), findsNothing);
expect(find.byType(CpuProfileFlameChart), findsNothing);
expect(find.byType(DevToolsFilterButton), findsOneWidget);
expect(find.byType(UserTagDropdown), findsOneWidget);
expect(find.byType(ExpandAllButton), findsOneWidget);
expect(find.byType(CollapseAllButton), findsOneWidget);
expect(find.byType(FlameChartHelpButton), findsNothing);
expect(find.byType(ModeDropdown), findsNothing);
expect(
find.byType(SearchField<MethodTableController>),
findsNothing,
);
expect(
find.byType(SearchField<CpuProfilerController>),
findsNothing,
);
await tester.tap(find.text('Call Tree'));
await tester.pumpAndSettle();
expect(find.byType(CpuBottomUpTable), findsNothing);
expect(find.byType(CpuCallTreeTable), findsOneWidget);
expect(find.byType(CpuMethodTable), findsNothing);
expect(find.byType(CpuProfileFlameChart), findsNothing);
expect(find.byType(DevToolsFilterButton), findsOneWidget);
expect(find.byType(UserTagDropdown), findsOneWidget);
expect(find.byType(ExpandAllButton), findsOneWidget);
expect(find.byType(CollapseAllButton), findsOneWidget);
expect(find.byType(FlameChartHelpButton), findsNothing);
expect(find.byType(ModeDropdown), findsNothing);
expect(
find.byType(SearchField<MethodTableController>),
findsNothing,
);
expect(
find.byType(SearchField<CpuProfilerController>),
findsNothing,
);
await tester.tap(find.text('Method Table'));
await tester.pumpAndSettle();
expect(find.byType(CpuBottomUpTable), findsNothing);
expect(find.byType(CpuCallTreeTable), findsNothing);
expect(find.byType(CpuMethodTable), findsOneWidget);
expect(find.byType(CpuProfileFlameChart), findsNothing);
expect(find.byType(DevToolsFilterButton), findsOneWidget);
expect(find.byType(UserTagDropdown), findsOneWidget);
expect(find.byType(ExpandAllButton), findsNothing);
expect(find.byType(CollapseAllButton), findsNothing);
expect(find.byType(FlameChartHelpButton), findsNothing);
expect(find.byType(ModeDropdown), findsNothing);
expect(
find.byType(SearchField<MethodTableController>),
findsOneWidget,
);
expect(
find.byType(SearchField<CpuProfilerController>),
findsNothing,
);
await tester.tap(find.text('CPU Flame Chart'));
await tester.pumpAndSettle();
expect(find.byType(CpuBottomUpTable), findsNothing);
expect(find.byType(CpuCallTreeTable), findsNothing);
expect(find.byType(CpuMethodTable), findsNothing);
expect(find.byType(CpuProfileFlameChart), findsOneWidget);
expect(find.byType(DevToolsFilterButton), findsOneWidget);
expect(find.byType(UserTagDropdown), findsOneWidget);
expect(find.byType(ExpandAllButton), findsNothing);
expect(find.byType(CollapseAllButton), findsNothing);
expect(find.byType(FlameChartHelpButton), findsOneWidget);
expect(find.byType(ModeDropdown), findsNothing);
expect(
find.byType(SearchField<MethodTableController>),
findsNothing,
);
expect(
find.byType(SearchField<CpuProfilerController>),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'can expand and collapse data',
windowSize,
(WidgetTester tester) async {
cpuProfiler = CpuProfiler(
data: cpuProfileData,
controller: controller,
);
await tester.pumpWidget(wrap(cpuProfiler));
await tester.tap(find.text('Call Tree'));
await tester.pumpAndSettle();
expect(cpuProfileData.cpuProfileRoot.isExpanded, isFalse);
await tester.tap(find.byType(ExpandAllButton));
expect(cpuProfiler.callTreeRoots.first.isExpanded, isTrue);
await tester.tap(find.byType(CollapseAllButton));
expect(cpuProfiler.callTreeRoots.first.isExpanded, isFalse);
await tester.tap(find.text('Bottom Up'));
await tester.pumpAndSettle();
for (final root in cpuProfiler.bottomUpRoots) {
expect(root.isExpanded, isFalse);
}
await tester.tap(find.byType(ExpandAllButton));
for (final root in cpuProfiler.bottomUpRoots) {
expect(root.isExpanded, isTrue);
}
await tester.tap(find.byType(CollapseAllButton));
for (final root in cpuProfiler.bottomUpRoots) {
expect(root.isExpanded, isFalse);
}
},
);
group('UserTag filters', () {
late ProfilerScreenController controller;
setUp(() async {
controller = ProfilerScreenController();
// Await a small delay to allow the ProfilerScreenController to complete
// initialization.
await Future.delayed(const Duration(seconds: 1));
cpuProfileData = CpuProfileData.parse(cpuProfileDataWithUserTagsJson);
await controller.cpuProfilerController.transformer.processData(
cpuProfileData,
processId: 'test',
);
// Call this to force the value of `_dataByTag[userTagNone]` to be set.
controller.cpuProfilerController.loadProcessedData(
CpuProfilePair(
functionProfile: cpuProfileData,
// Function and code profiles have the same structure, so just use
// the function profile in place of a dedicated code profile for
// testing since we don't care about the contents as much as we
// care about testing the ability to switch between function and
// code profile views.
codeProfile: cpuProfileData,
),
storeAsUserTagNone: true,
);
});
testWidgetsWithWindowSize(
'can filter data by user tag',
windowSize,
(WidgetTester tester) async {
await tester.runAsync(() async {
// We need to pump the entire `ProfilerScreenBody` widget because the
// CpuProfiler widget has `cpuProfileData` passed in from there, and
// CpuProfiler needs to be rebuilt on data updates.
await tester.pumpWidget(
wrapWithControllers(
const ProfilerScreenBody(),
profiler: controller,
),
);
await tester.pump();
expect(controller.cpuProfilerController.userTags.length, equals(3));
expect(find.byType(UserTagDropdown), findsOneWidget);
// There is a Text widget and a RichText widget.
expect(
find.text('Filter by tag: userTagA', skipOffstage: false),
findsWidgets,
);
expect(
find.text('Filter by tag: userTagB', skipOffstage: false),
findsWidgets,
);
expect(
find.text('Filter by tag: userTagC', skipOffstage: false),
findsWidgets,
);
expect(
find.text('Group by: User Tag', skipOffstage: false),
findsWidgets,
);
await tester.tap(find.text('Call Tree'));
await tester.pumpAndSettle();
expect(find.byType(CpuCallTreeTable), findsOneWidget);
await tester.tap(find.text('Expand All'));
await tester.pumpAndSettle();
expect(
controller.cpuProfileData!.profileMetaData.time!.duration
.inMicroseconds,
equals(250),
);
expect(find.richTextContaining('Frame1'), findsOneWidget);
expect(find.richTextContaining('Frame2'), findsOneWidget);
expect(find.richTextContaining('Frame3'), findsOneWidget);
expect(find.richTextContaining('Frame4'), findsOneWidget);
expect(find.richTextContaining('Frame5'), findsOneWidget);
expect(find.richTextContaining('Frame6'), findsOneWidget);
expect(find.text('userTagA'), findsNothing);
expect(find.text('userTagB'), findsNothing);
expect(find.text('userTagC'), findsNothing);
await tester.tap(find.byType(UserTagDropdown));
await tester.pumpAndSettle();
await tester.tap(find.text('Filter by tag: userTagA').last);
// Await a small delay to allow the CpuProfilerController to finish
// processing data for the new user tag.
await Future.delayed(const Duration(seconds: 1));
await tester.pumpAndSettle();
await tester.tap(find.text('Expand All'));
await tester.pumpAndSettle();
expect(
controller.cpuProfileData!.profileMetaData.time!.duration
.inMicroseconds,
equals(100),
);
expect(find.richTextContaining('Frame1'), findsNothing);
expect(find.richTextContaining('Frame2'), findsOneWidget);
expect(find.richTextContaining('Frame3'), findsNothing);
expect(find.richTextContaining('Frame4'), findsNothing);
expect(find.richTextContaining('Frame5'), findsOneWidget);
expect(find.richTextContaining('Frame6'), findsNothing);
expect(find.text('userTagA'), findsNothing);
expect(find.text('userTagB'), findsNothing);
expect(find.text('userTagC'), findsNothing);
await tester.tap(find.byType(UserTagDropdown));
await tester.pumpAndSettle();
await tester.tap(find.text('Filter by tag: userTagB').last);
// Await a small delay to allow the CpuProfilerController to finish
// processing data for the new user tag.
await Future.delayed(const Duration(seconds: 1));
await tester.pumpAndSettle();
await tester.tap(find.text('Expand All'));
await tester.pumpAndSettle();
expect(
controller.cpuProfileData!.profileMetaData.time!.duration
.inMicroseconds,
equals(50),
);
expect(find.richTextContaining('Frame1'), findsNothing);
expect(find.richTextContaining('Frame2'), findsOneWidget);
expect(find.richTextContaining('Frame3'), findsNothing);
expect(find.richTextContaining('Frame4'), findsNothing);
expect(find.richTextContaining('Frame5'), findsNothing);
expect(find.richTextContaining('Frame6'), findsNothing);
expect(find.text('userTagA'), findsNothing);
expect(find.text('userTagB'), findsNothing);
expect(find.text('userTagC'), findsNothing);
await tester.tap(find.byType(UserTagDropdown));
await tester.pumpAndSettle();
await tester.tap(find.text('Filter by tag: userTagC').last);
// Await a small delay to allow the CpuProfilerController to finish
// processing data for the new user tag.
await Future.delayed(const Duration(seconds: 1));
await tester.pumpAndSettle();
await tester.tap(find.text('Expand All'));
await tester.pumpAndSettle();
expect(
controller.cpuProfileData!.profileMetaData.time!.duration
.inMicroseconds,
equals(100),
);
expect(find.richTextContaining('Frame1'), findsNothing);
expect(find.richTextContaining('Frame2'), findsNothing);
expect(find.richTextContaining('Frame3'), findsNothing);
expect(find.richTextContaining('Frame4'), findsNothing);
expect(find.richTextContaining('Frame5'), findsOneWidget);
expect(find.richTextContaining('Frame6'), findsOneWidget);
expect(find.text('userTagA'), findsNothing);
expect(find.text('userTagB'), findsNothing);
expect(find.text('userTagC'), findsNothing);
});
},
);
});
group('Group by ', () {
late ProfilerScreenController controller;
setUp(() async {
controller = ProfilerScreenController();
// Await a small delay to allow the ProfilerScreenController to complete
// initialization.
await Future.delayed(const Duration(seconds: 1));
preferences.toggleVmDeveloperMode(true);
cpuProfileData = CpuProfileData.parse(cpuProfileDataWithUserTagsJson);
for (final filter in controller
.cpuProfilerController.activeFilter.value.toggleFilters) {
filter.enabled.value = false;
}
final data = CpuProfilePair(
functionProfile: cpuProfileData,
// Function and code profiles have the same structure, so just use
// the function profile in place of a dedicated code profile for
// testing since we don't care about the contents as much as we
// care about testing the ability to switch between function and
// code profile views.
codeProfile: cpuProfileData,
);
await data.process(
transformer: controller.cpuProfilerController.transformer,
processId: 'test',
);
// Call this to force the value of `_dataByTag[userTagNone]` to be set.
controller.cpuProfilerController.loadProcessedData(
data,
storeAsUserTagNone: true,
);
});
testWidgetsWithWindowSize('user tags', windowSize, (tester) async {
await tester.runAsync(() async {
// We need to pump the entire `ProfilerScreenBody` widget because the
// CpuProfiler widget has `cpuProfileData` passed in from there, and
// CpuProfiler needs to be rebuilt on data updates.
await tester.pumpWidget(
wrapWithControllers(
const ProfilerScreenBody(),
profiler: controller,
),
);
await tester.pump();
await tester.tap(find.text('Call Tree'));
await tester.pumpAndSettle();
expect(find.byType(CpuCallTreeTable), findsOneWidget);
await tester.tap(find.byType(UserTagDropdown));
await tester.pumpAndSettle();
await tester.tap(find.text('Group by: User Tag').last);
// Await a small delay to allow the CpuProfilerController to finish
// processing data for the new user tag.
await Future.delayed(const Duration(seconds: 1));
await tester.pumpAndSettle();
await tester.tap(find.text('Expand All'));
await tester.pumpAndSettle();
expect(find.richTextContaining('Frame1'), findsNWidgets(3));
expect(find.richTextContaining('Frame2'), findsNWidgets(2));
expect(find.richTextContaining('Frame3'), findsNWidgets(1));
expect(find.richTextContaining('Frame4'), findsNWidgets(1));
expect(find.richTextContaining('Frame5'), findsNWidgets(2));
expect(find.richTextContaining('Frame6'), findsNWidgets(1));
expect(find.richText('userTagA'), findsOneWidget);
expect(find.richText('userTagB'), findsOneWidget);
expect(find.richText('userTagC'), findsOneWidget);
});
});
testWidgetsWithWindowSize('VM tags', windowSize, (tester) async {
await tester.runAsync(() async {
// We need to pump the entire `ProfilerScreenBody` widget because the
// CpuProfiler widget has `cpuProfileData` passed in from there, and
// CpuProfiler needs to be rebuilt on data updates.
await tester.pumpWidget(
wrapWithControllers(
const ProfilerScreenBody(),
profiler: controller,
),
);
await tester.pump();
await tester.tap(find.text('Call Tree'));
await tester.pumpAndSettle();
expect(find.byType(CpuCallTreeTable), findsOneWidget);
await tester.tap(find.byType(UserTagDropdown));
await tester.pumpAndSettle();
await tester.tap(find.text('Group by: VM Tag').last);
// Await a small delay to allow the CpuProfilerController to finish
// processing data for the new user tag.
await Future.delayed(const Duration(seconds: 1));
await tester.pumpAndSettle();
await tester.tap(find.text('Expand All'));
await tester.pumpAndSettle();
expect(find.richTextContaining('Frame1'), findsNWidgets(3));
expect(find.richTextContaining('Frame2'), findsNWidgets(2));
expect(find.richTextContaining('Frame3'), findsNWidgets(1));
expect(find.richTextContaining('Frame4'), findsNWidgets(1));
expect(find.richTextContaining('Frame5'), findsNWidgets(2));
expect(find.richTextContaining('Frame6'), findsNWidgets(1));
expect(find.richText('vmTagA'), findsOneWidget);
expect(find.richText('vmTagB'), findsOneWidget);
expect(find.richText('vmTagC'), findsOneWidget);
// Check that disabling VM developer mode when grouping by VM tag
// automatically resets the view to 'Filter by tag: none'.
preferences.toggleVmDeveloperMode(false);
await tester.pumpAndSettle();
expect(find.byType(CpuCallTreeTable), findsOneWidget);
expect(find.text('Filter by tag: none'), findsOneWidget);
await tester.tap(find.byType(UserTagDropdown));
await tester.pumpAndSettle();
expect(find.text('Group by: VM Tag'), findsNothing);
});
});
});
});
group('$CpuProfileStats', () {
testWidgets('displays correctly', (WidgetTester tester) async {
final metadata = CpuProfileMetaData(
sampleCount: 100,
samplePeriod: 100,
stackDepth: 128,
time: TimeRange()
..start = const Duration()
..end = const Duration(microseconds: 10000),
);
await tester.pumpWidget(wrap(CpuProfileStats(metadata: metadata)));
await tester.pumpAndSettle();
expect(
find.byTooltip('The duration of time spanned by the CPU samples'),
findsOneWidget,
);
expect(
find.byTooltip('The number of samples included in the profile'),
findsOneWidget,
);
expect(
find.byTooltip(
'The frequency at which samples are collected by the profiler'
' (once every 100 micros)',
),
findsOneWidget,
);
expect(
find.byTooltip('The maximum stack trace depth of a collected sample'),
findsOneWidget,
);
expect(find.text('Duration: 10.0 ms'), findsOneWidget);
expect(find.text('Sample count: 100'), findsOneWidget);
expect(find.text('Sampling rate: 10000 Hz'), findsOneWidget);
expect(find.text('Sampling depth: 128'), findsOneWidget);
});
testWidgets(
'displays correctly for invalid data',
(WidgetTester tester) async {
final metadata = CpuProfileMetaData(
sampleCount: 100,
samplePeriod: 0,
stackDepth: 128,
time: TimeRange()
..start = const Duration()
..end = const Duration(microseconds: 10000),
);
await tester.pumpWidget(wrap(CpuProfileStats(metadata: metadata)));
await tester.pumpAndSettle();
expect(
find.byTooltip('The duration of time spanned by the CPU samples'),
findsOneWidget,
);
expect(
find.byTooltip('The number of samples included in the profile'),
findsOneWidget,
);
expect(
find.byTooltip(
'The frequency at which samples are collected by the profiler',
),
findsOneWidget,
);
expect(
find.byTooltip('The maximum stack trace depth of a collected sample'),
findsOneWidget,
);
expect(find.text('Duration: 10.0 ms'), findsOneWidget);
expect(find.text('Sample count: 100'), findsOneWidget);
expect(find.text('Sampling rate: -- Hz'), findsOneWidget);
expect(find.text('Sampling depth: 128'), findsOneWidget);
},
);
});
}
| devtools/packages/devtools_app/test/cpu_profiler/cpu_profiler_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/cpu_profiler/cpu_profiler_test.dart",
"repo_id": "devtools",
"token_count": 13797
} | 140 |
// Copyright 2020 The Chromium Authors. 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:devtools_app/devtools_app.dart';
import 'package:devtools_app/src/screens/debugger/debugger_model.dart';
import 'package:devtools_app/src/shared/diagnostics/primitives/source_location.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import 'package:vm_service/vm_service.dart';
void main() {
late FakeServiceConnectionManager fakeServiceConnection;
late MockDebuggerController debuggerController;
late MockScriptManager scriptManager;
const windowSize = Size(4000.0, 4000.0);
setUp(() {
fakeServiceConnection = FakeServiceConnectionManager();
scriptManager = MockScriptManager();
mockConnectedApp(
fakeServiceConnection.serviceManager.connectedApp!,
isProfileBuild: false,
isFlutterApp: true,
isWebApp: false,
);
setGlobal(ServiceConnectionManager, fakeServiceConnection);
setGlobal(IdeTheme, IdeTheme());
setGlobal(NotificationService, NotificationService());
setGlobal(BreakpointManager, BreakpointManager());
setGlobal(ScriptManager, scriptManager);
setGlobal(
DevToolsEnvironmentParameters,
ExternalDevToolsEnvironmentParameters(),
);
setGlobal(PreferencesController, PreferencesController());
fakeServiceConnection.consoleService.ensureServiceInitialized();
when(fakeServiceConnection.errorBadgeManager.errorCountNotifier('debugger'))
.thenReturn(ValueNotifier<int>(0));
debuggerController = createMockDebuggerControllerWithDefaults();
});
Future<void> pumpDebuggerScreen(
WidgetTester tester,
DebuggerController controller,
) async {
await tester.pumpWidget(
wrapWithControllers(
const DebuggerWindows(),
debugger: controller,
),
);
}
testWidgetsWithWindowSize(
'Call Stack shows items',
windowSize,
(WidgetTester tester) async {
final stackFrames = [
Frame(
index: 0,
code: CodeRef(
name: 'testCodeRef',
id: 'testCodeRef',
kind: CodeKind.kDart,
),
location: SourceLocation(
script:
ScriptRef(uri: 'package:test/script.dart', id: 'script.dart'),
tokenPos: 10,
),
kind: FrameKind.kRegular,
),
Frame(
index: 1,
location: SourceLocation(
script:
ScriptRef(uri: 'package:test/script1.dart', id: 'script1.dart'),
tokenPos: 10,
),
kind: FrameKind.kRegular,
),
Frame(
index: 2,
code: CodeRef(
name: '[Unoptimized] testCodeRef2',
id: 'testCodeRef2',
kind: CodeKind.kDart,
),
location: SourceLocation(
script:
ScriptRef(uri: 'package:test/script2.dart', id: 'script2.dart'),
tokenPos: 10,
),
kind: FrameKind.kRegular,
),
Frame(
index: 3,
code: CodeRef(
name: 'testCodeRef3.<anonymous closure>',
id: 'testCodeRef3.closure',
kind: CodeKind.kDart,
),
location: SourceLocation(
script:
ScriptRef(uri: 'package:test/script3.dart', id: 'script3.dart'),
tokenPos: 10,
),
kind: FrameKind.kRegular,
),
Frame(
index: 4,
location: SourceLocation(
script:
ScriptRef(uri: 'package:test/script4.dart', id: 'script4.dart'),
tokenPos: 10,
),
kind: FrameKind.kAsyncSuspensionMarker,
),
Frame(
index: 5,
code: CodeRef(
name: '_createTimer',
id: 'testJsCodeRefId',
kind: CodeKind.kNative,
),
location: SourceLocation(
script: ScriptRef(
uri: 'http://localhost:63691/dwds/src/injected/client.js',
id: 'jsScriptId',
),
tokenPos: 12,
),
kind: FrameKind.kRegular,
),
];
final stackFramesWithLocation =
stackFrames.map<StackFrameAndSourcePosition>((frame) {
return StackFrameAndSourcePosition(
frame,
position: SourcePosition(
line: stackFrames.indexOf(frame),
column: 10,
),
);
}).toList();
when(debuggerController.stackFramesWithLocation)
.thenReturn(ValueNotifier(stackFramesWithLocation));
final codeViewController = debuggerController.codeViewController;
when(codeViewController.showFileOpener).thenReturn(ValueNotifier(false));
await pumpDebuggerScreen(tester, debuggerController);
expect(find.text('Call Stack'), findsOneWidget);
// Stack frame 0
expect(
find.byWidgetPredicate(
(Widget widget) =>
widget is RichText &&
widget.text.toPlainText().contains('testCodeRef script.dart:0'),
),
findsOneWidget,
);
// verify that the frame has a tooltip
expect(
find.byTooltip('testCodeRef script.dart:0'),
findsOneWidget,
);
// Stack frame 1
expect(
find.byWidgetPredicate(
(Widget widget) =>
widget is RichText &&
widget.text.toPlainText().contains('<none> script1.dart:1'),
),
findsOneWidget,
);
// Stack frame 2
expect(
find.byWidgetPredicate(
(Widget widget) =>
widget is RichText &&
widget.text.toPlainText().contains('testCodeRef2 script2.dart:2'),
),
findsOneWidget,
);
// Stack frame 3
expect(
find.byWidgetPredicate(
(Widget widget) =>
widget is RichText &&
widget.text
.toPlainText()
.contains('testCodeRef3.<closure> script3.dart:3'),
),
findsOneWidget,
);
// Stack frame 4
expect(find.text('<async break>'), findsOneWidget);
// Stack frame 5
expect(
find.byWidgetPredicate(
(Widget widget) =>
widget is RichText &&
widget.text
.toPlainText()
.contains('<native code: _createTimer> client.js'),
),
findsOneWidget,
);
},
);
}
| devtools/packages/devtools_app/test/debugger/debugger_screen_call_stack_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/debugger/debugger_screen_call_stack_test.dart",
"repo_id": "devtools",
"token_count": 3153
} | 141 |
// Copyright 2024 The Chromium Authors. 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:devtools_app/devtools_app.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
group('$ExtensionService', () {
// TODO(kenz): add tests for the ExtensionService class.
});
}
| devtools/packages/devtools_app/test/extensions/extension_service_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/extensions/extension_service_test.dart",
"repo_id": "devtools",
"token_count": 119
} | 142 |
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@TestOn('vm')
import 'package:devtools_app/devtools_app.dart';
import 'package:devtools_app/src/screens/logging/_log_details.dart';
import 'package:devtools_app/src/screens/logging/_logs_table.dart';
import 'package:devtools_app/src/screens/logging/_message_column.dart';
import 'package:devtools_app/src/service/service_extension_widgets.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import '../test_infra/utils/test_utils.dart';
void main() {
late LoggingScreen screen;
late MockLoggingController mockLoggingController;
const windowSize = Size(1000.0, 1000.0);
group('Logging Screen', () {
Future<void> pumpLoggingScreen(WidgetTester tester) async {
await tester.pumpWidget(
wrapWithControllers(
const LoggingScreenBody(),
logging: mockLoggingController,
),
);
}
setUp(() {
mockLoggingController = createMockLoggingControllerWithDefaults();
final FakeServiceConnectionManager fakeServiceConnection =
FakeServiceConnectionManager();
when(
fakeServiceConnection.serviceManager.connectedApp!.isFlutterWebAppNow,
).thenReturn(false);
when(fakeServiceConnection.serviceManager.connectedApp!.isProfileBuildNow)
.thenReturn(false);
when(
fakeServiceConnection.errorBadgeManager.errorCountNotifier('logging'),
).thenReturn(ValueNotifier<int>(0));
setGlobal(NotificationService, NotificationService());
setGlobal(
DevToolsEnvironmentParameters,
ExternalDevToolsEnvironmentParameters(),
);
setGlobal(PreferencesController, PreferencesController());
setGlobal(ServiceConnectionManager, fakeServiceConnection);
setGlobal(IdeTheme, IdeTheme());
screen = LoggingScreen();
});
testWidgets('builds its tab', (WidgetTester tester) async {
await tester.pumpWidget(wrap(Builder(builder: screen.buildTab)));
expect(find.text('Logging'), findsOneWidget);
});
testWidgetsWithWindowSize(
'copy log contents',
windowSize,
(WidgetTester tester) async {
final LogData logA = LogData('TEST A', 'Log A', 123);
final LogData logB = LogData('TEST B', 'Log B', 124);
mockLoggingController = createMockLoggingControllerWithDefaults(
data: [
logA,
logB,
],
);
String clipboardContents = '';
setupClipboardCopyListener(
clipboardContentsCallback: (contents) {
clipboardContents = contents ?? '';
},
);
await pumpLoggingScreen(tester);
await tester.tap(find.byTooltip('Copy filtered logs'));
expect(
clipboardContents,
equals(
[
'${logA.timestamp} [${logA.kind}] ${logA.details}',
'${logB.timestamp} [${logB.kind}] ${logB.details}',
].joinWithTrailing('\n'),
),
);
},
);
testWidgetsWithWindowSize(
'builds with no data',
windowSize,
(WidgetTester tester) async {
await pumpLoggingScreen(tester);
expect(find.byType(LoggingScreenBody), findsOneWidget);
expect(find.byType(LogsTable), findsOneWidget);
expect(find.byType(LogDetails), findsOneWidget);
expect(find.byType(ClearButton), findsOneWidget);
expect(find.byType(TextField), findsOneWidget);
expect(find.byType(DevToolsFilterButton), findsOneWidget);
expect(find.byType(SettingsOutlinedButton), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'can clear logs',
windowSize,
(WidgetTester tester) async {
await pumpLoggingScreen(tester);
verifyNever(mockLoggingController.clear());
await tester.tap(find.byType(ClearButton));
verify(mockLoggingController.clear()).called(1);
},
);
testWidgetsWithWindowSize(
'search field is disabled with no data',
windowSize,
(WidgetTester tester) async {
await pumpLoggingScreen(tester);
verifyNever(mockLoggingController.clear());
final textFieldFinder = find.byType(TextField);
expect(textFieldFinder, findsOneWidget);
final TextField textField = tester.widget(textFieldFinder) as TextField;
expect(textField.enabled, isFalse);
},
);
testWidgetsWithWindowSize(
'can toggle structured errors',
windowSize,
(WidgetTester tester) async {
final serviceConnection = FakeServiceConnectionManager();
when(serviceConnection.serviceManager.connectedApp!.isFlutterWebAppNow)
.thenReturn(false);
when(serviceConnection.serviceManager.connectedApp!.isProfileBuildNow)
.thenReturn(false);
setGlobal(
ServiceConnectionManager,
serviceConnection,
);
await pumpLoggingScreen(tester);
await tester.tap(find.byType(SettingsOutlinedButton));
await tester.pump();
Switch toggle = tester.widget(
find.descendant(
of: find.byType(StructuredErrorsToggle),
matching: find.byType(Switch),
),
);
expect(toggle.value, false);
serviceConnection.serviceManager.serviceExtensionManager
.fakeServiceExtensionStateChanged(
structuredErrors.extension,
'true',
);
await tester.pumpAndSettle();
toggle = tester.widget(find.byType(Switch));
expect(toggle.value, true);
// TODO(djshuckerow): Hook up fake extension state querying.
},
);
group('MessageColumn', () {
late MessageColumn column;
setUp(() {
column = MessageColumn();
});
test('compare sorts logs correctly', () {
final a = LogData('test', 'Hello world', 1);
final b = LogData('test', 'Test test test', 1);
expect(column.compare(a, b), equals(-1));
});
test('compare special cases sorting for frame logs', () {
final a = LogData('flutter.frame', '#9 3.6ms ', 1);
final b = LogData('flutter.frame', '#10 3.6ms ', 1);
expect(column.compare(a, b), equals(-1));
// The number of spaces between the frame number and duration as well
// as after the duration can be inconsistent. Verify that the regexp
// still works.
final c = LogData('flutter.frame', '#10 3.6ms', 1);
final d = LogData('flutter.frame', '#9 3.6ms ', 1);
expect(column.compare(c, d), equals(1));
final e = LogData('flutter.frame', '#10 3.6ms ', 1);
final f = LogData('flutter.frame', '#9foo 3.6ms ', 1);
expect(column.compare(e, f), equals(-1));
final l1 = LogData('flutter.frame', '#2 3.6ms ', 1);
final l2 = LogData('flutter.frame', '#2NOTAMATCH 3.6ms ', 1);
final l3 = LogData('flutter.frame', '#10 3.6ms ', 1);
final l4 = LogData('flutter.frame', '#10NOTAMATCH 3.6ms ', 1);
final l5 = LogData('flutter.frame', '#11 3.6ms ', 1);
final l6 = LogData('flutter.frame', '#11NOTAMATCH 3.6ms ', 1);
final list = [l1, l2, l3, l4, l5, l6];
list.sort(column.compare);
expect(list[0], equals(l1));
expect(list[1], equals(l3));
expect(list[2], equals(l5));
expect(list[3], equals(l4));
expect(list[4], equals(l6));
expect(list[5], equals(l2));
});
});
});
}
| devtools/packages/devtools_app/test/logging/logging_screen_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/logging/logging_screen_test.dart",
"repo_id": "devtools",
"token_count": 3282
} | 143 |
// Copyright 2022 The Chromium Authors. 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:devtools_app/src/shared/memory/adapted_heap_data.dart';
import 'package:devtools_app/src/shared/memory/adapted_heap_object.dart';
import 'package:devtools_app/src/shared/memory/class_name.dart';
import 'package:flutter_test/flutter_test.dart';
class _HeapPathTest {
_HeapPathTest(
this.name,
this.heapPath, {
required this.isRetainedBySameClass,
});
final String name;
final HeapPath heapPath;
final bool isRetainedBySameClass;
}
final _heapPathTests = <_HeapPathTest>[
_HeapPathTest(
'empty',
HeapPath([]),
isRetainedBySameClass: false,
),
_HeapPathTest(
'one item',
HeapPath([_objectForClass('myLib', 'myClass')]),
isRetainedBySameClass: false,
),
_HeapPathTest(
'two different',
HeapPath([
_objectForClass('myLib1', 'myClass'),
_objectForClass('myLib2', 'myClass'),
]),
isRetainedBySameClass: false,
),
_HeapPathTest(
'two identical',
HeapPath([
_objectForClass('myLib', 'myClass'),
_objectForClass('myLib', 'myClass'),
]),
isRetainedBySameClass: true,
),
_HeapPathTest(
'three identical',
HeapPath([
_objectForClass('myLib', 'myClass'),
_objectForClass('myLib', 'myClass'),
_objectForClass('myLib', 'myClass'),
]),
isRetainedBySameClass: true,
),
];
void main() {
test('$HeapPath.isRetainedBySameClass returns expected result for.', () {
for (final t in _heapPathTests) {
expect(
t.heapPath.isRetainedBySameClass,
t.isRetainedBySameClass,
reason: t.name,
);
}
});
}
AdaptedHeapObject _objectForClass(String lib, String theClass) =>
AdaptedHeapObject(
code: 1,
outRefs: {},
heapClass: HeapClassName.fromPath(className: theClass, library: lib),
shallowSize: 1,
);
| devtools/packages/devtools_app/test/memory/shared/heap/model_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/memory/shared/heap/model_test.dart",
"repo_id": "devtools",
"token_count": 815
} | 144 |
// Copyright 2022 The Chromium Authors. 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:devtools_app/devtools_app.dart';
import 'package:devtools_app/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing_model.dart';
import 'package:devtools_app/src/screens/performance/panes/frame_analysis/frame_hints.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import '../../test_infra/test_data/performance/sample_performance_data.dart';
void main() {
const windowSize = Size(4000.0, 1000.0);
group('FrameHints', () {
late MockEnhanceTracingController mockEnhanceTracingController;
late MockFrameAnalysis mockFrameAnalysis;
late MockFramePhase mockBuildPhase;
late MockFramePhase mockLayoutPhase;
late MockFramePhase mockPaintPhase;
late MockFramePhase mockRasterPhase;
setUp(() {
mockEnhanceTracingController = MockEnhanceTracingController();
mockFrameAnalysis = MockFrameAnalysis();
mockBuildPhase = MockFramePhase();
when(mockBuildPhase.title).thenReturn(FramePhaseType.build.display);
when(mockBuildPhase.type).thenReturn(FramePhaseType.build);
mockLayoutPhase = MockFramePhase();
when(mockLayoutPhase.title).thenReturn(FramePhaseType.layout.display);
when(mockLayoutPhase.type).thenReturn(FramePhaseType.layout);
mockPaintPhase = MockFramePhase();
when(mockPaintPhase.title).thenReturn(FramePhaseType.paint.display);
when(mockPaintPhase.type).thenReturn(FramePhaseType.paint);
mockRasterPhase = MockFramePhase();
when(mockRasterPhase.title).thenReturn(FramePhaseType.raster.display);
when(mockRasterPhase.type).thenReturn(FramePhaseType.raster);
setGlobal(IdeTheme, IdeTheme());
setGlobal(OfflineModeController, OfflineModeController());
final fakeServiceConnection = FakeServiceConnectionManager();
setGlobal(ServiceConnectionManager, fakeServiceConnection);
setGlobal(NotificationService, NotificationService());
mockConnectedApp(
fakeServiceConnection.serviceManager.connectedApp!,
isFlutterApp: true,
isProfileBuild: true,
isWebApp: false,
);
});
Future<void> pumpHints(
WidgetTester tester,
FrameAnalysis frameAnalysis,
) async {
await tester.pumpWidget(
wrapWithControllers(
FrameHints(
frameAnalysis: frameAnalysis,
enhanceTracingController: mockEnhanceTracingController,
),
performance: PerformanceController(),
),
);
expect(find.byType(FrameHints), findsOneWidget);
}
void createMockFrameAnalysis({
required MockFrameAnalysis frameAnalysis,
required FlutterFrame frame,
FramePhase? longestUiPhase,
bool buildsTracked = false,
bool layoutsTracked = false,
bool paintsTracked = false,
int saveLayerCount = 0,
int intrinsicsCount = 0,
}) {
when(frameAnalysis.frame).thenReturn(frame);
frame.enhanceTracingState = EnhanceTracingState(
builds: buildsTracked,
layouts: layoutsTracked,
paints: paintsTracked,
);
when(frameAnalysis.longestUiPhase).thenReturn(
longestUiPhase ?? mockBuildPhase,
);
when(frameAnalysis.saveLayerCount).thenReturn(saveLayerCount);
when(frameAnalysis.intrinsicOperationsCount).thenReturn(intrinsicsCount);
}
testWidgetsWithWindowSize(
'does not show hints when frame is not janky',
windowSize,
(WidgetTester tester) async {
when(mockFrameAnalysis.frame).thenReturn(testFrame0);
await pumpHints(tester, mockFrameAnalysis);
expect(
find.text('No suggestions for this frame - no jank detected.'),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'does show hints for janky frame',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: jankyFrame,
);
await pumpHints(tester, mockFrameAnalysis);
expect(
find.text('No suggestions for this frame - no jank detected.'),
findsNothing,
);
expect(find.text('UI Jank Detected'), findsOneWidget);
expect(find.byType(EnhanceTracingHint), findsOneWidget);
expect(find.byType(IntrinsicOperationsHint), findsNothing);
expect(find.text('Raster Jank Detected'), findsOneWidget);
expect(find.byType(RasterStatsHint), findsOneWidget);
expect(find.byType(CanvasSaveLayerHint), findsNothing);
expect(find.byType(ShaderCompilationHint), findsNothing);
},
);
group('enhance tracing hints', () {
testWidgetsWithWindowSize(
'shows hint when build tracing was enhanced',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: jankyFrame,
buildsTracked: true,
);
await pumpHints(tester, mockFrameAnalysis);
expect(
find.richTextContaining(
'Build was the longest UI phase in this frame. Since "Track widget '
'builds" was enabled while this frame was drawn, you should be able'
' to see timeline events for each widget built.',
),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'shows hint when build tracing was not enhanced',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: jankyFrame,
);
await pumpHints(tester, mockFrameAnalysis);
expect(
find.richTextContaining(
'Build was the longest UI phase in this frame. Consider enabling '
'"Track widget builds" from the ',
),
findsOneWidget,
);
expect(find.byType(SmallEnhanceTracingButton), findsOneWidget);
expect(
find.richTextContaining(
' options above and reproducing the behavior in your app.',
),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'shows hint when layout tracing was enhanced',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: jankyFrame,
longestUiPhase: mockLayoutPhase,
layoutsTracked: true,
);
await pumpHints(tester, mockFrameAnalysis);
expect(
find.richTextContaining(
'Layout was the longest UI phase in this frame. Since "Track '
'layouts" was enabled while this frame was drawn, you should be '
'able to see timeline events for each render object laid out.',
),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'shows hint when layout tracing was not enhanced',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: jankyFrame,
longestUiPhase: mockLayoutPhase,
);
await pumpHints(tester, mockFrameAnalysis);
expect(
find.richTextContaining(
'Layout was the longest UI phase in this frame. Consider enabling '
'"Track layouts" from the ',
),
findsOneWidget,
);
expect(find.byType(SmallEnhanceTracingButton), findsOneWidget);
expect(
find.richTextContaining(
' options above and reproducing the behavior in your app.',
),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'shows hint when paint tracing was enhanced',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: jankyFrame,
longestUiPhase: mockPaintPhase,
paintsTracked: true,
);
await pumpHints(tester, mockFrameAnalysis);
expect(
find.richTextContaining(
'Paint was the longest UI phase in this frame. Since "Track '
'paints" was enabled while this frame was drawn, you should be '
'able to see timeline events for each render object painted.',
),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'shows hint when paint tracing was not enhanced',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: jankyFrame,
longestUiPhase: mockPaintPhase,
);
await pumpHints(tester, mockFrameAnalysis);
expect(
find.richTextContaining(
'Paint was the longest UI phase in this frame. Consider enabling '
'"Track paints" from the ',
),
findsOneWidget,
);
expect(find.byType(SmallEnhanceTracingButton), findsOneWidget);
expect(
find.richTextContaining(
' options above and reproducing the behavior in your app.',
),
findsOneWidget,
);
},
);
});
testWidgetsWithWindowSize(
'shows intrinsic operations hint',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: jankyFrame,
intrinsicsCount: 5,
);
await pumpHints(tester, mockFrameAnalysis);
expect(find.byType(IntrinsicOperationsHint), findsOneWidget);
expect(
find.richTextContaining(
'Intrinsic passes were performed 5 times during this frame. This '
'may negatively affect your app\'s performance.',
),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'shows canvas save layer hint',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: jankyFrame,
saveLayerCount: 5,
);
await pumpHints(tester, mockFrameAnalysis);
expect(find.byType(CanvasSaveLayerHint), findsOneWidget);
expect(
find.richTextContaining(
'Canvas.saveLayer() was called 5 times during this frame. This '
'may negatively affect your app\'s performance.',
),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'shows shader compilation hint',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: testFrameWithShaderJank,
);
await pumpHints(tester, mockFrameAnalysis);
expect(find.byType(ShaderCompilationHint), findsOneWidget);
expect(
find.richTextContaining(
' of shader compilation occurred during this frame. This may '
'negatively affect your app\'s performance',
),
findsOneWidget,
);
expect(
find.richTextContaining(
' Note: pre-compiling shaders is a legacy solution with many '
'pitfalls. Try',
),
findsOneWidget,
);
},
);
testWidgetsWithWindowSize(
'does not show impeller link on android',
windowSize,
(WidgetTester tester) async {
createMockFrameAnalysis(
frameAnalysis: mockFrameAnalysis,
frame: testFrameWithShaderJank,
);
mockConnectedApp(
serviceConnection.serviceManager.connectedApp!,
isFlutterApp: true,
isProfileBuild: true,
isWebApp: false,
os: 'android',
);
await pumpHints(tester, mockFrameAnalysis);
expect(find.byType(ShaderCompilationHint), findsOneWidget);
expect(
find.richTextContaining(
' of shader compilation occurred during this frame. This may '
'negatively affect your app\'s performance',
),
findsOneWidget,
);
expect(
find.richTextContaining(
' Note: pre-compiling shaders is a legacy solution with many '
'pitfalls. Try',
),
findsNothing,
);
},
);
});
}
| devtools/packages/devtools_app/test/performance/frame_analysis/frame_hints_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/performance/frame_analysis/frame_hints_test.dart",
"repo_id": "devtools",
"token_count": 5700
} | 145 |
// Copyright 2018 The Chromium Authors. 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:collection/collection.dart';
import 'package:devtools_app/src/shared/primitives/utils.dart';
import 'package:devtools_app/src/shared/screen.dart';
import 'package:devtools_app/src/shared/utils.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_shared/devtools_test_utils.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:provider/provider.dart';
void main() {
group('utils', () {
group('durationText', () {
test('infers unit based on duration', () {
expect(
durationText(Duration.zero),
equals('0 μs'),
);
expect(
durationText(const Duration(microseconds: 100)),
equals('0.1 ms'),
);
expect(
durationText(const Duration(microseconds: 99)),
equals('99 μs'),
);
expect(
durationText(const Duration(microseconds: 1000)),
equals('1.0 ms'),
);
expect(
durationText(const Duration(microseconds: 999900)),
equals('999.9 ms'),
);
expect(
durationText(const Duration(microseconds: 1000000)),
equals('1.0 s'),
);
expect(
durationText(const Duration(microseconds: 9000000)),
equals('9.0 s'),
);
});
test('displays proper number of fraction digits', () {
expect(
durationText(const Duration(microseconds: 99)),
equals('99 μs'),
);
expect(
durationText(
const Duration(microseconds: 99),
// Should ignore this since this will be displayed in microseconds.
fractionDigits: 3,
),
equals('99 μs'),
);
expect(
durationText(const Duration(microseconds: 3111)),
equals('3.1 ms'),
);
expect(
durationText(const Duration(microseconds: 3159), fractionDigits: 2),
equals('3.16 ms'),
);
expect(
durationText(const Duration(microseconds: 3111), fractionDigits: 3),
equals('3.111 ms'),
);
});
test('does not include unit when specified', () {
expect(
durationText(
const Duration(microseconds: 1000),
includeUnit: false,
),
equals('1.0'),
);
expect(
durationText(
const Duration(milliseconds: 10000),
includeUnit: false,
unit: DurationDisplayUnit.seconds,
),
equals('10.0'),
);
});
test('does not allow rounding to zero when specified', () {
// Setting [allowRoundingToZero] to false without specifying a unit
// throws an assertion error.
expect(
() {
durationText(Duration.zero, allowRoundingToZero: false);
},
throwsAssertionError,
);
// Displays zero for true zero values.
expect(
durationText(
Duration.zero,
allowRoundingToZero: false,
unit: DurationDisplayUnit.micros,
),
equals('0 μs'),
);
expect(
durationText(
Duration.zero,
allowRoundingToZero: false,
unit: DurationDisplayUnit.milliseconds,
),
equals('0.0 ms'),
);
expect(
durationText(
Duration.zero,
allowRoundingToZero: false,
unit: DurationDisplayUnit.seconds,
),
equals('0.0 s'),
);
// Displays less than text for close-to-zero values.
expect(
durationText(
const Duration(microseconds: 1),
allowRoundingToZero: false,
unit: DurationDisplayUnit.milliseconds,
),
equals('< 0.1 ms'),
);
expect(
durationText(
const Duration(microseconds: 1),
allowRoundingToZero: false,
unit: DurationDisplayUnit.seconds,
),
equals('< 0.1 s'),
);
// Only displays less than text values that would round to zero.
expect(
durationText(
const Duration(microseconds: 49),
allowRoundingToZero: false,
unit: DurationDisplayUnit.milliseconds,
),
equals('< 0.1 ms'),
);
expect(
durationText(
const Duration(microseconds: 50),
allowRoundingToZero: false,
unit: DurationDisplayUnit.milliseconds,
),
equals('0.1 ms'),
);
// Displays properly with fraction digits.
expect(
durationText(
const Duration(microseconds: 1),
fractionDigits: 3,
allowRoundingToZero: false,
unit: DurationDisplayUnit.milliseconds,
),
equals('< 0.001 ms'),
);
});
});
test('nullSafeMin', () {
expect(nullSafeMin<int>(1, 2), equals(1));
expect(nullSafeMin<int>(1, null), equals(1));
expect(nullSafeMin<int>(null, 2), equals(2));
expect(nullSafeMin<int>(null, null), equals(null));
});
test('nullSafeMin', () {
expect(nullSafeMax<int>(1, 2), equals(2));
expect(nullSafeMax<int>(1, null), equals(1));
expect(nullSafeMax<int>(null, 2), equals(2));
expect(nullSafeMax<int>(null, null), equals(null));
});
test('log2', () {
expect(log2(1), equals(0));
expect(log2(1.5), equals(0));
expect(log2(2), equals(1));
expect(log2(3), equals(1));
expect(log2(4), equals(2));
});
test('roundToNearestPow10', () {
expect(roundToNearestPow10(1), equals(1));
expect(roundToNearestPow10(2), equals(10));
expect(roundToNearestPow10(10), equals(10));
expect(roundToNearestPow10(11), equals(100));
expect(roundToNearestPow10(189), equals(1000));
expect(roundToNearestPow10(6581), equals(10000));
});
test('executeWithDelay', () async {
const delayMs = 500;
int n = 1;
int start = DateTime.now().millisecondsSinceEpoch;
int? end;
// Condition n >= 2 is false, so we should execute with a delay.
executeWithDelay(
const Duration(milliseconds: 500),
() {
n++;
end = DateTime.now().millisecondsSinceEpoch;
},
executeNow: n >= 2,
);
expect(n, equals(1));
expect(end, isNull);
await Future.delayed(const Duration(milliseconds: 250));
expect(n, equals(1));
expect(end, isNull);
await Future.delayed(const Duration(milliseconds: 250));
expect(n, equals(2));
expect(end, isNotNull);
// 1000ms is arbitrary. We want to ensure it doesn't run in less time than
// we requested (checked above), but we don't want to be too strict because
// shared CI CPUs can be slow.
const epsilonMs = 1000;
expect((end! - start - delayMs).abs(), lessThan(epsilonMs));
// Condition n >= 2 is true, so we should not execute with a delay.
end = null;
start = DateTime.now().millisecondsSinceEpoch;
executeWithDelay(
const Duration(milliseconds: 500),
() {
n++;
end = DateTime.now().millisecondsSinceEpoch;
},
executeNow: true,
);
expect(n, equals(3));
expect(end, isNotNull);
// 400ms is arbitrary. It is less than 500, which is what matters. This
// can be increased if this test starts to flake.
expect(end! - start, lessThan(400));
});
test('timeout', () async {
int value = 0;
Future<int> operation() async {
await Future.delayed(const Duration(milliseconds: 200));
return ++value;
}
expect(value, equals(0));
var result = await timeout<int>(operation(), 100);
await delay();
expect(value, equals(1));
expect(result, isNull);
result = await timeout<int>(operation(), 500);
await delay();
expect(value, equals(2));
expect(result, equals(2));
});
group('TimeRange', () {
test('toString', () {
final timeRange = TimeRange();
expect(timeRange.toString(), equals('[null μs - null μs]'));
timeRange
..start = const Duration(microseconds: 1000)
..end = const Duration(microseconds: 8000);
expect(timeRange.duration.inMicroseconds, equals(7000));
expect(timeRange.toString(), equals('[1000 μs - 8000 μs]'));
expect(
timeRange.toString(unit: TimeUnit.milliseconds),
equals('[1 ms - 8 ms]'),
);
});
test('overlaps', () {
final t = TimeRange()
..start = const Duration(milliseconds: 100)
..end = const Duration(milliseconds: 200);
final overlapBeginning = TimeRange()
..start = const Duration(milliseconds: 50)
..end = const Duration(milliseconds: 150);
final overlapMiddle = TimeRange()
..start = const Duration(milliseconds: 125)
..end = const Duration(milliseconds: 175);
final overlapEnd = TimeRange()
..start = const Duration(milliseconds: 150)
..end = const Duration(milliseconds: 250);
final overlapAll = TimeRange()
..start = const Duration(milliseconds: 50)
..end = const Duration(milliseconds: 250);
final noOverlap = TimeRange()
..start = const Duration(milliseconds: 300)
..end = const Duration(milliseconds: 400);
expect(t.overlaps(t), isTrue);
expect(t.overlaps(overlapBeginning), isTrue);
expect(t.overlaps(overlapMiddle), isTrue);
expect(t.overlaps(overlapEnd), isTrue);
expect(t.overlaps(overlapAll), isTrue);
expect(t.overlaps(noOverlap), isFalse);
});
test('containsRange', () {
final t = TimeRange()
..start = const Duration(milliseconds: 100)
..end = const Duration(milliseconds: 200);
final containsStart = TimeRange()
..start = const Duration(milliseconds: 50)
..end = const Duration(milliseconds: 150);
final containsStartAndEnd = TimeRange()
..start = const Duration(milliseconds: 125)
..end = const Duration(milliseconds: 175);
final containsEnd = TimeRange()
..start = const Duration(milliseconds: 150)
..end = const Duration(milliseconds: 250);
final invertedContains = TimeRange()
..start = const Duration(milliseconds: 50)
..end = const Duration(milliseconds: 250);
final containsNeither = TimeRange()
..start = const Duration(milliseconds: 300)
..end = const Duration(milliseconds: 400);
expect(t.containsRange(containsStart), isFalse);
expect(t.containsRange(containsStartAndEnd), isTrue);
expect(t.containsRange(containsEnd), isFalse);
expect(t.containsRange(invertedContains), isFalse);
expect(t.containsRange(containsNeither), isFalse);
});
test('start setter throws exception when single assignment is true', () {
expect(
() {
final t = TimeRange()..start = Duration.zero;
t.start = Duration.zero;
},
throwsAssertionError,
);
});
test('start setter throws exception when value is after end', () {
expect(
() {
final t = TimeRange()..end = const Duration(seconds: 1);
t.start = const Duration(seconds: 2);
},
throwsAssertionError,
);
});
test('end setter throws exception when single assignment is true', () {
expect(
() {
final t = TimeRange()..end = Duration.zero;
t.end = Duration.zero;
},
throwsAssertionError,
);
});
test('end setter throws exception when value is before start', () {
expect(
() {
final t = TimeRange()..start = const Duration(seconds: 1);
t.end = Duration.zero;
},
throwsAssertionError,
);
});
test('isWellFormed', () {
expect(
(TimeRange()
..start = Duration.zero
..end = Duration.zero)
.isWellFormed,
isTrue,
);
expect((TimeRange()..end = Duration.zero).isWellFormed, isFalse);
expect((TimeRange()..start = Duration.zero).isWellFormed, isFalse);
});
group('offset', () {
test('from well formed time range', () {
final t = TimeRange()
..start = const Duration(milliseconds: 100)
..end = const Duration(milliseconds: 200);
final offset = TimeRange.offset(
original: t,
offset: const Duration(milliseconds: 300),
);
expect(offset.start, equals(const Duration(milliseconds: 400)));
expect(offset.end, equals(const Duration(milliseconds: 500)));
});
test('from half formed time range', () {
var t = TimeRange()..start = const Duration(milliseconds: 100);
var offset = TimeRange.offset(
original: t,
offset: const Duration(milliseconds: 300),
);
expect(offset.start, equals(const Duration(milliseconds: 400)));
expect(offset.end, isNull);
t = TimeRange()..end = const Duration(milliseconds: 200);
offset = TimeRange.offset(
original: t,
offset: const Duration(milliseconds: 300),
);
expect(offset.start, isNull);
expect(offset.end, equals(const Duration(milliseconds: 500)));
});
test('from empty time range', () {
final t = TimeRange();
final offset = TimeRange.offset(
original: t,
offset: const Duration(milliseconds: 300),
);
expect(offset.start, isNull);
expect(offset.end, isNull);
});
});
});
test('formatDateTime', () {
expect(formatDateTime(DateTime(2020, 1, 16, 13)), '13:00:00.000');
});
test('longestFittingSubstring', () {
const asciiStr = 'ComponentElement.performRebuild';
const nonAsciiStr = 'ԪElement.updateChildԪ';
num slowMeasureCallback(_) => 100;
expect(
longestFittingSubstring(
asciiStr,
0,
asciiMeasurements,
slowMeasureCallback,
),
equals(''),
);
expect(
longestFittingSubstring(
asciiStr,
50,
asciiMeasurements,
slowMeasureCallback,
),
equals('Compo'),
);
expect(
longestFittingSubstring(
asciiStr,
224,
asciiMeasurements,
slowMeasureCallback,
),
equals('ComponentElement.performRebuild'),
);
expect(
longestFittingSubstring(
asciiStr,
300,
asciiMeasurements,
slowMeasureCallback,
),
equals('ComponentElement.performRebuild'),
);
expect(nonAsciiStr.codeUnitAt(0), greaterThanOrEqualTo(128));
expect(
longestFittingSubstring(
nonAsciiStr,
99,
asciiMeasurements,
slowMeasureCallback,
),
equals(''),
);
expect(
longestFittingSubstring(
nonAsciiStr,
100,
asciiMeasurements,
slowMeasureCallback,
),
equals('Ԫ'),
);
expect(
longestFittingSubstring(
nonAsciiStr,
230,
asciiMeasurements,
slowMeasureCallback,
),
equals('ԪElement.updateChild'),
);
expect(
longestFittingSubstring(
nonAsciiStr,
329,
asciiMeasurements,
slowMeasureCallback,
),
equals('ԪElement.updateChild'),
);
expect(
longestFittingSubstring(
nonAsciiStr,
330,
asciiMeasurements,
slowMeasureCallback,
),
equals('ԪElement.updateChildԪ'),
);
});
test('isLetter', () {
expect(isLetter('@'.codeUnitAt(0)), isFalse);
expect(isLetter('['.codeUnitAt(0)), isFalse);
expect(isLetter('`'.codeUnitAt(0)), isFalse);
expect(isLetter('{'.codeUnitAt(0)), isFalse);
expect(isLetter('A'.codeUnitAt(0)), isTrue);
expect(isLetter('Z'.codeUnitAt(0)), isTrue);
expect(isLetter('a'.codeUnitAt(0)), isTrue);
expect(isLetter('z'.codeUnitAt(0)), isTrue);
});
test('getSimpleStackFrameName', () {
String name =
'_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&'
'SchedulerBinding.handleBeginFrame';
expect(
getSimpleStackFrameName(name),
equals('SchedulerBinding.handleBeginFrame'),
);
name =
'_WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&'
'SchedulerBinding.handleBeginFrame.<anonymous closure>';
expect(
getSimpleStackFrameName(name),
equals('SchedulerBinding.handleBeginFrame.<closure>'),
);
name = '__CompactLinkedHashSet&_HashFieldBase&_HashBase&_OperatorEquals'
'AndHashCode&_SetMixin.toList';
expect(getSimpleStackFrameName(name), equals('_SetMixin.toList'));
name = 'ClassName&SuperClassName&\$BadClassName.method';
expect(getSimpleStackFrameName(name), equals('\$BadClassName.method'));
// Ampersand as C++ reference.
name =
'dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array '
'const&, dart::Array const&, unsigned long)';
expect(getSimpleStackFrameName(name), equals(name));
name =
'SkCanvas::drawTextBlob(SkTextBlob const*, float, float, SkPaint const&)';
expect(getSimpleStackFrameName(name), equals(name));
// No leading class names.
name = '_CustomZone.run';
expect(getSimpleStackFrameName(name), equals(name));
});
test('devToolsQueryParams', () {
expect(
devToolsQueryParams('http://localhost:123/?key=value.json&key2=123'),
equals({
'key': 'value.json',
'key2': '123',
}),
);
expect(
devToolsQueryParams('http://localhost:123/?key=value.json&key2=123'),
equals({
'key': 'value.json',
'key2': '123',
}),
);
for (final meta in ScreenMetaData.values) {
expect(
devToolsQueryParams(
'http://localhost:9101/${meta.id}?key=value.json&key2=123',
),
equals({
'key': 'value.json',
'key2': '123',
}),
);
}
});
group('safeDivide', () {
test('divides a finite result correctly', () {
expect(safeDivide(2.0, 1.0), 2.0);
expect(safeDivide(2, -4), -0.5);
});
test('produces the safe value on nan division', () {
expect(safeDivide(double.nan, 1.0), 0.0);
expect(safeDivide(double.nan, 1.0, ifNotFinite: 50.0), 50.0);
expect(safeDivide(0.0, double.nan, ifNotFinite: -5.0), -5.0);
});
test('produces the safe value on infinite division', () {
expect(safeDivide(double.infinity, 1.0), 0.0);
expect(
safeDivide(
double.nan,
double.negativeInfinity,
ifNotFinite: 50.0,
),
50.0,
);
});
test('produces the safe value on null division', () {
expect(safeDivide(null, 1.0), 0.0);
expect(safeDivide(1.0, null, ifNotFinite: 50.0), 50.0);
});
test('produces the safe value on division by zero', () {
expect(safeDivide(1.0, 0.0), 0.0);
expect(safeDivide(-50.0, 0.0, ifNotFinite: 10.0), 10.0);
});
});
group('Reporter', () {
int called = 0;
late Reporter reporter;
void call() {
called++;
}
setUp(() {
called = 0;
reporter = Reporter();
});
test('notifies listeners', () {
expect(reporter.hasListeners, false);
reporter.addListener(call);
expect(called, 0);
expect(reporter.hasListeners, true);
reporter.notify();
expect(called, 1);
reporter.notify();
reporter.notify();
expect(called, 3);
reporter.removeListener(call);
expect(called, 3);
});
test('notifies multiple listeners', () {
reporter.addListener(() => called++);
reporter.addListener(() => called++);
reporter.addListener(() => called++);
reporter.notify();
expect(called, 3);
// Note that because we passed in anonymous callbacks, there's no way
// to remove them.
});
test('deduplicates listeners', () {
reporter.addListener(call);
reporter.addListener(call);
reporter.notify();
expect(called, 1);
reporter.removeListener(call);
reporter.notify();
expect(called, 1);
});
test('safely removes multiple times', () {
reporter.removeListener(call);
reporter.addListener(call);
reporter.notify();
expect(called, 1);
reporter.removeListener(call);
reporter.removeListener(call);
reporter.notify();
expect(called, 1);
});
});
group('ValueReporter', () {
int called = 0;
void call() {
called++;
}
late ValueReporter<String?> reporter;
setUp(() {
reporter = ValueReporter(null);
});
test('notifies listeners', () {
expect(reporter.hasListeners, false);
reporter.addListener(call);
expect(called, 0);
expect(reporter.hasListeners, true);
reporter.value = 'first call';
expect(called, 1);
reporter.value = 'second call';
reporter.value = 'third call';
expect(called, 3);
reporter.removeListener(call);
reporter.value = 'fourth call';
expect(called, 3);
});
});
group('SafeAccess', () {
test('safeFirst', () {
final list = <int?>[];
final Iterable<int?> iterable = list;
expect(list.safeFirst, isNull);
expect(iterable.safeFirst, isNull);
list.addAll([1, 2, 3]);
expect(list.safeFirst, equals(1));
expect(iterable.safeFirst, equals(1));
list.insert(0, null);
expect(list.safeFirst, isNull);
expect(iterable.safeFirst, isNull);
});
test('safeLast', () {
final list = <int?>[];
expect(list.safeLast, isNull);
list.addAll([1, 2, 3]);
expect(list.safeLast, equals(3));
list.add(null);
expect(list.safeLast, isNull);
});
test('safeGet', () {
final list = <int>[];
expect(list.safeGet(0), isNull);
list.addAll([1, 2]);
expect(list.safeGet(0), equals(1));
expect(list.safeGet(1), equals(2));
expect(list.safeGet(-1), isNull);
});
test('safeRemoveLast', () {
final list = <int>[];
expect(list.safeRemoveLast(), isNull);
list.addAll([1, 2]);
expect(list.safeRemoveLast(), 2);
expect(list.safeRemoveLast(), 1);
expect(list.safeRemoveLast(), isNull);
});
});
});
group('LogicalKeySetExtension', () {
testWidgets('meta non-mac', (WidgetTester tester) async {
final keySet =
LogicalKeySet(LogicalKeyboardKey.meta, LogicalKeyboardKey.keyP);
expect(keySet.describeKeys(), 'Meta-P');
});
testWidgets('meta mac', (WidgetTester tester) async {
final keySet =
LogicalKeySet(LogicalKeyboardKey.meta, LogicalKeyboardKey.keyP);
expect(keySet.describeKeys(isMacOS: true), '⌘P');
});
testWidgets('ctrl', (WidgetTester tester) async {
final keySet =
LogicalKeySet(LogicalKeyboardKey.control, LogicalKeyboardKey.keyP);
expect(keySet.describeKeys(), 'Control-P');
});
});
group('MovingAverage', () {
const simpleDataSet = [
100,
200,
300,
500,
1000,
2000,
3000,
4000,
10000,
100000,
];
/// Data only has spikes.
const memorySizeDataSet = [
190432640,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
201045160,
198200392,
200144872,
210110632,
234077984,
229029504,
229029544,
231396416,
240465152,
303434344, // Spike @ [25] (clear)
302925712,
356093472,
354292096,
400654120,
400538848,
402336872,
444325760,
444933104,
341888120,
406070376,
343798216,
392421072,
392441080,
481891656,
481447920,
433271776,
464727280,
494727280,
564727280,
524727280,
534727280,
564727280,
764727280, // Spike @ [48]
964727280, // Spike @ [49]
1064727280, // Spike @ [50]
1464727280, // Spike @ [51]
2264727280, // Spike @ [52]
2500000000, // Spike @ [53]
];
/// Data has 5 spikes and 3 dips.
const dipsSpikesDataSet = [
190432640,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
190443808,
5500000, // Dips @ [12]
5600000,
7443808,
9043808,
11045160,
49800392, // Spikes @ [17]
60144872,
210110632, // Spikes @ [19]
234077984,
229029504,
229029544,
194000000,
80000000, // Dips @ [24]
100000000,
150000000,
240465152, // Spike @ [27]
303434344,
302925712,
356093472,
354292096,
400654120,
400538848,
402336872,
444325760,
444933104,
341888120,
406070376,
343798216,
392421072,
392441080,
481891656,
3000000, // Dips @ [43]
3100000,
3200000,
330000000, // Spike @ [46]
330000000,
330000000,
340000000,
340000000,
340000000,
964727280,
1064727280,
1464727280,
2264727280, // Spike @ [52]
2500000000,
];
void checkNewItemsAddedToDataSet(MovingAverage mA) {
mA.add(1000000);
mA.add(2000000);
mA.add(3000000);
expect(mA.dataSet.length, lessThan(mA.averagePeriod));
expect(mA.mean.toInt(), equals(470853));
expect(mA.hasSpike(), isTrue);
expect(mA.isDipping(), isFalse);
}
test('basic MA', () {
// Creation of MovingAverage statically.
final simpleMA = MovingAverage(newDataSet: simpleDataSet);
expect(simpleMA.dataSet.length, lessThan(simpleMA.averagePeriod));
expect(simpleMA.mean.toInt(), equals(12110));
checkNewItemsAddedToDataSet(simpleMA);
simpleMA.clear();
expect(simpleMA.mean, equals(0));
// Dynamically add data to MovingAverage data set.
for (int i = 0; i < simpleDataSet.length; i++) {
simpleMA.add(simpleDataSet[i]);
}
// Should be identical to static one from above.
expect(simpleMA.mean.toInt(), equals(12110));
checkNewItemsAddedToDataSet(simpleMA);
});
test('normal static MA', () {
// Creation of MovingAverage statically.
final mA = MovingAverage(newDataSet: memorySizeDataSet);
// Mean only calculated on last averagePeriod entries (50 default).
expect(mA.mean.toInt(), equals(462271799));
expect(mA.dataSet.length, equals(mA.averagePeriod));
expect(mA.hasSpike(), isTrue);
expect(mA.isDipping(), isFalse);
mA.clear();
expect(mA.mean, equals(0));
expect(mA.dataSet.length, equals(0));
});
test('dynamic spikes MA', () {
final mA = MovingAverage();
// Dynamically add data to MovingAverage data set.
for (int i = 0; i < 20; i++) {
mA.add(memorySizeDataSet[i]);
expect(mA.hasSpike(), isFalse);
expect(mA.isDipping(), isFalse);
}
expect(mA.mean.toInt(), equals(192829540));
for (int i = 20; i < 50; i++) {
mA.add(memorySizeDataSet[i]);
switch (i) {
case 25:
expect(mA.hasSpike(), isTrue);
expect(mA.isDipping(), isFalse);
mA.clear();
expect(mA.dataSet.length, 0);
break;
case 48:
case 49:
expect(mA.hasSpike(), isTrue);
expect(mA.isDipping(), isFalse);
break;
default:
expect(mA.dataSet.length, i < 25 ? i + 1 : i - 25);
expect(mA.hasSpike(), isFalse);
expect(mA.isDipping(), isFalse);
}
}
expect(mA.mean.toInt(), equals(469047851));
expect(mA.dataSet.length, 24);
for (int i = 50; i < memorySizeDataSet.length; i++) {
mA.add(memorySizeDataSet[i]);
switch (i) {
case 50:
expect(mA.mean.toInt(), equals(492875028));
expect(mA.hasSpike(), isTrue);
expect(mA.isDipping(), isFalse);
expect(mA.dataSet.length, equals(25));
break;
case 51:
expect(mA.mean.toInt(), equals(530253961));
expect(mA.hasSpike(), isTrue);
expect(mA.isDipping(), isFalse);
expect(mA.dataSet.length, equals(26));
break;
case 52:
expect(mA.mean.toInt(), equals(594493714));
expect(mA.hasSpike(), isTrue);
expect(mA.isDipping(), isFalse);
expect(mA.dataSet.length, equals(27));
break;
case 53:
expect(mA.mean.toInt(), equals(662547510));
expect(mA.hasSpike(), isTrue);
expect(mA.isDipping(), isFalse);
expect(mA.dataSet.length, equals(28));
break;
default:
expect(false, isTrue);
}
}
// dataSet was cleared on first spike @ item 25 so
// dataSet only has the remaining 28 entries.
expect(mA.dataSet.length, 28);
expect(mA.mean.toInt(), equals(662547510));
mA.clear();
expect(mA.mean, equals(0));
expect(mA.dataSet.length, equals(0));
});
test('dips and spikes MA', () {
final mA = MovingAverage();
// Dynamically add data to MovingAverage data set.
for (int i = 0; i < memorySizeDataSet.length; i++) {
mA.add(dipsSpikesDataSet[i]);
switch (i) {
case 12:
case 24:
case 43:
expect(mA.hasSpike(), isFalse);
expect(mA.isDipping(), isTrue);
break;
case 17:
case 19:
case 27:
case 46:
case 52:
expect(mA.hasSpike(), isTrue);
expect(mA.isDipping(), isFalse);
break;
default:
expect(mA.hasSpike(), isFalse);
expect(mA.isDipping(), isFalse);
}
if (mA.hasSpike() || mA.isDipping()) {
mA.clear();
expect(mA.dataSet.length, 0);
}
}
});
group('ListExtension', () {
test('joinWith generates correct list', () {
expect([1, 2, 3, 4].joinWith(0), equals([1, 0, 2, 0, 3, 0, 4]));
expect([1].joinWith(0), equals([1]));
expect(['a', 'b'].joinWith('z'), equals(['a', 'z', 'b']));
});
test('containsWhere', () {
final list = [1, 2, 1, 2, 3, 4];
expect(list.containsWhere((element) => element == 1), isTrue);
expect(list.containsWhere((element) => element == 5), isFalse);
expect(list.containsWhere((element) => element + 2 == 3), isTrue);
final otherList = ['hi', 'hey', 'foo', 'bar'];
expect(
otherList.containsWhere((element) => element.contains('h')),
isTrue,
);
expect(
otherList.containsWhere((element) => element.startsWith('ba')),
isTrue,
);
expect(
otherList.containsWhere((element) => element.endsWith('ba')),
isFalse,
);
});
test('allIndicesWhere', () {
final list = [1, 2, 1, 2, 3, 4];
expect(list.allIndicesWhere((element) => element.isEven), [1, 3, 5]);
expect(list.allIndicesWhere((element) => element.isOdd), [0, 2, 4]);
expect(list.allIndicesWhere((element) => element + 2 == 3), [0, 2]);
});
});
group('SetExtension', () {
test('containsWhere', () {
final set = {1, 2, 3, 4};
expect(set.containsWhere((element) => element == 1), isTrue);
expect(set.containsWhere((element) => element == 5), isFalse);
expect(set.containsWhere((element) => element + 2 == 3), isTrue);
final otherSet = {'hi', 'hey', 'foo', 'bar'};
expect(
otherSet.containsWhere((element) => element.contains('h')),
isTrue,
);
expect(
otherSet.containsWhere((element) => element.startsWith('ba')),
isTrue,
);
expect(
otherSet.containsWhere((element) => element.endsWith('ba')),
isFalse,
);
});
});
group('NullableStringExtension', () {
test('isNullOrEmpty', () {
String? str;
expect(str.isNullOrEmpty, isTrue);
str = '';
expect(str.isNullOrEmpty, isTrue);
str = 'hello';
expect(str.isNullOrEmpty, isFalse);
str = null;
expect(str.isNullOrEmpty, isTrue);
});
});
group('StringExtension', () {
test('fuzzyMatch', () {
const str = 'hello_world_file';
expect(str.caseInsensitiveFuzzyMatch('h'), isTrue);
expect(str.caseInsensitiveFuzzyMatch('o_'), isTrue);
expect(str.caseInsensitiveFuzzyMatch('hw'), isTrue);
expect(str.caseInsensitiveFuzzyMatch('hwf'), isTrue);
expect(str.caseInsensitiveFuzzyMatch('_e'), isTrue);
expect(str.caseInsensitiveFuzzyMatch('HWF'), isTrue);
expect(str.caseInsensitiveFuzzyMatch('_E'), isTrue);
expect(str.caseInsensitiveFuzzyMatch('hwfh'), isFalse);
expect(str.caseInsensitiveFuzzyMatch('hfw'), isFalse);
expect(str.caseInsensitiveFuzzyMatch('gello'), isFalse);
expect(str.caseInsensitiveFuzzyMatch('files'), isFalse);
});
test('caseInsensitiveContains', () {
const str = 'This is a test string with a path/to/uri';
expect(str.caseInsensitiveContains('test'), isTrue);
expect(str.caseInsensitiveContains('with a PATH/'), isTrue);
expect(str.caseInsensitiveContains('THIS IS A'), isTrue);
expect(str.caseInsensitiveContains('not a match'), isFalse);
expect(str.caseInsensitiveContains('test bool'), isFalse);
expect(
str.caseInsensitiveContains(RegExp('is.*path', caseSensitive: false)),
isTrue,
);
expect(
() => str.caseInsensitiveContains(RegExp('is.*path')),
throwsAssertionError,
);
expect(
str.caseInsensitiveContains(
RegExp('THIS IS.*TO/uri', caseSensitive: false),
),
isTrue,
);
expect(
str.caseInsensitiveContains(
RegExp('this.*does not match', caseSensitive: false),
),
isFalse,
);
});
test('caseInsensitiveEquals', () {
const str = 'hello, world!';
expect(str.caseInsensitiveEquals(str), isTrue);
expect(str.caseInsensitiveEquals('HELLO, WORLD!'), isTrue);
expect(str.caseInsensitiveEquals('hElLo, WoRlD!'), isTrue);
expect(str.caseInsensitiveEquals('hello'), isFalse);
expect(str.caseInsensitiveEquals(''), isFalse);
expect(str.caseInsensitiveEquals(null), isFalse);
expect(''.caseInsensitiveEquals(''), isTrue);
expect(''.caseInsensitiveEquals(null), isFalse);
// Complete match.
expect(
str.caseInsensitiveEquals(RegExp('h.*o.*', caseSensitive: false)),
isTrue,
);
// Incomplete match.
expect(
str.caseInsensitiveEquals(RegExp('h.*o', caseSensitive: false)),
isFalse,
);
// No match.
expect(
str.caseInsensitiveEquals(
RegExp('hello.* this does not match', caseSensitive: false),
),
isFalse,
);
});
test('caseInsensitiveAllMatches', () {
const str = 'This is a TEST. Test string is "test"';
final matches = 'test'.caseInsensitiveAllMatches(str).toList();
expect(matches.length, equals(3));
// First match: 'TEST'
expect(matches[0].start, equals(10));
expect(matches[0].end, equals(14));
// Second match: 'Test'
expect(matches[1].start, equals(16));
expect(matches[1].end, equals(20));
// Third match: 'test'
expect(matches[2].start, equals(32));
expect(matches[2].end, equals(36));
// Dart's allMatches returns 1 char matches when pattern is an empty string
expect(
''.caseInsensitiveAllMatches('hello world').length,
equals('hello world'.length + 1),
);
expect('*'.caseInsensitiveAllMatches('hello world'), isEmpty);
expect('test'.caseInsensitiveAllMatches(''), isEmpty);
expect('test'.caseInsensitiveAllMatches(null), isEmpty);
});
});
group('BoolExtension', () {
test('boolCompare', () {
expect(true.boolCompare(true), equals(0));
expect(false.boolCompare(false), equals(0));
expect(true.boolCompare(false), equals(-1));
expect(false.boolCompare(true), equals(1));
});
});
group('ProvidedControllerMixin', () {
setUp(() {
setGlobal(IdeTheme, IdeTheme());
});
testWidgets(
'updates controller when provided controller changes',
(WidgetTester tester) async {
final controller1 = TestProvidedController('id_1');
final controller2 = TestProvidedController('id_2');
final controllerNotifier =
ValueNotifier<TestProvidedController>(controller1);
final provider = ValueListenableBuilder<TestProvidedController>(
valueListenable: controllerNotifier,
builder: (context, controller, _) {
return Provider<TestProvidedController>.value(
value: controller,
child: Builder(
builder: (context) {
return wrapSimple(
const TestStatefulWidget(),
);
},
),
);
},
);
await tester.pumpWidget(provider);
expect(find.text('Value 1'), findsOneWidget);
expect(find.text('Controller id_1'), findsOneWidget);
controllerNotifier.value = controller2;
await tester.pumpAndSettle();
expect(find.text('Value 2'), findsOneWidget);
expect(find.text('Controller id_2'), findsOneWidget);
},
);
});
group('subtractMaps', () {
test('subtracts non-null maps', () {
final subtract = {1: 'subtract'};
final from = {1: 1.0, 2: 2.0};
_SubtractionResult? elementSubtractor({
required String? subtract,
required double? from,
}) =>
_SubtractionResult(subtract: subtract, from: from);
final result = subtractMaps<int, double, String, _SubtractionResult>(
subtract: subtract,
from: from,
subtractor: elementSubtractor,
);
expect(
const SetEquality<int>().equals(result.keys.toSet(), {1, 2}),
true,
);
expect(
result[1],
equals(_SubtractionResult(subtract: 'subtract', from: 1.0)),
);
expect(
result[2],
equals(_SubtractionResult(subtract: null, from: 2.0)),
);
});
test('subtracts null', () {
final from = {1: 1.0};
_SubtractionResult? elementSubtractor({
required String? subtract,
required double? from,
}) =>
_SubtractionResult(subtract: subtract, from: from);
final result = subtractMaps<int, double, String, _SubtractionResult>(
subtract: null,
from: from,
subtractor: elementSubtractor,
);
expect(const SetEquality<int>().equals(result.keys.toSet(), {1}), true);
expect(
result[1],
equals(_SubtractionResult(subtract: null, from: 1.0)),
);
});
test('subtracts from null', () {
final subtract = {1: 'subtract'};
_SubtractionResult? elementSubtractor({
required String? subtract,
required double? from,
}) =>
_SubtractionResult(subtract: subtract, from: from);
final result = subtractMaps<int, double, String, _SubtractionResult>(
subtract: subtract,
from: null,
subtractor: elementSubtractor,
);
expect(const SetEquality<int>().equals(result.keys.toSet(), {1}), true);
expect(
result[1],
equals(_SubtractionResult(subtract: 'subtract', from: null)),
);
});
});
});
group('joinWithTrailing', () {
test('joins no items', () {
expect(<String>[].joinWithTrailing(':'), equals(''));
});
test(' joins 1 item', () {
expect(['A'].joinWithTrailing(':'), equals('A:'));
});
test(' joins multiple items', () {
expect(['A', 'B', 'C'].joinWithTrailing(':'), equals('A:B:C:'));
});
});
test('devtoolsAssetsBasePath', () {
// This is how a DevTools url will be structured when DevTools is served
// directly from DDS using the `--observe` flag.
expect(
devtoolsAssetsBasePath(
origin: 'http://127.0.0.1:61962',
path: '/mb9Sw4gCYvU=/devtools/performance',
),
equals('http://127.0.0.1:61962/mb9Sw4gCYvU=/devtools'),
);
// This is how a DevTools url will be structured when served from DevTools
// server (e.g. from Flutter tools and from the `dart devtools` command).
expect(
devtoolsAssetsBasePath(
origin: 'http://127.0.0.1:61962',
path: '/performance',
),
equals('http://127.0.0.1:61962'),
);
});
}
class _SubtractionResult {
_SubtractionResult({
required this.subtract,
required this.from,
});
final String? subtract;
final double? from;
@override
bool operator ==(Object other) {
if (other.runtimeType != runtimeType) {
return false;
}
return other is _SubtractionResult &&
other.subtract == subtract &&
other.from == from;
}
@override
int get hashCode => Object.hash(subtract, from);
@override
String toString() => '$from - $subtract';
}
class TestProvidedController {
TestProvidedController(this.id);
final String id;
}
class TestStatefulWidget extends StatefulWidget {
const TestStatefulWidget({Key? key}) : super(key: key);
@override
State<TestStatefulWidget> createState() => _TestStatefulWidgetState();
}
class _TestStatefulWidgetState extends State<TestStatefulWidget>
with ProvidedControllerMixin<TestProvidedController, TestStatefulWidget> {
int _value = 0;
@override
void didChangeDependencies() {
super.didChangeDependencies();
if (!initController()) return;
_value++;
}
@override
Widget build(BuildContext context) {
return Column(
children: [
Text('Value $_value'),
Text('Controller ${controller.id}'),
],
);
}
}
// This was generated from a canvas with font size 14.0.
const asciiMeasurements = [
0,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
0,
3.8896484375,
3.8896484375,
3.8896484375,
3.8896484375,
3.8896484375,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
4.6619873046875,
0,
4.6619873046875,
4.6619873046875,
3.8896484375,
3.8896484375,
4.9697265625,
7.7861328125,
7.7861328125,
12.4482421875,
9.337890625,
2.6728515625,
4.662109375,
4.662109375,
5.4482421875,
8.17578125,
3.8896484375,
4.662109375,
3.8896484375,
3.8896484375,
7.7861328125,
7.7861328125,
7.7861328125,
7.7861328125,
7.7861328125,
7.7861328125,
7.7861328125,
7.7861328125,
7.7861328125,
7.7861328125,
3.8896484375,
3.8896484375,
8.17578125,
8.17578125,
8.17578125,
7.7861328125,
14.2119140625,
9.337890625,
9.337890625,
10.1103515625,
10.1103515625,
9.337890625,
8.5517578125,
10.8896484375,
10.1103515625,
3.8896484375,
7,
9.337890625,
7.7861328125,
11.662109375,
10.1103515625,
10.8896484375,
9.337890625,
10.8896484375,
10.1103515625,
9.337890625,
8.5517578125,
10.1103515625,
9.337890625,
13.2138671875,
9.337890625,
9.337890625,
8.5517578125,
3.8896484375,
3.8896484375,
3.8896484375,
6.5693359375,
7.7861328125,
4.662109375,
7.7861328125,
7.7861328125,
7,
7.7861328125,
7.7861328125,
3.8896484375,
7.7861328125,
7.7861328125,
3.1103515625,
3.1103515625,
7,
3.1103515625,
11.662109375,
7.7861328125,
7.7861328125,
7.7861328125,
7.7861328125,
4.662109375,
7,
3.8896484375,
7.7861328125,
7,
10.1103515625,
7,
7,
7,
4.67578125,
3.63671875,
4.67578125,
8.17578125,
0,
];
| devtools/packages/devtools_app/test/primitives/utils_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/primitives/utils_test.dart",
"repo_id": "devtools",
"token_count": 21876
} | 146 |
// Copyright 2021 The Chromium Authors. 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:devtools_app/src/shared/globals.dart';
import 'package:devtools_app_shared/service.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter_test/flutter_test.dart';
import '../test_infra/flutter_test_driver.dart';
import '../test_infra/flutter_test_environment.dart';
void main() {
final FlutterTestEnvironment env = FlutterTestEnvironment(
const FlutterRunConfiguration(withDebugger: true),
);
late Disposable isAlive;
setUp(() {
isAlive = Disposable();
});
tearDown(() async {
isAlive.dispose();
await env.tearDownEnvironment(force: true);
});
group('EvalOnDartLibrary', () {
test(
'getHashCode',
() async {
await env.setupEnvironment();
final eval = EvalOnDartLibrary(
'dart:core',
serviceConnection.serviceManager.service!,
serviceManager: serviceConnection.serviceManager,
);
final instance = await eval.safeEval('42', isAlive: isAlive);
await expectLater(
eval.getHashCode(instance, isAlive: isAlive),
completion(anyOf(isPositive, 0)),
);
},
timeout: const Timeout.factor(2),
);
group('asyncEval', () {
test(
'supports expressions that do not start with the await keyword',
() async {
await env.setupEnvironment();
final eval = EvalOnDartLibrary(
'dart:core',
serviceConnection.serviceManager.service!,
serviceManager: serviceConnection.serviceManager,
);
final instance = (await eval.asyncEval('42', isAlive: isAlive))!;
expect(instance.valueAsString, '42');
final instance2 =
(await eval.asyncEval('Future.value(42)', isAlive: isAlive))!;
expect(instance2.classRef!.name, '_Future');
},
timeout: const Timeout.factor(2),
);
test(
'returns the result of the future completion',
() async {
await env.setupEnvironment();
final mainIsolate =
serviceConnection.serviceManager.isolateManager.mainIsolate;
expect(mainIsolate, isNotNull);
final eval = EvalOnDartLibrary(
'dart:core',
serviceConnection.serviceManager.service!,
serviceManager: serviceConnection.serviceManager,
isolate: mainIsolate,
);
final instance = (await eval.asyncEval(
// The delay asserts that there is no issue with garbage collection
'await Future<int>.delayed(const Duration(milliseconds: 500), () => 42)',
isAlive: isAlive,
))!;
expect(instance.valueAsString, '42');
},
timeout: const Timeout.factor(2),
// TODO(https://github.com/flutter/devtools/issues/6998): if this flake
// is addressed, we can unskip this for the Flutter customer tests.
tags: skipForCustomerTestsTag,
);
test(
'throws FutureFailedException when the future is rejected',
() async {
await env.setupEnvironment();
final eval = EvalOnDartLibrary(
'dart:core',
serviceConnection.serviceManager.service!,
serviceManager: serviceConnection.serviceManager,
);
final instance = await eval
.asyncEval(
'await Future.error(StateError("foo"), StackTrace.current)',
isAlive: isAlive,
)
.then<FutureFailedException>(
(_) => throw Exception(
'The FutureFailedException was not thrown as expected.',
),
onError: (Object? err) => err,
);
expect(
instance.expression,
'await Future.error(StateError("foo"), StackTrace.current)',
);
final stack = await eval.safeEval(
'stack.toString()',
isAlive: isAlive,
scope: {
'stack': instance.stacktraceRef.id!,
},
);
expect(
stack.valueAsString,
startsWith('#0 Eval.<anonymous closure> ()'),
);
final error = await eval.safeEval(
'error.message',
isAlive: isAlive,
scope: {'error': instance.errorRef.id!},
);
expect(error.valueAsString, 'foo');
},
timeout: const Timeout.factor(2),
);
});
});
}
| devtools/packages/devtools_app/test/shared/eval_integration_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/shared/eval_integration_test.dart",
"repo_id": "devtools",
"token_count": 2125
} | 147 |
// Copyright 2019 The Chromium Authors. 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:devtools_app/src/shared/primitives/math_utils.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
test('sum', () {
expect(sum([1.0, 2.0, 3.0]), 6.0);
});
test('minimum', () {
expect(min([1.0, 2.0, 3.0]), 1.0);
});
test('maximum', () {
expect(max([1.0, 2.0, 3.0]), 3.0);
});
}
| devtools/packages/devtools_app/test/shared/math_utils_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/shared/math_utils_test.dart",
"repo_id": "devtools",
"token_count": 197
} | 148 |
// Copyright 2021 The Chromium Authors. 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:devtools_app/devtools_app.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter_test/flutter_test.dart';
// TODO(https://github.com/flutter/devtools/issues/3514): increase test coverage
void main() {
late TestSearchController searchController;
final testData = <TestSearchData>[
TestSearchData('Foo'),
TestSearchData('Bar'),
TestSearchData('FooBar'),
TestSearchData('Baz'),
TestSearchData('FooBaz'),
];
group('SearchControllerMixin', () {
setUp(() {
searchController = TestSearchController()..data.addAll(testData);
});
test('updates values for query', () {
expect(searchController.search, isEmpty);
expect(searchController.searchMatches.value, isEmpty);
searchController.search = 'foo';
expect(searchController.search, equals('foo'));
expect(searchController.searchMatches.value.length, equals(3));
expect(searchController.activeSearchMatch.value!.name, equals('Foo'));
expect(searchController.matchIndex.value, equals(1));
for (final data in testData) {
if (data.name.caseInsensitiveContains('foo')) {
expect(data.isSearchMatch, isTrue);
} else {
expect(data.isSearchMatch, isFalse);
}
}
});
test('updates values for empty query', () {
searchController.search = 'foo';
expect(searchController.search, equals('foo'));
expect(searchController.searchMatches.value.length, equals(3));
expect(searchController.activeSearchMatch.value!.name, equals('Foo'));
expect(searchController.matchIndex.value, equals(1));
for (final data in testData) {
if (data.name.caseInsensitiveContains('foo')) {
expect(data.isSearchMatch, isTrue);
} else {
expect(data.isSearchMatch, isFalse);
}
}
// Set the search query to the empty string
searchController.search = '';
expect(searchController.search, equals(''));
expect(searchController.searchMatches.value, isEmpty);
expect(searchController.activeSearchMatch.value, isNull);
expect(searchController.matchIndex.value, equals(0));
for (final data in testData) {
expect(data.isSearchMatch, isFalse);
}
});
});
}
class TestSearchController extends DisposableController
with SearchControllerMixin<TestSearchData> {
final data = <TestSearchData>[];
@override
List<TestSearchData> matchesForSearch(
String search, {
bool searchPreviousMatches = false,
}) {
return data
.where((element) => element.name.caseInsensitiveContains(search))
.toList();
}
}
class TestSearchData with SearchableDataMixin {
TestSearchData(this.name);
final String name;
}
| devtools/packages/devtools_app/test/shared/search_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/shared/search_test.dart",
"repo_id": "devtools",
"token_count": 1054
} | 149 |
// Copyright 2021 The Chromium Authors. 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:collection/collection.dart';
import 'package:devtools_app/src/screens/performance/panes/rebuild_stats/rebuild_stats_model.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
group('rebuild counts', () {
late RebuildCountModel rebuildCountModel;
setUp(() {
rebuildCountModel = RebuildCountModel();
});
RebuildLocation? getLocation(int locationId) {
return rebuildCountModel.locationStats.value
.firstWhereOrNull((entry) => entry.location.id == locationId);
}
RebuildLocation? getLocationForFrame({
required int frameId,
required int locationId,
}) {
return rebuildCountModel
.rebuildsForFrame(frameId)
?.firstWhereOrNull((entry) => entry.location.id == locationId);
}
test('handle locations', () {
rebuildCountModel.processRebuildEvent(jsonDecode(event1));
final locations = rebuildCountModel.locationStats.value;
expect(locations, isNotEmpty);
expect(getLocation(9)!.location.name, 'PlanetWidget');
expect(getLocation(9)!.buildCount, 22);
expect(rebuildCountModel.locationMap.locationsResolved.value, isTrue);
expect(getLocationForFrame(frameId: 1, locationId: 9)!.buildCount, 22);
rebuildCountModel.processRebuildEvent(jsonDecode(event3));
expect(getLocationForFrame(frameId: 1, locationId: 9)!.buildCount, 22);
expect(getLocationForFrame(frameId: 3, locationId: 9)!.buildCount, 11);
expect(getLocation(9)!.buildCount, 33);
expect(rebuildCountModel.locationMap.locationsResolved.value, isTrue);
rebuildCountModel.processRebuildEvent(jsonDecode(event2));
expect(getLocationForFrame(frameId: 2, locationId: 9)!.buildCount, 11);
expect(getLocation(9)!.buildCount, 44);
expect(rebuildCountModel.locationMap.locationsResolved.value, isTrue);
});
test('to json', () {
rebuildCountModel.processRebuildEvent(jsonDecode(event1));
rebuildCountModel.processRebuildEvent(jsonDecode(event3));
rebuildCountModel.processRebuildEvent(jsonDecode(event2));
final json = jsonEncode(rebuildCountModel.toJson());
rebuildCountModel = RebuildCountModel.parse(jsonDecode(json));
expect(getLocation(9)!.location.name, 'PlanetWidget');
expect(getLocation(9)!.buildCount, 44);
expect(getLocationForFrame(frameId: 1, locationId: 9)!.buildCount, 22);
expect(getLocationForFrame(frameId: 2, locationId: 9)!.buildCount, 11);
expect(getLocationForFrame(frameId: 3, locationId: 9)!.buildCount, 11);
});
test('unknown locations', () {
rebuildCountModel.processRebuildEvent(jsonDecode(event3));
expect(getLocation(9)!.buildCount, 11);
expect(rebuildCountModel.locationMap.locationsResolved.value, isFalse);
rebuildCountModel.processRebuildEvent(jsonDecode(event2));
expect(getLocation(9)!.buildCount, 22);
expect(rebuildCountModel.locationMap.locationsResolved.value, isFalse);
});
test('clearFromRestart', () {
rebuildCountModel.processRebuildEvent(jsonDecode(event1));
expect(rebuildCountModel.locationStats.value, isNotEmpty);
expect(getLocation(9)!.buildCount, 22);
rebuildCountModel.clearFromRestart();
expect(rebuildCountModel.locationStats.value, isEmpty);
});
test('clearAllCounts', () {
rebuildCountModel.processRebuildEvent(jsonDecode(event1));
expect(rebuildCountModel.locationStats.value, isNotEmpty);
expect(getLocation(9)!.buildCount, 22);
expect(rebuildCountModel.locationMap.locationsResolved.value, isTrue);
expect(rebuildCountModel.rebuildsForLastFrame, isNotEmpty);
rebuildCountModel.clearAllCounts();
expect(getLocation(9), isNull);
expect(rebuildCountModel.locationMap.locationsResolved.value, isTrue);
expect(rebuildCountModel.rebuildsForLastFrame, isNull);
});
test('clearAllCounts', () {
rebuildCountModel.processRebuildEvent(jsonDecode(event1));
expect(rebuildCountModel.locationStats.value, isNotEmpty);
expect(getLocation(9)!.buildCount, 22);
expect(rebuildCountModel.locationMap.locationsResolved.value, isTrue);
expect(rebuildCountModel.rebuildsForLastFrame, isNotEmpty);
rebuildCountModel.clearAllCounts();
expect(getLocation(9), isNull);
expect(rebuildCountModel.rebuildsForLastFrame, isNull);
});
});
}
const event1 =
'{"startTime":20558388,"frameNumber":1,"events":[1,1,2,1,3,1,4,1,6,1,7,2,9,22,10,22,11,22,12,22],"locations":{"file:///Users/devoncarew/projects/devoncarew/planets/lib/main.dart":{"ids":[1,2,3,4,6,7,9,10,11,12],"lines":[23,32,35,85,106,111,132,247,251,258],"columns":[10,12,13,12,18,20,18,12,14,16],"names":["PlanetsApp","MaterialApp","SolarSystemWidget","Scaffold","CustomPaint","ValueListenableBuilder","PlanetWidget","Positioned","GestureDetector","Container"]}}}';
const event2 =
'{"startTime":21386348,"frameNumber":2,"events":[7,1,9,11,10,11,11,11,12,11]}';
const event3 =
'{"startTime":22385849,"frameNumber":3,"events":[7,1,9,11,10,11,11,11,12,11]}';
const locationJson =
'{"file:///Users/devoncarew/projects/devoncarew/planets/lib/main.dart":{"ids":[1,2,3,4,6,7,9,10,11,12],"lines":[23,32,35,85,106,111,132,247,251,258],"columns":[10,12,13,12,18,20,18,12,14,16],"names":["PlanetsApp","MaterialApp","SolarSystemWidget","Scaffold","CustomPaint","ValueListenableBuilder","PlanetWidget","Positioned","GestureDetector","Container"]}}';
| devtools/packages/devtools_app/test/shared/widget_rebuild_counts_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/shared/widget_rebuild_counts_test.dart",
"repo_id": "devtools",
"token_count": 2103
} | 150 |
>// Copyright 2022 The Chromium Authors. All rights reserved.
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
>// Use of this source code is governed by a BSD-style license that can be
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
>// found in the LICENSE file.
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
>
>void values() {
#^^^^ storage.type.primitive.dart
# ^^^^^^ entity.name.function.dart
> final i = 1;
# ^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^ constant.numeric.dart
# ^ punctuation.terminator.dart
> final j = 2;
# ^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^ constant.numeric.dart
# ^ punctuation.terminator.dart
>
> print('the value of \$i is $i');
# ^^^^^ entity.name.function.dart
# ^^^^^^^^^^^^^^ string.interpolated.single.dart
# ^^ string.interpolated.single.dart constant.character.escape.dart
# ^^^^^ string.interpolated.single.dart
# ^ string.interpolated.single.dart string.interpolated.expression.dart
# ^ string.interpolated.single.dart string.interpolated.expression.dart variable.parameter.dart
# ^ string.interpolated.single.dart
# ^ punctuation.terminator.dart
> print('the value after \$i is ${i + 1}');
# ^^^^^ entity.name.function.dart
# ^^^^^^^^^^^^^^^^^ string.interpolated.single.dart
# ^^ string.interpolated.single.dart constant.character.escape.dart
# ^^^^^ string.interpolated.single.dart
# ^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^ string.interpolated.single.dart string.interpolated.expression.dart variable.parameter.dart
# ^^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^ string.interpolated.single.dart string.interpolated.expression.dart constant.numeric.dart
# ^ string.interpolated.single.dart string.interpolated.expression.dart
# ^ string.interpolated.single.dart
# ^ punctuation.terminator.dart
> print('the value of \$i + \$j is ${i + j}');
# ^^^^^ entity.name.function.dart
# ^^^^^^^^^^^^^^ string.interpolated.single.dart
# ^^ string.interpolated.single.dart constant.character.escape.dart
# ^^^^ string.interpolated.single.dart
# ^^ string.interpolated.single.dart constant.character.escape.dart
# ^^^^^ string.interpolated.single.dart
# ^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^ string.interpolated.single.dart string.interpolated.expression.dart variable.parameter.dart
# ^^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^ string.interpolated.single.dart string.interpolated.expression.dart variable.parameter.dart
# ^ string.interpolated.single.dart string.interpolated.expression.dart
# ^ string.interpolated.single.dart
# ^ punctuation.terminator.dart
>}
>
>void functions() {
#^^^^ storage.type.primitive.dart
# ^^^^^^^^^ entity.name.function.dart
> print('${() {
# ^^^^^ entity.name.function.dart
# ^ string.interpolated.single.dart
# ^^^^^^ string.interpolated.single.dart string.interpolated.expression.dart
> return 'Hello';
#^^^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^^^^^^ string.interpolated.single.dart string.interpolated.expression.dart variable.parameter.dart
# ^^^^^^^^^ string.interpolated.single.dart string.interpolated.expression.dart
> }}');
#^^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^^ string.interpolated.single.dart
# ^ punctuation.terminator.dart
> print('print(${() {
# ^^^^^ entity.name.function.dart
# ^^^^^^^ string.interpolated.single.dart
# ^^^^^^ string.interpolated.single.dart string.interpolated.expression.dart
> return 'Hello';
#^^^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^^^^^^ string.interpolated.single.dart string.interpolated.expression.dart variable.parameter.dart
# ^^^^^^^^^ string.interpolated.single.dart string.interpolated.expression.dart
> }()})');
#^^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^^^^^ string.interpolated.single.dart
# ^ punctuation.terminator.dart
> print('${() => 'Hello'}');
# ^^^^^ entity.name.function.dart
# ^ string.interpolated.single.dart
# ^^^^^^^^^^^^^^^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^ string.interpolated.single.dart
# ^ punctuation.terminator.dart
> print('print(${(() => 'Hello')()})');
# ^^^^^ entity.name.function.dart
# ^^^^^^^ string.interpolated.single.dart
# ^^^^^^^^^^^^^^^^^^^^ string.interpolated.single.dart string.interpolated.expression.dart
# ^^ string.interpolated.single.dart
# ^ punctuation.terminator.dart
>}
| devtools/packages/devtools_app/test/test_infra/goldens/syntax_highlighting/string_interpolation.dart.golden/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/goldens/syntax_highlighting/string_interpolation.dart.golden",
"repo_id": "devtools",
"token_count": 2749
} | 151 |
// Copyright 2023 The Chromium Authors. 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:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:stager/stager.dart';
extension StagerTestExtensions on WidgetTester {
Future<void> pumpScene(Scene scene) async {
await pumpWidget(
Builder(
builder: (BuildContext context) => scene.build(context),
),
);
}
}
| devtools/packages/devtools_app/test/test_infra/scenes/scene_test_extensions.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/scenes/scene_test_extensions.dart",
"repo_id": "devtools",
"token_count": 172
} | 152 |
// Copyright 2023 The Chromium Authors. 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:devtools_app/src/standalone_ui/api/impl/dart_tooling_api.dart';
import 'package:devtools_app/src/standalone_ui/api/impl/vs_code_api.dart';
import 'package:devtools_app/src/standalone_ui/api/vs_code_api.dart';
import 'package:json_rpc_2/json_rpc_2.dart' as json_rpc_2;
import 'package:stream_channel/stream_channel.dart';
/// A [DartToolingApi] that acts as a stand-in host IDE to simplify the
/// development workflow when working on embedded tooling.
///
/// This API will handle requests with canned responses and can generate
/// events in a similar way to the IDE would. It is used by
/// [VsCodeFlutterPanelMock] which provides a UI onto this functionality and a
/// log of recent requests.
class FakeDartToolingApi extends DartToolingApiImpl {
factory FakeDartToolingApi() {
// Set up channels where we can act as the server in-process without really
// going over postMessage or a WebSocket (since in the mock environment we
// can't do either).
final clientStreams = StreamController<String>();
final serverStreams = StreamController<String>();
// Capture traffic in both directions to aid development/debugging.
final log = StreamController<String>();
var logLine = 1;
Stream<String> logStream(Stream<String> stream, String prefix) {
return stream.map((item) {
log.add('${logLine++} $prefix $item');
return item;
});
}
final clientChannel = StreamChannel(
logStream(serverStreams.stream, '<=='),
clientStreams.sink,
);
final serverChannel = StreamChannel(
logStream(clientStreams.stream, '==>'),
serverStreams.sink,
);
final clientPeer = json_rpc_2.Peer(clientChannel);
final serverPeer = json_rpc_2.Peer(serverChannel);
unawaited(serverPeer.listen());
return FakeDartToolingApi._(
client: clientPeer,
server: serverPeer,
log: log.stream,
);
}
FakeDartToolingApi._({
required this.client,
required this.server,
required this.log,
}) : super.rpc(client) {
// Register methods as they'll be available in a real host.
server.registerMethod('vsCode.getCapabilities', () async {
return {
'executeCommand': true,
'selectDevice': true,
'openDevToolsPage': true,
'openDevToolsExternally': true,
'hotReload': true,
'hotRestart': true,
};
});
server.registerMethod('vsCode.initialize', initialize);
server.registerMethod('vsCode.executeCommand', executeCommand);
server.registerMethod('vsCode.selectDevice', selectDevice);
server.registerMethod('vsCode.enablePlatformType', enablePlatformType);
server.registerMethod('vsCode.openDevToolsPage', noOpHandler);
server.registerMethod('vsCode.hotReload', noOpHandler);
server.registerMethod('vsCode.hotRestart', noOpHandler);
}
final json_rpc_2.Peer client;
final json_rpc_2.Peer server;
/// The current set of enabled platform types.
///
/// Defaults are set in [connectDevices].
final _enabledPlatformTypes = <String>{};
/// The current set of devices being presented to the embedded panel.
final _devices = <VsCodeDevice>[];
/// The current set of devices whose platform types are enabled.
List<VsCodeDevice> get _enabledDevices => _devices
.where((device) => _enabledPlatformTypes.contains(device.platformType))
.toList();
/// The current set of devices whose platform types are not enabled.
List<VsCodeDevice> get _disabledDevices => _devices
.where((device) => !_enabledPlatformTypes.contains(device.platformType))
.toList();
/// The current set of debug sessions that are running.
final _debugSessions = <VsCodeDebugSession>[];
/// The number of the next debug session to start.
var _nextDebugSessionNumber = 1;
/// The currently selected device presented to the embedded panel.
String? _selectedDeviceId;
/// A stream of log events for debugging.
final Stream<String> log;
/// Simulates executing a VS Code command requested by the embedded panel.
void initialize() {
connectDevices();
}
/// Simulates executing a VS Code command requested by the embedded panel.
Future<Object?> executeCommand(json_rpc_2.Parameters parameters) {
final params = parameters.asMap;
final command = params['command'];
switch (command) {
default:
throw 'Unknown command $command';
}
}
/// Simulates changing the selected device to [id] as requested by the
/// embedded panel.
Future<bool> selectDevice(json_rpc_2.Parameters parameters) async {
final params = parameters.asMap;
_selectedDeviceId = params['id'] as String?;
_sendDevicesChanged();
return true;
}
/// Simulates a request to enable a platform type to allow additional devices
/// to be used.
Future<bool> enablePlatformType(json_rpc_2.Parameters parameters) async {
final params = parameters.asMap;
_enabledPlatformTypes.add(params['platformType'] as String);
// Add some delay because the real impl will need to prompt + run
// `flutter create`.
await Future.delayed(const Duration(seconds: 1));
_sendDevicesChanged();
return true;
}
/// A no-op handler for method handlers that don't require an implementation
/// but need to exist so that the request/response is successful.
void noOpHandler(json_rpc_2.Parameters _) {}
/// Simulates devices being connected in the IDE by notifying the embedded
/// panel about a set of test devices.
void connectDevices() {
_devices
..clear()
..addAll(stubbedDevices);
_enabledPlatformTypes
..clear()
..addAll(['macos', 'android']);
_selectedDeviceId = _enabledDevices.lastOrNull?.id;
_sendDevicesChanged();
}
/// Simulates starting a debug session.
///
/// [debuggerType] should match one of the available values for [VsCodeDebugSession.debuggerType].
///
/// [deviceId] can be any id for a flutter device. This should be null if [debuggerType]
/// is not 'Flutter'.
///
/// [flutterMode] should match one of the available values for [VsCodeDebugSession.flutterMode].
/// This should be null if [debuggerType] is not 'Flutter'.
void startSession({
required String debuggerType,
required String deviceId,
String? flutterMode,
}) {
final sessionNum = _nextDebugSessionNumber++;
_debugSessions.add(
VsCodeDebugSessionImpl(
id: 'debug-$sessionNum',
name: 'Session $sessionNum ($deviceId)',
vmServiceUri: 'ws://127.0.0.1:1234/ws',
flutterMode: flutterMode,
flutterDeviceId: deviceId,
debuggerType: debuggerType,
projectRootPath: '/mock/root/path',
),
);
_sendDebugSessionsChanged();
}
/// Simulates ending all debug sessions.
void endSessions() {
_debugSessions.clear();
_sendDebugSessionsChanged();
}
/// Simulates devices being disconnected in the IDE by notifying the embedded
/// panel about a now-empty set of devices.
void disconnectDevices() {
_devices.clear();
_selectedDeviceId = null;
_sendDevicesChanged();
}
void _sendDevicesChanged() {
server.sendNotification(
'${VsCodeApi.jsonApiName}.${VsCodeApi.jsonDevicesChangedEvent}',
VsCodeDevicesEventImpl(
devices: _enabledDevices,
unsupportedDevices: _disabledDevices,
selectedDeviceId: _selectedDeviceId,
).toJson(),
);
}
void _sendDebugSessionsChanged() {
server.sendNotification(
'${VsCodeApi.jsonApiName}.${VsCodeApi.jsonDebugSessionsChangedEvent}',
VsCodeDebugSessionsEventImpl(
sessions: _debugSessions,
).toJson(),
);
}
}
/// A set of mock devices that can be presented for testing.
final stubbedDevices = <VsCodeDevice>[
VsCodeDeviceImpl(
id: 'macos',
name: 'Mac',
category: 'desktop',
emulator: false,
emulatorId: null,
ephemeral: false,
platform: 'darwin-x64',
platformType: 'macos',
),
VsCodeDeviceImpl(
id: 'myPhone',
name: 'My Android Phone',
category: 'mobile',
emulator: false,
emulatorId: null,
ephemeral: true,
platform: 'android-x64',
platformType: 'android',
),
VsCodeDeviceImpl(
id: 'chrome',
name: 'Chrome',
category: 'web',
emulator: false,
emulatorId: null,
ephemeral: true,
platform: 'web-javascript',
platformType: 'web',
),
VsCodeDeviceImpl(
id: 'web-server',
name: 'Web Server',
category: 'web',
emulator: false,
emulatorId: null,
ephemeral: true,
platform: 'web-javascript',
platformType: 'web',
),
];
| devtools/packages/devtools_app/test/test_infra/test_data/dart_tooling_api/mock_api.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/test_data/dart_tooling_api/mock_api.dart",
"repo_id": "devtools",
"token_count": 3019
} | 153 |
// Copyright 2022 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// Multiline dartdoc comment.
///
/// ```
/// doc
/// ```
///
/// ...
var a;
/*
* Old-style dartdoc
*
* ...
*/
var b;
/* Inline block comment */
var c;
/**
* Nested block
*
* /**
* * Nested block
* */
*/
var d;
/**
* Nested
*
* /* Inline */
*/
var e;
/* Nested /* Inline */ */
var f;
// Simple comment
var g;
/// Dartdoc with reference to [a].
/// And a link to [example.org](http://example.org/).
var h;
| devtools/packages/devtools_app/test/test_infra/test_data/syntax_highlighting/comments.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/test_data/syntax_highlighting/comments.dart",
"repo_id": "devtools",
"token_count": 213
} | 154 |
// Copyright 2023 The Chromium Authors. 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:devtools_app/devtools_app.dart';
import 'package:devtools_app/src/screens/vm_developer/vm_developer_common_widgets.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:vm_service/vm_service.dart';
import '../../test_infra/utils/tree_utils.dart';
void main() {
const windowSize = Size(2560.0, 1338.0);
late FakeObjectInspectorViewController objectInspectorViewController;
final lib = LibraryRef(
id: 'lib/2',
uri: 'foo.dart',
);
final objectCls = Class(
id: 'cls/1',
name: 'Object',
library: LibraryRef(
id: 'lib/0',
uri: 'dart:core',
),
);
final superCls = Class(
id: 'cls/2',
name: 'Super',
superClass: objectCls,
library: lib,
);
final subCls = Class(
id: 'cls/3',
name: 'Sub',
superClass: superCls,
library: lib,
);
final noSubCls = Class(
id: 'cls/4',
name: 'NoSub',
superClass: objectCls,
library: lib,
);
final classes = <Class>[
objectCls,
superCls,
subCls,
noSubCls,
];
setUp(() {
setGlobal(IdeTheme, IdeTheme());
setGlobal(NotificationService, NotificationService());
objectInspectorViewController = FakeObjectInspectorViewController();
objectInspectorViewController.classHierarchyController
.buildHierarchy(classes);
});
test('Correctly builds class hierarchy', () {
final controller = objectInspectorViewController.classHierarchyController;
// The resulting class hierarchy should look like this:
// - Object
// - NoSub
// - Super
// - Sub
final hierarchy = controller.selectedIsolateClassHierarchy.value;
expect(hierarchy.numNodes, classes.length);
expect(hierarchy.length, 1);
final objNode = hierarchy.first;
expect(objNode.children.length, 2);
expect(objNode.isExpandable, true);
expect(
objNode.children.map((e) => e.cls),
containsAllInOrder([noSubCls, superCls]),
);
expect(
objNode.children.fold<int>(0, (p, e) => p + (e.isExpandable ? 1 : 0)),
1,
);
final superNode = objNode.children.firstWhere(
(element) => element.cls == superCls,
);
expect(superNode.children.length, 1);
expect(superNode.children.first.cls, subCls);
expect(superNode.children.first.isExpandable, false);
});
testWidgetsWithWindowSize(
'Correctly renders class hierarchy',
windowSize,
(tester) async {
final controller = objectInspectorViewController.classHierarchyController;
await tester.pumpWidget(
wrapSimple(
ClassHierarchyExplorer(
controller: objectInspectorViewController,
),
),
);
expect(find.text('Object', findRichText: true), findsOneWidget);
controller.selectedIsolateClassHierarchy.value.first.expandCascading();
(controller.selectedIsolateClassHierarchy as ValueNotifier)
.notifyListeners();
await tester.pumpAndSettle();
expect(find.text('Object', findRichText: true), findsOneWidget);
expect(find.text('Super', findRichText: true), findsOneWidget);
expect(find.text('Sub', findRichText: true), findsOneWidget);
expect(find.text('NoSub', findRichText: true), findsOneWidget);
expect(
find.byType(VmServiceObjectLink),
findsNWidgets(classes.length),
);
},
);
}
| devtools/packages/devtools_app/test/vm_developer/object_inspector/class_hierarchy_explorer_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/vm_developer/object_inspector/class_hierarchy_explorer_test.dart",
"repo_id": "devtools",
"token_count": 1473
} | 155 |
// Copyright 2023 The Chromium Authors. 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:devtools_app_shared/utils.dart';
import 'package:flutter/widgets.dart';
void main() {
useListValueNotifier();
}
/// This is an example of using the [ListValueNotifier] that is exposed from
/// 'package:devtools_app_shared/utils.dart'.
///
/// A [ListValueNotifier] will holds a list object, and will notify listeners
/// on modifications to the list.
///
/// This should be used in place of ValueNotifier<List<Object>> when list
/// updates should notify listeners, and not just changing the notifier's value
/// with a new list.
void useListValueNotifier() {
final myListNotifier = ListValueNotifier<int>([1, 2, 3]);
// These calls will notify all listeners of [myListNotifier].
myListNotifier.add(4);
myListNotifier.removeAt(0);
// ...
// As opposed to:
final myValueNotifierWithAList = ValueNotifier<List<int>>([1, 2, 3]);
// These calls will not notify listeners of [myValueNotifierWithAList]
myValueNotifierWithAList.value.add(4);
myValueNotifierWithAList.value.removeAt(0);
}
| devtools/packages/devtools_app_shared/example/utils/list_example.dart/0 | {
"file_path": "devtools/packages/devtools_app_shared/example/utils/list_example.dart",
"repo_id": "devtools",
"token_count": 361
} | 156 |
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file.
import 'ide_theme.dart';
import 'theme.dart';
/// Change this value to ensure your changes work well with custom font sizes.
bool debugLargeFontSize = false;
/// Load any IDE-supplied theming.
IdeTheme getIdeTheme() =>
IdeTheme(fontSize: debugLargeFontSize ? 40.0 : unscaledDefaultFontSize);
| devtools/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_desktop.dart/0 | {
"file_path": "devtools/packages/devtools_app_shared/lib/src/ui/theme/_ide_theme_desktop.dart",
"repo_id": "devtools",
"token_count": 128
} | 157 |
name: devtools_app_shared
description: Package of Dart & Flutter structures shared between devtools_app and devtools extensions.
version: 0.1.0
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app_shared
environment:
sdk: '>=3.3.0-91.0.dev <4.0.0'
flutter: '>=3.17.0-0.0.pre'
dependencies:
collection: ^1.15.0
devtools_shared: ^6.0.1
dtd: ^1.0.0
flutter:
sdk: flutter
logging: ^1.1.1
meta: ^1.9.1
pointer_interceptor: ^0.9.3+3
vm_service: ^14.1.0
web: ^0.4.1
dev_dependencies:
flutter_lints: ^2.0.3
flutter_test:
sdk: flutter
lints: ^2.1.1
test: ^1.21.0
flutter:
uses-material-design: true
fonts:
- family: Roboto
fonts:
- asset: fonts/Roboto/Roboto-Thin.ttf
weight: 100
- asset: fonts/Roboto/Roboto-Light.ttf
weight: 300
- asset: fonts/Roboto/Roboto-Regular.ttf
weight: 400
- asset: fonts/Roboto/Roboto-Medium.ttf
weight: 500
- asset: fonts/Roboto/Roboto-Bold.ttf
weight: 700
- asset: fonts/Roboto/Roboto-Black.ttf
weight: 900
- family: RobotoMono
fonts:
- asset: fonts/Roboto_Mono/RobotoMono-Thin.ttf
weight: 100
- asset: fonts/Roboto_Mono/RobotoMono-Light.ttf
weight: 300
- asset: fonts/Roboto_Mono/RobotoMono-Regular.ttf
weight: 400
- asset: fonts/Roboto_Mono/RobotoMono-Medium.ttf
weight: 500
- asset: fonts/Roboto_Mono/RobotoMono-Bold.ttf
weight: 700
dependency_overrides:
devtools_shared:
path: ../devtools_shared
| devtools/packages/devtools_app_shared/pubspec.yaml/0 | {
"file_path": "devtools/packages/devtools_app_shared/pubspec.yaml",
"repo_id": "devtools",
"token_count": 740
} | 158 |
abseil-cpp
Apache License
Version 2.0, January 2004
https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
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
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--------------------------------------------------------------------------------
abseil-cpp
angle
dart
etc1
expat
flatbuffers
fuchsia_sdk
glslang
perfetto
shaderc
spirv-cross
txt
vulkan
vulkan-headers
vulkan-validation-layers
wuffs
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
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 law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--------------------------------------------------------------------------------
accessibility
Copyright (c) 2009 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
Copyright (c) 2010 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
Copyright (c) 2012 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
Copyright 2013 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
Copyright 2016 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
Copyright 2020 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
angle
Copyright (c) 2011 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
angle
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
angle
Copyright 2017 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
angle
icu
Copyright 2014 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
angle
skia
Copyright 2018 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
engine
spring_animation
tonic
txt
web_test_fonts
web_unicode
Copyright 2013 The Flutter Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
fuchsia_sdk
Copyright 2019 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
accessibility
skia
Copyright 2015 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright (c) 2008-2018 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
--------------------------------------------------------------------------------
angle
Copyright (c) 2013-2017 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
--------------------------------------------------------------------------------
angle
Copyright (c) 2013-2018 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
--------------------------------------------------------------------------------
angle
Copyright (c) 2020 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2002 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2010 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2011 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2012 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2013 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2013-2020 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
angle
Copyright 2014 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2015 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2016 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2017 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2018 The ANGLE Project Authors.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2018 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2019 The ANGLE Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2020 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2020 The ANGLE Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2021 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2021 The ANGLE Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2021-2022 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2022 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright 2023 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
Copyright The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
angle
xxhash
Copyright 2019 The ANGLE Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
args
logging
Copyright 2013, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
async
collection
stream_channel
typed_data
Copyright 2015, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (C) 1995-1997 Eric Young ([email protected])
All rights reserved.
This package is an SSL implementation written
by Eric Young ([email protected]).
The implementation was written so as to conform with Netscapes SSL.
This library is free for commercial and non-commercial use as long as
the following conditions are aheared to. The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code. The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson ([email protected]).
Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.
If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
"This product includes cryptographic software written by
Eric Young ([email protected])"
The word 'cryptographic' can be left out if the rouines from the library
being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from
the apps directory (application code) you must include an acknowledgement:
"This product includes software written by Tim Hudson ([email protected])"
THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
The licence and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]
--------------------------------------------------------------------------------
boringssl
Copyright (C) 1995-1998 Eric Young ([email protected])
All rights reserved.
This package is an SSL implementation written
by Eric Young ([email protected]).
The implementation was written so as to conform with Netscapes SSL.
This library is free for commercial and non-commercial use as long as
the following conditions are aheared to. The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code. The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson ([email protected]).
Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.
If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
"This product includes cryptographic software written by
Eric Young ([email protected])"
The word 'cryptographic' can be left out if the rouines from the library
being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from
the apps directory (application code) you must include an acknowledgement:
"This product includes software written by Tim Hudson ([email protected])"
THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
The licence and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1999 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2000 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2000-2003 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2001 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2003 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2004 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2006 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2006,2007 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2008 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2010 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2012 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2013 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2014, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2015, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2016, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2017, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2017, the HRSS authors.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2018, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2018, Google Inc.
Copyright (c) 2020, Arm Ltd.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2019, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2020, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2021, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2022, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2022, Robert Nagy <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright (c) 2023, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
Portions of the attached software ("Contribution") are developed by
SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
The Contribution is licensed pursuant to the Eric Young open source
license provided above.
--------------------------------------------------------------------------------
boringssl
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
Portions of the attached software ("Contribution") are developed by
SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
The Contribution is licensed pursuant to the OpenSSL open source
license provided above.
--------------------------------------------------------------------------------
boringssl
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
boringssl
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
ECC cipher suite support in OpenSSL originally developed by
SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
--------------------------------------------------------------------------------
boringssl
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
ECDH support in OpenSSL originally developed by
SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
--------------------------------------------------------------------------------
boringssl
Copyright 2005 Nokia. All rights reserved.
The portions of the attached software ("Contribution") is developed by
Nokia Corporation and is licensed pursuant to the OpenSSL open source
license.
The Contribution, originally written by Mika Kousa and Pasi Eronen of
Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
support (see RFC 4279) to OpenSSL.
No patent licenses or other rights except those expressly stated in
the OpenSSL open source license shall be deemed granted or received
expressly, by implication, estoppel, or otherwise.
No assurances are provided by Nokia that the Contribution does not
infringe the patent or other intellectual property rights of any third
party or that the license provides you with all the necessary rights
to make use of the Contribution.
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
OTHERWISE.
--------------------------------------------------------------------------------
boringssl
Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2010 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright 2011 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright 2012 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
Copyright (c) 2012, Intel Corporation. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2014 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
Copyright (c) 2014, Intel Corporation. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
Copyright (c) 2015, Intel Inc.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
--------------------------------------------------------------------------------
boringssl
Copyright 2016 Brian Smith.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
Copyright 2016 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright 2017 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright 2022 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
--------------------------------------------------------------------------------
boringssl
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
boringssl
DTLS code by Eric Rescorla <[email protected]>
Copyright (C) 2006, Network Resonance, Inc.
Copyright (C) 2011, RTFM, Inc.
--------------------------------------------------------------------------------
boringssl
OpenSSL License
---------------
Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
This product includes cryptographic software written by Eric Young
([email protected]). This product includes software written by Tim
Hudson ([email protected]).
Original SSLeay License
-----------------------
Copyright (C) 1995-1998 Eric Young ([email protected])
All rights reserved.
This package is an SSL implementation written
by Eric Young ([email protected]).
The implementation was written so as to conform with Netscapes SSL.
This library is free for commercial and non-commercial use as long as
the following conditions are aheared to. The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code. The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson ([email protected]).
Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.
If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
"This product includes cryptographic software written by
Eric Young ([email protected])"
The word 'cryptographic' can be left out if the rouines from the library
being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from
the apps directory (application code) you must include an acknowledgement:
"This product includes software written by Tim Hudson ([email protected])"
THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
The licence and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]
ISC license used for completely new code in BoringSSL:
Copyright (c) 2015, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
The code in third_party/fiat carries the MIT license:
Copyright (c) 2015-2016 the fiat-crypto authors (see
https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Licenses for support code
-------------------------
Parts of the TLS test suite are under the Go license. This code is not included
in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
distributing code linked against BoringSSL does not trigger this license:
Copyright (c) 2009 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
BoringSSL uses the Chromium test infrastructure to run a continuous build,
trybots etc. The scripts which manage this, and the script for generating build
metadata, are under the Chromium license. Distributing code linked against
BoringSSL does not trigger this license.
Copyright 2015 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
ceval
Copyright (c) 2021 e_t
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
characters
Copyright 2019, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
crypto
vm_service
Copyright 2015, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2003-2005 Tom Wu
Copyright (c) 2012 Adam Singer ([email protected])
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
In addition, the following condition applies:
All redistributions must retain an intact copy of this copyright notice
and disclaimer.
--------------------------------------------------------------------------------
dart
Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dart
Copyright 2012, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
devtools_app_shared
devtools_extensions
Copyright 2023 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
devtools_shared
Copyright 2020 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
double-conversion
icu
Copyright 2006-2008 the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
double-conversion
icu
Copyright 2010 the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
double-conversion
icu
Copyright 2012 the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
dtd
Copyright 2023, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
engine
License for the Ahem font embedded below is from:
https://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING
The Ahem font in this directory belongs to the public domain. In
jurisdictions that do not recognize public domain ownership of these
files, the following Creative Commons Zero declaration applies:
<http://labs.creativecommons.org/licenses/zero-waive/1.0/us/legalcode>
which is quoted below:
The person who has associated a work with this document (the "Work")
affirms that he or she (the "Affirmer") is the/an author or owner of
the Work. The Work may be any work of authorship, including a
database.
The Affirmer hereby fully, permanently and irrevocably waives and
relinquishes all of her or his copyright and related or neighboring
legal rights in the Work available under any federal or state law,
treaty or contract, including but not limited to moral rights,
publicity and privacy rights, rights protecting against unfair
competition and any rights protecting the extraction, dissemination
and reuse of data, whether such rights are present or future, vested
or contingent (the "Waiver"). The Affirmer makes the Waiver for the
benefit of the public at large and to the detriment of the Affirmer's
heirs or successors.
The Affirmer understands and intends that the Waiver has the effect
of eliminating and entirely removing from the Affirmer's control all
the copyright and related or neighboring legal rights previously held
by the Affirmer in the Work, to that extent making the Work freely
available to the public for any and all uses and purposes without
restriction of any kind, including commercial use and uses in media
and formats or by methods that have not yet been invented or
conceived. Should the Waiver for any reason be judged legally
ineffective in any jurisdiction, the Affirmer hereby grants a free,
full, permanent, irrevocable, nonexclusive and worldwide license for
all her or his copyright and related or neighboring legal rights in
the Work.
--------------------------------------------------------------------------------
etc_decoder
Copyright (c) 2020-2022 Hans-Kristian Arntzen
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2000-2004 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2001-2002 Greg Stein <[email protected]>
Copyright (c) 2002-2006 Karl Waclawek <[email protected]>
Copyright (c) 2016 Cristian Rodríguez <[email protected]>
Copyright (c) 2016-2019 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2018 Yury Gribov <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2000-2005 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2001-2002 Greg Stein <[email protected]>
Copyright (c) 2002-2016 Karl Waclawek <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2016 Cristian Rodríguez <[email protected]>
Copyright (c) 2016 Thomas Beutlich <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2022 Thijs Schreijer <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2000-2006 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2001-2002 Greg Stein <[email protected]>
Copyright (c) 2002-2016 Karl Waclawek <[email protected]>
Copyright (c) 2005-2009 Steven Solie <[email protected]>
Copyright (c) 2016 Eric Rahm <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2016 Gaurav <[email protected]>
Copyright (c) 2016 Thomas Beutlich <[email protected]>
Copyright (c) 2016 Gustavo Grieco <[email protected]>
Copyright (c) 2016 Pascal Cuoq <[email protected]>
Copyright (c) 2016 Ed Schouten <[email protected]>
Copyright (c) 2017-2022 Rhodri James <[email protected]>
Copyright (c) 2017 Václav Slavík <[email protected]>
Copyright (c) 2017 Viktor Szakats <[email protected]>
Copyright (c) 2017 Chanho Park <[email protected]>
Copyright (c) 2017 Rolf Eike Beer <[email protected]>
Copyright (c) 2017 Hans Wennborg <[email protected]>
Copyright (c) 2018 Anton Maklakov <[email protected]>
Copyright (c) 2018 Benjamin Peterson <[email protected]>
Copyright (c) 2018 Marco Maggi <[email protected]>
Copyright (c) 2018 Mariusz Zaborski <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2019-2020 Ben Wagner <[email protected]>
Copyright (c) 2019 Vadim Zeitlin <[email protected]>
Copyright (c) 2021 Dong-hee Na <[email protected]>
Copyright (c) 2022 Samanta Navarro <[email protected]>
Copyright (c) 2022 Jeffrey Walton <[email protected]>
Copyright (c) 2022 Jann Horn <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2001-2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2006 Karl Waclawek <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2001-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002 Greg Stein <[email protected]>
Copyright (c) 2002-2016 Karl Waclawek <[email protected]>
Copyright (c) 2005-2009 Steven Solie <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2016 Pascal Cuoq <[email protected]>
Copyright (c) 2016 Don Lewis <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2017 Alexander Bluhm <[email protected]>
Copyright (c) 2017 Benbuck Nason <[email protected]>
Copyright (c) 2017 José Gutiérrez de la Concha <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2021 Dong-hee Na <[email protected]>
Copyright (c) 2022 Martin Ettl <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2001-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2004-2009 Karl Waclawek <[email protected]>
Copyright (c) 2005-2007 Steven Solie <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2020 Joe Orton <[email protected]>
Copyright (c) 2020 Kleber Tarcísio <[email protected]>
Copyright (c) 2021 Tim Bray <[email protected]>
Copyright (c) 2022 Martin Ettl <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2001-2004 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2009 Karl Waclawek <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2017 Franek Korta <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2005 Karl Waclawek <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2016 Karl Waclawek <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2018 Benjamin Peterson <[email protected]>
Copyright (c) 2018 Anton Maklakov <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2020 Boris Kolpackov <[email protected]>
Copyright (c) 2022 Martin Ettl <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2005 Karl Waclawek <[email protected]>
Copyright (c) 2016-2019 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2005-2006 Karl Waclawek <[email protected]>
Copyright (c) 2016-2019 Sebastian Pipping <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2022 Martin Ettl <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Greg Stein <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2006 Karl Waclawek <[email protected]>
Copyright (c) 2017-2021 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Greg Stein <[email protected]>
Copyright (c) 2002-2006 Karl Waclawek <[email protected]>
Copyright (c) 2002-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2005-2009 Steven Solie <[email protected]>
Copyright (c) 2016-2021 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2021 Dong-hee Na <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Karl Waclawek <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2004-2006 Karl Waclawek <[email protected]>
Copyright (c) 2005-2007 Steven Solie <[email protected]>
Copyright (c) 2016-2021 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2021 Dong-hee Na <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2017-2019 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2016-2018 Sebastian Pipping <[email protected]>
Copyright (c) 2018 Marco Maggi <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2016-2021 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
Copyright (c) 2001-2022 Expat maintainers
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 1999-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2007 Karl Waclawek <[email protected]>
Copyright (c) 2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Greg Stein <[email protected]>
Copyright (c) 2005 Karl Waclawek <[email protected]>
Copyright (c) 2017-2021 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
Copyright (c) 2002-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2006 Karl Waclawek <[email protected]>
Copyright (c) 2003 Greg Stein <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2018 Yury Gribov <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
expat
harfbuzz
Copyright (c) 2021 Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
extension_discovery
Copyright 2023, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fallback_root_certificates
Mozilla Public License Version 2.0
==================================
1. Definitions
--------------
1.1. "Contributor"
means each individual or legal entity that creates, contributes to
the creation of, or owns Covered Software.
1.2. "Contributor Version"
means the combination of the Contributions of others (if any) used
by a Contributor and that particular Contributor's Contribution.
1.3. "Contribution"
means Covered Software of a particular Contributor.
1.4. "Covered Software"
means Source Code Form to which the initial Contributor has attached
the notice in Exhibit A, the Executable Form of such Source Code
Form, and Modifications of such Source Code Form, in each case
including portions thereof.
1.5. "Incompatible With Secondary Licenses"
means
(a) that the initial Contributor has attached the notice described
in Exhibit B to the Covered Software; or
(b) that the Covered Software was made available under the terms of
version 1.1 or earlier of the License, but not also under the
terms of a Secondary License.
1.6. "Executable Form"
means any form of the work other than Source Code Form.
1.7. "Larger Work"
means a work that combines Covered Software with other material, in
a separate file or files, that is not Covered Software.
1.8. "License"
means this document.
1.9. "Licensable"
means having the right to grant, to the maximum extent possible,
whether at the time of the initial grant or subsequently, any and
all of the rights conveyed by this License.
1.10. "Modifications"
means any of the following:
(a) any file in Source Code Form that results from an addition to,
deletion from, or modification of the contents of Covered
Software; or
(b) any new file in Source Code Form that contains any Covered
Software.
1.11. "Patent Claims" of a Contributor
means any patent claim(s), including without limitation, method,
process, and apparatus claims, in any patent Licensable by such
Contributor that would be infringed, but for the grant of the
License, by the making, using, selling, offering for sale, having
made, import, or transfer of either its Contributions or its
Contributor Version.
1.12. "Secondary License"
means either the GNU General Public License, Version 2.0, the GNU
Lesser General Public License, Version 2.1, the GNU Affero General
Public License, Version 3.0, or any later versions of those
licenses.
1.13. "Source Code Form"
means the form of the work preferred for making modifications.
1.14. "You" (or "Your")
means an individual or a legal entity exercising rights under this
License. For legal entities, "You" includes any entity that
controls, is controlled by, or is under common control with You. For
purposes of this definition, "control" means (a) the power, direct
or indirect, to cause the direction or management of such entity,
whether by contract or otherwise, or (b) ownership of more than
fifty percent (50%) of the outstanding shares or beneficial
ownership of such entity.
2. License Grants and Conditions
--------------------------------
2.1. Grants
Each Contributor hereby grants You a world-wide, royalty-free,
non-exclusive license:
(a) under intellectual property rights (other than patent or trademark)
Licensable by such Contributor to use, reproduce, make available,
modify, display, perform, distribute, and otherwise exploit its
Contributions, either on an unmodified basis, with Modifications, or
as part of a Larger Work; and
(b) under Patent Claims of such Contributor to make, use, sell, offer
for sale, have made, import, and otherwise transfer either its
Contributions or its Contributor Version.
2.2. Effective Date
The licenses granted in Section 2.1 with respect to any Contribution
become effective for each Contribution on the date the Contributor first
distributes such Contribution.
2.3. Limitations on Grant Scope
The licenses granted in this Section 2 are the only rights granted under
this License. No additional rights or licenses will be implied from the
distribution or licensing of Covered Software under this License.
Notwithstanding Section 2.1(b) above, no patent license is granted by a
Contributor:
(a) for any code that a Contributor has removed from Covered Software;
or
(b) for infringements caused by: (i) Your and any other third party's
modifications of Covered Software, or (ii) the combination of its
Contributions with other software (except as part of its Contributor
Version); or
(c) under Patent Claims infringed by Covered Software in the absence of
its Contributions.
This License does not grant any rights in the trademarks, service marks,
or logos of any Contributor (except as may be necessary to comply with
the notice requirements in Section 3.4).
2.4. Subsequent Licenses
No Contributor makes additional grants as a result of Your choice to
distribute the Covered Software under a subsequent version of this
License (see Section 10.2) or under the terms of a Secondary License (if
permitted under the terms of Section 3.3).
2.5. Representation
Each Contributor represents that the Contributor believes its
Contributions are its original creation(s) or it has sufficient rights
to grant the rights to its Contributions conveyed by this License.
2.6. Fair Use
This License is not intended to limit any rights You have under
applicable copyright doctrines of fair use, fair dealing, or other
equivalents.
2.7. Conditions
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
in Section 2.1.
3. Responsibilities
-------------------
3.1. Distribution of Source Form
All distribution of Covered Software in Source Code Form, including any
Modifications that You create or to which You contribute, must be under
the terms of this License. You must inform recipients that the Source
Code Form of the Covered Software is governed by the terms of this
License, and how they can obtain a copy of this License. You may not
attempt to alter or restrict the recipients' rights in the Source Code
Form.
3.2. Distribution of Executable Form
If You distribute Covered Software in Executable Form then:
(a) such Covered Software must also be made available in Source Code
Form, as described in Section 3.1, and You must inform recipients of
the Executable Form how they can obtain a copy of such Source Code
Form by reasonable means in a timely manner, at a charge no more
than the cost of distribution to the recipient; and
(b) You may distribute such Executable Form under the terms of this
License, or sublicense it under different terms, provided that the
license for the Executable Form does not attempt to limit or alter
the recipients' rights in the Source Code Form under this License.
3.3. Distribution of a Larger Work
You may create and distribute a Larger Work under terms of Your choice,
provided that You also comply with the requirements of this License for
the Covered Software. If the Larger Work is a combination of Covered
Software with a work governed by one or more Secondary Licenses, and the
Covered Software is not Incompatible With Secondary Licenses, this
License permits You to additionally distribute such Covered Software
under the terms of such Secondary License(s), so that the recipient of
the Larger Work may, at their option, further distribute the Covered
Software under the terms of either this License or such Secondary
License(s).
3.4. Notices
You may not remove or alter the substance of any license notices
(including copyright notices, patent notices, disclaimers of warranty,
or limitations of liability) contained within the Source Code Form of
the Covered Software, except that You may alter any license notices to
the extent required to remedy known factual inaccuracies.
3.5. Application of Additional Terms
You may choose to offer, and to charge a fee for, warranty, support,
indemnity or liability obligations to one or more recipients of Covered
Software. However, You may do so only on Your own behalf, and not on
behalf of any Contributor. You must make it absolutely clear that any
such warranty, support, indemnity, or liability obligation is offered by
You alone, and You hereby agree to indemnify every Contributor for any
liability incurred by such Contributor as a result of warranty, support,
indemnity or liability terms You offer. You may include additional
disclaimers of warranty and limitations of liability specific to any
jurisdiction.
4. Inability to Comply Due to Statute or Regulation
---------------------------------------------------
If it is impossible for You to comply with any of the terms of this
License with respect to some or all of the Covered Software due to
statute, judicial order, or regulation then You must: (a) comply with
the terms of this License to the maximum extent possible; and (b)
describe the limitations and the code they affect. Such description must
be placed in a text file included with all distributions of the Covered
Software under this License. Except to the extent prohibited by statute
or regulation, such description must be sufficiently detailed for a
recipient of ordinary skill to be able to understand it.
5. Termination
--------------
5.1. The rights granted under this License will terminate automatically
if You fail to comply with any of its terms. However, if You become
compliant, then the rights granted under this License from a particular
Contributor are reinstated (a) provisionally, unless and until such
Contributor explicitly and finally terminates Your grants, and (b) on an
ongoing basis, if such Contributor fails to notify You of the
non-compliance by some reasonable means prior to 60 days after You have
come back into compliance. Moreover, Your grants from a particular
Contributor are reinstated on an ongoing basis if such Contributor
notifies You of the non-compliance by some reasonable means, this is the
first time You have received notice of non-compliance with this License
from such Contributor, and You become compliant prior to 30 days after
Your receipt of the notice.
5.2. If You initiate litigation against any entity by asserting a patent
infringement claim (excluding declaratory judgment actions,
counter-claims, and cross-claims) alleging that a Contributor Version
directly or indirectly infringes any patent, then the rights granted to
You by any and all Contributors for the Covered Software under Section
2.1 of this License shall terminate.
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
end user license agreements (excluding distributors and resellers) which
have been validly granted by You or Your distributors under this License
prior to termination shall survive termination.
************************************************************************
* *
* 6. Disclaimer of Warranty *
* ------------------------- *
* *
* Covered Software is provided under this License on an "as is" *
* basis, without warranty of any kind, either expressed, implied, or *
* statutory, including, without limitation, warranties that the *
* Covered Software is free of defects, merchantable, fit for a *
* particular purpose or non-infringing. The entire risk as to the *
* quality and performance of the Covered Software is with You. *
* Should any Covered Software prove defective in any respect, You *
* (not any Contributor) assume the cost of any necessary servicing, *
* repair, or correction. This disclaimer of warranty constitutes an *
* essential part of this License. No use of any Covered Software is *
* authorized under this License except under this disclaimer. *
* *
************************************************************************
************************************************************************
* *
* 7. Limitation of Liability *
* -------------------------- *
* *
* Under no circumstances and under no legal theory, whether tort *
* (including negligence), contract, or otherwise, shall any *
* Contributor, or anyone who distributes Covered Software as *
* permitted above, be liable to You for any direct, indirect, *
* special, incidental, or consequential damages of any character *
* including, without limitation, damages for lost profits, loss of *
* goodwill, work stoppage, computer failure or malfunction, or any *
* and all other commercial damages or losses, even if such party *
* shall have been informed of the possibility of such damages. This *
* limitation of liability shall not apply to liability for death or *
* personal injury resulting from such party's negligence to the *
* extent applicable law prohibits such limitation. Some *
* jurisdictions do not allow the exclusion or limitation of *
* incidental or consequential damages, so this exclusion and *
* limitation may not apply to You. *
* *
************************************************************************
8. Litigation
-------------
Any litigation relating to this License may be brought only in the
courts of a jurisdiction where the defendant maintains its principal
place of business and such litigation shall be governed by laws of that
jurisdiction, without reference to its conflict-of-law provisions.
Nothing in this Section shall prevent a party's ability to bring
cross-claims or counter-claims.
9. Miscellaneous
----------------
This License represents the complete agreement concerning the subject
matter hereof. If any provision of this License is held to be
unenforceable, such provision shall be reformed only to the extent
necessary to make it enforceable. Any law or regulation which provides
that the language of a contract shall be construed against the drafter
shall not be used to construe this License against a Contributor.
10. Versions of the License
---------------------------
10.1. New Versions
Mozilla Foundation is the license steward. Except as provided in Section
10.3, no one other than the license steward has the right to modify or
publish new versions of this License. Each version will be given a
distinguishing version number.
10.2. Effect of New Versions
You may distribute the Covered Software under the terms of the version
of the License under which You originally received the Covered Software,
or under the terms of any subsequent version published by the license
steward.
10.3. Modified Versions
If you create software not governed by this License, and you want to
create a new license for such software, you may create and use a
modified version of this License if you rename the license and remove
any references to the name of the license steward (except to note that
such modified license differs from this License).
10.4. Distributing Source Code Form that is Incompatible With Secondary
Licenses
If You choose to distribute Source Code Form that is Incompatible With
Secondary Licenses under the terms of this version of the License, the
notice described in Exhibit B of this License must be attached.
Exhibit A - Source Code Form License Notice
-------------------------------------------
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
If it is not possible or desirable to put the notice in a particular
file, then You may include the notice in a location (such as a LICENSE
file in a relevant directory) where a recipient would be likely to look
for such a notice.
You may add additional accurate notices of copyright ownership.
Exhibit B - "Incompatible With Secondary Licenses" Notice
---------------------------------------------------------
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/b62066b42af0627ecb31af80b147a75834172745
/third_party/fallback_root_certificates/
--------------------------------------------------------------------------------
ffx_spd
Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) <2014> <Michal Drobot>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
ffx_spd
Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
fiat
Copyright (c) 2015-2020 the fiat-crypto authors (see
https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
flatbuffers
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2014 Google Inc.
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 law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--------------------------------------------------------------------------------
flutter
Copyright 2014 The Flutter Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
freetype2
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
freetype2
Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright (C) 2001, 2002 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright (C) 2001, 2002, 2003, 2004 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright (C) 2001-2008, 2011, 2013, 2014 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright 1990, 1994, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
--------------------------------------------------------------------------------
freetype2
Copyright 2000 Computing Research Labs, New Mexico State University
Copyright 2001-2004, 2011 Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright 2000 Computing Research Labs, New Mexico State University
Copyright 2001-2014
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright 2000 Computing Research Labs, New Mexico State University
Copyright 2001-2015
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright 2000, 2001, 2004 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright 2000-2001, 2002 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright 2000-2001, 2003 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright 2000-2010, 2012-2014 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright 2001, 2002, 2012 Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
Copyright 2003 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
freetype2
The FreeType Project LICENSE
----------------------------
2006-Jan-27
Copyright 1996-2002, 2006 by
David Turner, Robert Wilhelm, and Werner Lemberg
Introduction
============
The FreeType Project is distributed in several archive packages;
some of them may contain, in addition to the FreeType font engine,
various tools and contributions which rely on, or relate to, the
FreeType Project.
This license applies to all files found in such packages, and
which do not fall under their own explicit license. The license
affects thus the FreeType font engine, the test programs,
documentation and makefiles, at the very least.
This license was inspired by the BSD, Artistic, and IJG
(Independent JPEG Group) licenses, which all encourage inclusion
and use of free software in commercial and freeware products
alike. As a consequence, its main points are that:
o We don't promise that this software works. However, we will be
interested in any kind of bug reports. (`as is' distribution)
o You can use this software for whatever you want, in parts or
full form, without having to pay us. (`royalty-free' usage)
o You may not pretend that you wrote this software. If you use
it, or only parts of it, in a program, you must acknowledge
somewhere in your documentation that you have used the
FreeType code. (`credits')
We specifically permit and encourage the inclusion of this
software, with or without modifications, in commercial products.
We disclaim all warranties covering The FreeType Project and
assume no liability related to The FreeType Project.
Finally, many people asked us for a preferred form for a
credit/disclaimer to use in compliance with this license. We thus
encourage you to use the following text:
"""
Portions of this software are copyright © <year> The FreeType
Project (www.freetype.org). All rights reserved.
"""
Please replace <year> with the value from the FreeType version you
actually use.
Legal Terms
===========
0. Definitions
--------------
Throughout this license, the terms `package', `FreeType Project',
and `FreeType archive' refer to the set of files originally
distributed by the authors (David Turner, Robert Wilhelm, and
Werner Lemberg) as the `FreeType Project', be they named as alpha,
beta or final release.
`You' refers to the licensee, or person using the project, where
`using' is a generic term including compiling the project's source
code as well as linking it to form a `program' or `executable'.
This program is referred to as `a program using the FreeType
engine'.
This license applies to all files distributed in the original
FreeType Project, including all source code, binaries and
documentation, unless otherwise stated in the file in its
original, unmodified form as distributed in the original archive.
If you are unsure whether or not a particular file is covered by
this license, you must contact us to verify this.
The FreeType Project is copyright (C) 1996-2000 by David Turner,
Robert Wilhelm, and Werner Lemberg. All rights reserved except as
specified below.
1. No Warranty
--------------
THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
USE, OF THE FREETYPE PROJECT.
2. Redistribution
-----------------
This license grants a worldwide, royalty-free, perpetual and
irrevocable right and license to use, execute, perform, compile,
display, copy, create derivative works of, distribute and
sublicense the FreeType Project (in both source and object code
forms) and derivative works thereof for any purpose; and to
authorize others to exercise some or all of the rights granted
herein, subject to the following conditions:
o Redistribution of source code must retain this license file
(`FTL.TXT') unaltered; any additions, deletions or changes to
the original files must be clearly indicated in accompanying
documentation. The copyright notices of the unaltered,
original files must be preserved in all copies of source
files.
o Redistribution in binary form must provide a disclaimer that
states that the software is based in part of the work of the
FreeType Team, in the distribution documentation. We also
encourage you to put an URL to the FreeType web page in your
documentation, though this isn't mandatory.
These conditions apply to any software derived from or based on
the FreeType Project, not just the unmodified files. If you use
our work, you must acknowledge us. However, no fee need be paid
to us.
3. Advertising
--------------
Neither the FreeType authors and contributors nor you shall use
the name of the other for commercial, advertising, or promotional
purposes without specific prior written permission.
We suggest, but do not require, that you use one or more of the
following phrases to refer to this software in your documentation
or advertising materials: `FreeType Project', `FreeType Engine',
`FreeType library', or `FreeType Distribution'.
As you have not signed this license, you are not required to
accept it. However, as the FreeType Project is copyrighted
material, only this license, or another one contracted with the
authors, grants you the right to use, distribute, and modify it.
Therefore, by using, distributing, or modifying the FreeType
Project, you indicate that you understand and accept all the terms
of this license.
4. Contacts
-----------
There are two mailing lists related to FreeType:
o [email protected]
Discusses general use and applications of FreeType, as well as
future and wanted additions to the library and distribution.
If you are looking for support, start in this list if you
haven't found anything to help you in the documentation.
o [email protected]
Discusses bugs, as well as engine internals, design issues,
specific licenses, porting, etc.
Our home page can be found at
https://www.freetype.org
--- end of FTL.TXT ---
--------------------------------------------------------------------------------
freetype2
This software was written by Alexander Peslyak in 2001. No copyright is
claimed, and the software is hereby placed in the public domain.
In case this attempt to disclaim copyright and place the software in the
public domain is deemed null and void, then the software is
Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
general public under the following terms:
Redistribution and use in source and binary forms, with or without
modification, are permitted.
There's ABSOLUTELY NO WARRANTY, express or implied.
--------------------------------------------------------------------------------
freetype2
This software was written by Alexander Peslyak in 2001. No copyright is
claimed, and the software is hereby placed in the public domain.
In case this attempt to disclaim copyright and place the software in the
public domain is deemed null and void, then the software is
Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
general public under the following terms:
Redistribution and use in source and binary forms, with or without
modification, are permitted.
There's ABSOLUTELY NO WARRANTY, express or implied.
(This is a heavily cut-down "BSD license".)
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2014 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2016 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2017 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2018 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2019 The Fuchsia Authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2019 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2020 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2021 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2022 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2023 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
Copyright 2024 The Fuchsia Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
fuchsia_sdk
musl as a whole is licensed under the following standard MIT license:
Copyright © 2005-2014 Rich Felker, et al.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Authors/contributors include:
Alex Dowad
Alexander Monakov
Anthony G. Basile
Arvid Picciani
Bobby Bingham
Boris Brezillon
Brent Cook
Chris Spiegel
Clément Vasseur
Daniel Micay
Denys Vlasenko
Emil Renner Berthing
Felix Fietkau
Felix Janda
Gianluca Anzolin
Hauke Mehrtens
Hiltjo Posthuma
Isaac Dunham
Jaydeep Patil
Jens Gustedt
Jeremy Huntwork
Jo-Philipp Wich
Joakim Sindholt
John Spencer
Josiah Worcester
Justin Cormack
Khem Raj
Kylie McClain
Luca Barbato
Luka Perkov
M Farkas-Dyck (Strake)
Mahesh Bodapati
Michael Forney
Natanael Copa
Nicholas J. Kain
orc
Pascal Cuoq
Petr Hosek
Pierre Carrier
Rich Felker
Richard Pennington
Shiz
sin
Solar Designer
Stefan Kristiansson
Szabolcs Nagy
Timo Teräs
Trutz Behn
Valentin Ochs
William Haddon
Portions of this software are derived from third-party works licensed
under terms compatible with the above MIT license:
Much of the math library code (third_party/math/* and
third_party/complex/*, and third_party/include/libm.h) is
Copyright © 1993,2004 Sun Microsystems or
Copyright © 2003-2011 David Schultz or
Copyright © 2003-2009 Steven G. Kargl or
Copyright © 2003-2009 Bruce D. Evans or
Copyright © 2008 Stephen L. Moshier
and labelled as such in comments in the individual source files. All
have been licensed under extremely permissive terms.
The smoothsort implementation (third_party/smoothsort/qsort.c) is
Copyright © 2011 Valentin Ochs and is licensed under an MIT-style
license.
The x86_64 files in third_party/arch were written by Nicholas J. Kain
and is licensed under the standard MIT terms.
All other files which have no copyright comments are original works
produced specifically for use as part of this library, written either
by Rich Felker, the main author of the library, or by one or more
contibutors listed above. Details on authorship of individual files
can be found in the git version control history of the project. The
omission of copyright and license comments in each file is in the
interest of source tree size.
In addition, permission is hereby granted for all public header files
(include/* and arch/*/bits/*) and crt files intended to be linked into
applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit
the copyright notice and permission notice otherwise required by the
license, and to use these files without any requirement of
attribution. These files include substantial contributions from:
Bobby Bingham
John Spencer
Nicholas J. Kain
Rich Felker
Richard Pennington
Stefan Kristiansson
Szabolcs Nagy
all of whom have explicitly granted such permission.
This file previously contained text expressing a belief that most of
the files covered by the above exception were sufficiently trivial not
to be subject to copyright, resulting in confusion over whether it
negated the permissions granted in the license. In the spirit of
permissive licensing, and of not having licensing issues being an
obstacle to adoption, that text has been removed.
--------------------------------------------------------------------------------
glfw
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the
use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2019 Camilla Löwy
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2016 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2017 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2018 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2019 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2019 Camilla Löwy <[email protected]>
Copyright (c) 2012 Torsten Walluhn <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2006-2017 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2006-2018 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2009-2016 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2009-2019 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2009-2019 Camilla Löwy <[email protected]>
Copyright (c) 2012 Torsten Walluhn <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2009-2021 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2014 Jonas Ådahl <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2016 Google Inc.
Copyright (c) 2016-2017 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2016 Google Inc.
Copyright (c) 2016-2019 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2016-2017 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2021 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glfw
Copyright (c) 2022 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2018 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2019 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2020 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2018-2020 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2015 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
Copyright (C) 2017, 2019 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2015 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
Copyright (C) 2017 ARM Limited.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2016 LunarG, Inc.
Copyright (C) 2015-2016 Google, Inc.
Copyright (C) 2017 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2016 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
Copyright (C) 2017 ARM Limited.
Modifications Copyright (C) 2020-2021 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2016 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2020 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (c) 2002-2010 The ANGLE Project Authors.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013-2016 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013-2016 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013-2016 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013-2016 LunarG, Inc.
Copyright (C) 2016-2020 Google, Inc.
Modifications Copyright(C) 2021 Advanced Micro Devices, Inc.All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2016 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2016 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2017 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2013 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2013-2016 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2014 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2014-2015 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2014-2015 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2014-2015 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
Copyright (C) 2017 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2014-2015 LunarG, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2014-2016 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
Copyright (C) 2017 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2014-2016 LunarG, Inc.
Copyright (C) 2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2014-2016 LunarG, Inc.
Copyright (C) 2018-2020 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2015 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2015-2016 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2015-2018 Google, Inc.
Copyright (C) 2017 ARM Limited.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016 Google, Inc.
Copyright (C) 2016 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016 Google, Inc.
Copyright (C) 2016 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016 Google, Inc.
Copyright (C) 2019 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016-2017 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016-2017 Google, Inc.
Copyright (C) 2020 The Khronos Group Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016-2017 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016-2018 Google, Inc.
Copyright (C) 2016 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2016-2018 Google, Inc.
Copyright (C) 2016 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2017 LunarG, Inc.
Copyright (C) 2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2017 LunarG, Inc.
Copyright (C) 2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2017-2018 Google, Inc.
Copyright (C) 2017 LunarG, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2018 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2018 The Khronos Group Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2020 Google, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (C) 2020 The Khronos Group Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of The Khronos Group Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
consideration of your agreement to the following terms, and your use,
installation, modification or redistribution of this NVIDIA software
constitutes acceptance of these terms. If you do not agree with these
terms, please do not use, install, modify or redistribute this NVIDIA
software.
In consideration of your agreement to abide by the following terms, and
subject to these terms, NVIDIA grants you a personal, non-exclusive
license, under NVIDIA's copyrights in this original NVIDIA software (the
"NVIDIA Software"), to use, reproduce, modify and redistribute the
NVIDIA Software, with or without modifications, in source and/or binary
forms; provided that if you redistribute the NVIDIA Software, you must
retain the copyright notice of NVIDIA, this notice and the following
text and disclaimers in all such redistributions of the NVIDIA Software.
Neither the name, trademarks, service marks nor logos of NVIDIA
Corporation may be used to endorse or promote products derived from the
NVIDIA Software without specific prior written permission from NVIDIA.
Except as expressly stated in this notice, no other rights or licenses
express or implied, are granted by NVIDIA herein, including but not
limited to any patent rights that may be infringed by your derivative
works or by other works in which the NVIDIA Software may be
incorporated. No hardware is licensed hereunder.
THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED,
INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE,
NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER
PRODUCTS.
IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT,
INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY
OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE
NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT,
TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF
NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (c) 2013 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
--------------------------------------------------------------------------------
glslang
Copyright (c) 2014-2017 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
--------------------------------------------------------------------------------
glslang
Copyright (c) 2014-2020 The Khronos Group Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
--------------------------------------------------------------------------------
glslang
Copyright (c) 2018 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
--------------------------------------------------------------------------------
glslang
Copyright (c) 2019, Viktor Latypov
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (c) 2020 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS
KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS
SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
--------------------------------------------------------------------------------
glslang
Copyright (c) 2020, Travis Fort
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
Copyright (c) 2022 ARM Limited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
--------------------------------------------------------------------------------
glslang
Copyright(C) 2021 Advanced Micro Devices, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
glslang
skia
Copyright (c) 2014-2016 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
--------------------------------------------------------------------------------
glslang
spirv-cross
Copyright (c) 2014-2020 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
--------------------------------------------------------------------------------
harfbuzz
Copyright (C) 2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright (C) 2012 Grigori Goronzy <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
harfbuzz
Copyright (C) 2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
--------------------------------------------------------------------------------
harfbuzz
Copyright © 1998-2004 David Turner and Werner Lemberg
Copyright © 2004,2007,2009 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 1998-2004 David Turner and Werner Lemberg
Copyright © 2004,2007,2009,2010 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 1998-2004 David Turner and Werner Lemberg
Copyright © 2006 Behdad Esfahbod
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007 Chris Wilson
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2010,2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2010,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2012,2013 Google, Inc.
Copyright © 2019, Facebook Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2018,2019,2020 Ebrahim Byagowi
Copyright © 2018 Khaled Hosny
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2010,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2010,2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2012,2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2012,2018 Google, Inc.
Copyright © 2019 Facebook, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
Copyright © 2009 Keith Stribley
Copyright © 2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
Copyright © 2009 Keith Stribley
Copyright © 2015 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
Copyright © 2011 Codethink Limited
Copyright © 2010,2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
Copyright © 2011 Codethink Limited
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
Copyright © 2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
Copyright © 2015 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009 Red Hat, Inc.
Copyright © 2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2010,2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2010,2011,2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2010,2011,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2010 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2010 Red Hat, Inc.
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2010,2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2010,2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2010,2011,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2010,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2011 Martin Hosken
Copyright © 2011 SIL International
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2011 Martin Hosken
Copyright © 2011 SIL International
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2011,2012 Google, Inc.
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2011,2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2011,2012,2013 Google, Inc.
Copyright © 2021 Khaled Hosny
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2011,2012,2014 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2011,2014 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2012 Mozilla Foundation.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2012,2013 Mozilla Foundation.
Copyright © 2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2012,2017 Google, Inc.
Copyright © 2021 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2012,2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2013 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2014 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2015 Google, Inc.
Copyright © 2019 Adobe Inc.
Copyright © 2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2015 Mozilla Foundation.
Copyright © 2015 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2015-2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2016 Elie Roux <[email protected]>
Copyright © 2018 Google, Inc.
Copyright © 2018-2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2016 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2016 Google, Inc.
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2016 Google, Inc.
Copyright © 2018 Khaled Hosny
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2016 Igalia S.L.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2017 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2017 Google, Inc.
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2017 Google, Inc.
Copyright © 2019 Facebook, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2017,2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2018 Ebrahim Byagowi
Copyright © 2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2018 Ebrahim Byagowi
Copyright © 2020 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2018 Ebrahim Byagowi.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2018 Google, Inc.
Copyright © 2019 Facebook, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2018 Google, Inc.
Copyright © 2023 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2018 Adobe Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2018-2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2019 Adobe Inc.
Copyright © 2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2019 Adobe, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2019 Facebook, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2019 Adobe Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2019-2020 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2020 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2020 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2021 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2021 Behdad Esfahbod.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2021 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2022 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2022 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2022 Red Hat, Inc
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2022 Red Hat, Inc
Copyright © 2021, 2022 Black Foundry
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2022 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2022 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2022 Matthias Clasen
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2022 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2023 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2023 Behdad Esfahbod
Copyright © 1999 David Turner
Copyright © 2005 Werner Lemberg
Copyright © 2013-2015 Alexei Podtelezhnikov
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
Copyright © 2023 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
For parts of HarfBuzz that are licensed under different licenses see individual
files names COPYING in subdirectories where applicable.
Copyright © 2010-2022 Google, Inc.
Copyright © 2015-2020 Ebrahim Byagowi
Copyright © 2019,2020 Facebook, Inc.
Copyright © 2012,2015 Mozilla Foundation
Copyright © 2011 Codethink Limited
Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
Copyright © 2009 Keith Stribley
Copyright © 2011 Martin Hosken and SIL International
Copyright © 2007 Chris Wilson
Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod
Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc.
Copyright © 1998-2005 David Turner and Werner Lemberg
Copyright © 2016 Igalia S.L.
Copyright © 2022 Matthias Clasen
Copyright © 2018,2021 Khaled Hosny
Copyright © 2018,2019,2020 Adobe, Inc
Copyright © 2013-2015 Alexei Podtelezhnikov
For full copyright notices consult the individual files in the package.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
--------------------------------------------------------------------------------
harfbuzz
icu
web_unicode
Unicode® Copyright and Terms of Use
For the general privacy policy governing access to this site, see the Unicode Privacy Policy.
A. Unicode Copyright
1. Copyright © 1991-2022 Unicode, Inc. All rights reserved.
B. Definitions
Unicode Data Files ("DATA FILES") include all data files under the directories:
https://www.unicode.org/Public/
https://www.unicode.org/reports/
https://www.unicode.org/ivd/data/
Unicode Data Files do not include PDF online code charts under the directory:
https://www.unicode.org/Public/
Unicode Software ("SOFTWARE") includes any source code published in the Unicode Standard
or any source code or compiled code under the directories:
https://www.unicode.org/Public/PROGRAMS/
https://www.unicode.org/Public/cldr/
http://site.icu-project.org/download/
C. Terms of Use
1. Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein.
2. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files, subject to the Terms and Conditions herein.
3. Further specifications of rights and restrictions pertaining to the use of the Unicode DATA FILES and SOFTWARE can be found in the Unicode Data Files and Software License.
4. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page.
5. The Unicode PDF online code charts carry specific restrictions. Those restrictions are incorporated as the first page of each PDF code chart.
6. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use.
7. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site.
8. Modification is not permitted with respect to this document. All copies of this document must be verbatim.
D. Restricted Rights Legend
1. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement.
E.Warranties and Disclaimers
1. This publication and/or website may include technical or typographical errors or other inaccuracies. Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode, Inc. may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time.
2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase.
3. EXCEPT AS PROVIDED IN SECTION E.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE, INC. AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.
F. Waiver of Damages
1. In no event shall Unicode, Inc. or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode, Inc. was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives.
G. Trademarks & Logos
1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.’s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names.
3. The Unicode Consortium Name and Trademark Usage Policy (“Trademark Policy”) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc.
4. All third party trademarks referenced herein are the property of their respective owners.
H. Miscellaneous
1. Jurisdiction and Venue. This website is operated from a location in the State of California, United States of America. Unicode, Inc. makes no representation that the materials are appropriate for use in other locations. If you access this website from other locations, you are responsible for compliance with local laws. This Agreement, all use of this website and any claims and damages resulting from use of this website are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this website shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum.
2. Modification by Unicode, Inc. Unicode, Inc. shall have the right to modify this Agreement at any time by posting it to this website. The user may not assign any part of this Agreement without Unicode, Inc.’s prior written consent.
3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income.
4. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect.
5. Entire Agreement. This Agreement constitutes the entire agreement between the parties.
EXHIBIT 1
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
See Terms of Use <https://www.unicode.org/copyright.html>
for definitions of Unicode Inc.’s Data Files and Software.
NOTICE TO USER: Carefully read the following legal agreement.
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
TERMS AND CONDITIONS OF THIS AGREEMENT.
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
THE DATA FILES OR SOFTWARE.
COPYRIGHT AND PERMISSION NOTICE
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
http_parser
json_rpc_2
path
pool
source_span
string_scanner
Copyright 2014, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
icu
# Copyright (c) 2006-2015 International Business Machines Corporation,
# Apple Inc., and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2001, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2002, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2009, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1995-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2008, International Business Machines Corporation *
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2012, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2014, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1996-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2000, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2009,2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2010, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2011, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2011,2014-2015 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2012, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2013, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2013, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2015, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2016, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1997-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1998-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2001, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2007, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2008, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2009, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2010, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2011, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2014 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2015 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2016 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2016 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2016 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 1999-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2004, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2012, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2000-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2008,2010 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2011 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2011, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2011, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2011, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2011, International Business Machines Corporation. *
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2011,2014 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2012, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2014 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2014, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2014, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2014, International Business Machines Corporation.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2015 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2001-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2005, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2008 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2008, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2011 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2011, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2014 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2015 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2016 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2016 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2016 International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2002-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003 - 2008, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003 - 2009, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003 - 2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003 - 2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2008, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2009, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2010, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2014, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2015, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2016, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2003-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004 - 2008, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2004-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2005-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2005-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2005-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2005-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2005-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2005-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2005-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2005-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2006 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2006-2012, International Business Machines Corporation and others. *
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2006-2014, International Business Machines Corporation *
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2006-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2008, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2008, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2008, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2014, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2007-2016, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008, Google, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2009, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2011, International Business Machines
Corporation, Google and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2012, International Business Machines Corporation *
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2014, Google, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2014, Google, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2015, Google, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2008-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2010 IBM Corporation and Others.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2010, Google, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2010, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2011, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2015, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2016, International Business Machines Corporation, *
Google, and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2009-2017, International Business Machines Corporation, *
Google, and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010 , Yahoo! Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2012,2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2012,2015 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2014, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2014, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2016 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2010-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2012, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2015, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2011-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2012 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2012,2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2012-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2012-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2012-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013-2014, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013-2014, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2013-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014-2016, International Business Machines Corporation and
others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2014-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2015-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2015-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2015-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2016 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2016 and later: Unicode, Inc. and others.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) 2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (C) The Internet Society (2002). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise explain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.
The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assigns.
This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
--------------------------------------------------------------------------------
icu
Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1996-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1996-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1996-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1996-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1996-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1996-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1997-2011, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1997-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1997-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1997-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1997-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1999-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 1999-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2000-2004 IBM, Inc. and Others.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2000-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2000-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2010 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2012, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2001-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2005, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2005, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2006, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2007, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2010, International Business Machines Corporation *
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2011, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2012, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2014, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2016 International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2002-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2003-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2003-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2003-2010 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2003-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2003-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2003-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2004-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2004-2010, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2004-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2004-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2004-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2004-2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2004-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2007-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2007-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2007-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2007-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2007-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2008-2010, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2008-2011, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2008-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2009, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2011-2012 International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2014-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) 2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright (c) IBM Corporation, 2000-2010. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
--------------------------------------------------------------------------------
icu
Copyright (c) IBM Corporation, 2000-2011. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
--------------------------------------------------------------------------------
icu
Copyright (c) IBM Corporation, 2000-2012. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
--------------------------------------------------------------------------------
icu
Copyright (c) IBM Corporation, 2000-2014. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
--------------------------------------------------------------------------------
icu
Copyright (c) IBM Corporation, 2000-2016. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
--------------------------------------------------------------------------------
icu
Copyright 2001 and onwards Google Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright 2004 and onwards Google Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
Copyright 2007 Google Inc. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
--------------------------------------------------------------------------------
icu
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
See Terms of Use <https://www.unicode.org/copyright.html>
for definitions of Unicode Inc.’s Data Files and Software.
NOTICE TO USER: Carefully read the following legal agreement.
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
TERMS AND CONDITIONS OF THIS AGREEMENT.
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
THE DATA FILES OR SOFTWARE.
COPYRIGHT AND PERMISSION NOTICE
Copyright © 1991-2023 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
Third-Party Software Licenses
This section contains third-party software notices and/or additional
terms for licensed third-party software components included within ICU
libraries.
ICU License - ICU 1.8.1 to ICU 57.1
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1995-2016 International Business Machines Corporation and others
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.
All trademarks and registered trademarks mentioned herein are the
property of their respective owners.
Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
The Google Chrome software developed by Google is licensed under
the BSD license. Other software included in this distribution is
provided under other licenses, as set forth below.
The BSD License
http://opensource.org/licenses/bsd-license.php
Copyright (C) 2006-2008, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided with
the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The word list in cjdict.txt are generated by combining three word lists
listed below with further processing for compound word breaking. The
frequency is generated with an iterative training against Google web
corpora.
* Libtabe (Chinese)
- https://sourceforge.net/project/?group_id=1519
- Its license terms and conditions are shown below.
* IPADIC (Japanese)
- http://chasen.aist-nara.ac.jp/chasen/distribution.html
- Its license terms and conditions are shown below.
Copyright (c) 1999 TaBE Project.
Copyright (c) 1999 Pai-Hsiang Hsiao.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
. Neither the name of the TaBE Project nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) 1999 Computer Systems and Communication Lab,
Institute of Information Science, Academia
Sinica. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
. Neither the name of the Computer Systems and Communication Lab
nor the names of its contributors may be used to endorse or
promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
University of Illinois
[email protected] http://casper.beckman.uiuc.edu/~c-tsai4
Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
and Technology. All Rights Reserved.
Use, reproduction, and distribution of this software is permitted.
Any copy of this software, whether in its original form or modified,
must include both the above copyright notice and the following
paragraphs.
Nara Institute of Science and Technology (NAIST),
the copyright holders, disclaims all warranties with regard to this
software, including all implied warranties of merchantability and
fitness, in no event shall NAIST be liable for
any special, indirect or consequential damages or any damages
whatsoever resulting from loss of use, data or profits, whether in an
action of contract, negligence or other tortuous action, arising out
of or in connection with the use or performance of this software.
A large portion of the dictionary entries
originate from ICOT Free Software. The following conditions for ICOT
Free Software applies to the current dictionary as well.
Each User may also freely distribute the Program, whether in its
original form or modified, to any third party or parties, PROVIDED
that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
on, or be attached to, the Program, which is distributed substantially
in the same form as set out herein and that such intended
distribution, if actually made, will neither violate or otherwise
contravene any of the laws and regulations of the countries having
jurisdiction over the User or the intended distribution itself.
NO WARRANTY
The program was produced on an experimental basis in the course of the
research and development conducted during the project and is provided
to users as so produced on an experimental basis. Accordingly, the
program is provided without any warranty whatsoever, whether express,
implied, statutory or otherwise. The term "warranty" used herein
includes, but is not limited to, any warranty of the quality,
performance, merchantability and fitness for a particular purpose of
the program and the nonexistence of any infringement or violation of
any right of any third party.
Each user of the program will agree and understand, and be deemed to
have agreed and understood, that there is no warranty whatsoever for
the program and, accordingly, the entire risk arising from or
otherwise connected with the program is assumed by the user.
Therefore, neither ICOT, the copyright holder, or any other
organization that participated in or was otherwise related to the
development of the program and their respective officials, directors,
officers and other employees shall be held liable for any and all
damages, including, without limitation, general, special, incidental
and consequential damages, arising out of or otherwise in connection
with the use or inability to use the program or any product, material
or result produced or otherwise obtained by using the program,
regardless of whether they have been advised of, or otherwise had
knowledge of, the possibility of such damages at any time during the
project or thereafter. Each user will be deemed to have agreed to the
foregoing by his or her commencement of use of the program. The term
"use" as used herein includes, but is not limited to, the use,
modification, copying and distribution of the program and the
production of secondary products from the program.
In the case where the program, whether in its original form or
modified, was distributed or delivered to or received by a user from
any person, organization or entity other than ICOT, unless it makes or
grants independently of ICOT any specific warranty to the user in
writing, such person, organization or entity, will also be exempted
from and not be held liable to the user for any such damages as noted
above as far as the program is concerned.
Lao Word Break Dictionary Data (laodict.txt)
Copyright (C) 2016 and later: Unicode, Inc. and others.
License & terms of use: http://www.unicode.org/copyright.html
Copyright (c) 2015 International Business Machines Corporation
and others. All Rights Reserved.
Project: https://github.com/rober42539/lao-dictionary
Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
(copied below)
This file is derived from the above dictionary version of Nov 22, 2020
Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer. Redistributions in binary
form must reproduce the above copyright notice, this list of conditions and
the following disclaimer in the documentation and/or other materials
provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
Burmese Word Break Dictionary Data (burmesedict.txt)
Copyright (c) 2014 International Business Machines Corporation
and others. All Rights Reserved.
This list is part of a project hosted at:
github.com/kanyawtech/myanmar-karen-word-lists
Copyright (c) 2013, LeRoy Benjamin Sharon
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met: Redistributions of source code must retain the above
copyright notice, this list of conditions and the following
disclaimer. Redistributions in binary form must reproduce the
above copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name Myanmar Karen Word Lists, nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
Google double-conversion
Copyright 2006-2011, the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
File: install-sh (only for ICU4C)
Copyright 1991 by the Massachusetts Institute of Technology
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of M.I.T. not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission. M.I.T. makes no representations about the
suitability of this software for any purpose. It is provided "as is"
without express or implied warranty.
--------------------------------------------------------------------------------
icu
punycode.c 0.4.0 (2001-Nov-17-Sat)
http://www.cs.berkeley.edu/~amc/idn/
Adam M. Costello
http://www.nicemice.net/amc/
Disclaimer and license
Regarding this entire document or any portion of it (including
the pseudocode and C code), the author makes no guarantees and
is not responsible for any damage resulting from its use. The
author grants irrevocable permission to anyone to use, modify,
and distribute it in any way that does not diminish the rights
of anyone else to use, modify, and distribute it, provided that
redistributed derivative works do not contain misleading author or
version information. Derivative works need not be licensed under
similar terms.
--------------------------------------------------------------------------------
include
Copyright (C) 2011 Nick Bruun <[email protected]>
Copyright (C) 2013 Vlad Lazarenko <[email protected]>
Copyright (C) 2014 Nicolas Pauss <[email protected]>
--------------------------------------------------------------------------------
include
Copyright (c) 2008-2009 Bjoern Hoehrmann <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
include
Copyright (c) 2009 Florian Loitsch.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
include
Copyright (c) 2011 - Nick Bruun.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. If you meet (any of) the author(s), you're encouraged to buy them a beer,
a drink or whatever is suited to the situation, given that you like the
software.
4. This notice may not be removed or altered from any source
distribution.
--------------------------------------------------------------------------------
include
Copyright (c) 2013-2019 Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
inja
Copyright (c) 2018-2021 Berscheid
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
inja
Copyright (c) 2018-2021 Lars Berscheid
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
io
term_glyph
Copyright 2017, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
js
Copyright 2012, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
json
Copyright (c) 2013-2022 Niels Lohmann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
khronos
Copyright (c) 2013-2014 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
--------------------------------------------------------------------------------
libXNVCtrl
Copyright (c) 2008 NVIDIA, Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
libXNVCtrl
Copyright (c) 2010 NVIDIA, Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
libcxx
Copyright 2018 Ulf Adams
Copyright (c) Microsoft Corporation. All rights reserved.
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
libcxx
libcxxabi
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
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 law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--- LLVM Exceptions to the Apache 2.0 License ----
As an exception, if, as a result of your compiling your source code, portions
of this Software are embedded into an Object form of such source code, you
may redistribute such embedded portions in such Object form without complying
with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
In addition, if you combine or link compiled forms of this Software with
software that is licensed under the GPLv2 ("Combined Software") and if a
court of competent jurisdiction determines that the patent provision (Section
3), the indemnity provision (Section 9) or other Section of the License
conflicts with the conditions of the GPLv2, you may retroactively and
prospectively choose to deem waived or otherwise exclude such Section(s) of
the License, but only in their entirety and only with respect to the Combined
Software.
--------------------------------------------------------------------------------
libcxx
libcxxabi
Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
libcxx
libcxxabi
Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT
All rights reserved.
Developed by:
LLVM Team
University of Illinois at Urbana-Champaign
http://llvm.org
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimers.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimers in the
documentation and/or other materials provided with the distribution.
* Neither the names of the LLVM Team, University of Illinois at
Urbana-Champaign, nor the names of its contributors may be used to
endorse or promote products derived from this Software without specific
prior written permission.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 1988 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation. This software is provided "as is" without express or
implied warranty.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 1989 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation. This software is provided "as is" without express or
implied warranty.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
All Rights Reserved.
Author: Siarhei Siamashka <[email protected]>
Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved.
Author: Ragesh Radhakrishnan <[email protected]>
Copyright (C) 2014-2016, D. R. Commander. All Rights Reserved.
Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved.
Copyright (C) 2016, Siarhei Siamashka. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
All Rights Reserved.
Author: Siarhei Siamashka <[email protected]>
Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved.
Copyright (C) 2014, Linaro Limited. All Rights Reserved.
Copyright (C) 2015, D. R. Commander. All Rights Reserved.
Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 2013, MIPS Technologies, Inc., California.
All Rights Reserved.
Authors: Teodora Novkovic ([email protected])
Darko Laus ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 2013-2014, MIPS Technologies, Inc., California.
All Rights Reserved.
Authors: Teodora Novkovic ([email protected])
Darko Laus ([email protected])
Copyright (C) 2015, D. R. Commander. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 2014, D. R. Commander. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved.
Copyright (C) 2014, Jay Foad. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C) 2015, D. R. Commander. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C)2009-2014 D. R. Commander. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C)2009-2015 D. R. Commander. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C)2009-2016 D. R. Commander. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C)2011 D. R. Commander. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C)2011, 2015 D. R. Commander. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright (C)2011-2016 D. R. Commander. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libjpeg-turbo
Copyright 2009 Pierre Ossman <[email protected]> for Cendio AB
Copyright (C) 2010, D. R. Commander.
Based on the x86 SIMD extension for IJG JPEG library - version 1.02
Copyright (C) 1999-2006, MIYASAKA Masaru.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
libjpeg-turbo
We are also required to state that
"The Graphics Interchange Format(c) is the Copyright property of
CompuServe Incorporated. GIF(sm) is a Service Mark property of
CompuServe Incorporated."
--------------------------------------------------------------------------------
libjpeg-turbo
libjpeg-turbo Licenses
======================
libjpeg-turbo is covered by three compatible BSD-style open source licenses:
- The IJG (Independent JPEG Group) License, which is listed in
[README.ijg](README.ijg)
This license applies to the libjpeg API library and associated programs
(any code inherited from libjpeg, and any modifications to that code.)
- The Modified (3-clause) BSD License, which is listed in
[turbojpeg.c](turbojpeg.c)
This license covers the TurboJPEG API library and associated programs.
- The zlib License, which is listed in [simd/jsimdext.inc](simd/jsimdext.inc)
This license is a subset of the other two, and it covers the libjpeg-turbo
SIMD extensions.
Complying with the libjpeg-turbo Licenses
=========================================
This section provides a roll-up of the libjpeg-turbo licensing terms, to the
best of our understanding.
1. If you are distributing a modified version of the libjpeg-turbo source,
then:
1. You cannot alter or remove any existing copyright or license notices
from the source.
**Origin**
- Clause 1 of the IJG License
- Clause 1 of the Modified BSD License
- Clauses 1 and 3 of the zlib License
2. You must add your own copyright notice to the header of each source
file you modified, so others can tell that you modified that file (if
there is not an existing copyright header in that file, then you can
simply add a notice stating that you modified the file.)
**Origin**
- Clause 1 of the IJG License
- Clause 2 of the zlib License
3. You must include the IJG README file, and you must not alter any of the
copyright or license text in that file.
**Origin**
- Clause 1 of the IJG License
2. If you are distributing only libjpeg-turbo binaries without the source, or
if you are distributing an application that statically links with
libjpeg-turbo, then:
1. Your product documentation must include a message stating:
This software is based in part on the work of the Independent JPEG
Group.
**Origin**
- Clause 2 of the IJG license
2. If your binary distribution includes or uses the TurboJPEG API, then
your product documentation must include the text of the Modified BSD
License.
**Origin**
- Clause 2 of the Modified BSD License
3. You cannot use the name of the IJG or The libjpeg-turbo Project or the
contributors thereof in advertising, publicity, etc.
**Origin**
- IJG License
- Clause 3 of the Modified BSD License
4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be
free of defects, nor do we accept any liability for undesirable
consequences resulting from your use of the software.
**Origin**
- IJG License
- Modified BSD License
- zlib License
--------------------------------------------------------------------------------
libjpeg-turbo
libjpeg-turbo note: This file has been modified by The libjpeg-turbo Project
to include only information relevant to libjpeg-turbo, to wordsmith certain
sections, and to remove impolitic language that existed in the libjpeg v8
README. It is included only for reference. Please see README.md for
information specific to libjpeg-turbo.
The Independent JPEG Group's JPEG software
==========================================
This distribution contains a release of the Independent JPEG Group's free JPEG
software. You are welcome to redistribute this software and to use it for any
purpose, subject to the conditions under LEGAL ISSUES, below.
This software is the work of Tom Lane, Guido Vollbeding, Philip Gladstone,
Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson,
Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers,
and other members of the Independent JPEG Group.
IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee
(also known as JPEG, together with ITU-T SG16).
DOCUMENTATION ROADMAP
=====================
This file contains the following sections:
OVERVIEW General description of JPEG and the IJG software.
LEGAL ISSUES Copyright, lack of warranty, terms of distribution.
REFERENCES Where to learn more about JPEG.
ARCHIVE LOCATIONS Where to find newer versions of this software.
FILE FORMAT WARS Software *not* to get.
TO DO Plans for future IJG releases.
Other documentation files in the distribution are:
User documentation:
usage.txt Usage instructions for cjpeg, djpeg, jpegtran,
rdjpgcom, and wrjpgcom.
*.1 Unix-style man pages for programs (same info as usage.txt).
wizard.txt Advanced usage instructions for JPEG wizards only.
change.log Version-to-version change highlights.
Programmer and internal documentation:
libjpeg.txt How to use the JPEG library in your own programs.
example.c Sample code for calling the JPEG library.
structure.txt Overview of the JPEG library's internal structure.
coderules.txt Coding style rules --- please read if you contribute code.
Please read at least usage.txt. Some information can also be found in the JPEG
FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find
out where to obtain the FAQ article.
If you want to understand how the JPEG code works, we suggest reading one or
more of the REFERENCES, then looking at the documentation files (in roughly
the order listed) before diving into the code.
OVERVIEW
========
This package contains C software to implement JPEG image encoding, decoding,
and transcoding. JPEG (pronounced "jay-peg") is a standardized compression
method for full-color and grayscale images. JPEG's strong suit is compressing
photographic images or other types of images that have smooth color and
brightness transitions between neighboring pixels. Images with sharp lines or
other abrupt features may not compress well with JPEG, and a higher JPEG
quality may have to be used to avoid visible compression artifacts with such
images.
JPEG is lossy, meaning that the output pixels are not necessarily identical to
the input pixels. However, on photographic content and other "smooth" images,
very good compression ratios can be obtained with no visible compression
artifacts, and extremely high compression ratios are possible if you are
willing to sacrifice image quality (by reducing the "quality" setting in the
compressor.)
This software implements JPEG baseline, extended-sequential, and progressive
compression processes. Provision is made for supporting all variants of these
processes, although some uncommon parameter settings aren't implemented yet.
We have made no provision for supporting the hierarchical or lossless
processes defined in the standard.
We provide a set of library routines for reading and writing JPEG image files,
plus two sample applications "cjpeg" and "djpeg", which use the library to
perform conversion between JPEG and some other popular image file formats.
The library is intended to be reused in other applications.
In order to support file conversion and viewing software, we have included
considerable functionality beyond the bare JPEG coding/decoding capability;
for example, the color quantization modules are not strictly part of JPEG
decoding, but they are essential for output to colormapped file formats or
colormapped displays. These extra functions can be compiled out of the
library if not required for a particular application.
We have also included "jpegtran", a utility for lossless transcoding between
different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple
applications for inserting and extracting textual comments in JFIF files.
The emphasis in designing this software has been on achieving portability and
flexibility, while also making it fast enough to be useful. In particular,
the software is not intended to be read as a tutorial on JPEG. (See the
REFERENCES section for introductory material.) Rather, it is intended to
be reliable, portable, industrial-strength code. We do not claim to have
achieved that goal in every aspect of the software, but we strive for it.
We welcome the use of this software as a component of commercial products.
No royalty is required, but we do ask for an acknowledgement in product
documentation, as described under LEGAL ISSUES.
LEGAL ISSUES
============
In plain English:
1. We don't promise that this software works. (But if you find any bugs,
please let us know!)
2. You can use this software for whatever you want. You don't have to pay us.
3. You may not pretend that you wrote this software. If you use it in a
program, you must acknowledge somewhere in your documentation that
you've used the IJG code.
In legalese:
The authors make NO WARRANTY or representation, either express or implied,
with respect to this software, its quality, accuracy, merchantability, or
fitness for a particular purpose. This software is provided "AS IS", and you,
its user, assume the entire risk as to its quality and accuracy.
This software is copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding.
All Rights Reserved except as specified below.
Permission is hereby granted to use, copy, modify, and distribute this
software (or portions thereof) for any purpose, without fee, subject to these
conditions:
(1) If any part of the source code for this software is distributed, then this
README file must be included, with this copyright and no-warranty notice
unaltered; and any additions, deletions, or changes to the original files
must be clearly indicated in accompanying documentation.
(2) If only executable code is distributed, then the accompanying
documentation must state that "this software is based in part on the work of
the Independent JPEG Group".
(3) Permission for use of this software is granted only if the user accepts
full responsibility for any undesirable consequences; the authors accept
NO LIABILITY for damages of any kind.
These conditions apply to any software derived from or based on the IJG code,
not just to the unmodified library. If you use our work, you ought to
acknowledge us.
Permission is NOT granted for the use of any IJG author's name or company name
in advertising or publicity relating to this software or products derived from
it. This software may be referred to only as "the Independent JPEG Group's
software".
We specifically permit and encourage the use of this software as the basis of
commercial products, provided that all warranty or liability claims are
assumed by the product vendor.
The Unix configuration script "configure" was produced with GNU Autoconf.
It is copyright by the Free Software Foundation but is freely distributable.
The same holds for its supporting scripts (config.guess, config.sub,
ltmain.sh). Another support script, install-sh, is copyright by X Consortium
but is also freely distributable.
The IJG distribution formerly included code to read and write GIF files.
To avoid entanglement with the Unisys LZW patent (now expired), GIF reading
support has been removed altogether, and the GIF writer has been simplified
to produce "uncompressed GIFs". This technique does not use the LZW
algorithm; the resulting GIF files are larger than usual, but are readable
by all standard GIF decoders.
We are required to state that
"The Graphics Interchange Format(c) is the Copyright property of
CompuServe Incorporated. GIF(sm) is a Service Mark property of
CompuServe Incorporated."
REFERENCES
==========
We recommend reading one or more of these references before trying to
understand the innards of the JPEG software.
The best short technical introduction to the JPEG compression algorithm is
Wallace, Gregory K. "The JPEG Still Picture Compression Standard",
Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44.
(Adjacent articles in that issue discuss MPEG motion picture compression,
applications of JPEG, and related topics.) If you don't have the CACM issue
handy, a PDF file containing a revised version of Wallace's article is
available at http://www.ijg.org/files/Wallace.JPEG.pdf. The file (actually
a preprint for an article that appeared in IEEE Trans. Consumer Electronics)
omits the sample images that appeared in CACM, but it includes corrections
and some added material. Note: the Wallace article is copyright ACM and IEEE,
and it may not be used for commercial purposes.
A somewhat less technical, more leisurely introduction to JPEG can be found in
"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by
M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides
good explanations and example C code for a multitude of compression methods
including JPEG. It is an excellent source if you are comfortable reading C
code but don't know much about data compression in general. The book's JPEG
sample code is far from industrial-strength, but when you are ready to look
at a full implementation, you've got one here...
The best currently available description of JPEG is the textbook "JPEG Still
Image Data Compression Standard" by William B. Pennebaker and Joan L.
Mitchell, published by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1.
Price US$59.95, 638 pp. The book includes the complete text of the ISO JPEG
standards (DIS 10918-1 and draft DIS 10918-2).
The original JPEG standard is divided into two parts, Part 1 being the actual
specification, while Part 2 covers compliance testing methods. Part 1 is
titled "Digital Compression and Coding of Continuous-tone Still Images,
Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS
10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of
Continuous-tone Still Images, Part 2: Compliance testing" and has document
numbers ISO/IEC IS 10918-2, ITU-T T.83.
The JPEG standard does not specify all details of an interchangeable file
format. For the omitted details we follow the "JFIF" conventions, revision
1.02. JFIF 1.02 has been adopted as an Ecma International Technical Report
and thus received a formal publication status. It is available as a free
download in PDF format from
http://www.ecma-international.org/publications/techreports/E-TR-098.htm.
A PostScript version of the JFIF document is available at
http://www.ijg.org/files/jfif.ps.gz. There is also a plain text version at
http://www.ijg.org/files/jfif.txt.gz, but it is missing the figures.
The TIFF 6.0 file format specification can be obtained by FTP from
ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
(Compression tag 7). Copies of this Note can be obtained from
http://www.ijg.org/files/. It is expected that the next revision
of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
Although IJG's own code does not support TIFF/JPEG, the free libtiff library
uses our library to implement TIFF/JPEG per the Note.
ARCHIVE LOCATIONS
=================
The "official" archive site for this software is www.ijg.org.
The most recent released version can always be found there in
directory "files".
The JPEG FAQ (Frequently Asked Questions) article is a source of some
general information about JPEG.
It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/
and other news.answers archive sites, including the official news.answers
archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/.
If you don't have Web or FTP access, send e-mail to [email protected]
with body
send usenet/news.answers/jpeg-faq/part1
send usenet/news.answers/jpeg-faq/part2
FILE FORMAT WARS
================
The ISO/IEC JTC1/SC29/WG1 standards committee (also known as JPEG, together
with ITU-T SG16) currently promotes different formats containing the name
"JPEG" which are incompatible with original DCT-based JPEG. IJG therefore does
not support these formats (see REFERENCES). Indeed, one of the original
reasons for developing this free software was to help force convergence on
common, interoperable format standards for JPEG files.
Don't use an incompatible file format!
(In any case, our decoder will remain capable of reading existing JPEG
image files indefinitely.)
TO DO
=====
Please send bug reports, offers of help, etc. to [email protected].
--------------------------------------------------------------------------------
libjxl
Copyright 2021 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libmicrohttpd
skia
Copyright (c) 2011 Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libpng
COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
=========================================
PNG Reference Library License version 2
---------------------------------------
* Copyright (c) 1995-2019 The PNG Reference Library Authors.
* Copyright (c) 2018-2019 Cosmin Truta.
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
* Copyright (c) 1996-1997 Andreas Dilger.
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
The software is supplied "as is", without warranty of any kind,
express or implied, including, without limitation, the warranties
of merchantability, fitness for a particular purpose, title, and
non-infringement. In no event shall the Copyright owners, or
anyone distributing the software, be liable for any damages or
other liability, whether in contract, tort or otherwise, arising
from, out of, or in connection with the software, or the use or
other dealings in the software, even if advised of the possibility
of such damage.
Permission is hereby granted to use, copy, modify, and distribute
this software, or portions hereof, for any purpose, without fee,
subject to the following restrictions:
1. The origin of this software must not be misrepresented; you
must not claim that you wrote the original software. If you
use this software in a product, an acknowledgment in the product
documentation would be appreciated, but is not required.
2. Altered source versions must be plainly marked as such, and must
not be misrepresented as being the original software.
3. This Copyright notice may not be removed or altered from any
source or altered source distribution.
PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
-----------------------------------------------------------------------
libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are
Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
derived from libpng-1.0.6, and are distributed according to the same
disclaimer and license as libpng-1.0.6 with the following individuals
added to the list of Contributing Authors:
Simon-Pierre Cadieux
Eric S. Raymond
Mans Rullgard
Cosmin Truta
Gilles Vollant
James Yu
Mandar Sahastrabuddhe
Google Inc.
Vadim Barkov
and with the following additions to the disclaimer:
There is no warranty against interference with your enjoyment of
the library or against infringement. There is no warranty that our
efforts or the library will fulfill any of your particular purposes
or needs. This library is provided with all faults, and the entire
risk of satisfactory quality, performance, accuracy, and effort is
with the user.
Some files in the "contrib" directory and some configure-generated
files that are distributed with libpng have other copyright owners, and
are released under other open source licenses.
libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
libpng-0.96, and are distributed according to the same disclaimer and
license as libpng-0.96, with the following individuals added to the
list of Contributing Authors:
Tom Lane
Glenn Randers-Pehrson
Willem van Schaik
libpng versions 0.89, June 1996, through 0.96, May 1997, are
Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
and are distributed according to the same disclaimer and license as
libpng-0.88, with the following individuals added to the list of
Contributing Authors:
John Bowler
Kevin Bracey
Sam Bushell
Magnus Holmgren
Greg Roelofs
Tom Tanner
Some files in the "scripts" directory have other copyright owners,
but are released under this license.
libpng versions 0.5, May 1995, through 0.88, January 1996, are
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
For the purposes of this copyright and license, "Contributing Authors"
is defined as the following set of individuals:
Andreas Dilger
Dave Martindale
Guy Eric Schalnat
Paul Schmidt
Tim Wegner
The PNG Reference Library is supplied "AS IS". The Contributing
Authors and Group 42, Inc. disclaim all warranties, expressed or
implied, including, without limitation, the warranties of
merchantability and of fitness for any purpose. The Contributing
Authors and Group 42, Inc. assume no liability for direct, indirect,
incidental, special, exemplary, or consequential damages, which may
result from the use of the PNG Reference Library, even if advised of
the possibility of such damage.
Permission is hereby granted to use, copy, modify, and distribute this
source code, or portions hereof, for any purpose, without fee, subject
to the following restrictions:
1. The origin of this source code must not be misrepresented.
2. Altered versions must be plainly marked as such and must not
be misrepresented as being the original source.
3. This Copyright notice may not be removed or altered from any
source or altered source distribution.
The Contributing Authors and Group 42, Inc. specifically permit,
without fee, and encourage the use of this source code as a component
to supporting the PNG file format in commercial products. If you use
this source code in a product, acknowledgment is not required but would
be appreciated.
--------------------------------------------------------------------------------
libtess2
Copyright (C) [dates of first publication] Silicon Graphics, Inc.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice including the dates of first publication and either this
permission notice or a reference to http://oss.sgi.com/projects/FreeB/ shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC.
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of Silicon Graphics, Inc. shall not
be used in advertising or otherwise to promote the sale, use or other dealings in
this Software without prior written authorization from Silicon Graphics, Inc.
--------------------------------------------------------------------------------
libwebp
Copyright (c) 2010, Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2010 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2011 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2012 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2013 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2014 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2015 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2016 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2017 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2018 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2021 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
libwebp
Copyright 2022 Google Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
material_color_utilities
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
Copyright 2021 Google LLC
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 law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--------------------------------------------------------------------------------
meta
Copyright 2016, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
perfetto
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
Copyright (c) 2017, The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--------------------------------------------------------------------------------
pointer_interceptor
Copyright 2013 The Flutter Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
rapidjson
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved->
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
rapidjson
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
rapidjson
Copyright (c) 2006-2013 Alexander Chemeris
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the product nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
rapidjson
The above software in this distribution may have been modified by
THL A29 Limited ("Tencent Modifications").
All Tencent Modifications are Copyright (C) 2015 THL A29 Limited.
--------------------------------------------------------------------------------
shelf
stack_trace
usage
Copyright 2014, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright (C) 2014 Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright (c) 2011 Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright (c) 2014 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2005 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2006 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2006-2012 The Android Open Source Project
Copyright 2012 Mozilla Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2007 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2008 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2008 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2009 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2009-2015 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2010 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2010 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2011 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2011 Google Inc.
Copyright 2012 Mozilla Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2011 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2012 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2012 Google LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2012 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2013 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2013 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2014 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2014 Google Inc.
Copyright 2017 ARM Ltd.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2014 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2015 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2015 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2016 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2016 Mozilla Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2016 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2017 ARM Ltd.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2017 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2018 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2018 Google LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2018 Google LLC.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2018 Google, LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2018 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2019 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2019 Google LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2019 Google LLC.
--------------------------------------------------------------------------------
skia
Copyright 2019 Google LLC.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2019 Google, LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2019 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2020 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2020 Google LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2020 Google LLC.
--------------------------------------------------------------------------------
skia
Copyright 2020 Google LLC.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2020 Google, LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2021 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2021 Google LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2021 Google LLC.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2021 Google, LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2022 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2022 Google LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2022 Google LLC.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2022 Google, LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2023 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2023 Google LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2023 Google LLC.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2023 Google, LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2023 The Android Open Source Project
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2024 Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
skia
Copyright 2024 Google LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
spirv-cross
Copyright 2014-2016,2021 The Khronos Group, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
spring_animation
Copyright (c) Meta Platforms, Inc. and affiliates.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
sqlite
The source code for SQLite is in the public domain. No claim of
copyright is made on any part of the core source code. (The
documentation and test code is a different matter - some sections of
documentation and test logic are governed by open-source licenses.)
All contributors to the SQLite core software have signed affidavits
specifically disavowing any copyright interest in the code. This means
that anybody is able to legally do anything they want with the SQLite
source code.
There are other SQL database engines with liberal licenses that allow
the code to be broadly and freely used. But those other engines are
still governed by copyright law. SQLite is different in that copyright
law simply does not apply.
The source code files for other SQL database engines typically begin
with a comment describing your legal rights to view and copy that
file. The SQLite source code contains no license since it is not
governed by copyright. Instead of a license, the SQLite source code
offers a blessing:
May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
--------------------------------------------------------------------------------
sse
Copyright 2019, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
vector_math
Copyright 2015, Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (C) 2013 Andrew Magill
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
vulkan-validation-layers
Copyright (C) 2012-2020 Yann Collet
BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
vulkan-validation-layers
vulkan_memory_allocator
Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
web
Copyright 2023, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
web_locale_keymap
Copyright (c) 2022 Google LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
web_socket_channel
Copyright 2016, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
webkit_inspection_protocol
Copyright 2013, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
xxhash
Copyright (C) 2012-2016, Yann Collet
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
xxhash
Copyright (C) 2012-2016, Yann Collet.
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
yaml
Copyright (c) 2014, the Dart project authors.
Copyright (c) 2006, Kirill Simonov.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
yaml_edit
Copyright 2020, the Dart project authors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
zlib
Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
zlib
Copyright (C) 1998-2005 Gilles Vollant
--------------------------------------------------------------------------------
zlib
Copyright (C) 2017 ARM, Inc.
Copyright 2017 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
zlib
Copyright 2017 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
zlib
Copyright 2018 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
zlib
Copyright 2019 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
zlib
Copyright 2022 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
zlib
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
--------------------------------------------------------------------------------
zlib
version 1.2.12, March 27th, 2022
Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
| devtools/packages/devtools_extensions/example/packages_with_extensions/dart_foo/packages/dart_foo/extension/devtools/build/assets/NOTICES/0 | {
"file_path": "devtools/packages/devtools_extensions/example/packages_with_extensions/dart_foo/packages/dart_foo/extension/devtools/build/assets/NOTICES",
"repo_id": "devtools",
"token_count": 428341
} | 159 |
name: foo
description: A package with stuff (an example package that has a DevTools extension).
version: 1.0.0
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
| devtools/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo/pubspec.yaml/0 | {
"file_path": "devtools/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo/pubspec.yaml",
"repo_id": "devtools",
"token_count": 124
} | 160 |
// Copyright 2023 The Chromium Authors. 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:js_interop';
import 'package:devtools_app_shared/service.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_shared/devtools_shared.dart';
import 'package:devtools_shared/service.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:logging/logging.dart';
import 'package:vm_service/vm_service.dart' hide Event;
import 'package:web/web.dart' hide Text;
import '../api/api.dart';
import '../api/model.dart';
import '../utils.dart';
import '_simulated_devtools_environment/_simulated_devtools_environment.dart';
part 'extension_manager.dart';
/// If true, a simulated DevTools environment will be wrapped around the
/// extension (see [SimulatedDevToolsWrapper]).
///
/// By default, the constant is false.
/// To enable it, pass the compilation flag
/// `--dart-define=use_simulated_environment=true`.
///
/// To enable the flag in debug configuration of VSCode, add value:
/// "args": [
/// "--dart-define=use_simulated_environment=true"
/// ]
const bool _simulatedEnvironmentEnabled =
bool.fromEnvironment('use_simulated_environment');
bool get _useSimulatedEnvironment =>
!kReleaseMode && _simulatedEnvironmentEnabled;
/// A manager that allows extensions to interact with DevTools or the DevTools
/// extensions framework.
///
/// A couple of use case examples include posting messages to DevTools or
/// registering an event handler from the extension.
///
/// [extensionManager] can only be accessed below the [DevToolsExtension] widget
/// in the widget tree, since it is initialized as part of the
/// [DevToolsExtension]'s [initState] lifecycle method.
ExtensionManager get extensionManager =>
_accessGlobalOrThrow<ExtensionManager>(globalName: 'extensionManager');
/// A manager for interacting with the connected vm service, if present.
///
/// This manager provides sub-managers to interact with isolates, service
/// extensions, etc.
///
/// [serviceManager] can only be accessed below the [DevToolsExtension] widget
/// in the widget tree, since it is initialized as part of the
/// [DevToolsExtension]'s [initState] lifecycle method.
ServiceManager get serviceManager =>
_accessGlobalOrThrow<ServiceManager>(globalName: 'serviceManager');
/// A manager for interacting with the Dart Tooling Daemon, if available.
///
/// This manager stores the current [DTDConnection], which provides access to
/// public methods registered by other DTD clients (for example, the IDE), as
/// well as a minimal file sytsem API for reading, writing, and listing
/// directories within the user's project.
///
/// [dtdManager] can only be accessed below the [DevToolsExtension] widget
/// in the widget tree, since it is initialized as part of the
/// [DevToolsExtension]'s [initState] lifecycle method.
///
/// DevTools extensions should not manually call [dtdManager.connect] or
/// [dtdManager.disconnect], since this lifecycle is already handled by the
/// [DevToolsExtension] widget.
DTDManager get dtdManager =>
_accessGlobalOrThrow<DTDManager>(globalName: 'dtdManager');
T _accessGlobalOrThrow<T>({required String globalName}) {
final manager = globals[T] as T?;
if (manager == null) {
throw StateError(
"'$globalName' has not been initialized yet. You can only access "
"'$globalName' below the 'DevToolsExtension' widget in the widget "
"tree, since it is initialized as part of the 'DevToolsExtension'"
"state's 'initState' lifecycle method.",
);
}
return manager;
}
/// A wrapper widget that performs initialization for a DevTools extension.
///
/// This widget is required to be at the root (or very close to the root) of
/// your DevTools extension Flutter web app. The content of your DevTools
/// extension should be defined by [child].
///
/// This wrapper:
/// * initializes the [extensionManager] and [serviceManager] globals.
/// * initializes the [extensionManager] with the VM service connection from
/// DevTools when[requiresRunningApplication] is true.
/// * establishes a connection with DevTools for this extension to interact
/// over.
///
/// Any use of the [extensionManager], [serviceManager], or [ideTheme] globals
/// must occur below the [DevToolsExtension] widget in the widget tree (i.e. at
/// the level of [child] or below).
class DevToolsExtension extends StatefulWidget {
const DevToolsExtension({
super.key,
required this.child,
this.eventHandlers = const {},
this.requiresRunningApplication = true,
});
/// The root of the extension Flutter web app that is wrapped by this
/// [DevToolsExtension] wrapper.
final Widget child;
/// Event handlers registered by the extension so that it can respond to
/// DevTools events.
final Map<DevToolsExtensionEventType, ExtensionEventHandler> eventHandlers;
/// Whether this extension requires a running application to use.
final bool requiresRunningApplication;
@override
State<DevToolsExtension> createState() => _DevToolsExtensionState();
}
class _DevToolsExtensionState extends State<DevToolsExtension>
with AutoDisposeMixin {
@override
void initState() {
super.initState();
_initGlobals();
unawaited(
extensionManager._init(
connectToVmService: widget.requiresRunningApplication,
),
);
for (final handler in widget.eventHandlers.entries) {
extensionManager.registerEventHandler(handler.key, handler.value);
}
addAutoDisposeListener(extensionManager.darkThemeEnabled);
}
void _initGlobals() {
setGlobal(ExtensionManager, ExtensionManager());
setGlobal(ServiceManager, ServiceManager());
setGlobal(DTDManager, DTDManager());
// TODO(kenz): pull the IDE theme from the url query params.
setGlobal(IdeTheme, IdeTheme());
}
Future<void> _shutdown() async {
(globals[ExtensionManager] as ExtensionManager?)?._dispose();
removeGlobal(ExtensionManager);
removeGlobal(ServiceManager);
removeGlobal(IdeTheme);
await (globals[DTDManager] as DTDManager?)?.disconnect();
removeGlobal(DTDManager);
}
@override
Future<void> dispose() async {
// TODO(https://github.com/flutter/flutter/issues/10437): dispose is never
// called on hot restart, so these resources leak for local development.
unawaited(_shutdown());
super.dispose();
}
@override
Widget build(BuildContext context) {
final child = _ConnectionAwareWrapper(
requiresRunningApplication: widget.requiresRunningApplication,
child: widget.child,
);
return MaterialApp(
themeMode: extensionManager.darkThemeEnabled.value
? ThemeMode.dark
: ThemeMode.light,
theme: themeFor(
isDarkTheme: false,
ideTheme: ideTheme,
theme: ThemeData(useMaterial3: true, colorScheme: lightColorScheme),
),
darkTheme: themeFor(
isDarkTheme: true,
ideTheme: ideTheme,
theme: ThemeData(useMaterial3: true, colorScheme: darkColorScheme),
),
home: Scaffold(
body: _useSimulatedEnvironment
? SimulatedDevToolsWrapper(
requiresRunningApplication: widget.requiresRunningApplication,
onDtdConnectionChange: extensionManager._connectToDtd,
child: child,
)
: child,
),
);
}
}
class _ConnectionAwareWrapper extends StatelessWidget {
const _ConnectionAwareWrapper({
required this.child,
required this.requiresRunningApplication,
});
final bool requiresRunningApplication;
final Widget child;
@override
Widget build(BuildContext context) {
return ValueListenableBuilder(
valueListenable: serviceManager.connectedState,
builder: (context, connectedState, _) {
if (requiresRunningApplication && !connectedState.connected) {
return const Center(
child: Text('Please connect an app to use this DevTools Extension'),
);
}
return child;
},
);
}
}
| devtools/packages/devtools_extensions/lib/src/template/devtools_extension.dart/0 | {
"file_path": "devtools/packages/devtools_extensions/lib/src/template/devtools_extension.dart",
"repo_id": "devtools",
"token_count": 2592
} | 161 |
// Copyright 2020 The Chromium Authors. 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';
/// Monitor heap object allocations (in the VM). The allocation monitor will
/// cause 'start' event exist in the HeapSample. Immediately afterwards a
/// 'continues' event is added on each subsequent timestamp tick (HeapSample)
/// until another monitor start event. A 'reset' event stops the 'continues'
/// event for one timestamp tick with a 'reset' event. Immediately after the
/// reset event a 'continues' event will again appear in the HeapSample's
/// MemoryEventInfo - until a new monitor is started. One monitor exists per
/// VM connection.
class AllocationAccumulator {
AllocationAccumulator(this._start, this._continues, this._reset);
AllocationAccumulator.start()
: _start = true,
_continues = false,
_reset = false;
AllocationAccumulator.continues()
: _start = false,
_continues = true,
_reset = false;
AllocationAccumulator.reset()
: _start = false,
_continues = false,
_reset = true;
factory AllocationAccumulator.fromJson(Map<String, dynamic> json) =>
AllocationAccumulator(
json['start'] as bool,
json['continues'] as bool,
json['reset'] as bool,
);
Map<String, dynamic> toJson() => <String, dynamic>{
'start': _start,
'continues': _continues,
'reset': _reset,
};
static AllocationAccumulator empty() =>
AllocationAccumulator(false, false, false);
bool get isEmpty => !isStart && !isContinuesVisible && !isReset;
final bool _start;
final bool _continues;
bool continuesVisible = false;
final bool _reset;
bool get isStart => _start;
bool get isContinues => _continues;
bool get isContinuesVisible => isContinues && continuesVisible;
bool get isReset => _reset;
@override
String toString() => '[AllocationAccumulator '
'${const JsonEncoder.withIndent(' ').convert(toJson())}]';
}
class ExtensionEvent {
ExtensionEvent(this.timestamp, this.eventKind, this.data)
: customEventName = null;
ExtensionEvent.custom(
this.timestamp,
this.eventKind,
this.customEventName,
this.data,
);
factory ExtensionEvent.fromJson(Map<String, dynamic> json) =>
ExtensionEvent.custom(
json['timestamp'] as int?,
json['eventKind'] as String?,
json['customEventName'] as String?,
(json['data'] as Map?)?.cast<String, Object>(),
);
Map<String, dynamic> toJson() => <String, dynamic>{
'timestamp': timestamp,
'eventKind': eventKind,
'data': data,
'customEventName': customEventName,
};
static ExtensionEvent empty() =>
ExtensionEvent.custom(null, null, null, null);
bool get isEmpty =>
timestamp == null &&
eventKind == null &&
data == null &&
customEventName == null;
final int? timestamp;
final String? eventKind;
final Map<String, Object>? data;
final String? customEventName;
@override
String toString() => '[ExtensionEvent '
'${const JsonEncoder.withIndent(' ').convert(toJson())}]';
}
class ExtensionEvents {
ExtensionEvents(List<ExtensionEvent> events) {
theEvents.addAll(events);
}
factory ExtensionEvents.fromJson(Map<String, Object> json) {
final List<ExtensionEvent> events = [];
json.forEach((key, value) {
final event = ExtensionEvent.fromJson(value as Map<String, dynamic>);
events.add(event);
});
return ExtensionEvents(events);
}
final theEvents = <ExtensionEvent>[];
bool get isEmpty => theEvents.isEmpty;
bool get isNotEmpty => theEvents.isNotEmpty;
void clear() => theEvents.clear();
Map<String, dynamic> toJson() {
final eventsAsJson = <String, dynamic>{};
var index = 0;
for (var event in theEvents) {
eventsAsJson['$index'] = event.toJson();
index++;
}
return eventsAsJson;
}
@override
String toString() => '[ExtensionEvents = '
'${const JsonEncoder.withIndent(' ').convert(toJson())}]';
}
class EventSample {
EventSample(
this.timestamp,
this.isEventGC,
this.isEventSnapshot,
this.isEventSnapshotAuto,
this.allocationAccumulator,
this.extensionEvents,
);
EventSample.gcEvent(this.timestamp, {ExtensionEvents? events})
: isEventGC = true,
isEventSnapshot = false,
isEventSnapshotAuto = false,
allocationAccumulator = null,
extensionEvents = events;
EventSample.snapshotEvent(
this.timestamp, {
bool snapshotAuto = false,
ExtensionEvents? events,
}) : isEventGC = false,
isEventSnapshot = !snapshotAuto,
isEventSnapshotAuto = snapshotAuto,
allocationAccumulator = null,
extensionEvents = events;
EventSample.accumulatorStart(
this.timestamp, {
ExtensionEvents? events,
}) : isEventGC = false,
isEventSnapshot = false,
isEventSnapshotAuto = false,
allocationAccumulator = AllocationAccumulator.start(),
extensionEvents = events;
EventSample.accumulatorContinues(
this.timestamp, {
ExtensionEvents? events,
}) : isEventGC = false,
isEventSnapshot = false,
isEventSnapshotAuto = false,
allocationAccumulator = AllocationAccumulator.continues(),
extensionEvents = events;
EventSample.accumulatorReset(
this.timestamp, {
ExtensionEvents? events,
}) : isEventGC = false,
isEventSnapshot = false,
isEventSnapshotAuto = false,
allocationAccumulator = AllocationAccumulator.reset(),
extensionEvents = events;
EventSample.extensionEvent(this.timestamp, this.extensionEvents)
: isEventGC = false,
isEventSnapshot = false,
isEventSnapshotAuto = false,
allocationAccumulator = null;
factory EventSample.fromJson(Map<String, dynamic> json) {
final extensionEvents =
(json['extensionEvents'] as Map?)?.cast<String, Object>();
return EventSample(
json['timestamp'] as int,
(json['gcEvent'] as bool?) ?? false,
(json['snapshotEvent'] as bool?) ?? false,
(json['snapshotAutoEvent'] as bool?) ?? false,
json['allocationAccumulatorEvent'] != null
? AllocationAccumulator.fromJson(json['allocationAccumulatorEvent'])
: null,
extensionEvents != null
? ExtensionEvents.fromJson(extensionEvents)
: null,
);
}
Map<String, dynamic> toJson() => <String, dynamic>{
'timestamp': timestamp,
'gcEvent': isEventGC,
'snapshotEvent': isEventSnapshot,
'snapshotAutoEvent': isEventSnapshotAuto,
'allocationAccumulatorEvent': allocationAccumulator?.toJson(),
'extensionEvents': extensionEvents?.toJson(),
};
EventSample clone(int timestamp, {ExtensionEvents? extensionEvents}) =>
EventSample(
timestamp,
isEventGC,
isEventSnapshot,
isEventSnapshotAuto,
allocationAccumulator,
extensionEvents,
);
/// Create an empty event (all values are nothing)
static EventSample empty() => EventSample(
-1,
false,
false,
false,
AllocationAccumulator.empty(),
null,
);
bool get isEmpty => timestamp == -1;
/// Version of EventSample JSON payload.
static const version = 1;
final int timestamp;
final bool isEventGC;
final bool isEventSnapshot;
final bool isEventSnapshotAuto;
bool get isEventAllocationAccumulator => allocationAccumulator != null;
bool get hasExtensionEvents => extensionEvents != null;
final AllocationAccumulator? allocationAccumulator;
final ExtensionEvents? extensionEvents;
@override
String toString() => '[EventSample timestamp: $timestamp = '
'${const JsonEncoder.withIndent(' ').convert(toJson())}]';
}
/// Engine's Raster Cache estimates.
class RasterCache {
RasterCache._({required this.layerBytes, required this.pictureBytes});
factory RasterCache.fromJson(Map<String, dynamic> json) {
return RasterCache._(
layerBytes: json['layerBytes'],
pictureBytes: json['pictureBytes'],
);
}
static RasterCache empty() => RasterCache._(layerBytes: 0, pictureBytes: 0);
static RasterCache? parse(Map<String, dynamic>? json) =>
json == null ? null : RasterCache.fromJson(json);
int layerBytes;
int pictureBytes;
Map<String, dynamic> toJson() => {
'layerBytes': layerBytes,
'pictureBytes': pictureBytes,
};
@override
String toString() => '[RasterCache '
'${const JsonEncoder.withIndent(' ').convert(toJson())}]';
}
| devtools/packages/devtools_shared/lib/src/memory/event_sample.dart/0 | {
"file_path": "devtools/packages/devtools_shared/lib/src/memory/event_sample.dart",
"repo_id": "devtools",
"token_count": 3210
} | 162 |
// Copyright 2023 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// ignore_for_file: avoid_print
import 'dart:io';
import 'io_utils.dart';
class ChromeDriver with IOMixin {
Process? _process;
// TODO(kenz): add error messaging if the chromedriver executable is not
// found. We can also consider using web installers directly in this script:
// https://github.com/flutter/flutter/wiki/Running-Flutter-Driver-tests-with-Web#web-installers-repo.
Future<void> start({bool debugLogging = false}) async {
try {
if (debugLogging) {
print('starting the chromedriver process');
}
final process = _process = await Process.start(
'chromedriver',
[
'--port=4444',
],
);
listenToProcessOutput(process, printTag: 'ChromeDriver');
} catch (e) {
// ignore: avoid-throw-in-catch-block, by design
throw Exception('Error starting chromedriver: $e');
}
}
Future<void> stop({bool debugLogging = false}) async {
final process = _process;
_process = null;
if (process == null) return;
await cancelAllStreamSubscriptions();
if (debugLogging) {
print('killing the chromedriver process');
}
await killGracefully(process, debugLogging: debugLogging);
}
}
| devtools/packages/devtools_shared/lib/src/test/chrome_driver.dart/0 | {
"file_path": "devtools/packages/devtools_shared/lib/src/test/chrome_driver.dart",
"repo_id": "devtools",
"token_count": 494
} | 163 |
// Copyright 2024 The Chromium Authors. 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:devtools_shared/devtools_shared.dart';
import 'package:devtools_shared/src/deeplink/deeplink_manager.dart';
import 'package:devtools_shared/src/extensions/extension_manager.dart';
import 'package:devtools_shared/src/server/server_api.dart';
import 'package:shelf/shelf.dart';
import 'package:test/test.dart';
import 'package:unified_analytics/unified_analytics.dart';
import '../fakes.dart';
void main() {
group('$DeeplinkApi', () {
test('handle deeplink api ${DeeplinkApi.androidBuildVariants}', () async {
const expectedRootPath = '/abc';
final request = Request(
'get',
Uri(
scheme: 'https',
host: 'localhost',
path: DeeplinkApi.androidBuildVariants,
queryParameters: <String, String>{
DeeplinkApi.deeplinkRootPathPropertyName: expectedRootPath,
},
),
);
final fakeManager = FakeDeeplinkManager();
fakeManager.responseForGetAndroidBuildVariants = <String, String>{
DeeplinkManager.kOutputJsonField: '["debug", "release]',
};
final response = await ServerApi.handle(
request,
extensionsManager: ExtensionsManager(buildDir: '/'),
deeplinkManager: fakeManager,
analytics: const NoOpAnalytics(),
);
expect(response.statusCode, HttpStatus.ok);
expect(await response.readAsString(), '["debug", "release]');
expect(fakeManager.receivedPath, expectedRootPath);
});
test(
'handle deeplink api ${DeeplinkApi.androidBuildVariants} returns bad request if no root path',
() async {
final request = Request(
'get',
Uri(
scheme: 'https',
host: 'localhost',
path: DeeplinkApi.androidBuildVariants,
),
);
final response = await ServerApi.handle(
request,
extensionsManager: ExtensionsManager(buildDir: '/'),
deeplinkManager: FakeDeeplinkManager(),
analytics: const NoOpAnalytics(),
);
expect(response.statusCode, HttpStatus.badRequest);
},
);
test('handle deeplink api ${DeeplinkApi.androidAppLinkSettings}', () async {
const expectedRootPath = '/abc';
const buildVariant = 'buildVariant';
const someMessage = 'some message';
final request = Request(
'get',
Uri(
scheme: 'https',
host: 'localhost',
path: DeeplinkApi.androidAppLinkSettings,
queryParameters: <String, String>{
DeeplinkApi.deeplinkRootPathPropertyName: expectedRootPath,
DeeplinkApi.androidBuildVariantPropertyName: buildVariant,
},
),
);
final fakeManager = FakeDeeplinkManager();
fakeManager.responseForGetAndroidAppLinkSettings = <String, String>{
DeeplinkManager.kOutputJsonField: someMessage,
};
final response = await ServerApi.handle(
request,
extensionsManager: ExtensionsManager(buildDir: '/'),
deeplinkManager: fakeManager,
analytics: const NoOpAnalytics(),
);
expect(response.statusCode, HttpStatus.ok);
expect(await response.readAsString(), someMessage);
expect(fakeManager.receivedPath, expectedRootPath);
expect(fakeManager.receivedBuildVariant, buildVariant);
});
test('handle deeplink api ${DeeplinkApi.iosBuildOptions}', () async {
const expectedRootPath = '/abc';
const someMessage = 'some message';
final request = Request(
'get',
Uri(
scheme: 'https',
host: 'localhost',
path: DeeplinkApi.iosBuildOptions,
queryParameters: <String, String>{
DeeplinkApi.deeplinkRootPathPropertyName: expectedRootPath,
},
),
);
final fakeManager = FakeDeeplinkManager();
fakeManager.responseForGetIosBuildOptions = <String, String>{
DeeplinkManager.kOutputJsonField: someMessage,
};
final response = await ServerApi.handle(
request,
extensionsManager: ExtensionsManager(buildDir: '/'),
deeplinkManager: fakeManager,
analytics: const NoOpAnalytics(),
);
expect(response.statusCode, HttpStatus.ok);
expect(await response.readAsString(), someMessage);
expect(fakeManager.receivedPath, expectedRootPath);
});
test(
'handle deeplink api ${DeeplinkApi.iosUniversalLinkSettings}',
() async {
const expectedRootPath = '/abc';
const configuration = 'configuration';
const target = 'target';
const someMessage = 'some message';
final request = Request(
'get',
Uri(
scheme: 'https',
host: 'localhost',
path: DeeplinkApi.iosUniversalLinkSettings,
queryParameters: <String, String>{
DeeplinkApi.deeplinkRootPathPropertyName: expectedRootPath,
DeeplinkApi.xcodeConfigurationPropertyName: configuration,
DeeplinkApi.xcodeTargetPropertyName: target,
},
),
);
final fakeManager = FakeDeeplinkManager();
fakeManager.responseForGetIosUniversalLinkSettings = <String, String>{
DeeplinkManager.kOutputJsonField: someMessage,
};
final response = await ServerApi.handle(
request,
extensionsManager: ExtensionsManager(buildDir: '/'),
deeplinkManager: fakeManager,
analytics: const NoOpAnalytics(),
);
expect(response.statusCode, HttpStatus.ok);
expect(await response.readAsString(), someMessage);
expect(fakeManager.receivedConfiguration, configuration);
expect(fakeManager.receivedTarget, target);
},
);
});
}
| devtools/packages/devtools_shared/test/server/deeplink_api_test.dart/0 | {
"file_path": "devtools/packages/devtools_shared/test/server/deeplink_api_test.dart",
"repo_id": "devtools",
"token_count": 2492
} | 164 |
// Copyright 2019 The Chromium Authors. 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:devtools_app/devtools_app.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:meta/meta.dart';
import 'package:provider/provider.dart';
/// The RouterDelegate must use the same NavigatorKey when building in order
/// for widget state to be preserved.
final _testNavigatorKey = GlobalKey<NavigatorState>();
/// Wraps [widget] with the build context it needs to load in a test as well as
/// the [DevToolsRouterDelegate].
///
/// This includes a [MaterialApp] to provide context like [Theme.of], a
/// [Material] to support elements like [TextField] that draw ink effects, and a
/// [Directionality] to support [RenderFlex] widgets like [Row] and [Column].
Widget wrap(Widget widget) {
return MaterialApp.router(
theme: themeFor(
isDarkTheme: false,
ideTheme: IdeTheme(),
theme: ThemeData(
useMaterial3: true,
colorScheme: lightColorScheme,
),
),
routerDelegate: DevToolsRouterDelegate(
(context, page, args, state) => MaterialPage(
child: Material(
child: Directionality(
textDirection: TextDirection.ltr,
child: Provider<HoverCardController>.value(
value: HoverCardController(),
child: widget,
),
),
),
),
_testNavigatorKey,
),
routeInformationParser:
// ignore: invalid_use_of_visible_for_testing_member, false positive.
DevToolsRouteInformationParser.test('http://test/uri'),
);
}
/// Wraps [widget] with the build context it needs to load in a test.
///
/// This includes a [MaterialApp] to provide context like [Theme.of], a
/// [Material] to support elements like [TextField] that draw ink effects, and a
/// [Directionality] to support [RenderFlex] widgets like [Row] and [Column].
Widget wrapSimple(Widget widget) {
return MaterialApp(
theme: themeFor(
isDarkTheme: false,
ideTheme: IdeTheme(),
theme: ThemeData(
useMaterial3: true,
colorScheme: lightColorScheme,
),
),
home: Material(
child: Directionality(
textDirection: TextDirection.ltr,
child: Provider<HoverCardController>.value(
value: HoverCardController(),
child: widget,
),
),
),
);
}
Widget wrapWithControllers(
Widget widget, {
InspectorController? inspector,
LoggingController? logging,
MemoryController? memory,
PerformanceController? performance,
ProfilerScreenController? profiler,
DebuggerController? debugger,
DeepLinksController? deepLink,
NetworkController? network,
AppSizeController? appSize,
AnalyticsController? analytics,
ReleaseNotesController? releaseNotes,
VMDeveloperToolsController? vmDeveloperTools,
bool includeRouter = true,
}) {
final providers = [
if (inspector != null)
Provider<InspectorController>.value(value: inspector),
if (logging != null) Provider<LoggingController>.value(value: logging),
if (memory != null) Provider<MemoryController>.value(value: memory),
if (performance != null)
Provider<PerformanceController>.value(value: performance),
if (profiler != null)
Provider<ProfilerScreenController>.value(value: profiler),
if (network != null) Provider<NetworkController>.value(value: network),
if (debugger != null) Provider<DebuggerController>.value(value: debugger),
if (deepLink != null) Provider<DeepLinksController>.value(value: deepLink),
if (appSize != null) Provider<AppSizeController>.value(value: appSize),
if (analytics != null)
Provider<AnalyticsController>.value(value: analytics),
if (releaseNotes != null)
Provider<ReleaseNotesController>.value(value: releaseNotes),
if (vmDeveloperTools != null)
Provider<VMDeveloperToolsController>.value(value: vmDeveloperTools),
];
final child = wrapWithNotifications(
MultiProvider(
providers: providers,
child: widget,
),
);
return includeRouter ? wrap(child) : wrapSimple(child);
}
Widget wrapWithNotifications(Widget child) {
return NotificationsView(child: child);
}
Widget wrapWithInspectorControllers(Widget widget) {
final inspectorController = InspectorController(
inspectorTree: InspectorTreeController(),
detailsTree: InspectorTreeController(),
treeType: FlutterTreeType.widget,
);
return wrapWithControllers(
widget,
debugger: DebuggerController(),
inspector: inspectorController,
);
}
/// Call [testWidgets], allowing the test to set specific values for app globals
/// ([MessageBus], ...).
void testWidgetsWithContext(
String description,
WidgetTesterCallback callback, {
Map<Type, dynamic> context = const {},
}) {
testWidgets(description, (WidgetTester widgetTester) async {
// set up the context
final Map<Type, dynamic> oldValues = {};
for (Type type in context.keys) {
oldValues[type] = globals[type];
setGlobal(type, context[type]);
}
try {
await callback(widgetTester);
} finally {
// restore previous global values
for (Type type in oldValues.keys) {
final oldGlobal = oldValues[type];
if (oldGlobal != null) {
setGlobal(type, oldGlobal);
} else {
globals.remove(type);
}
}
}
});
}
/// Runs a test with the size of the app window under test to [windowSize].
@isTest
void testWidgetsWithWindowSize(
String name,
Size windowSize,
WidgetTesterCallback test, {
bool skip = false,
}) {
testWidgets(
name,
(WidgetTester tester) async {
await _setWindowSize(tester, windowSize);
await test(tester);
await _resetWindowSize(tester);
},
skip: skip,
);
}
Future<void> _setWindowSize(WidgetTester tester, Size windowSize) async {
final binding = TestWidgetsFlutterBinding.ensureInitialized();
await binding.setSurfaceSize(windowSize);
tester.view.physicalSize = windowSize;
tester.view.devicePixelRatio = 1.0;
}
Future<void> _resetWindowSize(WidgetTester tester) async {
await _setWindowSize(tester, const Size(800.0, 600.0));
}
| devtools/packages/devtools_test/lib/src/helpers/wrappers.dart/0 | {
"file_path": "devtools/packages/devtools_test/lib/src/helpers/wrappers.dart",
"repo_id": "devtools",
"token_count": 2220
} | 165 |
import 'package:flutter/material.dart';
// The members for this class were generated from the data at
// https://github.com/microsoft/vscode-codicons/blob/main/src/template/mapping.json.
class Codicons {
static const IconData add = IconData(60000, fontFamily: 'Codicon');
static const IconData plus = IconData(60000, fontFamily: 'Codicon');
static const IconData gistNew = IconData(60000, fontFamily: 'Codicon');
static const IconData repoCreate = IconData(60000, fontFamily: 'Codicon');
static const IconData lightbulb = IconData(60001, fontFamily: 'Codicon');
static const IconData lightBulb = IconData(60001, fontFamily: 'Codicon');
static const IconData repo = IconData(60002, fontFamily: 'Codicon');
static const IconData repoDelete = IconData(60002, fontFamily: 'Codicon');
static const IconData gistFork = IconData(60003, fontFamily: 'Codicon');
static const IconData repoForked = IconData(60003, fontFamily: 'Codicon');
static const IconData gitPullRequest = IconData(60004, fontFamily: 'Codicon');
static const IconData gitPullRequestAbandoned =
IconData(60004, fontFamily: 'Codicon');
static const IconData recordKeys = IconData(60005, fontFamily: 'Codicon');
static const IconData keyboard = IconData(60005, fontFamily: 'Codicon');
static const IconData tag = IconData(60006, fontFamily: 'Codicon');
static const IconData tagAdd = IconData(60006, fontFamily: 'Codicon');
static const IconData tagRemove = IconData(60006, fontFamily: 'Codicon');
static const IconData person = IconData(60007, fontFamily: 'Codicon');
static const IconData personAdd = IconData(60007, fontFamily: 'Codicon');
static const IconData personFollow = IconData(60007, fontFamily: 'Codicon');
static const IconData personOutline = IconData(60007, fontFamily: 'Codicon');
static const IconData personFilled = IconData(60007, fontFamily: 'Codicon');
static const IconData gitBranch = IconData(60008, fontFamily: 'Codicon');
static const IconData gitBranchCreate =
IconData(60008, fontFamily: 'Codicon');
static const IconData gitBranchDelete =
IconData(60008, fontFamily: 'Codicon');
static const IconData sourceControl = IconData(60008, fontFamily: 'Codicon');
static const IconData mirror = IconData(60009, fontFamily: 'Codicon');
static const IconData mirrorPublic = IconData(60009, fontFamily: 'Codicon');
static const IconData star = IconData(60010, fontFamily: 'Codicon');
static const IconData starAdd = IconData(60010, fontFamily: 'Codicon');
static const IconData starDelete = IconData(60010, fontFamily: 'Codicon');
static const IconData starEmpty = IconData(60010, fontFamily: 'Codicon');
static const IconData comment = IconData(60011, fontFamily: 'Codicon');
static const IconData commentAdd = IconData(60011, fontFamily: 'Codicon');
static const IconData alert = IconData(60012, fontFamily: 'Codicon');
static const IconData warning = IconData(60012, fontFamily: 'Codicon');
static const IconData search = IconData(60013, fontFamily: 'Codicon');
static const IconData searchSave = IconData(60013, fontFamily: 'Codicon');
static const IconData logOut = IconData(60014, fontFamily: 'Codicon');
static const IconData signOut = IconData(60014, fontFamily: 'Codicon');
static const IconData logIn = IconData(60015, fontFamily: 'Codicon');
static const IconData signIn = IconData(60015, fontFamily: 'Codicon');
static const IconData eye = IconData(60016, fontFamily: 'Codicon');
static const IconData eyeUnwatch = IconData(60016, fontFamily: 'Codicon');
static const IconData eyeWatch = IconData(60016, fontFamily: 'Codicon');
static const IconData circleFilled = IconData(60017, fontFamily: 'Codicon');
static const IconData primitiveDot = IconData(60017, fontFamily: 'Codicon');
static const IconData closeDirty = IconData(60017, fontFamily: 'Codicon');
static const IconData debugBreakpoint =
IconData(60017, fontFamily: 'Codicon');
static const IconData debugBreakpointDisabled =
IconData(60017, fontFamily: 'Codicon');
static const IconData debugHint = IconData(60017, fontFamily: 'Codicon');
static const IconData primitiveSquare =
IconData(60018, fontFamily: 'Codicon');
static const IconData edit = IconData(60019, fontFamily: 'Codicon');
static const IconData pencil = IconData(60019, fontFamily: 'Codicon');
static const IconData info = IconData(60020, fontFamily: 'Codicon');
static const IconData issueOpened = IconData(60020, fontFamily: 'Codicon');
static const IconData gistPrivate = IconData(60021, fontFamily: 'Codicon');
static const IconData gitForkPrivate = IconData(60021, fontFamily: 'Codicon');
static const IconData lock = IconData(60021, fontFamily: 'Codicon');
static const IconData mirrorPrivate = IconData(60021, fontFamily: 'Codicon');
static const IconData close = IconData(60022, fontFamily: 'Codicon');
static const IconData removeClose = IconData(60022, fontFamily: 'Codicon');
static const IconData x = IconData(60022, fontFamily: 'Codicon');
static const IconData repoSync = IconData(60023, fontFamily: 'Codicon');
static const IconData sync = IconData(60023, fontFamily: 'Codicon');
static const IconData clone = IconData(60024, fontFamily: 'Codicon');
static const IconData desktopDownload =
IconData(60024, fontFamily: 'Codicon');
static const IconData beaker = IconData(60025, fontFamily: 'Codicon');
static const IconData microscope = IconData(60025, fontFamily: 'Codicon');
static const IconData vm = IconData(60026, fontFamily: 'Codicon');
static const IconData deviceDesktop = IconData(60026, fontFamily: 'Codicon');
static const IconData file = IconData(60027, fontFamily: 'Codicon');
static const IconData fileText = IconData(60027, fontFamily: 'Codicon');
static const IconData more = IconData(60028, fontFamily: 'Codicon');
static const IconData ellipsis = IconData(60028, fontFamily: 'Codicon');
static const IconData kebabHorizontal =
IconData(60028, fontFamily: 'Codicon');
static const IconData mailReply = IconData(60029, fontFamily: 'Codicon');
static const IconData reply = IconData(60029, fontFamily: 'Codicon');
static const IconData organization = IconData(60030, fontFamily: 'Codicon');
static const IconData organizationFilled =
IconData(60030, fontFamily: 'Codicon');
static const IconData organizationOutline =
IconData(60030, fontFamily: 'Codicon');
static const IconData newFile = IconData(60031, fontFamily: 'Codicon');
static const IconData fileAdd = IconData(60031, fontFamily: 'Codicon');
static const IconData newFolder = IconData(60032, fontFamily: 'Codicon');
static const IconData fileDirectoryCreate =
IconData(60032, fontFamily: 'Codicon');
static const IconData trash = IconData(60033, fontFamily: 'Codicon');
static const IconData trashcan = IconData(60033, fontFamily: 'Codicon');
static const IconData history = IconData(60034, fontFamily: 'Codicon');
static const IconData clock = IconData(60034, fontFamily: 'Codicon');
static const IconData folder = IconData(60035, fontFamily: 'Codicon');
static const IconData fileDirectory = IconData(60035, fontFamily: 'Codicon');
static const IconData symbolFolder = IconData(60035, fontFamily: 'Codicon');
static const IconData logoGithub = IconData(60036, fontFamily: 'Codicon');
static const IconData markGithub = IconData(60036, fontFamily: 'Codicon');
static const IconData github = IconData(60036, fontFamily: 'Codicon');
static const IconData terminal = IconData(60037, fontFamily: 'Codicon');
static const IconData console = IconData(60037, fontFamily: 'Codicon');
static const IconData repl = IconData(60037, fontFamily: 'Codicon');
static const IconData zap = IconData(60038, fontFamily: 'Codicon');
static const IconData symbolEvent = IconData(60038, fontFamily: 'Codicon');
static const IconData error = IconData(60039, fontFamily: 'Codicon');
static const IconData stop = IconData(60039, fontFamily: 'Codicon');
static const IconData variable = IconData(60040, fontFamily: 'Codicon');
static const IconData symbolVariable = IconData(60040, fontFamily: 'Codicon');
static const IconData array = IconData(60042, fontFamily: 'Codicon');
static const IconData symbolArray = IconData(60042, fontFamily: 'Codicon');
static const IconData symbolModule = IconData(60043, fontFamily: 'Codicon');
static const IconData symbolPackage = IconData(60043, fontFamily: 'Codicon');
static const IconData symbolNamespace =
IconData(60043, fontFamily: 'Codicon');
static const IconData symbolObject = IconData(60043, fontFamily: 'Codicon');
static const IconData symbolMethod = IconData(60044, fontFamily: 'Codicon');
static const IconData symbolFunction = IconData(60044, fontFamily: 'Codicon');
static const IconData symbolConstructor =
IconData(60044, fontFamily: 'Codicon');
static const IconData symbolBoolean = IconData(60047, fontFamily: 'Codicon');
static const IconData symbolNull = IconData(60047, fontFamily: 'Codicon');
static const IconData symbolNumeric = IconData(60048, fontFamily: 'Codicon');
static const IconData symbolNumber = IconData(60048, fontFamily: 'Codicon');
static const IconData symbolStructure =
IconData(60049, fontFamily: 'Codicon');
static const IconData symbolStruct = IconData(60049, fontFamily: 'Codicon');
static const IconData symbolParameter =
IconData(60050, fontFamily: 'Codicon');
static const IconData symbolTypeParameter =
IconData(60050, fontFamily: 'Codicon');
static const IconData symbolKey = IconData(60051, fontFamily: 'Codicon');
static const IconData symbolText = IconData(60051, fontFamily: 'Codicon');
static const IconData symbolReference =
IconData(60052, fontFamily: 'Codicon');
static const IconData goToFile = IconData(60052, fontFamily: 'Codicon');
static const IconData symbolEnum = IconData(60053, fontFamily: 'Codicon');
static const IconData symbolValue = IconData(60053, fontFamily: 'Codicon');
static const IconData symbolRuler = IconData(60054, fontFamily: 'Codicon');
static const IconData symbolUnit = IconData(60054, fontFamily: 'Codicon');
static const IconData activateBreakpoints =
IconData(60055, fontFamily: 'Codicon');
static const IconData archive = IconData(60056, fontFamily: 'Codicon');
static const IconData arrowBoth = IconData(60057, fontFamily: 'Codicon');
static const IconData arrowDown = IconData(60058, fontFamily: 'Codicon');
static const IconData arrowLeft = IconData(60059, fontFamily: 'Codicon');
static const IconData arrowRight = IconData(60060, fontFamily: 'Codicon');
static const IconData arrowSmallDown = IconData(60061, fontFamily: 'Codicon');
static const IconData arrowSmallLeft = IconData(60062, fontFamily: 'Codicon');
static const IconData arrowSmallRight =
IconData(60063, fontFamily: 'Codicon');
static const IconData arrowSmallUp = IconData(60064, fontFamily: 'Codicon');
static const IconData arrowUp = IconData(60065, fontFamily: 'Codicon');
static const IconData bell = IconData(60066, fontFamily: 'Codicon');
static const IconData bold = IconData(60067, fontFamily: 'Codicon');
static const IconData book = IconData(60068, fontFamily: 'Codicon');
static const IconData bookmark = IconData(60069, fontFamily: 'Codicon');
static const IconData debugBreakpointConditionalUnverified =
IconData(60070, fontFamily: 'Codicon');
static const IconData debugBreakpointConditional =
IconData(60071, fontFamily: 'Codicon');
static const IconData debugBreakpointConditionalDisabled =
IconData(60071, fontFamily: 'Codicon');
static const IconData debugBreakpointDataUnverified =
IconData(60072, fontFamily: 'Codicon');
static const IconData debugBreakpointData =
IconData(60073, fontFamily: 'Codicon');
static const IconData debugBreakpointDataDisabled =
IconData(60073, fontFamily: 'Codicon');
static const IconData debugBreakpointLogUnverified =
IconData(60074, fontFamily: 'Codicon');
static const IconData debugBreakpointLog =
IconData(60075, fontFamily: 'Codicon');
static const IconData debugBreakpointLogDisabled =
IconData(60075, fontFamily: 'Codicon');
static const IconData briefcase = IconData(60076, fontFamily: 'Codicon');
static const IconData broadcast = IconData(60077, fontFamily: 'Codicon');
static const IconData browser = IconData(60078, fontFamily: 'Codicon');
static const IconData bug = IconData(60079, fontFamily: 'Codicon');
static const IconData calendar = IconData(60080, fontFamily: 'Codicon');
static const IconData caseSensitive = IconData(60081, fontFamily: 'Codicon');
static const IconData check = IconData(60082, fontFamily: 'Codicon');
static const IconData checklist = IconData(60083, fontFamily: 'Codicon');
static const IconData chevronDown = IconData(60084, fontFamily: 'Codicon');
static const IconData chevronLeft = IconData(60085, fontFamily: 'Codicon');
static const IconData chevronRight = IconData(60086, fontFamily: 'Codicon');
static const IconData chevronUp = IconData(60087, fontFamily: 'Codicon');
static const IconData chromeClose = IconData(60088, fontFamily: 'Codicon');
static const IconData chromeMaximize = IconData(60089, fontFamily: 'Codicon');
static const IconData chromeMinimize = IconData(60090, fontFamily: 'Codicon');
static const IconData chromeRestore = IconData(60091, fontFamily: 'Codicon');
static const IconData circleOutline = IconData(60092, fontFamily: 'Codicon');
static const IconData debugBreakpointUnverified =
IconData(60092, fontFamily: 'Codicon');
static const IconData circleSlash = IconData(60093, fontFamily: 'Codicon');
static const IconData circuitBoard = IconData(60094, fontFamily: 'Codicon');
static const IconData clearAll = IconData(60095, fontFamily: 'Codicon');
static const IconData clippy = IconData(60096, fontFamily: 'Codicon');
static const IconData closeAll = IconData(60097, fontFamily: 'Codicon');
static const IconData cloudDownload = IconData(60098, fontFamily: 'Codicon');
static const IconData cloudUpload = IconData(60099, fontFamily: 'Codicon');
static const IconData code = IconData(60100, fontFamily: 'Codicon');
static const IconData collapseAll = IconData(60101, fontFamily: 'Codicon');
static const IconData colorMode = IconData(60102, fontFamily: 'Codicon');
static const IconData commentDiscussion =
IconData(60103, fontFamily: 'Codicon');
static const IconData creditCard = IconData(60105, fontFamily: 'Codicon');
static const IconData dash = IconData(60108, fontFamily: 'Codicon');
static const IconData dashboard = IconData(60109, fontFamily: 'Codicon');
static const IconData database = IconData(60110, fontFamily: 'Codicon');
static const IconData debugContinue = IconData(60111, fontFamily: 'Codicon');
static const IconData debugDisconnect =
IconData(60112, fontFamily: 'Codicon');
static const IconData debugPause = IconData(60113, fontFamily: 'Codicon');
static const IconData debugRestart = IconData(60114, fontFamily: 'Codicon');
static const IconData debugStart = IconData(60115, fontFamily: 'Codicon');
static const IconData debugStepInto = IconData(60116, fontFamily: 'Codicon');
static const IconData debugStepOut = IconData(60117, fontFamily: 'Codicon');
static const IconData debugStepOver = IconData(60118, fontFamily: 'Codicon');
static const IconData debugStop = IconData(60119, fontFamily: 'Codicon');
static const IconData debug = IconData(60120, fontFamily: 'Codicon');
static const IconData deviceCameraVideo =
IconData(60121, fontFamily: 'Codicon');
static const IconData deviceCamera = IconData(60122, fontFamily: 'Codicon');
static const IconData deviceMobile = IconData(60123, fontFamily: 'Codicon');
static const IconData diffAdded = IconData(60124, fontFamily: 'Codicon');
static const IconData diffIgnored = IconData(60125, fontFamily: 'Codicon');
static const IconData diffModified = IconData(60126, fontFamily: 'Codicon');
static const IconData diffRemoved = IconData(60127, fontFamily: 'Codicon');
static const IconData diffRenamed = IconData(60128, fontFamily: 'Codicon');
static const IconData diff = IconData(60129, fontFamily: 'Codicon');
static const IconData discard = IconData(60130, fontFamily: 'Codicon');
static const IconData editorLayout = IconData(60131, fontFamily: 'Codicon');
static const IconData emptyWindow = IconData(60132, fontFamily: 'Codicon');
static const IconData exclude = IconData(60133, fontFamily: 'Codicon');
static const IconData extensions = IconData(60134, fontFamily: 'Codicon');
static const IconData eyeClosed = IconData(60135, fontFamily: 'Codicon');
static const IconData fileBinary = IconData(60136, fontFamily: 'Codicon');
static const IconData fileCode = IconData(60137, fontFamily: 'Codicon');
static const IconData fileMedia = IconData(60138, fontFamily: 'Codicon');
static const IconData filePdf = IconData(60139, fontFamily: 'Codicon');
static const IconData fileSubmodule = IconData(60140, fontFamily: 'Codicon');
static const IconData fileSymlinkDirectory =
IconData(60141, fontFamily: 'Codicon');
static const IconData fileSymlinkFile =
IconData(60142, fontFamily: 'Codicon');
static const IconData fileZip = IconData(60143, fontFamily: 'Codicon');
static const IconData files = IconData(60144, fontFamily: 'Codicon');
static const IconData filter = IconData(60145, fontFamily: 'Codicon');
static const IconData flame = IconData(60146, fontFamily: 'Codicon');
static const IconData foldDown = IconData(60147, fontFamily: 'Codicon');
static const IconData foldUp = IconData(60148, fontFamily: 'Codicon');
static const IconData fold = IconData(60149, fontFamily: 'Codicon');
static const IconData folderActive = IconData(60150, fontFamily: 'Codicon');
static const IconData folderOpened = IconData(60151, fontFamily: 'Codicon');
static const IconData gear = IconData(60152, fontFamily: 'Codicon');
static const IconData gift = IconData(60153, fontFamily: 'Codicon');
static const IconData gistSecret = IconData(60154, fontFamily: 'Codicon');
static const IconData gist = IconData(60155, fontFamily: 'Codicon');
static const IconData gitCommit = IconData(60156, fontFamily: 'Codicon');
static const IconData gitCompare = IconData(60157, fontFamily: 'Codicon');
static const IconData compareChanges = IconData(60157, fontFamily: 'Codicon');
static const IconData gitMerge = IconData(60158, fontFamily: 'Codicon');
static const IconData githubAction = IconData(60159, fontFamily: 'Codicon');
static const IconData githubAlt = IconData(60160, fontFamily: 'Codicon');
static const IconData globe = IconData(60161, fontFamily: 'Codicon');
static const IconData grabber = IconData(60162, fontFamily: 'Codicon');
static const IconData graph = IconData(60163, fontFamily: 'Codicon');
static const IconData gripper = IconData(60164, fontFamily: 'Codicon');
static const IconData heart = IconData(60165, fontFamily: 'Codicon');
static const IconData home = IconData(60166, fontFamily: 'Codicon');
static const IconData horizontalRule = IconData(60167, fontFamily: 'Codicon');
static const IconData hubot = IconData(60168, fontFamily: 'Codicon');
static const IconData inbox = IconData(60169, fontFamily: 'Codicon');
static const IconData issueClosed = IconData(60170, fontFamily: 'Codicon');
static const IconData issueReopened = IconData(60171, fontFamily: 'Codicon');
static const IconData issues = IconData(60172, fontFamily: 'Codicon');
static const IconData italic = IconData(60173, fontFamily: 'Codicon');
static const IconData jersey = IconData(60174, fontFamily: 'Codicon');
static const IconData json = IconData(60175, fontFamily: 'Codicon');
static const IconData kebabVertical = IconData(60176, fontFamily: 'Codicon');
static const IconData key = IconData(60177, fontFamily: 'Codicon');
static const IconData law = IconData(60178, fontFamily: 'Codicon');
static const IconData lightbulbAutofix =
IconData(60179, fontFamily: 'Codicon');
static const IconData linkExternal = IconData(60180, fontFamily: 'Codicon');
static const IconData link = IconData(60181, fontFamily: 'Codicon');
static const IconData listOrdered = IconData(60182, fontFamily: 'Codicon');
static const IconData listUnordered = IconData(60183, fontFamily: 'Codicon');
static const IconData liveShare = IconData(60184, fontFamily: 'Codicon');
static const IconData loading = IconData(60185, fontFamily: 'Codicon');
static const IconData location = IconData(60186, fontFamily: 'Codicon');
static const IconData mailRead = IconData(60187, fontFamily: 'Codicon');
static const IconData mail = IconData(60188, fontFamily: 'Codicon');
static const IconData markdown = IconData(60189, fontFamily: 'Codicon');
static const IconData megaphone = IconData(60190, fontFamily: 'Codicon');
static const IconData mention = IconData(60191, fontFamily: 'Codicon');
static const IconData milestone = IconData(60192, fontFamily: 'Codicon');
static const IconData mortarBoard = IconData(60193, fontFamily: 'Codicon');
static const IconData move = IconData(60194, fontFamily: 'Codicon');
static const IconData multipleWindows =
IconData(60195, fontFamily: 'Codicon');
static const IconData mute = IconData(60196, fontFamily: 'Codicon');
static const IconData noNewline = IconData(60197, fontFamily: 'Codicon');
static const IconData note = IconData(60198, fontFamily: 'Codicon');
static const IconData octoface = IconData(60199, fontFamily: 'Codicon');
static const IconData openPreview = IconData(60200, fontFamily: 'Codicon');
static const IconData package = IconData(60201, fontFamily: 'Codicon');
static const IconData paintcan = IconData(60202, fontFamily: 'Codicon');
static const IconData pin = IconData(60203, fontFamily: 'Codicon');
static const IconData play = IconData(60204, fontFamily: 'Codicon');
static const IconData run = IconData(60204, fontFamily: 'Codicon');
static const IconData plug = IconData(60205, fontFamily: 'Codicon');
static const IconData preserveCase = IconData(60206, fontFamily: 'Codicon');
static const IconData preview = IconData(60207, fontFamily: 'Codicon');
static const IconData project = IconData(60208, fontFamily: 'Codicon');
static const IconData pulse = IconData(60209, fontFamily: 'Codicon');
static const IconData question = IconData(60210, fontFamily: 'Codicon');
static const IconData quote = IconData(60211, fontFamily: 'Codicon');
static const IconData radioTower = IconData(60212, fontFamily: 'Codicon');
static const IconData reactions = IconData(60213, fontFamily: 'Codicon');
static const IconData references = IconData(60214, fontFamily: 'Codicon');
static const IconData refresh = IconData(60215, fontFamily: 'Codicon');
static const IconData regex = IconData(60216, fontFamily: 'Codicon');
static const IconData remoteExplorer = IconData(60217, fontFamily: 'Codicon');
static const IconData remote = IconData(60218, fontFamily: 'Codicon');
static const IconData remove = IconData(60219, fontFamily: 'Codicon');
static const IconData replaceAll = IconData(60220, fontFamily: 'Codicon');
static const IconData replace = IconData(60221, fontFamily: 'Codicon');
static const IconData repoClone = IconData(60222, fontFamily: 'Codicon');
static const IconData repoForcePush = IconData(60223, fontFamily: 'Codicon');
static const IconData repoPull = IconData(60224, fontFamily: 'Codicon');
static const IconData repoPush = IconData(60225, fontFamily: 'Codicon');
static const IconData report = IconData(60226, fontFamily: 'Codicon');
static const IconData requestChanges = IconData(60227, fontFamily: 'Codicon');
static const IconData rocket = IconData(60228, fontFamily: 'Codicon');
static const IconData rootFolderOpened =
IconData(60229, fontFamily: 'Codicon');
static const IconData rootFolder = IconData(60230, fontFamily: 'Codicon');
static const IconData rss = IconData(60231, fontFamily: 'Codicon');
static const IconData ruby = IconData(60232, fontFamily: 'Codicon');
static const IconData saveAll = IconData(60233, fontFamily: 'Codicon');
static const IconData saveAs = IconData(60234, fontFamily: 'Codicon');
static const IconData save = IconData(60235, fontFamily: 'Codicon');
static const IconData screenFull = IconData(60236, fontFamily: 'Codicon');
static const IconData screenNormal = IconData(60237, fontFamily: 'Codicon');
static const IconData searchStop = IconData(60238, fontFamily: 'Codicon');
static const IconData server = IconData(60240, fontFamily: 'Codicon');
static const IconData settingsGear = IconData(60241, fontFamily: 'Codicon');
static const IconData settings = IconData(60242, fontFamily: 'Codicon');
static const IconData shield = IconData(60243, fontFamily: 'Codicon');
static const IconData smiley = IconData(60244, fontFamily: 'Codicon');
static const IconData sortPrecedence = IconData(60245, fontFamily: 'Codicon');
static const IconData splitHorizontal =
IconData(60246, fontFamily: 'Codicon');
static const IconData splitVertical = IconData(60247, fontFamily: 'Codicon');
static const IconData squirrel = IconData(60248, fontFamily: 'Codicon');
static const IconData starFull = IconData(60249, fontFamily: 'Codicon');
static const IconData starHalf = IconData(60250, fontFamily: 'Codicon');
static const IconData symbolClass = IconData(60251, fontFamily: 'Codicon');
static const IconData symbolColor = IconData(60252, fontFamily: 'Codicon');
static const IconData symbolConstant = IconData(60253, fontFamily: 'Codicon');
static const IconData symbolEnumMember =
IconData(60254, fontFamily: 'Codicon');
static const IconData symbolField = IconData(60255, fontFamily: 'Codicon');
static const IconData symbolFile = IconData(60256, fontFamily: 'Codicon');
static const IconData symbolInterface =
IconData(60257, fontFamily: 'Codicon');
static const IconData symbolKeyword = IconData(60258, fontFamily: 'Codicon');
static const IconData symbolMisc = IconData(60259, fontFamily: 'Codicon');
static const IconData symbolOperator = IconData(60260, fontFamily: 'Codicon');
static const IconData symbolProperty = IconData(60261, fontFamily: 'Codicon');
static const IconData wrench = IconData(60261, fontFamily: 'Codicon');
static const IconData wrenchSubaction =
IconData(60261, fontFamily: 'Codicon');
static const IconData symbolSnippet = IconData(60262, fontFamily: 'Codicon');
static const IconData tasklist = IconData(60263, fontFamily: 'Codicon');
static const IconData telescope = IconData(60264, fontFamily: 'Codicon');
static const IconData textSize = IconData(60265, fontFamily: 'Codicon');
static const IconData threeBars = IconData(60266, fontFamily: 'Codicon');
static const IconData thumbsdown = IconData(60267, fontFamily: 'Codicon');
static const IconData thumbsup = IconData(60268, fontFamily: 'Codicon');
static const IconData tools = IconData(60269, fontFamily: 'Codicon');
static const IconData triangleDown = IconData(60270, fontFamily: 'Codicon');
static const IconData triangleLeft = IconData(60271, fontFamily: 'Codicon');
static const IconData triangleRight = IconData(60272, fontFamily: 'Codicon');
static const IconData triangleUp = IconData(60273, fontFamily: 'Codicon');
static const IconData twitter = IconData(60274, fontFamily: 'Codicon');
static const IconData unfold = IconData(60275, fontFamily: 'Codicon');
static const IconData unlock = IconData(60276, fontFamily: 'Codicon');
static const IconData unmute = IconData(60277, fontFamily: 'Codicon');
static const IconData unverified = IconData(60278, fontFamily: 'Codicon');
static const IconData verified = IconData(60279, fontFamily: 'Codicon');
static const IconData versions = IconData(60280, fontFamily: 'Codicon');
static const IconData vmActive = IconData(60281, fontFamily: 'Codicon');
static const IconData vmOutline = IconData(60282, fontFamily: 'Codicon');
static const IconData vmRunning = IconData(60283, fontFamily: 'Codicon');
static const IconData watch = IconData(60284, fontFamily: 'Codicon');
static const IconData whitespace = IconData(60285, fontFamily: 'Codicon');
static const IconData wholeWord = IconData(60286, fontFamily: 'Codicon');
static const IconData window = IconData(60287, fontFamily: 'Codicon');
static const IconData wordWrap = IconData(60288, fontFamily: 'Codicon');
static const IconData zoomIn = IconData(60289, fontFamily: 'Codicon');
static const IconData zoomOut = IconData(60290, fontFamily: 'Codicon');
static const IconData listFilter = IconData(60291, fontFamily: 'Codicon');
static const IconData listFlat = IconData(60292, fontFamily: 'Codicon');
static const IconData listSelection = IconData(60293, fontFamily: 'Codicon');
static const IconData selection = IconData(60293, fontFamily: 'Codicon');
static const IconData listTree = IconData(60294, fontFamily: 'Codicon');
static const IconData debugBreakpointFunctionUnverified =
IconData(60295, fontFamily: 'Codicon');
static const IconData debugBreakpointFunction =
IconData(60296, fontFamily: 'Codicon');
static const IconData debugBreakpointFunctionDisabled =
IconData(60296, fontFamily: 'Codicon');
static const IconData debugStackframeActive =
IconData(60297, fontFamily: 'Codicon');
static const IconData debugStackframeDot =
IconData(60298, fontFamily: 'Codicon');
static const IconData debugStackframe =
IconData(60299, fontFamily: 'Codicon');
static const IconData debugStackframeFocused =
IconData(60299, fontFamily: 'Codicon');
static const IconData debugBreakpointUnsupported =
IconData(60300, fontFamily: 'Codicon');
static const IconData symbolString = IconData(60301, fontFamily: 'Codicon');
static const IconData debugReverseContinue =
IconData(60302, fontFamily: 'Codicon');
static const IconData debugStepBack = IconData(60303, fontFamily: 'Codicon');
static const IconData debugRestartFrame =
IconData(60304, fontFamily: 'Codicon');
static const IconData debugAlt = IconData(60305, fontFamily: 'Codicon');
static const IconData callIncoming = IconData(60306, fontFamily: 'Codicon');
static const IconData callOutgoing = IconData(60307, fontFamily: 'Codicon');
static const IconData menu = IconData(60308, fontFamily: 'Codicon');
static const IconData expandAll = IconData(60309, fontFamily: 'Codicon');
static const IconData feedback = IconData(60310, fontFamily: 'Codicon');
static const IconData groupByRefType = IconData(60311, fontFamily: 'Codicon');
static const IconData ungroupByRefType =
IconData(60312, fontFamily: 'Codicon');
static const IconData account = IconData(60313, fontFamily: 'Codicon');
static const IconData bellDot = IconData(60314, fontFamily: 'Codicon');
static const IconData debugConsole = IconData(60315, fontFamily: 'Codicon');
static const IconData library = IconData(60316, fontFamily: 'Codicon');
static const IconData output = IconData(60317, fontFamily: 'Codicon');
static const IconData runAll = IconData(60318, fontFamily: 'Codicon');
static const IconData syncIgnored = IconData(60319, fontFamily: 'Codicon');
static const IconData pinned = IconData(60320, fontFamily: 'Codicon');
static const IconData githubInverted = IconData(60321, fontFamily: 'Codicon');
static const IconData serverProcess = IconData(60322, fontFamily: 'Codicon');
static const IconData serverEnvironment =
IconData(60323, fontFamily: 'Codicon');
static const IconData pass = IconData(60324, fontFamily: 'Codicon');
static const IconData stopCircle = IconData(60325, fontFamily: 'Codicon');
static const IconData playCircle = IconData(60326, fontFamily: 'Codicon');
static const IconData record = IconData(60327, fontFamily: 'Codicon');
static const IconData debugAltSmall = IconData(60328, fontFamily: 'Codicon');
static const IconData vmConnect = IconData(60329, fontFamily: 'Codicon');
static const IconData cloud = IconData(60330, fontFamily: 'Codicon');
static const IconData merge = IconData(60331, fontFamily: 'Codicon');
static const IconData export = IconData(60332, fontFamily: 'Codicon');
static const IconData graphLeft = IconData(60333, fontFamily: 'Codicon');
static const IconData magnet = IconData(60334, fontFamily: 'Codicon');
static const IconData notebook = IconData(60335, fontFamily: 'Codicon');
static const IconData redo = IconData(60336, fontFamily: 'Codicon');
static const IconData checkAll = IconData(60337, fontFamily: 'Codicon');
static const IconData pinnedDirty = IconData(60338, fontFamily: 'Codicon');
static const IconData passFilled = IconData(60339, fontFamily: 'Codicon');
static const IconData circleLargeFilled =
IconData(60340, fontFamily: 'Codicon');
static const IconData circleLargeOutline =
IconData(60341, fontFamily: 'Codicon');
static const IconData combine = IconData(60342, fontFamily: 'Codicon');
static const IconData gather = IconData(60342, fontFamily: 'Codicon');
static const IconData table = IconData(60343, fontFamily: 'Codicon');
static const IconData variableGroup = IconData(60344, fontFamily: 'Codicon');
static const IconData typeHierarchy = IconData(60345, fontFamily: 'Codicon');
static const IconData typeHierarchySub =
IconData(60346, fontFamily: 'Codicon');
static const IconData typeHierarchySuper =
IconData(60347, fontFamily: 'Codicon');
static const IconData gitPullRequestCreate =
IconData(60348, fontFamily: 'Codicon');
}
| devtools/third_party/packages/codicon/lib/codicon.dart/0 | {
"file_path": "devtools/third_party/packages/codicon/lib/codicon.dart",
"repo_id": "devtools",
"token_count": 9979
} | 166 |
name: perfetto_ui_compiled
description: Pre-compiled Perfetto UI web app with Flutter DevTools theme support.
homepage: https://github.com/flutter/devtools/tree/master/third_party/packages/perfetto_ui_compiled
version: 0.0.1
environment:
sdk: ^3.0.0
| devtools/third_party/packages/perfetto_ui_compiled/pubspec.yaml/0 | {
"file_path": "devtools/third_party/packages/perfetto_ui_compiled/pubspec.yaml",
"repo_id": "devtools",
"token_count": 89
} | 167 |
## DevTools releases
For instructions on how to release DevTools, please see
[RELEASE_INSTRUCTIONS.md](https://github.com/flutter/devtools/blob/master/tool/RELEASE_INSTRUCTIONS.md).
## Debug Logs
Debug logs found in `Settings > Copy Logs` are saved such that they can be read by (lnav)[https://lnav.org/]
### Configuring `lnav` for linux and MacOS
> For Windows, you will need find a different program to parse and read these logs.
- Follow the installation instructions found at https://lnav.org/downloads
- After installation create a symbolic link to the `tool/devtools_lnav.json` file, inside the `lnav` formats:
```sh
ln -s ${DEVTOOLS}/tool/devtools_lnav.json ~/.lnav/formats/installed/`
```
- Your `lnav` installation will now be able to format logs created by Dart DevTools.
### Reading logs using `lnav`
- Save your Dart DevTools [Debug Logs](#debug-logs) to a file.
```sh
DEBUG_LOGS=/path/to/your/logs # Let DEBUG_LOGS represent the path to your log file.
```
- Open the logs
```sh
lnav $DEBUG_LOGS
```
- You should now be navigating the nicely formatted Dart Devtools Logs inside `lnav`
### `lnav` tips
For a quick tutorial on how to navigate logs using `lnav`
you can give [ their tutorial ](https://lnav.org/tutorials) a try.
## Finding the Flutter version that a DevTools commit is compatible with
Latest Flutter candidate for this DevTools version: [flutter-candidate.txt](../flutter-candidate.txt)
If [flutter-candidate.txt](../flutter-candidate.txt) does not exist:
- Find the most recent commit date for your DevTools version:
` git show -s --format=%ci`
- Use the following table to find the closest Flutter candidate date before your date.
- Try using that version of flutter.
<details>
<summary><H3> Flutter Candidate List </H3></summary>
| DATE | TAG | HASH |
| ----| --- | ---- |
| 2023-07-12 02:02:03 +0000 | refs/tags/3.13.0-2.0.pre |d77f918f8eaff6009d5b2e52f0f8529798db2de5|
| 2023-07-10 01:01:34 +0000 | refs/tags/3.13.0-1.0.pre |5345221701727284bc961e3fb12ccfd3fc616dc7|
| 2023-07-07 14:25:30 -0600 | refs/tags/3.13.0-0.0.pre |257a29931c6b25d1a9690b7004f44921487bedb7|
| 2023-07-05 15:47:57 +0000 | refs/tags/3.12.0-14.0.pre |35085c394dda124f720815251197012868cd13c9|
| 2023-06-29 22:44:57 +0200 | refs/tags/3.12.0-13.0.pre |7068a2088e285822e4716d3fd98189514c49e184|
| 2023-06-28 17:16:19 -0700 | refs/tags/3.12.0-12.0.pre |1b887c72b5a1f809d35fb0a4343e0e6fdd14afd1|
| 2023-06-26 16:02:07 +0000 | refs/tags/3.12.0-11.0.pre |bac0589539a1bea104c6fa3fb6abfc002e72ed58|
| 2023-06-24 02:40:55 +0000 | refs/tags/3.12.0-10.0.pre |1d5aeea47fc4aa92ccc6850d4ac97bff3f2a4d15|
| 2023-06-23 04:11:55 +0000 | refs/tags/3.12.0-9.0.pre |363e2f7e0b878cc6f211f02afb1cffa0513bb6c2|
| 2023-06-21 21:38:36 +0000 | refs/tags/3.12.0-8.0.pre |ae1e6f70d947ec389761c03363c2beefeddd9112|
| 2023-06-21 02:40:48 +0000 | refs/tags/3.12.0-7.0.pre |04ff86f020a7029909f407351957bf26980c476d|
| 2023-06-16 12:43:02 -0700 | refs/tags/3.12.0-6.0.pre |5a7ab5a147f6b50ba7dc8c82d3ea0040fc0f081f|
| 2023-06-09 01:57:25 +0000 | refs/tags/3.12.0-3.0.pre |e25eabd263bbcb2fb32e62afcd2b545cef2767cc|
| 2023-06-07 20:16:53 +0000 | refs/tags/3.12.0-2.0.pre |f18cb2d064fd60b3d154bf07f55eb2aa0c111278|
| 2023-06-06 23:22:58 +0000 | refs/tags/3.12.0-1.0.pre |24ee5c7c746ebe66556a1a1d253a0be7a7b657b8|
| 2023-06-05 22:18:37 +0000 | refs/tags/3.12.0-0.0.pre |68b18918db0bdf2dc062b88e63ed8146d5b57364|
| 2023-06-03 11:16:37 +0000 | refs/tags/3.11.0-19.0.pre |0b7415356e07211446aa7038b1eb06717c86ae6a|
| 2023-05-31 03:09:32 +0000 | refs/tags/3.11.0-17.0.pre |f4662beeb67937fea67d26768e58f3e25b7e12d8|
| 2023-05-30 04:15:34 +0000 | refs/tags/3.11.0-15.0.pre |c5f45d7121f08d35094cbc25fcea3c81f0b006f8|
| 2023-05-26 02:17:26 +0000 | refs/tags/3.11.0-14.0.pre |6c2041e1e9e699cdf25bb23a01b01a4cdd722e72|
| 2023-05-25 03:09:20 +0000 | refs/tags/3.11.0-13.0.pre |9e4104b094e4b6305cbe0779453c284bf385df0b|
| 2023-05-24 03:40:27 +0000 | refs/tags/3.11.0-12.0.pre |216605b60f678d9ec9be880078e1de1b9f6e536f|
| 2023-05-23 02:03:02 +0000 | refs/tags/3.11.0-11.0.pre |6549765296241146265b6705f57923b1a7df2b87|
| 2023-05-19 16:43:40 -0700 | refs/tags/3.11.0-10.0.pre |7b16cbcb579d39689bd6dadcfc021238ad1cb6da|
| 2023-05-18 09:27:52 -0700 | refs/tags/3.11.0-9.0.pre |4245883c6b196fc1e6be781afe9f3140a919f24c|
| 2023-05-08 17:22:10 +0000 | refs/tags/3.11.0-5.0.pre |472a0ab31479b8567ae89546727f57bb57a10cf9|
| 2023-05-08 09:51:28 +0200 | refs/tags/3.11.0-4.0.pre |65dfb555c0483cf2bfe5e3c35291c88634185117|
| 2023-05-04 06:57:14 +0000 | refs/tags/3.11.0-1.0.pre |d51c59c78e1d3561bb3a5abdc75282604bbd76fe|
| 2023-05-02 08:38:26 +0000 | refs/tags/3.11.0-0.0.pre |596531361ec21ae335f6b43f0344be35d098647d|
| 2023-05-01 20:33:06 +0000 | refs/tags/3.10.0-18.0.pre |828a04040e111e5eec07056e82037a930f5fd5a2|
| 2023-04-28 17:49:54 -0400 | refs/tags/3.10.0-17.0.pre |7d37f2a616a31cd60ad5e1d39730def9b0df8205|
| 2023-04-28 00:32:55 +0000 | refs/tags/3.10.0-16.0.pre |55c988fb453eddd97cb2e4d6df9ec28d72e2e899|
| 2023-04-26 23:08:02 +0000 | refs/tags/3.10.0-15.0.pre |b3f3a0324afadb364381cd7e88ed016edcfd560e|
| 2023-04-26 03:53:04 +0000 | refs/tags/3.10.0-14.0.pre |8de77e89b749dfe7a5bfb62f6f66e7cccd9ddd3c|
| 2023-04-24 23:25:28 +0000 | refs/tags/3.10.0-13.0.pre |457e98a1e70b74b27a209721484c28e73a80caef|
| 2023-04-21 00:32:31 +0000 | refs/tags/3.10.0-11.0.pre |7d2669b8e7046be8ce22b5a9ed0194216c38ff8a|
| 2023-04-19 16:43:29 +0000 | refs/tags/3.10.0-9.0.pre |03d725620ac3ef1c2282fd1aef034ac5112ef6c1|
| 2023-04-19 06:39:50 +0000 | refs/tags/3.10.0-8.0.pre |59230759be2f2bcf46fe7584fd61ff8e27196480|
| 2023-04-18 21:52:52 +0000 | refs/tags/3.10.0-7.0.pre |81c3bc56873a54560abbb1e64495d4f79a29f1c1|
| 2023-04-17 03:21:38 +0000 | refs/tags/3.10.0-6.0.pre |858d4ff6348732edd79f923c61f7d8841ca40bef|
| 2023-04-14 04:56:22 +0000 | refs/tags/3.10.0-5.0.pre |9465b7473e8dddb795af050a4aa71ef80eabe7c6|
| 2023-04-12 23:39:38 +0000 | refs/tags/3.10.0-4.0.pre |b95b86f820cc422ec1d832ea929fa1388038aa0c|
| 2023-04-12 00:35:46 +0000 | refs/tags/3.10.0-3.0.pre |56e4f8e0ff75f5b26b6fcb1427007ec657357b7e|
| 2023-04-08 02:45:14 +0000 | refs/tags/3.10.0-2.0.pre |3ea2d72446c6d045d24d8eeeb321c73c5e9764ae|
| 2023-04-07 01:46:06 +0000 | refs/tags/3.10.0-1.0.pre |e749db6f915c341d15b9cb81dc19bdc9e791c72f|
| 2023-04-04 04:58:34 +0000 | refs/tags/3.9.0-21.0.pre |f076b7bac36b97c5a3169529290835c91f445dca|
| 2023-04-03 00:19:22 +0000 | refs/tags/3.9.0-20.0.pre |6fe54f881106953d465a7249f6579ca29f401bdb|
| 2023-03-29 07:16:01 +0000 | refs/tags/3.9.0-19.0.pre |91311156e12232466f78ce6ba96a0404c4f9790e|
| 2023-03-27 22:49:35 +0000 | refs/tags/3.9.0-18.0.pre |d6287cc4172c927650ab225d917de0688f8d572a|
| 2023-03-24 22:18:54 +0000 | refs/tags/3.9.0-17.0.pre |d45c142f3db4d7af9f24c3f37a0b1e08e4267066|
| 2023-03-23 17:00:20 -0700 | refs/tags/3.9.0-16.0.pre |4e58370cbf8f202cf4243aec38d5036129380693|
| 2023-03-22 22:53:49 +0000 | refs/tags/3.9.0-15.0.pre |3736274a6d659cd0ce8a951d0d19900b1e11f9e9|
| 2023-03-22 07:05:08 +0000 | refs/tags/3.9.0-14.0.pre |c582c80dd62b9026b485397ec51e696e48a9980c|
| 2023-03-20 21:08:41 -0700 | refs/tags/3.9.0-12.0.pre |28f17d345b95478f543794594aa45c882d4527a8|
| 2023-03-20 07:53:14 +0000 | refs/tags/3.9.0-11.0.pre |21f60bbe0d77d1a0dd9a44722479009ae697c6fb|
| 2023-03-18 14:38:35 -0700 | refs/tags/3.9.0-10.0.pre |f5248bbc8c5db808efbb722603842515738695ec|
| 2023-03-17 01:11:44 +0000 | refs/tags/3.9.0-9.0.pre |61a2f9de51007999c8a3f50e98061d7138a694eb|
| 2023-03-15 23:10:36 +0000 | refs/tags/3.9.0-8.0.pre |267e8896c58644e05af015b0c99a359020203246|
| 2023-03-15 08:34:21 +0000 | refs/tags/3.9.0-7.0.pre |fb7e82826db36bcb627cd14707f739b6114ad6db|
| 2023-03-13 15:37:42 -0700 | refs/tags/3.9.0-6.0.pre |1306d7f1588c9de4c8534b90308494c3630a8c5a|
| 2023-03-01 20:37:41 +0000 | refs/tags/3.9.0-0.0.pre |844fc5fe2d2d31ee171df52b351f6ae42148db86|
| 2023-02-27 23:52:57 +0000 | refs/tags/3.8.0-18.0.pre |781c84a860a4d8c1a85b7a84b855560528a236b2|
| 2023-02-28 04:11:38 +0000 | refs/tags/3.8.0-17.0.pre |1d17caed66641b55a8e8faadf212398f746f8861|
| 2023-02-24 23:52:06 +0000 | refs/tags/3.8.0-16.0.pre |6b3f95832a94a3d613aeaaa83e3a7c9f5e1a4b7f|
| 2023-02-23 00:13:33 +0000 | refs/tags/3.8.0-15.0.pre |8f7ccd4c419a65aff9211b99cd6ec27f874f689a|
| 2023-02-21 23:16:23 +0000 | refs/tags/3.8.0-14.0.pre |dad9eb21f9c34ebbed1328d24bb9069168e14eae|
| 2023-02-19 23:08:26 +0000 | refs/tags/3.8.0-13.0.pre |d54d3b4d16f6003ea5a1481b7fef0693f0e30ea4|
| 2023-02-13 23:52:35 +0000 | refs/tags/3.8.0-12.0.pre |865422da200fd4b414693a6bfcc29e6d7215a012|
| 2023-02-10 14:03:01 -0600 | refs/tags/3.8.0-11.0.pre |780c9a8de15780094260232b3b8c97b2a9ef8088|
| 2023-02-08 22:51:04 -0800 | refs/tags/3.8.0-10.0.pre |dee226ef8a463e87edeed4115a27fb2743424e27|
| 2023-02-09 23:50:11 +0000 | refs/tags/3.8.0-9.0.pre |e3471f08d1d3f816fff8afd1ce9385dd3feb73d2|
| 2023-02-08 18:17:29 -0600 | refs/tags/3.8.0-8.0.pre |0fb4406c30d6427044fa8322a6278b92982cc22b|
| 2023-02-08 04:18:32 +0000 | refs/tags/3.8.0-7.0.pre |1e6e6d41e3f747640119cee8e58914547ec44377|
| 2023-02-07 03:10:30 +0000 | refs/tags/3.8.0-6.0.pre |845f7bb42a9e77f2192595abcccc9742428893c1|
| 2023-02-06 16:45:39 +0000 | refs/tags/3.8.0-5.0.pre |40b5e4cb5e7720cc5ab5edb59cb96eab5530d829|
| 2023-02-05 07:06:19 +0000 | refs/tags/3.8.0-4.0.pre |b8f5394a5ca6d2bce062d9d0a20aaffb4289fb4c|
| 2023-02-03 10:07:21 +0000 | refs/tags/3.8.0-3.0.pre |a5d8a4a7272ed86ed17cee443d40afde022e415f|
| 2023-02-02 17:11:19 +0000 | refs/tags/3.8.0-2.0.pre |1ee87990dc76044ba4b23395eb64ea1416f9c85c|
| 2023-02-01 19:19:13 +0000 | refs/tags/3.8.0-1.0.pre |5613ab010de7683bfb91b782b0005e3d3c52b53e|
| 2023-01-31 18:03:09 -0800 | refs/tags/3.8.0-0.0.pre |82df23539ffc962c850e5681522c020b01b9f8c0|
| 2023-01-31 07:28:09 +0000 | refs/tags/3.7.0-31.0.pre |2c34a88eb89628e6a80caa50dd03797f9b6aa5e5|
| 2023-01-30 10:19:14 +0000 | refs/tags/3.7.0-30.0.pre |530c3f2d13bae3c45510ae5e4a0d9a5cd987a5aa|
| 2023-01-28 10:20:52 +0000 | refs/tags/3.7.0-29.0.pre |f8d4de488b90a1bebc37820656784236a96b4ec6|
| 2023-01-27 01:36:56 +0000 | refs/tags/3.7.0-28.0.pre |8d03af3424db84a11f6d4335b250b957ab96fae2|
| 2023-01-25 23:43:00 +0000 | refs/tags/3.7.0-27.0.pre |766e4d28a4df84ea76ed6f3b1e8e9fd191f84201|
| 2023-01-25 12:35:25 +0000 | refs/tags/3.7.0-26.0.pre |eced23eaba8f64cb5ca733d2dd574dfe2a2c64cf|
| 2023-01-24 19:38:19 +0000 | refs/tags/3.7.0-25.0.pre |d20dd9e4bfecdaef84605296d0ba0fa26dee2714|
| 2023-01-23 21:45:07 +0000 | refs/tags/3.7.0-24.0.pre |332aed9c886cea820d1ba666eba5785b3da2b809|
| 2023-01-19 15:55:24 +0000 | refs/tags/3.7.0-23.0.pre |46c7fd14da027f71e2c300e392bd1976b56d30a4|
| 2023-01-18 00:55:33 +0000 | refs/tags/3.7.0-22.0.pre |780563ce05e4bdc8b73c8ecb9da4ccc575a2d5ac|
| 2023-01-17 06:09:06 +0000 | refs/tags/3.7.0-21.0.pre |f22280a0c851f97be76eedc13a4fd82e8a080f08|
| 2023-01-12 11:03:12 +0000 | refs/tags/3.7.0-20.0.pre |51c2af56c9f4b5728c771d229baa19a286c01aa0|
| 2023-01-11 20:19:26 +0000 | refs/tags/3.7.0-19.0.pre |b4a07de2aeb132ef983b21e173b15a3da7ecef40|
| 2023-01-11 09:04:39 +0000 | refs/tags/3.7.0-18.0.pre |957781a108ff3a555e4df36beb8c1ebe12c85051|
| 2023-01-10 23:29:09 +0000 | refs/tags/3.7.0-17.0.pre |b7881e5b64e28a84a66ab30b29d35484428ea062|
| 2023-01-10 02:08:34 +0000 | refs/tags/3.7.0-16.0.pre |4205357554d21a084d3ebfca0a8f0d20c80989e0|
| 2023-01-09 18:29:26 +0000 | refs/tags/3.7.0-15.0.pre |a02b9d2bff89e256d0639f7f908d09a64db12ee9|
| 2023-01-05 09:35:28 +0000 | refs/tags/3.7.0-14.0.pre |45886068cf84d36fe471f26f4f233e8699579e8c|
| 2022-12-30 06:21:25 +0000 | refs/tags/3.7.0-13.0.pre |3223972956595acc37727ed599ba5fa75d96b6a7|
| 2022-12-20 10:02:22 -0500 | refs/tags/3.7.0-12.0.pre |7f7a8778d8a823cabcdcb4c5ee27deb2c499af5e|
| 2022-12-14 21:53:20 +0000 | refs/tags/3.7.0-11.0.pre |dbc9306380d8a72273b478b8fcc934a6014f946d|
| 2022-12-13 23:47:06 +0000 | refs/tags/3.7.0-10.0.pre |a59dd83d721460b2fea09a6b332d5c761fcf5b38|
| 2022-12-15 09:13:36 -0800 | refs/tags/3.7.0-9.0.pre |dcd2170d14bdef22dacff5c750c578c01245bded|
| 2022-12-14 05:18:21 +0000 | refs/tags/3.7.0-8.0.pre |028c6e29e0ca049ab4b9bc9d966550d2c251050b|
| 2022-12-13 23:47:06 +0000 | refs/tags/3.7.0-7.0.pre |a59dd83d721460b2fea09a6b332d5c761fcf5b38|
| 2022-12-13 03:42:23 +0000 | refs/tags/3.7.0-6.0.pre |04ee5926a2a6aaabfa0dde0279223952d2de3e3e|
| 2022-12-12 06:46:41 +0000 | refs/tags/3.7.0-5.0.pre |437f6f86ec9a8158f0e6077fd0d1cde2fef01bae|
| 2022-12-08 22:29:14 +0000 | refs/tags/3.7.0-4.0.pre |117a83a4a7178c328d296748bd93ff388724cb67|
| 2022-12-05 23:26:26 +0000 | refs/tags/3.7.0-3.0.pre |e0a0190c5a063ca740adeb5a56a18f620c401985|
| 2022-12-02 23:32:24 +0000 | refs/tags/3.7.0-2.0.pre |b75f1a941b6d007c4bdcde8b3acc9670d2a85292|
| 2022-12-01 21:40:50 +0000 | refs/tags/3.7.0-1.0.pre |75f61903e02213b64fcb580cd35f3efa17474ae2|
| 2022-12-01 19:43:25 +0000 | refs/tags/3.7.0-0.0.pre |0bb71df75f10a9ad740836568c730ed8aaede2d8|
| 2022-12-01 02:24:18 +0000 | refs/tags/3.6.0-13.0.pre |014b441ddf56586eb1aeb179cf49f10fda93a495|
| 2022-11-30 03:57:31 +0000 | refs/tags/3.6.0-12.0.pre |02de12947ab01960ca810fee2c7e72a38d11091a|
| 2022-11-29 20:31:37 +0000 | refs/tags/3.6.0-11.0.pre |c37c0cc2edb40ff0a934b7e37f7c2726b9e366dc|
| 2022-11-29 05:24:25 +0000 | refs/tags/3.6.0-10.0.pre |853b3080e096abb0479f2b5023b4a389e65a27ae|
| 2022-11-28 23:24:24 +0000 | refs/tags/3.6.0-9.0.pre |db631f14969fbf68c8d346d84b6634f1aa84324f|
| 2022-11-24 23:08:30 +0000 | refs/tags/3.6.0-8.0.pre |ff59250dbeb02dfc30095dfe024c76b7cefeefe9|
| 2022-11-21 15:26:41 +0000 | refs/tags/3.6.0-7.0.pre |809ee44183540d770373ab43354947b92e30da91|
| 2022-11-21 15:58:11 +0000 | refs/tags/3.6.0-6.0.pre |a9858ec52495ecd45adc7bdda30c709d877e1416|
| 2022-11-18 15:14:53 +0000 | refs/tags/3.6.0-5.0.pre |87cb150c2062d770dae00306d17f07bd79e4c265|
| 2022-11-17 08:06:24 -0800 | refs/tags/3.6.0-4.0.pre |537f89ca0ef14aeb21f4f55149d72f227abb5017|
| 2022-11-16 05:50:28 +0000 | refs/tags/3.6.0-3.0.pre |58728c6a92eaad66dbfefd573ba20649845ba678|
| 2022-11-13 22:53:26 +0000 | refs/tags/3.6.0-2.0.pre |fa94a3c10e7e895e0a566ca4da0eafc84b073f13|
| 2022-11-12 09:39:32 +0000 | refs/tags/3.6.0-1.0.pre |61e927d22fe6d82c94c368d62aa81f733bd9218d|
| 2022-11-09 03:50:41 -0800 | refs/tags/3.6.0-0.0.pre |d3dcd7d532b61f43118ab8031bf732aea4a7a9f5|
| 2022-10-28 01:37:32 +0000 | refs/tags/3.5.0-11.0.pre |9b59a4e1f03cd0f4f4d452a59bb992f29e689194|
| 2022-10-19 19:13:12 +0000 | refs/tags/3.5.0-10.0.pre |38ef9410b4806266eaab2b21295f908b396d9b22|
| 2022-10-20 02:14:43 -0700 | refs/tags/3.5.0-9.0.pre |637e5bce662fb43459d409e13ba5a7fb2c3fa930|
| 2022-10-17 17:07:05 -0400 | refs/tags/3.5.0-8.0.pre |5d078badb90ae7e7d46daf7f671e19d4cfca376a|
| 2022-10-13 20:25:24 +0000 | refs/tags/3.5.0-7.0.pre |f9c1556e449151bab5b8ba1b13644284d5c2f141|
| 2022-10-10 22:38:06 +0000 | refs/tags/3.5.0-6.0.pre |4be0cfcb3f81a5636cfef65ef7936d7895da2984|
| 2022-10-11 00:07:24 +0000 | refs/tags/3.5.0-5.0.pre |883c1fe68c37614577ce329e14452d7c4ef37ee9|
| 2022-10-09 16:37:38 +0000 | refs/tags/3.5.0-4.0.pre |fe9b598c12646fa2cfe32bb4b4201df84ab3f28b|
| 2022-10-07 10:28:49 -0700 | refs/tags/3.5.0-3.0.pre |529184bcca0f019323df5930d3903b07136a5b87|
| 2022-10-06 23:12:06 +0000 | refs/tags/3.5.0-2.0.pre |26cf025966c6bb836a84642e4275970aa34add99|
| 2022-10-05 12:58:20 +0000 | refs/tags/3.5.0-1.0.pre |5c381254e37ff354261fe13be39243bc8d2d0bc4|
| 2022-10-04 22:12:01 +0000 | refs/tags/3.5.0-0.0.pre |208056f63e4e44a7b3ae68f55463561b39bcb482|
| 2022-10-04 14:06:31 +0000 | refs/tags/3.4.0-39.0.pre |55d67cc7d99226cd12d6c4a76de357fc2c92823e|
| 2022-10-04 05:19:24 +0000 | refs/tags/3.4.0-38.0.pre |b8784dd3055ac6782c105d677b0e58968335c180|
| 2022-10-04 01:41:23 +0000 | refs/tags/3.4.0-37.0.pre |35afe1bdac653c752c5794cf877b64238a4c9e4c|
| 2022-10-03 13:52:25 +0000 | refs/tags/3.4.0-36.0.pre |a4b246f2a88c3f5b838c5abff8063a4e7436d44b|
| 2022-10-01 11:55:35 +0000 | refs/tags/3.4.0-35.0.pre |cfd0f15d2906d0fa64f7b66718ff1423035bace2|
| 2022-09-29 23:38:08 +0000 | refs/tags/3.4.0-34.0.pre |fb8dcb8e279ff491b2c5eff876271cce75880019|
| 2022-09-28 23:10:27 +0000 | refs/tags/3.4.0-33.0.pre |90ff389f1b367f30e24ef9799d229bcd56ec925d|
| 2022-09-26 22:00:21 +0000 | refs/tags/3.4.0-32.0.pre |fb4dac385e60a2f842ebc94ed604aca8b5c404fa|
| 2022-09-26 21:21:58 +0000 | refs/tags/3.4.0-31.0.pre |2adee31ce8b5256462d553dfb8bd613856cc2d94|
| 2022-09-26 13:00:24 +0000 | refs/tags/3.4.0-30.0.pre |7b6074fbc542efb41da5618bc97711fac6ab7dee|
| 2022-09-23 20:31:04 +0000 | refs/tags/3.4.0-29.0.pre |8384f1ea6516fe9457bb610af8ad91817e3d497e|
| 2022-09-19 16:19:11 +0000 | refs/tags/3.4.0-28.0.pre |cb8c72545ca931b76c713b5e522c92ee790f23e5|
| 2022-09-19 01:11:34 +0000 | refs/tags/3.4.0-27.0.pre |085a187e047dde96b3f180f92c25159742f85ecd|
| 2022-08-31 01:20:09 +0000 | refs/tags/3.4.0-18.0.pre |069f5042973dc4aafbf76a44ca14af7c0e2c2ca1|
| 2022-08-28 18:41:27 +0000 | refs/tags/3.4.0-17.0.pre |0c6d786e3aa8f01191748a20b28d5bf20799b49b|
| 2022-07-18 18:59:23 -0700 | refs/tags/3.3.0-0.0.pre |f90da9b1672f7d006ba760fbb8fd1aa17af1a82a|
| 2022-06-14 13:39:33 -0500 | refs/tags/3.1.0-9.0.pre |f28e570c8cb12a004fae2d796d0d9cd46603bde9|
| 2022-04-05 15:20:48 -0700 | refs/tags/3.0.0-0.0.pre |3bf40fd9beb91fc097e3d406a5df51eaead2baf5|
| 2022-03-06 23:41:20 -0800 | refs/tags/2.12.0-4.0.pre |64a0138c937b1f7bd67e596571f4f33cd19c2b88|
| 2021-12-29 11:29:19 -0800 | refs/tags/2.10.0-0.0.pre |95e555344dc746ad46ada9de9cc475042c63ec55|
| 2021-12-07 17:39:04 -0800 | refs/tags/2.9.0-0.0.pre |a7917414dd919edb2e3198c2a8d2130e9275b414|
| 2021-10-19 10:58:42 -0700 | refs/tags/2.7.0-3.0.pre |c19845a8c347adebc2c672f5e51b74855e645be2|
| 2021-09-16 17:29:58 -0700 | refs/tags/2.6.0-11.0.pre |4b330ddbedab445481cc73d50a4695b9154b4e4f|
| 2021-09-04 08:36:02 -0700 | refs/tags/2.6.0-5.0.pre |2604ea711c6651820773f5403a0128d2d64f7b14|
| 2021-08-23 10:03:21 -0700 | refs/tags/2.6.0-0.0.pre |83b9e99cfbb8be5215514d7fa21191961b4a620d|
| 2021-08-05 11:32:48 -0700 | refs/tags/2.5.0-6.0.pre |225a43d941ddd1753765fec3682011e9ddffb11d|
| 2021-08-04 17:59:50 -0500 | refs/tags/2.5.0-5.0.pre |0f465e5b2a3ed2431321b490a614c3d15089854c|
| 2021-07-26 01:38:02 -0700 | refs/tags/2.5.0-1.0.pre |184e5871beea4a9b1cbd65dcc57118a7d97285f3|
| 2021-07-11 15:21:02 -0700 | refs/tags/2.4.0-4.0.pre |cc00e7e6bc281f6af9a257e7e33868ef782b1cf7|
| 2021-06-30 00:43:41 -0700 | refs/tags/2.4.0-0.0.pre |96bbcd006fafade4ad7a4abde77cec32df6846ea|
| 2021-06-11 22:11:53 -0700 | refs/tags/2.3.0-24.0.pre |2b9537c783063d0459b6282a218658a6955938d9|
| 2021-05-21 13:04:03 -0700 | refs/tags/2.3.0-16.0.pre |fa5883b78e566877613ad1ccb48dd92075cb5c23|
| 2021-05-17 11:59:02 -0700 | refs/tags/2.3.0-12.0.pre |0f031471381e135bfac3f42fed88a778267b819a|
| 2021-04-30 12:35:21 -0700 | refs/tags/2.3.0-1.0.pre |d97f41caed971d4668ffe56699367ec3978db8f6|
| 2021-04-21 13:29:09 -0700 | refs/tags/2.3.0-0.0.pre |21fd5cdd1a2b5e9a97b2df80e5c40f94c096748f|
| 2021-04-07 12:24:22 -0700 | refs/tags/2.2.0-10.0.pre |0efb28d7061b8d4126c48e72b9156bf2f0584ded|
| 2021-03-09 07:53:21 +0100 | refs/tags/2.1.0-12.0.pre |698d4389604ef1f0fecda9c93cfba6a2e5d06a7d|
| 2021-02-25 13:26:03 -0800 | refs/tags/2.1.0-10.0.pre |cc9b78fc5c4a4d2d51316d9626523336230a89a9|
| 2021-02-19 09:22:45 -0800 | refs/tags/1.27.0-8.0.pre |b7d4806243a4e906bf061f79a0e314ba28111aa6|
| 2021-02-16 11:24:17 -0800 | refs/tags/1.27.0-4.0.pre |f8cd24de95b16b5a1ce6ebc0716154271fbf6252|
| 2021-02-08 16:14:15 -0800 | refs/tags/1.27.0-1.0.pre |68c96f100e42ab3dbf43e61e9e2fc875a2d50cb8|
| 2021-01-26 10:58:48 -0800 | refs/tags/1.26.0-17.0.pre |384b4d1b83c0a5b7364ab7bcc5ce85f60d05e4a6|
| 2021-01-14 15:20:26 -0800 | refs/tags/1.26.0-12.0.pre |a706cd211240f27be3b61f06d70f958c7a4156fe|
| 2021-01-07 18:36:48 -0800 | refs/tags/1.26.0-8.0.pre |b9d06fffb2db263ab7021fc39adde7f2bf988a4a|
| 2020-12-13 23:19:13 +0800 | refs/tags/1.26.0-1.0.pre |63062a64432cce03315d6b5196fda7912866eb37|
| 2020-12-08 20:13:04 -0800 | refs/tags/1.25.0-8.0.pre |a12e2a473a3214b4556ca589d2d9bd311ac7c6f1|
| 2020-11-30 13:14:13 +0100 | refs/tags/1.25.0-4.0.pre |a7f5fd5360007518644597c60a1f2169eacccc2b|
| 2020-10-29 20:07:34 -0700 | refs/tags/1.24.0-7.0.pre |a0860f6e87ba4f9031bee4d6f56c08b970606bee|
| 2020-10-28 19:43:19 -0700 | refs/tags/1.24.0-6.0.pre |13896b3bd1858687a06b1639d60c877206170df8|
| 2020-10-22 09:36:06 -0700 | refs/tags/1.24.0-3.0.pre |2783f8e2e14efec8b7e08f668dde61c40d128c24|
| 2020-10-14 15:57:04 -0700 | refs/tags/1.24.0-1.0.pre |12bea61c2902784fec73b7f5f2ff3415f873fead|
| 2020-10-13 10:52:23 -0700 | refs/tags/1.23.0-18.0.pre |37ebe3d82a9d5faeda7d3c1a6ad193030210a2cc|
| 2020-10-06 12:31:25 -0700 | refs/tags/1.23.0-13.0.pre |4fa4f91d5cc65a5a98c7ccd91bb7d47814048a57|
| 2020-09-25 03:47:03 -0700 | refs/tags/1.23.0-7.0.pre |db6e2d8aa5bb9a0bd3e75fc7470268b5a56fd0b0|
| 2020-09-22 12:04:44 -0700 | refs/tags/1.23.0-4.0.pre |83dd176777cd04bd2aaca050f6bb6cb9edbf56a1|
| 2020-09-17 16:12:06 -0700 | refs/tags/1.23.0-3.0.pre |0cf1b407f2edeb16edcfb5b032140bb39a5e46c6|
| 2020-09-11 14:46:57 -0700 | refs/tags/1.22.0-12.0.pre |a27c242b0eea731317cfec5bbdd9d35452ab3ecb|
| 2020-08-28 20:18:04 -0700 | refs/tags/1.22.0-9.0.pre |7a4317519865146acda84702bba8775610598c0c|
| 2020-08-20 07:31:50 -0700 | refs/tags/1.22.0-1.0.pre |ce40de69b7b4f89c66d19c8dbd3bd86ae30f1bc6|
| 2020-08-09 07:31:03 -0700 | refs/tags/1.21.0-9.0.pre |7c6f9dd2396dfe7deb6fd11edc12c10786490083|
| 2020-08-03 10:33:07 -0700 | refs/tags/1.21.0-7.0.pre |5a6dfa35caaf7bccb35488dc03677c150ebf2d97|
| 2020-07-22 18:40:12 -0700 | refs/tags/1.21.0-5.0.pre |a19fd72db549ddc5d07998d38671a6843dcad6f9|
| 2020-07-14 17:26:01 -0700 | refs/tags/1.21.0-1.0.pre |f25bd9c55c48c139524139b477d04b13e9f36b2c|
| 2020-07-08 10:19:36 -0700 | refs/tags/1.20.0-7.0.pre |cc1af3afb62187cc37185afddc2d43bfef469db7|
| 2020-07-04 12:19:20 -0700 | refs/tags/1.20.0-3.0.pre |0af027f80543302c65f99e1c1a2f3b3cbb8d04f3|
| 2020-06-23 04:52:58 -0700 | refs/tags/1.20.0-2.0.pre |15a28159bcf4b3db13411cbc8d9b5fc51adc0a93|
| 2020-06-18 08:23:22 -0700 | refs/tags/1.20.0-1.0.pre |f73f498da1fe4224e29cf9692161575a3d994f8f|
| 2020-06-09 15:43:03 -0700 | refs/tags/1.20.0-0.0.pre |d9653445f4d1257b5f5adb4b271d1316469e8cf1|
| 2020-06-08 09:27:34 -0700 | refs/tags/1.19.0-5.0.pre |c264b70ec3b0cf9cd568eba5d65d0ce47fe57e1d|
| 2020-06-05 03:44:02 -0700 | refs/tags/1.19.0-4.0.pre |2f7a59a8da20b3a7fbdfb7ac783dbca977a81653|
| 2020-06-01 17:17:03 -0700 | refs/tags/1.19.0-3.0.pre |6135091de9f8f6befc2ec7f8835d28d43a21cd05|
| 2020-05-31 07:41:50 -0700 | refs/tags/1.19.0-2.0.pre |1d395c5e187370f2838bb043d3b438029b484bfc|
| 2020-05-11 08:45:03 -0700 | refs/tags/1.19.0-1.0.pre |456d80b9ddd74b4b5ca3b77bbfb70ab0e05d3fa8|
| 2020-05-07 18:59:02 -0700 | refs/tags/1.19.0-0.0.pre |a849daf2836d653ef80e01f428531b3f787671cb|
| 2020-05-06 17:36:01 -0700 | refs/tags/1.18.0-13.0.pre |8fbfe1cfbf6ac5c5c23930556e1019385005bf81|
| 2020-05-06 08:16:03 -0700 | refs/tags/1.18.0-12.0.pre |c2b7342ca470b11cfaad4fbfb094f73aa4c85320|
| 2020-05-05 16:10:41 -0700 | refs/tags/1.18.0-11.0.pre |8568eda15b2527afd48622257cee3811e0d9da04|
| 2020-05-05 12:09:51 -0700 | refs/tags/1.18.0-10.0.pre |9b7b9d795edfdd12c6ad8dd6495bed789c1bac05|
| 2020-05-05 13:08:49 -0700 | refs/tags/1.18.0-9.0.pre |445570ba1ae89eecaf9409fb5acde7e8b49ee975|
| 2020-04-23 19:29:01 -0700 | refs/tags/1.18.0-8.0.pre |e0c63cd35e15e407a80dc44281cc392535fcce25|
| 2020-04-23 11:57:18 -0700 | refs/tags/1.18.0-7.0.pre |d482163f59c49c32cb329beb2c3111c8e961d6b9|
| 2020-04-20 18:35:01 -0700 | refs/tags/1.18.0-6.0.pre |84c84fb24914e098667649be04614f6ea19d689c|
</details>
| devtools/tool/README.md/0 | {
"file_path": "devtools/tool/README.md",
"repo_id": "devtools",
"token_count": 13395
} | 168 |
#!/bin/bash -e
# Script to generate mocks for Devtools from the flutter/tests registry
# https://github.com/flutter/tests
# This is executed as a pre-submit check for every PR in flutter/flutter
root_dir=$(pwd)
tool_dir="$root_dir/tool/bin"
export PATH=$PATH:$tool_dir
# Force devtools_tool to use the current Flutter (which is available on PATH).
export DEVTOOLS_TOOL_FLUTTER_FROM_PATH=true
cd tool
flutter pub get
devtools_tool pub-get
devtools_tool generate-code --upgrade
cd ..
| devtools/tool/flutter_customer_tests/setup.sh/0 | {
"file_path": "devtools/tool/flutter_customer_tests/setup.sh",
"repo_id": "devtools",
"token_count": 162
} | 169 |
// Copyright 2024 The Chromium Authors. 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/command_runner.dart';
import 'package:cli_util/cli_logging.dart';
import 'package:devtools_tool/model.dart';
import 'package:io/io.dart';
import 'package:path/path.dart' as path;
import 'package:yaml/yaml.dart';
import '../utils.dart';
class TagVersionCommand extends Command {
@override
String get name => 'tag-version';
@override
String get description =>
'Creates a git tag for the current version of DevTools and pushes it to '
'the DevTools Github repository.';
@override
Future run() async {
final log = Logger.standard();
final repo = DevToolsRepo.getInstance();
final devtoolsAppPubspecPath =
path.join(repo.devtoolsAppDirectoryPath, 'pubspec.yaml');
final devtoolsAppPubspec = File(devtoolsAppPubspecPath);
if (!devtoolsAppPubspec.existsSync()) {
throw FileSystemException(
'Could not find pubspec.yaml file at: $devtoolsAppPubspecPath',
);
}
final yamlMap = loadYaml(devtoolsAppPubspec.readAsStringSync()) as YamlMap;
final version = yamlMap['version'].toString();
log.stdout('Current DevTools version: $version');
final processManager = ProcessManager();
final gitTag = 'v$version';
log.stdout('Creating git tag: $gitTag');
await processManager.runAll(
commands: [
CliCommand.git(['tag', '-a', gitTag, '-m', 'DevTools $version']),
CliCommand.git(['push', 'upstream', gitTag]),
],
);
}
}
| devtools/tool/lib/commands/tag_version.dart/0 | {
"file_path": "devtools/tool/lib/commands/tag_version.dart",
"repo_id": "devtools",
"token_count": 588
} | 170 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "flutter/assets/directory_asset_bundle.h"
#include <regex>
#include <utility>
#include "flutter/fml/eintr_wrapper.h"
#include "flutter/fml/file.h"
#include "flutter/fml/mapping.h"
#include "flutter/fml/trace_event.h"
namespace flutter {
DirectoryAssetBundle::DirectoryAssetBundle(
fml::UniqueFD descriptor,
bool is_valid_after_asset_manager_change)
: descriptor_(std::move(descriptor)) {
if (!fml::IsDirectory(descriptor_)) {
return;
}
is_valid_after_asset_manager_change_ = is_valid_after_asset_manager_change;
is_valid_ = true;
}
DirectoryAssetBundle::~DirectoryAssetBundle() = default;
// |AssetResolver|
bool DirectoryAssetBundle::IsValid() const {
return is_valid_;
}
// |AssetResolver|
bool DirectoryAssetBundle::IsValidAfterAssetManagerChange() const {
return is_valid_after_asset_manager_change_;
}
// |AssetResolver|
AssetResolver::AssetResolverType DirectoryAssetBundle::GetType() const {
return AssetResolver::AssetResolverType::kDirectoryAssetBundle;
}
// |AssetResolver|
std::unique_ptr<fml::Mapping> DirectoryAssetBundle::GetAsMapping(
const std::string& asset_name) const {
if (!is_valid_) {
FML_DLOG(WARNING) << "Asset bundle was not valid.";
return nullptr;
}
auto mapping = std::make_unique<fml::FileMapping>(fml::OpenFile(
descriptor_, asset_name.c_str(), false, fml::FilePermission::kRead));
if (!mapping->IsValid()) {
return nullptr;
}
return mapping;
}
std::vector<std::unique_ptr<fml::Mapping>> DirectoryAssetBundle::GetAsMappings(
const std::string& asset_pattern,
const std::optional<std::string>& subdir) const {
std::vector<std::unique_ptr<fml::Mapping>> mappings;
if (!is_valid_) {
FML_DLOG(WARNING) << "Asset bundle was not valid.";
return mappings;
}
std::regex asset_regex(asset_pattern);
fml::FileVisitor visitor = [&](const fml::UniqueFD& directory,
const std::string& filename) {
TRACE_EVENT0("flutter", "DirectoryAssetBundle::GetAsMappings FileVisitor");
if (std::regex_match(filename, asset_regex)) {
TRACE_EVENT0("flutter", "Matched File");
fml::UniqueFD fd = fml::OpenFile(directory, filename.c_str(), false,
fml::FilePermission::kRead);
if (fml::IsDirectory(fd)) {
return true;
}
auto mapping = std::make_unique<fml::FileMapping>(fd);
if (mapping && mapping->IsValid()) {
mappings.push_back(std::move(mapping));
} else {
FML_LOG(ERROR) << "Mapping " << filename << " failed";
}
}
return true;
};
if (!subdir) {
fml::VisitFilesRecursively(descriptor_, visitor);
} else {
fml::UniqueFD subdir_fd =
fml::OpenFileReadOnly(descriptor_, subdir.value().c_str());
if (!fml::IsDirectory(subdir_fd)) {
FML_LOG(ERROR) << "Subdirectory path " << subdir.value()
<< " is not a directory";
return mappings;
}
fml::VisitFiles(subdir_fd, visitor);
}
return mappings;
}
bool DirectoryAssetBundle::operator==(const AssetResolver& other) const {
auto other_bundle = other.as_directory_asset_bundle();
if (!other_bundle) {
return false;
}
return is_valid_after_asset_manager_change_ ==
other_bundle->is_valid_after_asset_manager_change_ &&
descriptor_.get() == other_bundle->descriptor_.get();
}
} // namespace flutter
| engine/assets/directory_asset_bundle.cc/0 | {
"file_path": "engine/assets/directory_asset_bundle.cc",
"repo_id": "engine",
"token_count": 1398
} | 171 |
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This file has rules for making Dart packages and snapshots.
import("//build/compiled_action.gni")
import("//build/module_args/dart.gni")
import("//flutter/build/dart/dart.gni")
import("//flutter/common/config.gni")
import("$dart_src/build/dart/dart_action.gni")
import("$dart_src/sdk_args.gni")
# Generates a Dart kernel snapshot using flutter_frontend_server.
#
# Arguments
# main_dart (required):
# The Dart entrypoint file.
#
# kernel_output (required):
# The path to the output kernel snapshot in the out directory.
#
# package_config (optional):
# The path to the package_config.json file.
#
# deps (optional):
# Additional dependencies. Dependencies on the frontend server and
# Flutter's platform.dill are included by default. This rule creates and
# uses a depfile, so listing all Dart sources is not necessary.
#
# extra_args (optional):
# Additional frontend server command line arguments.
template("flutter_frontend_server") {
assert(defined(invoker.main_dart), "The Dart test file must be specified.")
assert(defined(invoker.kernel_output),
"The Dart Kernel file location must be specified.")
kernel_output = invoker.kernel_output
common_deps = [ "//flutter/lib/snapshot:strong_platform" ]
if (defined(invoker.deps)) {
common_deps += invoker.deps
}
extra_args = []
if (defined(invoker.extra_args)) {
extra_args += invoker.extra_args
}
packages_args = []
if (defined(invoker.package_config)) {
packages_args += [
"--packages",
rebase_path(invoker.package_config, root_build_dir),
]
}
snapshot_depfile = "$kernel_output.d"
common_vm_args = [ "--disable-dart-dev" ]
flutter_patched_sdk =
rebase_path("$root_out_dir/flutter_patched_sdk", root_build_dir)
common_args = extra_args + packages_args + [
"--sdk-root",
flutter_patched_sdk,
"--target=flutter",
"--depfile",
rebase_path(snapshot_depfile, root_build_dir),
"--output-dill",
rebase_path(invoker.kernel_output, root_build_dir),
rebase_path(invoker.main_dart, root_build_dir),
]
if (flutter_prebuilt_dart_sdk) {
common_deps += [ "//flutter/flutter_frontend_server:frontend_server" ]
action(target_name) {
forward_variables_from(invoker,
[
"visibility",
"testonly",
],
[ "pool" ])
deps = common_deps
pool = "//flutter/build/dart:dart_pool"
script = "//build/gn_run_binary.py"
inputs = [ invoker.main_dart ]
outputs = [ invoker.kernel_output ]
depfile = snapshot_depfile
ext = ""
if (is_win) {
ext = ".exe"
}
dart = rebase_path("$host_prebuilt_dart_sdk/bin/dart$ext", root_out_dir)
frontend_server =
rebase_path("$root_gen_dir/frontend_server.dart.snapshot")
args = [ dart ] + common_vm_args + [ frontend_server ] + common_args
}
} else {
prebuilt_dart_action(target_name) {
forward_variables_from(invoker,
[
"visibility",
"testonly",
],
[ "pool" ])
deps = common_deps
pool = "//flutter/build/dart:dart_pool"
script = "$dart_src/pkg/frontend_server/bin/frontend_server_starter.dart"
inputs = [ invoker.main_dart ]
outputs = [ invoker.kernel_output ]
depfile = snapshot_depfile
vm_args = common_vm_args
args = common_args
}
}
}
# Creates a dart kernel (dill) file suitable for use with gen_snapshot, as well
# as the app-jit, aot-elf, or aot-assembly snapshot for targeting Flutter on
# Android or iOS.
#
# Invoker must supply dart_main and package_config. Invoker may optionally
# supply aot as a boolean and product as a boolean.
#
# On Android, the invoker may provide output_aot_lib as a string to override
# the default filename for the aot-elf snapshot.
template("flutter_snapshot") {
assert(!is_fuchsia)
assert(defined(invoker.main_dart), "main_dart is a required parameter.")
assert(defined(invoker.package_config),
"package_config is a required parameter.")
kernel_target = "_${target_name}_kernel"
snapshot_target = "_${target_name}_snapshot"
is_aot =
flutter_runtime_mode == "profile" || flutter_runtime_mode == "release"
kernel_output = "$target_gen_dir/kernel_blob.bin"
extra_frontend_server_args = []
if (is_aot) {
extra_frontend_server_args += [
"--aot",
"--tfa",
]
} else {
# --no-link-platform is only valid when --aot isn't specified
extra_frontend_server_args += [ "--no-link-platform" ]
}
if (defined(invoker.product) && invoker.product) {
# Setting this flag in a non-product release build for AOT (a "profile"
# build) causes the vm service isolate code to be tree-shaken from an app.
# See the pragma on the entrypoint here:
#
# https://github.com/dart-lang/sdk/blob/main/sdk/lib/_internal/vm/bin/vmservice_io.dart#L240
#
# Also, this define excludes debugging and profiling code from Flutter.
extra_frontend_server_args += [ "-Ddart.vm.product=true" ]
} else {
if (flutter_runtime_mode == "profile") {
# The following define excludes debugging code from Flutter.
extra_frontend_server_args += [ "-Ddart.vm.profile=true" ]
}
}
flutter_frontend_server(kernel_target) {
main_dart = invoker.main_dart
package_config = invoker.package_config
kernel_output = kernel_output
extra_args = extra_frontend_server_args
}
compiled_action(snapshot_target) {
if (target_cpu == "x86" && host_os == "linux") {
# By default Dart will create a 32-bit gen_snapshot host binary if the target
# platform is 32-bit. Override this to create a 64-bit gen_snapshot for x86
# targets because some host platforms may not support 32-bit binaries.
tool = "$dart_src/runtime/bin:gen_snapshot_host_targeting_host"
toolchain = "//build/toolchain/$host_os:clang_x64"
} else {
tool = "$dart_src/runtime/bin:gen_snapshot"
}
inputs = [ kernel_output ]
deps = [ ":$kernel_target" ]
outputs = []
args = []
if (is_debug && flutter_runtime_mode != "profile" &&
flutter_runtime_mode != "release" &&
flutter_runtime_mode != "jit_release") {
args += [ "--enable_asserts" ]
}
if (is_aot) {
args += [ "--deterministic" ]
if (is_ios) {
snapshot_assembly = "$target_gen_dir/ios/snapshot_assembly.S"
outputs += [ snapshot_assembly ]
args += [
"--snapshot_kind=app-aot-assembly",
"--assembly=" + rebase_path(snapshot_assembly),
]
} else if (is_android) {
if (defined(invoker.output_aot_lib)) {
output_aot_lib = invoker.output_aot_lib
} else {
output_aot_lib = "libapp.so"
}
libapp = "$target_gen_dir/android/libs/$android_app_abi/$output_aot_lib"
outputs += [ libapp ]
args += [
"--snapshot_kind=app-aot-elf",
"--elf=" + rebase_path(libapp),
]
} else {
assert(false)
}
} else {
deps += [ "//flutter/lib/snapshot:generate_snapshot_bin" ]
vm_snapshot_data =
"$root_gen_dir/flutter/lib/snapshot/vm_isolate_snapshot.bin"
snapshot_data = "$root_gen_dir/flutter/lib/snapshot/isolate_snapshot.bin"
isolate_snapshot_data = "$target_gen_dir/isolate_snapshot_data"
isolate_snapshot_instructions = "$target_gen_dir/isolate_snapshot_instr"
inputs += [
vm_snapshot_data,
snapshot_data,
]
outputs += [
isolate_snapshot_data,
isolate_snapshot_instructions,
]
args += [
"--snapshot_kind=app-jit",
"--load_vm_snapshot_data=" + rebase_path(vm_snapshot_data),
"--load_isolate_snapshot_data=" + rebase_path(snapshot_data),
"--isolate_snapshot_data=" + rebase_path(isolate_snapshot_data),
"--isolate_snapshot_instructions=" +
rebase_path(isolate_snapshot_instructions),
]
}
args += [ rebase_path(kernel_output) ]
}
group(target_name) {
public_deps = [
":$kernel_target",
":$snapshot_target",
]
}
}
# Creates an app-jit snapshot for a command-line Dart program based on a
# training run.
#
# Parameters:
# main_dart (required):
# The entrypoint to the Dart application.
#
# training_args (required):
# Arguments to pass to the Dart application for the training run.
#
# vm_args (optional):
# Additional arguments to the Dart VM.
#
# deps (optional):
# Any build dependencies.
#
# package_config (required):
# The .packages file for the app. Defaults to the $_dart_root/.packages.
#
# output (optional):
# Overrides the full output path.
#
# snapshot_kind (optional)
# Either an "app-jit" snapshot (default) or a "kernel" snapshot
template("application_snapshot") {
assert(defined(invoker.main_dart), "Must specify 'main_dart'")
assert(defined(invoker.training_args), "Must specify 'training_args'")
assert(defined(invoker.package_config), "Must specify 'package_config'")
main_dart = invoker.main_dart
training_args = invoker.training_args
package_config = rebase_path(invoker.package_config)
name = target_name
extra_deps = []
if (defined(invoker.deps)) {
extra_deps += invoker.deps
}
extra_inputs = [ main_dart ]
if (defined(invoker.inputs)) {
extra_inputs += invoker.inputs
}
output = "$root_gen_dir/$name.dart.snapshot"
if (defined(invoker.output)) {
output = invoker.output
}
depfile = output + ".d"
abs_depfile = rebase_path(depfile)
abs_output = rebase_path(output)
rel_output = rebase_path(output, root_build_dir)
snapshot_vm_args = [
"--disable-dart-dev",
"--deterministic",
"--packages=$package_config",
"--snapshot=$abs_output",
"--snapshot-depfile=$abs_depfile",
"--depfile-output-filename=$rel_output",
]
if (defined(invoker.vm_args)) {
snapshot_vm_args += invoker.vm_args
}
snapshot_kind = "app-jit"
if (target_cpu != host_cpu) {
snapshot_kind = "kernel"
}
if (defined(invoker.snapshot_kind)) {
snapshot_kind = invoker.snapshot_kind
}
if (snapshot_kind == "kernel") {
snapshot_vm_args += [ "--snapshot-kind=kernel" ]
} else if (snapshot_kind == "app-jit") {
snapshot_vm_args += [ "--snapshot-kind=app-jit" ]
} else {
assert(false, "Bad snapshot_kind: '$snapshot_kind'")
}
# Ensure the compiled appliation (e.g. frontend-server, ...) will use this
# Dart SDK hash when consuming/producing kernel.
#
# (Instead of ensuring every user of the "application_snapshot" passes its
# own)
snapshot_vm_args += [ "-Dsdk_hash=$sdk_hash" ]
if (flutter_prebuilt_dart_sdk) {
action(target_name) {
forward_variables_from(invoker,
[
"testonly",
"visibility",
])
deps = extra_deps
script = "//build/gn_run_binary.py"
inputs = extra_inputs
outputs = [ output ]
depfile = depfile
pool = "//flutter/build/dart:dart_pool"
ext = ""
if (is_win) {
ext = ".exe"
}
dart = rebase_path("$host_prebuilt_dart_sdk/bin/dart$ext", root_build_dir)
args = [ dart ]
args += snapshot_vm_args
args += [ rebase_path(main_dart) ]
args += training_args
}
} else {
dart_action(target_name) {
forward_variables_from(invoker,
[
"testonly",
"visibility",
])
script = main_dart
pool = "//flutter/build/dart:dart_pool"
deps = extra_deps
inputs = extra_inputs
outputs = [ output ]
depfile = depfile
vm_args = snapshot_vm_args
args = training_args
}
}
}
| engine/build/dart/rules.gni/0 | {
"file_path": "engine/build/dart/rules.gni",
"repo_id": "engine",
"token_count": 5401
} | 172 |
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_root = "//flutter/third_party/json"
config("json_public_config") {
include_dirs = [ "$source_root/include" ]
}
source_set("json") {
public_configs = [ ":json_public_config" ]
public = [ "$source_root/include/nlohmann/json.hpp" ]
sources = [
"$source_root/include/nlohmann/adl_serializer.hpp",
"$source_root/include/nlohmann/byte_container_with_subtype.hpp",
"$source_root/include/nlohmann/detail/abi_macros.hpp",
"$source_root/include/nlohmann/detail/conversions/from_json.hpp",
"$source_root/include/nlohmann/detail/conversions/to_chars.hpp",
"$source_root/include/nlohmann/detail/conversions/to_json.hpp",
"$source_root/include/nlohmann/detail/exceptions.hpp",
"$source_root/include/nlohmann/detail/hash.hpp",
"$source_root/include/nlohmann/detail/input/binary_reader.hpp",
"$source_root/include/nlohmann/detail/input/input_adapters.hpp",
"$source_root/include/nlohmann/detail/input/json_sax.hpp",
"$source_root/include/nlohmann/detail/input/lexer.hpp",
"$source_root/include/nlohmann/detail/input/parser.hpp",
"$source_root/include/nlohmann/detail/input/position_t.hpp",
"$source_root/include/nlohmann/detail/iterators/internal_iterator.hpp",
"$source_root/include/nlohmann/detail/iterators/iter_impl.hpp",
"$source_root/include/nlohmann/detail/iterators/iteration_proxy.hpp",
"$source_root/include/nlohmann/detail/iterators/iterator_traits.hpp",
"$source_root/include/nlohmann/detail/iterators/json_reverse_iterator.hpp",
"$source_root/include/nlohmann/detail/iterators/primitive_iterator.hpp",
"$source_root/include/nlohmann/detail/json_custom_base_class.hpp",
"$source_root/include/nlohmann/detail/json_pointer.hpp",
"$source_root/include/nlohmann/detail/json_ref.hpp",
"$source_root/include/nlohmann/detail/macro_scope.hpp",
"$source_root/include/nlohmann/detail/macro_unscope.hpp",
"$source_root/include/nlohmann/detail/meta/call_std/begin.hpp",
"$source_root/include/nlohmann/detail/meta/call_std/end.hpp",
"$source_root/include/nlohmann/detail/meta/cpp_future.hpp",
"$source_root/include/nlohmann/detail/meta/detected.hpp",
"$source_root/include/nlohmann/detail/meta/identity_tag.hpp",
"$source_root/include/nlohmann/detail/meta/is_sax.hpp",
"$source_root/include/nlohmann/detail/meta/std_fs.hpp",
"$source_root/include/nlohmann/detail/meta/type_traits.hpp",
"$source_root/include/nlohmann/detail/meta/void_t.hpp",
"$source_root/include/nlohmann/detail/output/binary_writer.hpp",
"$source_root/include/nlohmann/detail/output/output_adapters.hpp",
"$source_root/include/nlohmann/detail/output/serializer.hpp",
"$source_root/include/nlohmann/detail/string_concat.hpp",
"$source_root/include/nlohmann/detail/string_escape.hpp",
"$source_root/include/nlohmann/detail/value_t.hpp",
"$source_root/include/nlohmann/json.hpp",
"$source_root/include/nlohmann/json_fwd.hpp",
"$source_root/include/nlohmann/ordered_map.hpp",
"$source_root/include/nlohmann/thirdparty/hedley/hedley.hpp",
"$source_root/include/nlohmann/thirdparty/hedley/hedley_undef.hpp",
]
}
| engine/build/secondary/flutter/third_party/json/BUILD.gn/0 | {
"file_path": "engine/build/secondary/flutter/third_party/json/BUILD.gn",
"repo_id": "engine",
"token_count": 1310
} | 173 |
#ifndef _LIBCPP_CONFIG_SITE
#define _LIBCPP_CONFIG_SITE
#define _LIBCPP_ABI_VERSION 1
#define _LIBCPP_ABI_NAMESPACE _fl
/* #undef _LIBCPP_ABI_FORCE_ITANIUM */
/* #undef _LIBCPP_ABI_FORCE_MICROSOFT */
/* #undef _LIBCPP_HIDE_FROM_ABI_PER_TU_BY_DEFAULT */
/* #undef _LIBCPP_HAS_NO_GLOBAL_FILESYSTEM_NAMESPACE */
/* #undef _LIBCPP_HAS_NO_STDIN */
/* #undef _LIBCPP_HAS_NO_STDOUT */
/* #undef _LIBCPP_HAS_NO_THREADS */
/* #undef _LIBCPP_HAS_NO_MONOTONIC_CLOCK */
/* #undef _LIBCPP_HAS_NO_THREAD_UNSAFE_C_FUNCTIONS */
/* #undef _LIBCPP_HAS_MUSL_LIBC */
/* #undef _LIBCPP_HAS_THREAD_API_PTHREAD */
/* #undef _LIBCPP_HAS_THREAD_API_EXTERNAL */
/* #undef _LIBCPP_HAS_THREAD_API_WIN32 */
/* #undef _LIBCPP_HAS_THREAD_LIBRARY_EXTERNAL */
/* #undef _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS */
#define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS
/* #undef _LIBCPP_NO_VCRUNTIME */
/* #undef _LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION */
/* #undef _LIBCPP_ABI_NAMESPACE */
/* #undef _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY */
/* #undef _LIBCPP_HAS_PARALLEL_ALGORITHMS */
/* #undef _LIBCPP_HAS_NO_RANDOM_DEVICE */
/* #undef _LIBCPP_HAS_NO_LOCALIZATION */
#define _LIBCPP_REMOVE_TRANSITIVE_INCLUDES
// This is a workaround for BoringSSL, which is compiled in C11 mode
// and includes stdatomic.h. Defining this macro will cause stdatomic.h
// to redirect to the next version of that header in the include path.
#if !defined(__cplusplus) && defined(__clang__)
#define _LIBCPP_COMPILER_CLANG_BASED
#endif
#endif // _LIBCPP_CONFIG_SITE
| engine/build/secondary/third_party/libcxx/config/__config_site/0 | {
"file_path": "engine/build/secondary/third_party/libcxx/config/__config_site",
"repo_id": "engine",
"token_count": 698
} | 174 |
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Compile a protocol buffer.
#
# Protobuf parameters:
#
# proto_in_dir (optional)
# Specifies the path relative to the current BUILD.gn file where
# proto files are located and the directory structure of
# this proto library starts.
#
# This option can be calculated automatically but it will raise an
# assertion error if any nested directories are found.
#
# proto_out_dir (optional)
# Specifies the path suffix that output files are generated under.
# This path will be appended to |root_gen_dir|, but for python stubs
# it will be appended to |root_build_dir|/pyproto.
#
# generate_python (optional, default true)
# Generate Python protobuf stubs.
#
# generate_cc (optional, default true)
# Generate C++ protobuf stubs.
#
# generate_descriptor_set (optional, default false)
# Generate a descriptor set file at a default location
# "${target_out_dir}/${target_name}.desc.pb".
#
# generate_descriptor (optional, default "")
# Generate a descriptor set file at a specific location rooted underneath
# the generated files directory.
# Cannot be used in combination with |generate_descriptor|.
#
# generate_go (optional, default false)
# Generate Go protobuf stubs.
# Mutually exclusive with generate_go_grpc.
#
# generate_go_grpc (optional, default false)
# Generate a Go gRPC protobuf stub, instead of a regular one.
# Mutually exclusive with generate_go.
#
# cc_generator_options (optional)
# List of extra flags passed to the protocol compiler. If you need to
# add an EXPORT macro to a protobuf's C++ header, set the
# 'cc_generator_options' variable with the value:
# 'dllexport_decl=FOO_EXPORT:' (note trailing colon).
#
# It is likely you also need to #include a file for the above EXPORT
# macro to work (see cc_include) and set
# component_build_force_source_set = true.
#
# cc_include (optional)
# String listing an extra include that should be passed.
# Example: cc_include = "foo/bar.h"
#
# generator_plugin_label (optional)
# GN label for plugin executable which generates custom cc stubs.
# Don't specify a toolchain, host toolchain is assumed.
#
# generator_plugin_script (optional)
# Path to plugin script. Mutually exclusive with |generator_plugin_label|.
#
# generator_plugin_script_deps (optional)
# List of additional files required for generator plugin script.
#
# generator_plugin_suffix[es] (required if using a plugin)
# Suffix (before extension) for generated .cc and .h files
# or list of suffixes for all files (with extensions).
#
# generator_plugin_options (optional)
# Extra flags passed to the plugin. See cc_generator_options.
#
# deps (optional)
# Additional dependencies.
#
# use_protobuf_full (optional)
# If adding protobuf library would be required, adds protobuf_full to deps
# instead of protobuf_lite.
#
# import_protobuf_full (optional)
# Allows .proto files to import .proto files from protobuf_full, without
# adding a dependency on all the C++ code in that library.
#
# import_dirs (optional)
# A list of extra import directories to be passed to protoc compiler. The
# default case is just proto_in_dir.
# WARNING: This options should not be used in Chrome code until
# http://crbug.com/691451 is resolved.
#
# Parameters for compiling the generated code:
#
# defines (optional)
# Defines to supply to the source set that compiles the generated source
# code.
#
# extra_configs (optional)
# A list of config labels that will be appended to the configs applying
# to the source set.
#
# Example:
# proto_library("mylib") {
# sources = [
# "foo.proto",
# ]
# }
if (host_os == "win") {
_host_executable_suffix = ".exe"
} else {
_host_executable_suffix = ""
}
template("proto_library") {
assert(defined(invoker.sources), "Need sources for proto_library")
proto_sources = invoker.sources
forward_variables_from(invoker, [ "visibility" ])
if (defined(invoker.generate_cc)) {
generate_cc = invoker.generate_cc
} else {
generate_cc = true
}
if (defined(invoker.generate_python)) {
generate_python = invoker.generate_python
} else {
generate_python = true
}
generate_go = defined(invoker.generate_go) && invoker.generate_go
generate_go_grpc =
defined(invoker.generate_go_grpc) && invoker.generate_go_grpc
assert(!generate_go || !generate_go_grpc,
"Only one of generate_go or generate_go_grpc can be enabled!")
not_needed(invoker, ["propagate_imports_configs"])
if (defined(invoker.generator_plugin_label)) {
# Straightforward way to get the name of executable doesn't work because
# |root_out_dir| and |root_build_dir| may differ in cross-compilation and
# also Windows executables have .exe at the end.
plugin_host_label = invoker.generator_plugin_label + "($host_toolchain)"
plugin_path =
get_label_info(plugin_host_label, "root_out_dir") + "/" +
get_label_info(plugin_host_label, "name") + _host_executable_suffix
generate_with_plugin = true
} else if (defined(invoker.generator_plugin_script)) {
plugin_path = invoker.generator_plugin_script
generate_with_plugin = true
} else {
generate_with_plugin = false
}
if (generate_with_plugin) {
if (defined(invoker.generator_plugin_suffix)) {
generator_plugin_suffixes = [
"${invoker.generator_plugin_suffix}.h",
"${invoker.generator_plugin_suffix}.cc",
]
} else {
generator_plugin_suffixes = invoker.generator_plugin_suffixes
}
}
if (defined(invoker.proto_in_dir)) {
proto_in_dir = invoker.proto_in_dir
} else {
proto_in_dir = get_path_info(proto_sources[0], "dir")
# Sanity check, |proto_in_dir| should be defined to allow sub-directories.
foreach(proto_source, proto_sources) {
assert(get_path_info(proto_source, "dir") == proto_in_dir,
"Please define |proto_in_dir| to allow nested directories.")
}
}
# Avoid absolute path because of the assumption that |proto_in_dir| is
# relative to the directory of current BUILD.gn file.
proto_in_dir = rebase_path(proto_in_dir, ".")
if (defined(invoker.proto_out_dir)) {
proto_out_dir = invoker.proto_out_dir
} else {
# Absolute path to the directory of current BUILD.gn file excluding "//".
proto_out_dir = rebase_path(".", "//")
if (proto_in_dir != ".") {
proto_out_dir += "/$proto_in_dir"
}
}
# We need both absolute path to use in GN statements and a relative one
# to pass to external script.
if (generate_cc || generate_with_plugin) {
cc_out_dir = "$root_gen_dir/" + proto_out_dir
rel_cc_out_dir = rebase_path(cc_out_dir, root_build_dir)
}
if (generate_python) {
py_out_dir = "$root_out_dir/pyproto/" + proto_out_dir
rel_py_out_dir = rebase_path(py_out_dir, root_build_dir)
}
if (generate_go || generate_go_grpc) {
go_out_dir = "$root_gen_dir/go-proto-gen/src/" + proto_out_dir
rel_go_out_dir = rebase_path(go_out_dir, root_build_dir)
}
protos = rebase_path(invoker.sources, proto_in_dir)
protogens = []
descriptor_set_path_ = ""
if (defined(invoker.generate_descriptor_set) &&
invoker.generate_descriptor_set) {
assert(!defined(invoker.generate_descriptor))
descriptor_set_path_ = "${target_out_dir}/${target_name}.desc.pb"
} else if (defined(invoker.generate_descriptor)) {
descriptor_set_path_ =
"$root_gen_dir/" +
rebase_path(proto_out_dir, "//") +
invoker.generate_descriptor
}
if (descriptor_set_path_ != "") {
protogens += [ descriptor_set_path_ ]
}
# List output files.
foreach(proto, protos) {
proto_dir = get_path_info(proto, "dir")
proto_name = get_path_info(proto, "name")
proto_path = proto_dir + "/" + proto_name
if (generate_cc) {
protogens += [
"$cc_out_dir/$proto_path.pb.h",
"$cc_out_dir/$proto_path.pb.cc",
]
}
if (generate_python) {
protogens += [ "$py_out_dir/${proto_path}_pb2.py" ]
}
if (generate_go) {
protogens += [ "$go_out_dir/${proto_path}.pb.go" ]
}
if (generate_go_grpc) {
protogens += [ "$go_out_dir/${proto_path}_grpc.pb.go" ]
}
if (generate_with_plugin) {
foreach(suffix, generator_plugin_suffixes) {
protogens += [ "$cc_out_dir/${proto_path}${suffix}" ]
}
}
if (descriptor_set_path_ != "") {
# Descriptor-only protobuf targets do not use |proto_path|
not_needed(["proto_path"])
}
}
generated_file("${target_name}_protoc_outputs") {
contents = rebase_path(protogens, root_build_dir)
outputs = [ "${target_gen_dir}/${target_name}.protoc_output_info" ]
}
protoc_output_info_target = ":${target_name}_protoc_outputs"
action_name = "${target_name}_gen"
# Generate protobuf stubs.
action(action_name) {
visibility = []
visibility = [ ":*" ]
script = "//build/secondary/third_party/protobuf/protoc_wrapper.py"
sources = proto_sources
outputs = protogens
args = protos
protoc_label = "//third_party/protobuf:protoc($host_toolchain)"
protoc_path = get_label_info(protoc_label, "root_out_dir") + "/protoc" +
_host_executable_suffix
if (generate_go || generate_go_grpc) {
if (generate_go_grpc) {
protoc_gen_go_label = "//third_party/golibs/google.golang.org/grpc/cmd/protoc-gen-go-grpc($host_toolchain)"
} else {
protoc_gen_go_label = "//third_party/golibs/google.golang.org/protobuf/cmd/protoc-gen-go($host_toolchain)"
}
protoc_gen_go_path = get_label_info(protoc_gen_go_label, "root_out_dir") +
"/" + get_label_info(protoc_gen_go_label, "name")
}
# Depfile information.
depfile = "${target_gen_dir}/${target_name}.d"
protoc_output_info_files = get_target_outputs(protoc_output_info_target)
protoc_output_info_file = protoc_output_info_files[0]
args += [
"--depfile",
rebase_path(depfile, root_build_dir),
"--depfile-outputs",
rebase_path(protoc_output_info_file, root_build_dir),
]
args += [
# Wrapper should never pick a system protoc.
# Path should be rebased because |root_build_dir| for current toolchain
# may be different from |root_out_dir| of protoc built on host toolchain.
"--protoc",
"./" + rebase_path(protoc_path, root_build_dir),
"--proto-in-dir",
rebase_path(proto_in_dir, root_build_dir),
]
if (generate_cc) {
args += [
"--cc-out-dir",
rel_cc_out_dir,
]
if (defined(invoker.cc_generator_options)) {
args += [
"--cc-options",
invoker.cc_generator_options,
]
}
if (defined(invoker.cc_include)) {
args += [
"--include",
invoker.cc_include,
]
}
}
if (generate_python) {
args += [
"--py-out-dir",
rel_py_out_dir,
]
}
if (descriptor_set_path_ != "") {
args += [
"--descriptor-set-out",
rebase_path(descriptor_set_path_, root_build_dir),
]
}
if (generate_go || generate_go_grpc) {
args += [
"--plugin",
rebase_path(protoc_gen_go_path, root_build_dir),
"--plugin-out-dir",
rel_go_out_dir,
"--plugin-options",
"paths=source_relative",
]
}
if (generate_with_plugin) {
args += [
"--plugin",
rebase_path(plugin_path, root_build_dir),
"--plugin-out-dir",
rel_cc_out_dir,
]
if (defined(invoker.generator_plugin_options)) {
args += [
"--plugin-options",
invoker.generator_plugin_options,
]
}
}
if (defined(invoker.import_dirs)) {
foreach(path, invoker.import_dirs) {
args += [ "--import-dir=" + rebase_path(path, root_build_dir) ]
}
}
if ((defined(invoker.use_protobuf_full) && invoker.use_protobuf_full) ||
(defined(invoker.import_protobuf_full) &&
invoker.import_protobuf_full)) {
args += [ "--import-dir=" +
rebase_path("//third_party/protobuf/src", root_build_dir) ]
}
# System protoc is not used so it's necessary to build one.
inputs = [
protoc_path,
protoc_output_info_file,
]
deps = [
protoc_label,
protoc_output_info_target,
]
if (generate_go || generate_go_grpc) {
deps += [ protoc_gen_go_label ]
inputs += [ protoc_gen_go_path ]
}
if (generate_with_plugin) {
inputs += [ plugin_path ]
if (defined(invoker.generator_plugin_script_deps)) {
# Additional scripts for plugin.
inputs += invoker.generator_plugin_script_deps
}
if (defined(plugin_host_label)) {
# Action depends on native generator plugin but for host toolchain only.
deps += [ plugin_host_label ]
}
}
if (defined(invoker.deps)) {
# The deps may have steps that have to run before running protoc.
deps += invoker.deps
}
}
# Option to disable building a library in component build.
if (defined(invoker.component_build_force_source_set) &&
invoker.component_build_force_source_set && is_component_build) {
link_target_type = "source_set"
}
# Build generated protobuf stubs as static libary.
_static_lib_deps = []
if (generate_cc || generate_python || generate_with_plugin) {
_static_lib_name = "${target_name}_static_lib"
_static_lib_deps = [ ":${_static_lib_name}" ]
static_library(_static_lib_name) {
forward_variables_from(invoker,
[
"defines",
"deps",
"testonly",
])
visibility = []
visibility = [ ":*" ]
output_name = target_name
sources = []
foreach(source, get_target_outputs(":${action_name}")) {
extension = get_path_info(source, "extension")
if (extension == "h" || extension == "cc") {
sources += [ source ]
}
}
if (defined(invoker.extra_configs)) {
configs += invoker.extra_configs
}
configs += [ "//third_party/protobuf:protobuf_warnings" ]
public_configs = [ "//third_party/protobuf:using_proto" ]
if (!defined(deps)) {
deps = []
}
deps += [ ":${action_name}" ]
if (generate_cc) {
# If using built-in cc generator, the resulting headers reference
# headers within protobuf_lite. Hence, dependencies require those
# headers too. If using generator plugin, extra deps should be
# resolved by the invoker.
if (defined(invoker.use_protobuf_full) &&
invoker.use_protobuf_full == true) {
public_deps = [ "//third_party/protobuf:protobuf_full" ]
} else {
public_deps = [ "//third_party/protobuf:protobuf_lite" ]
}
# Allows generated protobufs to use #include subpaths rooted from
# |proto_out_dir|.
include_dirs = [ "${root_gen_dir}/" +
rebase_path(proto_out_dir, "//") ]
}
}
}
group(target_name) {
public_deps = [ ":${action_name}" ] + _static_lib_deps
}
}
| engine/build/secondary/third_party/protobuf/proto_library.gni/0 | {
"file_path": "engine/build/secondary/third_party/protobuf/proto_library.gni",
"repo_id": "engine",
"token_count": 6658
} | 175 |
# Copyright 2020 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
vulkan_headers_dir = "//flutter/third_party/vulkan-deps/vulkan-headers/src"
vulkan_utility_libraries_dir =
"//flutter/third_party/vulkan-deps/vulkan-utility-libraries/src"
vvl_spirv_tools_dir = "//flutter/third_party/vulkan-deps/spirv-tools/src"
vvl_glslang_dir = "//flutter/third_party/vulkan-deps/spirv-tools/src"
# robin_hood_headers_dir = "//external/robin-hood-hashing/src/include"
# Subdirectories for generated files
vulkan_data_subdir = "vulkan-data"
vulkan_gen_subdir = ""
| engine/build_overrides/vulkan_validation_layers.gni/0 | {
"file_path": "engine/build_overrides/vulkan_validation_layers.gni",
"repo_id": "engine",
"token_count": 241
} | 176 |
{
"builds": [
{
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"profile"
],
"name": "fuchsia_profile_arm64",
"ninja": {
"config": "fuchsia_profile_arm64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia"
]
}
},
{
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"kvm=1",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"profile",
"--no-lto"
],
"name": "fuchsia_profile_arm64_tester",
"ninja": {
"config": "fuchsia_profile_arm64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia",
"flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests",
"fuchsia_tests"
]
},
"tests": [
{
"name": "arm64 emulator based profile / aot tests",
"language": "python3",
"script": "flutter/tools/fuchsia/with_envs.py",
"parameters": [
"testing/fuchsia/run_tests.py",
"fuchsia_profile_arm64"
]
}
]
},
{
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"release"
],
"name": "fuchsia_release_arm64",
"ninja": {
"config": "fuchsia_release_arm64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia"
]
}
},
{
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"kvm=1",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"release",
"--no-lto"
],
"name": "fuchsia_release_arm64_tester",
"ninja": {
"config": "fuchsia_release_arm64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia",
"flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests",
"fuchsia_tests"
]
},
"tests": [
{
"name": "arm64 emulator based release tests",
"language": "python3",
"script": "flutter/tools/fuchsia/with_envs.py",
"parameters": [
"testing/fuchsia/run_tests.py",
"fuchsia_release_arm64"
]
}
]
},
{
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto"
],
"name": "fuchsia_debug_arm64",
"ninja": {
"config": "fuchsia_debug_arm64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia"
]
},
"tests": [
{
"name": "Upload to Symbol Server for arch: arm64",
"language": "python3",
"contexts": ["depot_tools_on_path"],
"script": "flutter/tools/fuchsia/upload_to_symbol_server.py",
"parameters": [
"--symbol-dir",
"out/fuchsia_debug_arm64/.build-id",
"--engine-version",
"${REVISION}",
"--upload"
]
}
]
},
{
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"kvm=1",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto"
],
"name": "fuchsia_debug_arm64_tester",
"ninja": {
"config": "fuchsia_debug_arm64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia",
"flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests",
"fuchsia_tests"
]
},
"tests": [
{
"name": "arm64 emulator based debug tests",
"language": "python3",
"script": "flutter/tools/fuchsia/with_envs.py",
"parameters": [
"testing/fuchsia/run_tests.py",
"fuchsia_debug_arm64"
]
}
]
},
{
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"profile"
],
"name": "fuchsia_profile_x64",
"ninja": {
"config": "fuchsia_profile_x64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia"
]
}
},
{
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"kvm=1",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"profile",
"--no-lto"
],
"name": "fuchsia_profile_x64_tester",
"ninja": {
"config": "fuchsia_profile_x64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia",
"flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests",
"fuchsia_tests"
]
},
"tests": [
{
"name": "x64 emulator based profile / aot tests",
"language": "python3",
"script": "flutter/tools/fuchsia/with_envs.py",
"parameters": [
"testing/fuchsia/run_tests.py",
"fuchsia_profile_x64"
]
}
]
},
{
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"release"
],
"name": "fuchsia_release_x64",
"ninja": {
"config": "fuchsia_release_x64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia"
]
}
},
{
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"kvm=1",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"release",
"--no-lto"
],
"name": "fuchsia_release_x64_tester",
"ninja": {
"config": "fuchsia_release_x64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia",
"flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests",
"fuchsia_tests"
]
},
"tests": [
{
"name": "x64 emulator based release tests",
"language": "python3",
"script": "flutter/tools/fuchsia/with_envs.py",
"parameters": [
"testing/fuchsia/run_tests.py",
"fuchsia_release_x64"
]
}
]
},
{
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"debug",
"--no-lto"
],
"name": "fuchsia_debug_x64",
"ninja": {
"config": "fuchsia_debug_x64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia"
]
},
"tests": [
{
"name": "Upload to Symbol Server for arch: x64",
"language": "python3",
"contexts": ["depot_tools_on_path"],
"script": "flutter/tools/fuchsia/upload_to_symbol_server.py",
"parameters": [
"--symbol-dir",
"out/fuchsia_debug_x64/.build-id",
"--engine-version",
"${REVISION}",
"--upload"
]
}
]
},
{
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"kvm=1",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false,
"run_fuchsia_emu": true
},
"gn": [
"--fuchsia",
"--fuchsia-cpu",
"x64",
"--runtime-mode",
"debug",
"--no-lto"
],
"name": "fuchsia_debug_x64_tester",
"ninja": {
"config": "fuchsia_debug_x64",
"targets": [
"flutter/shell/platform/fuchsia:fuchsia",
"flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests",
"fuchsia_tests"
]
},
"tests": [
{
"name": "run_tests test",
"script": "flutter/testing/fuchsia/run_tests_test.py"
},
{
"name": "build_fuchsia_artifacts test",
"script": "flutter/tools/fuchsia/build_fuchsia_artifacts_test.py"
},
{
"name": "x64 emulator based debug tests",
"language": "python3",
"script": "flutter/tools/fuchsia/with_envs.py",
"parameters": [
"testing/fuchsia/run_tests.py"
]
}
]
}
],
"generators": {
"tasks": [
{
"name": "Upload fuchsia artifacts",
"parameters": [
"--engine-version",
"${REVISION}",
"--skip-build",
"--upload"
],
"script": "flutter/tools/fuchsia/build_fuchsia_artifacts.py",
"language": "python3"
},
{
"name": "Upload to CIPD for arch: arm64",
"parameters": [
"--engine-version",
"${REVISION}",
"--upload",
"--target-arch",
"arm64",
"--out-dir",
"${LUCI_CLEANUP}",
"--symbol-dirs",
"out/fuchsia_debug_arm64/.build-id",
"out/fuchsia_profile_arm64/.build-id",
"out/fuchsia_release_arm64/.build-id"
],
"script": "flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"language": "python3"
},
{
"name": "Upload to CIPD for arch: x64",
"parameters": [
"--engine-version",
"${REVISION}",
"--upload",
"--target-arch",
"x64",
"--out-dir",
"${LUCI_CLEANUP}",
"--symbol-dirs",
"out/fuchsia_debug_x64/.build-id",
"out/fuchsia_profile_x64/.build-id",
"out/fuchsia_release_x64/.build-id"
],
"script": "flutter/tools/fuchsia/merge_and_upload_debug_symbols.py",
"language": "python3"
},
{
"name": "Verify-export-symbols-release-binaries",
"parameters": [
"src/out"
],
"script": "flutter/testing/symbols/verify_exported.dart",
"language": "dart"
}
]
}
}
| engine/ci/builders/linux_fuchsia.json/0 | {
"file_path": "engine/ci/builders/linux_fuchsia.json",
"repo_id": "engine",
"token_count": 10603
} | 177 |
{
"builds": [
{
"archives": [
{
"base_path": "out/host_debug_arm64/zip_archives/",
"type": "gcs",
"include_paths": [
"out/host_debug_arm64/zip_archives/windows-arm64/artifacts.zip",
"out/host_debug_arm64/zip_archives/windows-arm64/windows-arm64-embedder.zip",
"out/host_debug_arm64/zip_archives/windows-arm64/font-subset.zip",
"out/host_debug_arm64/zip_archives/dart-sdk-windows-arm64.zip",
"out/host_debug_arm64/zip_archives/windows-arm64-debug/windows-arm64-flutter.zip",
"out/host_debug_arm64/zip_archives/windows-arm64/flutter-cpp-client-wrapper.zip"
],
"name": "host_debug_arm64",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Windows-10"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--runtime-mode",
"debug",
"--no-lto",
"--windows-cpu",
"arm64",
"--no-goma",
"--rbe"
],
"name": "host_debug_arm64",
"ninja": {
"config": "host_debug_arm64",
"targets": [
"flutter/build/archives:artifacts",
"flutter/build/archives:embedder",
"flutter/tools/font_subset",
"flutter/build/archives:dart_sdk_archive",
"flutter/shell/platform/windows/client_wrapper:client_wrapper_archive",
"flutter/build/archives:windows_flutter"
]
}
},
{
"archives": [
{
"base_path": "out/host_profile_arm64/zip_archives/",
"type": "gcs",
"include_paths": [
"out/host_profile_arm64/zip_archives/windows-arm64-profile/windows-arm64-flutter.zip"
],
"name": "host_profile_arm64",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Windows-10"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--runtime-mode",
"profile",
"--no-lto",
"--windows-cpu",
"arm64",
"--no-goma",
"--rbe"
],
"name": "host_profile_arm64",
"ninja": {
"config": "host_profile_arm64",
"targets": [
"windows",
"gen_snapshot",
"flutter/build/archives:windows_flutter"
]
}
},
{
"archives": [
{
"base_path": "out/host_release_arm64/zip_archives/",
"type": "gcs",
"include_paths": [
"out/host_release_arm64/zip_archives/windows-arm64-release/windows-arm64-flutter.zip"
],
"name": "host_profile_arm64",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Windows-10"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
},
"generators": {},
"gn": [
"--runtime-mode",
"release",
"--no-lto",
"--windows-cpu",
"arm64",
"--no-goma",
"--rbe"
],
"name": "host_release_arm64",
"ninja": {
"config": "host_release_arm64",
"targets": [
"windows",
"gen_snapshot",
"flutter/build/archives:windows_flutter"
]
}
}
]
}
| engine/ci/builders/windows_arm_host_engine.json/0 | {
"file_path": "engine/ci/builders/windows_arm_host_engine.json",
"repo_id": "engine",
"token_count": 2960
} | 178 |
Signature: be8ce23f4fb161952d9fa6424a6bf111
====================================================================================================
LIBRARY: libcxx
LIBRARY: libcxxabi
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/charconv.cpp
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/common.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2fixed.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2s.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/digit_table.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/f2s.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/ryu.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/to_chars_floating_point.h
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/ryu/d2fixed.cpp
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/ryu/d2s.cpp
ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/ryu/f2s.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/adjacent_find.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/all_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/any_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/binary_search.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/clamp.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/comp.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/comp_ref_type.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/copy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/copy_backward.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/copy_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/copy_n.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/count.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/count_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/equal.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/equal_range.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/fill.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/fill_n.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find_end.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find_first_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find_if_not.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/for_each.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/for_each_n.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/generate.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/generate_n.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/half_positive.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_found_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_fun_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_in_out_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_in_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_out_out_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_out_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/includes.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/inplace_merge.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_heap.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_heap_until.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_partitioned.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_permutation.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_sorted.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_sorted_until.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/iter_swap.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/iterator_operations.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/lexicographical_compare.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/lower_bound.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/make_heap.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/make_projected.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/max.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/max_element.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/merge.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/min.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/min_element.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/min_max_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/minmax.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/minmax_element.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/mismatch.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/move.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/move_backward.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/next_permutation.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/none_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/nth_element.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partial_sort.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partial_sort_copy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partition.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partition_copy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partition_point.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/pop_heap.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/prev_permutation.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/push_heap.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_adjacent_find.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_all_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_any_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_binary_search.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_copy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_copy_backward.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_copy_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_copy_n.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_count.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_count_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_equal.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_fill.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_fill_n.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_find.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_find_first_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_find_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_find_if_not.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_for_each.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_for_each_n.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_is_partitioned.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_is_sorted.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_is_sorted_until.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_lexicographical_compare.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_lower_bound.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_max.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_max_element.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_merge.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_min.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_min_element.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_minmax.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_minmax_element.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_mismatch.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_move.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_move_backward.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_none_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_nth_element.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_remove.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_remove_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_replace.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_replace_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_reverse.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_set_difference.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_sort.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_stable_sort.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_swap_ranges.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_transform.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_upper_bound.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/remove.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/remove_copy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/remove_copy_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/remove_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/replace.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/replace_copy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/replace_copy_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/replace_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/reverse.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/reverse_copy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/rotate.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/rotate_copy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/sample.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/search.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/search_n.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/set_difference.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/set_intersection.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/set_symmetric_difference.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/set_union.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/shift_left.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/shift_right.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/shuffle.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/sift_down.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/sort.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/sort_heap.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/stable_partition.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/stable_sort.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/swap_ranges.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/transform.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/unique.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/unique_copy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/unwrap_iter.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/upper_bound.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__assert
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__availability
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bit/bit_cast.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bit/byteswap.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bit_reference
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bits
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bsd_locale_defaults.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bsd_locale_fallbacks.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/chars_format.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/from_chars_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/tables.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/to_chars_base_10.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/to_chars_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/calendar.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/convert_to_timespec.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/day.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/duration.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/file_clock.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/hh_mm_ss.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/high_resolution_clock.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/literals.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/month.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/month_weekday.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/monthday.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/steady_clock.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/system_clock.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/time_point.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/weekday.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/year.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/year_month.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/year_month_day.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/year_month_weekday.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/common_comparison_category.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_partial_order_fallback.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_strong_order_fallback.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_three_way.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_three_way_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_weak_order_fallback.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/is_eq.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/ordering.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/partial_order.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/strong_order.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/synth_three_way.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/three_way_comparable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/weak_order.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/arithmetic.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/boolean_testable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/class_or_enum.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/common_reference_with.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/common_with.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/convertible_to.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/copyable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/derived_from.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/destructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/different_from.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/equality_comparable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/invocable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/movable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/predicate.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/regular.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/relation.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/same_as.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/semiregular.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/swappable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/totally_ordered.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__config
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__config_site.in
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__coroutine/coroutine_handle.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__coroutine/coroutine_traits.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__coroutine/noop_coroutine_handle.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__coroutine/trivial_awaitables.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__debug
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__debug_utils/randomize_range.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__errc
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/copy_options.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/directory_entry.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/directory_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/directory_options.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/file_status.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/file_time_type.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/file_type.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/filesystem_error.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/operations.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/path.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/path_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/perm_options.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/perms.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/recursive_directory_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/space_info.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/u8path.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/buffer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/concepts.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/enable_insertable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_arg.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_arg_store.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_args.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_context.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_error.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_fwd.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_parse_context.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_string.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_to_n_result.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_bool.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_char.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_floating_point.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_integer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_integral.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_output.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_pointer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_string.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/parser_std_format_spec.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/binary_function.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/binary_negate.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/bind.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/bind_back.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/bind_front.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/binder1st.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/binder2nd.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/boyer_moore_searcher.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/compose.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/default_searcher.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/function.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/hash.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/identity.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/invoke.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/is_transparent.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/mem_fn.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/mem_fun_ref.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/not_fn.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/operations.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/perfect_forward.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/pointer_to_binary_function.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/pointer_to_unary_function.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/ranges_operations.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/reference_wrapper.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/unary_function.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/unary_negate.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/unwrap_ref.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/weak_result_type.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__fwd/span.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__fwd/string_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__hash_table
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ios/fpos.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/access.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/advance.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/back_insert_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/bounded_iter.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/common_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/concepts.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/counted_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/data.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/default_sentinel.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/distance.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/empty.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/erase_if_container.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/front_insert_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/incrementable_traits.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/indirectly_comparable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/insert_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/istream_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/istreambuf_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/iter_move.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/iter_swap.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/iterator_traits.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/mergeable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/move_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/move_sentinel.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/next.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/ostream_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/ostreambuf_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/permutable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/prev.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/projected.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/readable_traits.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/reverse_access.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/reverse_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/size.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/sortable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/unreachable_sentinel.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/wrap_iter.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__locale
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__mbstate_t.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/addressof.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocate_at_least.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocation_guard.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocator_arg_t.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocator_traits.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/assume_aligned.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/auto_ptr.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/compressed_pair.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/concepts.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/construct_at.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/pointer_traits.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/ranges_construct_at.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/ranges_uninitialized_algorithms.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/raw_storage_iterator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/shared_ptr.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/temporary_buffer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/uninitialized_algorithms.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/unique_ptr.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/uses_allocator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/voidify.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__mutex_base
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__node_handle
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/accumulate.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/adjacent_difference.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/exclusive_scan.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/gcd_lcm.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/inclusive_scan.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/inner_product.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/iota.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/midpoint.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/partial_sum.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/reduce.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/transform_exclusive_scan.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/transform_inclusive_scan.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/transform_reduce.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/bernoulli_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/binomial_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/cauchy_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/chi_squared_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/clamp_to_integral.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/default_random_engine.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/discard_block_engine.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/discrete_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/exponential_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/extreme_value_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/fisher_f_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/gamma_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/generate_canonical.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/geometric_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/independent_bits_engine.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/is_seed_sequence.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/is_valid.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/knuth_b.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/linear_congruential_engine.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/log2.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/lognormal_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/mersenne_twister_engine.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/negative_binomial_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/normal_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/piecewise_constant_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/piecewise_linear_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/poisson_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/random_device.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/ranlux.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/seed_seq.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/shuffle_order_engine.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/student_t_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/subtract_with_carry_engine.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/uniform_int_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/uniform_random_bit_generator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/uniform_real_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/weibull_distribution.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/access.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/all.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/common_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/concepts.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/copyable_box.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/counted.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/dangling.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/data.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/drop_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/empty.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/empty_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/enable_borrowed_range.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/enable_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/filter_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/iota_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/join_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/lazy_split_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/non_propagating_cache.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/owning_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/range_adaptor.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/rbegin.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/ref_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/rend.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/reverse_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/single_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/size.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/subrange.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/take_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/transform_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/view_interface.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/views.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/zip_view.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__split_buffer
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__std_stream
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__string/char_traits.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__string/extern_template_lists.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/android/locale_bionic.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/fuchsia/xlocale.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/gettod_zos.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/limits.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/locale_mgmt_zos.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/nanosleep.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/support.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/xlocale.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/musl/xlocale.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/newlib/xlocale.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/openbsd/xlocale.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/solaris/floatingpoint.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/solaris/wchar.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/solaris/xlocale.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/win32/limits_msvc_win32.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/win32/locale_win32.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/xlocale/__nop_locale_mgmt.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/xlocale/__posix_l_fallback.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/xlocale/__strtonum_fallback.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__thread/poll_with_backoff.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__thread/timed_backoff_policy.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__threading_support
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__tree
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__tuple
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_const.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_cv.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_lvalue_reference.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_pointer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_rvalue_reference.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_volatile.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/alignment_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/apply_cv.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/conditional.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/conjunction.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/decay.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/disjunction.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/enable_if.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/extent.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/has_unique_object_representation.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/has_virtual_destructor.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/integral_constant.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_abstract.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_aggregate.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_arithmetic.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_array.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_base_of.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_bounded_array.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_callable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_class.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_compound.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_const.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_constant_evaluated.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_convertible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_copy_assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_copy_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_core_convertible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_default_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_destructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_empty.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_enum.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_final.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_floating_point.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_function.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_fundamental.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_integral.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_literal_type.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_member_function_pointer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_member_object_pointer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_member_pointer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_move_assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_move_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_copy_assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_copy_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_default_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_destructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_move_assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_move_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_null_pointer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_object.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_pod.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_pointer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_polymorphic.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_reference.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_reference_wrapper.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_referenceable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_same.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_scalar.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_scoped_enum.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_signed.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_standard_layout.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivial.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_copy_assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_copy_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_copyable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_default_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_destructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_move_assignable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_move_constructible.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_unbounded_array.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_union.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_unsigned.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_void.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_volatile.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/negation.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/rank.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_all_extents.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_const.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_cv.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_extent.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_pointer.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_reference.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_volatile.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/type_identity.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/underlying_type.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/void_t.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__undef_macros
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/as_const.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/auto_cast.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/cmp.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/declval.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/exchange.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/forward.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/in_place.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/integer_sequence.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/move.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/pair.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/piecewise_construct.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/priority_tag.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/rel_ops.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/swap.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/to_underlying.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/transaction.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/unreachable.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__variant/monostate.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/algorithm
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/any
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/array
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/atomic
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/barrier
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/bit
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/bitset
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cassert
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ccomplex
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cctype
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cerrno
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cfenv
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cfloat
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/charconv
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/chrono
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cinttypes
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ciso646
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/climits
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/clocale
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cmath
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/codecvt
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/compare
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/complex
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/complex.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/concepts
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/condition_variable
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/coroutine
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/csetjmp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/csignal
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdarg
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdbool
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstddef
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdint
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdio
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdlib
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstring
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ctgmath
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ctime
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ctype.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cuchar
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cwchar
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cwctype
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/deque
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/errno.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/exception
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/execution
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/__config
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/__memory
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/algorithm
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/coroutine
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/deque
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/forward_list
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/functional
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/iterator
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/list
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/map
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/memory_resource
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/propagate_const
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/regex
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/set
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/simd
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/string
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/type_traits
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/unordered_map
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/unordered_set
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/utility
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/vector
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ext/__hash
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ext/hash_map
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ext/hash_set
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/fenv.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/filesystem
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/float.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/format
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/forward_list
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/fstream
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/functional
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/future
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/initializer_list
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/inttypes.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/iomanip
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ios
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/iosfwd
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/iostream
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/istream
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/iterator
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/latch
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/limits
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/limits.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/list
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/locale
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/locale.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/map
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/math.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/memory
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/mutex
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/new
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/numbers
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/numeric
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/optional
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ostream
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/queue
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/random
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ranges
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ratio
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/regex
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/scoped_allocator
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/semaphore
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/set
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/setjmp.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/shared_mutex
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/span
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/sstream
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stack
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdatomic.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdbool.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stddef.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdexcept
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdint.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdio.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdlib.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/streambuf
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/string
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/string.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/string_view
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/strstream
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/system_error
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/tgmath.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/thread
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/tuple
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/type_traits
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/typeindex
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/typeinfo
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/uchar.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/unordered_map
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/unordered_set
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/utility
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/valarray
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/variant
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/vector
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/wchar.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/wctype.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/algorithm.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/any.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/assert.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/atomic.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/barrier.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/bind.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/charconv.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/chrono.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/condition_variable.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/condition_variable_destructor.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/debug.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/exception.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/experimental/memory_resource.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/directory_iterator.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/filesystem_common.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/int128_builtins.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/operations.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/posix_compat.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/format.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/functional.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/future.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/hash.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/apple_availability.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/atomic_support.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/config_elast.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/refstring.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/common.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2fixed.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2s.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/digit_table.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/f2s.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/ryu.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/sso_allocator.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/to_chars_floating_point.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ios.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ios.instantiations.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/iostream.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/legacy_debug_handler.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/legacy_pointer_safety.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/locale.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/memory.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/mutex.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/mutex_destructor.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/new.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/optional.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/random.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/random_shuffle.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/regex.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ryu/d2fixed.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ryu/d2s.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ryu/f2s.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/shared_mutex.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/stdexcept.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/string.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/strstream.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/ibm/mbsnrtowcs.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/ibm/wcsnrtombs.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/ibm/xlocale_zos.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_fallback.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_glibcxx.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_libcxxabi.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_libcxxrt.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_msvc.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_pointer_msvc.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/new_handler_fallback.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/stdexcept_default.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/stdexcept_vcruntime.ipp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/win32/locale_win32.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/win32/support.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/win32/thread_win32.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/system_error.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/thread.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/typeinfo.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/utility.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/valarray.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/variant.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/vector.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/include/__cxxabi_config.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/include/cxxabi.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/abort_message.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/abort_message.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/aix_state_tab_eh.inc
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_aux_runtime.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_default_handlers.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_demangle.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_exception.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_exception.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_exception_storage.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_guard.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_guard_impl.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_handlers.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_handlers.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_noexception.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_personality.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_thread_atexit.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_vector.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_virtual.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/DemangleConfig.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/ItaniumDemangle.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/ItaniumNodes.def
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/StringView.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/Utility.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/fallback_malloc.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/fallback_malloc.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/private_typeinfo.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/private_typeinfo.h
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/stdlib_exception.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/stdlib_new_delete.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/stdlib_stdexcept.cpp
ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/stdlib_typeinfo.cpp
TYPE: LicenseType.llvm
FILE: ../../../third_party/libcxx/include/__algorithm/adjacent_find.h
FILE: ../../../third_party/libcxx/include/__algorithm/all_of.h
FILE: ../../../third_party/libcxx/include/__algorithm/any_of.h
FILE: ../../../third_party/libcxx/include/__algorithm/binary_search.h
FILE: ../../../third_party/libcxx/include/__algorithm/clamp.h
FILE: ../../../third_party/libcxx/include/__algorithm/comp.h
FILE: ../../../third_party/libcxx/include/__algorithm/comp_ref_type.h
FILE: ../../../third_party/libcxx/include/__algorithm/copy.h
FILE: ../../../third_party/libcxx/include/__algorithm/copy_backward.h
FILE: ../../../third_party/libcxx/include/__algorithm/copy_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/copy_n.h
FILE: ../../../third_party/libcxx/include/__algorithm/count.h
FILE: ../../../third_party/libcxx/include/__algorithm/count_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/equal.h
FILE: ../../../third_party/libcxx/include/__algorithm/equal_range.h
FILE: ../../../third_party/libcxx/include/__algorithm/fill.h
FILE: ../../../third_party/libcxx/include/__algorithm/fill_n.h
FILE: ../../../third_party/libcxx/include/__algorithm/find.h
FILE: ../../../third_party/libcxx/include/__algorithm/find_end.h
FILE: ../../../third_party/libcxx/include/__algorithm/find_first_of.h
FILE: ../../../third_party/libcxx/include/__algorithm/find_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/find_if_not.h
FILE: ../../../third_party/libcxx/include/__algorithm/for_each.h
FILE: ../../../third_party/libcxx/include/__algorithm/for_each_n.h
FILE: ../../../third_party/libcxx/include/__algorithm/generate.h
FILE: ../../../third_party/libcxx/include/__algorithm/generate_n.h
FILE: ../../../third_party/libcxx/include/__algorithm/half_positive.h
FILE: ../../../third_party/libcxx/include/__algorithm/in_found_result.h
FILE: ../../../third_party/libcxx/include/__algorithm/in_fun_result.h
FILE: ../../../third_party/libcxx/include/__algorithm/in_in_out_result.h
FILE: ../../../third_party/libcxx/include/__algorithm/in_in_result.h
FILE: ../../../third_party/libcxx/include/__algorithm/in_out_out_result.h
FILE: ../../../third_party/libcxx/include/__algorithm/in_out_result.h
FILE: ../../../third_party/libcxx/include/__algorithm/includes.h
FILE: ../../../third_party/libcxx/include/__algorithm/inplace_merge.h
FILE: ../../../third_party/libcxx/include/__algorithm/is_heap.h
FILE: ../../../third_party/libcxx/include/__algorithm/is_heap_until.h
FILE: ../../../third_party/libcxx/include/__algorithm/is_partitioned.h
FILE: ../../../third_party/libcxx/include/__algorithm/is_permutation.h
FILE: ../../../third_party/libcxx/include/__algorithm/is_sorted.h
FILE: ../../../third_party/libcxx/include/__algorithm/is_sorted_until.h
FILE: ../../../third_party/libcxx/include/__algorithm/iter_swap.h
FILE: ../../../third_party/libcxx/include/__algorithm/iterator_operations.h
FILE: ../../../third_party/libcxx/include/__algorithm/lexicographical_compare.h
FILE: ../../../third_party/libcxx/include/__algorithm/lower_bound.h
FILE: ../../../third_party/libcxx/include/__algorithm/make_heap.h
FILE: ../../../third_party/libcxx/include/__algorithm/make_projected.h
FILE: ../../../third_party/libcxx/include/__algorithm/max.h
FILE: ../../../third_party/libcxx/include/__algorithm/max_element.h
FILE: ../../../third_party/libcxx/include/__algorithm/merge.h
FILE: ../../../third_party/libcxx/include/__algorithm/min.h
FILE: ../../../third_party/libcxx/include/__algorithm/min_element.h
FILE: ../../../third_party/libcxx/include/__algorithm/min_max_result.h
FILE: ../../../third_party/libcxx/include/__algorithm/minmax.h
FILE: ../../../third_party/libcxx/include/__algorithm/minmax_element.h
FILE: ../../../third_party/libcxx/include/__algorithm/mismatch.h
FILE: ../../../third_party/libcxx/include/__algorithm/move.h
FILE: ../../../third_party/libcxx/include/__algorithm/move_backward.h
FILE: ../../../third_party/libcxx/include/__algorithm/next_permutation.h
FILE: ../../../third_party/libcxx/include/__algorithm/none_of.h
FILE: ../../../third_party/libcxx/include/__algorithm/nth_element.h
FILE: ../../../third_party/libcxx/include/__algorithm/partial_sort.h
FILE: ../../../third_party/libcxx/include/__algorithm/partial_sort_copy.h
FILE: ../../../third_party/libcxx/include/__algorithm/partition.h
FILE: ../../../third_party/libcxx/include/__algorithm/partition_copy.h
FILE: ../../../third_party/libcxx/include/__algorithm/partition_point.h
FILE: ../../../third_party/libcxx/include/__algorithm/pop_heap.h
FILE: ../../../third_party/libcxx/include/__algorithm/prev_permutation.h
FILE: ../../../third_party/libcxx/include/__algorithm/push_heap.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_adjacent_find.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_all_of.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_any_of.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_binary_search.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_copy.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_copy_backward.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_copy_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_copy_n.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_count.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_count_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_equal.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_fill.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_fill_n.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_find.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_find_first_of.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_find_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_find_if_not.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_for_each.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_for_each_n.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_is_partitioned.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_is_sorted.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_is_sorted_until.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_lexicographical_compare.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_lower_bound.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_max.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_max_element.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_merge.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_min.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_min_element.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_minmax.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_minmax_element.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_mismatch.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_move.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_move_backward.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_none_of.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_nth_element.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_remove.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_remove_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_replace.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_replace_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_reverse.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_set_difference.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_sort.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_stable_sort.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_swap_ranges.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_transform.h
FILE: ../../../third_party/libcxx/include/__algorithm/ranges_upper_bound.h
FILE: ../../../third_party/libcxx/include/__algorithm/remove.h
FILE: ../../../third_party/libcxx/include/__algorithm/remove_copy.h
FILE: ../../../third_party/libcxx/include/__algorithm/remove_copy_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/remove_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/replace.h
FILE: ../../../third_party/libcxx/include/__algorithm/replace_copy.h
FILE: ../../../third_party/libcxx/include/__algorithm/replace_copy_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/replace_if.h
FILE: ../../../third_party/libcxx/include/__algorithm/reverse.h
FILE: ../../../third_party/libcxx/include/__algorithm/reverse_copy.h
FILE: ../../../third_party/libcxx/include/__algorithm/rotate.h
FILE: ../../../third_party/libcxx/include/__algorithm/rotate_copy.h
FILE: ../../../third_party/libcxx/include/__algorithm/sample.h
FILE: ../../../third_party/libcxx/include/__algorithm/search.h
FILE: ../../../third_party/libcxx/include/__algorithm/search_n.h
FILE: ../../../third_party/libcxx/include/__algorithm/set_difference.h
FILE: ../../../third_party/libcxx/include/__algorithm/set_intersection.h
FILE: ../../../third_party/libcxx/include/__algorithm/set_symmetric_difference.h
FILE: ../../../third_party/libcxx/include/__algorithm/set_union.h
FILE: ../../../third_party/libcxx/include/__algorithm/shift_left.h
FILE: ../../../third_party/libcxx/include/__algorithm/shift_right.h
FILE: ../../../third_party/libcxx/include/__algorithm/shuffle.h
FILE: ../../../third_party/libcxx/include/__algorithm/sift_down.h
FILE: ../../../third_party/libcxx/include/__algorithm/sort.h
FILE: ../../../third_party/libcxx/include/__algorithm/sort_heap.h
FILE: ../../../third_party/libcxx/include/__algorithm/stable_partition.h
FILE: ../../../third_party/libcxx/include/__algorithm/stable_sort.h
FILE: ../../../third_party/libcxx/include/__algorithm/swap_ranges.h
FILE: ../../../third_party/libcxx/include/__algorithm/transform.h
FILE: ../../../third_party/libcxx/include/__algorithm/unique.h
FILE: ../../../third_party/libcxx/include/__algorithm/unique_copy.h
FILE: ../../../third_party/libcxx/include/__algorithm/unwrap_iter.h
FILE: ../../../third_party/libcxx/include/__algorithm/upper_bound.h
FILE: ../../../third_party/libcxx/include/__assert
FILE: ../../../third_party/libcxx/include/__availability
FILE: ../../../third_party/libcxx/include/__bit/bit_cast.h
FILE: ../../../third_party/libcxx/include/__bit/byteswap.h
FILE: ../../../third_party/libcxx/include/__bit_reference
FILE: ../../../third_party/libcxx/include/__bits
FILE: ../../../third_party/libcxx/include/__bsd_locale_defaults.h
FILE: ../../../third_party/libcxx/include/__bsd_locale_fallbacks.h
FILE: ../../../third_party/libcxx/include/__charconv/chars_format.h
FILE: ../../../third_party/libcxx/include/__charconv/from_chars_result.h
FILE: ../../../third_party/libcxx/include/__charconv/tables.h
FILE: ../../../third_party/libcxx/include/__charconv/to_chars_base_10.h
FILE: ../../../third_party/libcxx/include/__charconv/to_chars_result.h
FILE: ../../../third_party/libcxx/include/__chrono/calendar.h
FILE: ../../../third_party/libcxx/include/__chrono/convert_to_timespec.h
FILE: ../../../third_party/libcxx/include/__chrono/day.h
FILE: ../../../third_party/libcxx/include/__chrono/duration.h
FILE: ../../../third_party/libcxx/include/__chrono/file_clock.h
FILE: ../../../third_party/libcxx/include/__chrono/hh_mm_ss.h
FILE: ../../../third_party/libcxx/include/__chrono/high_resolution_clock.h
FILE: ../../../third_party/libcxx/include/__chrono/literals.h
FILE: ../../../third_party/libcxx/include/__chrono/month.h
FILE: ../../../third_party/libcxx/include/__chrono/month_weekday.h
FILE: ../../../third_party/libcxx/include/__chrono/monthday.h
FILE: ../../../third_party/libcxx/include/__chrono/steady_clock.h
FILE: ../../../third_party/libcxx/include/__chrono/system_clock.h
FILE: ../../../third_party/libcxx/include/__chrono/time_point.h
FILE: ../../../third_party/libcxx/include/__chrono/weekday.h
FILE: ../../../third_party/libcxx/include/__chrono/year.h
FILE: ../../../third_party/libcxx/include/__chrono/year_month.h
FILE: ../../../third_party/libcxx/include/__chrono/year_month_day.h
FILE: ../../../third_party/libcxx/include/__chrono/year_month_weekday.h
FILE: ../../../third_party/libcxx/include/__compare/common_comparison_category.h
FILE: ../../../third_party/libcxx/include/__compare/compare_partial_order_fallback.h
FILE: ../../../third_party/libcxx/include/__compare/compare_strong_order_fallback.h
FILE: ../../../third_party/libcxx/include/__compare/compare_three_way.h
FILE: ../../../third_party/libcxx/include/__compare/compare_three_way_result.h
FILE: ../../../third_party/libcxx/include/__compare/compare_weak_order_fallback.h
FILE: ../../../third_party/libcxx/include/__compare/is_eq.h
FILE: ../../../third_party/libcxx/include/__compare/ordering.h
FILE: ../../../third_party/libcxx/include/__compare/partial_order.h
FILE: ../../../third_party/libcxx/include/__compare/strong_order.h
FILE: ../../../third_party/libcxx/include/__compare/synth_three_way.h
FILE: ../../../third_party/libcxx/include/__compare/three_way_comparable.h
FILE: ../../../third_party/libcxx/include/__compare/weak_order.h
FILE: ../../../third_party/libcxx/include/__concepts/arithmetic.h
FILE: ../../../third_party/libcxx/include/__concepts/assignable.h
FILE: ../../../third_party/libcxx/include/__concepts/boolean_testable.h
FILE: ../../../third_party/libcxx/include/__concepts/class_or_enum.h
FILE: ../../../third_party/libcxx/include/__concepts/common_reference_with.h
FILE: ../../../third_party/libcxx/include/__concepts/common_with.h
FILE: ../../../third_party/libcxx/include/__concepts/constructible.h
FILE: ../../../third_party/libcxx/include/__concepts/convertible_to.h
FILE: ../../../third_party/libcxx/include/__concepts/copyable.h
FILE: ../../../third_party/libcxx/include/__concepts/derived_from.h
FILE: ../../../third_party/libcxx/include/__concepts/destructible.h
FILE: ../../../third_party/libcxx/include/__concepts/different_from.h
FILE: ../../../third_party/libcxx/include/__concepts/equality_comparable.h
FILE: ../../../third_party/libcxx/include/__concepts/invocable.h
FILE: ../../../third_party/libcxx/include/__concepts/movable.h
FILE: ../../../third_party/libcxx/include/__concepts/predicate.h
FILE: ../../../third_party/libcxx/include/__concepts/regular.h
FILE: ../../../third_party/libcxx/include/__concepts/relation.h
FILE: ../../../third_party/libcxx/include/__concepts/same_as.h
FILE: ../../../third_party/libcxx/include/__concepts/semiregular.h
FILE: ../../../third_party/libcxx/include/__concepts/swappable.h
FILE: ../../../third_party/libcxx/include/__concepts/totally_ordered.h
FILE: ../../../third_party/libcxx/include/__config
FILE: ../../../third_party/libcxx/include/__config_site.in
FILE: ../../../third_party/libcxx/include/__coroutine/coroutine_handle.h
FILE: ../../../third_party/libcxx/include/__coroutine/coroutine_traits.h
FILE: ../../../third_party/libcxx/include/__coroutine/noop_coroutine_handle.h
FILE: ../../../third_party/libcxx/include/__coroutine/trivial_awaitables.h
FILE: ../../../third_party/libcxx/include/__debug
FILE: ../../../third_party/libcxx/include/__debug_utils/randomize_range.h
FILE: ../../../third_party/libcxx/include/__errc
FILE: ../../../third_party/libcxx/include/__filesystem/copy_options.h
FILE: ../../../third_party/libcxx/include/__filesystem/directory_entry.h
FILE: ../../../third_party/libcxx/include/__filesystem/directory_iterator.h
FILE: ../../../third_party/libcxx/include/__filesystem/directory_options.h
FILE: ../../../third_party/libcxx/include/__filesystem/file_status.h
FILE: ../../../third_party/libcxx/include/__filesystem/file_time_type.h
FILE: ../../../third_party/libcxx/include/__filesystem/file_type.h
FILE: ../../../third_party/libcxx/include/__filesystem/filesystem_error.h
FILE: ../../../third_party/libcxx/include/__filesystem/operations.h
FILE: ../../../third_party/libcxx/include/__filesystem/path.h
FILE: ../../../third_party/libcxx/include/__filesystem/path_iterator.h
FILE: ../../../third_party/libcxx/include/__filesystem/perm_options.h
FILE: ../../../third_party/libcxx/include/__filesystem/perms.h
FILE: ../../../third_party/libcxx/include/__filesystem/recursive_directory_iterator.h
FILE: ../../../third_party/libcxx/include/__filesystem/space_info.h
FILE: ../../../third_party/libcxx/include/__filesystem/u8path.h
FILE: ../../../third_party/libcxx/include/__format/buffer.h
FILE: ../../../third_party/libcxx/include/__format/concepts.h
FILE: ../../../third_party/libcxx/include/__format/enable_insertable.h
FILE: ../../../third_party/libcxx/include/__format/format_arg.h
FILE: ../../../third_party/libcxx/include/__format/format_arg_store.h
FILE: ../../../third_party/libcxx/include/__format/format_args.h
FILE: ../../../third_party/libcxx/include/__format/format_context.h
FILE: ../../../third_party/libcxx/include/__format/format_error.h
FILE: ../../../third_party/libcxx/include/__format/format_fwd.h
FILE: ../../../third_party/libcxx/include/__format/format_parse_context.h
FILE: ../../../third_party/libcxx/include/__format/format_string.h
FILE: ../../../third_party/libcxx/include/__format/format_to_n_result.h
FILE: ../../../third_party/libcxx/include/__format/formatter.h
FILE: ../../../third_party/libcxx/include/__format/formatter_bool.h
FILE: ../../../third_party/libcxx/include/__format/formatter_char.h
FILE: ../../../third_party/libcxx/include/__format/formatter_floating_point.h
FILE: ../../../third_party/libcxx/include/__format/formatter_integer.h
FILE: ../../../third_party/libcxx/include/__format/formatter_integral.h
FILE: ../../../third_party/libcxx/include/__format/formatter_output.h
FILE: ../../../third_party/libcxx/include/__format/formatter_pointer.h
FILE: ../../../third_party/libcxx/include/__format/formatter_string.h
FILE: ../../../third_party/libcxx/include/__format/parser_std_format_spec.h
FILE: ../../../third_party/libcxx/include/__functional/binary_function.h
FILE: ../../../third_party/libcxx/include/__functional/binary_negate.h
FILE: ../../../third_party/libcxx/include/__functional/bind.h
FILE: ../../../third_party/libcxx/include/__functional/bind_back.h
FILE: ../../../third_party/libcxx/include/__functional/bind_front.h
FILE: ../../../third_party/libcxx/include/__functional/binder1st.h
FILE: ../../../third_party/libcxx/include/__functional/binder2nd.h
FILE: ../../../third_party/libcxx/include/__functional/boyer_moore_searcher.h
FILE: ../../../third_party/libcxx/include/__functional/compose.h
FILE: ../../../third_party/libcxx/include/__functional/default_searcher.h
FILE: ../../../third_party/libcxx/include/__functional/function.h
FILE: ../../../third_party/libcxx/include/__functional/hash.h
FILE: ../../../third_party/libcxx/include/__functional/identity.h
FILE: ../../../third_party/libcxx/include/__functional/invoke.h
FILE: ../../../third_party/libcxx/include/__functional/is_transparent.h
FILE: ../../../third_party/libcxx/include/__functional/mem_fn.h
FILE: ../../../third_party/libcxx/include/__functional/mem_fun_ref.h
FILE: ../../../third_party/libcxx/include/__functional/not_fn.h
FILE: ../../../third_party/libcxx/include/__functional/operations.h
FILE: ../../../third_party/libcxx/include/__functional/perfect_forward.h
FILE: ../../../third_party/libcxx/include/__functional/pointer_to_binary_function.h
FILE: ../../../third_party/libcxx/include/__functional/pointer_to_unary_function.h
FILE: ../../../third_party/libcxx/include/__functional/ranges_operations.h
FILE: ../../../third_party/libcxx/include/__functional/reference_wrapper.h
FILE: ../../../third_party/libcxx/include/__functional/unary_function.h
FILE: ../../../third_party/libcxx/include/__functional/unary_negate.h
FILE: ../../../third_party/libcxx/include/__functional/unwrap_ref.h
FILE: ../../../third_party/libcxx/include/__functional/weak_result_type.h
FILE: ../../../third_party/libcxx/include/__fwd/span.h
FILE: ../../../third_party/libcxx/include/__fwd/string_view.h
FILE: ../../../third_party/libcxx/include/__hash_table
FILE: ../../../third_party/libcxx/include/__ios/fpos.h
FILE: ../../../third_party/libcxx/include/__iterator/access.h
FILE: ../../../third_party/libcxx/include/__iterator/advance.h
FILE: ../../../third_party/libcxx/include/__iterator/back_insert_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/bounded_iter.h
FILE: ../../../third_party/libcxx/include/__iterator/common_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/concepts.h
FILE: ../../../third_party/libcxx/include/__iterator/counted_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/data.h
FILE: ../../../third_party/libcxx/include/__iterator/default_sentinel.h
FILE: ../../../third_party/libcxx/include/__iterator/distance.h
FILE: ../../../third_party/libcxx/include/__iterator/empty.h
FILE: ../../../third_party/libcxx/include/__iterator/erase_if_container.h
FILE: ../../../third_party/libcxx/include/__iterator/front_insert_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/incrementable_traits.h
FILE: ../../../third_party/libcxx/include/__iterator/indirectly_comparable.h
FILE: ../../../third_party/libcxx/include/__iterator/insert_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/istream_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/istreambuf_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/iter_move.h
FILE: ../../../third_party/libcxx/include/__iterator/iter_swap.h
FILE: ../../../third_party/libcxx/include/__iterator/iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/iterator_traits.h
FILE: ../../../third_party/libcxx/include/__iterator/mergeable.h
FILE: ../../../third_party/libcxx/include/__iterator/move_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/move_sentinel.h
FILE: ../../../third_party/libcxx/include/__iterator/next.h
FILE: ../../../third_party/libcxx/include/__iterator/ostream_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/ostreambuf_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/permutable.h
FILE: ../../../third_party/libcxx/include/__iterator/prev.h
FILE: ../../../third_party/libcxx/include/__iterator/projected.h
FILE: ../../../third_party/libcxx/include/__iterator/readable_traits.h
FILE: ../../../third_party/libcxx/include/__iterator/reverse_access.h
FILE: ../../../third_party/libcxx/include/__iterator/reverse_iterator.h
FILE: ../../../third_party/libcxx/include/__iterator/size.h
FILE: ../../../third_party/libcxx/include/__iterator/sortable.h
FILE: ../../../third_party/libcxx/include/__iterator/unreachable_sentinel.h
FILE: ../../../third_party/libcxx/include/__iterator/wrap_iter.h
FILE: ../../../third_party/libcxx/include/__locale
FILE: ../../../third_party/libcxx/include/__mbstate_t.h
FILE: ../../../third_party/libcxx/include/__memory/addressof.h
FILE: ../../../third_party/libcxx/include/__memory/allocate_at_least.h
FILE: ../../../third_party/libcxx/include/__memory/allocation_guard.h
FILE: ../../../third_party/libcxx/include/__memory/allocator.h
FILE: ../../../third_party/libcxx/include/__memory/allocator_arg_t.h
FILE: ../../../third_party/libcxx/include/__memory/allocator_traits.h
FILE: ../../../third_party/libcxx/include/__memory/assume_aligned.h
FILE: ../../../third_party/libcxx/include/__memory/auto_ptr.h
FILE: ../../../third_party/libcxx/include/__memory/compressed_pair.h
FILE: ../../../third_party/libcxx/include/__memory/concepts.h
FILE: ../../../third_party/libcxx/include/__memory/construct_at.h
FILE: ../../../third_party/libcxx/include/__memory/pointer_traits.h
FILE: ../../../third_party/libcxx/include/__memory/ranges_construct_at.h
FILE: ../../../third_party/libcxx/include/__memory/ranges_uninitialized_algorithms.h
FILE: ../../../third_party/libcxx/include/__memory/raw_storage_iterator.h
FILE: ../../../third_party/libcxx/include/__memory/shared_ptr.h
FILE: ../../../third_party/libcxx/include/__memory/temporary_buffer.h
FILE: ../../../third_party/libcxx/include/__memory/uninitialized_algorithms.h
FILE: ../../../third_party/libcxx/include/__memory/unique_ptr.h
FILE: ../../../third_party/libcxx/include/__memory/uses_allocator.h
FILE: ../../../third_party/libcxx/include/__memory/voidify.h
FILE: ../../../third_party/libcxx/include/__mutex_base
FILE: ../../../third_party/libcxx/include/__node_handle
FILE: ../../../third_party/libcxx/include/__numeric/accumulate.h
FILE: ../../../third_party/libcxx/include/__numeric/adjacent_difference.h
FILE: ../../../third_party/libcxx/include/__numeric/exclusive_scan.h
FILE: ../../../third_party/libcxx/include/__numeric/gcd_lcm.h
FILE: ../../../third_party/libcxx/include/__numeric/inclusive_scan.h
FILE: ../../../third_party/libcxx/include/__numeric/inner_product.h
FILE: ../../../third_party/libcxx/include/__numeric/iota.h
FILE: ../../../third_party/libcxx/include/__numeric/midpoint.h
FILE: ../../../third_party/libcxx/include/__numeric/partial_sum.h
FILE: ../../../third_party/libcxx/include/__numeric/reduce.h
FILE: ../../../third_party/libcxx/include/__numeric/transform_exclusive_scan.h
FILE: ../../../third_party/libcxx/include/__numeric/transform_inclusive_scan.h
FILE: ../../../third_party/libcxx/include/__numeric/transform_reduce.h
FILE: ../../../third_party/libcxx/include/__random/bernoulli_distribution.h
FILE: ../../../third_party/libcxx/include/__random/binomial_distribution.h
FILE: ../../../third_party/libcxx/include/__random/cauchy_distribution.h
FILE: ../../../third_party/libcxx/include/__random/chi_squared_distribution.h
FILE: ../../../third_party/libcxx/include/__random/clamp_to_integral.h
FILE: ../../../third_party/libcxx/include/__random/default_random_engine.h
FILE: ../../../third_party/libcxx/include/__random/discard_block_engine.h
FILE: ../../../third_party/libcxx/include/__random/discrete_distribution.h
FILE: ../../../third_party/libcxx/include/__random/exponential_distribution.h
FILE: ../../../third_party/libcxx/include/__random/extreme_value_distribution.h
FILE: ../../../third_party/libcxx/include/__random/fisher_f_distribution.h
FILE: ../../../third_party/libcxx/include/__random/gamma_distribution.h
FILE: ../../../third_party/libcxx/include/__random/generate_canonical.h
FILE: ../../../third_party/libcxx/include/__random/geometric_distribution.h
FILE: ../../../third_party/libcxx/include/__random/independent_bits_engine.h
FILE: ../../../third_party/libcxx/include/__random/is_seed_sequence.h
FILE: ../../../third_party/libcxx/include/__random/is_valid.h
FILE: ../../../third_party/libcxx/include/__random/knuth_b.h
FILE: ../../../third_party/libcxx/include/__random/linear_congruential_engine.h
FILE: ../../../third_party/libcxx/include/__random/log2.h
FILE: ../../../third_party/libcxx/include/__random/lognormal_distribution.h
FILE: ../../../third_party/libcxx/include/__random/mersenne_twister_engine.h
FILE: ../../../third_party/libcxx/include/__random/negative_binomial_distribution.h
FILE: ../../../third_party/libcxx/include/__random/normal_distribution.h
FILE: ../../../third_party/libcxx/include/__random/piecewise_constant_distribution.h
FILE: ../../../third_party/libcxx/include/__random/piecewise_linear_distribution.h
FILE: ../../../third_party/libcxx/include/__random/poisson_distribution.h
FILE: ../../../third_party/libcxx/include/__random/random_device.h
FILE: ../../../third_party/libcxx/include/__random/ranlux.h
FILE: ../../../third_party/libcxx/include/__random/seed_seq.h
FILE: ../../../third_party/libcxx/include/__random/shuffle_order_engine.h
FILE: ../../../third_party/libcxx/include/__random/student_t_distribution.h
FILE: ../../../third_party/libcxx/include/__random/subtract_with_carry_engine.h
FILE: ../../../third_party/libcxx/include/__random/uniform_int_distribution.h
FILE: ../../../third_party/libcxx/include/__random/uniform_random_bit_generator.h
FILE: ../../../third_party/libcxx/include/__random/uniform_real_distribution.h
FILE: ../../../third_party/libcxx/include/__random/weibull_distribution.h
FILE: ../../../third_party/libcxx/include/__ranges/access.h
FILE: ../../../third_party/libcxx/include/__ranges/all.h
FILE: ../../../third_party/libcxx/include/__ranges/common_view.h
FILE: ../../../third_party/libcxx/include/__ranges/concepts.h
FILE: ../../../third_party/libcxx/include/__ranges/copyable_box.h
FILE: ../../../third_party/libcxx/include/__ranges/counted.h
FILE: ../../../third_party/libcxx/include/__ranges/dangling.h
FILE: ../../../third_party/libcxx/include/__ranges/data.h
FILE: ../../../third_party/libcxx/include/__ranges/drop_view.h
FILE: ../../../third_party/libcxx/include/__ranges/empty.h
FILE: ../../../third_party/libcxx/include/__ranges/empty_view.h
FILE: ../../../third_party/libcxx/include/__ranges/enable_borrowed_range.h
FILE: ../../../third_party/libcxx/include/__ranges/enable_view.h
FILE: ../../../third_party/libcxx/include/__ranges/filter_view.h
FILE: ../../../third_party/libcxx/include/__ranges/iota_view.h
FILE: ../../../third_party/libcxx/include/__ranges/join_view.h
FILE: ../../../third_party/libcxx/include/__ranges/lazy_split_view.h
FILE: ../../../third_party/libcxx/include/__ranges/non_propagating_cache.h
FILE: ../../../third_party/libcxx/include/__ranges/owning_view.h
FILE: ../../../third_party/libcxx/include/__ranges/range_adaptor.h
FILE: ../../../third_party/libcxx/include/__ranges/rbegin.h
FILE: ../../../third_party/libcxx/include/__ranges/ref_view.h
FILE: ../../../third_party/libcxx/include/__ranges/rend.h
FILE: ../../../third_party/libcxx/include/__ranges/reverse_view.h
FILE: ../../../third_party/libcxx/include/__ranges/single_view.h
FILE: ../../../third_party/libcxx/include/__ranges/size.h
FILE: ../../../third_party/libcxx/include/__ranges/subrange.h
FILE: ../../../third_party/libcxx/include/__ranges/take_view.h
FILE: ../../../third_party/libcxx/include/__ranges/transform_view.h
FILE: ../../../third_party/libcxx/include/__ranges/view_interface.h
FILE: ../../../third_party/libcxx/include/__ranges/views.h
FILE: ../../../third_party/libcxx/include/__ranges/zip_view.h
FILE: ../../../third_party/libcxx/include/__split_buffer
FILE: ../../../third_party/libcxx/include/__std_stream
FILE: ../../../third_party/libcxx/include/__string/char_traits.h
FILE: ../../../third_party/libcxx/include/__string/extern_template_lists.h
FILE: ../../../third_party/libcxx/include/__support/android/locale_bionic.h
FILE: ../../../third_party/libcxx/include/__support/fuchsia/xlocale.h
FILE: ../../../third_party/libcxx/include/__support/ibm/gettod_zos.h
FILE: ../../../third_party/libcxx/include/__support/ibm/limits.h
FILE: ../../../third_party/libcxx/include/__support/ibm/locale_mgmt_zos.h
FILE: ../../../third_party/libcxx/include/__support/ibm/nanosleep.h
FILE: ../../../third_party/libcxx/include/__support/ibm/support.h
FILE: ../../../third_party/libcxx/include/__support/ibm/xlocale.h
FILE: ../../../third_party/libcxx/include/__support/musl/xlocale.h
FILE: ../../../third_party/libcxx/include/__support/newlib/xlocale.h
FILE: ../../../third_party/libcxx/include/__support/openbsd/xlocale.h
FILE: ../../../third_party/libcxx/include/__support/solaris/floatingpoint.h
FILE: ../../../third_party/libcxx/include/__support/solaris/wchar.h
FILE: ../../../third_party/libcxx/include/__support/solaris/xlocale.h
FILE: ../../../third_party/libcxx/include/__support/win32/limits_msvc_win32.h
FILE: ../../../third_party/libcxx/include/__support/win32/locale_win32.h
FILE: ../../../third_party/libcxx/include/__support/xlocale/__nop_locale_mgmt.h
FILE: ../../../third_party/libcxx/include/__support/xlocale/__posix_l_fallback.h
FILE: ../../../third_party/libcxx/include/__support/xlocale/__strtonum_fallback.h
FILE: ../../../third_party/libcxx/include/__thread/poll_with_backoff.h
FILE: ../../../third_party/libcxx/include/__thread/timed_backoff_policy.h
FILE: ../../../third_party/libcxx/include/__threading_support
FILE: ../../../third_party/libcxx/include/__tree
FILE: ../../../third_party/libcxx/include/__tuple
FILE: ../../../third_party/libcxx/include/__type_traits/add_const.h
FILE: ../../../third_party/libcxx/include/__type_traits/add_cv.h
FILE: ../../../third_party/libcxx/include/__type_traits/add_lvalue_reference.h
FILE: ../../../third_party/libcxx/include/__type_traits/add_pointer.h
FILE: ../../../third_party/libcxx/include/__type_traits/add_rvalue_reference.h
FILE: ../../../third_party/libcxx/include/__type_traits/add_volatile.h
FILE: ../../../third_party/libcxx/include/__type_traits/alignment_of.h
FILE: ../../../third_party/libcxx/include/__type_traits/apply_cv.h
FILE: ../../../third_party/libcxx/include/__type_traits/conditional.h
FILE: ../../../third_party/libcxx/include/__type_traits/conjunction.h
FILE: ../../../third_party/libcxx/include/__type_traits/decay.h
FILE: ../../../third_party/libcxx/include/__type_traits/disjunction.h
FILE: ../../../third_party/libcxx/include/__type_traits/enable_if.h
FILE: ../../../third_party/libcxx/include/__type_traits/extent.h
FILE: ../../../third_party/libcxx/include/__type_traits/has_unique_object_representation.h
FILE: ../../../third_party/libcxx/include/__type_traits/has_virtual_destructor.h
FILE: ../../../third_party/libcxx/include/__type_traits/integral_constant.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_abstract.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_aggregate.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_arithmetic.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_array.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_assignable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_base_of.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_bounded_array.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_callable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_class.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_compound.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_const.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_constant_evaluated.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_convertible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_copy_assignable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_copy_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_core_convertible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_default_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_destructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_empty.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_enum.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_final.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_floating_point.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_function.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_fundamental.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_integral.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_literal_type.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_member_function_pointer.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_member_object_pointer.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_member_pointer.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_move_assignable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_move_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_assignable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_copy_assignable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_copy_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_default_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_destructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_move_assignable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_move_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_null_pointer.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_object.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_pod.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_pointer.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_polymorphic.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_reference.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_reference_wrapper.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_referenceable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_same.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_scalar.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_scoped_enum.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_signed.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_standard_layout.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivial.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_assignable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_copy_assignable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_copy_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_copyable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_default_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_destructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_move_assignable.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_move_constructible.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_unbounded_array.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_union.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_unsigned.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_void.h
FILE: ../../../third_party/libcxx/include/__type_traits/is_volatile.h
FILE: ../../../third_party/libcxx/include/__type_traits/negation.h
FILE: ../../../third_party/libcxx/include/__type_traits/rank.h
FILE: ../../../third_party/libcxx/include/__type_traits/remove_all_extents.h
FILE: ../../../third_party/libcxx/include/__type_traits/remove_const.h
FILE: ../../../third_party/libcxx/include/__type_traits/remove_cv.h
FILE: ../../../third_party/libcxx/include/__type_traits/remove_extent.h
FILE: ../../../third_party/libcxx/include/__type_traits/remove_pointer.h
FILE: ../../../third_party/libcxx/include/__type_traits/remove_reference.h
FILE: ../../../third_party/libcxx/include/__type_traits/remove_volatile.h
FILE: ../../../third_party/libcxx/include/__type_traits/type_identity.h
FILE: ../../../third_party/libcxx/include/__type_traits/underlying_type.h
FILE: ../../../third_party/libcxx/include/__type_traits/void_t.h
FILE: ../../../third_party/libcxx/include/__undef_macros
FILE: ../../../third_party/libcxx/include/__utility/as_const.h
FILE: ../../../third_party/libcxx/include/__utility/auto_cast.h
FILE: ../../../third_party/libcxx/include/__utility/cmp.h
FILE: ../../../third_party/libcxx/include/__utility/declval.h
FILE: ../../../third_party/libcxx/include/__utility/exchange.h
FILE: ../../../third_party/libcxx/include/__utility/forward.h
FILE: ../../../third_party/libcxx/include/__utility/in_place.h
FILE: ../../../third_party/libcxx/include/__utility/integer_sequence.h
FILE: ../../../third_party/libcxx/include/__utility/move.h
FILE: ../../../third_party/libcxx/include/__utility/pair.h
FILE: ../../../third_party/libcxx/include/__utility/piecewise_construct.h
FILE: ../../../third_party/libcxx/include/__utility/priority_tag.h
FILE: ../../../third_party/libcxx/include/__utility/rel_ops.h
FILE: ../../../third_party/libcxx/include/__utility/swap.h
FILE: ../../../third_party/libcxx/include/__utility/to_underlying.h
FILE: ../../../third_party/libcxx/include/__utility/transaction.h
FILE: ../../../third_party/libcxx/include/__utility/unreachable.h
FILE: ../../../third_party/libcxx/include/__variant/monostate.h
FILE: ../../../third_party/libcxx/include/algorithm
FILE: ../../../third_party/libcxx/include/any
FILE: ../../../third_party/libcxx/include/array
FILE: ../../../third_party/libcxx/include/atomic
FILE: ../../../third_party/libcxx/include/barrier
FILE: ../../../third_party/libcxx/include/bit
FILE: ../../../third_party/libcxx/include/bitset
FILE: ../../../third_party/libcxx/include/cassert
FILE: ../../../third_party/libcxx/include/ccomplex
FILE: ../../../third_party/libcxx/include/cctype
FILE: ../../../third_party/libcxx/include/cerrno
FILE: ../../../third_party/libcxx/include/cfenv
FILE: ../../../third_party/libcxx/include/cfloat
FILE: ../../../third_party/libcxx/include/charconv
FILE: ../../../third_party/libcxx/include/chrono
FILE: ../../../third_party/libcxx/include/cinttypes
FILE: ../../../third_party/libcxx/include/ciso646
FILE: ../../../third_party/libcxx/include/climits
FILE: ../../../third_party/libcxx/include/clocale
FILE: ../../../third_party/libcxx/include/cmath
FILE: ../../../third_party/libcxx/include/codecvt
FILE: ../../../third_party/libcxx/include/compare
FILE: ../../../third_party/libcxx/include/complex
FILE: ../../../third_party/libcxx/include/complex.h
FILE: ../../../third_party/libcxx/include/concepts
FILE: ../../../third_party/libcxx/include/condition_variable
FILE: ../../../third_party/libcxx/include/coroutine
FILE: ../../../third_party/libcxx/include/csetjmp
FILE: ../../../third_party/libcxx/include/csignal
FILE: ../../../third_party/libcxx/include/cstdarg
FILE: ../../../third_party/libcxx/include/cstdbool
FILE: ../../../third_party/libcxx/include/cstddef
FILE: ../../../third_party/libcxx/include/cstdint
FILE: ../../../third_party/libcxx/include/cstdio
FILE: ../../../third_party/libcxx/include/cstdlib
FILE: ../../../third_party/libcxx/include/cstring
FILE: ../../../third_party/libcxx/include/ctgmath
FILE: ../../../third_party/libcxx/include/ctime
FILE: ../../../third_party/libcxx/include/ctype.h
FILE: ../../../third_party/libcxx/include/cuchar
FILE: ../../../third_party/libcxx/include/cwchar
FILE: ../../../third_party/libcxx/include/cwctype
FILE: ../../../third_party/libcxx/include/deque
FILE: ../../../third_party/libcxx/include/errno.h
FILE: ../../../third_party/libcxx/include/exception
FILE: ../../../third_party/libcxx/include/execution
FILE: ../../../third_party/libcxx/include/experimental/__config
FILE: ../../../third_party/libcxx/include/experimental/__memory
FILE: ../../../third_party/libcxx/include/experimental/algorithm
FILE: ../../../third_party/libcxx/include/experimental/coroutine
FILE: ../../../third_party/libcxx/include/experimental/deque
FILE: ../../../third_party/libcxx/include/experimental/forward_list
FILE: ../../../third_party/libcxx/include/experimental/functional
FILE: ../../../third_party/libcxx/include/experimental/iterator
FILE: ../../../third_party/libcxx/include/experimental/list
FILE: ../../../third_party/libcxx/include/experimental/map
FILE: ../../../third_party/libcxx/include/experimental/memory_resource
FILE: ../../../third_party/libcxx/include/experimental/propagate_const
FILE: ../../../third_party/libcxx/include/experimental/regex
FILE: ../../../third_party/libcxx/include/experimental/set
FILE: ../../../third_party/libcxx/include/experimental/simd
FILE: ../../../third_party/libcxx/include/experimental/string
FILE: ../../../third_party/libcxx/include/experimental/type_traits
FILE: ../../../third_party/libcxx/include/experimental/unordered_map
FILE: ../../../third_party/libcxx/include/experimental/unordered_set
FILE: ../../../third_party/libcxx/include/experimental/utility
FILE: ../../../third_party/libcxx/include/experimental/vector
FILE: ../../../third_party/libcxx/include/ext/__hash
FILE: ../../../third_party/libcxx/include/ext/hash_map
FILE: ../../../third_party/libcxx/include/ext/hash_set
FILE: ../../../third_party/libcxx/include/fenv.h
FILE: ../../../third_party/libcxx/include/filesystem
FILE: ../../../third_party/libcxx/include/float.h
FILE: ../../../third_party/libcxx/include/format
FILE: ../../../third_party/libcxx/include/forward_list
FILE: ../../../third_party/libcxx/include/fstream
FILE: ../../../third_party/libcxx/include/functional
FILE: ../../../third_party/libcxx/include/future
FILE: ../../../third_party/libcxx/include/initializer_list
FILE: ../../../third_party/libcxx/include/inttypes.h
FILE: ../../../third_party/libcxx/include/iomanip
FILE: ../../../third_party/libcxx/include/ios
FILE: ../../../third_party/libcxx/include/iosfwd
FILE: ../../../third_party/libcxx/include/iostream
FILE: ../../../third_party/libcxx/include/istream
FILE: ../../../third_party/libcxx/include/iterator
FILE: ../../../third_party/libcxx/include/latch
FILE: ../../../third_party/libcxx/include/limits
FILE: ../../../third_party/libcxx/include/limits.h
FILE: ../../../third_party/libcxx/include/list
FILE: ../../../third_party/libcxx/include/locale
FILE: ../../../third_party/libcxx/include/locale.h
FILE: ../../../third_party/libcxx/include/map
FILE: ../../../third_party/libcxx/include/math.h
FILE: ../../../third_party/libcxx/include/memory
FILE: ../../../third_party/libcxx/include/mutex
FILE: ../../../third_party/libcxx/include/new
FILE: ../../../third_party/libcxx/include/numbers
FILE: ../../../third_party/libcxx/include/numeric
FILE: ../../../third_party/libcxx/include/optional
FILE: ../../../third_party/libcxx/include/ostream
FILE: ../../../third_party/libcxx/include/queue
FILE: ../../../third_party/libcxx/include/random
FILE: ../../../third_party/libcxx/include/ranges
FILE: ../../../third_party/libcxx/include/ratio
FILE: ../../../third_party/libcxx/include/regex
FILE: ../../../third_party/libcxx/include/scoped_allocator
FILE: ../../../third_party/libcxx/include/semaphore
FILE: ../../../third_party/libcxx/include/set
FILE: ../../../third_party/libcxx/include/setjmp.h
FILE: ../../../third_party/libcxx/include/shared_mutex
FILE: ../../../third_party/libcxx/include/span
FILE: ../../../third_party/libcxx/include/sstream
FILE: ../../../third_party/libcxx/include/stack
FILE: ../../../third_party/libcxx/include/stdatomic.h
FILE: ../../../third_party/libcxx/include/stdbool.h
FILE: ../../../third_party/libcxx/include/stddef.h
FILE: ../../../third_party/libcxx/include/stdexcept
FILE: ../../../third_party/libcxx/include/stdint.h
FILE: ../../../third_party/libcxx/include/stdio.h
FILE: ../../../third_party/libcxx/include/stdlib.h
FILE: ../../../third_party/libcxx/include/streambuf
FILE: ../../../third_party/libcxx/include/string
FILE: ../../../third_party/libcxx/include/string.h
FILE: ../../../third_party/libcxx/include/string_view
FILE: ../../../third_party/libcxx/include/strstream
FILE: ../../../third_party/libcxx/include/system_error
FILE: ../../../third_party/libcxx/include/tgmath.h
FILE: ../../../third_party/libcxx/include/thread
FILE: ../../../third_party/libcxx/include/tuple
FILE: ../../../third_party/libcxx/include/type_traits
FILE: ../../../third_party/libcxx/include/typeindex
FILE: ../../../third_party/libcxx/include/typeinfo
FILE: ../../../third_party/libcxx/include/uchar.h
FILE: ../../../third_party/libcxx/include/unordered_map
FILE: ../../../third_party/libcxx/include/unordered_set
FILE: ../../../third_party/libcxx/include/utility
FILE: ../../../third_party/libcxx/include/valarray
FILE: ../../../third_party/libcxx/include/variant
FILE: ../../../third_party/libcxx/include/vector
FILE: ../../../third_party/libcxx/include/wchar.h
FILE: ../../../third_party/libcxx/include/wctype.h
FILE: ../../../third_party/libcxx/src/algorithm.cpp
FILE: ../../../third_party/libcxx/src/any.cpp
FILE: ../../../third_party/libcxx/src/assert.cpp
FILE: ../../../third_party/libcxx/src/atomic.cpp
FILE: ../../../third_party/libcxx/src/barrier.cpp
FILE: ../../../third_party/libcxx/src/bind.cpp
FILE: ../../../third_party/libcxx/src/charconv.cpp
FILE: ../../../third_party/libcxx/src/chrono.cpp
FILE: ../../../third_party/libcxx/src/condition_variable.cpp
FILE: ../../../third_party/libcxx/src/condition_variable_destructor.cpp
FILE: ../../../third_party/libcxx/src/debug.cpp
FILE: ../../../third_party/libcxx/src/exception.cpp
FILE: ../../../third_party/libcxx/src/experimental/memory_resource.cpp
FILE: ../../../third_party/libcxx/src/filesystem/directory_iterator.cpp
FILE: ../../../third_party/libcxx/src/filesystem/filesystem_common.h
FILE: ../../../third_party/libcxx/src/filesystem/int128_builtins.cpp
FILE: ../../../third_party/libcxx/src/filesystem/operations.cpp
FILE: ../../../third_party/libcxx/src/filesystem/posix_compat.h
FILE: ../../../third_party/libcxx/src/format.cpp
FILE: ../../../third_party/libcxx/src/functional.cpp
FILE: ../../../third_party/libcxx/src/future.cpp
FILE: ../../../third_party/libcxx/src/hash.cpp
FILE: ../../../third_party/libcxx/src/include/apple_availability.h
FILE: ../../../third_party/libcxx/src/include/atomic_support.h
FILE: ../../../third_party/libcxx/src/include/config_elast.h
FILE: ../../../third_party/libcxx/src/include/refstring.h
FILE: ../../../third_party/libcxx/src/include/ryu/common.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2fixed.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2s.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h
FILE: ../../../third_party/libcxx/src/include/ryu/digit_table.h
FILE: ../../../third_party/libcxx/src/include/ryu/f2s.h
FILE: ../../../third_party/libcxx/src/include/ryu/ryu.h
FILE: ../../../third_party/libcxx/src/include/sso_allocator.h
FILE: ../../../third_party/libcxx/src/include/to_chars_floating_point.h
FILE: ../../../third_party/libcxx/src/ios.cpp
FILE: ../../../third_party/libcxx/src/ios.instantiations.cpp
FILE: ../../../third_party/libcxx/src/iostream.cpp
FILE: ../../../third_party/libcxx/src/legacy_debug_handler.cpp
FILE: ../../../third_party/libcxx/src/legacy_pointer_safety.cpp
FILE: ../../../third_party/libcxx/src/locale.cpp
FILE: ../../../third_party/libcxx/src/memory.cpp
FILE: ../../../third_party/libcxx/src/mutex.cpp
FILE: ../../../third_party/libcxx/src/mutex_destructor.cpp
FILE: ../../../third_party/libcxx/src/new.cpp
FILE: ../../../third_party/libcxx/src/optional.cpp
FILE: ../../../third_party/libcxx/src/random.cpp
FILE: ../../../third_party/libcxx/src/random_shuffle.cpp
FILE: ../../../third_party/libcxx/src/regex.cpp
FILE: ../../../third_party/libcxx/src/ryu/d2fixed.cpp
FILE: ../../../third_party/libcxx/src/ryu/d2s.cpp
FILE: ../../../third_party/libcxx/src/ryu/f2s.cpp
FILE: ../../../third_party/libcxx/src/shared_mutex.cpp
FILE: ../../../third_party/libcxx/src/stdexcept.cpp
FILE: ../../../third_party/libcxx/src/string.cpp
FILE: ../../../third_party/libcxx/src/strstream.cpp
FILE: ../../../third_party/libcxx/src/support/ibm/mbsnrtowcs.cpp
FILE: ../../../third_party/libcxx/src/support/ibm/wcsnrtombs.cpp
FILE: ../../../third_party/libcxx/src/support/ibm/xlocale_zos.cpp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_fallback.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_glibcxx.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_libcxxabi.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_libcxxrt.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_msvc.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_msvc.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/new_handler_fallback.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/stdexcept_default.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/stdexcept_vcruntime.ipp
FILE: ../../../third_party/libcxx/src/support/win32/locale_win32.cpp
FILE: ../../../third_party/libcxx/src/support/win32/support.cpp
FILE: ../../../third_party/libcxx/src/support/win32/thread_win32.cpp
FILE: ../../../third_party/libcxx/src/system_error.cpp
FILE: ../../../third_party/libcxx/src/thread.cpp
FILE: ../../../third_party/libcxx/src/typeinfo.cpp
FILE: ../../../third_party/libcxx/src/utility.cpp
FILE: ../../../third_party/libcxx/src/valarray.cpp
FILE: ../../../third_party/libcxx/src/variant.cpp
FILE: ../../../third_party/libcxx/src/vector.cpp
FILE: ../../../third_party/libcxxabi/include/__cxxabi_config.h
FILE: ../../../third_party/libcxxabi/include/cxxabi.h
FILE: ../../../third_party/libcxxabi/src/abort_message.cpp
FILE: ../../../third_party/libcxxabi/src/abort_message.h
FILE: ../../../third_party/libcxxabi/src/aix_state_tab_eh.inc
FILE: ../../../third_party/libcxxabi/src/cxa_aux_runtime.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_default_handlers.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_demangle.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_exception.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_exception.h
FILE: ../../../third_party/libcxxabi/src/cxa_exception_storage.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_guard.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_guard_impl.h
FILE: ../../../third_party/libcxxabi/src/cxa_handlers.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_handlers.h
FILE: ../../../third_party/libcxxabi/src/cxa_noexception.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_personality.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_thread_atexit.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_vector.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_virtual.cpp
FILE: ../../../third_party/libcxxabi/src/demangle/DemangleConfig.h
FILE: ../../../third_party/libcxxabi/src/demangle/ItaniumDemangle.h
FILE: ../../../third_party/libcxxabi/src/demangle/ItaniumNodes.def
FILE: ../../../third_party/libcxxabi/src/demangle/StringView.h
FILE: ../../../third_party/libcxxabi/src/demangle/Utility.h
FILE: ../../../third_party/libcxxabi/src/fallback_malloc.cpp
FILE: ../../../third_party/libcxxabi/src/fallback_malloc.h
FILE: ../../../third_party/libcxxabi/src/private_typeinfo.cpp
FILE: ../../../third_party/libcxxabi/src/private_typeinfo.h
FILE: ../../../third_party/libcxxabi/src/stdlib_exception.cpp
FILE: ../../../third_party/libcxxabi/src/stdlib_new_delete.cpp
FILE: ../../../third_party/libcxxabi/src/stdlib_stdexcept.cpp
FILE: ../../../third_party/libcxxabi/src/stdlib_typeinfo.cpp
----------------------------------------------------------------------------------------------------
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
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 law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--- LLVM Exceptions to the Apache 2.0 License ----
As an exception, if, as a result of your compiling your source code, portions
of this Software are embedded into an Object form of such source code, you
may redistribute such embedded portions in such Object form without complying
with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
In addition, if you combine or link compiled forms of this Software with
software that is licensed under the GPLv2 ("Combined Software") and if a
court of competent jurisdiction determines that the patent provision (Section
3), the indemnity provision (Section 9) or other Section of the License
conflicts with the conditions of the GPLv2, you may retroactively and
prospectively choose to deem waived or otherwise exclude such Section(s) of
the License, but only in their entirety and only with respect to the Combined
Software.
====================================================================================================
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/adler32.c
FILE: ../../../third_party/zlib/compress.c
FILE: ../../../third_party/zlib/contrib/optimizations/inffast_chunk.c
FILE: ../../../third_party/zlib/contrib/optimizations/inffast_chunk.h
FILE: ../../../third_party/zlib/contrib/optimizations/inflate.c
FILE: ../../../third_party/zlib/crc32.c
FILE: ../../../third_party/zlib/crc_folding.c
FILE: ../../../third_party/zlib/deflate.c
FILE: ../../../third_party/zlib/deflate.h
FILE: ../../../third_party/zlib/gzclose.c
FILE: ../../../third_party/zlib/gzguts.h
FILE: ../../../third_party/zlib/gzlib.c
FILE: ../../../third_party/zlib/gzread.c
FILE: ../../../third_party/zlib/gzwrite.c
FILE: ../../../third_party/zlib/infback.c
FILE: ../../../third_party/zlib/inffast.c
FILE: ../../../third_party/zlib/inffast.h
FILE: ../../../third_party/zlib/inflate.c
FILE: ../../../third_party/zlib/inflate.h
FILE: ../../../third_party/zlib/inftrees.c
FILE: ../../../third_party/zlib/inftrees.h
FILE: ../../../third_party/zlib/trees.c
FILE: ../../../third_party/zlib/uncompr.c
FILE: ../../../third_party/zlib/zconf.h
FILE: ../../../third_party/zlib/zconf.h.cmakein
FILE: ../../../third_party/zlib/zlib.h
FILE: ../../../third_party/zlib/zutil.c
FILE: ../../../third_party/zlib/zutil.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/contrib/minizip/crypt.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/zlib/contrib/minizip/crypt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2005 Gilles Vollant
====================================================================================================
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/contrib/optimizations/chunkcopy.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/zlib/contrib/optimizations/chunkcopy.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2017 ARM, Inc.
Copyright 2017 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libcxx
LIBRARY: libcxxabi
ORIGIN: ../../../third_party/libcxx/LICENSE.TXT
ORIGIN: ../../../third_party/libcxxabi/LICENSE.TXT
TYPE: LicenseType.mit
FILE: ../../../third_party/libcxx/include/module.modulemap.in
FILE: ../../../third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.noincomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.nodebug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/libc++abi.exp
FILE: ../../../third_party/libcxx/lib/libc++unexp.exp
FILE: ../../../third_party/libcxx/lib/notweak.exp
FILE: ../../../third_party/libcxx/lib/weak.exp
FILE: ../../../third_party/libcxx/src/chrono_system_time_init.h
FILE: ../../../third_party/libcxx/src/experimental/memory_resource_init_helper.h
FILE: ../../../third_party/libcxx/src/iostream_init.h
FILE: ../../../third_party/libcxxabi/fuzz/cxa_demangle_fuzzer.cpp
FILE: ../../../third_party/libcxxabi/lib/exceptions.exp
FILE: ../../../third_party/libcxxabi/lib/itanium-base.exp
FILE: ../../../third_party/libcxxabi/lib/new-delete.exp
FILE: ../../../third_party/libcxxabi/lib/personality-sjlj.exp
FILE: ../../../third_party/libcxxabi/lib/personality-v0.exp
----------------------------------------------------------------------------------------------------
Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: libcxx
LIBRARY: libcxxabi
ORIGIN: ../../../third_party/libcxx/LICENSE.TXT
ORIGIN: ../../../third_party/libcxxabi/LICENSE.TXT
TYPE: LicenseType.bsd
FILE: ../../../third_party/libcxx/include/module.modulemap.in
FILE: ../../../third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.noincomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.nodebug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.debug.incomplete.abilist
FILE: ../../../third_party/libcxx/lib/libc++abi.exp
FILE: ../../../third_party/libcxx/lib/libc++unexp.exp
FILE: ../../../third_party/libcxx/lib/notweak.exp
FILE: ../../../third_party/libcxx/lib/weak.exp
FILE: ../../../third_party/libcxx/src/chrono_system_time_init.h
FILE: ../../../third_party/libcxx/src/experimental/memory_resource_init_helper.h
FILE: ../../../third_party/libcxx/src/iostream_init.h
FILE: ../../../third_party/libcxxabi/fuzz/cxa_demangle_fuzzer.cpp
FILE: ../../../third_party/libcxxabi/lib/exceptions.exp
FILE: ../../../third_party/libcxxabi/lib/itanium-base.exp
FILE: ../../../third_party/libcxxabi/lib/new-delete.exp
FILE: ../../../third_party/libcxxabi/lib/personality-sjlj.exp
FILE: ../../../third_party/libcxxabi/lib/personality-v0.exp
----------------------------------------------------------------------------------------------------
Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT
All rights reserved.
Developed by:
LLVM Team
University of Illinois at Urbana-Champaign
http://llvm.org
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimers.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimers in the
documentation and/or other materials provided with the distribution.
* Neither the names of the LLVM Team, University of Illinois at
Urbana-Champaign, nor the names of its contributors may be used to
endorse or promote products derived from this Software without specific
prior written permission.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/adler32_simd.c + ../../../LICENSE
ORIGIN: ../../../third_party/zlib/adler32_simd.h + ../../../LICENSE
ORIGIN: ../../../third_party/zlib/crc32_simd.c + ../../../LICENSE
ORIGIN: ../../../third_party/zlib/crc32_simd.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/zlib/adler32_simd.c
FILE: ../../../third_party/zlib/adler32_simd.h
FILE: ../../../third_party/zlib/crc32_simd.c
FILE: ../../../third_party/zlib/crc32_simd.h
----------------------------------------------------------------------------------------------------
Copyright 2017 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/contrib/bench/zlib_bench.cc + ../../../LICENSE
ORIGIN: ../../../third_party/zlib/cpu_features.c + ../../../LICENSE
ORIGIN: ../../../third_party/zlib/cpu_features.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/zlib/contrib/bench/zlib_bench.cc
FILE: ../../../third_party/zlib/cpu_features.c
FILE: ../../../third_party/zlib/cpu_features.h
----------------------------------------------------------------------------------------------------
Copyright 2018 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libcxx
ORIGIN: ../../../third_party/libcxx/src/include/ryu/common.h
ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2fixed.h
ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h
ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2s.h
ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h
ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h
ORIGIN: ../../../third_party/libcxx/src/include/ryu/digit_table.h
ORIGIN: ../../../third_party/libcxx/src/include/ryu/f2s.h
ORIGIN: ../../../third_party/libcxx/src/include/ryu/ryu.h
ORIGIN: ../../../third_party/libcxx/src/ryu/d2fixed.cpp
ORIGIN: ../../../third_party/libcxx/src/ryu/d2s.cpp
ORIGIN: ../../../third_party/libcxx/src/ryu/f2s.cpp
TYPE: LicenseType.unknown
FILE: ../../../third_party/libcxx/src/include/ryu/common.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2fixed.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2s.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h
FILE: ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h
FILE: ../../../third_party/libcxx/src/include/ryu/digit_table.h
FILE: ../../../third_party/libcxx/src/include/ryu/f2s.h
FILE: ../../../third_party/libcxx/src/include/ryu/ryu.h
FILE: ../../../third_party/libcxx/src/ryu/d2fixed.cpp
FILE: ../../../third_party/libcxx/src/ryu/d2s.cpp
FILE: ../../../third_party/libcxx/src/ryu/f2s.cpp
----------------------------------------------------------------------------------------------------
Copyright 2018 Ulf Adams
Copyright (c) Microsoft Corporation. All rights reserved.
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/contrib/optimizations/insert_string.h + ../../../LICENSE
ORIGIN: ../../../third_party/zlib/google/compression_utils_portable.cc + ../../../LICENSE
ORIGIN: ../../../third_party/zlib/google/compression_utils_portable.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/zlib/contrib/optimizations/insert_string.h
FILE: ../../../third_party/zlib/google/compression_utils_portable.cc
FILE: ../../../third_party/zlib/google/compression_utils_portable.h
----------------------------------------------------------------------------------------------------
Copyright 2019 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/slide_hash_simd.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/zlib/slide_hash_simd.h
----------------------------------------------------------------------------------------------------
Copyright 2022 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/contrib/minizip/unzip.h
ORIGIN: ../../../third_party/zlib/contrib/minizip/zip.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/contrib/minizip/unzip.h
FILE: ../../../third_party/zlib/contrib/minizip/zip.h
----------------------------------------------------------------------------------------------------
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/LICENSE
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/chromeconf.h
FILE: ../../../third_party/zlib/contrib/minizip/ChangeLogUnzip
FILE: ../../../third_party/zlib/contrib/minizip/ioapi.c
FILE: ../../../third_party/zlib/contrib/minizip/ioapi.h
FILE: ../../../third_party/zlib/contrib/minizip/iowin32.c
FILE: ../../../third_party/zlib/contrib/minizip/iowin32.h
FILE: ../../../third_party/zlib/contrib/minizip/mztools.c
FILE: ../../../third_party/zlib/contrib/minizip/mztools.h
FILE: ../../../third_party/zlib/contrib/minizip/unzip.c
FILE: ../../../third_party/zlib/contrib/minizip/unzip.h
FILE: ../../../third_party/zlib/contrib/minizip/zip.c
FILE: ../../../third_party/zlib/contrib/minizip/zip.h
FILE: ../../../third_party/zlib/crc32.h
FILE: ../../../third_party/zlib/google/compression_utils.cc
FILE: ../../../third_party/zlib/google/compression_utils.h
FILE: ../../../third_party/zlib/google/redact.h
FILE: ../../../third_party/zlib/google/test_data.filelist
FILE: ../../../third_party/zlib/google/test_data.globlist
FILE: ../../../third_party/zlib/google/zip.cc
FILE: ../../../third_party/zlib/google/zip.h
FILE: ../../../third_party/zlib/google/zip_internal.cc
FILE: ../../../third_party/zlib/google/zip_internal.h
FILE: ../../../third_party/zlib/google/zip_reader.cc
FILE: ../../../third_party/zlib/google/zip_reader.h
FILE: ../../../third_party/zlib/google/zip_writer.cc
FILE: ../../../third_party/zlib/google/zip_writer.h
FILE: ../../../third_party/zlib/inffixed.h
FILE: ../../../third_party/zlib/patches/0000-build.patch
FILE: ../../../third_party/zlib/patches/0001-simd.patch
FILE: ../../../third_party/zlib/patches/0002-uninitializedcheck.patch
FILE: ../../../third_party/zlib/patches/0003-uninitializedjump.patch
FILE: ../../../third_party/zlib/patches/0004-fix-uwp.patch
FILE: ../../../third_party/zlib/patches/0005-infcover-gtest.patch
FILE: ../../../third_party/zlib/patches/0006-fix-check_match.patch
FILE: ../../../third_party/zlib/patches/0007-zero-init-deflate-window.patch
FILE: ../../../third_party/zlib/patches/0008-minizip-zip-unzip-tools.patch
FILE: ../../../third_party/zlib/patches/0009-infcover-oob.patch
FILE: ../../../third_party/zlib/patches/0010-cmake-enable-simd.patch
FILE: ../../../third_party/zlib/patches/0011-avx512.patch
FILE: ../../../third_party/zlib/trees.h
FILE: ../../../third_party/zlib/zlib.map
FILE: ../../../third_party/zlib/zlib.pc.cmakein
----------------------------------------------------------------------------------------------------
version 1.2.12, March 27th, 2022
Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
Total license count: 13
| engine/ci/licenses_golden/licenses_third_party/0 | {
"file_path": "engine/ci/licenses_golden/licenses_third_party",
"repo_id": "engine",
"token_count": 68716
} | 179 |
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//flutter/common/config.gni")
import("//flutter/shell/config.gni")
import("//flutter/testing/testing.gni")
source_set("graphics") {
sources = [
"gl_context_switch.cc",
"gl_context_switch.h",
"msaa_sample_count.h",
"persistent_cache.cc",
"persistent_cache.h",
"texture.cc",
"texture.h",
]
# Heed caution when adding targets to the dependencies. This is a minimal
# target containing graphics sources that embedders can depend on. Any
# additions here could result in added app sizes across embeddings.
deps = [
"//flutter/assets",
"//flutter/display_list",
"//flutter/fml",
"//flutter/shell/common:base64",
"//flutter/shell/version:version",
"//flutter/skia",
"//flutter/third_party/boringssl",
"//flutter/third_party/rapidjson",
]
public_configs = [ "//flutter:config" ]
if (shell_enable_vulkan) {
public_deps = [
"//flutter/third_party/vulkan-deps/vulkan-headers/src:vulkan_headers",
]
}
}
| engine/common/graphics/BUILD.gn/0 | {
"file_path": "engine/common/graphics/BUILD.gn",
"repo_id": "engine",
"token_count": 435
} | 180 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "flutter/display_list/benchmarking/dl_complexity.h"
#include "flutter/display_list/benchmarking/dl_complexity_gl.h"
#include "flutter/display_list/benchmarking/dl_complexity_metal.h"
#include "flutter/display_list/display_list.h"
namespace flutter {
DisplayListNaiveComplexityCalculator*
DisplayListNaiveComplexityCalculator::instance_ = nullptr;
DisplayListComplexityCalculator*
DisplayListNaiveComplexityCalculator::GetInstance() {
if (instance_ == nullptr) {
instance_ = new DisplayListNaiveComplexityCalculator();
}
return instance_;
}
DisplayListComplexityCalculator* DisplayListComplexityCalculator::GetForBackend(
GrBackendApi backend) {
switch (backend) {
case GrBackendApi::kMetal:
return DisplayListMetalComplexityCalculator::GetInstance();
case GrBackendApi::kOpenGL:
return DisplayListGLComplexityCalculator::GetInstance();
default:
return DisplayListNaiveComplexityCalculator::GetInstance();
}
}
DisplayListComplexityCalculator*
DisplayListComplexityCalculator::GetForSoftware() {
return DisplayListNaiveComplexityCalculator::GetInstance();
}
} // namespace flutter
| engine/display_list/benchmarking/dl_complexity.cc/0 | {
"file_path": "engine/display_list/benchmarking/dl_complexity.cc",
"repo_id": "engine",
"token_count": 437
} | 181 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "flutter/display_list/dl_builder.h"
#include "flutter/display_list/display_list.h"
#include "flutter/display_list/dl_blend_mode.h"
#include "flutter/display_list/dl_op_flags.h"
#include "flutter/display_list/dl_op_records.h"
#include "flutter/display_list/effects/dl_color_source.h"
#include "flutter/display_list/utils/dl_bounds_accumulator.h"
#include "fml/logging.h"
#include "third_party/skia/include/core/SkScalar.h"
namespace flutter {
#define DL_BUILDER_PAGE 4096
// CopyV(dst, src,n, src,n, ...) copies any number of typed srcs into dst.
static void CopyV(void* dst) {}
template <typename S, typename... Rest>
static void CopyV(void* dst, const S* src, int n, Rest&&... rest) {
FML_DCHECK(((uintptr_t)dst & (alignof(S) - 1)) == 0)
<< "Expected " << dst << " to be aligned for at least " << alignof(S)
<< " bytes.";
// If n is 0, there is nothing to copy into dst from src.
if (n > 0) {
memcpy(dst, src, n * sizeof(S));
dst = reinterpret_cast<void*>(reinterpret_cast<uint8_t*>(dst) +
n * sizeof(S));
}
// Repeat for the next items, if any
CopyV(dst, std::forward<Rest>(rest)...);
}
static constexpr inline bool is_power_of_two(int value) {
return (value & (value - 1)) == 0;
}
template <typename T, typename... Args>
void* DisplayListBuilder::Push(size_t pod, int render_op_inc, Args&&... args) {
size_t size = SkAlignPtr(sizeof(T) + pod);
FML_DCHECK(size < (1 << 24));
if (used_ + size > allocated_) {
static_assert(is_power_of_two(DL_BUILDER_PAGE),
"This math needs updating for non-pow2.");
// Next greater multiple of DL_BUILDER_PAGE.
allocated_ = (used_ + size + DL_BUILDER_PAGE) & ~(DL_BUILDER_PAGE - 1);
storage_.realloc(allocated_);
FML_DCHECK(storage_.get());
memset(storage_.get() + used_, 0, allocated_ - used_);
}
FML_DCHECK(used_ + size <= allocated_);
auto op = reinterpret_cast<T*>(storage_.get() + used_);
used_ += size;
new (op) T{std::forward<Args>(args)...};
op->type = T::kType;
op->size = size;
render_op_count_ += render_op_inc;
op_index_++;
return op + 1;
}
sk_sp<DisplayList> DisplayListBuilder::Build() {
while (layer_stack_.size() > 1) {
restore();
}
size_t bytes = used_;
int count = render_op_count_;
size_t nested_bytes = nested_bytes_;
int nested_count = nested_op_count_;
bool compatible = current_layer_->is_group_opacity_compatible();
bool is_safe = is_ui_thread_safe_;
bool affects_transparency = current_layer_->affects_transparent_layer();
sk_sp<DlRTree> rtree = this->rtree();
SkRect bounds = rtree ? rtree->bounds() : this->bounds();
used_ = allocated_ = render_op_count_ = op_index_ = 0;
nested_bytes_ = nested_op_count_ = 0;
is_ui_thread_safe_ = true;
storage_.realloc(bytes);
layer_stack_.pop_back();
layer_stack_.emplace_back();
current_layer_ = &layer_stack_.back();
tracker_.reset();
layer_tracker_.reset();
current_ = DlPaint();
return sk_sp<DisplayList>(new DisplayList(
std::move(storage_), bytes, count, nested_bytes, nested_count, bounds,
compatible, is_safe, affects_transparency, std::move(rtree)));
}
DisplayListBuilder::DisplayListBuilder(const SkRect& cull_rect,
bool prepare_rtree)
: tracker_(cull_rect, SkMatrix::I()) {
if (prepare_rtree) {
accumulator_ = std::make_unique<RTreeBoundsAccumulator>();
} else {
accumulator_ = std::make_unique<RectBoundsAccumulator>();
}
layer_stack_.emplace_back();
current_layer_ = &layer_stack_.back();
}
DisplayListBuilder::~DisplayListBuilder() {
uint8_t* ptr = storage_.get();
if (ptr) {
DisplayList::DisposeOps(ptr, ptr + used_);
}
}
SkISize DisplayListBuilder::GetBaseLayerSize() const {
return tracker_.base_device_cull_rect().roundOut().size();
}
SkImageInfo DisplayListBuilder::GetImageInfo() const {
SkISize size = GetBaseLayerSize();
return SkImageInfo::MakeUnknown(size.width(), size.height());
}
void DisplayListBuilder::onSetAntiAlias(bool aa) {
current_.setAntiAlias(aa);
Push<SetAntiAliasOp>(0, 0, aa);
}
void DisplayListBuilder::onSetInvertColors(bool invert) {
current_.setInvertColors(invert);
Push<SetInvertColorsOp>(0, 0, invert);
UpdateCurrentOpacityCompatibility();
}
void DisplayListBuilder::onSetStrokeCap(DlStrokeCap cap) {
current_.setStrokeCap(cap);
Push<SetStrokeCapOp>(0, 0, cap);
}
void DisplayListBuilder::onSetStrokeJoin(DlStrokeJoin join) {
current_.setStrokeJoin(join);
Push<SetStrokeJoinOp>(0, 0, join);
}
void DisplayListBuilder::onSetDrawStyle(DlDrawStyle style) {
current_.setDrawStyle(style);
Push<SetStyleOp>(0, 0, style);
}
void DisplayListBuilder::onSetStrokeWidth(float width) {
current_.setStrokeWidth(width);
Push<SetStrokeWidthOp>(0, 0, width);
}
void DisplayListBuilder::onSetStrokeMiter(float limit) {
current_.setStrokeMiter(limit);
Push<SetStrokeMiterOp>(0, 0, limit);
}
void DisplayListBuilder::onSetColor(DlColor color) {
current_.setColor(color);
Push<SetColorOp>(0, 0, color);
}
void DisplayListBuilder::onSetBlendMode(DlBlendMode mode) {
current_.setBlendMode(mode);
Push<SetBlendModeOp>(0, 0, mode);
UpdateCurrentOpacityCompatibility();
}
void DisplayListBuilder::onSetColorSource(const DlColorSource* source) {
if (source == nullptr) {
current_.setColorSource(nullptr);
Push<ClearColorSourceOp>(0, 0);
} else {
current_.setColorSource(source->shared());
is_ui_thread_safe_ = is_ui_thread_safe_ && source->isUIThreadSafe();
switch (source->type()) {
case DlColorSourceType::kColor: {
const DlColorColorSource* color_source = source->asColor();
current_.setColorSource(nullptr);
setColor(color_source->color());
break;
}
case DlColorSourceType::kImage: {
const DlImageColorSource* image_source = source->asImage();
FML_DCHECK(image_source);
Push<SetImageColorSourceOp>(0, 0, image_source);
break;
}
case DlColorSourceType::kLinearGradient: {
const DlLinearGradientColorSource* linear = source->asLinearGradient();
FML_DCHECK(linear);
void* pod = Push<SetPodColorSourceOp>(linear->size(), 0);
new (pod) DlLinearGradientColorSource(linear);
break;
}
case DlColorSourceType::kRadialGradient: {
const DlRadialGradientColorSource* radial = source->asRadialGradient();
FML_DCHECK(radial);
void* pod = Push<SetPodColorSourceOp>(radial->size(), 0);
new (pod) DlRadialGradientColorSource(radial);
break;
}
case DlColorSourceType::kConicalGradient: {
const DlConicalGradientColorSource* conical =
source->asConicalGradient();
FML_DCHECK(conical);
void* pod = Push<SetPodColorSourceOp>(conical->size(), 0);
new (pod) DlConicalGradientColorSource(conical);
break;
}
case DlColorSourceType::kSweepGradient: {
const DlSweepGradientColorSource* sweep = source->asSweepGradient();
FML_DCHECK(sweep);
void* pod = Push<SetPodColorSourceOp>(sweep->size(), 0);
new (pod) DlSweepGradientColorSource(sweep);
break;
}
case DlColorSourceType::kRuntimeEffect: {
const DlRuntimeEffectColorSource* effect = source->asRuntimeEffect();
FML_DCHECK(effect);
Push<SetRuntimeEffectColorSourceOp>(0, 0, effect);
break;
}
#ifdef IMPELLER_ENABLE_3D
case DlColorSourceType::kScene: {
const DlSceneColorSource* scene = source->asScene();
FML_DCHECK(scene);
Push<SetSceneColorSourceOp>(0, 0, scene);
break;
}
#endif // IMPELLER_ENABLE_3D
}
}
}
void DisplayListBuilder::onSetImageFilter(const DlImageFilter* filter) {
if (filter == nullptr) {
current_.setImageFilter(nullptr);
Push<ClearImageFilterOp>(0, 0);
} else {
current_.setImageFilter(filter->shared());
switch (filter->type()) {
case DlImageFilterType::kBlur: {
const DlBlurImageFilter* blur_filter = filter->asBlur();
FML_DCHECK(blur_filter);
void* pod = Push<SetPodImageFilterOp>(blur_filter->size(), 0);
new (pod) DlBlurImageFilter(blur_filter);
break;
}
case DlImageFilterType::kDilate: {
const DlDilateImageFilter* dilate_filter = filter->asDilate();
FML_DCHECK(dilate_filter);
void* pod = Push<SetPodImageFilterOp>(dilate_filter->size(), 0);
new (pod) DlDilateImageFilter(dilate_filter);
break;
}
case DlImageFilterType::kErode: {
const DlErodeImageFilter* erode_filter = filter->asErode();
FML_DCHECK(erode_filter);
void* pod = Push<SetPodImageFilterOp>(erode_filter->size(), 0);
new (pod) DlErodeImageFilter(erode_filter);
break;
}
case DlImageFilterType::kMatrix: {
const DlMatrixImageFilter* matrix_filter = filter->asMatrix();
FML_DCHECK(matrix_filter);
void* pod = Push<SetPodImageFilterOp>(matrix_filter->size(), 0);
new (pod) DlMatrixImageFilter(matrix_filter);
break;
}
case DlImageFilterType::kCompose:
case DlImageFilterType::kLocalMatrix:
case DlImageFilterType::kColorFilter: {
Push<SetSharedImageFilterOp>(0, 0, filter);
break;
}
}
}
}
void DisplayListBuilder::onSetColorFilter(const DlColorFilter* filter) {
if (filter == nullptr) {
current_.setColorFilter(nullptr);
Push<ClearColorFilterOp>(0, 0);
} else {
current_.setColorFilter(filter->shared());
switch (filter->type()) {
case DlColorFilterType::kBlend: {
const DlBlendColorFilter* blend_filter = filter->asBlend();
FML_DCHECK(blend_filter);
void* pod = Push<SetPodColorFilterOp>(blend_filter->size(), 0);
new (pod) DlBlendColorFilter(blend_filter);
break;
}
case DlColorFilterType::kMatrix: {
const DlMatrixColorFilter* matrix_filter = filter->asMatrix();
FML_DCHECK(matrix_filter);
void* pod = Push<SetPodColorFilterOp>(matrix_filter->size(), 0);
new (pod) DlMatrixColorFilter(matrix_filter);
break;
}
case DlColorFilterType::kSrgbToLinearGamma: {
void* pod = Push<SetPodColorFilterOp>(filter->size(), 0);
new (pod) DlSrgbToLinearGammaColorFilter();
break;
}
case DlColorFilterType::kLinearToSrgbGamma: {
void* pod = Push<SetPodColorFilterOp>(filter->size(), 0);
new (pod) DlLinearToSrgbGammaColorFilter();
break;
}
}
}
UpdateCurrentOpacityCompatibility();
}
void DisplayListBuilder::onSetPathEffect(const DlPathEffect* effect) {
if (effect == nullptr) {
current_.setPathEffect(nullptr);
Push<ClearPathEffectOp>(0, 0);
} else {
current_.setPathEffect(effect->shared());
switch (effect->type()) {
case DlPathEffectType::kDash: {
const DlDashPathEffect* dash_effect = effect->asDash();
void* pod = Push<SetPodPathEffectOp>(dash_effect->size(), 0);
new (pod) DlDashPathEffect(dash_effect);
break;
}
}
}
}
void DisplayListBuilder::onSetMaskFilter(const DlMaskFilter* filter) {
if (filter == nullptr) {
current_.setMaskFilter(nullptr);
Push<ClearMaskFilterOp>(0, 0);
} else {
current_.setMaskFilter(filter->shared());
switch (filter->type()) {
case DlMaskFilterType::kBlur: {
const DlBlurMaskFilter* blur_filter = filter->asBlur();
FML_DCHECK(blur_filter);
void* pod = Push<SetPodMaskFilterOp>(blur_filter->size(), 0);
new (pod) DlBlurMaskFilter(blur_filter);
break;
}
}
}
}
void DisplayListBuilder::SetAttributesFromPaint(
const DlPaint& paint,
const DisplayListAttributeFlags flags) {
if (flags.applies_anti_alias()) {
setAntiAlias(paint.isAntiAlias());
}
if (flags.applies_alpha_or_color()) {
setColor(paint.getColor());
}
if (flags.applies_blend()) {
setBlendMode(paint.getBlendMode());
}
if (flags.applies_style()) {
setDrawStyle(paint.getDrawStyle());
}
if (flags.is_stroked(paint.getDrawStyle())) {
setStrokeWidth(paint.getStrokeWidth());
setStrokeMiter(paint.getStrokeMiter());
setStrokeCap(paint.getStrokeCap());
setStrokeJoin(paint.getStrokeJoin());
}
if (flags.applies_shader()) {
setColorSource(paint.getColorSource().get());
}
if (flags.applies_color_filter()) {
setInvertColors(paint.isInvertColors());
setColorFilter(paint.getColorFilter().get());
}
if (flags.applies_image_filter()) {
setImageFilter(paint.getImageFilter().get());
}
if (flags.applies_path_effect()) {
setPathEffect(paint.getPathEffect().get());
}
if (flags.applies_mask_filter()) {
setMaskFilter(paint.getMaskFilter().get());
}
}
void DisplayListBuilder::checkForDeferredSave() {
if (current_layer_->has_deferred_save_op_) {
size_t save_offset_ = used_;
Push<SaveOp>(0, 1);
current_layer_->save_offset_ = save_offset_;
current_layer_->has_deferred_save_op_ = false;
}
}
void DisplayListBuilder::Save() {
layer_stack_.emplace_back();
current_layer_ = &layer_stack_.back();
FML_DCHECK(layer_stack_.size() >= 2u);
// Note we can't use the previous value of current_layer_ because
// the emplace_back() may have moved the storage locations, so we
// recompute the location of the penultimate layer info here.
auto parent_layer = &layer_stack_.end()[-2];
current_layer_->has_deferred_save_op_ = true;
current_layer_->is_nop_ = parent_layer->is_nop_;
if (parent_layer->layer_accumulator_) {
FML_DCHECK(layer_tracker_);
// If the previous layer was using an accumulator, we need to keep
// filling it with content bounds. We reuse the previous accumulator
// for this layer, but clone the associated transform so that new
// transform mutations are restricted to this save/restore context.
current_layer_->layer_accumulator_ = parent_layer->layer_accumulator_;
layer_tracker_->save();
} else {
FML_DCHECK(!layer_tracker_);
}
tracker_.save();
accumulator()->save();
}
void DisplayListBuilder::Restore() {
if (layer_stack_.size() <= 1) {
return;
}
SaveOpBase* op = reinterpret_cast<SaveOpBase*>(storage_.get() +
current_layer_->save_offset());
if (!current_layer_->has_deferred_save_op_) {
op->restore_index = op_index_;
Push<RestoreOp>(0, 1);
}
std::shared_ptr<const DlImageFilter> filter = current_layer_->filter();
{
// We should not pop the stack until we are done synching up the current
// and parent layers.
auto parent_layer = &layer_stack_.end()[-2];
if (current_layer_->is_save_layer()) {
// Layers are never deferred for now, we need to update the
// following code if we ever do saveLayer culling...
FML_DCHECK(!current_layer_->has_deferred_save_op_);
FML_DCHECK(current_layer_->layer_accumulator_);
SkRect content_bounds = current_layer_->layer_accumulator_->bounds();
switch (op->type) {
case DisplayListOpType::kSaveLayer:
case DisplayListOpType::kSaveLayerBackdrop: {
SaveLayerOpBase* layer_op = reinterpret_cast<SaveLayerOpBase*>(op);
if (op->options.bounds_from_caller()) {
if (!content_bounds.isEmpty() &&
!layer_op->rect.contains(content_bounds)) {
op->options = op->options.with_content_is_clipped();
content_bounds.intersect(layer_op->rect);
}
}
layer_op->rect = content_bounds;
break;
}
default:
FML_UNREACHABLE();
}
if (layer_tracker_->getSaveCount() > 1) {
layer_tracker_->restore();
} else {
// If this was the last layer in the tracker, then there should
// be no parent saveLayer.
FML_DCHECK(!parent_layer->layer_accumulator_);
layer_tracker_.reset();
}
if (parent_layer->layer_accumulator_) {
SkRect bounds_for_parent = content_bounds;
if (filter) {
if (!filter->map_local_bounds(bounds_for_parent, bounds_for_parent)) {
parent_layer->set_unbounded();
}
}
// The content_bounds were accumulated in the base coordinate system
// of the current layer, and have been adjusted there according to
// its image filter.
// The content bounds accumulation of the parent layer is relative
// to the parent's base coordinate system, so we need to adjust
// bounds_for_parent to that coordinate space.
FML_DCHECK(layer_tracker_);
layer_tracker_->mapRect(&bounds_for_parent);
parent_layer->layer_accumulator_->accumulate(bounds_for_parent);
}
if (current_layer_->is_group_opacity_compatible()) {
// We are now going to go back and modify the matching saveLayer
// call to add the option indicating it can distribute an opacity
// value to its children.
//
// Note that this operation cannot and does not change the size
// or structure of the SaveLayerOp record. It only sets an option
// flag on an existing field.
//
// Note that these kinds of modification operations on data already
// in the DisplayList are only allowed *during* the build phase.
// Once built, the DisplayList records must remain read only to
// ensure consistency of rendering and |Equals()| behavior.
op->options = op->options.with_can_distribute_opacity();
}
} else {
if (layer_tracker_) {
FML_DCHECK(layer_tracker_->getSaveCount() > 1);
layer_tracker_->restore();
}
// For regular save() ops there was no protecting layer so we have to
// accumulate the inheritance properties into the enclosing layer.
if (current_layer_->cannot_inherit_opacity()) {
parent_layer->mark_incompatible();
} else if (current_layer_->has_compatible_op()) {
parent_layer->add_compatible_op();
}
}
}
// Remember whether the outgoing layer was unbounded so we can adjust
// for it below after we apply the outgoing layer's filter to the bounds.
bool popped_was_unbounded = current_layer_->is_unbounded();
// parent_layer is no longer in scope, time to pop the layer.
layer_stack_.pop_back();
tracker_.restore();
current_layer_ = &layer_stack_.back();
// As we pop the accumulator, use the filter that was applied to the
// outgoing layer (saved above, if any) to adjust the bounds that
// were accumulated while that layer was active.
if (filter) {
const SkRect clip = tracker_.device_cull_rect();
if (!accumulator()->restore(
[filter = filter, matrix = GetTransform()](const SkRect& input,
SkRect& output) {
SkIRect output_bounds;
bool ret = filter->map_device_bounds(input.roundOut(), matrix,
output_bounds);
output.set(output_bounds);
return ret;
},
&clip)) {
popped_was_unbounded = true;
}
} else {
accumulator()->restore();
}
if (popped_was_unbounded) {
AccumulateUnbounded();
}
}
void DisplayListBuilder::RestoreToCount(int restore_count) {
FML_DCHECK(restore_count <= GetSaveCount());
while (restore_count < GetSaveCount() && GetSaveCount() > 1) {
restore();
}
}
void DisplayListBuilder::saveLayer(const SkRect& bounds,
const SaveLayerOptions in_options,
const DlImageFilter* backdrop) {
SaveLayerOptions options = in_options.without_optimizations();
DisplayListAttributeFlags flags = options.renders_with_attributes()
? kSaveLayerWithPaintFlags
: kSaveLayerFlags;
OpResult result = PaintResult(current_, flags);
if (result == OpResult::kNoEffect) {
save();
current_layer_->is_nop_ = true;
return;
}
size_t save_layer_offset = used_;
if (options.renders_with_attributes()) {
// The actual flood of the outer layer clip will occur after the
// (eventual) corresponding restore is called, but rather than
// remember this information in the LayerInfo until the restore
// method is processed, we just mark the unbounded state up front.
// Another reason to accumulate the clip here rather than in
// restore is so that this savelayer will be tagged in the rtree
// with its full bounds and the right op_index so that it doesn't
// get culled during rendering.
if (!paint_nops_on_transparency()) {
// We will fill the clip of the outer layer when we restore.
// Accumulate should always return true here because if the
// clip was empty then that would have been caught up above
// when we tested the PaintResult.
[[maybe_unused]] bool unclipped = AccumulateUnbounded();
FML_DCHECK(unclipped);
}
CheckLayerOpacityCompatibility(true);
layer_stack_.emplace_back(save_layer_offset);
layer_stack_.back().filter_ = current_.getImageFilter();
} else {
CheckLayerOpacityCompatibility(false);
layer_stack_.emplace_back(save_layer_offset);
}
current_layer_ = &layer_stack_.back();
current_layer_->is_save_layer_ = true;
tracker_.save();
accumulator()->save();
SkRect record_bounds;
if (in_options.bounds_from_caller()) {
options = options.with_bounds_from_caller();
record_bounds = bounds;
} else {
FML_DCHECK(record_bounds.isEmpty());
}
current_layer_->layer_accumulator_.reset(new RectBoundsAccumulator());
if (layer_tracker_) {
layer_tracker_->save();
layer_tracker_->setTransform(SkMatrix::I());
} else {
SkRect cull_rect;
if (in_options.bounds_from_caller()) {
cull_rect = bounds;
} else {
cull_rect = tracker_.local_cull_rect();
}
layer_tracker_.reset(
new DisplayListMatrixClipTracker(cull_rect, SkMatrix::I()));
}
if (backdrop) {
// A backdrop will affect up to the entire surface, bounded by the clip
// Accumulate should always return true here because if the
// clip was empty then that would have been caught up above
// when we tested the PaintResult.
[[maybe_unused]] bool unclipped = AccumulateUnbounded();
FML_DCHECK(unclipped);
Push<SaveLayerBackdropOp>(0, 1, options, record_bounds, backdrop);
} else {
Push<SaveLayerOp>(0, 1, options, record_bounds);
}
if (options.renders_with_attributes()) {
// |current_opacity_compatibility_| does not take an ImageFilter into
// account because an individual primitive with an ImageFilter can apply
// opacity on top of it. But, if the layer is applying the ImageFilter
// then it cannot pass the opacity on.
if (!current_opacity_compatibility_ ||
current_.getImageFilter() != nullptr) {
UpdateLayerOpacityCompatibility(false);
}
}
UpdateLayerResult(result);
if (options.renders_with_attributes() && current_.getImageFilter()) {
// We use |resetCullRect| here because we will be accumulating bounds of
// primitives before applying the filter to those bounds. We might
// encounter a primitive whose bounds are clipped, but whose filtered
// bounds will not be clipped. If the individual rendering ops bounds
// are clipped, it will not contribute to the overall bounds which
// could lead to inaccurate (subset) bounds of the DisplayList.
// We need to reset the cull rect here to avoid this premature clipping.
// The filtered bounds will be clipped to the existing clip rect when
// this layer is restored.
// If bounds is null then the original cull_rect will be used.
tracker_.resetCullRect(in_options.bounds_from_caller() ? &bounds : nullptr);
} else if (in_options.bounds_from_caller()) {
// Even though Skia claims that the bounds are only a hint, they actually
// use them as the temporary layer bounds during rendering the layer, so
// we set them as if a clip operation were performed.
tracker_.clipRect(bounds, ClipOp::kIntersect, false);
}
}
void DisplayListBuilder::SaveLayer(const SkRect* bounds,
const DlPaint* paint,
const DlImageFilter* backdrop) {
SaveLayerOptions options;
SkRect temp_bounds;
if (bounds) {
options = options.with_bounds_from_caller();
temp_bounds = *bounds;
} else {
temp_bounds.setEmpty();
}
if (paint != nullptr) {
options = options.with_renders_with_attributes();
SetAttributesFromPaint(*paint,
DisplayListOpFlags::kSaveLayerWithPaintFlags);
}
saveLayer(temp_bounds, options, backdrop);
}
void DisplayListBuilder::Translate(SkScalar tx, SkScalar ty) {
if (SkScalarIsFinite(tx) && SkScalarIsFinite(ty) &&
(tx != 0.0 || ty != 0.0)) {
checkForDeferredSave();
Push<TranslateOp>(0, 1, tx, ty);
tracker_.translate(tx, ty);
if (layer_tracker_) {
layer_tracker_->translate(tx, ty);
}
}
}
void DisplayListBuilder::Scale(SkScalar sx, SkScalar sy) {
if (SkScalarIsFinite(sx) && SkScalarIsFinite(sy) &&
(sx != 1.0 || sy != 1.0)) {
checkForDeferredSave();
Push<ScaleOp>(0, 1, sx, sy);
tracker_.scale(sx, sy);
if (layer_tracker_) {
layer_tracker_->scale(sx, sy);
}
}
}
void DisplayListBuilder::Rotate(SkScalar degrees) {
if (SkScalarMod(degrees, 360.0) != 0.0) {
checkForDeferredSave();
Push<RotateOp>(0, 1, degrees);
tracker_.rotate(degrees);
if (layer_tracker_) {
layer_tracker_->rotate(degrees);
}
}
}
void DisplayListBuilder::Skew(SkScalar sx, SkScalar sy) {
if (SkScalarIsFinite(sx) && SkScalarIsFinite(sy) &&
(sx != 0.0 || sy != 0.0)) {
checkForDeferredSave();
Push<SkewOp>(0, 1, sx, sy);
tracker_.skew(sx, sy);
if (layer_tracker_) {
layer_tracker_->skew(sx, sy);
}
}
}
// clang-format off
// 2x3 2D affine subset of a 4x4 transform in row major order
void DisplayListBuilder::Transform2DAffine(
SkScalar mxx, SkScalar mxy, SkScalar mxt,
SkScalar myx, SkScalar myy, SkScalar myt) {
if (SkScalarsAreFinite(mxx, myx) &&
SkScalarsAreFinite(mxy, myy) &&
SkScalarsAreFinite(mxt, myt)) {
if (mxx == 1 && mxy == 0 &&
myx == 0 && myy == 1) {
Translate(mxt, myt);
} else {
checkForDeferredSave();
Push<Transform2DAffineOp>(0, 1,
mxx, mxy, mxt,
myx, myy, myt);
tracker_.transform2DAffine(mxx, mxy, mxt,
myx, myy, myt);
if (layer_tracker_) {
layer_tracker_->transform2DAffine(mxx, mxy, mxt,
myx, myy, myt);
}
}
}
}
// full 4x4 transform in row major order
void DisplayListBuilder::TransformFullPerspective(
SkScalar mxx, SkScalar mxy, SkScalar mxz, SkScalar mxt,
SkScalar myx, SkScalar myy, SkScalar myz, SkScalar myt,
SkScalar mzx, SkScalar mzy, SkScalar mzz, SkScalar mzt,
SkScalar mwx, SkScalar mwy, SkScalar mwz, SkScalar mwt) {
if ( mxz == 0 &&
myz == 0 &&
mzx == 0 && mzy == 0 && mzz == 1 && mzt == 0 &&
mwx == 0 && mwy == 0 && mwz == 0 && mwt == 1) {
Transform2DAffine(mxx, mxy, mxt,
myx, myy, myt);
} else if (SkScalarsAreFinite(mxx, mxy) && SkScalarsAreFinite(mxz, mxt) &&
SkScalarsAreFinite(myx, myy) && SkScalarsAreFinite(myz, myt) &&
SkScalarsAreFinite(mzx, mzy) && SkScalarsAreFinite(mzz, mzt) &&
SkScalarsAreFinite(mwx, mwy) && SkScalarsAreFinite(mwz, mwt)) {
checkForDeferredSave();
Push<TransformFullPerspectiveOp>(0, 1,
mxx, mxy, mxz, mxt,
myx, myy, myz, myt,
mzx, mzy, mzz, mzt,
mwx, mwy, mwz, mwt);
tracker_.transformFullPerspective(mxx, mxy, mxz, mxt,
myx, myy, myz, myt,
mzx, mzy, mzz, mzt,
mwx, mwy, mwz, mwt);
if (layer_tracker_) {
layer_tracker_->transformFullPerspective(mxx, mxy, mxz, mxt,
myx, myy, myz, myt,
mzx, mzy, mzz, mzt,
mwx, mwy, mwz, mwt);
}
}
}
// clang-format on
void DisplayListBuilder::TransformReset() {
checkForDeferredSave();
Push<TransformResetOp>(0, 0);
if (layer_tracker_) {
// The matrices in layer_tracker_ and tracker_ are similar, but
// start at a different base transform. The tracker_ potentially
// has some number of transform operations on it that prefix the
// operations accumulated in layer_tracker_. So we can't set them both
// to identity in parallel as they would no longer maintain their
// relationship to each other.
// Instead we reinterpret this operation as transforming by the
// inverse of the current transform. Doing so to tracker_ sets it
// to identity so we can avoid the math there, but we must do the
// math the long way for layer_tracker_. This becomes:
// layer_tracker_.transform(tracker_.inverse());
if (!layer_tracker_->inverseTransform(tracker_)) {
// If the inverse operation failed then that means that either
// the matrix above the current layer was singular, or the matrix
// became singular while we were accumulating the current layer.
// In either case, we should no longer be accumulating any
// contents so we set the layer tracking transform to a singular one.
layer_tracker_->setTransform(SkMatrix::Scale(0.0f, 0.0f));
}
}
tracker_.setIdentity();
}
void DisplayListBuilder::Transform(const SkMatrix* matrix) {
if (matrix != nullptr) {
Transform(SkM44(*matrix));
}
}
void DisplayListBuilder::Transform(const SkM44* m44) {
if (m44 != nullptr) {
transformFullPerspective(
m44->rc(0, 0), m44->rc(0, 1), m44->rc(0, 2), m44->rc(0, 3),
m44->rc(1, 0), m44->rc(1, 1), m44->rc(1, 2), m44->rc(1, 3),
m44->rc(2, 0), m44->rc(2, 1), m44->rc(2, 2), m44->rc(2, 3),
m44->rc(3, 0), m44->rc(3, 1), m44->rc(3, 2), m44->rc(3, 3));
}
}
void DisplayListBuilder::ClipRect(const SkRect& rect,
ClipOp clip_op,
bool is_aa) {
if (!rect.isFinite()) {
return;
}
tracker_.clipRect(rect, clip_op, is_aa);
if (current_layer_->is_nop_ || tracker_.is_cull_rect_empty()) {
current_layer_->is_nop_ = true;
return;
}
checkForDeferredSave();
switch (clip_op) {
case ClipOp::kIntersect:
Push<ClipIntersectRectOp>(0, 1, rect, is_aa);
break;
case ClipOp::kDifference:
Push<ClipDifferenceRectOp>(0, 1, rect, is_aa);
break;
}
}
void DisplayListBuilder::ClipRRect(const SkRRect& rrect,
ClipOp clip_op,
bool is_aa) {
if (rrect.isRect()) {
clipRect(rrect.rect(), clip_op, is_aa);
} else {
tracker_.clipRRect(rrect, clip_op, is_aa);
if (current_layer_->is_nop_ || tracker_.is_cull_rect_empty()) {
current_layer_->is_nop_ = true;
return;
}
checkForDeferredSave();
switch (clip_op) {
case ClipOp::kIntersect:
Push<ClipIntersectRRectOp>(0, 1, rrect, is_aa);
break;
case ClipOp::kDifference:
Push<ClipDifferenceRRectOp>(0, 1, rrect, is_aa);
break;
}
}
}
void DisplayListBuilder::ClipPath(const SkPath& path,
ClipOp clip_op,
bool is_aa) {
if (!path.isInverseFillType()) {
SkRect rect;
if (path.isRect(&rect)) {
this->clipRect(rect, clip_op, is_aa);
return;
}
SkRRect rrect;
if (path.isOval(&rect)) {
rrect.setOval(rect);
this->clipRRect(rrect, clip_op, is_aa);
return;
}
if (path.isRRect(&rrect)) {
this->clipRRect(rrect, clip_op, is_aa);
return;
}
}
tracker_.clipPath(path, clip_op, is_aa);
if (current_layer_->is_nop_ || tracker_.is_cull_rect_empty()) {
current_layer_->is_nop_ = true;
return;
}
checkForDeferredSave();
switch (clip_op) {
case ClipOp::kIntersect:
Push<ClipIntersectPathOp>(0, 1, path, is_aa);
break;
case ClipOp::kDifference:
Push<ClipDifferencePathOp>(0, 1, path, is_aa);
break;
}
}
bool DisplayListBuilder::QuickReject(const SkRect& bounds) const {
return tracker_.content_culled(bounds);
}
void DisplayListBuilder::drawPaint() {
OpResult result = PaintResult(current_, kDrawPaintFlags);
if (result != OpResult::kNoEffect && AccumulateUnbounded()) {
Push<DrawPaintOp>(0, 1);
CheckLayerOpacityCompatibility();
UpdateLayerResult(result);
}
}
void DisplayListBuilder::DrawPaint(const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawPaintFlags);
drawPaint();
}
void DisplayListBuilder::DrawColor(DlColor color, DlBlendMode mode) {
OpResult result = PaintResult(DlPaint(color).setBlendMode(mode));
if (result != OpResult::kNoEffect && AccumulateUnbounded()) {
Push<DrawColorOp>(0, 1, color, mode);
CheckLayerOpacityCompatibility(mode);
UpdateLayerResult(result);
}
}
void DisplayListBuilder::drawLine(const SkPoint& p0, const SkPoint& p1) {
SkRect bounds = SkRect::MakeLTRB(p0.fX, p0.fY, p1.fX, p1.fY).makeSorted();
DisplayListAttributeFlags flags =
(bounds.width() > 0.0f && bounds.height() > 0.0f) ? kDrawLineFlags
: kDrawHVLineFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect && AccumulateOpBounds(bounds, flags)) {
Push<DrawLineOp>(0, 1, p0, p1);
CheckLayerOpacityCompatibility();
UpdateLayerResult(result);
}
}
void DisplayListBuilder::DrawLine(const SkPoint& p0,
const SkPoint& p1,
const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawLineFlags);
drawLine(p0, p1);
}
void DisplayListBuilder::drawRect(const SkRect& rect) {
DisplayListAttributeFlags flags = kDrawRectFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect &&
AccumulateOpBounds(rect.makeSorted(), flags)) {
Push<DrawRectOp>(0, 1, rect);
CheckLayerOpacityCompatibility();
UpdateLayerResult(result);
}
}
void DisplayListBuilder::DrawRect(const SkRect& rect, const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawRectFlags);
drawRect(rect);
}
void DisplayListBuilder::drawOval(const SkRect& bounds) {
DisplayListAttributeFlags flags = kDrawOvalFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect &&
AccumulateOpBounds(bounds.makeSorted(), flags)) {
Push<DrawOvalOp>(0, 1, bounds);
CheckLayerOpacityCompatibility();
UpdateLayerResult(result);
}
}
void DisplayListBuilder::DrawOval(const SkRect& bounds, const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawOvalFlags);
drawOval(bounds);
}
void DisplayListBuilder::drawCircle(const SkPoint& center, SkScalar radius) {
DisplayListAttributeFlags flags = kDrawCircleFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect) {
SkRect bounds = SkRect::MakeLTRB(center.fX - radius, center.fY - radius,
center.fX + radius, center.fY + radius);
if (AccumulateOpBounds(bounds, flags)) {
Push<DrawCircleOp>(0, 1, center, radius);
CheckLayerOpacityCompatibility();
UpdateLayerResult(result);
}
}
}
void DisplayListBuilder::DrawCircle(const SkPoint& center,
SkScalar radius,
const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawCircleFlags);
drawCircle(center, radius);
}
void DisplayListBuilder::drawRRect(const SkRRect& rrect) {
if (rrect.isRect()) {
drawRect(rrect.rect());
} else if (rrect.isOval()) {
drawOval(rrect.rect());
} else {
DisplayListAttributeFlags flags = kDrawRRectFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect &&
AccumulateOpBounds(rrect.getBounds(), flags)) {
Push<DrawRRectOp>(0, 1, rrect);
CheckLayerOpacityCompatibility();
UpdateLayerResult(result);
}
}
}
void DisplayListBuilder::DrawRRect(const SkRRect& rrect, const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawRRectFlags);
drawRRect(rrect);
}
void DisplayListBuilder::drawDRRect(const SkRRect& outer,
const SkRRect& inner) {
DisplayListAttributeFlags flags = kDrawDRRectFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect &&
AccumulateOpBounds(outer.getBounds(), flags)) {
Push<DrawDRRectOp>(0, 1, outer, inner);
CheckLayerOpacityCompatibility();
UpdateLayerResult(result);
}
}
void DisplayListBuilder::DrawDRRect(const SkRRect& outer,
const SkRRect& inner,
const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawDRRectFlags);
drawDRRect(outer, inner);
}
void DisplayListBuilder::drawPath(const SkPath& path) {
DisplayListAttributeFlags flags = kDrawPathFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect) {
bool is_visible = path.isInverseFillType()
? AccumulateUnbounded()
: AccumulateOpBounds(path.getBounds(), flags);
if (is_visible) {
Push<DrawPathOp>(0, 1, path);
CheckLayerOpacityHairlineCompatibility();
UpdateLayerResult(result);
}
}
}
void DisplayListBuilder::DrawPath(const SkPath& path, const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawPathFlags);
drawPath(path);
}
void DisplayListBuilder::drawArc(const SkRect& bounds,
SkScalar start,
SkScalar sweep,
bool useCenter) {
DisplayListAttributeFlags flags = //
useCenter //
? kDrawArcWithCenterFlags
: kDrawArcNoCenterFlags;
OpResult result = PaintResult(current_, flags);
// This could be tighter if we compute where the start and end
// angles are and then also consider the quadrants swept and
// the center if specified.
if (result != OpResult::kNoEffect && AccumulateOpBounds(bounds, flags)) {
Push<DrawArcOp>(0, 1, bounds, start, sweep, useCenter);
if (useCenter) {
CheckLayerOpacityHairlineCompatibility();
} else {
CheckLayerOpacityCompatibility();
}
UpdateLayerResult(result);
}
}
void DisplayListBuilder::DrawArc(const SkRect& bounds,
SkScalar start,
SkScalar sweep,
bool useCenter,
const DlPaint& paint) {
SetAttributesFromPaint(
paint, useCenter ? kDrawArcWithCenterFlags : kDrawArcNoCenterFlags);
drawArc(bounds, start, sweep, useCenter);
}
DisplayListAttributeFlags DisplayListBuilder::FlagsForPointMode(
PointMode mode) {
switch (mode) {
case DlCanvas::PointMode::kPoints:
return kDrawPointsAsPointsFlags;
case PointMode::kLines:
return kDrawPointsAsLinesFlags;
case PointMode::kPolygon:
return kDrawPointsAsPolygonFlags;
}
FML_UNREACHABLE();
}
void DisplayListBuilder::drawPoints(PointMode mode,
uint32_t count,
const SkPoint pts[]) {
if (count == 0) {
return;
}
DisplayListAttributeFlags flags = FlagsForPointMode(mode);
OpResult result = PaintResult(current_, flags);
if (result == OpResult::kNoEffect) {
return;
}
FML_DCHECK(count < DlOpReceiver::kMaxDrawPointsCount);
int bytes = count * sizeof(SkPoint);
RectBoundsAccumulator ptBounds;
for (size_t i = 0; i < count; i++) {
ptBounds.accumulate(pts[i]);
}
SkRect point_bounds = ptBounds.bounds();
if (!AccumulateOpBounds(point_bounds, flags)) {
return;
}
void* data_ptr;
switch (mode) {
case PointMode::kPoints:
data_ptr = Push<DrawPointsOp>(bytes, 1, count);
break;
case PointMode::kLines:
data_ptr = Push<DrawLinesOp>(bytes, 1, count);
break;
case PointMode::kPolygon:
data_ptr = Push<DrawPolygonOp>(bytes, 1, count);
break;
default:
FML_UNREACHABLE();
return;
}
CopyV(data_ptr, pts, count);
// drawPoints treats every point or line (or segment of a polygon)
// as a completely separate operation meaning we cannot ensure
// distribution of group opacity without analyzing the mode and the
// bounds of every sub-primitive.
// See: https://fiddle.skia.org/c/228459001d2de8db117ce25ef5cedb0c
UpdateLayerOpacityCompatibility(false);
UpdateLayerResult(result);
}
void DisplayListBuilder::DrawPoints(PointMode mode,
uint32_t count,
const SkPoint pts[],
const DlPaint& paint) {
SetAttributesFromPaint(paint, FlagsForPointMode(mode));
drawPoints(mode, count, pts);
}
void DisplayListBuilder::drawVertices(const DlVertices* vertices,
DlBlendMode mode) {
DisplayListAttributeFlags flags = kDrawVerticesFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect &&
AccumulateOpBounds(vertices->bounds(), flags)) {
void* pod = Push<DrawVerticesOp>(vertices->size(), 1, mode);
new (pod) DlVertices(vertices);
// DrawVertices applies its colors to the paint so we have no way
// of controlling opacity using the current paint attributes.
// Although, examination of the |mode| might find some predictable
// cases.
UpdateLayerOpacityCompatibility(false);
UpdateLayerResult(result);
}
}
void DisplayListBuilder::DrawVertices(const DlVertices* vertices,
DlBlendMode mode,
const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawVerticesFlags);
drawVertices(vertices, mode);
}
void DisplayListBuilder::drawImage(const sk_sp<DlImage> image,
const SkPoint point,
DlImageSampling sampling,
bool render_with_attributes) {
DisplayListAttributeFlags flags = render_with_attributes //
? kDrawImageWithPaintFlags
: kDrawImageFlags;
OpResult result = PaintResult(current_, flags);
if (result == OpResult::kNoEffect) {
return;
}
SkRect bounds = SkRect::MakeXYWH(point.fX, point.fY, //
image->width(), image->height());
if (AccumulateOpBounds(bounds, flags)) {
render_with_attributes
? Push<DrawImageWithAttrOp>(0, 1, image, point, sampling)
: Push<DrawImageOp>(0, 1, image, point, sampling);
CheckLayerOpacityCompatibility(render_with_attributes);
UpdateLayerResult(result);
is_ui_thread_safe_ = is_ui_thread_safe_ && image->isUIThreadSafe();
}
}
void DisplayListBuilder::DrawImage(const sk_sp<DlImage>& image,
const SkPoint point,
DlImageSampling sampling,
const DlPaint* paint) {
if (paint != nullptr) {
SetAttributesFromPaint(*paint,
DisplayListOpFlags::kDrawImageWithPaintFlags);
drawImage(image, point, sampling, true);
} else {
drawImage(image, point, sampling, false);
}
}
void DisplayListBuilder::drawImageRect(const sk_sp<DlImage> image,
const SkRect& src,
const SkRect& dst,
DlImageSampling sampling,
bool render_with_attributes,
SrcRectConstraint constraint) {
DisplayListAttributeFlags flags = render_with_attributes
? kDrawImageRectWithPaintFlags
: kDrawImageRectFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect && AccumulateOpBounds(dst, flags)) {
Push<DrawImageRectOp>(0, 1, image, src, dst, sampling,
render_with_attributes, constraint);
CheckLayerOpacityCompatibility(render_with_attributes);
UpdateLayerResult(result);
is_ui_thread_safe_ = is_ui_thread_safe_ && image->isUIThreadSafe();
}
}
void DisplayListBuilder::DrawImageRect(const sk_sp<DlImage>& image,
const SkRect& src,
const SkRect& dst,
DlImageSampling sampling,
const DlPaint* paint,
SrcRectConstraint constraint) {
if (paint != nullptr) {
SetAttributesFromPaint(*paint,
DisplayListOpFlags::kDrawImageRectWithPaintFlags);
drawImageRect(image, src, dst, sampling, true, constraint);
} else {
drawImageRect(image, src, dst, sampling, false, constraint);
}
}
void DisplayListBuilder::drawImageNine(const sk_sp<DlImage> image,
const SkIRect& center,
const SkRect& dst,
DlFilterMode filter,
bool render_with_attributes) {
DisplayListAttributeFlags flags = render_with_attributes
? kDrawImageNineWithPaintFlags
: kDrawImageNineFlags;
OpResult result = PaintResult(current_, flags);
if (result != OpResult::kNoEffect && AccumulateOpBounds(dst, flags)) {
render_with_attributes
? Push<DrawImageNineWithAttrOp>(0, 1, image, center, dst, filter)
: Push<DrawImageNineOp>(0, 1, image, center, dst, filter);
CheckLayerOpacityCompatibility(render_with_attributes);
UpdateLayerResult(result);
is_ui_thread_safe_ = is_ui_thread_safe_ && image->isUIThreadSafe();
}
}
void DisplayListBuilder::DrawImageNine(const sk_sp<DlImage>& image,
const SkIRect& center,
const SkRect& dst,
DlFilterMode filter,
const DlPaint* paint) {
if (paint != nullptr) {
SetAttributesFromPaint(*paint,
DisplayListOpFlags::kDrawImageNineWithPaintFlags);
drawImageNine(image, center, dst, filter, true);
} else {
drawImageNine(image, center, dst, filter, false);
}
}
void DisplayListBuilder::drawAtlas(const sk_sp<DlImage> atlas,
const SkRSXform xform[],
const SkRect tex[],
const DlColor colors[],
int count,
DlBlendMode mode,
DlImageSampling sampling,
const SkRect* cull_rect,
bool render_with_attributes) {
DisplayListAttributeFlags flags = render_with_attributes //
? kDrawAtlasWithPaintFlags
: kDrawAtlasFlags;
OpResult result = PaintResult(current_, flags);
if (result == OpResult::kNoEffect) {
return;
}
SkPoint quad[4];
RectBoundsAccumulator atlasBounds;
for (int i = 0; i < count; i++) {
const SkRect& src = tex[i];
xform[i].toQuad(src.width(), src.height(), quad);
for (int j = 0; j < 4; j++) {
atlasBounds.accumulate(quad[j]);
}
}
if (atlasBounds.is_empty() ||
!AccumulateOpBounds(atlasBounds.bounds(), flags)) {
return;
}
int bytes = count * (sizeof(SkRSXform) + sizeof(SkRect));
void* data_ptr;
if (colors != nullptr) {
bytes += count * sizeof(DlColor);
if (cull_rect != nullptr) {
data_ptr =
Push<DrawAtlasCulledOp>(bytes, 1, atlas, count, mode, sampling, true,
*cull_rect, render_with_attributes);
} else {
data_ptr = Push<DrawAtlasOp>(bytes, 1, atlas, count, mode, sampling, true,
render_with_attributes);
}
CopyV(data_ptr, xform, count, tex, count, colors, count);
} else {
if (cull_rect != nullptr) {
data_ptr =
Push<DrawAtlasCulledOp>(bytes, 1, atlas, count, mode, sampling, false,
*cull_rect, render_with_attributes);
} else {
data_ptr = Push<DrawAtlasOp>(bytes, 1, atlas, count, mode, sampling,
false, render_with_attributes);
}
CopyV(data_ptr, xform, count, tex, count);
}
// drawAtlas treats each image as a separate operation so we cannot rely
// on it to distribute the opacity without overlap without checking all
// of the transforms and texture rectangles.
UpdateLayerOpacityCompatibility(false);
UpdateLayerResult(result);
is_ui_thread_safe_ = is_ui_thread_safe_ && atlas->isUIThreadSafe();
}
void DisplayListBuilder::DrawAtlas(const sk_sp<DlImage>& atlas,
const SkRSXform xform[],
const SkRect tex[],
const DlColor colors[],
int count,
DlBlendMode mode,
DlImageSampling sampling,
const SkRect* cull_rect,
const DlPaint* paint) {
if (paint != nullptr) {
SetAttributesFromPaint(*paint,
DisplayListOpFlags::kDrawAtlasWithPaintFlags);
drawAtlas(atlas, xform, tex, colors, count, mode, sampling, cull_rect,
true);
} else {
drawAtlas(atlas, xform, tex, colors, count, mode, sampling, cull_rect,
false);
}
}
void DisplayListBuilder::DrawDisplayList(const sk_sp<DisplayList> display_list,
SkScalar opacity) {
if (!SkScalarIsFinite(opacity) || opacity <= SK_ScalarNearlyZero ||
display_list->op_count() == 0 || display_list->bounds().isEmpty() ||
current_layer_->is_nop_) {
return;
}
const SkRect bounds = display_list->bounds();
bool accumulated;
switch (accumulator()->type()) {
case BoundsAccumulatorType::kRect:
accumulated = AccumulateOpBounds(bounds, kDrawDisplayListFlags);
break;
case BoundsAccumulatorType::kRTree:
auto rtree = display_list->rtree();
if (rtree) {
std::list<SkRect> rects =
rtree->searchAndConsolidateRects(GetLocalClipBounds(), false);
accumulated = false;
for (const SkRect& rect : rects) {
// TODO (https://github.com/flutter/flutter/issues/114919): Attributes
// are not necessarily `kDrawDisplayListFlags`.
if (AccumulateOpBounds(rect, kDrawDisplayListFlags)) {
accumulated = true;
}
}
} else {
accumulated = AccumulateOpBounds(bounds, kDrawDisplayListFlags);
}
break;
}
if (!accumulated) {
return;
}
DlPaint current_paint = current_;
Push<DrawDisplayListOp>(0, 1, display_list,
opacity < SK_Scalar1 ? opacity : SK_Scalar1);
is_ui_thread_safe_ = is_ui_thread_safe_ && display_list->isUIThreadSafe();
// Not really necessary if the developer is interacting with us via
// our attribute-state-less DlCanvas methods, but this avoids surprises
// for those who may have been using the stateful Dispatcher methods.
SetAttributesFromPaint(current_paint,
DisplayListOpFlags::kSaveLayerWithPaintFlags);
// The non-nested op count accumulated in the |Push| method will include
// this call to |drawDisplayList| for non-nested op count metrics.
// But, for nested op count metrics we want the |drawDisplayList| call itself
// to be transparent. So we subtract 1 from our accumulated nested count to
// balance out against the 1 that was accumulated into the regular count.
// This behavior is identical to the way SkPicture computed nested op counts.
nested_op_count_ += display_list->op_count(true) - 1;
nested_bytes_ += display_list->bytes(true);
UpdateLayerOpacityCompatibility(display_list->can_apply_group_opacity());
// Nop DisplayLists are eliminated above so we either affect transparent
// pixels or we do not. We should not have [kNoEffect].
UpdateLayerResult(display_list->modifies_transparent_black()
? OpResult::kAffectsAll
: OpResult::kPreservesTransparency);
}
void DisplayListBuilder::drawTextBlob(const sk_sp<SkTextBlob> blob,
SkScalar x,
SkScalar y) {
DisplayListAttributeFlags flags = kDrawTextBlobFlags;
OpResult result = PaintResult(current_, flags);
if (result == OpResult::kNoEffect) {
return;
}
bool unclipped = AccumulateOpBounds(blob->bounds().makeOffset(x, y), flags);
// TODO(https://github.com/flutter/flutter/issues/82202): Remove once the
// unit tests can use Fuchsia's font manager instead of the empty default.
// Until then we might encounter empty bounds for otherwise valid text and
// thus we ignore the results from AccumulateOpBounds.
#if defined(OS_FUCHSIA)
unclipped = true;
#endif // OS_FUCHSIA
if (unclipped) {
Push<DrawTextBlobOp>(0, 1, blob, x, y);
// There is no way to query if the glyphs of a text blob overlap and
// there are no current guarantees from either Skia or Impeller that
// they will protect overlapping glyphs from the effects of overdraw
// so we must make the conservative assessment that this DL layer is
// not compatible with group opacity inheritance.
UpdateLayerOpacityCompatibility(false);
UpdateLayerResult(result);
}
}
void DisplayListBuilder::DrawTextBlob(const sk_sp<SkTextBlob>& blob,
SkScalar x,
SkScalar y,
const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawTextBlobFlags);
drawTextBlob(blob, x, y);
}
void DisplayListBuilder::drawTextFrame(
const std::shared_ptr<impeller::TextFrame>& text_frame,
SkScalar x,
SkScalar y) {
DisplayListAttributeFlags flags = kDrawTextBlobFlags;
OpResult result = PaintResult(current_, flags);
if (result == OpResult::kNoEffect) {
return;
}
impeller::Rect bounds = text_frame->GetBounds();
SkRect sk_bounds = SkRect::MakeLTRB(bounds.GetLeft(), bounds.GetTop(),
bounds.GetRight(), bounds.GetBottom());
bool unclipped = AccumulateOpBounds(sk_bounds.makeOffset(x, y), flags);
// TODO(https://github.com/flutter/flutter/issues/82202): Remove once the
// unit tests can use Fuchsia's font manager instead of the empty default.
// Until then we might encounter empty bounds for otherwise valid text and
// thus we ignore the results from AccumulateOpBounds.
#if defined(OS_FUCHSIA)
unclipped = true;
#endif // OS_FUCHSIA
if (unclipped) {
Push<DrawTextFrameOp>(0, 1, text_frame, x, y);
// There is no way to query if the glyphs of a text blob overlap and
// there are no current guarantees from either Skia or Impeller that
// they will protect overlapping glyphs from the effects of overdraw
// so we must make the conservative assessment that this DL layer is
// not compatible with group opacity inheritance.
UpdateLayerOpacityCompatibility(false);
UpdateLayerResult(result);
}
}
void DisplayListBuilder::DrawTextFrame(
const std::shared_ptr<impeller::TextFrame>& text_frame,
SkScalar x,
SkScalar y,
const DlPaint& paint) {
SetAttributesFromPaint(paint, DisplayListOpFlags::kDrawTextBlobFlags);
drawTextFrame(text_frame, x, y);
}
void DisplayListBuilder::DrawShadow(const SkPath& path,
const DlColor color,
const SkScalar elevation,
bool transparent_occluder,
SkScalar dpr) {
OpResult result = PaintResult(DlPaint(color));
if (result != OpResult::kNoEffect) {
SkRect shadow_bounds =
DlCanvas::ComputeShadowBounds(path, elevation, dpr, GetTransform());
if (AccumulateOpBounds(shadow_bounds, kDrawShadowFlags)) {
transparent_occluder //
? Push<DrawShadowTransparentOccluderOp>(0, 1, path, color, elevation,
dpr)
: Push<DrawShadowOp>(0, 1, path, color, elevation, dpr);
UpdateLayerOpacityCompatibility(false);
UpdateLayerResult(result);
}
}
}
bool DisplayListBuilder::AdjustBoundsForPaint(SkRect& bounds,
DisplayListAttributeFlags flags) {
if (flags.ignores_paint()) {
return true;
}
if (flags.is_geometric()) {
bool is_stroked = flags.is_stroked(current_.getDrawStyle());
// Path effect occurs before stroking...
DisplayListSpecialGeometryFlags special_flags =
flags.WithPathEffect(current_.getPathEffectPtr(), is_stroked);
if (current_.getPathEffect()) {
auto effect_bounds = current_.getPathEffect()->effect_bounds(bounds);
if (!effect_bounds.has_value()) {
return false;
}
bounds = effect_bounds.value();
}
if (is_stroked) {
// Determine the max multiplier to the stroke width first.
SkScalar pad = 1.0f;
if (current_.getStrokeJoin() == DlStrokeJoin::kMiter &&
special_flags.may_have_acute_joins()) {
pad = std::max(pad, current_.getStrokeMiter());
}
if (current_.getStrokeCap() == DlStrokeCap::kSquare &&
special_flags.may_have_diagonal_caps()) {
pad = std::max(pad, SK_ScalarSqrt2);
}
SkScalar min_stroke_width = 0.01;
pad *= std::max(current_.getStrokeWidth() * 0.5f, min_stroke_width);
bounds.outset(pad, pad);
}
}
if (flags.applies_mask_filter()) {
auto filter = current_.getMaskFilter();
if (filter) {
switch (filter->type()) {
case DlMaskFilterType::kBlur: {
FML_DCHECK(filter->asBlur());
SkScalar mask_sigma_pad = filter->asBlur()->sigma() * 3.0;
bounds.outset(mask_sigma_pad, mask_sigma_pad);
}
}
}
}
// Color filter does not modify bounds even if it affects transparent
// black because it is clipped by the "mask" of the primitive. That
// property only comes into play when it is applied to something like
// a layer.
if (flags.applies_image_filter()) {
auto filter = current_.getImageFilterPtr();
if (filter && !filter->map_local_bounds(bounds, bounds)) {
return false;
}
}
return true;
}
bool DisplayListBuilder::AccumulateUnbounded() {
SkRect clip = tracker_.device_cull_rect();
if (clip.isEmpty()) {
return false;
}
accumulator()->accumulate(clip, op_index_);
if (current_layer_->layer_accumulator_) {
FML_DCHECK(layer_tracker_);
current_layer_->layer_accumulator_->accumulate(
layer_tracker_->device_cull_rect());
}
return true;
}
bool DisplayListBuilder::AccumulateOpBounds(SkRect& bounds,
DisplayListAttributeFlags flags) {
if (AdjustBoundsForPaint(bounds, flags)) {
return AccumulateBounds(bounds);
} else {
return AccumulateUnbounded();
}
}
bool DisplayListBuilder::AccumulateBounds(SkRect& bounds) {
if (!bounds.isEmpty()) {
SkRect device_bounds;
tracker_.mapRect(bounds, &device_bounds);
if (device_bounds.intersect(tracker_.device_cull_rect())) {
accumulator()->accumulate(device_bounds, op_index_);
if (current_layer_->layer_accumulator_) {
FML_DCHECK(layer_tracker_);
SkRect layer_bounds;
layer_tracker_->mapRect(bounds, &layer_bounds);
current_layer_->layer_accumulator_->accumulate(layer_bounds);
}
return true;
}
}
return false;
}
bool DisplayListBuilder::paint_nops_on_transparency() {
// SkImageFilter::canComputeFastBounds tests for transparency behavior
// This test assumes that the blend mode checked down below will
// NOP on transparent black.
if (current_.getImageFilterPtr() &&
current_.getImageFilterPtr()->modifies_transparent_black()) {
return false;
}
// We filter the transparent black that is used for the background of a
// saveLayer and make sure it returns transparent black. If it does, then
// the color filter will leave all area surrounding the contents of the
// save layer untouched out to the edge of the output surface.
// This test assumes that the blend mode checked down below will
// NOP on transparent black.
if (current_.getColorFilterPtr() &&
current_.getColorFilterPtr()->modifies_transparent_black()) {
return false;
}
// Unusual blendmodes require us to process a saved layer
// even with operations outside the clip.
// For example, DstIn is used by masking layers.
// https://code.google.com/p/skia/issues/detail?id=1291
// https://crbug.com/401593
switch (current_.getBlendMode()) {
// For each of the following transfer modes, if the source
// alpha is zero (our transparent black), the resulting
// blended pixel is not necessarily equal to the original
// destination pixel.
// Mathematically, any time in the following equations where
// the result is not d assuming source is 0
case DlBlendMode::kClear: // r = 0
case DlBlendMode::kSrc: // r = s
case DlBlendMode::kSrcIn: // r = s * da
case DlBlendMode::kDstIn: // r = d * sa
case DlBlendMode::kSrcOut: // r = s * (1-da)
case DlBlendMode::kDstATop: // r = d*sa + s*(1-da)
case DlBlendMode::kModulate: // r = s*d
return false;
break;
// And in these equations, the result must be d if the
// source is 0
case DlBlendMode::kDst: // r = d
case DlBlendMode::kSrcOver: // r = s + (1-sa)*d
case DlBlendMode::kDstOver: // r = d + (1-da)*s
case DlBlendMode::kDstOut: // r = d * (1-sa)
case DlBlendMode::kSrcATop: // r = s*da + d*(1-sa)
case DlBlendMode::kXor: // r = s*(1-da) + d*(1-sa)
case DlBlendMode::kPlus: // r = min(s + d, 1)
case DlBlendMode::kScreen: // r = s + d - s*d
case DlBlendMode::kOverlay: // multiply or screen, depending on dest
case DlBlendMode::kDarken: // rc = s + d - max(s*da, d*sa),
// ra = kSrcOver
case DlBlendMode::kLighten: // rc = s + d - min(s*da, d*sa),
// ra = kSrcOver
case DlBlendMode::kColorDodge: // brighten destination to reflect source
case DlBlendMode::kColorBurn: // darken destination to reflect source
case DlBlendMode::kHardLight: // multiply or screen, depending on source
case DlBlendMode::kSoftLight: // lighten or darken, depending on source
case DlBlendMode::kDifference: // rc = s + d - 2*(min(s*da, d*sa)),
// ra = kSrcOver
case DlBlendMode::kExclusion: // rc = s + d - two(s*d), ra = kSrcOver
case DlBlendMode::kMultiply: // r = s*(1-da) + d*(1-sa) + s*d
case DlBlendMode::kHue: // ra = kSrcOver
case DlBlendMode::kSaturation: // ra = kSrcOver
case DlBlendMode::kColor: // ra = kSrcOver
case DlBlendMode::kLuminosity: // ra = kSrcOver
return true;
break;
}
}
DlColor DisplayListBuilder::GetEffectiveColor(const DlPaint& paint,
DisplayListAttributeFlags flags) {
DlColor color;
if (flags.applies_color()) {
const DlColorSource* source = paint.getColorSourcePtr();
if (source) {
if (source->asColor()) {
color = source->asColor()->color();
} else {
color = source->is_opaque() ? DlColor::kBlack() : kAnyColor;
}
} else {
color = paint.getColor();
}
} else if (flags.applies_alpha()) {
// If the operation applies alpha, but not color, then the only impact
// of the alpha is to modulate the output towards transparency.
// We can not guarantee an opaque source even if the alpha is opaque
// since that would require knowing something about the colors that
// the alpha is modulating, but we can guarantee a transparent source
// if the alpha is 0.
color = (paint.getAlpha() == 0) ? DlColor::kTransparent() : kAnyColor;
} else {
color = kAnyColor;
}
if (flags.applies_image_filter()) {
auto filter = paint.getImageFilterPtr();
if (filter) {
if (!color.isTransparent() || filter->modifies_transparent_black()) {
color = kAnyColor;
}
}
}
if (flags.applies_color_filter()) {
auto filter = paint.getColorFilterPtr();
if (filter) {
if (!color.isTransparent() || filter->modifies_transparent_black()) {
color = kAnyColor;
}
}
}
return color;
}
DisplayListBuilder::OpResult DisplayListBuilder::PaintResult(
const DlPaint& paint,
DisplayListAttributeFlags flags) {
if (current_layer_->is_nop_) {
return OpResult::kNoEffect;
}
if (flags.applies_blend()) {
switch (paint.getBlendMode()) {
// Nop blend mode (singular, there is only one)
case DlBlendMode::kDst:
return OpResult::kNoEffect;
// Always clears pixels blend mode (singular, there is only one)
case DlBlendMode::kClear:
return OpResult::kPreservesTransparency;
case DlBlendMode::kHue:
case DlBlendMode::kSaturation:
case DlBlendMode::kColor:
case DlBlendMode::kLuminosity:
case DlBlendMode::kColorBurn:
return GetEffectiveColor(paint, flags).isTransparent()
? OpResult::kNoEffect
: OpResult::kAffectsAll;
// kSrcIn modifies pixels towards transparency
case DlBlendMode::kSrcIn:
return OpResult::kPreservesTransparency;
// These blend modes preserve destination alpha
case DlBlendMode::kSrcATop:
case DlBlendMode::kDstOut:
return GetEffectiveColor(paint, flags).isTransparent()
? OpResult::kNoEffect
: OpResult::kPreservesTransparency;
// Always destructive blend modes, potentially not affecting transparency
case DlBlendMode::kSrc:
case DlBlendMode::kSrcOut:
case DlBlendMode::kDstATop:
return GetEffectiveColor(paint, flags).isTransparent()
? OpResult::kPreservesTransparency
: OpResult::kAffectsAll;
// The kDstIn blend mode modifies the destination unless the
// source color is opaque.
case DlBlendMode::kDstIn:
return GetEffectiveColor(paint, flags).isOpaque()
? OpResult::kNoEffect
: OpResult::kPreservesTransparency;
// The next group of blend modes modifies the destination unless the
// source color is transparent.
case DlBlendMode::kSrcOver:
case DlBlendMode::kDstOver:
case DlBlendMode::kXor:
case DlBlendMode::kPlus:
case DlBlendMode::kScreen:
case DlBlendMode::kMultiply:
case DlBlendMode::kOverlay:
case DlBlendMode::kDarken:
case DlBlendMode::kLighten:
case DlBlendMode::kColorDodge:
case DlBlendMode::kHardLight:
case DlBlendMode::kSoftLight:
case DlBlendMode::kDifference:
case DlBlendMode::kExclusion:
return GetEffectiveColor(paint, flags).isTransparent()
? OpResult::kNoEffect
: OpResult::kAffectsAll;
// Modulate only leaves the pixel alone when the source is white.
case DlBlendMode::kModulate:
return GetEffectiveColor(paint, flags) == DlColor::kWhite()
? OpResult::kNoEffect
: OpResult::kPreservesTransparency;
}
}
return OpResult::kAffectsAll;
}
} // namespace flutter
| engine/display_list/dl_builder.cc/0 | {
"file_path": "engine/display_list/dl_builder.cc",
"repo_id": "engine",
"token_count": 29708
} | 182 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_DISPLAY_LIST_DL_TILE_MODE_H_
#define FLUTTER_DISPLAY_LIST_DL_TILE_MODE_H_
namespace flutter {
// An enum to define how to repeat, fold, or omit colors outside of the
// typically defined range of the source of the colors (such as the
// bounds of an image or the defining geoetry of a gradient).
enum class DlTileMode {
// Replicate the edge color if the |DlColorSource| draws outside of the
// defined bounds.
kClamp,
// Repeat the |DlColorSource|'s defined colors both horizontally and
// vertically (or both along and perpendicular to a gradient's geometry).
kRepeat,
// Repeat the |DlColorSource|'s colors horizontally and vertically,
// alternating mirror images so that adjacent images always seam.
kMirror,
// Only draw within the original domain, return transparent-black everywhere
// else.
kDecal,
};
} // namespace flutter
#endif // FLUTTER_DISPLAY_LIST_DL_TILE_MODE_H_
| engine/display_list/dl_tile_mode.h/0 | {
"file_path": "engine/display_list/dl_tile_mode.h",
"repo_id": "engine",
"token_count": 318
} | 183 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "flutter/display_list/effects/dl_path_effect.h"
namespace flutter {
static void DlPathEffectDeleter(void* p) {
// Some of our target environments would prefer a sized delete,
// but other target environments do not have that operator.
// Use an unsized delete until we get better agreement in the
// environments.
// See https://github.com/flutter/flutter/issues/100327
::operator delete(p);
}
std::shared_ptr<DlPathEffect> DlDashPathEffect::Make(const SkScalar* intervals,
int count,
SkScalar phase) {
size_t needed = sizeof(DlDashPathEffect) + sizeof(SkScalar) * count;
void* storage = ::operator new(needed);
std::shared_ptr<DlDashPathEffect> ret;
ret.reset(new (storage) DlDashPathEffect(intervals, count, phase),
DlPathEffectDeleter);
return std::move(ret);
}
std::optional<SkRect> DlDashPathEffect::effect_bounds(SkRect& rect) const {
// The dashed path will always be a subset of the original.
return rect;
}
} // namespace flutter
| engine/display_list/effects/dl_path_effect.cc/0 | {
"file_path": "engine/display_list/effects/dl_path_effect.cc",
"repo_id": "engine",
"token_count": 474
} | 184 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_DISPLAY_LIST_SKIA_DL_SK_CANVAS_H_
#define FLUTTER_DISPLAY_LIST_SKIA_DL_SK_CANVAS_H_
#include "flutter/display_list/dl_canvas.h"
#include "flutter/display_list/skia/dl_sk_types.h"
#include "impeller/typographer/text_frame.h"
namespace flutter {
// -----------------------------------------------------------------------------
/// @brief Backend implementation of |DlCanvas| for |SkCanvas|.
///
/// @see DlCanvas
class DlSkCanvasAdapter final : public virtual DlCanvas {
public:
DlSkCanvasAdapter() : delegate_(nullptr) {}
explicit DlSkCanvasAdapter(SkCanvas* canvas) : delegate_(canvas) {}
~DlSkCanvasAdapter() override = default;
void set_canvas(SkCanvas* canvas);
SkCanvas* canvas() { return delegate_; }
SkISize GetBaseLayerSize() const override;
SkImageInfo GetImageInfo() const override;
void Save() override;
void SaveLayer(const SkRect* bounds,
const DlPaint* paint = nullptr,
const DlImageFilter* backdrop = nullptr) override;
void Restore() override;
int GetSaveCount() const override;
void RestoreToCount(int restore_count) override;
void Translate(SkScalar tx, SkScalar ty) override;
void Scale(SkScalar sx, SkScalar sy) override;
void Rotate(SkScalar degrees) override;
void Skew(SkScalar sx, SkScalar sy) override;
// clang-format off
// 2x3 2D affine subset of a 4x4 transform in row major order
void Transform2DAffine(SkScalar mxx, SkScalar mxy, SkScalar mxt,
SkScalar myx, SkScalar myy, SkScalar myt) override;
// full 4x4 transform in row major order
void TransformFullPerspective(
SkScalar mxx, SkScalar mxy, SkScalar mxz, SkScalar mxt,
SkScalar myx, SkScalar myy, SkScalar myz, SkScalar myt,
SkScalar mzx, SkScalar mzy, SkScalar mzz, SkScalar mzt,
SkScalar mwx, SkScalar mwy, SkScalar mwz, SkScalar mwt) override;
// clang-format on
void TransformReset() override;
void Transform(const SkMatrix* matrix) override;
void Transform(const SkM44* matrix44) override;
void SetTransform(const SkMatrix* matrix) override;
void SetTransform(const SkM44* matrix44) override;
using DlCanvas::SetTransform;
using DlCanvas::Transform;
/// Returns the 4x4 full perspective transform representing all transform
/// operations executed so far in this DisplayList within the enclosing
/// save stack.
SkM44 GetTransformFullPerspective() const override;
/// Returns the 3x3 partial perspective transform representing all transform
/// operations executed so far in this DisplayList within the enclosing
/// save stack.
SkMatrix GetTransform() const override;
void ClipRect(const SkRect& rect, ClipOp clip_op, bool is_aa) override;
void ClipRRect(const SkRRect& rrect, ClipOp clip_op, bool is_aa) override;
void ClipPath(const SkPath& path, ClipOp clip_op, bool is_aa) override;
/// Conservative estimate of the bounds of all outstanding clip operations
/// measured in the coordinate space within which this DisplayList will
/// be rendered.
SkRect GetDestinationClipBounds() const override;
/// Conservative estimate of the bounds of all outstanding clip operations
/// transformed into the local coordinate space in which currently
/// recorded rendering operations are interpreted.
SkRect GetLocalClipBounds() const override;
/// Return true iff the supplied bounds are easily shown to be outside
/// of the current clip bounds. This method may conservatively return
/// false if it cannot make the determination.
bool QuickReject(const SkRect& bounds) const override;
void DrawPaint(const DlPaint& paint) override;
void DrawColor(DlColor color, DlBlendMode mode) override;
void DrawLine(const SkPoint& p0,
const SkPoint& p1,
const DlPaint& paint) override;
void DrawRect(const SkRect& rect, const DlPaint& paint) override;
void DrawOval(const SkRect& bounds, const DlPaint& paint) override;
void DrawCircle(const SkPoint& center,
SkScalar radius,
const DlPaint& paint) override;
void DrawRRect(const SkRRect& rrect, const DlPaint& paint) override;
void DrawDRRect(const SkRRect& outer,
const SkRRect& inner,
const DlPaint& paint) override;
void DrawPath(const SkPath& path, const DlPaint& paint) override;
void DrawArc(const SkRect& bounds,
SkScalar start,
SkScalar sweep,
bool useCenter,
const DlPaint& paint) override;
void DrawPoints(PointMode mode,
uint32_t count,
const SkPoint pts[],
const DlPaint& paint) override;
void DrawVertices(const DlVertices* vertices,
DlBlendMode mode,
const DlPaint& paint) override;
void DrawImage(const sk_sp<DlImage>& image,
const SkPoint point,
DlImageSampling sampling,
const DlPaint* paint = nullptr) override;
void DrawImageRect(
const sk_sp<DlImage>& image,
const SkRect& src,
const SkRect& dst,
DlImageSampling sampling,
const DlPaint* paint = nullptr,
SrcRectConstraint constraint = SrcRectConstraint::kFast) override;
void DrawImageNine(const sk_sp<DlImage>& image,
const SkIRect& center,
const SkRect& dst,
DlFilterMode filter,
const DlPaint* paint = nullptr) override;
void DrawAtlas(const sk_sp<DlImage>& atlas,
const SkRSXform xform[],
const SkRect tex[],
const DlColor colors[],
int count,
DlBlendMode mode,
DlImageSampling sampling,
const SkRect* cullRect,
const DlPaint* paint = nullptr) override;
void DrawDisplayList(const sk_sp<DisplayList> display_list,
SkScalar opacity = SK_Scalar1) override;
void DrawTextBlob(const sk_sp<SkTextBlob>& blob,
SkScalar x,
SkScalar y,
const DlPaint& paint) override;
void DrawTextFrame(const std::shared_ptr<impeller::TextFrame>& text_frame,
SkScalar x,
SkScalar y,
const DlPaint& paint) override;
void DrawShadow(const SkPath& path,
const DlColor color,
const SkScalar elevation,
bool transparent_occluder,
SkScalar dpr) override;
void Flush() override;
private:
SkCanvas* delegate_;
};
} // namespace flutter
#endif // FLUTTER_DISPLAY_LIST_SKIA_DL_SK_CANVAS_H_
| engine/display_list/skia/dl_sk_canvas.h/0 | {
"file_path": "engine/display_list/skia/dl_sk_canvas.h",
"repo_id": "engine",
"token_count": 2780
} | 185 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.