hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
8f27970197629d7e427338fd47bb6319b0932e96
28
yml
YAML
src/Resources/config/parameters.yml
markocupic/sac-event-evaluation
29fa9652b4461f5f373c581a07fead5dcfc7f780
[ "MIT" ]
null
null
null
src/Resources/config/parameters.yml
markocupic/sac-event-evaluation
29fa9652b4461f5f373c581a07fead5dcfc7f780
[ "MIT" ]
null
null
null
src/Resources/config/parameters.yml
markocupic/sac-event-evaluation
29fa9652b4461f5f373c581a07fead5dcfc7f780
[ "MIT" ]
null
null
null
parameters: # still empty
9.333333
15
0.714286
f02cc1604dd3fc1e4d00b3f45f01b14ec05eb4cd
3,094
yaml
YAML
helm/kubernetes-coredns-chart/templates/deployment.yaml
giantswarm/kubernetes-coredns
08e8a67f0b1b01e9124ec2da519c7d5937f19c47
[ "Apache-2.0" ]
2
2019-07-04T21:48:14.000Z
2019-08-31T03:08:40.000Z
helm/kubernetes-coredns-chart/templates/deployment.yaml
giantswarm/kubernetes-coredns
08e8a67f0b1b01e9124ec2da519c7d5937f19c47
[ "Apache-2.0" ]
19
2018-10-19T11:52:10.000Z
2020-02-27T10:09:20.000Z
helm/kubernetes-coredns-chart/templates/deployment.yaml
giantswarm/kubernetes-coredns
08e8a67f0b1b01e9124ec2da519c7d5937f19c47
[ "Apache-2.0" ]
null
null
null
apiVersion: apps/v1 kind: Deployment metadata: name: {{ .Values.name }} namespace: {{ .Values.namespace }} labels: giantswarm.io/service-type: "{{ .Values.serviceType }}" k8s-app: {{ .Values.name }} kubernetes.io/name: "CoreDNS" spec: replicas: {{ .Values.minReplicas }} strategy: {{ toYaml .Values.updateStrategy | indent 4 }} selector: matchLabels: k8s-app: {{ .Values.name }} template: metadata: annotations: cluster-autoscaler.kubernetes.io/safe-to-evict: "true" prometheus.io/scrape: "true" prometheus.io/port: "{{ .Values.ports.prometheus }}" labels: giantswarm.io/service-type: "{{ .Values.serviceType }}" k8s-app: {{ .Values.name }} kubernetes.io/name: "CoreDNS" spec: serviceAccountName: {{ .Values.name }} priorityClassName: system-cluster-critical securityContext: runAsUser: {{ .Values.userID }} runAsGroup: {{ .Values.groupID }} affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - weight: 100 podAffinityTerm: labelSelector: matchExpressions: - key: k8s-app operator: In values: - {{ .Values.name }} topologyKey: kubernetes.io/hostname containers: - name: coredns image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: IfNotPresent args: [ "-conf", "/etc/coredns/Corefile", "-dns.port", "1053" ] securityContext: allowPrivilegeEscalation: false capabilities: add: - NET_BIND_SERVICE drop: - all readOnlyRootFilesystem: true volumeMounts: - name: config-volume mountPath: /etc/coredns # We need to create the /tmp folder to avoid CoreDNS crash when api-server is down - mountPath: /tmp/ name: temp-volume ports: - containerPort: {{ .Values.ports.dns.targetPort }} name: {{ .Values.ports.dns.name }} protocol: UDP - containerPort: {{ .Values.ports.dns.targetPort }} name: {{ .Values.ports.dns.name }}-tcp protocol: TCP resources: limits: cpu: 250m memory: 192Mi requests: cpu: 250m memory: 192Mi livenessProbe: httpGet: path: /health port: 8080 scheme: HTTP initialDelaySeconds: 60 timeoutSeconds: 5 successThreshold: 1 failureThreshold: 5 dnsPolicy: Default volumes: - name: config-volume configMap: name: {{ .Values.name }} items: - key: Corefile path: Corefile # We need to create the /tmp folder to avoid CoreDNS crash during api-server is down - emptyDir: {} name: temp-volume
31.571429
100
0.546542
8829b95625e92a2a37c0e888963ec93e79cdea9c
582
yml
YAML
preview-packages/docs-ref-autogen/@azure/arm-network/VirtualNetworkGatewayIPConfiguration.yml
vicancy/azure-docs-sdk-node
3d77ea75961b13263450dec56c02b99cb62a1851
[ "CC-BY-4.0", "MIT" ]
59
2017-07-07T17:57:53.000Z
2022-03-25T16:36:13.000Z
preview-packages/docs-ref-autogen/@azure/arm-network/VirtualNetworkGatewayIPConfiguration.yml
vicancy/azure-docs-sdk-node
3d77ea75961b13263450dec56c02b99cb62a1851
[ "CC-BY-4.0", "MIT" ]
1,322
2017-06-20T20:51:24.000Z
2022-03-29T21:20:34.000Z
preview-packages/docs-ref-autogen/@azure/arm-network/VirtualNetworkGatewayIPConfiguration.yml
vicancy/azure-docs-sdk-node
3d77ea75961b13263450dec56c02b99cb62a1851
[ "CC-BY-4.0", "MIT" ]
159
2017-06-21T00:35:28.000Z
2022-03-28T23:37:18.000Z
### YamlMime:TSTypeAlias name: VirtualNetworkGatewayIPConfiguration uid: '@azure/arm-network.VirtualNetworkGatewayIPConfiguration' package: '@azure/arm-network' summary: IP configuration for virtual network gateway. fullName: VirtualNetworkGatewayIPConfiguration remarks: '' isPreview: false isDeprecated: false syntax: >- type VirtualNetworkGatewayIPConfiguration = SubResource & { etag: Object, name: Object, privateIPAddress: Object, privateIPAllocationMethod: IPAllocationMethod, provisioningState: ProvisioningState, publicIPAddress: SubResource, subnet: SubResource }
38.8
76
0.828179
79407c8f7bf50d5dbeaf847ef2daea8924fe482b
1,513
yml
YAML
azure-pipelines.yml
srsamuka/mslearn-tailspin-spacegame-web
71fef19840d5a18b5c768a1df16582423d2dd1ed
[ "CC-BY-4.0", "MIT" ]
null
null
null
azure-pipelines.yml
srsamuka/mslearn-tailspin-spacegame-web
71fef19840d5a18b5c768a1df16582423d2dd1ed
[ "CC-BY-4.0", "MIT" ]
null
null
null
azure-pipelines.yml
srsamuka/mslearn-tailspin-spacegame-web
71fef19840d5a18b5c768a1df16582423d2dd1ed
[ "CC-BY-4.0", "MIT" ]
null
null
null
# ASP.NET Core # Build and test ASP.NET Core projects targeting .NET Core. # Add steps that run tests, create a NuGet package, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - main pool: vmImage: ubuntu-latest variables: buildConfiguration: 'Release' steps: - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)' - task: FortifyOnDemandStatic@8 inputs: FortifyProjects: '$(Build.ArtifactStagingDirectory)' FodConnection: 'FoD_Trial' ReleaseOptions: '1' BSIToken: 'eyJ0ZW5hbnRJZCI6MjA4OTQsInRlbmFudENvZGUiOiJEYXNhXzI0MTQwMzEyM19GTUFfNTI2MDQ5OTI5IiwicmVsZWFzZUlkIjoxNjE5MDcsInBheWxvYWRUeXBlIjoiQU5BTFlTSVNfUEFZTE9BRCIsImFzc2Vzc21lbnRUeXBlSWQiOjE0LCJ0ZWNobm9sb2d5VHlwZSI6Ii5ORVQiLCJ0ZWNobm9sb2d5VHlwZUlkIjoxLCJ0ZWNobm9sb2d5VmVyc2lvbiI6IjQuOCIsInRlY2hub2xvZ3lWZXJzaW9uSWQiOjMwLCJhdWRpdFByZWZlcmVuY2UiOiJBdXRvbWF0ZWQiLCJhdWRpdFByZWZlcmVuY2VJZCI6MiwiaW5jbHVkZVRoaXJkUGFydHkiOmZhbHNlLCJpbmNsdWRlT3BlblNvdXJjZUFuYWx5c2lzIjpmYWxzZSwicG9ydGFsVXJpIjoiaHR0cHM6Ly90cmlhbC5mb3J0aWZ5LmNvbS8iLCJhcGlVcmkiOiJodHRwczovL2FwaS50cmlhbC5mb3J0aWZ5LmNvbSIsInNjYW5QcmVmZXJlbmNlIjoiU3RhbmRhcmQiLCJzY2FuUHJlZmVyZW5jZUlkIjoxfQ==' EntitlementSelection: '1' EntitlementPreference: '0' OverrideScanSettings: '1' AssessmentTypeId: '159321' InProgressScanActionType: '1' RemediationScanPreference: '2' BuildType: 'none' #TechnologyStackOthers: '18' PolicyFailAction: '0'
44.5
652
0.842036
a3b067d3b9a6033b5e88e89ef313bff051d89ff8
364
yml
YAML
ci/credentials-example.yml
mrkjffrsn/RokuFramework
ba5878addecf78ed4d7c80810bb334963c0c4d9c
[ "Apache-2.0" ]
43
2018-05-18T14:44:34.000Z
2021-11-30T03:25:01.000Z
ci/credentials-example.yml
mrkjffrsn/RokuFramework
ba5878addecf78ed4d7c80810bb334963c0c4d9c
[ "Apache-2.0" ]
6
2018-07-18T13:07:35.000Z
2021-07-20T12:08:39.000Z
ci/credentials-example.yml
mrkjffrsn/RokuFramework
ba5878addecf78ed4d7c80810bb334963c0c4d9c
[ "Apache-2.0" ]
12
2018-05-18T13:09:37.000Z
2020-06-11T13:15:28.000Z
roku-dev-device-ip: <<ROKU DEV IP>> roku-dev-password: <<ROKU DEV PASSWORD>> roku-app-key: <<ROKU APP KEY>> s3-access-key: <<S3 ACCESS KEY>> s3-secret-key: <<S3 SECRET >> s3-region: us-east-1 github-access-token: <<GITHUB ACCESS TOKEN>> github-private-key: | -----BEGIN RSA PRIVATE KEY----- Paste your RSA PRIVATE KEY GLOB HERE -----END RSA PRIVATE KEY-----
30.333333
44
0.67033
7c7471e458ed632eb6b87de40ace66698859dc46
14,004
yml
YAML
docs-ref-autogen/com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.yml
spelluru/azure-docs-sdk-java
c4bbdc14ca38ae41600e1adfb3926b45fd4986af
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.yml
spelluru/azure-docs-sdk-java
c4bbdc14ca38ae41600e1adfb3926b45fd4986af
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.yml
spelluru/azure-docs-sdk-java
c4bbdc14ca38ae41600e1adfb3926b45fd4986af
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:ManagedReference items: - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform id: Platform artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.33.1 parent: com.microsoft.azure.management.containerregistry children: - com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux() - com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux(com.microsoft.azure.management.containerregistry.Architecture) - com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux(com.microsoft.azure.management.containerregistry.Architecture,com.microsoft.azure.management.containerregistry.Variant) - com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withPlatform(com.microsoft.azure.management.containerregistry.PlatformProperties) - com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows() - com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows(com.microsoft.azure.management.containerregistry.Architecture) - com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows(com.microsoft.azure.management.containerregistry.Architecture,com.microsoft.azure.management.containerregistry.Variant) langs: - java name: RegistryTask.DefinitionStages.Platform nameWithType: RegistryTask.DefinitionStages.Platform fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform type: Interface package: com.microsoft.azure.management.containerregistry summary: The stage of the container registry task definition allowing to specify the platform. syntax: content: public static interface RegistryTask.DefinitionStages.Platform - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux() id: withLinux() artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.33.1 parent: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform langs: - java name: withLinux() nameWithType: RegistryTask.DefinitionStages.Platform.withLinux() fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux() overload: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux* type: Method package: com.microsoft.azure.management.containerregistry summary: The function that specifies a Linux OS system for the platform. syntax: content: public abstract RegistryTask.DefinitionStages.TaskStepType withLinux() return: type: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.TaskStepType description: the next stage of the container registry task definition. - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux(com.microsoft.azure.management.containerregistry.Architecture) id: withLinux(com.microsoft.azure.management.containerregistry.Architecture) artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.33.1 parent: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform langs: - java name: withLinux(Architecture architecture) nameWithType: RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture) fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture) overload: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux* type: Method package: com.microsoft.azure.management.containerregistry summary: The function that specifies a Linux OS system and architecture for the platform. syntax: content: public abstract RegistryTask.DefinitionStages.TaskStepType withLinux(Architecture architecture) parameters: - id: architecture type: com.microsoft.azure.management.containerregistry.Architecture description: the CPU architecture. return: type: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.TaskStepType description: the next stage of the container registry task definition. - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux(com.microsoft.azure.management.containerregistry.Architecture,com.microsoft.azure.management.containerregistry.Variant) id: withLinux(com.microsoft.azure.management.containerregistry.Architecture,com.microsoft.azure.management.containerregistry.Variant) artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.33.1 parent: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform langs: - java name: withLinux(Architecture architecture, Variant variant) nameWithType: RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture, Variant variant) fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture, Variant variant) overload: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux* type: Method package: com.microsoft.azure.management.containerregistry summary: The function that specifies a Linux OS system, architecture, and CPU variant. syntax: content: public abstract RegistryTask.DefinitionStages.TaskStepType withLinux(Architecture architecture, Variant variant) parameters: - id: architecture type: com.microsoft.azure.management.containerregistry.Architecture description: the CPU architecture. - id: variant type: com.microsoft.azure.management.containerregistry.Variant description: the CPU variant. return: type: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.TaskStepType description: the next stage of the container registry task definition. - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withPlatform(com.microsoft.azure.management.containerregistry.PlatformProperties) id: withPlatform(com.microsoft.azure.management.containerregistry.PlatformProperties) artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.33.1 parent: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform langs: - java name: withPlatform(PlatformProperties platformProperties) nameWithType: RegistryTask.DefinitionStages.Platform.withPlatform(PlatformProperties platformProperties) fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withPlatform(PlatformProperties platformProperties) overload: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withPlatform* type: Method package: com.microsoft.azure.management.containerregistry summary: The function that specifies a platform. syntax: content: public abstract RegistryTask.DefinitionStages.TaskStepType withPlatform(PlatformProperties platformProperties) parameters: - id: platformProperties type: com.microsoft.azure.management.containerregistry.PlatformProperties description: the properties of the platform. return: type: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.TaskStepType description: the next stage of the container registry task definition. - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows() id: withWindows() artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.33.1 parent: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform langs: - java name: withWindows() nameWithType: RegistryTask.DefinitionStages.Platform.withWindows() fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows() overload: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows* type: Method package: com.microsoft.azure.management.containerregistry summary: The function that specifies a Windows OS system for the platform. syntax: content: public abstract RegistryTask.DefinitionStages.TaskStepType withWindows() return: type: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.TaskStepType description: the next stage of the container registry task definition. - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows(com.microsoft.azure.management.containerregistry.Architecture) id: withWindows(com.microsoft.azure.management.containerregistry.Architecture) artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.33.1 parent: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform langs: - java name: withWindows(Architecture architecture) nameWithType: RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture) fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture) overload: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows* type: Method package: com.microsoft.azure.management.containerregistry summary: The function that specifies a Windows OS system and architecture for the platform. syntax: content: public abstract RegistryTask.DefinitionStages.TaskStepType withWindows(Architecture architecture) parameters: - id: architecture type: com.microsoft.azure.management.containerregistry.Architecture description: the CPU architecture return: type: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.TaskStepType description: the next stage of the container registry task definition. - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows(com.microsoft.azure.management.containerregistry.Architecture,com.microsoft.azure.management.containerregistry.Variant) id: withWindows(com.microsoft.azure.management.containerregistry.Architecture,com.microsoft.azure.management.containerregistry.Variant) artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.33.1 parent: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform langs: - java name: withWindows(Architecture architecture, Variant variant) nameWithType: RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture, Variant variant) fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture, Variant variant) overload: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows* type: Method package: com.microsoft.azure.management.containerregistry summary: The function that specifies a Windows OS system, architecture, and CPU variant. syntax: content: public abstract RegistryTask.DefinitionStages.TaskStepType withWindows(Architecture architecture, Variant variant) parameters: - id: architecture type: com.microsoft.azure.management.containerregistry.Architecture description: the CPU architecture. - id: variant type: com.microsoft.azure.management.containerregistry.Variant description: the CPU variant. return: type: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.TaskStepType description: the next stage of the container registry task definition. references: - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.TaskStepType name: RegistryTask.DefinitionStages.TaskStepType nameWithType: RegistryTask.DefinitionStages.TaskStepType fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.TaskStepType - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux* name: withLinux nameWithType: RegistryTask.DefinitionStages.Platform.withLinux fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withLinux package: com.microsoft.azure.management.containerregistry - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows* name: withWindows nameWithType: RegistryTask.DefinitionStages.Platform.withWindows fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withWindows package: com.microsoft.azure.management.containerregistry - uid: com.microsoft.azure.management.containerregistry.Architecture name: Architecture nameWithType: Architecture fullName: com.microsoft.azure.management.containerregistry.Architecture - uid: com.microsoft.azure.management.containerregistry.Variant name: Variant nameWithType: Variant fullName: com.microsoft.azure.management.containerregistry.Variant - uid: com.microsoft.azure.management.containerregistry.PlatformProperties name: PlatformProperties nameWithType: PlatformProperties fullName: com.microsoft.azure.management.containerregistry.PlatformProperties - uid: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withPlatform* name: withPlatform nameWithType: RegistryTask.DefinitionStages.Platform.withPlatform fullName: com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Platform.withPlatform package: com.microsoft.azure.management.containerregistry
67.004785
226
0.837047
50b8f8ed65f20d50b42961216e8cc9f4e946923b
303
yaml
YAML
crate/workspace_tests/src/input_reaction_loading/irs_loader_sequence_with_press_button.yaml
Lighty0410/autexousious
99d142d8fdbf2076f3fd929f61b8140d47cf6b86
[ "Apache-2.0", "MIT" ]
41
2020-03-13T04:45:03.000Z
2022-01-17T18:13:09.000Z
crate/workspace_tests/src/input_reaction_loading/irs_loader_sequence_with_press_button.yaml
Lighty0410/autexousious
99d142d8fdbf2076f3fd929f61b8140d47cf6b86
[ "Apache-2.0", "MIT" ]
61
2016-06-19T01:28:12.000Z
2021-07-17T08:21:44.000Z
crate/workspace_tests/src/input_reaction_loading/irs_loader_sequence_with_press_button.yaml
Lighty0410/autexousious
99d142d8fdbf2076f3fd929f61b8140d47cf6b86
[ "Apache-2.0", "MIT" ]
3
2020-03-21T21:53:36.000Z
2021-01-30T01:10:55.000Z
# Used in `IrsLoader` test. input_reactions: press_button: button: { Key: "LControl" } next: "stand_attack_0" frames: - input_reactions: # override sequence press_button: button: { Key: "LAlt" } next: "walk" events: [{ asset_selection: "join" }] - {}
18.9375
45
0.580858
c17ea377765ecd40a6207d023a021f2b05079824
5,568
yml
YAML
.github/workflows/github-prerelease.yml
Griefed/VersionChecker
ae96f8e0bd895aa75bca3e59efb452f983343bf7
[ "MIT" ]
1
2022-02-05T14:33:54.000Z
2022-02-05T14:33:54.000Z
.github/workflows/github-prerelease.yml
Griefed/VersionChecker
ae96f8e0bd895aa75bca3e59efb452f983343bf7
[ "MIT" ]
null
null
null
.github/workflows/github-prerelease.yml
Griefed/VersionChecker
ae96f8e0bd895aa75bca3e59efb452f983343bf7
[ "MIT" ]
null
null
null
name: Create GitHub Pre-Release after GitLab tag mirror on: push: tags: - '[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+-pre.[0-9]+' jobs: release: runs-on: ubuntu-latest steps: # GET THE LATEST CODE - name: Checkout latest code uses: actions/checkout@master with: fetch-depth: 0 # EXTRACT TAG FROM PUSH - name: Get tag id: tag uses: dawidd6/action-get-tag@v1 - name: Use tag run: echo ${{steps.tag.outputs.tag}} # GENERATE CHANGELOG, RELEASE - id: conventional_changelog uses: ardalanamini/auto-changelog@master with: token: ${{ secrets.GITHUB_TOKEN }} - name: Create Release id: create_release uses: actions/create-release@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: Release ${{steps.tag.outputs.tag}} body: | Automatic pre-release of version: **${{steps.tag.outputs.tag}}** **Changes in this pre-release:** ${{ steps.conventional_changelog.outputs.changelog }} draft: false prerelease: true # BUILD PROJECT AND PUBLISH TO PACKAGES - name: Set up JDK 8 uses: actions/setup-java@v3 with: distribution: 'adopt' java-version: '8' - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Publish to GitHub Packages env: GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | ./gradlew build -Pversion=${{steps.tag.outputs.tag}} --info --no-daemon -x test - name: List files run: ls -ahl build/libs - uses: actions/upload-artifact@v3 with: name: build-artifacts-gradle path: | build/libs/ if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn` - uses: actions/upload-artifact@v3 if: failure() with: name: report path: build/reports/tests/test/ if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn` # UPLOAD ASSETS TO RELEASE - name: Upload Release Asset Main Jar id: upload-release-asset uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./build/libs/VersionChecker-${{steps.tag.outputs.tag}}.jar asset_name: VersionChecker-${{steps.tag.outputs.tag}}.jar asset_content_type: application/jar - name: Upload Release Asset Sources Jar id: upload-release-asset-sources uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./build/libs/VersionChecker-${{steps.tag.outputs.tag}}-sources.jar asset_name: VersionChecker-${{steps.tag.outputs.tag}}-sources.jar asset_content_type: application/jar - name: Upload Release Asset Javadoc Jar id: upload-release-asset-javadoc uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./build/libs/VersionChecker-${{steps.tag.outputs.tag}}-javadoc.jar asset_name: VersionChecker-${{steps.tag.outputs.tag}}-javadoc.jar asset_content_type: application/jar - name: Get current date id: date run: echo "::set-output name=today::$(date +'%Y-%m-%dT%H:%M:%S')" - name: Post WebHook Message run: | curl -L --output ./discord.sh https://raw.githubusercontent.com/ChaoticWeg/discord.sh/master/discord.sh chmod a+x ./discord.sh ./discord.sh \ --webhook-url="${{ secrets.WEBHOOK_URL }}" \ --username "$GITHUB_REPOSITORY" \ --avatar "https://i.griefed.de/images/2020/11/18/Prosper_Docker_300x300.png" \ --text "There's been a new release for $GITHUB_REPOSITORY. The new version is ${{steps.tag.outputs.tag}} and is available at <$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/tag/${{steps.tag.outputs.tag}}>" \ --title "New $GITHUB_REPOSITORY Release" \ --description "There's been a new release for $GITHUB_REPOSITORY. The new version is ${{steps.tag.outputs.tag}} and is available at $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/tag/${{steps.tag.outputs.tag}}" \ --color "0xC0FFEE" \ --url "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/tag/${{steps.tag.outputs.tag}}" \ --author "Griefed" \ --author-url "$GITHUB_SERVER_URL/Griefed" \ --author-icon "https://i.griefed.de/images/2022/01/21/sam_1500x1500.th.jpg" \ --thumbnail "https://i.griefed.de/images/2020/11/18/Prosper_Docker_300x300.th.png" \ --field "Author;[Griefed]($GITHUB_SERVER_URL/Griefed)" \ --field "Platform;[GitHub]($GITHUB_SERVER_URL)" \ --footer "Released at ${{ steps.date.outputs.today }}" \ --footer-icon "https://i.griefed.de/images/2022/01/21/start_generation.png"
41.244444
224
0.59806
ae547baed87d6d24e52fafb79bdcbf84883f6a9b
151
yaml
YAML
mysql-db/oracle-mysql-operator/sample-secret.yaml
slpcat/docker-collections
6428f8b1a4e322889a85f1a8f54df0d8ff1c544e
[ "BSD-3-Clause" ]
null
null
null
mysql-db/oracle-mysql-operator/sample-secret.yaml
slpcat/docker-collections
6428f8b1a4e322889a85f1a8f54df0d8ff1c544e
[ "BSD-3-Clause" ]
null
null
null
mysql-db/oracle-mysql-operator/sample-secret.yaml
slpcat/docker-collections
6428f8b1a4e322889a85f1a8f54df0d8ff1c544e
[ "BSD-3-Clause" ]
null
null
null
apiVersion: v1 kind: Secret metadata: name: mypwds namespace: dbaas stringData: rootUser: "root" rootHost: '%' rootPassword: "root_password"
15.1
31
0.721854
4816e835276e941e5af1a2c307f85633b31a6fc4
220
yml
YAML
changelogs/release1.3/-7edzw1.yml
meet-aniket/clienteling
c5d5fc3f24987fde5dd85e9d4c49ab46f90ce246
[ "Apache-2.0" ]
3
2021-10-12T04:45:28.000Z
2021-12-08T09:23:53.000Z
changelogs/release1.3/-7edzw1.yml
meet-aniket/clienteling
c5d5fc3f24987fde5dd85e9d4c49ab46f90ce246
[ "Apache-2.0" ]
14
2021-10-13T12:35:56.000Z
2021-11-26T09:43:22.000Z
changelogs/release1.3/-7edzw1.yml
meet-aniket/clienteling
c5d5fc3f24987fde5dd85e9d4c49ab46f90ce246
[ "Apache-2.0" ]
4
2021-10-12T04:45:06.000Z
2022-03-21T07:20:17.000Z
--- title: 'Added masking for phone number on bases of country #7edzw1' ticket_id: "#7edzw1" merge_request: https://git.hotwax.co/plugins/mobile-sdk/ionic/Clienteling/merge_requests/578 author: Ashish Suhane type: other
31.428571
92
0.786364
45abde074a27e2a22702acccd6cd1344ab56cc4d
248
yml
YAML
src/licensedcode/data/licenses/dwtfnmfpl-3.0.yml
abhi27-web/scancode-toolk
66f59168fb7824ab9be332712dcaf16340e1aa22
[ "Apache-2.0", "CC0-1.0" ]
24
2019-06-04T21:38:40.000Z
2021-12-16T09:55:44.000Z
src/licensedcode/data/licenses/dwtfnmfpl-3.0.yml
abhi27-web/scancode-toolk
66f59168fb7824ab9be332712dcaf16340e1aa22
[ "Apache-2.0", "CC0-1.0" ]
5
2020-02-08T13:57:59.000Z
2021-10-31T15:22:24.000Z
src/licensedcode/data/licenses/dwtfnmfpl-3.0.yml
abhi27-web/scancode-toolk
66f59168fb7824ab9be332712dcaf16340e1aa22
[ "Apache-2.0", "CC0-1.0" ]
2
2021-04-13T13:59:27.000Z
2021-05-04T18:27:35.000Z
key: dwtfnmfpl-3.0 short_name: DWTFNMFPL-3.0 name: DWTFNMFPL-3.0 category: Permissive owner: dittodhole homepage_url: https://github.com/dittodhole/WTFNMFPLv3 notes: A variant on the Do What The Fuck You Want Public License (WTFPL) by Sam Hocevar.
31
88
0.794355
14d3338c7f3d505e34c911b826808a26858167df
1,025
yml
YAML
docker-compose.yml
Softward/containertest
4f223fa4a07bae357b02df820fd829b576831189
[ "Apache-2.0" ]
null
null
null
docker-compose.yml
Softward/containertest
4f223fa4a07bae357b02df820fd829b576831189
[ "Apache-2.0" ]
null
null
null
docker-compose.yml
Softward/containertest
4f223fa4a07bae357b02df820fd829b576831189
[ "Apache-2.0" ]
null
null
null
version: "3" services: portainer: container_name: portainer labels: - "traefik.frontend.rule=Host:portainer.networkoftime.com" - "traefik.port=9000" - "traefik.enable=true" restart: always volumes: - "/var/run/docker.sock:/var/run/docker.sock" - "portainer_data:/data" image: portainer/portainer # TODO: https://docs.traefik.io/user-guide/docker-and-lets-encrypt/ traefik: image: traefik # The official Traefik docker image container_name: traefik labels: - "traefik.frontend.rule=Host:traefik.networkoftime.com" - "traefik.port=8080" - "traefik.enable=true" command: --api --docker # Enables the web UI and tells Traefik to listen to docker ports: - "80:80" # The HTTP port - "443:443" # The HTTPS port volumes: - /var/run/docker.sock:/var/run/docker.sock # So that Traefik can listen to the Docker events - ./traefik.toml:/traefik.toml - ./acme/acme.json:/acme.json volumes: portainer_data:
30.147059
99
0.65561
076c30e3113fbdebe5c40974a0bf37e2277af99d
1,113
yaml
YAML
Hunting Queries/SecurityEvent/UserCreatedByUnauthorizedUser.yaml
roabadie-microsoft/Azure-Sentinel
93050f2808d425b0749852d7bb1074fb1f759b51
[ "MIT" ]
4
2020-02-14T10:29:46.000Z
2021-03-12T02:34:27.000Z
Hunting Queries/SecurityEvent/UserCreatedByUnauthorizedUser.yaml
roabadie-microsoft/Azure-Sentinel
93050f2808d425b0749852d7bb1074fb1f759b51
[ "MIT" ]
3
2021-02-12T07:55:15.000Z
2021-11-16T03:15:43.000Z
Hunting Queries/SecurityEvent/UserCreatedByUnauthorizedUser.yaml
roabadie-microsoft/Azure-Sentinel
93050f2808d425b0749852d7bb1074fb1f759b51
[ "MIT" ]
14
2020-09-17T05:49:44.000Z
2021-09-30T06:34:32.000Z
id: 42ae9690-89ce-4063-9a90-465badad5395 name: User created by unauthorized user description: | 'User account created by an unauthorized user, pass in a list' requiredDataConnectors: - connectorId: SecurityEvents dataTypes: - SecurityEvent tactics: - Persistence - PrivilegeEscalation relevantTechniques: - T1098 - T1078 query: | // Create DataTable with your own values, example below shows dummy usernames that are authorized and for what domain let List = datatable(AuthorizedUser:string, Domain:string)["Bob", "Domain", "joe", "domain", "MATT", "DOMAIN"]; let timeframe = 1d; SecurityEvent | where TimeGenerated >= ago(timeframe) | where EventID == 4720 | where AccountType == "User" | join kind= leftanti ( List | project SubjectUserName = tolower(AuthorizedUser), SubjectDomainName = toupper(Domain) ) on SubjectUserName, SubjectDomainName | project TimeGenerated, Computer, Account, SubjectUserName, SubjectDomainName, TargetAccount, EventID, Activity | extend timestamp = TimeGenerated, HostCustomEntity = Computer, AccountCustomEntity = Account
37.1
119
0.746631
b34a3845975966eea80d92a0a238ffc661888489
395
yaml
YAML
Chart.yaml
lbVirm/minio-cluster-chart
870dc657dea9251abe426bdadb8cab4daaed4ea6
[ "Apache-1.1" ]
null
null
null
Chart.yaml
lbVirm/minio-cluster-chart
870dc657dea9251abe426bdadb8cab4daaed4ea6
[ "Apache-1.1" ]
null
null
null
Chart.yaml
lbVirm/minio-cluster-chart
870dc657dea9251abe426bdadb8cab4daaed4ea6
[ "Apache-1.1" ]
null
null
null
apiVersion: v1 appVersion: master deprecated: true description: DEPRECATED MinIO is a high performance data infrastructure for machine learning, analytics and application data workloads. home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - storage - object-storage - S3 name: minio sources: - https://github.com/lbVirm/minio-cluster-chart version: 1.0.0
24.6875
83
0.789873
5d60428524e92ce264aeb5d7a670392dac3f4557
1,114
yaml
YAML
packages/pa/parallel-tasks.yaml
commercialhaskell/all-cabal-metadata
902ff2131e450cb4653ba7a420d465c9a6735057
[ "MIT" ]
10
2016-01-04T00:09:51.000Z
2021-02-01T02:20:05.000Z
packages/pa/parallel-tasks.yaml
commercialhaskell/all-cabal-metadata
902ff2131e450cb4653ba7a420d465c9a6735057
[ "MIT" ]
1
2018-08-27T20:11:55.000Z
2018-08-27T20:11:55.000Z
packages/pa/parallel-tasks.yaml
commercialhaskell/all-cabal-metadata
902ff2131e450cb4653ba7a420d465c9a6735057
[ "MIT" ]
12
2016-04-21T04:17:05.000Z
2022-03-27T09:36:12.000Z
homepage: '' changelog-type: '' hash: 39ae0b0b5730ddcc03f9a590b0c14147d3808f9967130ce56798b045b8e59bea test-bench-deps: {} maintainer: nccb@kent.ac.uk synopsis: '' changelog: '' basic-deps: cereal: ! '>=0.3 && <0.5' bytestring: ! '>=0.9 && <0.11' here: ==1.2.* stm: ==2.4.* base: ==4.* time: ==1.4.* old-locale: ==1.0.* vector-algorithms: ! '>=0.5 && <0.7' transformers: ==0.3.* deepseq: ==1.3.* vector: ! '>=0.7 && <0.11' all-versions: - 4.0.0.0 - 4.0.1.0 author: Neil Brown <nccb@kent.ac.uk> latest: 4.0.1.0 description-type: haddock description: ! 'This library is useful for running a large amount of parallel tasks that run on top of the IO monad, executing them in batches from a work queue. It has several features aimed at monitoring the progress of the tasks and tries to be reasonably efficient (in space and time) for large numbers (millions) of tasks. There is also caching support available so that the results of running the task can be preserved between runs of the same program, which is useful for doing scientific analysis.' license-name: BSD-3-Clause
26.52381
83
0.68851
0446a5896a0b412f535c3d107e383416f94073b0
424
yaml
YAML
config/project/sections/addEvent--e318fe98-ce80-4cab-8891-c4f89f397151.yaml
caldus85/clx
0bf4f93389a8ca568ee6c9e3648f3769bb6f6456
[ "MIT" ]
null
null
null
config/project/sections/addEvent--e318fe98-ce80-4cab-8891-c4f89f397151.yaml
caldus85/clx
0bf4f93389a8ca568ee6c9e3648f3769bb6f6456
[ "MIT" ]
4
2022-01-02T04:02:49.000Z
2022-01-02T04:02:49.000Z
config/project/sections/addEvent--e318fe98-ce80-4cab-8891-c4f89f397151.yaml
firebelly/clx
0bf4f93389a8ca568ee6c9e3648f3769bb6f6456
[ "MIT" ]
null
null
null
enableVersioning: true handle: addEvent name: 'Add Event' previewTargets: - __assoc__: - - label - 'Primary entry page' - - urlFormat - '{url}' - - refresh - '1' propagationMethod: all siteSettings: dc47fa1d-486f-4490-afdc-c428015b11d5: enabledByDefault: true hasUrls: true template: add-event/index uriFormat: add-event type: single
17.666667
39
0.596698
47efe8b619f6942866ec2655c68ef87fee81306a
803
yml
YAML
src/Lanparty/UsuariBundle/Resources/config/routing/torneig.yml
numix/TortosaLanparty
a1b17e2364fd02509858239f922b88435048ffb8
[ "MIT" ]
1
2015-02-20T14:59:46.000Z
2015-02-20T14:59:46.000Z
src/Lanparty/UsuariBundle/Resources/config/routing/torneig.yml
numix/TortosaLanparty
a1b17e2364fd02509858239f922b88435048ffb8
[ "MIT" ]
null
null
null
src/Lanparty/UsuariBundle/Resources/config/routing/torneig.yml
numix/TortosaLanparty
a1b17e2364fd02509858239f922b88435048ffb8
[ "MIT" ]
null
null
null
torneig: pattern: / defaults: { _controller: "UsuariBundle:Torneig:index" } torneig_show: pattern: /{id}/show defaults: { _controller: "UsuariBundle:Torneig:show" } torneig_new: pattern: /new defaults: { _controller: "UsuariBundle:Torneig:new" } torneig_create: pattern: /create defaults: { _controller: "UsuariBundle:Torneig:create" } requirements: { _method: post } torneig_edit: pattern: /{id}/edit defaults: { _controller: "UsuariBundle:Torneig:edit" } torneig_update: pattern: /{id}/update defaults: { _controller: "UsuariBundle:Torneig:update" } requirements: { _method: post|put } torneig_delete: pattern: /{id}/delete defaults: { _controller: "UsuariBundle:Torneig:delete" } requirements: { _method: post|delete }
25.903226
60
0.682441
0d0b013b21af07d3885dd383dac6dd809a768a23
1,455
yml
YAML
_data/playoff_matches/qf4_2.yml
phillyinvitational/phillyinv
459b84ab473296d89704917dc46bd8f6924a7a1e
[ "MIT" ]
null
null
null
_data/playoff_matches/qf4_2.yml
phillyinvitational/phillyinv
459b84ab473296d89704917dc46bd8f6924a7a1e
[ "MIT" ]
null
null
null
_data/playoff_matches/qf4_2.yml
phillyinvitational/phillyinv
459b84ab473296d89704917dc46bd8f6924a7a1e
[ "MIT" ]
null
null
null
home_team: Silver Surfers away_team: Call Us Daddy hometag: SUS awaytag: CUD time: 7/18, 4:30PM map: Bind id: qf4_2 home_rounds: 13 away_rounds: 2 complete: complete home_members: - ign: dksgusdn agt: Omen cs: 395 k: 21 d: 9 a: 5 er: 74 fb: 5 p: 2 df: 1 - ign: drew agt: Brimstone cs: 391 k: 22 d: 7 a: 3 er: 105 fb: 2 p: 1 df: 0 - ign: Pantimos agt: Breach cs: 200 k: 11 d: 6 a: 4 er: 57 fb: 2 p: 0 df: 0 - ign: GigglesMcPiggles agt: Sage cs: 198 k: 12 d: 8 a: 5 er: 54 fb: 1 p: 0 df: 0 - ign: ChubbsYaMane agt: Cypher cs: 78 k: 3 d: 5 a: 5 er: 39 fb: 0 p: 0 df: 0 away_members: - ign: Imbubbies agt: Cypher cs: 186 k: 9 d: 15 a: 2 er: 45 fb: 1 p: 0 df: 0 - ign: 라디권 agt: Phoenix cs: 185 k: 9 d: 15 a: 4 er: 56 fb: 1 p: 0 df: 0 - ign: "0044" agt: Omen cs: 131 k: 7 d: 13 a: 2 er: 33 fb: 1 p: 2 df: 0 - ign: Sexy Big Toe agt: Sage cs: 127 k: 6 d: 13 a: 3 er: 33 fb: 2 p: 0 df: 0 - ign: musicgamsang agt: Brimstone cs: 83 k: 4 d: 13 a: 3 er: 29 fb: 0 p: 1 df: 0
12.763158
26
0.409622
25d1046c5bc1586eb9533ddaec0c9c8ee38e47de
31
yml
YAML
jitpack.yml
cobaltspeech/sdk-cubic
68ed5b67d4aa32f1b5085f6f167614b0fe6aeccb
[ "Apache-2.0" ]
5
2019-10-10T09:30:58.000Z
2020-05-28T11:08:00.000Z
jitpack.yml
cobaltspeech/sdk-cubic
68ed5b67d4aa32f1b5085f6f167614b0fe6aeccb
[ "Apache-2.0" ]
75
2019-04-18T07:55:25.000Z
2022-02-11T02:36:04.000Z
jitpack.yml
cobaltspeech/sdk-cubic
68ed5b67d4aa32f1b5085f6f167614b0fe6aeccb
[ "Apache-2.0" ]
2
2020-01-07T19:57:19.000Z
2020-01-08T22:02:12.000Z
install: - ./package.java.sh
10.333333
21
0.645161
cb6947c792f8ecac0b9a0db67abb976aa55d1561
6,674
yml
YAML
config/sync/core.entity_view_display.node.homepage.default.yml
echoi01-ru/rooseveltedu
79975fd4634bbe87ca8d19a4c0a5f1987b32fd3d
[ "MIT" ]
null
null
null
config/sync/core.entity_view_display.node.homepage.default.yml
echoi01-ru/rooseveltedu
79975fd4634bbe87ca8d19a4c0a5f1987b32fd3d
[ "MIT" ]
null
null
null
config/sync/core.entity_view_display.node.homepage.default.yml
echoi01-ru/rooseveltedu
79975fd4634bbe87ca8d19a4c0a5f1987b32fd3d
[ "MIT" ]
1
2022-03-15T16:52:25.000Z
2022-03-15T16:52:25.000Z
uuid: efdf5dae-6428-484c-824c-92af3a7a2d0c langcode: en status: true dependencies: config: - field.field.node.homepage.field_ctabar - field.field.node.homepage.field_ctacard - field.field.node.homepage.field_hero_banner - field.field.node.homepage.field_infocard - field.field.node.homepage.field_textsection - field.field.node.homepage.layout_builder__layout - node.type.homepage - views.view.featured_upcoming_events module: - entity_reference_revisions - layout_builder - layout_discovery - user - views third_party_settings: layout_builder: allow_custom: true enabled: true sections: - layout_id: layout_onecol layout_settings: label: '' components: 6cd0c12a-44c9-47d7-8363-617077de2d91: uuid: 6cd0c12a-44c9-47d7-8363-617077de2d91 region: content configuration: id: 'field_block:node:homepage:field_hero_banner' label: 'Hero Banner' provider: layout_builder label_display: '0' formatter: label: hidden type: entity_reference_revisions_entity_view settings: view_mode: default third_party_settings: { } context_mapping: entity: layout_builder.entity additional: { } weight: 0 third_party_settings: { } - layout_id: layout_onecol layout_settings: label: '' components: a9170df7-82f7-4815-a994-ee2960f334a0: uuid: a9170df7-82f7-4815-a994-ee2960f334a0 region: content configuration: id: 'field_block:node:homepage:field_textsection' label: 'Text Section' provider: layout_builder label_display: '0' formatter: label: hidden type: entity_reference_revisions_entity_view settings: view_mode: default third_party_settings: { } context_mapping: entity: layout_builder.entity additional: { } weight: 0 third_party_settings: { } - layout_id: layout_onecol layout_settings: label: '' components: eed659c0-a234-48ec-acdb-a2dd7b94dbe5: uuid: eed659c0-a234-48ec-acdb-a2dd7b94dbe5 region: content configuration: id: 'views_block:featured_upcoming_events-upcoming_events' label: '' provider: views label_display: '0' views_label: '' items_per_page: none context_mapping: { } additional: { } weight: 0 third_party_settings: { } - layout_id: layout_onecol layout_settings: label: '' components: 876fa941-b5c6-4ecc-a107-f5b2a44bd434: uuid: 876fa941-b5c6-4ecc-a107-f5b2a44bd434 region: content configuration: id: 'field_block:node:homepage:field_ctabar' label: 'CTA Bar' provider: layout_builder label_display: '0' formatter: label: hidden type: entity_reference_revisions_entity_view settings: view_mode: default third_party_settings: { } context_mapping: entity: layout_builder.entity additional: { } weight: 0 third_party_settings: { } - layout_id: layout_onecol layout_settings: label: '' components: ddf0ff47-29ba-4972-91e7-449dd61605c6: uuid: ddf0ff47-29ba-4972-91e7-449dd61605c6 region: content configuration: id: 'field_block:node:homepage:field_infocard' label: InfoCard provider: layout_builder label_display: '0' formatter: label: hidden type: entity_reference_revisions_entity_view settings: view_mode: default third_party_settings: { } context_mapping: entity: layout_builder.entity view_mode: view_mode additional: { } weight: 0 third_party_settings: { } - layout_id: layout_onecol layout_settings: label: '' components: ead78ca8-f36a-4c41-89ec-a30e6468cced: uuid: ead78ca8-f36a-4c41-89ec-a30e6468cced region: content configuration: id: 'field_block:node:homepage:field_ctacard' label: 'CTA Card' provider: layout_builder label_display: '0' formatter: label: hidden type: entity_reference_revisions_entity_view settings: view_mode: default third_party_settings: { } context_mapping: entity: layout_builder.entity view_mode: view_mode additional: { } weight: 0 third_party_settings: { } id: node.homepage.default targetEntityType: node bundle: homepage mode: default content: field_ctabar: type: entity_reference_revisions_entity_view weight: 103 label: hidden settings: view_mode: default link: '' third_party_settings: { } region: content field_ctacard: type: entity_reference_revisions_entity_view weight: 105 label: above settings: view_mode: default link: '' third_party_settings: { } region: content field_hero_banner: type: entity_reference_revisions_entity_view weight: 104 label: hidden settings: view_mode: default link: '' third_party_settings: { } region: content field_infocard: type: entity_reference_revisions_entity_view weight: 106 label: above settings: view_mode: default link: '' third_party_settings: { } region: content field_textsection: type: entity_reference_revisions_entity_view weight: 102 label: hidden settings: view_mode: default link: '' third_party_settings: { } region: content links: weight: 100 region: content settings: { } third_party_settings: { } hidden: layout_builder__layout: true
29.928251
72
0.566077
fdaaa15596f9a5c3349c223ae76259545ccb31b3
231
yaml
YAML
stable/spinnaker/requirements.yaml
mumoshu/charts-1
59d6633c73ae8914d87ed6d9bb7a40ac0ec52c0b
[ "Apache-2.0" ]
2
2020-03-26T17:11:37.000Z
2020-04-24T18:41:34.000Z
stable/spinnaker/requirements.yaml
mumoshu/charts-1
59d6633c73ae8914d87ed6d9bb7a40ac0ec52c0b
[ "Apache-2.0" ]
null
null
null
stable/spinnaker/requirements.yaml
mumoshu/charts-1
59d6633c73ae8914d87ed6d9bb7a40ac0ec52c0b
[ "Apache-2.0" ]
1
2020-07-19T04:55:26.000Z
2020-07-19T04:55:26.000Z
dependencies: - name: redis version: 0.4.6 repository: https://kubernetes-charts.storage.googleapis.com/ - name: minio version: 0.1.0 repository: https://kubernetes-charts.storage.googleapis.com/ condition: minio.enabled
25.666667
63
0.748918
7f41e1b859be19f5249ee3ed8eefa555b174524a
3,954
yml
YAML
releases/loggregator/loggregator-73.0.1.yml
alphagov/loggregator
b8621970587dd29d092b6bb530f6b8bfb7f824f0
[ "Apache-2.0" ]
46
2017-11-29T05:39:07.000Z
2021-10-17T22:12:14.000Z
releases/loggregator/loggregator-73.0.1.yml
alphagov/loggregator
b8621970587dd29d092b6bb530f6b8bfb7f824f0
[ "Apache-2.0" ]
118
2017-10-17T20:23:24.000Z
2022-03-25T01:33:56.000Z
releases/loggregator/loggregator-73.0.1.yml
alphagov/loggregator
b8621970587dd29d092b6bb530f6b8bfb7f824f0
[ "Apache-2.0" ]
34
2017-12-12T10:44:43.000Z
2022-03-23T11:48:11.000Z
--- packages: - name: boshhmforwarder version: 115ae89102c52cf3b8ed239fa0939e6bb238c5f6 fingerprint: 115ae89102c52cf3b8ed239fa0939e6bb238c5f6 sha1: 311eea60275a6d1609940b34f121ee31b8d89361 dependencies: [] - name: dea_logging_agent version: 79c9c3cd3489389e56db0378e45984642373e19a fingerprint: 79c9c3cd3489389e56db0378e45984642373e19a sha1: 9740ae950f54fbc0b19fbe64eb51d049c75ba352 dependencies: [] - name: doppler version: f9905ce22911124d814a0c9086660638d3f6c302 fingerprint: f9905ce22911124d814a0c9086660638d3f6c302 sha1: cce095e02fb015986d6bc51ed2a902c46fe0f5aa dependencies: [] - name: loggregator-acceptance-tests version: 625dbcbc855ebbba2acc7babffa6dc899674e55d fingerprint: 625dbcbc855ebbba2acc7babffa6dc899674e55d sha1: b286fedc1970e0ff3bddc36c1cd7766d498414df dependencies: [] - name: loggregator_common version: 0fce24a169a51b745965d683f436121c2086c9bd fingerprint: 0fce24a169a51b745965d683f436121c2086c9bd sha1: 6b2934e23ce550a87fedf862f030875571c9f869 dependencies: [] - name: loggregator_trafficcontroller version: 893027b5f4b2d746f0dd1b450e18ee98485afb00 fingerprint: 893027b5f4b2d746f0dd1b450e18ee98485afb00 sha1: 9e2b81a4957d19ab1e4c918ebbb83fbb51baab31 dependencies: [] - name: metron_agent version: 48e325ec69571e1b84ee744963569a110fea8334 fingerprint: 48e325ec69571e1b84ee744963569a110fea8334 sha1: d5219045d76a59d08980429d3276a78f9b7f706a dependencies: [] - name: metron_agent_windows version: 0b9dc41bf136c810cd32d63d93a4e12f0f91abde fingerprint: 0b9dc41bf136c810cd32d63d93a4e12f0f91abde sha1: 6a6ef1f39e63b179475fb7f93a9e5a5bde888900 dependencies: [] - name: statsd-injector version: 5628eab16abc430ea797c63ebbdcc2cdbfe5819d fingerprint: 5628eab16abc430ea797c63ebbdcc2cdbfe5819d sha1: 1b198ce4a79917dfe7e54f96d15a72632bff8c9d dependencies: [] - name: syslog_drain_binder version: 9f86122625166865fa8c9b646ba367f8fafc6ad4 fingerprint: 9f86122625166865fa8c9b646ba367f8fafc6ad4 sha1: bb8ac8a3360f5e2acea92fc0d97ea416a5f5268a dependencies: [] jobs: - name: boshhmforwarder version: 875c890fcb7bbb2dfaf160a2857dadbb80b52339 fingerprint: 875c890fcb7bbb2dfaf160a2857dadbb80b52339 sha1: 63e6951267b6b676ac0e3ea881a4eeb6206b8f3b - name: dea_logging_agent version: 59de9485646549194e501ce2878449842943020c fingerprint: 59de9485646549194e501ce2878449842943020c sha1: 4189fd78ae2febef4ceaf416a90f4987e51f4e77 - name: doppler version: 4e442789507f4a9ba2fc5fd9073f149d7bf3c3b8 fingerprint: 4e442789507f4a9ba2fc5fd9073f149d7bf3c3b8 sha1: 411f12e80001f0ee4f6c113b7044a8e478472fd7 - name: loggregator-acceptance-tests version: f6b1d3a5f0776702a50b89fd6d9a5cb6bbf3385d fingerprint: f6b1d3a5f0776702a50b89fd6d9a5cb6bbf3385d sha1: b67bcb0f555af6f0efe1894adee231d11ec2e2b1 - name: loggregator_trafficcontroller version: 14a096227a39e715a414714698533a6481cfb7e7 fingerprint: 14a096227a39e715a414714698533a6481cfb7e7 sha1: 0acabfe718c6dcf4d956ff9c306f8521c064d745 - name: metron_agent version: 6d4ed2d7cad629d5b31eb6af2d6f2e46dba1bf45 fingerprint: 6d4ed2d7cad629d5b31eb6af2d6f2e46dba1bf45 sha1: bec42b80cc026e674efe94669189a918147f0df9 - name: metron_agent_windows version: 79ecdefdfd9f37f7af88c447506c7b4ca04bb2a7 fingerprint: 79ecdefdfd9f37f7af88c447506c7b4ca04bb2a7 sha1: ec124ea36d7ba9b5829136fe9f7d0d9ade87163b - name: statsd-injector version: 5af522647303bada3b43a39f415ff2e4e0033024 fingerprint: 5af522647303bada3b43a39f415ff2e4e0033024 sha1: 318e8e4ae33094be080b95837e0c23baf708038c - name: syslog_drain_binder version: 6263896cf62da8e00c74a011077f41f94fa693ec fingerprint: 6263896cf62da8e00c74a011077f41f94fa693ec sha1: 4cece62a5b0e84188c4fb5234f7b2645ae6615b0 license: version: 29f14304ab1dc334aa64268c1a5c57bbc1fb0673 fingerprint: 29f14304ab1dc334aa64268c1a5c57bbc1fb0673 sha1: 70557eb603cf8c7771e38a9c79dd51db9f982c44 commit_hash: 284804ec uncommitted_changes: true name: loggregator version: 73.0.1
40.346939
55
0.87481
62f0b78ce5ffb5ae490ec6670add23ae6d2127d8
111
yml
YAML
test/functional/data/config/noRootConfig.yml
generalov/gemini
17b3b8227809bab8fb7aa09c837f96e212d24843
[ "MIT" ]
1,359
2015-04-16T14:33:48.000Z
2022-03-03T00:38:27.000Z
test/functional/data/config/noRootConfig.yml
generalov/gemini
17b3b8227809bab8fb7aa09c837f96e212d24843
[ "MIT" ]
754
2015-04-16T11:34:11.000Z
2021-06-29T07:09:39.000Z
test/functional/data/config/noRootConfig.yml
generalov/gemini
17b3b8227809bab8fb7aa09c837f96e212d24843
[ "MIT" ]
199
2015-04-23T08:01:05.000Z
2022-03-19T07:29:09.000Z
gridUrl: http://grid.example.com rootUrl: http://example.com browsers: example: desiredCapabilities: {}
15.857143
32
0.720721
d519bffa48221b1502c7aca862aa37653c99d580
4,186
yml
YAML
docs-ref-autogen/com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithCreate.yml
chenrujun/azure-docs-sdk-java
cc2355743fe068d6aa47210e96803828d6abdc76
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithCreate.yml
chenrujun/azure-docs-sdk-java
cc2355743fe068d6aa47210e96803828d6abdc76
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithCreate.yml
chenrujun/azure-docs-sdk-java
cc2355743fe068d6aa47210e96803828d6abdc76
[ "CC-BY-4.0", "MIT" ]
1
2021-06-04T23:42:38.000Z
2021-06-04T23:42:38.000Z
### YamlMime:ManagedReference items: - uid: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithCreate id: WithCreate artifact: com.microsoft.azure:azure-mgmt-keyvault:1.36.3 parent: com.microsoft.azure.management.keyvault langs: - java name: Vault.DefinitionStages.WithCreate nameWithType: Vault.DefinitionStages.WithCreate fullName: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithCreate type: Interface package: com.microsoft.azure.management.keyvault summary: A key vault definition with sufficient inputs to create a new storage account in the cloud, but exposing additional optional inputs to specify. syntax: content: public static interface Vault.DefinitionStages.WithCreate extends Creatable<Vault>, Resource.DefinitionWithTags<Vault.DefinitionStages.WithCreate>, Vault.DefinitionStages.WithSku, Vault.DefinitionStages.WithNetworkRuleSet, Vault.DefinitionStages.WithConfigurations, Vault.DefinitionStages.WithAccessPolicy implements: - com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.keyvault.Vault> - com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithCreate> - com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithSku - com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithNetworkRuleSet - com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithConfigurations - com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithAccessPolicy references: - uid: com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.keyvault.Vault> name: Creatable<Vault> nameWithType: Creatable<Vault> fullName: com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.keyvault.Vault> - uid: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithNetworkRuleSet name: Vault.DefinitionStages.WithNetworkRuleSet nameWithType: Vault.DefinitionStages.WithNetworkRuleSet fullName: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithNetworkRuleSet - uid: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithConfigurations name: Vault.DefinitionStages.WithConfigurations nameWithType: Vault.DefinitionStages.WithConfigurations fullName: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithConfigurations - uid: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithAccessPolicy name: Vault.DefinitionStages.WithAccessPolicy nameWithType: Vault.DefinitionStages.WithAccessPolicy fullName: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithAccessPolicy - uid: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithCreate> name: Resource.DefinitionWithTags<Vault.DefinitionStages.WithCreate> nameWithType: Resource.DefinitionWithTags<Vault.DefinitionStages.WithCreate> fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithCreate> - uid: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithSku name: Vault.DefinitionStages.WithSku nameWithType: Vault.DefinitionStages.WithSku fullName: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithSku - uid: com.microsoft.azure.management.resources.fluentcore.model.Creatable name: Creatable nameWithType: Creatable fullName: com.microsoft.azure.management.resources.fluentcore.model.Creatable - uid: com.microsoft.azure.management.keyvault.Vault name: Vault nameWithType: Vault fullName: com.microsoft.azure.management.keyvault.Vault - uid: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags name: Resource.DefinitionWithTags nameWithType: Resource.DefinitionWithTags fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags
68.622951
318
0.847587
daeb214383f9e8c30c8932b9e9de1ebdc70471ef
244
yaml
YAML
k8s/namespaces/pcq/kustomization.yaml
petermoores-version1/cnp-flux-config
9fc2f107af71e09d73868d6a2f025743c8957010
[ "MIT" ]
13
2019-09-09T10:48:25.000Z
2022-02-02T19:56:13.000Z
k8s/namespaces/pcq/kustomization.yaml
petermoores-version1/cnp-flux-config
9fc2f107af71e09d73868d6a2f025743c8957010
[ "MIT" ]
1,033
2019-04-25T21:04:00.000Z
2022-03-31T06:08:08.000Z
k8s/namespaces/pcq/kustomization.yaml
petermoores-version1/cnp-flux-config
9fc2f107af71e09d73868d6a2f025743c8957010
[ "MIT" ]
10
2019-05-29T14:47:38.000Z
2022-03-28T10:03:55.000Z
apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: pcq bases: # Warning : Adding a file here, adds to all environments to which you add your kustomization. - pcq-backend/pcq-backend.yaml - pcq-frontend/pcq-frontend.yaml
30.5
93
0.795082
97339934bf36da03c38dc99c97f8fa4cb6e68818
410
yml
YAML
tasks/setup-Darwin.yml
ddrugeon/ansible-role-amazon-ssm
a0a3b26bc1f5e78eca64d0587947f46de85df1b8
[ "Apache-2.0" ]
9
2019-05-08T18:16:58.000Z
2021-07-12T03:24:20.000Z
tasks/setup-Darwin.yml
ddrugeon/ansible-role-amazon-ssm
a0a3b26bc1f5e78eca64d0587947f46de85df1b8
[ "Apache-2.0" ]
6
2021-01-26T23:11:29.000Z
2021-08-07T11:50:09.000Z
tasks/setup-Darwin.yml
ddrugeon/ansible-role-amazon-ssm
a0a3b26bc1f5e78eca64d0587947f46de85df1b8
[ "Apache-2.0" ]
6
2019-09-17T12:40:20.000Z
2022-01-28T23:35:11.000Z
--- - name: Darwin | Download aws ssm agent get_url: url: "{{ ssm_package_url }}" dest: /tmp/amazon-ssm-agent.pkg mode: '0755' - name: Darwin | Install aws ssm agent command: installer -pkg /tmp/amazon-ssm-agent.pkg -target / args: creates: "{{ ssm_agent_bin }}" - name: Darwin | Manage aws ssm agent service launchd: name: "{{ ssm_service }}" state: started enabled: yes
22.777778
61
0.636585
5cc1605a3bdd0c5016d17d61350cecc38d80f317
441
yml
YAML
iot-modbus-test/src/main/resources/application.yml
luorongxi/iot-modbus
8685c70f3a9a03f1dbafb61cca0d14d0320974ed
[ "Apache-2.0" ]
17
2021-12-08T08:56:34.000Z
2022-03-25T18:30:37.000Z
iot-modbus-test/src/main/resources/application.yml
luorongxi/iot-modbus
8685c70f3a9a03f1dbafb61cca0d14d0320974ed
[ "Apache-2.0" ]
null
null
null
iot-modbus-test/src/main/resources/application.yml
luorongxi/iot-modbus
8685c70f3a9a03f1dbafb61cca0d14d0320974ed
[ "Apache-2.0" ]
6
2021-12-09T01:43:19.000Z
2022-03-18T10:23:42.000Z
# Tomcat server: port: 8080 tomcat: uri-encoding: UTF-8 max-threads: 1000 min-spare-threads: 30 servlet: context-path: /iot-modbus-test iot: netty: # netty通讯 server: open: false port: 4000 thread: 10 client: open: false ip: 127.0.0.1 port: 5000 thread: 10 device-group: 1 serialport: #串口通讯 open: true port: COM1 timeout: 5000 baudrate: 115200
16.333333
34
0.578231
a24b96e49243c82208fed96ba41f95b9bbd7eab3
90
yml
YAML
changelogs/unreleased/zj-pool-repository-creation.yml
hugobuddel/gitlabhq
ffef28ccd6d37ade2c3ee3ca46679749f9cf09aa
[ "MIT" ]
2
2019-07-01T02:34:42.000Z
2019-07-01T02:35:32.000Z
changelogs/unreleased/zj-pool-repository-creation.yml
hugobuddel/gitlabhq
ffef28ccd6d37ade2c3ee3ca46679749f9cf09aa
[ "MIT" ]
null
null
null
changelogs/unreleased/zj-pool-repository-creation.yml
hugobuddel/gitlabhq
ffef28ccd6d37ade2c3ee3ca46679749f9cf09aa
[ "MIT" ]
1
2020-11-04T05:26:58.000Z
2020-11-04T05:26:58.000Z
--- title: Allow public forks to be deduplicated merge_request: 23508 author: type: added
15
44
0.777778
2d8d37eebfc91d28ae9a56a6054f85dbad860cb9
4,446
yaml
YAML
config/jobs/ppc64le-cloud/docker-in-docker/postsubmit-push-docker-in-docker.yaml
florencepascual/test-infra
ffb62101980001adc1c0f37a8a38ca87946f03cd
[ "Apache-2.0" ]
null
null
null
config/jobs/ppc64le-cloud/docker-in-docker/postsubmit-push-docker-in-docker.yaml
florencepascual/test-infra
ffb62101980001adc1c0f37a8a38ca87946f03cd
[ "Apache-2.0" ]
null
null
null
config/jobs/ppc64le-cloud/docker-in-docker/postsubmit-push-docker-in-docker.yaml
florencepascual/test-infra
ffb62101980001adc1c0f37a8a38ca87946f03cd
[ "Apache-2.0" ]
null
null
null
postsubmits: ppc64le-cloud/test-infra: - name: postsubmit-push-dind decorate: true run_if_changed: 'images/docker-in-docker' branches: - master extra_refs: - base_ref: v0.1.2 org: vmware-tanzu repo: buildkit-cli-for-kubectl spec: serviceAccountName: build-img containers: - image: quay.io/powercloud/all-in-one:0.2 env: - name: DOCKER_CONFIG valueFrom: secretKeyRef: name: quay-powercloud-regcred key: .dockerconfigjson volumeMounts: - name: kubeconfig mountPath: /etc/kubeconfig command: - /bin/bash args: - -c - | set -o errexit set -o nounset set -o pipefail # Build and install vmware-tanzu/buildkit-cli-for-kubectl pushd $GOPATH/src/github.com/vmware-tanzu/buildkit-cli-for-kubectl make build install popd # Install manifest-tool curl -L https://github.com/estesp/manifest-tool/releases/download/v1.0.3/manifest-tool-linux-`go env GOARCH` -o /usr/local/bin/manifest-tool chmod +x /usr/local/bin/manifest-tool # Kubeconfig for the x86 cluster ca=$(base64 -w 0 /run/secrets/kubernetes.io/serviceaccount/ca.crt) token=$(cat /run/secrets/kubernetes.io/serviceaccount/token) namespace=$(cat /run/secrets/kubernetes.io/serviceaccount/namespace) cat >kubeconfig <<EOL apiVersion: v1 kind: Config clusters: - name: default-cluster cluster: certificate-authority-data: ${ca} server: https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT_HTTPS} contexts: - name: default-context context: cluster: default-cluster namespace: ${namespace} user: default-user current-context: default-context users: - name: default-user user: token: ${token} EOL export KUBECONFIG=$(pwd)/kubeconfig # Get the latest tag in the quay.io/powercloud/docker-ce-build latest_tag=$(curl -H "Authorization: Bearer XYZ" -X GET "https://quay.io/api/v1/repository/powercloud/docker-ce-build/tag/" | jq .tags[].name | grep v | head -1 | sed -e 's|\"||g') latest_major=$(echo $latest_tag | cut -d'v' -f2 | cut -d'.' -f1) latest_minor=$(echo $latest_tag | cut -d'v' -f2 | cut -d'.' -f2) new_tag=$(echo 'v'${latest_major}'.'$((latest_minor+1))) pushd images/docker-in-docker # Build the x86 image kubectl build --push --registry-secret quay-powercloud-regcred --namespace image-builder -t quay.io/powercloud/docker-ce-build:${new_tag}-amd64 -f Dockerfile ./ # Build the ppc64le image kubectl build --push --registry-secret quay-powercloud-regcred --namespace image-builder --kubeconfig /etc/kubeconfig/config -t quay.io/powercloud/docker-ce-build:${new_tag}-ppc64le -f Dockerfile ./ popd # Manifest for the multi-arch image cat > config.json << EOL $DOCKER_CONFIG EOL cat > registry.yaml <<EOL image: quay.io/powercloud/docker-ce-build:${new_tag} manifests: - image: quay.io/powercloud/docker-ce-build:${new_tag}-ppc64le platform: architecture: ppc64le os: linux - image: quay.io/powercloud/docker-ce-build:${new_tag}-amd64 platform: architecture: amd64 os: linux EOL manifest-tool --debug --docker-cfg `pwd` push from-spec registry.yaml volumes: - name: kubeconfig secret: secretName: image-builder-ppc-kubeconfig
44.909091
214
0.510571
38c88deb0636e9f247567f0d91f0ce731150fe87
9,203
yaml
YAML
chart/karvdash/templates/deployment.yaml
CARV-ICS-FORTH/karvdash
b264e5c70510107a1e424156665a96a330e911d9
[ "Apache-2.0" ]
16
2020-10-10T07:03:44.000Z
2022-02-16T17:59:45.000Z
chart/karvdash/templates/deployment.yaml
CARV-ICS-FORTH/karvdash
b264e5c70510107a1e424156665a96a330e911d9
[ "Apache-2.0" ]
29
2020-11-05T09:26:06.000Z
2022-02-13T10:58:00.000Z
chart/karvdash/templates/deployment.yaml
CARV-ICS-FORTH/karvdash
b264e5c70510107a1e424156665a96a330e911d9
[ "Apache-2.0" ]
1
2021-03-20T04:33:48.000Z
2021-03-20T04:33:48.000Z
{{- $ingressURL := (required "You must set karvdash.ingressURL to the ingress URL used" .Values.karvdash.ingressURL) }} apiVersion: apps/v1 kind: Deployment metadata: name: {{ .Release.Name }} labels: app: {{ .Release.Name }} chart: {{ .Chart.Name }}-{{ .Chart.Version }} spec: selector: matchLabels: app: {{ .Release.Name }} strategy: type: Recreate template: metadata: labels: app: {{ .Release.Name }} spec: containers: - image: nginx:1.19.6-alpine name: proxy env: - name: NGINX_ENTRYPOINT_QUIET_LOGS value: "1" ports: - containerPort: 80 name: http volumeMounts: - name: {{ .Release.Name }}-proxy-config mountPath: /etc/nginx/conf.d/default.conf subPath: default.conf {{- if or .Values.karvdash.logsVolumeClaim .Values.karvdash.logsHostPath }} - name: {{ .Release.Name }}-logs-volume mountPath: /var/log/nginx subPath: proxy {{- end }} - image: nginx:1.19.6-alpine name: webhook env: - name: NGINX_ENTRYPOINT_QUIET_LOGS value: "1" ports: - containerPort: 443 name: https volumeMounts: - name: {{ .Release.Name }}-webhook-config mountPath: /etc/nginx/conf.d/default.conf subPath: default.conf - name: {{ .Release.Name }}-webhook-secret mountPath: /etc/ssl/keys readOnly: true {{- if or .Values.karvdash.logsVolumeClaim .Values.karvdash.logsHostPath }} - name: {{ .Release.Name }}-logs-volume mountPath: /var/log/nginx subPath: webhook {{- end }} - image: {{- if .Values.image }} {{ .Values.image }} {{- else }} carvicsforth/karvdash:v{{ .Chart.Version }} {{- end }} name: karvdash env: - name: DJANGO_SECRET valueFrom: secretKeyRef: name: {{ .Release.Name }}-secret key: django-secret - name: DJANGO_DEBUG value: {{ .Values.karvdash.djangoDebug | quote }} - name: KARVDASH_ADMIN_PASSWORD valueFrom: secretKeyRef: name: {{ .Release.Name }}-secret key: admin-password - name: KARVDASH_NAMESPACE value: {{ .Release.Namespace }} - name: KARVDASH_VOUCH_URL value: {{ printf "%s://vouch.%s" ($ingressURL | urlParse).scheme (split ":" ($ingressURL | urlParse).host)._0 | quote }} - name: KARVDASH_VOUCH_SECRET value: {{ .Release.Name }}-oauth-vouch - name: KARVDASH_HTPASSWD_EXPORT_DIR value: {{ .Values.karvdash.htpasswdExportDir | quote }} - name: KARVDASH_DASHBOARD_TITLE value: {{ .Values.karvdash.dashboardTitle | quote }} - name: KARVDASH_DOCUMENTATION_URL value: {{ .Values.karvdash.documentationURL | quote }} - name: KARVDASH_ISSUES_URL value: {{ .Values.karvdash.issuesURL | quote }} - name: KARVDASH_INGRESS_URL value: {{ $ingressURL | quote }} - name: KARVDASH_REGISTRY_URL value: {{ .Values.karvdash.registryURL | quote }} {{- if .Values.karvdash.registryCert }} - name: KARVDASH_REGISTRY_CERT_FILE value: /etc/karvdash/registry_cert_file {{- end }} - name: KARVDASH_DATASETS_AVAILABLE value: {{ .Values.karvdash.datasetsAvailable | quote }} - name: KARVDASH_SERVICE_DOMAIN value: {{ printf "%s.%s.svc" .Release.Name .Release.Namespace | quote }} - name: KARVDASH_FILES_URL value: {{ .Values.karvdash.filesURL | quote }} - name: KARVDASH_ALLOWED_HOSTPATH_DIRS value: {{ .Values.karvdash.allowedHostPathDirs | quote }} {{- if .Values.karvdash.disabledServiceTemplates }} - name: KARVDASH_DISABLED_SERVICE_TEMPLATES_FILE value: /etc/karvdash/disabled_service_templates {{- end }} {{- if .Values.karvdash.disabledDatasetTemplates }} - name: KARVDASH_DISABLED_DATASET_TEMPLATES_FILE value: /etc/karvdash/disabled_dataset_templates {{- end }} {{- if .Values.karvdash.serviceURLPrefixes }} - name: KARVDASH_SERVICE_URL_PREFIXES_FILE value: /etc/karvdash/service_url_prefixes {{- end }} - name: KARVDASH_JUPYTERHUB_URL value: {{ .Values.karvdash.jupyterHubURL | quote }} - name: KARVDASH_JUPYTERHUB_NAMESPACE value: {{ .Values.karvdash.jupyterHubNamespace | quote }} - name: KARVDASH_JUPYTERHUB_NOTEBOOK_DIR value: {{ .Values.karvdash.jupyterHubNotebookDir | quote }} - name: KARVDASH_ARGO_WORKFLOWS_URL value: {{ .Values.karvdash.argoWorkflowsURL | quote }} - name: KARVDASH_ARGO_WORKFLOWS_NAMESPACE value: {{ .Values.karvdash.argoWorkflowsNamespace | quote }} ports: - containerPort: 8000 name: http volumeMounts: {{- if .Values.karvdash.registryCert }} - name: {{ .Release.Name }}-config mountPath: /etc/karvdash/registry_cert_file subPath: registry_cert_file {{- end }} {{- if .Values.karvdash.disabledServiceTemplates }} - name: {{ .Release.Name }}-config mountPath: /etc/karvdash/disabled_service_templates subPath: disabled_service_templates {{- end }} {{- if .Values.karvdash.disabledDatasetTemplates }} - name: {{ .Release.Name }}-config mountPath: /etc/karvdash/disabled_dataset_templates subPath: disabled_dataset_templates {{- end }} {{- if .Values.karvdash.serviceURLPrefixes }} - name: {{ .Release.Name }}-config mountPath: /etc/karvdash/service_url_prefixes subPath: service_url_prefixes {{- end }} {{- if or .Values.karvdash.themeVolumeClaim .Values.karvdash.themeHostPath }} - name: {{ .Release.Name }}-theme-volume mountPath: /app/dashboard/static/dashboard/theme {{- end }} - name: {{ .Release.Name }}-state-volume mountPath: /db - name: {{ .Release.Name }}-files-volume mountPath: /files - image: voucher/vouch-proxy:0.27.1 name: vouch-proxy env: - name: VOUCH_ALLOWALLUSERS value: "true" - name: VOUCH_COOKIE_DOMAIN value: {{ (split ":" ($ingressURL | urlParse).host)._0 }} - name: VOUCH_COOKIE_SECURE value: "false" - name: VOUCH_HEADERS_CLAIMS value: "preferred_username" - name: OAUTH_PROVIDER value: oidc - name: OAUTH_AUTH_URL value: {{ $ingressURL }}/oauth/authorize/ - name: OAUTH_TOKEN_URL value: http://127.0.0.1/oauth/token/ - name: OAUTH_USER_INFO_URL value: http://127.0.0.1/oauth/userinfo/ - name: OAUTH_CLIENT_ID valueFrom: secretKeyRef: name: {{ .Release.Name }}-oauth-vouch key: client-id - name: OAUTH_CLIENT_SECRET valueFrom: secretKeyRef: name: {{ .Release.Name }}-oauth-vouch key: client-secret - name: OAUTH_CALLBACK_URL value: {{ printf "%s://vouch.%s/auth" ($ingressURL | urlParse).scheme (split ":" ($ingressURL | urlParse).host)._0 | quote }} ports: - containerPort: 9090 name: vouch-proxy volumes: - name: {{ .Release.Name }}-config configMap: name: {{ .Release.Name }} defaultMode: 0644 - name: {{ .Release.Name }}-proxy-config configMap: name: {{ .Release.Name }}-proxy defaultMode: 0644 - name: {{ .Release.Name }}-webhook-secret secret: secretName: {{ .Release.Name }}-webhook - name: {{ .Release.Name }}-webhook-config configMap: name: {{ .Release.Name }}-webhook defaultMode: 0644 {{- if .Values.karvdash.themeVolumeClaim }} - name: {{ .Release.Name }}-theme-volume persistentVolumeClaim: claimName: {{ .Values.karvdash.themeVolumeClaim }} {{- else if .Values.karvdash.themeHostPath }} - name: {{ .Release.Name }}-theme-volume persistentVolumeClaim: claimName: {{ .Release.Name }}-theme-pvc {{- end }} {{- if .Values.karvdash.logsVolumeClaim }} - name: {{ .Release.Name }}-logs-volume persistentVolumeClaim: claimName: {{ .Values.karvdash.logsVolumeClaim }} {{- else if .Values.karvdash.logsHostPath }} - name: {{ .Release.Name }}-logs-volume persistentVolumeClaim: claimName: {{ .Release.Name }}-logs-pvc {{- end }} - name: {{ .Release.Name }}-state-volume persistentVolumeClaim: claimName: {{- if .Values.karvdash.stateVolumeClaim }} {{ .Values.karvdash.stateVolumeClaim }} {{- else }} {{ .Release.Name }}-state-pvc {{- end }} - name: {{ .Release.Name }}-files-volume persistentVolumeClaim: claimName: {{ .Release.Name }}-files-pvc
39.839827
157
0.58068
3704477bb746f2038eabcd772a1798f841b5d1e4
48
yml
YAML
ansible/filedescriptors.yml
Sitra-Isaacus/HUS-tietoallas-main
7a5a5ab6d681d7bfbaa0efedd9f92e1cd29ee748
[ "Apache-2.0" ]
null
null
null
ansible/filedescriptors.yml
Sitra-Isaacus/HUS-tietoallas-main
7a5a5ab6d681d7bfbaa0efedd9f92e1cd29ee748
[ "Apache-2.0" ]
null
null
null
ansible/filedescriptors.yml
Sitra-Isaacus/HUS-tietoallas-main
7a5a5ab6d681d7bfbaa0efedd9f92e1cd29ee748
[ "Apache-2.0" ]
1
2021-11-24T06:11:25.000Z
2021-11-24T06:11:25.000Z
- hosts: all-vms roles: - fileDescriptors
12
21
0.645833
37435e2fff00f06e52c3437b8127727b4929c2f7
309
yml
YAML
pages/people/ce417/rohban_s2019.yml
Savaw/sut-ai.github.io
edeec3704c2537630690c212782549c9d35f2522
[ "MIT" ]
null
null
null
pages/people/ce417/rohban_s2019.yml
Savaw/sut-ai.github.io
edeec3704c2537630690c212782549c9d35f2522
[ "MIT" ]
null
null
null
pages/people/ce417/rohban_s2019.yml
Savaw/sut-ai.github.io
edeec3704c2537630690c212782549c9d35f2522
[ "MIT" ]
2
2021-09-14T10:08:30.000Z
2022-02-16T14:34:30.000Z
- name: Reza Shirkavand role: Head TA contact: - icon: fas fa-envelope link: mailto:rezashirkavand1997@gmail.com - name: Koosha Jaferian role: Recitation, HW1, HW5, M/F image: images/ta/KooshaJaferian.jpg contact: - icon: fas fa-envelope link: mailto:kooshajaferiann@yahoo.co.uk
25.75
47
0.699029
9fefbedb672743be02d849dc46f2a96550bc938b
229
yml
YAML
vars/ubuntu-focal.yml
iorchard/pbos.memcached
523835df46b3a88eadf1263593d76326f8e8f552
[ "Apache-2.0", "CC-BY-4.0" ]
null
null
null
vars/ubuntu-focal.yml
iorchard/pbos.memcached
523835df46b3a88eadf1263593d76326f8e8f552
[ "Apache-2.0", "CC-BY-4.0" ]
null
null
null
vars/ubuntu-focal.yml
iorchard/pbos.memcached
523835df46b3a88eadf1263593d76326f8e8f552
[ "Apache-2.0", "CC-BY-4.0" ]
null
null
null
--- pkg_state: "latest" packages: - nutcracker - memcached service_conf: - {dest: "/etc/memcached.conf"} - {dest: "/etc/nutcracker/nutcracker.yml"} systemd_service_name: - memcached.service - nutcracker.service ...
15.266667
44
0.68559
b06424677ec4af838b8fb166734653241eb73ef0
31
yaml
YAML
_projects/boole/index.yaml
fibo/fibo.github.io
94b72776c4788d25cd17663099a12e6dd8ac69ab
[ "MIT" ]
1
2019-11-01T10:32:48.000Z
2019-11-01T10:32:48.000Z
_projects/boole/index.yaml
fibo/fibo.github.io
94b72776c4788d25cd17663099a12e6dd8ac69ab
[ "MIT" ]
16
2015-08-13T19:16:56.000Z
2022-03-01T18:01:40.000Z
_projects/boole/index.yaml
fibo/fibo.github.io
94b72776c4788d25cd17663099a12e6dd8ac69ab
[ "MIT" ]
16
2015-02-03T03:20:40.000Z
2022-03-15T23:04:02.000Z
--- title: boole npm: true ---
6.2
12
0.548387
8e4bc039e62fae678657b6a2cbfb28015e0a9a3b
27,330
yml
YAML
livescale-shopping-api.yml
livescale/open-api
26a6be7d784e56383ff4c4ad8bee1fa942aa5e45
[ "CC0-1.0" ]
null
null
null
livescale-shopping-api.yml
livescale/open-api
26a6be7d784e56383ff4c4ad8bee1fa942aa5e45
[ "CC0-1.0" ]
null
null
null
livescale-shopping-api.yml
livescale/open-api
26a6be7d784e56383ff4c4ad8bee1fa942aa5e45
[ "CC0-1.0" ]
1
2021-12-15T13:22:32.000Z
2021-12-15T13:22:32.000Z
openapi: '3.0.0' info: description: 'This is the Livescale Shopping Server Open API specification.' version: '0.1.0' title: 'Livescale Shopping' termsOfService: 'https://www.livescale.tv/terms-and-conditions/' contact: email: 'api@livescale.tv' license: name: 'Apache 2.0' url: 'http://www.apache.org/licenses/LICENSE-2.0.html' tags: - name: 'Authorization' - name: 'Customer' - name: 'Product Management' - name: 'Basket Management' - name: 'Customer Management' - name: 'Shipping' - name: 'Promotion' - name: 'Payment Information' - name: 'Order Management' paths: # Authorization /oauth/token: post: tags: - 'Authorization' description: The grant_type parameter will be **"client_credentials"**. We expect to receive back an **"access_token"**. This **"access_token"** will be used in every subsequent calls. If the request failed client authentication or is invalid, the authorization server returns an error response. Upon reception of the error response, a */oauth/token* call will be placed to get a new **"access_token"**. The audience field will always be **"livescale"**. The Authorization section of this API specification is conform to the [RFC 6749](https://tools.ietf.org/html/rfc6749) operationId: 'postToken' requestBody: $ref: '#/components/requestBodies/oAuthTokenBody' responses: '200': description: 'The returned Access Token will be add on every subsequent call header Authorization' content: application/json: schema: $ref: '#/components/schemas/AccessToken' # Customer /customers/login: post: tags: - 'Customer' description: 'This endpoint is used the start a customer session' operationId: 'postCustomerLogin' requestBody: $ref: '#/components/requestBodies/CustomerLoginBody' responses: '200': description: 'Customer login' # Product Management /catalogs: get: tags: - 'Product Management' description: 'Get all catalogs available' operationId: 'getCatalogs' responses: '200': description: 'successful operation' content: application/json: schema: type: 'array' items: $ref: '#/components/schemas/Catalog' '400': description: 'Bad Request' '401': description: 'Unauthorized. Your Client ID is invalid, or you are not allowed to access the content provided by the requested URL.' /catalogs/{catalog_id}/categories: get: tags: - 'Product Management' description: 'Get all categories from a catalog' operationId: 'getCatalogCategories' parameters: - name: 'catalog_id' in: 'path' description: 'ID of the catalog that needs to be fetched' required: true schema: type: 'string' - in: query name: offset schema: type: integer description: The number of items to skip before starting to collect the result set - in: query name: limit schema: type: integer description: The numbers of items to return responses: '200': description: 'successful operation' content: application/json: schema: type: 'array' items: $ref: '#/components/schemas/Category' '400': description: 'Bad Request' '401': description: 'Unauthorized. Your Client ID is invalid, or you are not allowed to access the content provided by the requested URL.' '404': description: 'Requested resource not found' /catalogs/{catalog_id}/categories/{category_id}/products: get: tags: - 'Product Management' description: 'Get all products from a category' operationId: 'getCategoryProducts' parameters: - name: 'catalog_id' in: 'path' description: 'ID of the catalog that needs to be fetched' required: true schema: type: 'string' - name: 'category_id' in: 'path' description: 'ID of the category that needs to be fetched' required: true schema: type: 'string' - in: query name: offset schema: type: integer description: The number of items to skip before starting to collect the result set - in: query name: limit schema: type: integer description: The numbers of items to return responses: '200': description: 'successful operation' content: application/json: schema: type: 'array' items: $ref: '#/components/schemas/Product' '400': description: 'Bad Request' '401': description: 'Unauthorized. Your Client ID is invalid, or you are not allowed to access the content provided by the requested URL.' '404': description: 'Requested resource not found' # Basket Management /baskets: post: tags: - 'Basket Management' description: 'Create a basket for the customer' operationId: 'postBasket' requestBody: $ref: '#/components/requestBodies/NoRequiredItemsBody' responses: '201': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' /baskets/{basket_id}/items: post: tags: - 'Basket Management' description: 'Add items to an existing basket' operationId: 'postBasketItems' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' requestBody: $ref: '#/components/requestBodies/ItemsBody' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' /baskets/{basket_id}/items/{item_id}: put: tags: - 'Basket Management' description: 'Update specific item to an existing basket' operationId: 'putBasketItems' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' - name: 'item_id' in: 'path' description: 'ID of the item that needs to be modified' required: true schema: type: 'string' requestBody: $ref: '#/components/requestBodies/ItemBody' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' delete: tags: - 'Basket Management' description: 'Delete specific item to an existing basket' operationId: 'deleteBasketItems' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' - name: 'item_id' in: 'path' description: 'ID of the item that needs to be deleted' required: true schema: type: 'string' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' # Customer Management /baskets/{basket_id}/customer: put: tags: - 'Customer Management' description: 'Update customer to an existing basket' operationId: 'postBasketCustomer' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' requestBody: $ref: '#/components/requestBodies/CustomerBody' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' # Shipping /baskets/{basket_id}/shipping_address: put: tags: - 'Shipping' description: "Update basket's shipping address" operationId: 'postBasketShippingAddress' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' requestBody: $ref: '#/components/requestBodies/AddressBody' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' /baskets/{basket_id}/shipping_methods: get: tags: - 'Shipping' description: 'Get shipping methods available for the basket' operationId: 'getBasketShippingMethods' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket' required: true schema: type: 'string' responses: '200': description: 'successful operation' content: application/json: schema: type: 'array' items: $ref: '#/components/schemas/ShippingMethod' /baskets/{basket_id}/shipping_method: put: tags: - 'Shipping' description: 'Add shipping method to the basket' operationId: 'postBasketShippingMehtod' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' requestBody: $ref: '#/components/requestBodies/ShippingMethodBody' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' # Promotion /baskets/{basket_id}/promotion: put: tags: - 'Promotion' description: 'Add promotion to the basket' operationId: 'postBasketPromotion' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' requestBody: $ref: '#/components/requestBodies/PromotionBody' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' /baskets/{basket_id}/promotion/{promotion_id}: delete: tags: - 'Promotion' description: 'Delete specific promotion to an existing basket' operationId: 'deleteBasketPromotion' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' - name: 'promotion_id' in: 'path' description: 'ID of the promotion that needs to be deleted' required: true schema: type: 'string' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' # Payment Information /baskets/{basket_id}/billing_address: put: tags: - 'Payment Information' description: "Update basket's billing address" operationId: 'postBasketBillingAddress' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' requestBody: $ref: '#/components/requestBodies/AddressBody' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' /baskets/{basket_id}/payment_methods: get: tags: - 'Payment Information' description: 'Get payment methods available for the basket' operationId: 'getBasketPaymentMethods' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket' required: true schema: type: 'string' responses: '200': description: 'successful operation' content: application/json: schema: type: 'array' items: $ref: '#/components/schemas/PaymentMethod' /baskets/{basket_id}/payment_method: put: tags: - 'Payment Information' description: 'Add payment method to the basket' operationId: 'postBasketPaymentMehtod' parameters: - name: 'basket_id' in: 'path' description: 'ID of the basket that needs to be modified' required: true schema: type: 'string' requestBody: $ref: '#/components/requestBodies/PaymentMethodBody' responses: '200': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Basket' # Order Management /orders: post: tags: - 'Order Management' description: 'Create order from a basket' operationId: 'postOrder' requestBody: $ref: '#/components/requestBodies/OrderBody' responses: '201': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Order' /orders/{order_id}: put: tags: - 'Order Management' description: 'Send the statuses of the Order' operationId: 'putOrder' parameters: - name: 'order_id' in: 'path' description: 'ID of the order' required: true schema: type: 'string' requestBody: $ref: '#/components/requestBodies/UpdateOrderBody' responses: '201': description: 'successful operation' content: application/json: schema: $ref: '#/components/schemas/Order' security: - oAuth2: [] components: securitySchemes: oAuth2: type: oauth2 description: The client id and client password to authorize the client on the server is provided in Livescale's Dashboard flows: clientCredentials: tokenUrl: /oauth/token refreshUrl: /oauth/token scopes: {} requestBodies: oAuthTokenBody: required: false content: application/x-www-form-urlencoded: schema: type: 'object' properties: grant_type: type: 'string' audience: type: 'string' scope: type: 'string' required: - grant_type - client_id CustomerLoginBody: description: Customer login information required: true content: application/json: schema: type: 'object' properties: type: type: 'string' enum: - 'guest' default: 'guest' ItemBody: description: Item ID and quantity required: true content: application/json: schema: type: 'object' properties: id: type: 'string' quantity: type: 'integer' format: 'int32' ItemsBody: description: An array of item ID and quantity required: true content: application/json: schema: type: 'array' items: type: 'object' properties: id: type: 'string' quantity: type: 'integer' format: 'int32' NoRequiredItemsBody: description: An array of item ID and quantity required: false content: application/json: schema: type: 'array' items: type: 'object' properties: id: type: 'string' quantity: type: 'integer' format: 'int32' CustomerBody: description: Object that contains customer id or email required: true content: application/json: schema: type: 'object' properties: id: type: 'string' email: type: 'string' format: 'email' AddressBody: description: Object that contains an address required: true content: application/json: schema: $ref: '#/components/schemas/Address' ShippingMethodBody: description: ID of the selected shipping method required: true content: application/json: schema: type: 'object' properties: id: type: 'string' PaymentMethodBody: description: ID of the selected payment method required: true content: application/json: schema: type: 'object' properties: id: type: 'string' PromotionBody: description: ID of the user entered coupon required: true content: application/json: schema: type: 'object' properties: coupon: type: 'string' OrderBody: description: ID of the basket to convert to Order. required: true content: application/json: schema: type: 'object' properties: basket_id: type: 'string' UpdateOrderBody: description: ID of the basket to convert to Order. required: true content: application/json: schema: type: 'object' properties: status: type: 'string' enum: - 'NEW' - 'FAILED' payment_status: type: 'string' enum: - 'PAID' - 'FAILED' psp_name: type: 'string' psp_transaction_id: type: 'string' reason: type: 'string' schemas: # Miscellaneous AccessToken: type: 'object' properties: access_token: type: 'string' token_type: type: 'string' expires_in: type: 'integer' format: 'int32' required: - access_token - token_type Price: type: 'object' required: - 'amount' - 'currency' properties: amount: type: 'number' format: 'float' compare_at_amount: type: 'number' format: 'float' currency: type: 'string' unit: type: 'string' unit_measure: type: 'string' amount_per_unit: type: 'number' format: 'float' # Product Management Catalog: type: 'object' required: - 'id' properties: id: type: 'string' title: type: 'string' description: type: 'string' Category: type: 'object' required: - 'id' properties: id: type: 'string' title: type: 'string' description: type: 'string' Product: type: 'object' required: - 'id' - 'name' - 'image' properties: id: type: 'string' name: type: 'string' brand: type: 'string' description: type: 'string' short_description: type: 'string' image: type: 'string' images: type: 'array' items: type: 'string' variants: type: 'array' items: $ref: '#/components/schemas/Variant' attributes: type: 'array' items: $ref: '#/components/schemas/Attribute' Variant: type: 'object' required: - 'sku' properties: sku: type: 'string' image: type: 'string' images: type: 'array' items: type: 'string' price: $ref: '#/components/schemas/Price' attribute_values: type: 'array' items: $ref: '#/components/schemas/AttributeValue' AttributeValue: type: 'object' required: - 'key' - 'value' properties: key: type: 'string' value: type: 'string' Attribute: type: 'object' required: - 'id' - 'name' - 'input_type' - 'values' properties: id: type: 'string' name: type: 'string' input_type: type: 'string' enum: - 'DROPDOWN' - 'RADIO' - 'IMAGE_SWATCH' - 'COLOR_SWATCH' default: 'DROPDOWN' values: type: 'array' items: $ref: '#/components/schemas/Value' Value: type: 'object' required: - 'name' - 'value' properties: name: type: 'string' value: type: 'string' description: type: 'string' image_swatch: type: 'string' # Basket Management Item: type: 'object' required: - 'id' - 'quantity' properties: sku: type: 'string' quantity: type: 'integer' format: 'int32' price: $ref: '#/components/schemas/Price' discounted_price: $ref: '#/components/schemas/Price' Basket: type: 'object' required: - 'id' properties: id: type: 'string' cart_url: type: 'string' customer: $ref: '#/components/schemas/Customer' items: type: 'array' items: $ref: '#/components/schemas/Item' shipping_address: $ref: '#/components/schemas/Address' billing_address: $ref: '#/components/schemas/Address' gift_cards: type: 'array' items: $ref: '#/components/schemas/GiftCard' discounts: type: 'array' items: $ref: '#/components/schemas/Discount' taxation: type: 'string' enum: - 'NET' - 'GROSS' default: 'NET' sub_total: type: 'number' format: 'float' gift_cards_total: type: 'number' format: 'float' discounts_total: type: 'number' format: 'float' shipping_total: type: 'number' format: 'float' taxes_total: type: 'number' format: 'float' total: type: 'number' format: 'float' Customer: type: 'object' required: - 'email' properties: id: type: 'string' email: type: 'string' first_name: type: 'string' last_name: type: 'string' addresses: type: 'array' items: $ref: '#/components/schemas/Address' Address: type: 'object' required: - 'first_name' - 'last_name' - 'address1' - 'city' - 'country' - 'zip' properties: first_name: type: 'string' last_name: type: 'string' address1: type: 'string' address2: type: 'string' city: type: 'string' province: type: 'string' country: type: 'string' country_code_alpha_2: type: 'string' country_code_alpha_3: type: 'string' province_code: type: 'string' zip: type: 'string' phone: type: 'string' Discount: type: 'object' properties: name: type: 'string' code: type: 'string' applied_on: type: 'string' value_type: type: 'string' enum: - 'AMOUNT' - 'PERCENTAGE' - 'FREE' value: type: 'number' format: 'float' discount_amount: type: 'number' format: 'float' discount_currency: type: 'string' ShippingMethod: type: 'object' properties: id: type: 'string' name: type: 'string' description: type: 'string' carrier: type: 'string' price: $ref: '#/components/schemas/Price' PaymentMethod: type: 'object' properties: id: type: 'string' name: type: 'string' GiftCard: type: 'object' properties: id: type: 'string' amount_used: $ref: '#/components/schemas/Price' balance: $ref: '#/components/schemas/Price' last_characters: type: 'string' # Order Management Order: type: 'object' required: - 'id' - 'status' - 'payment_status' - 'total_invoiced' - 'total_paid' properties: id: type: 'string' status: type: 'string' payment_status: type: 'string' total_invoiced: type: 'number' format: 'float' total_paid: type: 'number' format: 'float'
27.113095
578
0.510099
fe349b8d88d448b8509e8505d2490ba05076864a
440
yml
YAML
preview-packages/docs-ref-autogen/@azure/arm-mobilenetwork/SimPoliciesListByMobileNetworkNextResponse.yml
pinyuko/azure-docs-sdk-node
8013c647cc29b56b46310ca5b5a718ab15a9f706
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview-packages/docs-ref-autogen/@azure/arm-mobilenetwork/SimPoliciesListByMobileNetworkNextResponse.yml
pinyuko/azure-docs-sdk-node
8013c647cc29b56b46310ca5b5a718ab15a9f706
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview-packages/docs-ref-autogen/@azure/arm-mobilenetwork/SimPoliciesListByMobileNetworkNextResponse.yml
pinyuko/azure-docs-sdk-node
8013c647cc29b56b46310ca5b5a718ab15a9f706
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:TSTypeAlias name: SimPoliciesListByMobileNetworkNextResponse uid: '@azure/arm-mobilenetwork.SimPoliciesListByMobileNetworkNextResponse' package: '@azure/arm-mobilenetwork' summary: Contains response data for the listByMobileNetworkNext operation. fullName: SimPoliciesListByMobileNetworkNextResponse remarks: '' isPreview: false isDeprecated: false syntax: type SimPoliciesListByMobileNetworkNextResponse = SimPolicyListResult
40
77
0.870455
fefae88e7c22752b6c2546e49ed353498c9aab92
292
yml
YAML
playbooks/standalone-apps/plex/vars/radarr.yml
heywoodlh/ansible
880ca509c34ff74b04f914a75d18ef8121f63369
[ "MIT" ]
1
2022-03-22T16:25:28.000Z
2022-03-22T16:25:28.000Z
playbooks/standalone-apps/plex/vars/radarr.yml
heywoodlh/ansible
880ca509c34ff74b04f914a75d18ef8121f63369
[ "MIT" ]
null
null
null
playbooks/standalone-apps/plex/vars/radarr.yml
heywoodlh/ansible
880ca509c34ff74b04f914a75d18ef8121f63369
[ "MIT" ]
null
null
null
--- radarr_root_dir: "{{ plex_root_dir }}/radarr" radarr_version: "latest" radarr_uuid: "1000" radarr_guid: "1000" radarr_port: "7878" radarr_timezone: "America/Denver" radarr_volumes: - "{{ radarr_root_dir }}:/config" - "{{ plex_media_dir }}:/media" - "{{ nzbget_download_dir }}:/downloads"
24.333333
45
0.715753
6992a498629f380d44b64dea9fd7e13cea1381af
1,716
yml
YAML
.circleci/config.yml
imjasonmiller/scroll-io
9680dc5af2914ffd794a9a3076aa2d39c1ee2e7e
[ "MIT" ]
1
2019-02-01T15:33:02.000Z
2019-02-01T15:33:02.000Z
.circleci/config.yml
imjasonmiller/checkpoint
9680dc5af2914ffd794a9a3076aa2d39c1ee2e7e
[ "MIT" ]
null
null
null
.circleci/config.yml
imjasonmiller/checkpoint
9680dc5af2914ffd794a9a3076aa2d39c1ee2e7e
[ "MIT" ]
1
2021-05-26T04:03:38.000Z
2021-05-26T04:03:38.000Z
version: 2.1 executors: cypress-base-10: docker: - image: cypress/base:10 working_directory: ~/repo references: filter_version_tag: &filter_version_tag tags: only: - /^v\d+(\.\d+).*/ branches: ignore: /.*/ jobs: test: executor: cypress-base-10 steps: - checkout - restore_cache: keys: - v1-deps-{{ .Branch }}-{{ checksum "package.json" }} - v1-deps-{{ .Branch }} - v1-deps - run: npm ci - run: npx tsc - run: name: Run tests command: npx cypress run environment: CYPRESS_CRASH_REPORTS: 0 - save_cache: paths: - node_modules key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }} - persist_to_workspace: root: ~/repo paths: . publish: executor: cypress-base-10 steps: - attach_workspace: at: ~/repo - run: name: Publish to npm command: | npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN npm publish workflows: version: 2 build-test: jobs: - test build-test-publish: jobs: - test: filters: <<: *filter_version_tag - publish: requires: - test filters: <<: *filter_version_tag
23.506849
73
0.403846
117d327fa2edd4e9b85fde616817e07f88aaf2b9
459
yaml
YAML
deployment/helm/templates/serviceaccount.yaml
rpmfusion-infra/website
aff038446a099727508b1230d9b4838698e90c9f
[ "MIT" ]
null
null
null
deployment/helm/templates/serviceaccount.yaml
rpmfusion-infra/website
aff038446a099727508b1230d9b4838698e90c9f
[ "MIT" ]
null
null
null
deployment/helm/templates/serviceaccount.yaml
rpmfusion-infra/website
aff038446a099727508b1230d9b4838698e90c9f
[ "MIT" ]
null
null
null
{{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount metadata: name: {{ include "rpmfusion-website.serviceAccountName" . }} labels: {{- include "rpmfusion-website.labels" . | nindent 4 }} {{- with .Values.serviceAccount.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }} {{- if .Values.image.pullSecrets }} imagePullSecrets: {{- toYaml .Values.image.pullSecrets | nindent 2 }} {{- end }} {{- end }}
27
62
0.651416
e99f40d133986ca4310a185a7753e57a006f2459
954
yml
YAML
.travis.yml
andilyliao/grpc-java
ac4952c45aa4253c3cf465561e5a30ebae2f360d
[ "BSD-3-Clause" ]
1
2016-06-20T17:48:53.000Z
2016-06-20T17:48:53.000Z
.travis.yml
andilyliao/grpc-java
ac4952c45aa4253c3cf465561e5a30ebae2f360d
[ "BSD-3-Clause" ]
null
null
null
.travis.yml
andilyliao/grpc-java
ac4952c45aa4253c3cf465561e5a30ebae2f360d
[ "BSD-3-Clause" ]
1
2020-01-05T04:38:04.000Z
2020-01-05T04:38:04.000Z
sudo: false language: java env: global: - LDFLAGS=-L/tmp/proto3-a2/lib - CXXFLAGS=-I/tmp/proto3-a2/include - LD_LIBRARY_PATH=/tmp/proto3-a2/lib - PATH=/tmp/proto3-a2/bin:$PATH before_install: - buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2 - mkdir -p $HOME/.gradle - echo "checkstyle.ignoreFailures=false" >> $HOME/.gradle/gradle.properties before_script: - test -z "$(git status --porcelain)" || (git status && echo Error Working directory is not clean. Forget to commit generated files? && false) jdk: - oraclejdk8 os: - linux branches: only: - master notifications: email: false cache: directories: - /tmp/proto3-a2 - $HOME/.m2/repository/io/netty - $HOME/.gradle/caches/modules-2 - $HOME/.gradle/wrapper before_cache: - rm $HOME/.gradle/caches/modules-2/modules-2.lock - find $HOME/.gradle/wrapper -not -name "*-all.zip" -and -not -name "*-bin.zip" -delete
22.186047
144
0.678197
c91290774333d339869d626a16df0c890de7b939
658
yml
YAML
app/_data/en/general/navigation.yml
kottz/dalkarlsa
9a132b71e9daab2da665751939e43acb2b3e51d2
[ "MIT" ]
null
null
null
app/_data/en/general/navigation.yml
kottz/dalkarlsa
9a132b71e9daab2da665751939e43acb2b3e51d2
[ "MIT" ]
null
null
null
app/_data/en/general/navigation.yml
kottz/dalkarlsa
9a132b71e9daab2da665751939e43acb2b3e51d2
[ "MIT" ]
null
null
null
links: - {permalink: "/", text: "Hem"} #- {permalink: "/blog/", text: "Blogg"} #- {permalink: "/schedule/", text: "Schedule"} - {permalink: "/galleri/", text: "Galleri"} #- {permalink: "/team/", text: "Team"} #- {permalink: "/logistics/", text: "Logistics"} #- {permalink: "/trummor/", text: "Trummor"} - subText: "Länkar" links: - {link: "http://dalkarlsa.nu", text: "Dalkarlså"} - {link: "https://facebook.com/Dalkarlsa", text: "Facebook"} - {link: "https://twitter.com/Dalkarlsa", text: "Twitter"} bottomLinks: - {permalink: "/#subscribe", text: "Kontakta oss"} rightButtons: - {permalink: "/#subscribe", text: "Kontakta oss"}
34.631579
64
0.603343
c94a9cd90434aab808c1d3e9b0e518f48de472ec
1,209
yml
YAML
data/mn/retired/Carolyn-Laine-881a4eb7-f298-4b96-851b-77a6e6c1aae9.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
58
2018-10-18T22:50:29.000Z
2022-03-01T21:03:44.000Z
data/mn/retired/Carolyn-Laine-881a4eb7-f298-4b96-851b-77a6e6c1aae9.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
350
2018-09-28T18:51:08.000Z
2022-03-21T19:03:57.000Z
data/mn/retired/Carolyn-Laine-881a4eb7-f298-4b96-851b-77a6e6c1aae9.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
74
2018-10-06T16:52:56.000Z
2022-02-11T15:45:20.000Z
id: ocd-person/881a4eb7-f298-4b96-851b-77a6e6c1aae9 name: Carolyn Laine given_name: Carolyn family_name: Laine email: sen.carolyn.laine@senate.mn image: http://www.senate.mn/img/member_thumbnails/41Laine.jpg party: - name: Democratic-Farmer-Labor roles: - start_date: 2009-01-01 end_date: 2012-12-31 type: lower jurisdiction: ocd-jurisdiction/country:us/state:mn/government district: 50A - start_date: 2013-01-01 end_date: 2016-12-31 type: lower jurisdiction: ocd-jurisdiction/country:us/state:mn/government district: 41B - end_date: '2021-01-04' type: upper jurisdiction: ocd-jurisdiction/country:us/state:mn/government district: '41' links: - url: https://www.senate.mn/members/member_bio.html?mem_id=1230 other_identifiers: - scheme: legacy_openstates identifier: MNL000735 - scheme: legacy_openstates identifier: MNL000166 - scheme: legacy_openstates identifier: MNL000294 - scheme: legacy_openstates identifier: MNL000429 - scheme: legacy_openstates identifier: MNL000572 - scheme: openstates identifier: ocd-person/eeb5bd20-3040-44ed-b7ae-6d0722e0ab03 sources: - url: http://www.senate.mn/members/member_list_ascii.php?ls= - url: http://www.senate.mn/members/index.php
28.785714
64
0.779983
f0b10877f8f8980b5e32a61d062ec3176829513d
4,638
yml
YAML
docs-ref-autogen/com.microsoft.azure.management.network.LoadBalancerInboundNatRule.Update.yml
v-xuto/azure-docs-sdk-java
c3765cc8a28d7f8114193365cdd8eb38ad4b5057
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.network.LoadBalancerInboundNatRule.Update.yml
v-xuto/azure-docs-sdk-java
c3765cc8a28d7f8114193365cdd8eb38ad4b5057
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.network.LoadBalancerInboundNatRule.Update.yml
v-xuto/azure-docs-sdk-java
c3765cc8a28d7f8114193365cdd8eb38ad4b5057
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:ManagedReference items: - uid: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.Update" id: "Update" parent: "com.microsoft.azure.management.network" langs: - "java" name: "LoadBalancerInboundNatRule.Update" nameWithType: "LoadBalancerInboundNatRule.Update" fullName: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.Update" type: "Interface" package: "com.microsoft.azure.management.network" summary: "The entirety of an inbound NAT rule update as part of a load balancer update." syntax: content: "public static interface LoadBalancerInboundNatRule.Update extends Settable<LoadBalancer.Update>, LoadBalancerInboundNatRule.UpdateStages.WithBackendPort, LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP, LoadBalancerInboundNatRule.UpdateStages.WithFrontend, LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort, LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout, LoadBalancerInboundNatRule.UpdateStages.WithProtocol" implements: - "com.microsoft.azure.management.resources.fluentcore.model.Settable<com.microsoft.azure.management.network.LoadBalancer.Update>" - "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithBackendPort" - "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP" - "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFrontend" - "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort" - "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout" - "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithProtocol" references: - uid: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort" name: "LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort" nameWithType: "LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort" fullName: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort" - uid: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithBackendPort" name: "LoadBalancerInboundNatRule.UpdateStages.WithBackendPort" nameWithType: "LoadBalancerInboundNatRule.UpdateStages.WithBackendPort" fullName: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithBackendPort" - uid: "com.microsoft.azure.management.resources.fluentcore.model.Settable<com.microsoft.azure.management.network.LoadBalancer.Update>" name: "Settable<LoadBalancer.Update>" nameWithType: "Settable<LoadBalancer.Update>" fullName: "com.microsoft.azure.management.resources.fluentcore.model.Settable<com.microsoft.azure.management.network.LoadBalancer.Update>" - uid: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout" name: "LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout" nameWithType: "LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout" fullName: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithIdleTimeout" - uid: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithProtocol" name: "LoadBalancerInboundNatRule.UpdateStages.WithProtocol" nameWithType: "LoadBalancerInboundNatRule.UpdateStages.WithProtocol" fullName: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithProtocol" - uid: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP" name: "LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP" nameWithType: "LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP" fullName: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP" - uid: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFrontend" name: "LoadBalancerInboundNatRule.UpdateStages.WithFrontend" nameWithType: "LoadBalancerInboundNatRule.UpdateStages.WithFrontend" fullName: "com.microsoft.azure.management.network.LoadBalancerInboundNatRule.UpdateStages.WithFrontend" - uid: "com.microsoft.azure.management.network.LoadBalancer.Update" name: "LoadBalancer.Update" nameWithType: "LoadBalancer.Update" fullName: "com.microsoft.azure.management.network.LoadBalancer.Update" - uid: "com.microsoft.azure.management.resources.fluentcore.model.Settable" name: "Settable" nameWithType: "Settable" fullName: "com.microsoft.azure.management.resources.fluentcore.model.Settable"
76.032787
446
0.848857
0380063e77bf343b199c5b80174548c8e3dbfce6
7,518
yaml
YAML
sdk/storage/azure-storage-file/tests/recordings/test_file_async.test_create_file_from_text_with_encoding_async.yaml
GabrielHobold/azure-sdk-for-python
7248645bcb0d590eafdae6ffc9d25ec688a0ff68
[ "MIT" ]
null
null
null
sdk/storage/azure-storage-file/tests/recordings/test_file_async.test_create_file_from_text_with_encoding_async.yaml
GabrielHobold/azure-sdk-for-python
7248645bcb0d590eafdae6ffc9d25ec688a0ff68
[ "MIT" ]
null
null
null
sdk/storage/azure-storage-file/tests/recordings/test_file_async.test_create_file_from_text_with_encoding_async.yaml
GabrielHobold/azure-sdk-for-python
7248645bcb0d590eafdae6ffc9d25ec688a0ff68
[ "MIT" ]
null
null
null
interactions: - request: body: null headers: User-Agent: - azsdk-python-storage-file/12.0.0b3 Python/3.7.3 (Windows-10-10.0.18362-SP0) content-type: - application/xml; charset=utf-8 x-ms-client-request-id: - ed14fc9e-d9a6-11e9-86d5-001a7dda7113 x-ms-date: - Tue, 17 Sep 2019 23:57:37 GMT x-ms-version: - '2019-02-02' method: PUT uri: https://storagename.file.core.windows.net/utshare1ef51972?restype=share response: body: string: '' headers: ? !!python/object/new:multidict._istr.istr - Content-Length : '0' ? !!python/object/new:multidict._istr.istr - Date : Tue, 17 Sep 2019 23:57:36 GMT ? !!python/object/new:multidict._istr.istr - Etag : '"0x8D73BCAD141DBC1"' ? !!python/object/new:multidict._istr.istr - Last-Modified : Tue, 17 Sep 2019 23:57:37 GMT ? !!python/object/new:multidict._istr.istr - Server : Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-id: 763184d2-101a-00bd-4bb3-6ddae9000000 x-ms-version: '2019-02-02' status: code: 201 message: Created url: !!python/object/new:yarl.URL state: !!python/tuple - !!python/object/new:urllib.parse.SplitResult - https - emilydevtest.file.core.windows.net - /utshare1ef51972 - restype=share - '' - request: body: null headers: User-Agent: - azsdk-python-storage-file/12.0.0b3 Python/3.7.3 (Windows-10-10.0.18362-SP0) content-type: - application/xml; charset=utf-8 x-ms-client-request-id: - ed1df6c0-d9a6-11e9-a473-001a7dda7113 x-ms-content-length: - '36' x-ms-date: - Tue, 17 Sep 2019 23:57:37 GMT x-ms-file-attributes: - none x-ms-file-creation-time: - now x-ms-file-last-write-time: - now x-ms-file-permission: - Inherit x-ms-type: - file x-ms-version: - '2019-02-02' method: PUT uri: https://storagename.file.core.windows.net/utshare1ef51972/file1ef51972 response: body: string: '' headers: ? !!python/object/new:multidict._istr.istr - Content-Length : '0' ? !!python/object/new:multidict._istr.istr - Date : Tue, 17 Sep 2019 23:57:36 GMT ? !!python/object/new:multidict._istr.istr - Etag : '"0x8D73BCAD14A3CBA"' ? !!python/object/new:multidict._istr.istr - Last-Modified : Tue, 17 Sep 2019 23:57:37 GMT ? !!python/object/new:multidict._istr.istr - Server : Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: Archive x-ms-file-change-time: '2019-09-17T23:57:37.6950458Z' x-ms-file-creation-time: '2019-09-17T23:57:37.6950458Z' x-ms-file-id: '13835128424026341376' x-ms-file-last-write-time: '2019-09-17T23:57:37.6950458Z' x-ms-file-parent-id: '0' x-ms-file-permission-key: 4099112195243312672*10394889115079208622 x-ms-request-id: 1b2afa54-601a-0021-61b3-6d778f000000 x-ms-request-server-encrypted: 'true' x-ms-version: '2019-02-02' status: code: 201 message: Created url: !!python/object/new:yarl.URL state: !!python/tuple - !!python/object/new:urllib.parse.SplitResult - https - emilydevtest.file.core.windows.net - /utshare1ef51972/file1ef51972 - '' - '' - request: body: !!binary | //5oAGUAbABsAG8AIABKVUSfAk7bctxyIAB3AG8AcgBsAGQA headers: Content-Length: - '36' Content-Type: - application/octet-stream User-Agent: - azsdk-python-storage-file/12.0.0b3 Python/3.7.3 (Windows-10-10.0.18362-SP0) x-ms-client-request-id: - ed256ff8-d9a6-11e9-847a-001a7dda7113 x-ms-date: - Tue, 17 Sep 2019 23:57:37 GMT x-ms-range: - bytes=0-35 x-ms-version: - '2019-02-02' x-ms-write: - update method: PUT uri: https://storagename.file.core.windows.net/utshare1ef51972/file1ef51972?comp=range response: body: string: '' headers: ? !!python/object/new:multidict._istr.istr - Content-Length : '0' ? !!python/object/new:multidict._istr.istr - Content-Md5 : O7c5HRnUhbM5yD4T1wnm/w== ? !!python/object/new:multidict._istr.istr - Date : Tue, 17 Sep 2019 23:57:36 GMT ? !!python/object/new:multidict._istr.istr - Etag : '"0x8D73BCAD14CD56B"' ? !!python/object/new:multidict._istr.istr - Last-Modified : Tue, 17 Sep 2019 23:57:37 GMT ? !!python/object/new:multidict._istr.istr - Server : Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-id: 1b2afa55-601a-0021-62b3-6d778f000000 x-ms-request-server-encrypted: 'true' x-ms-version: '2019-02-02' status: code: 201 message: Created url: !!python/object/new:yarl.URL state: !!python/tuple - !!python/object/new:urllib.parse.SplitResult - https - emilydevtest.file.core.windows.net - /utshare1ef51972/file1ef51972 - comp=range - '' - request: body: null headers: Accept: - application/xml User-Agent: - azsdk-python-storage-file/12.0.0b3 Python/3.7.3 (Windows-10-10.0.18362-SP0) content-type: - application/xml; charset=utf-8 x-ms-client-request-id: - ed27c002-d9a6-11e9-a772-001a7dda7113 x-ms-date: - Tue, 17 Sep 2019 23:57:37 GMT x-ms-range: - bytes=0-33554431 x-ms-version: - '2019-02-02' method: GET uri: https://storagename.file.core.windows.net/utshare1ef51972/file1ef51972 response: body: string: !!binary | //5oAGUAbABsAG8AIABKVUSfAk7bctxyIAB3AG8AcgBsAGQA headers: ? !!python/object/new:multidict._istr.istr - Accept-Ranges : bytes ? !!python/object/new:multidict._istr.istr - Content-Length : '36' ? !!python/object/new:multidict._istr.istr - Content-Range : bytes 0-35/36 ? !!python/object/new:multidict._istr.istr - Content-Type : application/xml; charset=utf-8 ? !!python/object/new:multidict._istr.istr - Date : Tue, 17 Sep 2019 23:57:36 GMT ? !!python/object/new:multidict._istr.istr - Etag : '"0x8D73BCAD14CD56B"' ? !!python/object/new:multidict._istr.istr - Last-Modified : Tue, 17 Sep 2019 23:57:37 GMT ? !!python/object/new:multidict._istr.istr - Server : Windows-Azure-File/1.0 Microsoft-HTTPAPI/2.0 x-ms-file-attributes: Archive x-ms-file-change-time: '2019-09-17T23:57:37.6950458Z' x-ms-file-creation-time: '2019-09-17T23:57:37.6950458Z' x-ms-file-id: '13835128424026341376' x-ms-file-last-write-time: '2019-09-17T23:57:37.6950458Z' x-ms-file-parent-id: '0' x-ms-file-permission-key: 4099112195243312672*10394889115079208622 x-ms-request-id: 1b2afa56-601a-0021-63b3-6d778f000000 x-ms-server-encrypted: 'true' x-ms-type: File x-ms-version: '2019-02-02' status: code: 206 message: Partial Content url: !!python/object/new:yarl.URL state: !!python/tuple - !!python/object/new:urllib.parse.SplitResult - https - emilydevtest.file.core.windows.net - /utshare1ef51972/file1ef51972 - '' - '' version: 1
30.685714
90
0.60814
0395a9cd2989721ecedc285993a326bc7b76156d
902
yml
YAML
roles/ceph-mgr/tasks/main.yml
fmount/ceph-ansible
6ad7e5286920fceff6f4483672cbdca44f06a25f
[ "Apache-2.0" ]
1,570
2015-01-03T08:38:22.000Z
2022-03-31T09:24:37.000Z
roles/ceph-mgr/tasks/main.yml
fmount/ceph-ansible
6ad7e5286920fceff6f4483672cbdca44f06a25f
[ "Apache-2.0" ]
4,964
2015-01-05T10:41:44.000Z
2022-03-31T07:59:49.000Z
roles/ceph-mgr/tasks/main.yml
DO1JLR/ceph-ansible
9c794aa9bcfab177f437f503bda0ff37dceca319
[ "Apache-2.0" ]
1,231
2015-01-04T11:48:16.000Z
2022-03-31T12:15:28.000Z
--- - name: set_fact container_exec_cmd set_fact: container_exec_cmd: "{{ container_binary }} exec ceph-mon-{{ hostvars[item]['ansible_facts']['hostname'] }}" with_items: "{{ groups.get(mon_group_name, []) }}" delegate_to: "{{ item }}" delegate_facts: true run_once: true when: containerized_deployment | bool - name: include common.yml include_tasks: common.yml - name: include pre_requisite.yml include_tasks: pre_requisite.yml when: not containerized_deployment | bool - name: include start_mgr.yml include_tasks: start_mgr.yml - name: include mgr_modules.yml include_tasks: mgr_modules.yml when: - ceph_mgr_modules | length > 0 - ((groups[mgr_group_name] | default([]) | length == 0 and inventory_hostname == groups[mon_group_name] | last) or (groups[mgr_group_name] | default([]) | length > 0 and inventory_hostname == groups[mgr_group_name] | last))
33.407407
118
0.716186
a1134036572bfa417dfa69e667aff5302a36d2f3
45,310
yml
YAML
apps/cdc_basic/firmware/src/config/sam_9x60_ek_iar/sam_9x60_ek_iar.mhc/project.yml
Microchip-MPLAB-Harmony/usb_apps_host
d1f3db0bba39a13e779776721d156bc5bbd55da9
[ "BSD-Source-Code" ]
1
2021-03-09T14:09:42.000Z
2021-03-09T14:09:42.000Z
apps/cdc_basic/firmware/src/config/sam_9x60_ek_iar/sam_9x60_ek_iar.mhc/project.yml
Microchip-MPLAB-Harmony/usb_apps_host
d1f3db0bba39a13e779776721d156bc5bbd55da9
[ "BSD-Source-Code" ]
null
null
null
apps/cdc_basic/firmware/src/config/sam_9x60_ek_iar/sam_9x60_ek_iar.mhc/project.yml
Microchip-MPLAB-Harmony/usb_apps_host
d1f3db0bba39a13e779776721d156bc5bbd55da9
[ "BSD-Source-Code" ]
null
null
null
files: - generatedChecksum: FCDF22E4BD36F83CC1831E9413D7A3B0 logicalPath: config/sam_9x60_ek_iar/bsp name: bsp.c physicalPath: bsp security: NON_SECURE type: SOURCE userChecksum: FCDF22E4BD36F83CC1831E9413D7A3B0 - generatedChecksum: DC5BC24F4E456275D06B4271EDAF4E0E logicalPath: config/sam_9x60_ek_iar name: cstartup.s physicalPath: '' security: NON_SECURE type: SOURCE userChecksum: DC5BC24F4E456275D06B4271EDAF4E0E - generatedChecksum: 8A8E4938415DD070559F68C41F72E26E logicalPath: config/sam_9x60_ek_iar/driver/usb/uhp/src name: drv_usb_ehci.c physicalPath: driver/usb/uhp/src security: NON_SECURE type: SOURCE userChecksum: 8A8E4938415DD070559F68C41F72E26E - generatedChecksum: 4C09380E3FB52DE559EDE86C6DA7EBA6 logicalPath: config/sam_9x60_ek_iar/driver/usb/uhp/src name: drv_usb_ohci.c physicalPath: driver/usb/uhp/src security: NON_SECURE type: SOURCE userChecksum: 4C09380E3FB52DE559EDE86C6DA7EBA6 - generatedChecksum: 7E8C60228FFF95F5A3B510A03E811233 logicalPath: config/sam_9x60_ek_iar/stdio name: iar_monitor.c physicalPath: stdio security: NON_SECURE type: SOURCE userChecksum: 7E8C60228FFF95F5A3B510A03E811233 - generatedChecksum: 0D3383FBB6BC6B081D5498E36C5D8BF8 logicalPath: config/sam_9x60_ek_iar name: initialization.c physicalPath: '' security: NON_SECURE type: SOURCE userChecksum: 0D3383FBB6BC6B081D5498E36C5D8BF8 - generatedChecksum: D05175861F8BEA99D25C1C309AC838A6 logicalPath: config/sam_9x60_ek_iar name: interrupts.c physicalPath: '' security: NON_SECURE type: SOURCE userChecksum: D05175861F8BEA99D25C1C309AC838A6 - generatedChecksum: 05D2595DE4789D177533BF449A0A8FF1 logicalPath: config/sam_9x60_ek_iar/peripheral/aic name: plib_aic.c physicalPath: peripheral/aic security: NON_SECURE type: SOURCE userChecksum: 05D2595DE4789D177533BF449A0A8FF1 - generatedChecksum: 3DF8B8B14FF28AAE3084AF04DFE35C0A logicalPath: config/sam_9x60_ek_iar/peripheral/clk name: plib_clk.c physicalPath: peripheral/clk security: NON_SECURE type: SOURCE userChecksum: 3DF8B8B14FF28AAE3084AF04DFE35C0A - generatedChecksum: 1212F96245BC104CBF82501BB87B6506 logicalPath: config/sam_9x60_ek_iar/peripheral/dbgu name: plib_dbgu.c physicalPath: peripheral/dbgu security: NON_SECURE type: SOURCE userChecksum: 1212F96245BC104CBF82501BB87B6506 - generatedChecksum: 99A28DC2A2D39E2B47E46E62E0C710D6 logicalPath: config/sam_9x60_ek_iar/peripheral/mmu name: plib_mmu.c physicalPath: peripheral/mmu security: NON_SECURE type: SOURCE userChecksum: 99A28DC2A2D39E2B47E46E62E0C710D6 - generatedChecksum: 802FC3903FBFA44FEA3B8F1E9D6C6FEF logicalPath: config/sam_9x60_ek_iar/peripheral/pio name: plib_pio.c physicalPath: peripheral/pio security: NON_SECURE type: SOURCE userChecksum: 802FC3903FBFA44FEA3B8F1E9D6C6FEF - generatedChecksum: CD83B03D35F7FEC31B9F4BDD26AF0CDC logicalPath: config/sam_9x60_ek_iar/peripheral/tc name: plib_tc0.c physicalPath: peripheral/tc security: NON_SECURE type: SOURCE userChecksum: CD83B03D35F7FEC31B9F4BDD26AF0CDC - generatedChecksum: 2B6EF5AAF13176F5A5E93B547721DB50 logicalPath: config/sam_9x60_ek_iar/system/cache name: sys_cache.c physicalPath: system/cache security: NON_SECURE type: SOURCE userChecksum: 2B6EF5AAF13176F5A5E93B547721DB50 - generatedChecksum: 0C37A819935B90919687FC878956B6BA logicalPath: config/sam_9x60_ek_iar/system/int name: sys_int.c physicalPath: system/int/src security: NON_SECURE type: SOURCE userChecksum: 0C37A819935B90919687FC878956B6BA - generatedChecksum: 83BDE663A1AAB20C9E52263F22E2ED3C logicalPath: config/sam_9x60_ek_iar/system/time name: sys_time.c physicalPath: system/time/src security: NON_SECURE type: SOURCE userChecksum: 83BDE663A1AAB20C9E52263F22E2ED3C - generatedChecksum: B8370C88FB7D39EA1175C9CF5F38C00D logicalPath: config/sam_9x60_ek_iar name: tasks.c physicalPath: '' security: NON_SECURE type: SOURCE userChecksum: B8370C88FB7D39EA1175C9CF5F38C00D - generatedChecksum: B1BE78DA4858C586B72A7824E2410F13 logicalPath: config/sam_9x60_ek_iar/usb/src name: usb_host.c physicalPath: usb/src security: NON_SECURE type: SOURCE userChecksum: B1BE78DA4858C586B72A7824E2410F13 - generatedChecksum: 5C55C155698AA4A18D1842484DA9A564 logicalPath: config/sam_9x60_ek_iar/usb/src name: usb_host_cdc.c physicalPath: usb/src security: NON_SECURE type: SOURCE userChecksum: 5C55C155698AA4A18D1842484DA9A564 - generatedChecksum: 1FD87836373F2EBC3D7D07A2AF203FF8 logicalPath: config/sam_9x60_ek_iar/usb/src name: usb_host_cdc_acm.c physicalPath: usb/src security: NON_SECURE type: SOURCE userChecksum: 1FD87836373F2EBC3D7D07A2AF203FF8 - generatedChecksum: 83B5C41963D3B842541DC5F8C4DB6C9A logicalPath: config/sam_9x60_ek_iar name: usb_host_init_data.c physicalPath: '' security: NON_SECURE type: SOURCE userChecksum: 83B5C41963D3B842541DC5F8C4DB6C9A - generatedChecksum: 3F3C3FD87A8D184EF6F731CE16F5C012 logicalPath: config/sam_9x60_ek_iar name: vectortrap.s physicalPath: '' security: NON_SECURE type: SOURCE userChecksum: 3F3C3FD87A8D184EF6F731CE16F5C012 - generatedChecksum: 2F522AC6FA1986CFD4550226FFA6CE44 logicalPath: packs/SAM9X60_DFP/component name: adc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 2F522AC6FA1986CFD4550226FFA6CE44 - generatedChecksum: 42E69ACD08FCC9F4D1CA2E9C4F032741 logicalPath: packs/SAM9X60_DFP/instance name: adc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 42E69ACD08FCC9F4D1CA2E9C4F032741 - generatedChecksum: 874DD61B804C849203CA0F3A19CFE5C6 logicalPath: packs/SAM9X60_DFP/component name: aes.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 874DD61B804C849203CA0F3A19CFE5C6 - generatedChecksum: 9337DE7FF66932233FA334EC65C28072 logicalPath: packs/SAM9X60_DFP/instance name: aes.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 9337DE7FF66932233FA334EC65C28072 - generatedChecksum: 51C3874AA0BE196D08EB2397ADCB3EDC logicalPath: packs/SAM9X60_DFP/component name: aic.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 51C3874AA0BE196D08EB2397ADCB3EDC - generatedChecksum: 00F080C46590C5D2EA4D964070834814 logicalPath: packs/SAM9X60_DFP/instance name: aic.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 00F080C46590C5D2EA4D964070834814 - generatedChecksum: 41FB4F4513B8CB161A4C3CC6B6FEC8D7 logicalPath: packs/SAM9X60_DFP/component name: bsc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 41FB4F4513B8CB161A4C3CC6B6FEC8D7 - generatedChecksum: 2F0A711F434FABCE31307C16FB61F5DF logicalPath: packs/SAM9X60_DFP/instance name: bsc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 2F0A711F434FABCE31307C16FB61F5DF - generatedChecksum: 3A4249999059175B2F90519D7E8FA2F9 logicalPath: config/sam_9x60_ek_iar/bsp name: bsp.h physicalPath: bsp security: NON_SECURE type: HEADER userChecksum: 3A4249999059175B2F90519D7E8FA2F9 - generatedChecksum: F82AA50A8E4BB7A193055828A91D2AD4 logicalPath: packs/SAM9X60_DFP/component name: can.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: F82AA50A8E4BB7A193055828A91D2AD4 - generatedChecksum: BAB32936D5D3C7EA1DA03060C241FD5B logicalPath: packs/SAM9X60_DFP/instance name: can0.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: BAB32936D5D3C7EA1DA03060C241FD5B - generatedChecksum: 65191FF9F4A50F31864EA22EDA982446 logicalPath: packs/SAM9X60_DFP/instance name: can1.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 65191FF9F4A50F31864EA22EDA982446 - generatedChecksum: 453928992B11FB568102CADA630D4364 logicalPath: packs/SAM9X60_DFP/component name: classd.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 453928992B11FB568102CADA630D4364 - generatedChecksum: 0047EB94550663A5D6FB0DA32910FE89 logicalPath: packs/SAM9X60_DFP/instance name: classd.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 0047EB94550663A5D6FB0DA32910FE89 - generatedChecksum: CFEE49045CD079F7A514B8A9BABCB41E logicalPath: config/sam_9x60_ek_iar name: configuration.h physicalPath: '' security: NON_SECURE type: HEADER userChecksum: CFEE49045CD079F7A514B8A9BABCB41E - generatedChecksum: 8B35997040E0D61B0C62411FF7C4E9C1 logicalPath: config/sam_9x60_ek_iar/peripheral/mmu name: cp15.h physicalPath: peripheral/mmu security: NON_SECURE type: HEADER userChecksum: 8B35997040E0D61B0C62411FF7C4E9C1 - generatedChecksum: CB3278C38AE7E878BD02B72E3949CC30 logicalPath: packs/SAM9X60_DFP/component name: dbgu.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: CB3278C38AE7E878BD02B72E3949CC30 - generatedChecksum: 910F5E5DDD78D07A75D6F07EB60B54F3 logicalPath: packs/SAM9X60_DFP/instance name: dbgu.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 910F5E5DDD78D07A75D6F07EB60B54F3 - generatedChecksum: AC33A261064F81E1183D3F6776E56A89 logicalPath: config/sam_9x60_ek_iar name: definitions.h physicalPath: '' security: NON_SECURE type: HEADER userChecksum: AC33A261064F81E1183D3F6776E56A89 - generatedChecksum: 02FB3E426AD11298A3EB6B4D85C9A935 logicalPath: config/sam_9x60_ek_iar name: device.h physicalPath: '' security: NON_SECURE type: HEADER userChecksum: 02FB3E426AD11298A3EB6B4D85C9A935 - generatedChecksum: 7254700FC13F4B4E1929CADEB2F317FE logicalPath: config/sam_9x60_ek_iar name: device_cache.h physicalPath: '' security: NON_SECURE type: HEADER userChecksum: 7254700FC13F4B4E1929CADEB2F317FE - generatedChecksum: 1D2094DFA60F847FFD4E8153B6E78027 logicalPath: config/sam_9x60_ek_iar/driver name: driver.h physicalPath: driver security: NON_SECURE type: HEADER userChecksum: 1D2094DFA60F847FFD4E8153B6E78027 - generatedChecksum: CC7DFCC51CD25171A3E400E18969354F logicalPath: config/sam_9x60_ek_iar/driver name: driver_common.h physicalPath: driver security: NON_SECURE type: HEADER userChecksum: CC7DFCC51CD25171A3E400E18969354F - generatedChecksum: DF147276AE56CA76E3E9BEB8447620AB logicalPath: config/sam_9x60_ek_iar/driver/usb name: drv_usb.h physicalPath: driver/usb security: NON_SECURE type: HEADER userChecksum: DF147276AE56CA76E3E9BEB8447620AB - generatedChecksum: F2AE0B37122F5763E0D67E373C815008 logicalPath: config/sam_9x60_ek_iar/driver/usb/uhp name: drv_usb_ehci.h physicalPath: driver/usb/uhp security: NON_SECURE type: HEADER userChecksum: F2AE0B37122F5763E0D67E373C815008 - generatedChecksum: E7480192A338C7BB1CA7F213776F349B logicalPath: config/sam_9x60_ek_iar/driver/usb/uhp/src name: drv_usb_ehci_local.h physicalPath: driver/usb/uhp/src security: NON_SECURE type: HEADER userChecksum: E7480192A338C7BB1CA7F213776F349B - generatedChecksum: A8072403A5346EF85CDFD4EF996C0826 logicalPath: config/sam_9x60_ek_iar/driver/usb name: drv_usb_external_dependencies.h physicalPath: driver/usb security: NON_SECURE type: HEADER userChecksum: A8072403A5346EF85CDFD4EF996C0826 - generatedChecksum: 9CC75A2478755B7DDB48D8AE057B1E2D logicalPath: config/sam_9x60_ek_iar/driver/usb/uhp name: drv_usb_ohci.h physicalPath: driver/usb/uhp security: NON_SECURE type: HEADER userChecksum: 9CC75A2478755B7DDB48D8AE057B1E2D - generatedChecksum: F55868EE7DA049C2CEDF9D8530C89FA3 logicalPath: config/sam_9x60_ek_iar/driver/usb/uhp/src name: drv_usb_ohci_local.h physicalPath: driver/usb/uhp/src security: NON_SECURE type: HEADER userChecksum: F55868EE7DA049C2CEDF9D8530C89FA3 - generatedChecksum: 2D9FA098FF4A3510B49F77E40AECBE0D logicalPath: config/sam_9x60_ek_iar/driver/usb/uhp/src name: drv_usb_uhp_ohci_registers.h physicalPath: driver/usb/uhp/src security: NON_SECURE type: HEADER userChecksum: 2D9FA098FF4A3510B49F77E40AECBE0D - generatedChecksum: F5707A93C951A316BB54AC5B291C296E logicalPath: packs/SAM9X60_DFP/component name: emac.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: F5707A93C951A316BB54AC5B291C296E - generatedChecksum: BAEE605935A0DCE87129F837FADDC52A logicalPath: packs/SAM9X60_DFP/instance name: emac0.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: BAEE605935A0DCE87129F837FADDC52A - generatedChecksum: 1732A3A6DCE4E159584044F547F10053 logicalPath: packs/SAM9X60_DFP/instance name: emac1.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 1732A3A6DCE4E159584044F547F10053 - generatedChecksum: EDD3C54DA541029AD1F82CF35F41113D logicalPath: packs/SAM9X60_DFP/component name: flexcom.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: EDD3C54DA541029AD1F82CF35F41113D - generatedChecksum: B8A02DB7BF2ABF5E75EAD210E368D29E logicalPath: packs/SAM9X60_DFP/instance name: flexcom0.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: B8A02DB7BF2ABF5E75EAD210E368D29E - generatedChecksum: B4274B029B9A97CD2168549F5BC2D41C logicalPath: packs/SAM9X60_DFP/instance name: flexcom1.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: B4274B029B9A97CD2168549F5BC2D41C - generatedChecksum: B66207702B554CA98B7282BBC12FF816 logicalPath: packs/SAM9X60_DFP/instance name: flexcom10.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: B66207702B554CA98B7282BBC12FF816 - generatedChecksum: 0218F375783351741F9B977B4074A721 logicalPath: packs/SAM9X60_DFP/instance name: flexcom11.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 0218F375783351741F9B977B4074A721 - generatedChecksum: 753489095C678F5742BC8DCFF48C46B1 logicalPath: packs/SAM9X60_DFP/instance name: flexcom12.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 753489095C678F5742BC8DCFF48C46B1 - generatedChecksum: EB839237133432D24AEFAEFAB209C5BD logicalPath: packs/SAM9X60_DFP/instance name: flexcom2.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: EB839237133432D24AEFAEFAB209C5BD - generatedChecksum: 22453710D0DC12A387054437E0500C15 logicalPath: packs/SAM9X60_DFP/instance name: flexcom3.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 22453710D0DC12A387054437E0500C15 - generatedChecksum: A8A8E092F18C2C4B550A6DB0EF6EF635 logicalPath: packs/SAM9X60_DFP/instance name: flexcom4.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: A8A8E092F18C2C4B550A6DB0EF6EF635 - generatedChecksum: CFF99EEB9E1CA7990A71CCD3F420D104 logicalPath: packs/SAM9X60_DFP/instance name: flexcom5.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: CFF99EEB9E1CA7990A71CCD3F420D104 - generatedChecksum: D259F3C5B34023BF98E6C43BC4D698FA logicalPath: packs/SAM9X60_DFP/instance name: flexcom6.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: D259F3C5B34023BF98E6C43BC4D698FA - generatedChecksum: 9A813018BB4FBCA8A998248D55A49FA6 logicalPath: packs/SAM9X60_DFP/instance name: flexcom7.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 9A813018BB4FBCA8A998248D55A49FA6 - generatedChecksum: 9E59AFCF7E267CA392CF89EC93346848 logicalPath: packs/SAM9X60_DFP/instance name: flexcom8.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 9E59AFCF7E267CA392CF89EC93346848 - generatedChecksum: 44A0A3DCFCD778A37D31EE696BE4B618 logicalPath: packs/SAM9X60_DFP/instance name: flexcom9.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 44A0A3DCFCD778A37D31EE696BE4B618 - generatedChecksum: 25D8B3DFF0D2E0AF5AA1088E2B9E9AA4 logicalPath: packs/SAM9X60_DFP/component name: gfx2d.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 25D8B3DFF0D2E0AF5AA1088E2B9E9AA4 - generatedChecksum: 45559F95AC9DAB07C779C4858498E179 logicalPath: packs/SAM9X60_DFP/instance name: gfx2d.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 45559F95AC9DAB07C779C4858498E179 - generatedChecksum: 91DAC31DB744BCF3DE0A19BCC8D0664B logicalPath: packs/SAM9X60_DFP/component name: gpbr.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 91DAC31DB744BCF3DE0A19BCC8D0664B - generatedChecksum: 4C0891FB1772059CEB7D01D87A8DAE5F logicalPath: packs/SAM9X60_DFP/instance name: gpbr.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 4C0891FB1772059CEB7D01D87A8DAE5F - generatedChecksum: EC59C2D977B0F44082061F5F07BA9993 logicalPath: packs/SAM9X60_DFP/component name: i2smcc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: EC59C2D977B0F44082061F5F07BA9993 - generatedChecksum: 2B1AC9C05E7B3D747C2B1025DA21B06B logicalPath: packs/SAM9X60_DFP/instance name: i2smcc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 2B1AC9C05E7B3D747C2B1025DA21B06B - generatedChecksum: 4CF4A86296482D5331331BA301C20BB2 logicalPath: config/sam_9x60_ek_iar name: interrupts.h physicalPath: '' security: NON_SECURE type: HEADER userChecksum: 4CF4A86296482D5331331BA301C20BB2 - generatedChecksum: 95AF7516B84D726665B4007DA209C400 logicalPath: packs/SAM9X60_DFP/component name: isi.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 95AF7516B84D726665B4007DA209C400 - generatedChecksum: 82C4A7CA4F1E31851109B9FDDBB27342 logicalPath: packs/SAM9X60_DFP/instance name: isi.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 82C4A7CA4F1E31851109B9FDDBB27342 - generatedChecksum: 8BD743A4D5FBB0811806452B187D45A1 logicalPath: packs/SAM9X60_DFP/component name: lcdc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 8BD743A4D5FBB0811806452B187D45A1 - generatedChecksum: 6A2C04F8C1FDF398C4D4036ADE066FCE logicalPath: packs/SAM9X60_DFP/instance name: lcdc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 6A2C04F8C1FDF398C4D4036ADE066FCE - generatedChecksum: 4673C2DF8F7FD37422133A8D8EF0A6C8 logicalPath: packs/SAM9X60_DFP/component name: matrix.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 4673C2DF8F7FD37422133A8D8EF0A6C8 - generatedChecksum: 7AA9051783227280F26C44CA65B41201 logicalPath: packs/SAM9X60_DFP/instance name: matrix.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 7AA9051783227280F26C44CA65B41201 - generatedChecksum: F63A54D1DC967907C995E12A919FEF90 logicalPath: packs/SAM9X60_DFP/component name: mpddrc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: F63A54D1DC967907C995E12A919FEF90 - generatedChecksum: 06AAA48960D400E55227827C86AA420D logicalPath: packs/SAM9X60_DFP/instance name: mpddrc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 06AAA48960D400E55227827C86AA420D - generatedChecksum: F0AD88762263B7CB89B02AB4F5876059 logicalPath: config/sam_9x60_ek_iar/osal name: osal.h physicalPath: osal security: NON_SECURE type: HEADER userChecksum: F0AD88762263B7CB89B02AB4F5876059 - generatedChecksum: 0AC88C49E4585B606FD5AC6804F0C340 logicalPath: config/sam_9x60_ek_iar/osal name: osal_definitions.h physicalPath: osal security: NON_SECURE type: HEADER userChecksum: 0AC88C49E4585B606FD5AC6804F0C340 - generatedChecksum: B040122CCA94A0636810D6F15F13B751 logicalPath: config/sam_9x60_ek_iar/osal name: osal_impl_basic.h physicalPath: osal security: NON_SECURE type: HEADER userChecksum: B040122CCA94A0636810D6F15F13B751 - generatedChecksum: 093E09646F00CADAECD1441A13EB6ECA logicalPath: packs/SAM9X60_DFP/component name: otpc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 093E09646F00CADAECD1441A13EB6ECA - generatedChecksum: 3CA1167A7867F93FB356A8893ACCBA23 logicalPath: packs/SAM9X60_DFP/instance name: otpc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 3CA1167A7867F93FB356A8893ACCBA23 - generatedChecksum: 1E86EA6B12BF20C88E9D8E5A1999D287 logicalPath: packs/SAM9X60_DFP/component name: pio.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 1E86EA6B12BF20C88E9D8E5A1999D287 - generatedChecksum: F8F979165F0BCE8A0DD807A7C11B243E logicalPath: packs/SAM9X60_DFP/instance name: pioa.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: F8F979165F0BCE8A0DD807A7C11B243E - generatedChecksum: B3F9243D9004A1C2AA71F31F92BFA849 logicalPath: packs/SAM9X60_DFP/instance name: piob.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: B3F9243D9004A1C2AA71F31F92BFA849 - generatedChecksum: 274D6B0789551F863B008570A8780FC6 logicalPath: packs/SAM9X60_DFP/instance name: pioc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 274D6B0789551F863B008570A8780FC6 - generatedChecksum: F492E007FA4538FAD110B778F6E7FD47 logicalPath: packs/SAM9X60_DFP/instance name: piod.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: F492E007FA4538FAD110B778F6E7FD47 - generatedChecksum: CFE1E3C3AA65771E8650AA716000BDF9 logicalPath: packs/SAM9X60_DFP/component name: pit.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: CFE1E3C3AA65771E8650AA716000BDF9 - generatedChecksum: 6AF9D4C3F8917D9C5CB1F45004714B58 logicalPath: packs/SAM9X60_DFP/instance name: pit.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 6AF9D4C3F8917D9C5CB1F45004714B58 - generatedChecksum: 5FD3B451F8D4C719C3B90D43EBC1E21A logicalPath: packs/SAM9X60_DFP/component name: pit64b.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 5FD3B451F8D4C719C3B90D43EBC1E21A - generatedChecksum: 8E08021B56BB49F3C4B22091B19B3621 logicalPath: packs/SAM9X60_DFP/instance name: pit64b.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 8E08021B56BB49F3C4B22091B19B3621 - generatedChecksum: 9C00DC189B706ECF854F34A404F89118 logicalPath: config/sam_9x60_ek_iar/peripheral/aic name: plib_aic.h physicalPath: peripheral/aic security: NON_SECURE type: HEADER userChecksum: 9C00DC189B706ECF854F34A404F89118 - generatedChecksum: A8C5DBCE5B68F9E4B9078E54DC2B2FEA logicalPath: config/sam_9x60_ek_iar/peripheral/clk name: plib_clk.h physicalPath: peripheral/clk security: NON_SECURE type: HEADER userChecksum: A8C5DBCE5B68F9E4B9078E54DC2B2FEA - generatedChecksum: 13DD556A642DE059FE90292C5913D289 logicalPath: config/sam_9x60_ek_iar/peripheral/dbgu name: plib_dbgu.h physicalPath: peripheral/dbgu security: NON_SECURE type: HEADER userChecksum: 13DD556A642DE059FE90292C5913D289 - generatedChecksum: 742249F5B2ADC136B06B7F9858FAA50E logicalPath: config/sam_9x60_ek_iar/peripheral/dbgu name: plib_dbgu_common.h physicalPath: peripheral/dbgu security: NON_SECURE type: HEADER userChecksum: 742249F5B2ADC136B06B7F9858FAA50E - generatedChecksum: 53692CB5F4391E126593D39BD431C323 logicalPath: config/sam_9x60_ek_iar/peripheral/mmu name: plib_mmu.h physicalPath: peripheral/mmu security: NON_SECURE type: HEADER userChecksum: 53692CB5F4391E126593D39BD431C323 - generatedChecksum: D6696DAD2CD2EFA01B4DD720ADCEC43E logicalPath: config/sam_9x60_ek_iar/peripheral/pio name: plib_pio.h physicalPath: peripheral/pio security: NON_SECURE type: HEADER userChecksum: D6696DAD2CD2EFA01B4DD720ADCEC43E - generatedChecksum: B7CD75DDFAF5711E017FFA33517B1EC0 logicalPath: config/sam_9x60_ek_iar/peripheral/tc name: plib_tc0.h physicalPath: peripheral/tc security: NON_SECURE type: HEADER userChecksum: B7CD75DDFAF5711E017FFA33517B1EC0 - generatedChecksum: A2F276372C68B8EE16FB32AE5DF1BE37 logicalPath: config/sam_9x60_ek_iar/peripheral/tc name: plib_tc_common.h physicalPath: peripheral/tc security: NON_SECURE type: HEADER userChecksum: A2F276372C68B8EE16FB32AE5DF1BE37 - generatedChecksum: 9E4CC8ED145457396CC03BACC4A50144 logicalPath: packs/SAM9X60_DFP/component name: pmc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 9E4CC8ED145457396CC03BACC4A50144 - generatedChecksum: 8EFA577776538DC4EF7F0435ABDBE006 logicalPath: packs/SAM9X60_DFP/instance name: pmc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 8EFA577776538DC4EF7F0435ABDBE006 - generatedChecksum: 2F17C1087C00BE84D1C2ACB6AE5209F1 logicalPath: packs/SAM9X60_DFP/component name: pmecc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 2F17C1087C00BE84D1C2ACB6AE5209F1 - generatedChecksum: 066716413F3F1E08C4A0F498C102B487 logicalPath: packs/SAM9X60_DFP/instance name: pmecc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 066716413F3F1E08C4A0F498C102B487 - generatedChecksum: DA0EF344B60AA541B2CB07EAE9B90E1F logicalPath: packs/SAM9X60_DFP/component name: pmerrloc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: DA0EF344B60AA541B2CB07EAE9B90E1F - generatedChecksum: FDD1754B991E76442560D2B7CB55FDD4 logicalPath: packs/SAM9X60_DFP/instance name: pmerrloc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: FDD1754B991E76442560D2B7CB55FDD4 - generatedChecksum: 6763CDC1D9856EBA641DC5E4205AA67D logicalPath: packs/SAM9X60_DFP/component name: pwm.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 6763CDC1D9856EBA641DC5E4205AA67D - generatedChecksum: C2600AD25B6911EAC9CF17DE0E849A02 logicalPath: packs/SAM9X60_DFP/instance name: pwm.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: C2600AD25B6911EAC9CF17DE0E849A02 - generatedChecksum: 71086786FA78350C7CC84F99B5BFDE2F logicalPath: packs/SAM9X60_DFP/component name: qspi.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 71086786FA78350C7CC84F99B5BFDE2F - generatedChecksum: 2B2C2FDDDCA338186E8058B8C0D82962 logicalPath: packs/SAM9X60_DFP/instance name: qspi.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 2B2C2FDDDCA338186E8058B8C0D82962 - generatedChecksum: 27AF211D4A5801C7477C4F8FF3850DDF logicalPath: packs/SAM9X60_DFP/component name: rstc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 27AF211D4A5801C7477C4F8FF3850DDF - generatedChecksum: 70A749AA4EC834F3C678D190198E3EB9 logicalPath: packs/SAM9X60_DFP/instance name: rstc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 70A749AA4EC834F3C678D190198E3EB9 - generatedChecksum: 3008A952B3D70322230831FC8D6D795D logicalPath: packs/SAM9X60_DFP/component name: rtc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 3008A952B3D70322230831FC8D6D795D - generatedChecksum: D359044C0DBDA9F5C765F2A33ED809D5 logicalPath: packs/SAM9X60_DFP/instance name: rtc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: D359044C0DBDA9F5C765F2A33ED809D5 - generatedChecksum: 874CAB1094C218A155D064A4730F29FD logicalPath: packs/SAM9X60_DFP/component name: rtt.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 874CAB1094C218A155D064A4730F29FD - generatedChecksum: B64F29790CA4A259B0A5094E7A58AFD5 logicalPath: packs/SAM9X60_DFP/instance name: rtt.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: B64F29790CA4A259B0A5094E7A58AFD5 - generatedChecksum: A2113EB132621420E5936FBD3B16FDC0 logicalPath: packs/SAM9X60_DFP name: sam9x60.h physicalPath: ../../packs/SAM9X60_DFP security: NON_SECURE type: HEADER userChecksum: A2113EB132621420E5936FBD3B16FDC0 - generatedChecksum: F4ED4E342A23652E4C7BAEE25DA428EB logicalPath: packs/SAM9X60_DFP/pio name: sam9x60.h physicalPath: ../../packs/SAM9X60_DFP/pio security: NON_SECURE type: HEADER userChecksum: F4ED4E342A23652E4C7BAEE25DA428EB - generatedChecksum: 545D7120FAEFA70EC42BFA969CB65ECA logicalPath: packs/SAM9X60_DFP/component name: sckc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 545D7120FAEFA70EC42BFA969CB65ECA - generatedChecksum: BFC445A540A8ADEB6B8EE18A255C264F logicalPath: packs/SAM9X60_DFP/instance name: sckc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: BFC445A540A8ADEB6B8EE18A255C264F - generatedChecksum: 864BD41468B4359015EFFA91DEBDE19B logicalPath: packs/SAM9X60_DFP/component name: sdmmc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 864BD41468B4359015EFFA91DEBDE19B - generatedChecksum: 91B25125036830C746F34172F88D680E logicalPath: packs/SAM9X60_DFP/instance name: sdmmc0.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 91B25125036830C746F34172F88D680E - generatedChecksum: 336810466FAE4EBDDBEA384A52E4A248 logicalPath: packs/SAM9X60_DFP/instance name: sdmmc1.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 336810466FAE4EBDDBEA384A52E4A248 - generatedChecksum: E836D88CE047A67B153A6B98E7AE8406 logicalPath: packs/SAM9X60_DFP/component name: sdramc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: E836D88CE047A67B153A6B98E7AE8406 - generatedChecksum: 6032255274C1A8ADD13C58E081485624 logicalPath: packs/SAM9X60_DFP/instance name: sdramc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 6032255274C1A8ADD13C58E081485624 - generatedChecksum: 74FEEF7F53873E346D1EB732F171C8D9 logicalPath: packs/SAM9X60_DFP/component name: sfr.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 74FEEF7F53873E346D1EB732F171C8D9 - generatedChecksum: 6448AE1B3A8A7ACA790A564D7B70E058 logicalPath: packs/SAM9X60_DFP/instance name: sfr.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 6448AE1B3A8A7ACA790A564D7B70E058 - generatedChecksum: 860D413EBAB55272F3EDF785E2034F1D logicalPath: packs/SAM9X60_DFP/component name: sha.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 860D413EBAB55272F3EDF785E2034F1D - generatedChecksum: F8528111910972FD020B8C0DCEB671D4 logicalPath: packs/SAM9X60_DFP/instance name: sha.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: F8528111910972FD020B8C0DCEB671D4 - generatedChecksum: DD3FBA87CCFF8CED561AF805BE82E16E logicalPath: packs/SAM9X60_DFP/component name: shdwc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: DD3FBA87CCFF8CED561AF805BE82E16E - generatedChecksum: 27B00E1CC7703A1962FE4D29F971B9B4 logicalPath: packs/SAM9X60_DFP/instance name: shdwc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 27B00E1CC7703A1962FE4D29F971B9B4 - generatedChecksum: 115F557E16AE95F375AEF60D40A1EC0D logicalPath: packs/SAM9X60_DFP/component name: smc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 115F557E16AE95F375AEF60D40A1EC0D - generatedChecksum: F16FE3C91FFBD6C7B033CA19A4BEF403 logicalPath: packs/SAM9X60_DFP/instance name: smc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: F16FE3C91FFBD6C7B033CA19A4BEF403 - generatedChecksum: C1CF76684E6A7C75E4141C1AF1F24D32 logicalPath: packs/SAM9X60_DFP/component name: ssc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: C1CF76684E6A7C75E4141C1AF1F24D32 - generatedChecksum: F311AE6F65C327D2015701B3229E16DD logicalPath: packs/SAM9X60_DFP/instance name: ssc.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: F311AE6F65C327D2015701B3229E16DD - generatedChecksum: AFAAF7D896D57569CA4CF73BB3339481 logicalPath: config/sam_9x60_ek_iar/system/cache name: sys_cache.h physicalPath: system/cache security: NON_SECURE type: HEADER userChecksum: AFAAF7D896D57569CA4CF73BB3339481 - generatedChecksum: 6BB6C54C5CD963A5A940CF7BB28F4E10 logicalPath: config/sam_9x60_ek_iar/system/debug name: sys_debug.h physicalPath: system/debug security: NON_SECURE type: HEADER userChecksum: 6BB6C54C5CD963A5A940CF7BB28F4E10 - generatedChecksum: 1329D2DEB6E5AC9515AD4D165C60DC74 logicalPath: config/sam_9x60_ek_iar/system/int name: sys_int.h physicalPath: system/int security: NON_SECURE type: HEADER userChecksum: 1329D2DEB6E5AC9515AD4D165C60DC74 - generatedChecksum: D5F3C8B8016B12FF575690A3CC761BFD logicalPath: config/sam_9x60_ek_iar/system/int name: sys_int_mapping.h physicalPath: system/int security: NON_SECURE type: HEADER userChecksum: D5F3C8B8016B12FF575690A3CC761BFD - generatedChecksum: 466D676839280C0E7FC2CC6F78BA6EE9 logicalPath: config/sam_9x60_ek_iar/system/time name: sys_time.h physicalPath: system/time security: NON_SECURE type: HEADER userChecksum: 466D676839280C0E7FC2CC6F78BA6EE9 - generatedChecksum: 9463F9BBF69C9593FF3B30F8BC587234 logicalPath: config/sam_9x60_ek_iar/system/time name: sys_time_definitions.h physicalPath: system/time security: NON_SECURE type: HEADER userChecksum: 9463F9BBF69C9593FF3B30F8BC587234 - generatedChecksum: 62F39464265EC34979649F761FB4FE57 logicalPath: config/sam_9x60_ek_iar/system/time name: sys_time_local.h physicalPath: system/time/src security: NON_SECURE type: HEADER userChecksum: 62F39464265EC34979649F761FB4FE57 - generatedChecksum: DFAD752755A163D9C0795D9A44AFD5AB logicalPath: packs/SAM9X60_DFP/component name: syscwp.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: DFAD752755A163D9C0795D9A44AFD5AB - generatedChecksum: 8D587EB268295CBC34D4AD3586266140 logicalPath: packs/SAM9X60_DFP/instance name: syscwp.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 8D587EB268295CBC34D4AD3586266140 - generatedChecksum: BE95B4F134C5C929787B9DA6FDBF3501 logicalPath: config/sam_9x60_ek_iar/system name: system.h physicalPath: system security: NON_SECURE type: HEADER userChecksum: BE95B4F134C5C929787B9DA6FDBF3501 - generatedChecksum: C3F5136D520DAC4416512EBFCCA023C3 logicalPath: config/sam_9x60_ek_iar/system name: system_common.h physicalPath: system security: NON_SECURE type: HEADER userChecksum: C3F5136D520DAC4416512EBFCCA023C3 - generatedChecksum: 1C75A8A6B60598A2FD0D533F57839B72 logicalPath: config/sam_9x60_ek_iar/system name: system_module.h physicalPath: system security: NON_SECURE type: HEADER userChecksum: 1C75A8A6B60598A2FD0D533F57839B72 - generatedChecksum: F234ACFF85BAAF545CE0F1ACC274D7A9 logicalPath: packs/SAM9X60_DFP/component name: tc.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: F234ACFF85BAAF545CE0F1ACC274D7A9 - generatedChecksum: C25B747558BF4A3A8298E8B37D261E01 logicalPath: packs/SAM9X60_DFP/instance name: tc0.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: C25B747558BF4A3A8298E8B37D261E01 - generatedChecksum: C3BA1A1824AF4ADBAF686C2B54AD405C logicalPath: packs/SAM9X60_DFP/instance name: tc1.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: C3BA1A1824AF4ADBAF686C2B54AD405C - generatedChecksum: E717514C5361D77543EA9819A695B14E logicalPath: packs/SAM9X60_DFP/component name: tdes.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: E717514C5361D77543EA9819A695B14E - generatedChecksum: 0F5CD20BAE27B3FD81C7550790329EAF logicalPath: packs/SAM9X60_DFP/instance name: tdes.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 0F5CD20BAE27B3FD81C7550790329EAF - generatedChecksum: E2494E9678C2E6E720CF160F3EA41A0B logicalPath: config/sam_9x60_ek_iar name: toolchain_specifics.h physicalPath: '' security: NON_SECURE type: HEADER userChecksum: E2494E9678C2E6E720CF160F3EA41A0B - generatedChecksum: 7A683385F7EC433F1AB0DA23E8D5EFA4 logicalPath: packs/SAM9X60_DFP/component name: trng.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 7A683385F7EC433F1AB0DA23E8D5EFA4 - generatedChecksum: 37916B2AB96D473C57B3149D9E8DFA82 logicalPath: packs/SAM9X60_DFP/instance name: trng.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 37916B2AB96D473C57B3149D9E8DFA82 - generatedChecksum: B4A0DA68C0B1F84CEC2DB6FE5D936C21 logicalPath: packs/SAM9X60_DFP/component name: udphs.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: B4A0DA68C0B1F84CEC2DB6FE5D936C21 - generatedChecksum: 180A18089A73FA615565B312C1F99E4B logicalPath: packs/SAM9X60_DFP/instance name: udphs.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 180A18089A73FA615565B312C1F99E4B - generatedChecksum: CD0C41AFDD60E29BA2E658093B53C5E4 logicalPath: packs/SAM9X60_DFP/component name: uhpfs.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: CD0C41AFDD60E29BA2E658093B53C5E4 - generatedChecksum: 6DA95EE7409D5011DEF2E55C47B57B27 logicalPath: packs/SAM9X60_DFP/component name: uhphs.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 6DA95EE7409D5011DEF2E55C47B57B27 - generatedChecksum: B2AAC7980CC433FBC0D54EEF19DA23A4 logicalPath: packs/SAM9X60_DFP/instance name: uhphs_ehci.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: B2AAC7980CC433FBC0D54EEF19DA23A4 - generatedChecksum: AF2B30CCF4F00DF2B81F25BE36FBF09C logicalPath: packs/SAM9X60_DFP/instance name: uhphs_ohci.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: AF2B30CCF4F00DF2B81F25BE36FBF09C - generatedChecksum: F698C0AF1ADC5A3E18B4832DFEAB8DB0 logicalPath: config/sam_9x60_ek_iar/usb name: usb_cdc.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: F698C0AF1ADC5A3E18B4832DFEAB8DB0 - generatedChecksum: 39659CDE2CC726544BD68544FB7EF4B2 logicalPath: config/sam_9x60_ek_iar/usb name: usb_chapter_9.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: 39659CDE2CC726544BD68544FB7EF4B2 - generatedChecksum: E7B6EAD8687A8EBC0355E0CE413B6A87 logicalPath: config/sam_9x60_ek_iar/usb name: usb_common.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: E7B6EAD8687A8EBC0355E0CE413B6A87 - generatedChecksum: E07268DE3A474DBA4E401F72FCB17270 logicalPath: config/sam_9x60_ek_iar/usb name: usb_ehci.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: E07268DE3A474DBA4E401F72FCB17270 - generatedChecksum: 6C4A6859DB16EA8C046F995C6B6C1C6F logicalPath: config/sam_9x60_ek_iar/usb/src name: usb_external_dependencies.h physicalPath: usb/src security: NON_SECURE type: HEADER userChecksum: 6C4A6859DB16EA8C046F995C6B6C1C6F - generatedChecksum: F127C67A3E33E5788C0F057F648EE57C logicalPath: config/sam_9x60_ek_iar/usb name: usb_host.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: F127C67A3E33E5788C0F057F648EE57C - generatedChecksum: 5FD5D906841764168AD601EEFBFBEC76 logicalPath: config/sam_9x60_ek_iar/usb name: usb_host_cdc.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: 5FD5D906841764168AD601EEFBFBEC76 - generatedChecksum: B72868FEFAEA8638237FC65BA2A960E6 logicalPath: config/sam_9x60_ek_iar/usb/src name: usb_host_cdc_local.h physicalPath: usb/src security: NON_SECURE type: HEADER userChecksum: B72868FEFAEA8638237FC65BA2A960E6 - generatedChecksum: 6EBC5E4D06FC96A02ADF3B7416957DD6 logicalPath: config/sam_9x60_ek_iar/usb name: usb_host_client_driver.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: 6EBC5E4D06FC96A02ADF3B7416957DD6 - generatedChecksum: 757C8484C955543C893361992D11FD4C logicalPath: config/sam_9x60_ek_iar/usb name: usb_host_hub_interface.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: 757C8484C955543C893361992D11FD4C - generatedChecksum: 9A5DE9CA9F3E4B6797DB28E03D7717D5 logicalPath: config/sam_9x60_ek_iar/usb/src name: usb_host_hub_mapping.h physicalPath: usb/src security: NON_SECURE type: HEADER userChecksum: 9A5DE9CA9F3E4B6797DB28E03D7717D5 - generatedChecksum: 2F710266E6410720CFDEA64213BFB0B3 logicalPath: config/sam_9x60_ek_iar/usb/src name: usb_host_local.h physicalPath: usb/src security: NON_SECURE type: HEADER userChecksum: 2F710266E6410720CFDEA64213BFB0B3 - generatedChecksum: 3E3CC6BC9128194CB4D19F29C57E312B logicalPath: config/sam_9x60_ek_iar/usb name: usb_hub.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: 3E3CC6BC9128194CB4D19F29C57E312B - generatedChecksum: 52883E0785EEA83974215D18E16C0E61 logicalPath: config/sam_9x60_ek_iar/usb name: usb_ohci.h physicalPath: usb security: NON_SECURE type: HEADER userChecksum: 52883E0785EEA83974215D18E16C0E61 - generatedChecksum: 20B2C9042538B9773C9A64781979E709 logicalPath: packs/SAM9X60_DFP/component name: wdt.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 20B2C9042538B9773C9A64781979E709 - generatedChecksum: 9D818C76AE2BB7D15D9C313DB42F5CF1 logicalPath: packs/SAM9X60_DFP/instance name: wdt.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 9D818C76AE2BB7D15D9C313DB42F5CF1 - generatedChecksum: 384A99524E95F795902DA6012DBEDFAE logicalPath: packs/SAM9X60_DFP/component name: xdmac.h physicalPath: ../../packs/SAM9X60_DFP/component security: NON_SECURE type: HEADER userChecksum: 384A99524E95F795902DA6012DBEDFAE - generatedChecksum: 987D05A0A8AD4842D17EFC631C15DADD logicalPath: packs/SAM9X60_DFP/instance name: xdmac.h physicalPath: ../../packs/SAM9X60_DFP/instance security: NON_SECURE type: HEADER userChecksum: 987D05A0A8AD4842D17EFC631C15DADD - generatedChecksum: BA31DCF40D6802C5D66FAFB133AA7552 logicalPath: config/sam_9x60_ek_iar name: ddram.icf physicalPath: '' security: NON_SECURE type: LINKER userChecksum: BA31DCF40D6802C5D66FAFB133AA7552 format_version: v1.0 libraries: [] settings: [] sourcePaths: []
34.640673
56
0.821298
a1454aa7149559337b716504249e675d772d29e9
174
yml
YAML
translations/fr/FREQ.yml
brockfanning/sdg-dsd-translations
aab455681ceb2aace14b485ddad23c6527f3ad19
[ "MIT" ]
null
null
null
translations/fr/FREQ.yml
brockfanning/sdg-dsd-translations
aab455681ceb2aace14b485ddad23c6527f3ad19
[ "MIT" ]
null
null
null
translations/fr/FREQ.yml
brockfanning/sdg-dsd-translations
aab455681ceb2aace14b485ddad23c6527f3ad19
[ "MIT" ]
1
2021-06-02T20:47:14.000Z
2021-06-02T20:47:14.000Z
W: Hebdomadaire S: Semestriel Q: Trimestriel N: Chaque minute M: Mensuel H: Horaire FREQ: Fréquence d'observation D: Quotidien B: Quotidien sur la semaine ouvrable A: Annuel
15.818182
36
0.787356
294bf0dcbb91078300bc8123af03a44975f56436
702
yaml
YAML
samples/core/scenary3/single/webuicfg.yaml
my5G/IOTSDGW_ORQUESTRATOR
6d41f6aad23ddd0420741d41e60aec9117b7030a
[ "Apache-2.0" ]
null
null
null
samples/core/scenary3/single/webuicfg.yaml
my5G/IOTSDGW_ORQUESTRATOR
6d41f6aad23ddd0420741d41e60aec9117b7030a
[ "Apache-2.0" ]
null
null
null
samples/core/scenary3/single/webuicfg.yaml
my5G/IOTSDGW_ORQUESTRATOR
6d41f6aad23ddd0420741d41e60aec9117b7030a
[ "Apache-2.0" ]
null
null
null
info: version: 1.0.0 description: WebUI initial local configuration configuration: mongodb: # the mongodb connected by this webui name: free5gc # name of the mongodb url: mongodb://db:27017 # a valid URL of the mongodb # the kind of log output # debugLevel: how detailed to output, value: trace, debug, info, warn, error, fatal, panic # ReportCaller: enable the caller report or not, value: true or false logger: WEBUI: debugLevel: info ReportCaller: true PathUtil: debugLevel: info ReportCaller: false OpenApi: debugLevel: info ReportCaller: false MongoDBLibrary: debugLevel: info ReportCaller: false
27
90
0.672365
538148660223fc8feabdeebd25700c19940c8ec9
155
yaml
YAML
tests/minimal/phase0/ssz_static/Eth1Block/ssz_lengthy/case_28/value.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase0/ssz_static/Eth1Block/ssz_lengthy/case_28/value.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase0/ssz_static/Eth1Block/ssz_lengthy/case_28/value.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
{timestamp: 11345086236413249954, deposit_root: '0xbf5fb01f328d4161a0f920b62d4b4da9a93d196fff40964bb9bbdbd677d4af9f', deposit_count: 13486892085226796813}
51.666667
117
0.903226
581cb8007e4722d6db972123a9bedc91531a6f12
2,523
yml
YAML
.github/workflows/release.yml
Glunty/foundryvtt-forien-unidentified-items
14486d91855dd36dcc53c35c9fecf145e2a80c2d
[ "MIT" ]
null
null
null
.github/workflows/release.yml
Glunty/foundryvtt-forien-unidentified-items
14486d91855dd36dcc53c35c9fecf145e2a80c2d
[ "MIT" ]
null
null
null
.github/workflows/release.yml
Glunty/foundryvtt-forien-unidentified-items
14486d91855dd36dcc53c35c9fecf145e2a80c2d
[ "MIT" ]
null
null
null
# Thanks to Calego / ElfFriend (https://github.com/ElfFriend-DnD/) for the initial reference for this GH Action. name: Module Tag / Release on: push: tags: - "v*" jobs: build: environment: default runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js uses: actions/setup-node@v1 with: node-version: "14.x" - name: Install Dependencies run: | npm install -g yarn yarn install - name: Get Release Version From Tag id: get_version uses: battila7/get-version-action@0db33b6cb875aa6bc761ca535b74aef8925a6f0c - name: Prepare Module Manifest id: sub_manifest_link_version uses: microsoft/variable-substitution@v1 with: files: 'src/module.json' env: version: ${{steps.get_version.outputs.version-without-v}} manifest: https://github.com/${{github.repository}}/releases/latest/download/module.json download: https://github.com/${{github.repository}}/releases/download/${{steps.get_version.outputs.version}}/module.zip - name: Build Release run: | set -euo pipefail npm run-script build npm run-script package # Generate changelog for release body - name: Generate Changelog uses: scottbrenner/generate-changelog-action@f17b985298496cf8df35aa1104091c51e7bfea95 env: REPO: ${{ github.repository }} # Create a release for this specific version - name: Create Release uses: ncipollo/release-action@238505795d6d58d49b78980f271f70dfcd8efb35 with: allowUpdates: true name: ${{steps.get_version.outputs.version}} body: | ${{ steps.Changelog.outputs.changelog }} draft: false prerelease: false token: ${{ secrets.GITHUB_TOKEN }} artifacts: './src/module.json,./package/module.zip' tag: ${{steps.get_version.outputs.version}} # Publish the release to FoundryVTT's package repository. - name: FoundryVTT AutoPublish uses: Varriount/fvtt-autopublish@v1.0.6 with: username: ${{ secrets.FOUNDRY_ADMIN_USER }} password: ${{ secrets.FOUNDRY_ADMIN_PW }} module-id: 288 manifest-url: https://github.com/${{ github.repository }}/releases/download/${{steps.get_version.outputs.version}}/module.json manifest-file: ./src/module.json
30.39759
136
0.624653
4bfa4cbd69502c84922dfea6c8b6425b154581a9
424
yaml
YAML
actions/add_field_value.yaml
gmenie-ak/stackstorm-jira
55c3cd92229e6cac15da270a324571aba83e5834
[ "Apache-2.0" ]
12
2017-11-18T04:34:56.000Z
2022-03-06T08:32:18.000Z
actions/add_field_value.yaml
gmenie-ak/stackstorm-jira
55c3cd92229e6cac15da270a324571aba83e5834
[ "Apache-2.0" ]
26
2016-12-22T01:53:40.000Z
2021-10-01T14:00:51.000Z
actions/add_field_value.yaml
gmenie-ak/stackstorm-jira
55c3cd92229e6cac15da270a324571aba83e5834
[ "Apache-2.0" ]
31
2017-03-06T20:16:12.000Z
2021-12-26T06:54:26.000Z
--- name: add_field_value runner_type: python-script description: Add a field to a particular JIRA issue. enabled: true entry_point: add_field_value.py parameters: issue_key: type: string description: Issue key (e.g. PROJECT-1000). required: true field: type: string description: the field name. required: true value: type: string description: the field text itself. required: true
21.2
52
0.712264
cce6d57f2e8b24b9477486ce4d95d921472cb232
288
yml
YAML
spec/fixtures/configs/op/OpenAPC:openapc-de.yml
cucucuck/11
8a014995b31540cac56f4652096567e800b0cc71
[ "MIT" ]
112
2016-11-17T17:19:56.000Z
2022-03-29T06:31:23.000Z
spec/fixtures/configs/op/OpenAPC:openapc-de.yml
DevBeatDad/travis-yml
f25fae51bc8aaab4d0792c6f14d5e26435f2a9ec
[ "MIT" ]
95
2017-08-03T09:41:17.000Z
2022-03-30T22:30:30.000Z
spec/fixtures/configs/op/OpenAPC:openapc-de.yml
DevBeatDad/travis-yml
f25fae51bc8aaab4d0792c6f14d5e26435f2a9ec
[ "MIT" ]
84
2017-06-05T09:34:02.000Z
2022-03-29T06:31:56.000Z
language: python python: - '3.6.4' install: pip install pytest script: py.test notifications: slack: secure: GyOO/Tfdtc/2JMCRisOCY2kMfy0OXlFFuzr6W2yHAo+d6aL4j4+RxH3V3NYE7F94AbRrzbHE2KE8HyakFYF5OYKdfxbYP+EprZ5KMvuiVu0os+uX+QmVyLLBwYpY1sInIpPZ0NAIfsbMbcUM3sQM8SL5JHbR41Y1KF+4zpOKYFw=
32
184
0.850694
ef9404b7262df063e17a03759005154aa095dba1
242
yml
YAML
voting-app-pod.yml
GaneshSaiKumar/kube-voting-app
842dd3e10fa1e20395e3ee62ce88a40ae9f0ef08
[ "Unlicense" ]
null
null
null
voting-app-pod.yml
GaneshSaiKumar/kube-voting-app
842dd3e10fa1e20395e3ee62ce88a40ae9f0ef08
[ "Unlicense" ]
null
null
null
voting-app-pod.yml
GaneshSaiKumar/kube-voting-app
842dd3e10fa1e20395e3ee62ce88a40ae9f0ef08
[ "Unlicense" ]
null
null
null
apiVersion: v1 kind: Pod metadata: name: voting-app-pod labels: name: voting-app-pod app: demo-voting-app spec: containers: - name: voting-app-pod image: docker/example-voting-app-vote ports: - containerPort: 80
17.285714
41
0.669421
5625740ea622eb1a57891bd687acf8c9b2e7b940
432
yml
YAML
src/AuthManagerBundle/Resources/config/routing.yml
marius-dev/auth-server
e362ec7f327111edaeb70167cb0b646d9e847a8c
[ "MIT" ]
null
null
null
src/AuthManagerBundle/Resources/config/routing.yml
marius-dev/auth-server
e362ec7f327111edaeb70167cb0b646d9e847a8c
[ "MIT" ]
null
null
null
src/AuthManagerBundle/Resources/config/routing.yml
marius-dev/auth-server
e362ec7f327111edaeb70167cb0b646d9e847a8c
[ "MIT" ]
null
null
null
managerApp: path: /manager defaults: { _controller: AuthManagerBundle:Manager:index } managerConfig: path: /manager/config.js defaults: { _controller: AuthManagerBundle:Manager:config } managerLogin: path: /manager-login defaults: { _controller: AuthManagerBundle:Manager:login } methods: ['POST'] #managerProxy: # path: /manager-proxy # defaults: { _controller: AuthManagerBundle:Proxy:index }
25.411765
63
0.719907
7ee09a1df45317825cf1d863a9eb16c573d3f5e4
5,086
yml
YAML
.travis.yml
beercan1989/secure-my-bacon
26a9619044049c80ae8c3dda0db12ea5072776f4
[ "Apache-2.0" ]
null
null
null
.travis.yml
beercan1989/secure-my-bacon
26a9619044049c80ae8c3dda0db12ea5072776f4
[ "Apache-2.0" ]
1
2016-05-29T14:25:16.000Z
2018-01-19T15:19:34.000Z
.travis.yml
beercan1989/secure-my-bacon
26a9619044049c80ae8c3dda0db12ea5072776f4
[ "Apache-2.0" ]
null
null
null
language: java ## # Config to force us into the container build slaves ## sudo: false jdk: oraclejdk8 before_install: ## # Download, install and run Neo4j for the integration tests. ## - ci/setup-neo4j.bash ## # Enable integration tests during the testing phase ## script: mvn --batch-mode verify after_success: ## # Report code coverage to coveralls.io ## - mvn coveralls:report deploy: - provider: script skip_cleanup: true script: ci/mvn-deploy.bash on: repo: beercan1989/secure-my-bacon branch: master - provider: releases skip_cleanup: true api_key: secure: "TjSM4fQKW36sNL9TMRWjZWrehw5v4sjHz6ExmUHfqxl2/VUNmbwtVNrVDuTg5wxa3ec1mOxzKwCGHrdfjJrl55uu4POQuToUYGv+aaAVvVNtPjxinrhXF2bSr+qEFTZfXeJeg9VIhBO2L7UH6pp0+WyxvLvCtG8HTRUjm1vDJXmHAuX2lR+JTpoNxICxXlUl/pJd8cy0F/Pw3qwnwY5XZDuLtuBsK3wwm279zYNEzUr1TgIfy5dfLgaEXKoNK3FLYF8faNvUoQhuY9KL6SNfyvEwFPO+M8jTYXeY6g4n6AD9m+07+tNH6T5XNCL8ZT+AADiHXrl55BiPl6LiCouGMtcXlfgbnW9pwYfaTOzrWI8xL/e5sNFX6x541ChGzu0mkByHi2FFQQUUooB349Pnsfng2G+Mi2zPDPalSpS7V4l09rQkjU8iwRve3yxz8Q0FkJ//rva5d+CfkGKh5rwv6M11EKN08iUWTSnICVrN3Z6R/rwU1HQS9Lx3SKjWm3JGgGotvmtnBdAGpgbqDU8qY5zYJVsIFAQNRMGIKsFC/pPNv/BGwj8JhVlE/RGjk2YoRfXc0VYFAFb+B6h0NGW4coqL4maWWhtdu1LiQJcCxQML2Q+5EG+1ZEB64Ie8AgDeQcNilWAdI3bSkOXHwh5/Cj/wZQTGKEupXoq1BZXeNuQ=" file: - ./base/target/base.jar - ./api/target/api.war on: repo: beercan1989/secure-my-bacon tags: true env: global: - NEO4J_VERSION="2.3.2" ## # Secured global variables for GPG, OSSRH and Coveralls integration ## - secure: "p8zTjsBUPE4sM+r4fbmE+bf3vJ4Po7Ai2mYbM2oy0ZuQC0xkJABT4ll2unB9S1a55nfyOTB1tUAjeJcp2hlDyxHqdSUtDL/NadzMLwlnXZAdR1JG/ayYr4/X+lM55xP/TAnnlBZDGSUHEFD+oU9J1GJUsoIR/mRe40DV9j7sgffo8UU1LkE/ZjbWO8vt9cedYx2yQHwAYkBFBcJ9q2JcTy1f8/VKtTX0QC2FjhwbO5WOntaGytD6ggLYSV50IjovW3W/ms0jbIxTJT84e8pCTeUAXdke5ibfvatcAYfcFu7VdieAjWdGWlgZNUTRdOxUrikgrAZxMRUDvuWVHrz5dECkYpUc4BImc8vrals3WQelDEU3cE/KwtVdcoTbVYy3EPXYNwEgorRIH3HcJEskKph0so4P3vsGibF5PYouZsMiDSUymH5vxnxKrr6q0oKoHOO4/3Pe1Li50IT5+spFQaGKA22bseYxH+MkLRQ2E+F62dTFU2j32tdzdM/dUdbrUySjJndEgmv4wfeo5aYH/adEEcAM/+vTWnlD1djdkGxoa61oYTCWZqwMTET9DS7gqLu5ZeHQhqY3CgthGudcPoHBUe3N0Y+xShFDcLTmuKlQQ6uCI6i3p3yhEKvIXxbSZ8iUJtnBZZtIOvpK5zZaN1JUHt7iZxhSIO45eF0oob0=" - secure: "nGQ+fFb4xB3Vta0LleQncKJGuUasmSgShlpcclMp8TUgiRZSFscqJU9hlRY2k7qem0PsnIA4mQvZLzFGQk0KzI+8sEykhX2z4ziA1o+W9J+Yp+r27QXSJV8sV7gOhBc+hbuGqAMzJEk31ge4onfQtIDZTzauMg5P9yBU/jM4n+4G3T+/lcLuqqQH1GM+VsfdJ/cpGOmDRSUIgJ8kqeGczWI+UQdPo1/M4k7t9Qk5cYRAacBzqmhikKf+e16yfa1a3UirKVfAWhY+hSNyW6IRa4py1++MH4c2lk1Pm9a/nDKTSoB5nT3LOSYBa7Lkeh0SFPi0KOSU90fi+U8Ilrmi/JR02VyJ8yVCbKCzZaEpRxE7M9w9Gj2Jz7+4xTKpSL15reGpmgxX09+CxixyoHLVcOBRFOB1tob0J4oz5MjYmhUdCKc/LJgGznC6Ah9xDiWWWjKAcrzE1VJ6BuAssU/wx+WoISS6MMWi2fdm7G4IN1IVjOzMe58ZVpnzru/nBmhhs5duKQM/HacL93frpqZi2guzk/Qte70OK82gMXdzgQncbGw0tpZG+rRp0wya4q+Cbj045qhOS9XWn1yIb9QPpopF+4ntOjzmHG7I66MpicaN8dRxJf0yh/qTV5hvx+gkwqhO8V8YPmIe1KUENkZZcc4mo0Sp/XxKFxgdXZ0JYFE=" - secure: "zl8Cjlngb0l6EurU7/7zO2iraNRWhMWepeTmEWE+ItL+va7yi269snhDNO1uJzS45NEXXfutidf6Ti09InpWwee1/toKWnUSpPlPvtlXaoMNoxwENv1Of0KrXdwfyMhD0tQkodVj7lt1Kc6e3x1SwKWB+OQ5JUBKcgsKZQjEYUSb1KvrX8asuNvZzssKZcUtEAlnn5pMtJEAihmvopjtOnxoitzWI1K22mBIN1qdOx+h5odq4XZfJrXCzJxvMC6l5wtuVUR0lvqtE0pyUlHHAfQMWj8tbUBANllex23bLd3cXHha0h91ExreIGewdt9zuyPWaxOjjLtXijFIGjVxZoiP9MWXxjpIsu9dktKmsaTZrC1q9fqB+tpkA8vJxmqNzlKGUh0fFRCHUGDU6uXXYc8J3DG+I8Fu2rHJGIvPfeqUvMKoSTwMiWJbeGK+O8WTRvez2ZwIGNRXJMOkui2Yqxy3ojQ2F+BiMtLhe4tEAYbSxEWA6LqJbFkpfkQ2mYMNSGhQIri6DXZruYwvw6li/dzbEPbLt+0mK4RE1UA7yNqB0syD1mRqCc/PMJixo2PjIYlIqptV0+nSae7Z0gW0qxyTvt8Zv6Q7pbyZ1Htby83cn+lPM+g/NavM6CCtsd9qbJlVxv94SzAfnfjo8r/wYHqMWEIY7qkVMp1xgpEEx+w=" - secure: "WDGuIfxNJLGSdAf6SZU+oOlh3ezkybsahBYoC7nL/M5yr1lqRl+CIOGtkmjkzvDNy8MBx9IyLf1Lq03gul3zpRDQ/32RNOu9TOUJanHFM26WbfRhEEaHAUTp1N0A0lo+BK1/RPYTrWdqjX0Gx0fiJO7iqROItanFNSWMfb7/bsCqTDt38ToDr9FgWCzeX4omVzhhFTOfRiUauX9xPhyoPRUX12kwMwfCXdgXjy8MhwGnc7DANLcbqdrDFsuvRl2FPH9Mxna7OHA7xxJnOBW619im9kGFJvWBveiUY8qTcNlpBgvVoAMkCytQhC6pcairmcjEwXTJqW2ctZumc/baJ5VVcEjp48j4QmADz7g8eJXFLDOHu4Pj58jAcRgOcUo8hi+rMpxYl/6TWw6VF0By18q4xo95KBvDg+RGEPzIF8KB3MxZuFQYuKsdfvGPTuzU+HDSVsEwS8toLA8/6zR8J7EW3mnJw1LxmcFKAPwnW93xe6Pf+4jTbbUbdJeW20m8Xm7QVSRmIKRQEzsr1+2YATPa2/I9zWgqQlv+hMQWfxlAsZM1IJ43PLtu/qnVZQ62GawvHhd/FksAoe6P2wG6GSinXg/M+hGiByT6VLrBdBjpsajeDYYgjwS2d3WUMR6iUbVoZ9eGK1Qux93eaRgObGSM2c8c5HZbliul/iYBx28=" - secure: "O/KrPQSOjHaDqMrppWGAdnHgW6/YB9sHM5NukRbK9Yt6nyNfMCz+GuuJGJEBA5hoQn7pemdUQA+6tJOth/7mOX5xqWaFFlkm37fN/8QgzOwVqNHA/8Ke7KOQjVafVllMYG7uTSzSqCFP6t94vLsmmoH2viM/UKcor2qV0ZpLotBUs+gsYIMLJ41kq3fBCnh3rllWico0PDgtxsivCyU1t343QH6Vg69bTHh0b1AGU1oObWbW8WTSp7AxKEsROCBnnWZVG9pHVQPdPZnB8IJzMyyD34zo/sv2z1Ir+1uIRZsuVEahfFaO59uh2KWTvhduO3RMLOl+Anh9LcbeJ013YNg4RqoxZlhe6FIdt1izHfnrsPG+eliCIqh6WjHWa5/3sc7Ln+FGlq/fwgB9D9yVgNTOmmydZzwlhUKx5sjTB2QzNU3B51eB9xREkGF8q528kIpR+n/A9fm+zZBkpsvCy+RLjl0eH5i+DlI6uMx/SZQtNmqej3HkPC9VHtojHduFlpMQM4QZnVzfXxytpvZHPFj1ju0LSryyNFSRsy9w8ncVvcIRH+OjC5IIEfq4CQ64FY2nbZDmKuH/VruDMIbOHvTarek/Ygqh739FpIp1B0ghDs3myBn7VPW00bS4wMPC/9fPSaMjcXvWWEqsg5NA8eyv/4Aw8QeZTahMQwgyKY8="
87.689655
700
0.896579
d72335c1620888f24614cf507d90c6bb06d653bb
108,512
yaml
YAML
pnpm-lock.yaml
axtgr/outmatch
847e76d2c9fdae827de000353af8984d73b849aa
[ "0BSD" ]
15
2020-10-27T17:36:06.000Z
2021-11-16T10:46:25.000Z
pnpm-lock.yaml
axtgr/outmatch
847e76d2c9fdae827de000353af8984d73b849aa
[ "0BSD" ]
null
null
null
pnpm-lock.yaml
axtgr/outmatch
847e76d2c9fdae827de000353af8984d73b849aa
[ "0BSD" ]
2
2020-11-28T14:32:51.000Z
2021-04-05T20:44:43.000Z
devDependencies: '@typescript-eslint/eslint-plugin': 4.0.1_66a2e7e22786461395fa82c1d1f3cf6f '@typescript-eslint/parser': 4.0.1_eslint@7.8.1+typescript@3.9.7 '@wessberg/rollup-plugin-ts': 1.3.4_rollup@2.26.10+typescript@3.9.7 benchmark: 2.1.4 core-js: 3.6.5 eslint: 7.8.1 eslint-config-prettier: 6.11.0_eslint@7.8.1 eslint-plugin-prettier: 3.1.4_eslint@7.8.1+prettier@2.1.1 globrex: 0.1.2 husky: 4.3.0 matcher: 3.0.0 picomatch: 2.2.2 prettier: 2.1.1 pta: 0.1.3 rollup: 2.26.10 rollup-plugin-cleanup: 3.1.1_rollup@2.26.10 rollup-plugin-delete: 2.0.0 rollup-plugin-terser: 7.0.2_rollup@2.26.10 ts-node: 9.0.0_typescript@3.9.7 ts-transform-default-export: 1.0.2_typescript@3.9.7 tslib: 2.0.3 typescript: 3.9.7 typescript-transform-macros: 1.1.1 lockfileVersion: 5.1 packages: /@babel/code-frame/7.10.4: dependencies: '@babel/highlight': 7.10.4 dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== /@babel/compat-data/7.11.0: dependencies: browserslist: 4.14.0 invariant: 2.2.4 semver: 5.7.1 dev: true resolution: integrity: sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== /@babel/core/7.11.6: dependencies: '@babel/code-frame': 7.10.4 '@babel/generator': 7.11.6 '@babel/helper-module-transforms': 7.11.0 '@babel/helpers': 7.10.4 '@babel/parser': 7.11.5 '@babel/template': 7.10.4 '@babel/traverse': 7.11.5 '@babel/types': 7.11.5 convert-source-map: 1.7.0 debug: 4.1.1 gensync: 1.0.0-beta.1 json5: 2.1.3 lodash: 4.17.20 resolve: 1.17.0 semver: 5.7.1 source-map: 0.5.7 dev: true engines: node: '>=6.9.0' resolution: integrity: sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== /@babel/generator/7.11.0: dependencies: '@babel/types': 7.11.0 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: integrity: sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== /@babel/generator/7.11.6: dependencies: '@babel/types': 7.11.5 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: integrity: sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA== /@babel/helper-annotate-as-pure/7.10.4: dependencies: '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== /@babel/helper-builder-binary-assignment-operator-visitor/7.10.4: dependencies: '@babel/helper-explode-assignable-expression': 7.10.4 '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== /@babel/helper-compilation-targets/7.10.4_@babel+core@7.11.6: dependencies: '@babel/compat-data': 7.11.0 '@babel/core': 7.11.6 browserslist: 4.14.0 invariant: 2.2.4 levenary: 1.1.1 semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-function-name': 7.10.4 '@babel/helper-member-expression-to-functions': 7.11.0 '@babel/helper-optimise-call-expression': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-replace-supers': 7.10.4 '@babel/helper-split-export-declaration': 7.11.0 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-annotate-as-pure': 7.10.4 '@babel/helper-regex': 7.10.5 regexpu-core: 4.7.0 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== /@babel/helper-define-map/7.10.5: dependencies: '@babel/helper-function-name': 7.10.4 '@babel/types': 7.11.0 lodash: 4.17.20 dev: true resolution: integrity: sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== /@babel/helper-explode-assignable-expression/7.10.4: dependencies: '@babel/traverse': 7.11.0 '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-4K71RyRQNPRrR85sr5QY4X3VwG4wtVoXZB9+L3r1Gp38DhELyHCtovqydRi7c1Ovb17eRGiQ/FD5s8JdU0Uy5A== /@babel/helper-function-name/7.10.4: dependencies: '@babel/helper-get-function-arity': 7.10.4 '@babel/template': 7.10.4 '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== /@babel/helper-get-function-arity/7.10.4: dependencies: '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== /@babel/helper-hoist-variables/7.10.4: dependencies: '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== /@babel/helper-member-expression-to-functions/7.11.0: dependencies: '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== /@babel/helper-module-imports/7.10.4: dependencies: '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== /@babel/helper-module-transforms/7.11.0: dependencies: '@babel/helper-module-imports': 7.10.4 '@babel/helper-replace-supers': 7.10.4 '@babel/helper-simple-access': 7.10.4 '@babel/helper-split-export-declaration': 7.11.0 '@babel/template': 7.10.4 '@babel/types': 7.11.5 lodash: 4.17.20 dev: true resolution: integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== /@babel/helper-optimise-call-expression/7.10.4: dependencies: '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== /@babel/helper-plugin-utils/7.10.4: dev: true resolution: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== /@babel/helper-regex/7.10.5: dependencies: lodash: 4.17.20 dev: true resolution: integrity: sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg== /@babel/helper-remap-async-to-generator/7.10.4: dependencies: '@babel/helper-annotate-as-pure': 7.10.4 '@babel/helper-wrap-function': 7.10.4 '@babel/template': 7.10.4 '@babel/traverse': 7.11.0 '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-86Lsr6NNw3qTNl+TBcF1oRZMaVzJtbWTyTko+CQL/tvNvcGYEFKbLXDPxtW0HKk3McNOk4KzY55itGWCAGK5tg== /@babel/helper-replace-supers/7.10.4: dependencies: '@babel/helper-member-expression-to-functions': 7.11.0 '@babel/helper-optimise-call-expression': 7.10.4 '@babel/traverse': 7.11.5 '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== /@babel/helper-simple-access/7.10.4: dependencies: '@babel/template': 7.10.4 '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== /@babel/helper-skip-transparent-expression-wrappers/7.11.0: dependencies: '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== /@babel/helper-split-export-declaration/7.11.0: dependencies: '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== /@babel/helper-validator-identifier/7.10.4: dev: true resolution: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== /@babel/helper-wrap-function/7.10.4: dependencies: '@babel/helper-function-name': 7.10.4 '@babel/template': 7.10.4 '@babel/traverse': 7.11.0 '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== /@babel/helpers/7.10.4: dependencies: '@babel/template': 7.10.4 '@babel/traverse': 7.11.5 '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== /@babel/highlight/7.10.4: dependencies: '@babel/helper-validator-identifier': 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== /@babel/parser/7.11.3: dev: true engines: node: '>=6.0.0' hasBin: true resolution: integrity: sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== /@babel/parser/7.11.5: dev: true engines: node: '>=6.0.0' hasBin: true resolution: integrity: sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-remap-async-to-generator': 7.10.4 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== /@babel/plugin-proposal-export-namespace-from/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== /@babel/plugin-proposal-logical-assignment-operators/7.11.0_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== /@babel/plugin-proposal-numeric-separator/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== /@babel/plugin-proposal-object-rest-spread/7.11.0_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== /@babel/plugin-proposal-private-methods/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true engines: node: '>=4' peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== /@babel/plugin-syntax-class-properties/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-module-imports': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-remap-async-to-generator': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== /@babel/plugin-transform-block-scoping/7.11.1_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== /@babel/plugin-transform-classes/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-annotate-as-pure': 7.10.4 '@babel/helper-define-map': 7.10.5 '@babel/helper-function-name': 7.10.4 '@babel/helper-optimise-call-expression': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-replace-supers': 7.10.4 '@babel/helper-split-export-declaration': 7.11.0 globals: 11.12.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-function-name': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== /@babel/plugin-transform-literals/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-module-transforms': 7.11.0 '@babel/helper-plugin-utils': 7.10.4 babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-module-transforms': 7.11.0 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-simple-access': 7.10.4 babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== /@babel/plugin-transform-modules-systemjs/7.10.5_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-hoist-variables': 7.10.4 '@babel/helper-module-transforms': 7.11.0 '@babel/helper-plugin-utils': 7.10.4 babel-plugin-dynamic-import-node: 2.3.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-module-transforms': 7.11.0 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-replace-supers': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-get-function-arity': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 regenerator-transform: 0.14.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== /@babel/plugin-transform-runtime/7.11.0_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-module-imports': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 resolve: 1.17.0 semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw== /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== /@babel/plugin-transform-spread/7.11.0_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/helper-regex': 7.10.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== /@babel/plugin-transform-template-literals/7.10.5_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-annotate-as-pure': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== /@babel/plugin-transform-unicode-escapes/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 '@babel/helper-plugin-utils': 7.10.4 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== /@babel/preset-env/7.11.0_@babel+core@7.11.6: dependencies: '@babel/compat-data': 7.11.0 '@babel/core': 7.11.6 '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.11.6 '@babel/helper-module-imports': 7.10.4 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.11.6 '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-export-namespace-from': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-logical-assignment-operators': 7.11.0_@babel+core@7.11.6 '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-numeric-separator': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 '@babel/plugin-proposal-private-methods': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.11.6 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.11.6 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.11.6 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-block-scoping': 7.11.1_@babel+core@7.11.6 '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-modules-amd': 7.10.5_@babel+core@7.11.6 '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-modules-systemjs': 7.10.5_@babel+core@7.11.6 '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.11.6 '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-spread': 7.11.0_@babel+core@7.11.6 '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-template-literals': 7.10.5_@babel+core@7.11.6 '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-unicode-escapes': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.11.6 '@babel/preset-modules': 0.1.3_@babel+core@7.11.6 '@babel/types': 7.11.0 browserslist: 4.14.0 core-js-compat: 3.6.5 invariant: 2.2.4 levenary: 1.1.1 semver: 5.7.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== /@babel/preset-modules/0.1.3_@babel+core@7.11.6: dependencies: '@babel/core': 7.11.6 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.11.6 '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.11.6 '@babel/types': 7.11.0 esutils: 2.0.3 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== /@babel/runtime/7.11.2: dependencies: regenerator-runtime: 0.13.7 dev: true resolution: integrity: sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== /@babel/template/7.10.4: dependencies: '@babel/code-frame': 7.10.4 '@babel/parser': 7.11.5 '@babel/types': 7.11.5 dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== /@babel/traverse/7.11.0: dependencies: '@babel/code-frame': 7.10.4 '@babel/generator': 7.11.0 '@babel/helper-function-name': 7.10.4 '@babel/helper-split-export-declaration': 7.11.0 '@babel/parser': 7.11.3 '@babel/types': 7.11.0 debug: 4.1.1 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== /@babel/traverse/7.11.5: dependencies: '@babel/code-frame': 7.10.4 '@babel/generator': 7.11.6 '@babel/helper-function-name': 7.10.4 '@babel/helper-split-export-declaration': 7.11.0 '@babel/parser': 7.11.5 '@babel/types': 7.11.5 debug: 4.1.1 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: integrity: sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== /@babel/types/7.11.0: dependencies: '@babel/helper-validator-identifier': 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: integrity: sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== /@babel/types/7.11.5: dependencies: '@babel/helper-validator-identifier': 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: integrity: sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== /@eslint/eslintrc/0.1.3: dependencies: ajv: 6.12.4 debug: 4.1.1 espree: 7.3.0 globals: 12.4.0 ignore: 4.0.6 import-fresh: 3.2.1 js-yaml: 3.14.0 lodash: 4.17.20 minimatch: 3.0.4 strip-json-comments: 3.1.1 dev: true engines: node: ^10.12.0 || >=12.0.0 resolution: integrity: sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA== /@nodelib/fs.scandir/2.1.3: dependencies: '@nodelib/fs.stat': 2.0.3 run-parallel: 1.1.9 dev: true engines: node: '>= 8' resolution: integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== /@nodelib/fs.stat/2.0.3: dev: true engines: node: '>= 8' resolution: integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== /@nodelib/fs.walk/1.2.4: dependencies: '@nodelib/fs.scandir': 2.1.3 fastq: 1.8.0 dev: true engines: node: '>= 8' resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== /@rollup/pluginutils/4.0.0_rollup@2.26.10: dependencies: '@types/estree': 0.0.45 estree-walker: 2.0.1 picomatch: 2.2.2 rollup: 2.26.10 dev: true engines: node: '>= 8.0.0' peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-b5QiJRye4JlSg29bKNEECoKbLuPXZkPEHSgEjjP1CJV1CPdDBybfYHfm6kyq8yK51h/Zsyl8OvWUrp0FUBukEQ== /@types/babel__core/7.1.9: dependencies: '@babel/parser': 7.11.3 '@babel/types': 7.11.0 '@types/babel__generator': 7.6.1 '@types/babel__template': 7.0.2 '@types/babel__traverse': 7.0.13 dev: true resolution: integrity: sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw== /@types/babel__generator/7.6.1: dependencies: '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew== /@types/babel__template/7.0.2: dependencies: '@babel/parser': 7.11.3 '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== /@types/babel__traverse/7.0.13: dependencies: '@babel/types': 7.11.0 dev: true resolution: integrity: sha512-i+zS7t6/s9cdQvbqKDARrcbrPvtJGlbYsMkazo03nTAK3RX9FNrLllXys22uiTGJapPOTZTQ35nHh4ISph4SLQ== /@types/color-name/1.1.1: dev: true resolution: integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== /@types/estree/0.0.45: dev: true resolution: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== /@types/glob/7.1.3: dependencies: '@types/minimatch': 3.0.3 '@types/node': 14.11.8 dev: true resolution: integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== /@types/json-schema/7.0.6: dev: true resolution: integrity: sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== /@types/minimatch/3.0.3: dev: true resolution: integrity: sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== /@types/node/14.11.8: dev: true resolution: integrity: sha512-KPcKqKm5UKDkaYPTuXSx8wEP7vE9GnuaXIZKijwRYcePpZFDVuy2a57LarFKiORbHOuTOOwYzxVxcUzsh2P2Pw== /@types/node/14.6.0: dev: true resolution: integrity: sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA== /@types/object-path/0.11.0: dev: true resolution: integrity: sha512-/tuN8jDbOXcPk+VzEVZzzAgw1Byz7s/itb2YI10qkSyy6nykJH02DuhfrflxVdAdE7AZ91h5X6Cn0dmVdFw2TQ== /@types/parse-json/4.0.0: dev: true resolution: integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== /@types/semver/7.3.3: dev: true resolution: integrity: sha512-jQxClWFzv9IXdLdhSaTf16XI3NYe6zrEbckSpb5xhKfPbWgIyAY0AFyWWWfaiDcBuj3UHmMkCIwSRqpKMTZL2Q== /@types/ua-parser-js/0.7.33: dev: true resolution: integrity: sha512-ngUKcHnytUodUCL7C6EZ+lVXUjTMQb+9p/e1JjV5tN9TVzS98lHozWEFRPY1QcCdwFeMsmVWfZ3DPPT/udCyIw== /@typescript-eslint/eslint-plugin/4.0.1_66a2e7e22786461395fa82c1d1f3cf6f: dependencies: '@typescript-eslint/experimental-utils': 4.0.1_eslint@7.8.1+typescript@3.9.7 '@typescript-eslint/parser': 4.0.1_eslint@7.8.1+typescript@3.9.7 '@typescript-eslint/scope-manager': 4.0.1 debug: 4.1.1 eslint: 7.8.1 functional-red-black-tree: 1.0.1 regexpp: 3.1.0 semver: 7.3.2 tsutils: 3.17.1_typescript@3.9.7 typescript: 3.9.7 dev: true engines: node: ^10.12.0 || >=12.0.0 peerDependencies: '@typescript-eslint/parser': ^4.0.0 eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true resolution: integrity: sha512-pQZtXupCn11O4AwpYVUX4PDFfmIJl90ZgrEBg0CEcqlwvPiG0uY81fimr1oMFblZnpKAq6prrT9a59pj1x58rw== /@typescript-eslint/experimental-utils/4.0.1_eslint@7.8.1+typescript@3.9.7: dependencies: '@types/json-schema': 7.0.6 '@typescript-eslint/scope-manager': 4.0.1 '@typescript-eslint/types': 4.0.1 '@typescript-eslint/typescript-estree': 4.0.1_typescript@3.9.7 eslint: 7.8.1 eslint-scope: 5.1.0 eslint-utils: 2.1.0 dev: true engines: node: ^10.12.0 || >=12.0.0 peerDependencies: eslint: '*' typescript: '*' resolution: integrity: sha512-gAqOjLiHoED79iYTt3F4uSHrYmg/GPz/zGezdB0jAdr6S6gwNiR/j7cTZ8nREKVzMVKLd9G3xbg1sV9GClW3sw== /@typescript-eslint/parser/4.0.1_eslint@7.8.1+typescript@3.9.7: dependencies: '@typescript-eslint/scope-manager': 4.0.1 '@typescript-eslint/types': 4.0.1 '@typescript-eslint/typescript-estree': 4.0.1_typescript@3.9.7 debug: 4.1.1 eslint: 7.8.1 typescript: 3.9.7 dev: true engines: node: ^10.12.0 || >=12.0.0 peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true resolution: integrity: sha512-1+qLmXHNAWSQ7RB6fdSQszAiA7JTwzakj5cNYjBTUmpH2cqilxMZEIV+DRKjVZs8NzP3ALmKexB0w/ExjcK9Iw== /@typescript-eslint/scope-manager/4.0.1: dependencies: '@typescript-eslint/types': 4.0.1 '@typescript-eslint/visitor-keys': 4.0.1 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-u3YEXVJ8jsj7QCJk3om0Y457fy2euEOkkzxIB/LKU3MdyI+FJ2gI0M4aKEaXzwCSfNDiZ13a3lDo5DVozc+XLQ== /@typescript-eslint/types/4.0.1: dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-S+gD3fgbkZYW2rnbjugNMqibm9HpEjqZBZkTiI3PwbbNGWmAcxolWIUwZ0SKeG4Dy2ktpKKaI/6+HGYVH8Qrlg== /@typescript-eslint/typescript-estree/4.0.1_typescript@3.9.7: dependencies: '@typescript-eslint/types': 4.0.1 '@typescript-eslint/visitor-keys': 4.0.1 debug: 4.1.1 globby: 11.0.1 is-glob: 4.0.1 lodash: 4.17.20 semver: 7.3.2 tsutils: 3.17.1_typescript@3.9.7 typescript: 3.9.7 dev: true engines: node: ^10.12.0 || >=12.0.0 peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true resolution: integrity: sha512-zGzleORFXrRWRJAMLTB2iJD1IZbCPkg4hsI8mGdpYlKaqzvKYSEWVAYh14eauaR+qIoZVWrXgYSXqLtTlxotiw== /@typescript-eslint/visitor-keys/4.0.1: dependencies: '@typescript-eslint/types': 4.0.1 eslint-visitor-keys: 2.0.0 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-yBSqd6FjnTzbg5RUy9J+9kJEyQjTI34JdGMJz+9ttlJzLCnGkBikxw+N5n2VDcc3CesbIEJ0MnZc5uRYnrEnCw== /@wessberg/browserslist-generator/1.0.37: dependencies: '@types/object-path': 0.11.0 '@types/semver': 7.3.3 '@types/ua-parser-js': 0.7.33 browserslist: 4.12.0 caniuse-lite: 1.0.30001116 mdn-browser-compat-data: 1.0.26 object-path: 0.11.4 semver: 7.3.2 ua-parser-js: 0.7.21 dev: true engines: node: '>=8.0.0' resolution: integrity: sha512-GQnyma+YJGOpl0Euopv0HDcVLdIXRwb6Slb7RDtnXVAx1MklvT3Rg7JOhD0fqMQuvqQ50wRBRNFUwn9j2bqY1w== /@wessberg/rollup-plugin-ts/1.3.4_rollup@2.26.10+typescript@3.9.7: dependencies: '@babel/core': 7.11.6 '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.11.6 '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.11.6 '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.11.6 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 '@babel/plugin-transform-runtime': 7.11.0_@babel+core@7.11.6 '@babel/preset-env': 7.11.0_@babel+core@7.11.6 '@babel/runtime': 7.11.2 '@rollup/pluginutils': 4.0.0_rollup@2.26.10 '@types/babel__core': 7.1.9 '@wessberg/browserslist-generator': 1.0.37 '@wessberg/stringutil': 1.0.19 '@wessberg/ts-clone-node': 0.3.14_typescript@3.9.7 browserslist: 4.14.0 chalk: 4.1.0 magic-string: 0.25.7 rollup: 2.26.10 slash: 3.0.0 tslib: 2.0.1 typescript: 3.9.7 dev: true engines: node: '>=10.0.0' peerDependencies: rollup: '>=1.x' typescript: '>=3.2.x' resolution: integrity: sha512-/HgL+zit1FvU/KO+h2d42Uny8Cajy4C2rmfjx6WL3nlZpiPOFFogRRbIhEgQFit65PCD92OfMGFyzLUQV1y7PQ== /@wessberg/stringutil/1.0.19: dev: true engines: node: '>=8.0.0' resolution: integrity: sha512-9AZHVXWlpN8Cn9k5BC/O0Dzb9E9xfEMXzYrNunwvkUTvuK7xgQPVRZpLo+jWCOZ5r8oBa8NIrHuPEu1hzbb6bg== /@wessberg/ts-clone-node/0.3.14_typescript@3.9.7: dependencies: typescript: 3.9.7 dev: true engines: node: '>=10.0.0' peerDependencies: typescript: ^3.x resolution: integrity: sha512-1eltgoIZiXqvd6Mjxg/H2jMaYDniTSjcCCqquaw6p+XrIOqZncEProosXpgF41d6MU9uzLSQjE+j9NHY7X92Pg== /acorn-jsx/5.2.0_acorn@7.4.0: dependencies: acorn: 7.4.0 dev: true peerDependencies: acorn: ^6.0.0 || ^7.0.0 resolution: integrity: sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ== /acorn/7.4.0: dev: true engines: node: '>=0.4.0' hasBin: true resolution: integrity: sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== /aggregate-error/3.1.0: dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 dev: true engines: node: '>=8' resolution: integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== /ajv/6.12.4: dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.4.0 dev: true resolution: integrity: sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ== /ansi-colors/4.1.1: dev: true engines: node: '>=6' resolution: integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== /ansi-regex/4.1.0: dev: true engines: node: '>=6' resolution: integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== /ansi-regex/5.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 dev: true engines: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== /ansi-styles/4.2.1: dependencies: '@types/color-name': 1.1.1 color-convert: 2.0.1 dev: true engines: node: '>=8' resolution: integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== /arg/4.1.3: dev: true resolution: integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== /argparse/1.0.10: dependencies: sprintf-js: 1.0.3 dev: true resolution: integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== /array-union/2.1.0: dev: true engines: node: '>=8' resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /astral-regex/1.0.0: dev: true engines: node: '>=4' resolution: integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== /babel-plugin-dynamic-import-node/2.3.3: dependencies: object.assign: 4.1.0 dev: true resolution: integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== /balanced-match/1.0.0: dev: true resolution: integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= /benchmark/2.1.4: dependencies: lodash: 4.17.15 platform: 1.3.6 dev: true resolution: integrity: sha1-CfPeMckWQl1JjMLuVloOvzwqVik= /brace-expansion/1.1.11: dependencies: balanced-match: 1.0.0 concat-map: 0.0.1 dev: true resolution: integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== /braces/3.0.2: dependencies: fill-range: 7.0.1 dev: true engines: node: '>=8' resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /browserslist/4.12.0: dependencies: caniuse-lite: 1.0.30001116 electron-to-chromium: 1.3.537 node-releases: 1.1.60 pkg-up: 2.0.0 dev: true hasBin: true resolution: integrity: sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== /browserslist/4.14.0: dependencies: caniuse-lite: 1.0.30001116 electron-to-chromium: 1.3.537 escalade: 3.0.2 node-releases: 1.1.60 dev: true engines: node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 hasBin: true resolution: integrity: sha512-pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ== /buffer-from/1.1.1: dev: true resolution: integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== /callsites/3.1.0: dev: true engines: node: '>=6' resolution: integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== /caniuse-lite/1.0.30001116: dev: true resolution: integrity: sha512-f2lcYnmAI5Mst9+g0nkMIznFGsArRmZ0qU+dnq8l91hymdc2J3SFbiPhOJEeDqC1vtE8nc1qNQyklzB8veJefQ== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 dev: true engines: node: '>=4' resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== /chalk/4.1.0: dependencies: ansi-styles: 4.2.1 supports-color: 7.1.0 dev: true engines: node: '>=10' resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== /ci-info/2.0.0: dev: true resolution: integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== /clean-stack/2.2.0: dev: true engines: node: '>=6' resolution: integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== /color-convert/1.9.3: dependencies: color-name: 1.1.3 dev: true resolution: integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== /color-convert/2.0.1: dependencies: color-name: 1.1.4 dev: true engines: node: '>=7.0.0' resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: dev: true resolution: integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= /color-name/1.1.4: dev: true resolution: integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== /commander/2.20.3: dev: true resolution: integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== /compare-versions/3.6.0: dev: true resolution: integrity: sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA== /concat-map/0.0.1: dev: true resolution: integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= /convert-source-map/1.7.0: dependencies: safe-buffer: 5.1.2 dev: true resolution: integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== /core-js-compat/3.6.5: dependencies: browserslist: 4.14.0 semver: 7.0.0 dev: true resolution: integrity: sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== /core-js/3.6.5: dev: true requiresBuild: true resolution: integrity: sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== /cosmiconfig/7.0.0: dependencies: '@types/parse-json': 4.0.0 import-fresh: 3.2.1 parse-json: 5.1.0 path-type: 4.0.0 yaml: 1.10.0 dev: true engines: node: '>=10' resolution: integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== /cross-spawn/7.0.3: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 dev: true engines: node: '>= 8' resolution: integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /debug/4.1.1: dependencies: ms: 2.1.2 dev: true resolution: integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== /deep-is/0.1.3: dev: true resolution: integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= /define-properties/1.1.3: dependencies: object-keys: 1.1.1 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== /del/5.1.0: dependencies: globby: 10.0.2 graceful-fs: 4.2.4 is-glob: 4.0.1 is-path-cwd: 2.2.0 is-path-inside: 3.0.2 p-map: 3.0.0 rimraf: 3.0.2 slash: 3.0.0 dev: true engines: node: '>=8' resolution: integrity: sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA== /diff/4.0.2: dev: true engines: node: '>=0.3.1' resolution: integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== /dir-glob/3.0.1: dependencies: path-type: 4.0.0 dev: true engines: node: '>=8' resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /doctrine/3.0.0: dependencies: esutils: 2.0.3 dev: true engines: node: '>=6.0.0' resolution: integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== /electron-to-chromium/1.3.537: dev: true resolution: integrity: sha512-v1jGX46P9vq1XvCBFJ7T7rHd2kMuSrCHnYvO0TqNoURYt7VoxCnqo5+W84s0jlnq0iQUPk5H2D01RfL4ENe2CA== /emoji-regex/7.0.3: dev: true resolution: integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== /enquirer/2.3.6: dependencies: ansi-colors: 4.1.1 dev: true engines: node: '>=8.6' resolution: integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== /error-ex/1.3.2: dependencies: is-arrayish: 0.2.1 dev: true resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== /escalade/3.0.2: dev: true engines: node: '>=6' resolution: integrity: sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ== /escape-string-regexp/1.0.5: dev: true engines: node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= /escape-string-regexp/4.0.0: dev: true engines: node: '>=10' resolution: integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== /eslint-config-prettier/6.11.0_eslint@7.8.1: dependencies: eslint: 7.8.1 get-stdin: 6.0.0 dev: true hasBin: true peerDependencies: eslint: '>=3.14.1' resolution: integrity: sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA== /eslint-plugin-prettier/3.1.4_eslint@7.8.1+prettier@2.1.1: dependencies: eslint: 7.8.1 prettier: 2.1.1 prettier-linter-helpers: 1.0.0 dev: true engines: node: '>=6.0.0' peerDependencies: eslint: '>=5.0.0' prettier: '>=1.13.0' resolution: integrity: sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg== /eslint-scope/5.1.0: dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 dev: true engines: node: '>=8.0.0' resolution: integrity: sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== /eslint-utils/2.1.0: dependencies: eslint-visitor-keys: 1.3.0 dev: true engines: node: '>=6' resolution: integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== /eslint-visitor-keys/1.3.0: dev: true engines: node: '>=4' resolution: integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== /eslint-visitor-keys/2.0.0: dev: true engines: node: '>=10' resolution: integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== /eslint/7.8.1: dependencies: '@babel/code-frame': 7.10.4 '@eslint/eslintrc': 0.1.3 ajv: 6.12.4 chalk: 4.1.0 cross-spawn: 7.0.3 debug: 4.1.1 doctrine: 3.0.0 enquirer: 2.3.6 eslint-scope: 5.1.0 eslint-utils: 2.1.0 eslint-visitor-keys: 1.3.0 espree: 7.3.0 esquery: 1.3.1 esutils: 2.0.3 file-entry-cache: 5.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.1 globals: 12.4.0 ignore: 4.0.6 import-fresh: 3.2.1 imurmurhash: 0.1.4 is-glob: 4.0.1 js-yaml: 3.14.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash: 4.17.20 minimatch: 3.0.4 natural-compare: 1.4.0 optionator: 0.9.1 progress: 2.0.3 regexpp: 3.1.0 semver: 7.3.2 strip-ansi: 6.0.0 strip-json-comments: 3.1.1 table: 5.4.6 text-table: 0.2.0 v8-compile-cache: 2.1.1 dev: true engines: node: ^10.12.0 || >=12.0.0 hasBin: true resolution: integrity: sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w== /esm/3.2.25: dev: true engines: node: '>=6' resolution: integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== /espree/7.3.0: dependencies: acorn: 7.4.0 acorn-jsx: 5.2.0_acorn@7.4.0 eslint-visitor-keys: 1.3.0 dev: true engines: node: ^10.12.0 || >=12.0.0 resolution: integrity: sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw== /esprima/4.0.1: dev: true engines: node: '>=4' hasBin: true resolution: integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== /esquery/1.3.1: dependencies: estraverse: 5.2.0 dev: true engines: node: '>=0.10' resolution: integrity: sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ== /esrecurse/4.3.0: dependencies: estraverse: 5.2.0 dev: true engines: node: '>=4.0' resolution: integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== /estraverse/4.3.0: dev: true engines: node: '>=4.0' resolution: integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== /estraverse/5.2.0: dev: true engines: node: '>=4.0' resolution: integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== /estree-walker/0.6.1: dev: true resolution: integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== /estree-walker/2.0.1: dev: true resolution: integrity: sha512-tF0hv+Yi2Ot1cwj9eYHtxC0jB9bmjacjQs6ZBTj82H8JwUywFuc+7E83NWfNMwHXZc11mjfFcVXPe9gEP4B8dg== /esutils/2.0.3: dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== /extend/3.0.2: dev: true resolution: integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== /fast-deep-equal/3.1.3: dev: true resolution: integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== /fast-diff/1.2.0: dev: true resolution: integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== /fast-glob/3.2.4: dependencies: '@nodelib/fs.stat': 2.0.3 '@nodelib/fs.walk': 1.2.4 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: node: '>=8' resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== /fast-json-stable-stringify/2.1.0: dev: true resolution: integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== /fast-levenshtein/2.0.6: dev: true resolution: integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= /fastq/1.8.0: dependencies: reusify: 1.0.4 dev: true resolution: integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== /file-entry-cache/5.0.1: dependencies: flat-cache: 2.0.1 dev: true engines: node: '>=4' resolution: integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== /fill-range/7.0.1: dependencies: to-regex-range: 5.0.1 dev: true engines: node: '>=8' resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /find-up/2.1.0: dependencies: locate-path: 2.0.0 dev: true engines: node: '>=4' resolution: integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c= /find-up/4.1.0: dependencies: locate-path: 5.0.0 path-exists: 4.0.0 dev: true engines: node: '>=8' resolution: integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== /find-versions/3.2.0: dependencies: semver-regex: 2.0.0 dev: true engines: node: '>=6' resolution: integrity: sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww== /flat-cache/2.0.1: dependencies: flatted: 2.0.2 rimraf: 2.6.3 write: 1.0.3 dev: true engines: node: '>=4' resolution: integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== /flatted/2.0.2: dev: true resolution: integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== /fs.realpath/1.0.0: dev: true resolution: integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= /fsevents/2.1.3: dev: true engines: node: ^8.16.0 || ^10.6.0 || >=11.0.0 optional: true os: - darwin resolution: integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== /function-bind/1.1.1: dev: true resolution: integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== /functional-red-black-tree/1.0.1: dev: true resolution: integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= /gensync/1.0.0-beta.1: dev: true engines: node: '>=6.9.0' resolution: integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== /get-stdin/6.0.0: dev: true engines: node: '>=4' resolution: integrity: sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== /glob-parent/5.1.1: dependencies: is-glob: 4.0.1 dev: true engines: node: '>= 6' resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 dev: true resolution: integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== /globals/11.12.0: dev: true engines: node: '>=4' resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== /globals/12.4.0: dependencies: type-fest: 0.8.1 dev: true engines: node: '>=8' resolution: integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== /globby/10.0.2: dependencies: '@types/glob': 7.1.3 array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.4 glob: 7.1.6 ignore: 5.1.8 merge2: 1.4.1 slash: 3.0.0 dev: true engines: node: '>=8' resolution: integrity: sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg== /globby/11.0.1: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.4 ignore: 5.1.8 merge2: 1.4.1 slash: 3.0.0 dev: true engines: node: '>=10' resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== /globrex/0.1.2: dev: true resolution: integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg== /graceful-fs/4.2.4: dev: true resolution: integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== /has-flag/3.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= /has-flag/4.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== /has-symbols/1.0.1: dev: true engines: node: '>= 0.4' resolution: integrity: sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== /husky/4.3.0: dependencies: chalk: 4.1.0 ci-info: 2.0.0 compare-versions: 3.6.0 cosmiconfig: 7.0.0 find-versions: 3.2.0 opencollective-postinstall: 2.0.3 pkg-dir: 4.2.0 please-upgrade-node: 3.2.0 slash: 3.0.0 which-pm-runs: 1.0.0 dev: true engines: node: '>=10' hasBin: true requiresBuild: true resolution: integrity: sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA== /ignore/4.0.6: dev: true engines: node: '>= 4' resolution: integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== /ignore/5.1.8: dev: true engines: node: '>= 4' resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== /import-fresh/3.2.1: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 dev: true engines: node: '>=6' resolution: integrity: sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== /imurmurhash/0.1.4: dev: true engines: node: '>=0.8.19' resolution: integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o= /indent-string/4.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== /inflight/1.0.6: dependencies: once: 1.4.0 wrappy: 1.0.2 dev: true resolution: integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= /inherits/2.0.4: dev: true resolution: integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== /invariant/2.2.4: dependencies: loose-envify: 1.4.0 dev: true resolution: integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== /is-arrayish/0.2.1: dev: true resolution: integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= /is-extglob/2.1.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-fullwidth-code-point/2.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= /is-glob/4.0.1: dependencies: is-extglob: 2.1.1 dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-number/7.0.0: dev: true engines: node: '>=0.12.0' resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-path-cwd/2.2.0: dev: true engines: node: '>=6' resolution: integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== /is-path-inside/3.0.2: dev: true engines: node: '>=8' resolution: integrity: sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg== /isexe/2.0.0: dev: true resolution: integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= /jest-worker/26.3.0: dependencies: '@types/node': 14.6.0 merge-stream: 2.0.0 supports-color: 7.1.0 dev: true engines: node: '>= 10.13.0' resolution: integrity: sha512-Vmpn2F6IASefL+DVBhPzI2J9/GJUsqzomdeN+P+dK8/jKxbh8R3BtFnx3FIta7wYlPU62cpJMJQo4kuOowcMnw== /js-cleanup/1.0.1: dependencies: magic-string: 0.25.7 perf-regexes: 1.0.1 skip-regex: 1.0.2 dev: true engines: node: '>=6.14' resolution: integrity: sha512-wyHeWKqbcQV78/tiMJ6pgJrkG7p2u3b2xX9IJFvvurpJL9/++89dHfkUebhWvSMS84LG0uQ7BnG5GGyAzY21Ag== /js-tokens/4.0.0: dev: true resolution: integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== /js-yaml/3.14.0: dependencies: argparse: 1.0.10 esprima: 4.0.1 dev: true hasBin: true resolution: integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== /jsesc/0.5.0: dev: true hasBin: true resolution: integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= /jsesc/2.5.2: dev: true engines: node: '>=4' hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== /json-parse-even-better-errors/2.3.1: dev: true resolution: integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== /json-schema-traverse/0.4.1: dev: true resolution: integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== /json-stable-stringify-without-jsonify/1.0.1: dev: true resolution: integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= /json5/2.1.3: dependencies: minimist: 1.2.5 dev: true engines: node: '>=6' hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== /kleur/3.0.3: dev: true engines: node: '>=6' resolution: integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== /leven/3.1.0: dev: true engines: node: '>=6' resolution: integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== /levenary/1.1.1: dependencies: leven: 3.1.0 dev: true engines: node: '>= 6' resolution: integrity: sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== /levn/0.4.1: dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 dev: true engines: node: '>= 0.8.0' resolution: integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== /lines-and-columns/1.1.6: dev: true resolution: integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= /locate-path/2.0.0: dependencies: p-locate: 2.0.0 path-exists: 3.0.0 dev: true engines: node: '>=4' resolution: integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= /locate-path/5.0.0: dependencies: p-locate: 4.1.0 dev: true engines: node: '>=8' resolution: integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== /lodash/4.17.15: dev: true resolution: integrity: sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== /lodash/4.17.20: dev: true resolution: integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== /loose-envify/1.4.0: dependencies: js-tokens: 4.0.0 dev: true hasBin: true resolution: integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== /magic-string/0.25.7: dependencies: sourcemap-codec: 1.4.8 dev: true resolution: integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== /make-error/1.3.6: dev: true resolution: integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== /matcher/3.0.0: dependencies: escape-string-regexp: 4.0.0 dev: true engines: node: '>=10' resolution: integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng== /mdn-browser-compat-data/1.0.26: dependencies: extend: 3.0.2 dev: true engines: node: '>=8.0.0' resolution: integrity: sha512-fULnPQLDsAH/ert7ZtKCDCPyD3gXCh+M0Qapab15VfDGUrqr3Q25HgIchiS6J/giqrfxPbYfCSnVY9Lp2FRPZQ== /merge-stream/2.0.0: dev: true resolution: integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== /merge2/1.4.1: dev: true engines: node: '>= 8' resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: dependencies: braces: 3.0.2 picomatch: 2.2.2 dev: true engines: node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /minimatch/3.0.4: dependencies: brace-expansion: 1.1.11 dev: true resolution: integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== /minimist/1.2.5: dev: true resolution: integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== /mkdirp/0.5.5: dependencies: minimist: 1.2.5 dev: true hasBin: true resolution: integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== /ms/2.1.2: dev: true resolution: integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== /natural-compare/1.4.0: dev: true resolution: integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= /node-releases/1.1.60: dev: true resolution: integrity: sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA== /object-keys/1.1.1: dev: true engines: node: '>= 0.4' resolution: integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== /object-path/0.11.4: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-NwrnUvvzfePqcKhhwju6iRVpGUk= /object.assign/4.1.0: dependencies: define-properties: 1.1.3 function-bind: 1.1.1 has-symbols: 1.0.1 object-keys: 1.1.1 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== /once/1.4.0: dependencies: wrappy: 1.0.2 dev: true resolution: integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= /opencollective-postinstall/2.0.3: dev: true hasBin: true resolution: integrity: sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q== /optionator/0.9.1: dependencies: deep-is: 0.1.3 fast-levenshtein: 2.0.6 levn: 0.4.1 prelude-ls: 1.2.1 type-check: 0.4.0 word-wrap: 1.2.3 dev: true engines: node: '>= 0.8.0' resolution: integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== /p-limit/1.3.0: dependencies: p-try: 1.0.0 dev: true engines: node: '>=4' resolution: integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== /p-limit/2.3.0: dependencies: p-try: 2.2.0 dev: true engines: node: '>=6' resolution: integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== /p-locate/2.0.0: dependencies: p-limit: 1.3.0 dev: true engines: node: '>=4' resolution: integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= /p-locate/4.1.0: dependencies: p-limit: 2.3.0 dev: true engines: node: '>=8' resolution: integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== /p-map/3.0.0: dependencies: aggregate-error: 3.1.0 dev: true engines: node: '>=8' resolution: integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== /p-try/1.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= /p-try/2.2.0: dev: true engines: node: '>=6' resolution: integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== /parent-module/1.0.1: dependencies: callsites: 3.1.0 dev: true engines: node: '>=6' resolution: integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== /parse-json/5.1.0: dependencies: '@babel/code-frame': 7.10.4 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.1.6 dev: true engines: node: '>=8' resolution: integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== /path-exists/3.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= /path-exists/4.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== /path-is-absolute/1.0.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-key/3.1.1: dev: true engines: node: '>=8' resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== /path-parse/1.0.6: dev: true resolution: integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== /path-type/4.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /perf-regexes/1.0.1: dev: true engines: node: '>=6.14' resolution: integrity: sha512-L7MXxUDtqr4PUaLFCDCXBfGV/6KLIuSEccizDI7JxT+c9x1G1v04BQ4+4oag84SHaCdrBgQAIs/Cqn+flwFPng== /picomatch/2.2.2: dev: true engines: node: '>=8.6' resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pkg-dir/4.2.0: dependencies: find-up: 4.1.0 dev: true engines: node: '>=8' resolution: integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== /pkg-up/2.0.0: dependencies: find-up: 2.1.0 dev: true engines: node: '>=4' resolution: integrity: sha1-yBmscoBZpGHKscOImivjxJoATX8= /platform/1.3.6: dev: true resolution: integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg== /please-upgrade-node/3.2.0: dependencies: semver-compare: 1.0.0 dev: true resolution: integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg== /prelude-ls/1.2.1: dev: true engines: node: '>= 0.8.0' resolution: integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== /prettier-linter-helpers/1.0.0: dependencies: fast-diff: 1.2.0 dev: true engines: node: '>=6.0.0' resolution: integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== /prettier/2.1.1: dev: true engines: node: '>=10.13.0' hasBin: true resolution: integrity: sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw== /progress/2.0.3: dev: true engines: node: '>=0.4.0' resolution: integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== /pta/0.1.3: dependencies: arg: 4.1.3 diff: 4.0.2 esm: 3.2.25 fast-glob: 3.2.4 kleur: 3.0.3 zora: 3.1.9 zora-node-reporter: 0.0.1 dev: true hasBin: true resolution: integrity: sha512-ArsaddMj4ti3a+gSuIfMpPfZbUZCOtpRtzMKada/y5vQIa6DZWq9e7Bt/ZgmJlgsh0WdsiJtMEBLGxpa/qpE3A== /punycode/2.1.1: dev: true engines: node: '>=6' resolution: integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== /randombytes/2.1.0: dependencies: safe-buffer: 5.2.1 dev: true resolution: integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== /regenerate-unicode-properties/8.2.0: dependencies: regenerate: 1.4.1 dev: true engines: node: '>=4' resolution: integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== /regenerate/1.4.1: dev: true resolution: integrity: sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== /regenerator-runtime/0.13.7: dev: true resolution: integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== /regenerator-transform/0.14.5: dependencies: '@babel/runtime': 7.11.2 dev: true resolution: integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== /regexpp/3.1.0: dev: true engines: node: '>=8' resolution: integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== /regexpu-core/4.7.0: dependencies: regenerate: 1.4.1 regenerate-unicode-properties: 8.2.0 regjsgen: 0.5.2 regjsparser: 0.6.4 unicode-match-property-ecmascript: 1.0.4 unicode-match-property-value-ecmascript: 1.2.0 dev: true engines: node: '>=4' resolution: integrity: sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ== /regjsgen/0.5.2: dev: true resolution: integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== /regjsparser/0.6.4: dependencies: jsesc: 0.5.0 dev: true hasBin: true resolution: integrity: sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== /resolve-from/4.0.0: dev: true engines: node: '>=4' resolution: integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== /resolve/1.17.0: dependencies: path-parse: 1.0.6 dev: true resolution: integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== /reusify/1.0.4: dev: true engines: iojs: '>=1.0.0' node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== /rimraf/2.6.3: dependencies: glob: 7.1.6 dev: true hasBin: true resolution: integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== /rimraf/3.0.2: dependencies: glob: 7.1.6 dev: true hasBin: true resolution: integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== /rollup-plugin-cleanup/3.1.1_rollup@2.26.10: dependencies: js-cleanup: 1.0.1 rollup: 2.26.10 rollup-pluginutils: 2.8.2 dev: true engines: node: '>=6.14' peerDependencies: rollup: '>=0.50.0' resolution: integrity: sha512-wMS9JQm4ShvlMqno1pOfqvh0yYgNLO2ZgmzDsVvKuDt4XCn+9DcMoUwRQ5t9p9b113dR5FhPFFUHnvvQ/yuEtA== /rollup-plugin-delete/2.0.0: dependencies: del: 5.1.0 dev: true engines: node: '>=10' resolution: integrity: sha512-/VpLMtDy+8wwRlDANuYmDa9ss/knGsAgrDhM+tEwB1npHwNu4DYNmDfUL55csse/GHs9Q+SMT/rw9uiaZ3pnzA== /rollup-plugin-terser/7.0.2_rollup@2.26.10: dependencies: '@babel/code-frame': 7.10.4 jest-worker: 26.3.0 rollup: 2.26.10 serialize-javascript: 4.0.0 terser: 5.2.0 dev: true peerDependencies: rollup: ^2.0.0 resolution: integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== /rollup-pluginutils/2.8.2: dependencies: estree-walker: 0.6.1 dev: true resolution: integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ== /rollup/2.26.10: dev: true engines: node: '>=10.0.0' hasBin: true optionalDependencies: fsevents: 2.1.3 resolution: integrity: sha512-dUnjCWOA0h9qNX6qtcHidyatz8FAFZxVxt1dbcGtKdlJkpSxGK3G9+DLCYvtZr9v94D129ij9zUhG+xbRoqepw== /run-parallel/1.1.9: dev: true resolution: integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== /safe-buffer/5.1.2: dev: true resolution: integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== /safe-buffer/5.2.1: dev: true resolution: integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== /semver-compare/1.0.0: dev: true resolution: integrity: sha1-De4hahyUGrN+nvsXiPavxf9VN/w= /semver-regex/2.0.0: dev: true engines: node: '>=6' resolution: integrity: sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw== /semver/5.7.1: dev: true hasBin: true resolution: integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== /semver/7.0.0: dev: true hasBin: true resolution: integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== /semver/7.3.2: dev: true engines: node: '>=10' hasBin: true resolution: integrity: sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== /serialize-javascript/4.0.0: dependencies: randombytes: 2.1.0 dev: true resolution: integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== /shebang-command/2.0.0: dependencies: shebang-regex: 3.0.0 dev: true engines: node: '>=8' resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== /shebang-regex/3.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== /skip-regex/1.0.2: dev: true engines: node: '>=4.2' resolution: integrity: sha512-pEjMUbwJ5Pl/6Vn6FsamXHXItJXSRftcibixDmNCWbWhic0hzHrwkMZo0IZ7fMRH9KxcWDFSkzhccB4285PutA== /slash/3.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== /slice-ansi/2.1.0: dependencies: ansi-styles: 3.2.1 astral-regex: 1.0.0 is-fullwidth-code-point: 2.0.0 dev: true engines: node: '>=6' resolution: integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== /source-map-support/0.5.19: dependencies: buffer-from: 1.1.1 source-map: 0.6.1 dev: true resolution: integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== /source-map/0.5.7: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== /sourcemap-codec/1.4.8: dev: true resolution: integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== /sprintf-js/1.0.3: dev: true resolution: integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= /string-width/3.1.0: dependencies: emoji-regex: 7.0.3 is-fullwidth-code-point: 2.0.0 strip-ansi: 5.2.0 dev: true engines: node: '>=6' resolution: integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== /strip-ansi/5.2.0: dependencies: ansi-regex: 4.1.0 dev: true engines: node: '>=6' resolution: integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== /strip-ansi/6.0.0: dependencies: ansi-regex: 5.0.0 dev: true engines: node: '>=8' resolution: integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== /strip-json-comments/3.1.1: dev: true engines: node: '>=8' resolution: integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== /supports-color/5.5.0: dependencies: has-flag: 3.0.0 dev: true engines: node: '>=4' resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== /supports-color/7.1.0: dependencies: has-flag: 4.0.0 dev: true engines: node: '>=8' resolution: integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== /table/5.4.6: dependencies: ajv: 6.12.4 lodash: 4.17.20 slice-ansi: 2.1.0 string-width: 3.1.0 dev: true engines: node: '>=6.0.0' resolution: integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== /terser/5.2.0: dependencies: commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.19 dev: true engines: node: '>=6.0.0' hasBin: true resolution: integrity: sha512-nZ9TWhBznZdlww3borgJyfQDrxzpgd0RlRNoxR63tMVry01lIH/zKQDTTiaWRMGowydfvSHMgyiGyn6A9PSkCQ== /text-table/0.2.0: dev: true resolution: integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= /to-fast-properties/2.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= /to-regex-range/5.0.1: dependencies: is-number: 7.0.0 dev: true engines: node: '>=8.0' resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /ts-node/9.0.0_typescript@3.9.7: dependencies: arg: 4.1.3 diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.19 typescript: 3.9.7 yn: 3.1.1 dev: true engines: node: '>=10.0.0' hasBin: true peerDependencies: typescript: '>=2.7' resolution: integrity: sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg== /ts-transform-default-export/1.0.2_typescript@3.9.7: dependencies: typescript: 3.9.7 dev: true peerDependencies: typescript: '>=3.0.0' resolution: integrity: sha512-+HirUEGuy6BeiENDApewn4x3dHfeiqM70WsiHBLs/Py7UhAqf0PuaffR/VleasjvP/wtvbNgneEFdhB6mDct3g== /tslib/1.13.0: dev: true resolution: integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== /tslib/2.0.1: dev: true resolution: integrity: sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ== /tslib/2.0.3: dev: true resolution: integrity: sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ== /tsutils/3.17.1_typescript@3.9.7: dependencies: tslib: 1.13.0 typescript: 3.9.7 dev: true engines: node: '>= 6' peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' resolution: integrity: sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g== /type-check/0.4.0: dependencies: prelude-ls: 1.2.1 dev: true engines: node: '>= 0.8.0' resolution: integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== /type-fest/0.8.1: dev: true engines: node: '>=8' resolution: integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== /typescript-transform-macros/1.1.1: dev: true resolution: integrity: sha512-ljKucGAxTOxxH37qfnMZh7yxSN0OPQe6V5eENahNPpfyq24TVD+pEJtdzxTw1dSobwHWcYOXh4wE4/ko4Or+iw== /typescript/3.9.7: dev: true engines: node: '>=4.2.0' hasBin: true resolution: integrity: sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== /ua-parser-js/0.7.21: dev: true resolution: integrity: sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ== /unicode-canonical-property-names-ecmascript/1.0.4: dev: true engines: node: '>=4' resolution: integrity: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== /unicode-match-property-ecmascript/1.0.4: dependencies: unicode-canonical-property-names-ecmascript: 1.0.4 unicode-property-aliases-ecmascript: 1.1.0 dev: true engines: node: '>=4' resolution: integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== /unicode-match-property-value-ecmascript/1.2.0: dev: true engines: node: '>=4' resolution: integrity: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== /unicode-property-aliases-ecmascript/1.1.0: dev: true engines: node: '>=4' resolution: integrity: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== /uri-js/4.4.0: dependencies: punycode: 2.1.1 dev: true resolution: integrity: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== /v8-compile-cache/2.1.1: dev: true resolution: integrity: sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== /which-pm-runs/1.0.0: dev: true resolution: integrity: sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs= /which/2.0.2: dependencies: isexe: 2.0.0 dev: true engines: node: '>= 8' hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== /word-wrap/1.2.3: dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== /wrappy/1.0.2: dev: true resolution: integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= /write/1.0.3: dependencies: mkdirp: 0.5.5 dev: true engines: node: '>=4' resolution: integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== /yaml/1.10.0: dev: true engines: node: '>= 6' resolution: integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== /yn/3.1.1: dev: true engines: node: '>=6' resolution: integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== /zora-node-reporter/0.0.1: dev: true resolution: integrity: sha512-uNznzJPd5ikDPkU/BXXuRmuTd2yrLrO4MsYIjyE1js+Evq55XWHRJK7b1f+r6qgl/GpCEpe7umJ3iAKV9jU/Mg== /zora/3.1.9: dev: true resolution: integrity: sha512-6jd7VEVTVAJFESLW9WMfomKLbOPy2SOcV+LrKn87VgpUfdoUiIxOJgu8pYvWzk85qbglnfzh/TDRjsbknurN6A== specifiers: '@typescript-eslint/eslint-plugin': ^4.0.1 '@typescript-eslint/parser': ^4.0.1 '@wessberg/rollup-plugin-ts': ^1.3.4 benchmark: ^2.1.4 core-js: ^3.6.5 eslint: ^7.8.1 eslint-config-prettier: ^6.11.0 eslint-plugin-prettier: ^3.1.4 globrex: ^0.1.2 husky: ^4.3.0 matcher: ^3.0.0 picomatch: ^2.2.2 prettier: ^2.1.1 pta: ^0.1.3 rollup: ^2.26.10 rollup-plugin-cleanup: ^3.1.1 rollup-plugin-delete: ^2.0.0 rollup-plugin-terser: ^7.0.2 ts-node: ^9.0.0 ts-transform-default-export: ^1.0.2 tslib: ^2.0.3 typescript: ^3.9.7 typescript-transform-macros: ^1.1.1
34.868895
157
0.69326
5b4f1dbf1cb82de5388f40209ee0039476df2bd0
2,081
yml
YAML
data/ws2015.attributes.yml
747/irg-neo
d34935b83c7e792e7c45af8a57113eef49fdb815
[ "MIT" ]
null
null
null
data/ws2015.attributes.yml
747/irg-neo
d34935b83c7e792e7c45af8a57113eef49fdb815
[ "MIT" ]
2
2021-05-19T08:18:22.000Z
2021-09-27T21:31:18.000Z
data/ws2015.attributes.yml
747/irg-neo
d34935b83c7e792e7c45af8a57113eef49fdb815
[ "MIT" ]
null
null
null
constants: series: name: 'IRG Working Set 2015' short_name: 'WS2015' prefixes: ['T', 'K', 'SAT', 'G', ['UTC', 'U'], ['UK', 'U']] evidence: UTC: 'IRGN2091RUTC.pdf' UK: 'IRGN2107_evidence.pdf' # origins: fields: - [':number'] - [':comment'] - [':code', 'U'] # shared by US and UK - [':glyph', 'U'] # same as above - [':code', 'T'] - [':glyph', 'T'] - [':code', 'K'] - [':glyph', 'K'] - [':code', 'SAT'] - [':glyph', 'SAT'] - [':code', 'G'] - [':glyph', 'G'] - [null, 'UTC'] # UTC Code - [':rad'] - [':sc'] - [':fs'] - [':ts'] - [':ids', null, null, !ruby/regexp '/\s*\/\s*/'] - [':similar'] - [':evidence', 'UTC', !ruby/regexp '/(Fig(?<warn-period>\.?)(?<warn-space> ?)(?<fig>\S+))/i', !ruby/regexp '/\s*,\s*/'] # UTC Evidence (Figure No.) - [null, 'UTC'] # UTC Evidence (Title) - [null, 'UTC'] # UTC Evidence (Location) - [':total', 'UTC'] - [null, 'UTC'] # UTC Ext. F2 Serial No. - [null, 'T'] # T References to evidence documents A - [null, 'T'] # T References to evidence documents B - [':evidence', 'T', !ruby/regexp '/(?<name>\S+\.[[:alpha:]]{3})(?: page(?<warn-after-page> ?)(?<page>\d+))?/i'] - [':total', 'T'] - [null, 'K'] # K Ref. to Evidence doc - [':evidence', 'K'] - [':total', 'K'] - [null, 'G'] # G Ref. to Evidence doc - [null, 'G'] # G Page No. in Evidence file(optional) - [null, 'G'] # G Row No. in Evidence file(optional) - [null, 'G'] # G Position in the Row (optional) - [':evidence', 'G', !ruby/regexp '/(?<name>\S+\.[[:alpha:]]{3})(?: page(?<warn-after-page> ?)(?<page>\d+))?/i'] - [':total', 'G'] - [':evidence', 'SAT'] - [':total', 'SAT'] - [null, 'UK'] # UK Ref. to Evidence doc - [':evidence', 'UK', !ruby/regexp '/(Fig\.(?<warn-space> ?)(?<fig>\S+))/i', !ruby/regexp '/\s*;\s*/'] # UK file name of evidence image - [null, 'UK'] # UK Font code point - [null, 'UK'] # UK Font glyph - [null, 'UK'] # UK Other source references - [null, 'UK'] # UK Mapping to traditional or simplified character - [':total', 'UK'] - [null, 'UK'] # UK Note
35.87931
150
0.500721
67636cd63a6860d3060635197847f30aeb120180
643
yml
YAML
jobs/push-universal-package.yml
zloeber/azure-pipeline-library
517a740bc6d101d42afe172b37178d7156db4cc0
[ "Apache-2.0" ]
2
2021-04-11T16:42:36.000Z
2021-11-23T00:09:35.000Z
jobs/push-universal-package.yml
zloeber/azure-pipeline-library
517a740bc6d101d42afe172b37178d7156db4cc0
[ "Apache-2.0" ]
null
null
null
jobs/push-universal-package.yml
zloeber/azure-pipeline-library
517a740bc6d101d42afe172b37178d7156db4cc0
[ "Apache-2.0" ]
1
2021-04-11T16:43:28.000Z
2021-04-11T16:43:28.000Z
parameters: package: '' feed: '' path: '' versionOption: patch version: '0.0.1' steps: - task: UniversalPackages@0 displayName: 'Publish Universal Package' inputs: command: publish verbosity: Information packagePublishDescription: '${{ parameters.package }} Universal Package' publishedPackageVar: PackageName vstsFeedPublish: '${{ parameters.feed }}' publishDirectory: '${{ parameters.path }}' vstsFeedPackagePublish: '${{ parameters.package }}' versionOption: ${{ parameters.versionOption }} ${{ if eq(parameters.versionOption, 'custom') }}: versionPublish: ${{ parameters.version }}
29.227273
76
0.684292
05d39a79fd5827b6043642030fe63da00f40e248
615
yml
YAML
docs-ref-autogen/azure-mgmt-kusto/azure.mgmt.kusto.models.DataConnectionValidationResult.yml
mbrightcpacket/azure-docs-sdk-python
27c698dbc13d8aa0971a9c68aeb92dbceb56ad44
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-mgmt-kusto/azure.mgmt.kusto.models.DataConnectionValidationResult.yml
mbrightcpacket/azure-docs-sdk-python
27c698dbc13d8aa0971a9c68aeb92dbceb56ad44
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-mgmt-kusto/azure.mgmt.kusto.models.DataConnectionValidationResult.yml
mbrightcpacket/azure-docs-sdk-python
27c698dbc13d8aa0971a9c68aeb92dbceb56ad44
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:PythonClass uid: azure.mgmt.kusto.models.DataConnectionValidationResult name: DataConnectionValidationResult fullName: azure.mgmt.kusto.models.DataConnectionValidationResult module: azure.mgmt.kusto.models inheritances: - msrest.serialization.Model summary: The result returned from a data connection validation request. constructor: syntax: 'DataConnectionValidationResult(*, error_message: Optional[str] = None, **kwargs)' parameters: - name: error_message description: A message which indicates a problem in data connection validation. isRequired: true types: - <xref:str>
34.166667
83
0.79187
cd50effb7709de5836f30316bbedd41fe29a82fc
2,871
yaml
YAML
docker/docker-compose-debian.yaml
GuillermoSP96/Homeware-LAN
aac7b7b0452042e0bca81c8b2de4f89add5e57af
[ "MIT" ]
44
2020-01-13T15:23:04.000Z
2022-03-21T05:52:34.000Z
docker/docker-compose-debian.yaml
GuillermoSP96/Homeware-LAN
aac7b7b0452042e0bca81c8b2de4f89add5e57af
[ "MIT" ]
165
2020-01-26T21:23:48.000Z
2022-03-29T20:25:20.000Z
docker/docker-compose-debian.yaml
GuillermoSP96/Homeware-LAN
aac7b7b0452042e0bca81c8b2de4f89add5e57af
[ "MIT" ]
26
2020-03-26T00:39:49.000Z
2021-12-18T16:30:52.000Z
version: "3" services: # API homeware-lan-back-api: image: ghcr.io/kikeelectronico/homewarelan-back restart: always hostname: backend command: "gunicorn -w 1 -b 0.0.0.0:5001 homeware:app" environment: - REDIS_HOST=redis - MQTT_HOST=mosquitto expose: - "5001" depends_on: - redis - mosquitto volumes: - homeware-logs:/app/logs - homeware-files:/app/files # tasks homeware-lan-back-tasks: image: ghcr.io/kikeelectronico/homewarelan-back restart: always hostname: backend-tasks command: "python homewareTasks.py" environment: - REDIS_HOST=redis - MQTT_HOST=mosquitto depends_on: - redis - mosquitto volumes: - homeware-logs:/app/logs - homeware-files:/app/files # MQTT homeware-lan-back-mqtt: image: ghcr.io/kikeelectronico/homewarelan-back restart: always hostname: backend-mqtt command: "python homewareMQTT.py" environment: - REDIS_HOST=redis - MQTT_HOST=mosquitto depends_on: - redis - mosquitto volumes: - homeware-logs:/app/logs - homeware-files:/app/files # redis redis: image: redis:6.0 restart: always hostname: redis expose: - "6379" volumes: - redis-data:/data # mosquitto mosquitto: image: eclipse-mosquitto:2.0 restart: always hostname: mosquitto expose: - "1883" ports: - "1883:1883" volumes: - ./configuration_templates/mosquitto.conf:/mosquitto/config/mosquitto.conf:ro - ./configuration_templates/mosquitto_passwd:/mosquitto/config/passwd:ro - mosquitto-data:/mosquitto/data # nginx proxy for API & FE nginx: image: ghcr.io/kikeelectronico/homewarelan-nginx restart: always expose: - "80" environment: VIRTUAL_HOST: ${DOMAIN} VIRTUAL_PORT: 80 LETSENCRYPT_HOST: ${DOMAIN} LETSENCRYPT_EMAIL: ${EMAIL} depends_on: - homeware-lan-back-api - nginx-proxy # nginx reverse proxy nginx-proxy: image: jwilder/nginx-proxy restart: always ports: - "80:80" - "443:443" volumes: - html:/usr/share/nginx/html - certs:/etc/nginx/certs:ro - vhostd:/etc/nginx/vhost.d - /var/run/docker.sock:/tmp/docker.sock:ro labels: - com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy # certificate helper letsencrypt: image: jrcs/letsencrypt-nginx-proxy-companion restart: always environment: - NGINX_PROXY_CONTAINER=nginx-proxy volumes: - html:/usr/share/nginx/html - certs:/etc/nginx/certs:rw - vhostd:/etc/nginx/vhost.d - /var/run/docker.sock:/var/run/docker.sock:ro volumes: html: certs: vhostd: mosquitto-data: redis-data: homeware-logs: homeware-files:
22.429688
84
0.635319
a8253ba3e462a6ac71beb30e6186aeab4d9632a5
1,567
yaml
YAML
.ansible/roles/picotrading.sudo/defaults/main.yaml
moenka/proving_ground
49df41009fa9b773776ab97bb30d0e9a8dcf6116
[ "MIT" ]
1
2020-12-23T13:27:39.000Z
2020-12-23T13:27:39.000Z
.ansible/roles/picotrading.sudo/defaults/main.yaml
moenka/proving_ground
49df41009fa9b773776ab97bb30d0e9a8dcf6116
[ "MIT" ]
null
null
null
.ansible/roles/picotrading.sudo/defaults/main.yaml
moenka/proving_ground
49df41009fa9b773776ab97bb30d0e9a8dcf6116
[ "MIT" ]
null
null
null
--- # Default path to the visudo sudo_visudo: /usr/sbin/visudo # Default host aliases sudo_host_alias: {} #sudo_host_alias: # FILESERVERS: # - fs1 # - fs2 # MAILSERVERS: # - smtp # - smtp2 # Default user aliases sudo_user_alias: {} #sudo_user_alias: # ADMINS: # - jsmith # - mikem # WEBMASTERS: # - peter # - lisa # Default command aliases sudo_cmd_alias: {} #sudo_cmd_alias: # SOFTWARE # - /bin/rpm # - /usr/bin/up2date # - /usr/bin/yum # SERVICES: # - /sbin/service # - /sbin/chkconfig # Default sudo defaults sudo_defaults: - requiretty - '!visiblepw' - always_set_home - env_reset - env_keep = "COLORS DISPLAY HOSTNAME HISTSIZE INPUTRC KDEDIR LS_COLORS" - env_keep += "MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE" - env_keep += "LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES" - env_keep += "LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE" - env_keep += "LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY" - secure_path = /sbin:/bin:/usr/sbin:/usr/bin # Default sudo users sudo_users: - root: host: ALL runas: ALL tag: '' cmd: ALL # - '%wheel': # host: ALL # runas: ALL # tag: NOPASSWD # cmd: ALL # - ADMINS: # host: ALL # runas: '' # tag: '' # cmd: ALL # - WEBMASTERS: # host: ALL # runas: '' # tag: '' # cmd: SOFTWARE, SERVICES # Default file includes sudo_include: [] #sudo_include: # - /etc/sudoers2 # Default directory includes sudo_includedir: - /etc/sudoers.d
19.345679
75
0.63178
a8573ad4a042c0ae67335e4842515e53d8860fe1
442
yml
YAML
.travis.yml
atomfrede/gitlab-dashboard
dd69289f8d55cda9afcf1a1aae1c9a0440f60aca
[ "Apache-2.0" ]
null
null
null
.travis.yml
atomfrede/gitlab-dashboard
dd69289f8d55cda9afcf1a1aae1c9a0440f60aca
[ "Apache-2.0" ]
null
null
null
.travis.yml
atomfrede/gitlab-dashboard
dd69289f8d55cda9afcf1a1aae1c9a0440f60aca
[ "Apache-2.0" ]
null
null
null
language: java jdk: - oraclejdk8 before_install: - curl -sL https://github.com/jpm4j/jpm4j.installers/raw/master/dist/biz.aQute.jpm.run.jar >t.jar - java -jar t.jar -u init - rm t.jar - /home/travis/jpm/bin/jpm install com.codacy:codacy-coverage-reporter:assembly - pip install --user codecov after_success: - codecov - /home/travis/jpm/bin/codacy-coverage-reporter -l Java -r build/reports/jacoco/test/jacocoTestReport.xml
29.466667
107
0.737557
bd4477fd29cb640befc9945f9dac741032e98b37
87
yml
YAML
roles/ocp4_cluster_destroy/tasks/main.yml
Danil-Grigorev/mig-ci
c4d0921d6609b3a83057bcadd1329710d0fe9ce5
[ "Apache-2.0" ]
null
null
null
roles/ocp4_cluster_destroy/tasks/main.yml
Danil-Grigorev/mig-ci
c4d0921d6609b3a83057bcadd1329710d0fe9ce5
[ "Apache-2.0" ]
null
null
null
roles/ocp4_cluster_destroy/tasks/main.yml
Danil-Grigorev/mig-ci
c4d0921d6609b3a83057bcadd1329710d0fe9ce5
[ "Apache-2.0" ]
null
null
null
- import_tasks: check.yml - import_tasks: destroy.yml when: ocp_install.stat.exists
17.4
31
0.770115
afe8a84220165da3d30c267e837f2b4dd1cb5d3c
384
yml
YAML
docker-compose.yml
nim65s/traefik-prod
aaf9dbb2daad43da1bef91c1e969a78b82aa74c4
[ "BSD-2-Clause" ]
null
null
null
docker-compose.yml
nim65s/traefik-prod
aaf9dbb2daad43da1bef91c1e969a78b82aa74c4
[ "BSD-2-Clause" ]
null
null
null
docker-compose.yml
nim65s/traefik-prod
aaf9dbb2daad43da1bef91c1e969a78b82aa74c4
[ "BSD-2-Clause" ]
1
2018-05-30T19:51:03.000Z
2018-05-30T19:51:03.000Z
version: '2' services: traefik: image: traefik:alpine restart: unless-stopped ports: - 80:80 - 443:443 networks: - traefik volumes: - /var/run/docker.sock:/var/run/docker.sock - ./traefik.toml:/etc/traefik/traefik.toml - ./acme.json:/acme.json command: --acme.email=${ACME_EMAIL} networks: traefik: external: true
18.285714
49
0.601563
b9a1c181e6f6987bec07bf454d7ce36b5dcfb542
349
yml
YAML
docker/docker-compose.yml
satuomainen/rollcall
45ce1a12abb53feba3b900a2ce39b66185e7c887
[ "MIT" ]
null
null
null
docker/docker-compose.yml
satuomainen/rollcall
45ce1a12abb53feba3b900a2ce39b66185e7c887
[ "MIT" ]
1
2018-04-18T05:38:04.000Z
2018-04-18T05:38:04.000Z
docker/docker-compose.yml
satuomainen/rollcall
45ce1a12abb53feba3b900a2ce39b66185e7c887
[ "MIT" ]
null
null
null
# Postgres user:postgres, password:postgres version: '3.1' services: db: image: postgres:9.6-alpine restart: always environment: POSTGRES_PASSWORD: postgres ports: - 5432:5432 volumes: - ./init-scripts:/docker-entrypoint-initdb.d - "rollcall_dbdata:/var/lib/postgresql/data" volumes: rollcall_dbdata:
21.8125
50
0.676218
2bb37d13d1743087405e42d38b643e45df13d312
148
yaml
YAML
info.yaml
aggie-tool-kit/python3
61fe713bd2e56e127e29468177b6cc1dae31b839
[ "MIT" ]
null
null
null
info.yaml
aggie-tool-kit/python3
61fe713bd2e56e127e29468177b6cc1dae31b839
[ "MIT" ]
null
null
null
info.yaml
aggie-tool-kit/python3
61fe713bd2e56e127e29468177b6cc1dae31b839
[ "MIT" ]
null
null
null
(using_atk_version): 1.0 (package): (actions): (run): ruby run.rb (install): ruby install.rb (version): ruby version.rb
21.142857
34
0.574324
c4341a8c3797b2fa139805a403f511c266303178
873
yml
YAML
.github/workflows/release-publish.yml
Vonage/vivid-design-tokens-properties
b633e358a19b3b003a222cada8d7ba75a7be2dfa
[ "Apache-2.0" ]
null
null
null
.github/workflows/release-publish.yml
Vonage/vivid-design-tokens-properties
b633e358a19b3b003a222cada8d7ba75a7be2dfa
[ "Apache-2.0" ]
2
2021-11-24T17:18:45.000Z
2021-12-28T11:36:41.000Z
.github/workflows/release-publish.yml
Vonage/vivid-design-tokens-properties
b633e358a19b3b003a222cada8d7ba75a7be2dfa
[ "Apache-2.0" ]
null
null
null
name: Release Design Token Properties on: push: tags: - v* jobs: release-publish: runs-on: ubuntu-latest env: FIGMA_FILE_TOKEN: ${{ secrets.FIGMA_FILE_TOKEN }} FIGMA_AUTH_TOKEN: ${{ secrets.FIGMA_AUTH_TOKEN }} steps: - name: Checkout uses: actions/checkout@v2 with: ref: master - name: Setup NodeJS 15 uses: actions/setup-node@v1 with: node-version: 15 registry-url: 'https://npm.pkg.github.com' - name: Update tokens data & bump package version to ${{ steps.extractVersion.outputs.version }} run: | npm install npm run fetch npm run parse npm run build:globals - name: Publish design tokens run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22.973684
102
0.569301
a69466c7c4b970d939531884021ac8a3b0f0892a
68
yml
YAML
compose/.apps/influxdb/influxdb.ports.yml
keerio/DockSTARTer
be88fb9802c34ff0acd65597bd35da1d30476610
[ "MIT" ]
1,708
2018-05-25T14:20:36.000Z
2022-03-30T16:35:36.000Z
compose/.apps/influxdb/influxdb.ports.yml
keerio/DockSTARTer
be88fb9802c34ff0acd65597bd35da1d30476610
[ "MIT" ]
685
2018-05-30T15:24:26.000Z
2022-03-31T22:59:44.000Z
compose/.apps/influxdb/influxdb.ports.yml
bails0bub/DockSTARTer
1d896611a4971a3171c79899a0180876e18d5bc6
[ "MIT" ]
258
2018-05-30T05:32:33.000Z
2022-03-28T11:06:26.000Z
services: influxdb: ports: - ${INFLUXDB_PORT_8086}:8086
13.6
34
0.632353
71ccf081fd877244b13f6a16db06a6a82f6f094a
142
yml
YAML
cluster.yml
misTrasteos/ELKStack
de14ae8d0b0ccbcc8d5a80720de5a939abf0b776
[ "CC0-1.0" ]
null
null
null
cluster.yml
misTrasteos/ELKStack
de14ae8d0b0ccbcc8d5a80720de5a939abf0b776
[ "CC0-1.0" ]
null
null
null
cluster.yml
misTrasteos/ELKStack
de14ae8d0b0ccbcc8d5a80720de5a939abf0b776
[ "CC0-1.0" ]
null
null
null
kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane extraMounts: - hostPath: logs containerPath: /logs
20.285714
35
0.704225
47afb3c80fa5fe51a54246a1b668e8b13c4eaf5a
1,525
yml
YAML
.github/workflows/github_actions-cypress.yml
mdantonio-c/nig_repository
ad84952b252047f219f4d82c7705398e6ddbc898
[ "MIT" ]
null
null
null
.github/workflows/github_actions-cypress.yml
mdantonio-c/nig_repository
ad84952b252047f219f4d82c7705398e6ddbc898
[ "MIT" ]
null
null
null
.github/workflows/github_actions-cypress.yml
mdantonio-c/nig_repository
ad84952b252047f219f4d82c7705398e6ddbc898
[ "MIT" ]
null
null
null
name: Cypress on: push: # schedule: # - cron: "0 5 * * *" workflow_dispatch: env: PROJECT: nig jobs: integration-tests: runs-on: ubuntu-20.04 timeout-minutes: 90 steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: 3.9 - uses: rapydo/actions/install@v1 with: project: ${PROJECT} # No need to test cypress in swarm mode! # swarm: 1 - uses: rapydo/actions/setup-cypress@v1 with: id: ${{ secrets.CYPRESS_PROJECT_ID }} key: ${{ secrets.CYPRESS_RECORD_KEY }} - name: Run Cypress run: | rapydo pull --quiet; rapydo build rapydo -e API_AUTOSTART=1 start; sleep 20 rapydo logs rapydo shell backend "bash nig/scripts/init_hpo.sh" rapydo shell frontend "yarn install" rapydo shell frontend "reload-types" rapydo logs rapydo shell frontend "yarn run cypress:start:full" rapydo shell frontend "npx nyc --all report --reporter=lcov --report-dir /coverage" - name: Coverage uses: rapydo/actions/coverage@v1 with: repository: projects/${PROJECT} project: ${PROJECT} step: frontend - name: Docker Logs if: failure() run: | rapydo logs - name: Print backend logs on failure if: failure() run: cat data/logs/backend-server.log
22.101449
93
0.559344
32aba2611f870eba0236048bb74aae8303e94d8d
492
yaml
YAML
.github/workflows/release.yaml
GeorgeSG/lovelace-time-picker-card
e5c16c2afd99aba1d2342df702d976037733ef7d
[ "MIT" ]
148
2020-05-07T01:33:48.000Z
2022-03-24T21:48:05.000Z
.github/workflows/release.yaml
GeorgeSG/lovelace-time-picker-card
e5c16c2afd99aba1d2342df702d976037733ef7d
[ "MIT" ]
20
2020-05-08T19:41:09.000Z
2022-03-30T07:13:34.000Z
.github/workflows/release.yaml
GeorgeSG/lovelace-time-picker-card
e5c16c2afd99aba1d2342df702d976037733ef7d
[ "MIT" ]
6
2021-01-17T18:06:13.000Z
2022-03-06T01:36:02.000Z
name: Release on: release: types: [published] jobs: release: name: Build and upload runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Build time-picker-card.js run: | npm install npm run build - name: Upload to release uses: shopify/upload-to-release@1.0.0 with: name: time-picker-card.js path: dist/time-picker-card.js repo-token: ${{ secrets.GITHUB_TOKEN }}
19.68
49
0.569106
a9b8f11628939a2ec8b838ef7e01ee20f78aae47
1,787
yml
YAML
.github/workflows/release.yml
dbrekelmans/bdi
bdc41bd339558242bf748b99c394a78e2dfbdb4f
[ "MIT" ]
20
2020-10-07T21:00:50.000Z
2022-01-11T12:02:53.000Z
.github/workflows/release.yml
dbrekelmans/bdi
bdc41bd339558242bf748b99c394a78e2dfbdb4f
[ "MIT" ]
null
null
null
.github/workflows/release.yml
dbrekelmans/bdi
bdc41bd339558242bf748b99c394a78e2dfbdb4f
[ "MIT" ]
null
null
null
name: Create release on: repository_dispatch: types: [ release ] jobs: update-and-release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: '12' - run: node update-composer-json.js ${{ github.event.client_payload.tag_name }} - run: composer update --no-interaction - uses: dsaltares/fetch-gh-release-asset@0.0.5 with: repo: "dbrekelmans/browser-driver-installer" version: "tags/${{ github.event.client_payload.tag_name }}" file: "bdi.phar" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: dsaltares/fetch-gh-release-asset@0.0.5 with: repo: "dbrekelmans/browser-driver-installer" version: "tags/${{ github.event.client_payload.tag_name }}" file: "bdi.phar.asc" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | cp bdi.phar bdi curl -L https://raw.githubusercontent.com/dbrekelmans/browser-driver-installer/${{ github.event.client_payload.tag_name }}/LICENSE > LICENSE - name: Commit assets id: commit uses: EndBug/add-and-commit@v5 with: message: "Update PHAR distribution to ${{ github.event.client_payload.tag_name }}" tag: ${{ github.event.client_payload.tag_name }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/create-release@v1 with: tag_name: ${{ github.event.client_payload.tag_name }} release_name: ${{ github.event.client_payload.release_name }} prerelease: ${{ github.event.client_payload.prerelease }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37.229167
150
0.609401
21917f3c08bfa0f93a608912f76198204c9d7d1d
1,161
yml
YAML
azure-pipelines.yml
ynsmith/Console
cb6a1166d4329841312e890ece0ccf66f21a7a24
[ "MIT" ]
null
null
null
azure-pipelines.yml
ynsmith/Console
cb6a1166d4329841312e890ece0ccf66f21a7a24
[ "MIT" ]
null
null
null
azure-pipelines.yml
ynsmith/Console
cb6a1166d4329841312e890ece0ccf66f21a7a24
[ "MIT" ]
null
null
null
name: 3.0.0$(rev:.r) pool: vmImage: 'ubuntu-16.04' trigger: - master steps: - bash: 'echo "##vso[build.updatebuildnumber]$(Build.BuildNumber)-pr"' displayName: 'Set prerelease if not master' condition: and(succeeded(), ne(variables['Build.SourceBranch'], 'refs/heads/master')) - task: DotNetCoreCLI@2 displayName: Restore inputs: command: restore projects: '**/*.csproj' - task: DotNetCoreCLI@2 displayName: Build inputs: projects: '**/*.csproj' arguments: '-c Release /p:Version=$(Build.BuildNumber)' - task: DotNetCoreCLI@2 displayName: Pack inputs: command: pack configuration: Release packDirectory: artifacts versioningScheme: byEnvVar versionEnvVar: Build_BuildNumber nobuild: true - task: DotNetCoreCLI@2 displayName: Test inputs: command: test projects: '**/*[Tt]ests/*.csproj' arguments: '--configuration Release' - task: NuGetCommand@2 displayName: Push condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) inputs: command: push packagesToPush: 'artifacts/*.nupkg' nuGetFeedType: external publishFeedCredentials: nuget.org
27.642857
87
0.700258
1d08157613a1ef9775a775e13e866c116957c3fe
2,480
yml
YAML
_data/comments/road-to-blog/comment-1574033268126.yml
Ezylryb-BK/Ezylryb-BK.github.io
f043386f18f56b679606380366cb90fda739a626
[ "MIT" ]
2
2019-02-08T13:32:48.000Z
2019-02-09T08:27:34.000Z
_data/comments/road-to-blog/comment-1574033268126.yml
Ezylryb-BK/Ezylryb-BK.github.io
f043386f18f56b679606380366cb90fda739a626
[ "MIT" ]
null
null
null
_data/comments/road-to-blog/comment-1574033268126.yml
Ezylryb-BK/Ezylryb-BK.github.io
f043386f18f56b679606380366cb90fda739a626
[ "MIT" ]
1
2019-06-10T13:16:40.000Z
2019-06-10T13:16:40.000Z
_id: dd4de900-0991-11ea-8180-f5143937918f message: >- Secure tob.nprd.ezylryb-bk.github.io.wvq.hl harming [URL=http://timtheme.com/cialis-overnight-online-pharmacy/ - cialis in ogdensburg[/URL - [URL=http://uniquecustomfurniture.com/discount-cialis-tadalafil/ - cialis pharmacie[/URL - cialis online generika [URL=http://thenectarystpaul.com/medical-facts-about-cialis/ - cialis dosage 20mg[/URL - [URL=http://thenectarystpaul.com/cialis-generic-timetable/ - ciproloxacino cialis[/URL - [URL=http://thenectarystpaul.com/40mg-dose-of-cialis/ - 40mg dose of cialis[/URL - [URL=http://reubendangoor.com/cialis-20mg-canadian-pharmacy/ - cialis erection quality[/URL - [URL=http://tofupost.com/cialis-online-in-usa/ - cialis super active preisvergleich[/URL - [URL=http://talleysbooks.com/cialis-lawsuit-tadalafil/ - buy cialis without a perscription[/URL - shock, nearer inflow <a href="http://timtheme.com/cialis-overnight-online-pharmacy/">cialis in ogdensburg</a> <a href="http://uniquecustomfurniture.com/discount-cialis-tadalafil/">tadalafil citrate</a> <a href="http://thenectarystpaul.com/medical-facts-about-cialis/">medical facts about cialis</a> <a href="http://thenectarystpaul.com/cialis-generic-timetable/">comprare cialis</a> <a href="http://thenectarystpaul.com/40mg-dose-of-cialis/">componente de cialis</a> <a href="http://reubendangoor.com/cialis-20mg-canadian-pharmacy/">compra cialis generico</a> <a href="http://tofupost.com/cialis-online-in-usa/">cialis daily does not work</a> <a href="http://talleysbooks.com/cialis-lawsuit-tadalafil/">buy cialis sachet</a> erotic bag, http://timtheme.com/cialis-overnight-online-pharmacy/ cialis in ogdensburg http://uniquecustomfurniture.com/discount-cialis-tadalafil/ cialis 5 mg best price usa http://thenectarystpaul.com/medical-facts-about-cialis/ cialis viagra cialis levitra http://thenectarystpaul.com/cialis-generic-timetable/ cialis w/out pres http://thenectarystpaul.com/40mg-dose-of-cialis/ adventurefeeds buy cialis online http://reubendangoor.com/cialis-20mg-canadian-pharmacy/ men cialis http://tofupost.com/cialis-online-in-usa/ cialis online in usa http://talleysbooks.com/cialis-lawsuit-tadalafil/ buy cialis without a perscription members: longer, translators. name: aqarewose email: 43d935e110f7903e2b52729cf1b6ac4a url: 'http://timtheme.com/cialis-overnight-online-pharmacy/' hidden: '' date: '2019-11-17T23:27:48.126Z'
53.913043
80
0.758468
d568c993a1d4396abaadd71ece481f301d2e0c52
747
yml
YAML
.travis.yml
Ort-Maximax/lpp-valparaiso-main-back
c82790601a083014e40f14e7b1900cd66206df25
[ "MIT" ]
1
2018-12-13T07:36:54.000Z
2018-12-13T07:36:54.000Z
.travis.yml
Ort-Maximax/lpp-valparaiso-main-back
c82790601a083014e40f14e7b1900cd66206df25
[ "MIT" ]
null
null
null
.travis.yml
Ort-Maximax/lpp-valparaiso-main-back
c82790601a083014e40f14e7b1900cd66206df25
[ "MIT" ]
null
null
null
language: node_js node_js: - lts/* env: global: - secure: Rl2LfPlVos5YnauB/RWn8YVjHJHClkW8B3v9NDSMlof89OHtpJ4c0hcxMyrs7M+DycOYDysybNFSXO7OWX+M9Lfb/IL96ouf4m5B9i1XpvC5m/2qkdE2c/hn86RumqRgKPcv9Izy7oyv0+5lUa31i8852KoqZxOaAgIhA0a1GulLwSfMhwcg1QdtCm91Cr/nrF3MiXoqo4/011pyWQp+bobfsgm7eabZeiPUg0oMzr5hADUFleu0ijoNBupYUpF45oxZNAk3XZsC2CspTHHI3LgfYrfFGmNcq885kR+ezwp57uHk3SiGBoYtwQFeymJz3X5XvQZRV+MQvdTF0n6eCbHp5xE3mnNNGMNrdL83SbSRxb203jBkvcXfUEd7zlB+BPKk0YQkXhQElwj3GMDy1xJAj120MKjHOkfXN50Fu/W8oDZUuWQ+ZtOSjb0Zj8bEcVrxIZWNWb4Cal5kORWBoH21vDuGl3WOWNtlBpNBfBWNDOuFJj3eZgye0TSDx4HqgA6E0EoSO781XrWRjP8GbY6Z5zjYKyuBF2O5aOPn4hjSYdKfYA7rDFzdk7acc9pbA5CaBRMtS+LDVA/nIEK7TeUfLqLsXU9jIZLC1D86X5mg2mtwe5JYQA1yNXcwYbCGsN1fZegKTBLqkZKpYIa6CkTsmSZhv8/3fiLWzr8UB64=
106.714286
696
0.943775
06fe696dbbdf10ec7f6f48a5476a63da08aa2b62
1,191
yml
YAML
ansible/roles/nodejs/tasks/main.yml
pjabang1/market-research-tool
7d5927056f3a1da22b61c92aab09e78579ac1881
[ "MIT" ]
1
2019-04-15T16:35:01.000Z
2019-04-15T16:35:01.000Z
ansible/roles/nodejs/tasks/main.yml
pjabang1/market-research-tool
7d5927056f3a1da22b61c92aab09e78579ac1881
[ "MIT" ]
1
2015-01-30T20:46:11.000Z
2015-01-30T20:48:03.000Z
ansible/roles/nodejs/tasks/main.yml
pjabang1/market-research-tool
7d5927056f3a1da22b61c92aab09e78579ac1881
[ "MIT" ]
null
null
null
# Install Node.js using packages crafted by NodeSource --- - name: Check nodejs_version variable assert: that: nodejs_version in [ "0.10", "0.12" ] - name: Ensure the system can use the HTTPS transport for APT stat: path=/usr/lib/apt/methods/https register: apt_https_transport - name: Install HTTPS transport for APT apt: pkg=apt-transport-https state=installed when: not apt_https_transport.stat.exists - name: Import the NodeSource GPG key into apt apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present - name: Add NodeSource deb repository apt_repository: repo='deb https://deb.nodesource.com/node_{{ nodejs_version }} {{ ansible_distribution_release }} main' state=present - name: Add NodeSource deb-src repository apt_repository: repo='deb-src https://deb.nodesource.com/node_{{ nodejs_version }} {{ ansible_distribution_release }} main' state=present - name: Add NodeSource repository preferences template: src: etc/apt/preferences.d/deb_nodesource_com_node.pref.2 dest: /etc/apt/preferences.d/deb_nodesource_com_node.pref - name: Install Node.js apt: pkg=nodejs={{ nodejs_version }}.* state=installed update_cache=yes
38.419355
139
0.763224
bc06eb64761fea8d4c3f0e894632e0b3b9ef9cf3
8,136
yaml
YAML
disabled/loki.yaml
tuxpeople/k8s-server
b45593e0639e31e31fcc49fc2937fe299f2fce35
[ "MIT" ]
null
null
null
disabled/loki.yaml
tuxpeople/k8s-server
b45593e0639e31e31fcc49fc2937fe299f2fce35
[ "MIT" ]
3
2021-06-04T08:31:08.000Z
2021-06-23T10:20:53.000Z
disabled/loki.yaml
tuxpeople/k8s-server
b45593e0639e31e31fcc49fc2937fe299f2fce35
[ "MIT" ]
null
null
null
--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: loki namespace: monitoring spec: chart: spec: # renovate: registryUrl=https://grafana.github.io/helm-charts chart: loki-stack version: 2.4.1 sourceRef: kind: HelmRepository name: grafana-charts namespace: flux-system interval: 5m interval: 5m test: enable: false # Enable helm test install: remediation: # perform remediation when helm install fails retries: 5 upgrade: remediation: # perform remediation when helm upgrade fails retries: 3 remediateLastFailure: true # remediate the last failure, when no retries remain cleanupOnFail: true rollback: timeout: 10m cleanupOnFail: true recreate: true values: alertmanager: enabled: true prometheus: enabled: true persistentVolume: enabled: true size: 10Gi ingress: enabled: true hosts: - prometheus.${SECRET_DOMAIN_INTERNAL} annotations: kubernetes.io/ingress.class: traefik serverFiles: prometheus.yaml: scrape_configs: - job_name: 'unifipoller' scrape_interval: 30s static_configs: - targets: ['unifi-poller:9130'] - job_name: 'uptimerobot-prometheus' scrape_interval: 30s static_configs: - targets: ['uptimerobot-prometheus:9705'] - job_name: 'kubernetes-service-endpoints' kubernetes_sd_configs: - role: endpoints relabel_configs: - source_labels: [__meta_kubernetes_service_annotation_prometheus_io_scrape] action: keep regex: true - source_labels: [__meta_kubernetes_service_annotation_prometheus_io_scheme] action: replace target_label: __scheme__ regex: (https?) - source_labels: [__meta_kubernetes_service_annotation_prometheus_io_path] action: replace target_label: __metrics_path__ regex: (.+) - source_labels: [__address__, __meta_kubernetes_service_annotation_prometheus_io_port] action: replace target_label: __address__ regex: ([^:]+)(?::\d+)?;(\d+) replacement: $1:$2 - action: labelmap regex: __meta_kubernetes_service_label_(.+) - source_labels: [__meta_kubernetes_namespace] action: replace target_label: kubernetes_namespace - source_labels: [__meta_kubernetes_service_name] action: replace target_label: kubernetes_name - source_labels: [__meta_kubernetes_pod_node_name] action: replace target_label: kubernetes_node - job_name: 'kubernetes-pods' kubernetes_sd_configs: - role: pod relabel_configs: - source_labels: [__meta_kubernetes_pod_annotation_prometheus_io_scrape] action: keep regex: true - source_labels: [__meta_kubernetes_pod_annotation_prometheus_io_scheme] action: replace regex: (https?) target_label: __scheme__ - source_labels: [__meta_kubernetes_pod_annotation_prometheus_io_path] action: replace target_label: __metrics_path__ regex: (.+) - source_labels: [__address__, __meta_kubernetes_pod_annotation_prometheus_io_port] action: replace regex: ([^:]+)(?::\d+)?;(\d+) replacement: $1:$2 target_label: __address__ - action: labelmap regex: __meta_kubernetes_pod_label_(.+) - source_labels: [__meta_kubernetes_namespace] action: replace target_label: kubernetes_namespace - source_labels: [__meta_kubernetes_pod_name] action: replace target_label: kubernetes_pod_name - source_labels: [__meta_kubernetes_pod_phase] regex: Pending|Succeeded|Failed action: drop grafana: persistence: type: pvc enabled: true accessModes: - ReadWriteOnce size: 10Gi enabled: true ingress: enabled: true hosts: - grafana.${SECRET_DOMAIN_ME} annotations: kubernetes.io/ingress.class: traefik traefik.ingress.kubernetes.io/router.entrypoints: websecure tls: - secretName: "${SECRET_DOMAIN_ME/./-}-tls" hosts: - grafana.${SECRET_DOMAIN_ME} grafana.ini: server: root_url: https://grafana.${SECRET_DOMAIN_ME} plugins: - grafana-piechart-panel dashboardProviders: dashboardproviders.yaml: apiVersion: 1 providers: - name: unifi-poller orgId: 1 folder: 'unifi-poller' type: file disableDeletion: false editable: true options: path: /var/lib/grafana/dashboards/unifi-poller - name: kubernetes orgId: 1 folder: 'kubernetes' type: file disableDeletion: false editable: true options: path: /var/lib/grafana/dashboards/kubernetes - name: various orgId: 1 folder: 'various' type: file disableDeletion: false editable: true options: path: /var/lib/grafana/dashboards/various defaultDashboardsEnabled: true dashboards: unifi-poller: up_client-dpi: gnetId: 11310 datasource: prometheus revision: 4 up_client-insights: gnetId: 11315 datasource: prometheus revision: 8 up_network-sites: gnetId: 11311 datasource: prometheus revision: 4 up_uap_insights: gnetId: 11314 datasource: prometheus revision: 9 up_usg_insights: gnetId: 11313 datasource: prometheus revision: 8 up_usw_insights: gnetId: 11312 datasource: prometheus revision: 8 various: flux-cluster: url: https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/grafana/dashboards/cluster.json datasource: prometheus flux-control-plane: url: https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/grafana/dashboards/control-plane.json datasource: prometheus uptimerobot: # URL https://grafana.com/grafana/dashboards/9955/revisions gnetId: 9955 datasource: prometheus revision: 1 sidecar: dashboards: enabled: true searchNamespace: ALL datasources: enabled: true searchNamespace: ALL provider: name: sidecarProvider orgid: 1 folder: 'kubernetes' type: file disableDelete: false allowUiUpdates: true foldersFromFilesStructure: false loki: config: table_manager: retention_deletes_enabled: true retention_period: 336h persistence: enabled: true size: 25Gi serviceMonitor: enabled: true promtail: serviceMonitor: enabled: true valuesFrom: - secretKeyRef: kind: Secret name: grafanavalues
33.481481
127
0.552237
ee0f058d009d138542c001260bcb14580609be45
873
yml
YAML
.github/workflows/test.yml
shreyanshp/gh-workflow-bot
5bee05edd7bb54bb31a1a0961fe758928cea3f03
[ "0BSD" ]
2
2021-12-01T01:45:35.000Z
2022-01-04T09:41:17.000Z
.github/workflows/test.yml
GregaVrbancic/gh-workflow-bot
5bee05edd7bb54bb31a1a0961fe758928cea3f03
[ "0BSD" ]
84
2020-08-09T07:13:47.000Z
2022-03-09T08:04:59.000Z
.github/workflows/test.yml
shreyanshp/gh-workflow-bot
5bee05edd7bb54bb31a1a0961fe758928cea3f03
[ "0BSD" ]
4
2021-02-03T23:18:05.000Z
2021-12-01T01:48:22.000Z
name: Test on: push: branches: - "*" - "!releases" pull_request: types: [opened, synchronize] jobs: test: runs-on: ubuntu-latest strategy: matrix: node_version: [10, 12] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node_version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node_version }} - name: Install pnpm and project dependencies uses: pnpm/action-setup@v1.2.0 with: version: 5.4.12 run_install: true - name: Check lint run: pnpm run check-lint - name: Run tests with coverage run: pnpm run test - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage
24.25
52
0.562428
d2861cede71919baccca59a84186fb3e531248b1
10,432
yml
YAML
.final_builds/packages/semver_resource/index.yml
youngm/concourse
355bba4910e7edc2948ce711c1a7f6e3427c7077
[ "Apache-2.0" ]
null
null
null
.final_builds/packages/semver_resource/index.yml
youngm/concourse
355bba4910e7edc2948ce711c1a7f6e3427c7077
[ "Apache-2.0" ]
null
null
null
.final_builds/packages/semver_resource/index.yml
youngm/concourse
355bba4910e7edc2948ce711c1a7f6e3427c7077
[ "Apache-2.0" ]
null
null
null
builds: 013233aa6f4935a7049d79ba11cfe99294502142: version: 013233aa6f4935a7049d79ba11cfe99294502142 blobstore_id: 0cb02e0b-9265-44aa-9efb-27eb6c3ff6ef sha1: 6b8a19529a9335b48531341096ac719c6aace9a2 08e425a99a6b071d24553eebd89c65dc28a931a7: version: 08e425a99a6b071d24553eebd89c65dc28a931a7 blobstore_id: 7867f927-8326-45bd-9bf5-6682a842a8e3 sha1: 3f1fa5619084d53827d0b7d56d2078adc043c254 0e71093a6088aab7d27bb7521eb76608f7633474: version: 0e71093a6088aab7d27bb7521eb76608f7633474 blobstore_id: fc560989-a6fe-4b08-9e40-37cefc3db777 sha1: 8b50286c70c5080a13155ba615a4451373a13d97 0e990a18a5eb98a25c9d6f2d81f0b04af173bfd8: version: 0e990a18a5eb98a25c9d6f2d81f0b04af173bfd8 blobstore_id: 619e8d37-bf83-449f-5eee-0ad8af820e41 sha1: 78211a92f8e5a9bf79c112f15ccc59015bc71c17 14b1127146bef02325819f02cb84f1facf9be65a: version: 14b1127146bef02325819f02cb84f1facf9be65a blobstore_id: 9fbb86ec-e38a-4507-6078-698546347e64 sha1: 8fcac0711b39abffc2168a6eae81ca4665e19651 1707ec45b97a8b9044ba24ca661f6d4fb89dcc16: version: 1707ec45b97a8b9044ba24ca661f6d4fb89dcc16 blobstore_id: d6b85984-5f70-4855-aa82-24a08ab8f8c0 sha1: da6c431ac38851d5bcd95325137a811a94bb6e95 17e0e0cf683b9b372bc5cd5e2b5137a0ac57aa1c: version: 17e0e0cf683b9b372bc5cd5e2b5137a0ac57aa1c blobstore_id: 16848276-48a7-4d53-9b29-31ca671043f6 sha1: 306e0ef41d3a010f0dcb23a587cab992d12f3d6a 195378d4c6870567e33314c180a3609ba3e390be: version: 195378d4c6870567e33314c180a3609ba3e390be blobstore_id: d99d9c49-353c-49f9-8337-8ff6f8796df8 sha1: 5e492968ca2f59731db986079eeeaa2ac5d665ac 2262e2eabb66efb1245536fd458ba18e5facde82: version: 2262e2eabb66efb1245536fd458ba18e5facde82 blobstore_id: 5a49c7df-8f22-4248-a935-93cb848c9dcc sha1: 6c37469754c6c5f8844e0dcd9347fd816b69e10a 318c561bdbfcb375da31e26a1153266e912d04da: version: 318c561bdbfcb375da31e26a1153266e912d04da blobstore_id: c605e6e4-5d57-4f74-6bbd-d71844a9bc16 sha1: e84cd4d8f68bd6995a405985a69e65e640dbffd5 343f029f01df7a50473b5f3deb96cfee615a8d38: version: 343f029f01df7a50473b5f3deb96cfee615a8d38 blobstore_id: 50b00c60-c2fe-4dcd-9a79-ab6f8da028bf sha1: 1f7e999879f86cb6db319a9cfb546fc739a45421 36c7a0034d748e9dee9540d41fa80251a7357c34: version: 36c7a0034d748e9dee9540d41fa80251a7357c34 blobstore_id: 488d2a16-e4b4-471b-669c-1f8aac56be62 sha1: cfbf9d8d90a1cd0495789036e0fd12044165d0c0 37743e279013fa39af151d0bdb12d25811a15f03: version: 37743e279013fa39af151d0bdb12d25811a15f03 blobstore_id: 307c4eff-9e09-4766-990b-3c6b02557ab0 sha1: 803382c6c84e59c36787a3d0281cd68c6a32ac75 461d72f09584425776701bd832e99a36606dad0f: version: 461d72f09584425776701bd832e99a36606dad0f blobstore_id: cdc12d67-db7f-4f43-af15-bfdebad496aa sha1: a4daaecac3b0754c4f71e18dfb6de7e88525462a 4d3e70f7d03bae4c7dbc10d1c3d6fb052e77e6a5: version: 4d3e70f7d03bae4c7dbc10d1c3d6fb052e77e6a5 blobstore_id: 7e435e08-8c61-41df-5819-8c1577f74da9 sha1: 0c2cc0d201de17d4adad71a295d8213912da5552 5e61594b242ce28c1087016773ff908d70fb1d99: version: 5e61594b242ce28c1087016773ff908d70fb1d99 blobstore_id: 2ef0b1fe-e0b0-48ef-6e68-606d49a67862 sha1: e1744234ca0611533c8f73cd915f32989beae659 6345d5d614b6c9f446fda15c3423194f848cab86: version: 6345d5d614b6c9f446fda15c3423194f848cab86 blobstore_id: 7b2d0c35-41b0-4ae8-8f75-5c5477a757cf sha1: 49ebd6ce5c902f8b403656784f01689898b02a7e 7baec17a4b0e3e3b9231254d4c76f5175cc69cd2: version: 7baec17a4b0e3e3b9231254d4c76f5175cc69cd2 blobstore_id: c2a0383b-525c-44af-8a2e-f62caa266889 sha1: 2ca6107bbab5cefd86ee69a256b1d7bda538d3d6 806ec4f6813d821cab423d0c1d739548328d5e6c: version: 806ec4f6813d821cab423d0c1d739548328d5e6c blobstore_id: ddbd36a3-3e3e-453b-9900-7cdbdfd4a557 sha1: 969725c926de08bc2289dc0a9d2bf18808197e3f 814385d2acc91fce2d620598d3c9a4e45233b4b7: version: 814385d2acc91fce2d620598d3c9a4e45233b4b7 blobstore_id: ae2538de-78bd-41a2-56ce-0b777ae42662 sha1: 86e22bbfead0f9c5ebda09b3150daa98eea0ef97 82aa0548d3d221987999243d451d6022846a9715: version: 82aa0548d3d221987999243d451d6022846a9715 blobstore_id: 2642befb-9617-4342-4790-100926fcdb27 sha1: c451bf3d030145560d2143cea674f4dd2dbaea57 85c26382f84bb377802cf083ae58aeaf09ce2dfb: version: 85c26382f84bb377802cf083ae58aeaf09ce2dfb blobstore_id: f31ac893-c619-4aab-430c-c25e3a4fce8b sha1: 2537850ba265760eeb2af22b23bca8c151983d54 8da46bc7adcd2c0d312a0be1a964bae6af6e45f4: version: 8da46bc7adcd2c0d312a0be1a964bae6af6e45f4 blobstore_id: f3397fa3-bb09-4fd3-6145-0e6fc7d004e4 sha1: 0e9bfa30af0f18e200126c6c572dc32b97d7f528 8f18929af0e265880d7772e71c888be19f206ac0: version: 8f18929af0e265880d7772e71c888be19f206ac0 blobstore_id: eda81a3e-63d4-4034-9f29-9756c83b8f9a sha1: 6a30a52ce9636db3780ea7b3e5440e24eaf46b2e 99e596a330bf3a4343cb2ea6a7be52eda3a4a776: version: 99e596a330bf3a4343cb2ea6a7be52eda3a4a776 blobstore_id: 890c3bb8-2d6c-4a1d-904d-db741bb8fff4 sha1: 8eed90f5b3792ffb934dc9af0290ed90b0ba8f57 9bae6d2aaa5ed2752a0175e345db1588c91b5c4e: version: 9bae6d2aaa5ed2752a0175e345db1588c91b5c4e blobstore_id: 475439c3-4974-4fa9-4ccc-b45fc1cb26a7 sha1: a921506f675ad847a4e1291aaa7052056d2b587c 9e18dc9905711082cf7cbaee4e6ec14b44fcccc3: version: 9e18dc9905711082cf7cbaee4e6ec14b44fcccc3 blobstore_id: 97226cdd-f007-4909-a78c-e55888454424 sha1: 58922c962318ce4774430b9788fadcbe917ef245 a80d9a66689a2b916712e76a6434f5cb43ac6641: version: a80d9a66689a2b916712e76a6434f5cb43ac6641 blobstore_id: 1dd8f293-7508-4642-8531-d9de76636c21 sha1: e3564c2b21530287ab56884105c0f8165b8a08f7 aa6e25620ac154b0849e86fa0885407c732f290a: version: aa6e25620ac154b0849e86fa0885407c732f290a blobstore_id: a1afd88f-b26c-41c1-67e2-6a55fc1fe74f sha1: 3617df8e2fcbc516dcc8197af49484f905987d03 ae18172eeecf50b0224faf48b4249ab6fdedf84e: version: ae18172eeecf50b0224faf48b4249ab6fdedf84e blobstore_id: c48ea145-ec75-4157-b6ea-ca6775efa5b4 sha1: 9a036d4e79ffb6062d9dc7e1ea731f7e5995c9f2 b35565e91c685d7fdfc65f0d3759d1d5ffced629: version: b35565e91c685d7fdfc65f0d3759d1d5ffced629 blobstore_id: b26e4c76-f266-4d36-a418-699540e60574 sha1: 64670ffd541170b03bad882ae2225e7e5d93b718 b3cc82d15401501a53754e51b0236ed452ff21e9: version: b3cc82d15401501a53754e51b0236ed452ff21e9 blobstore_id: 384ab690-66e4-4763-69e2-3128cd4b3a85 sha1: fb16df5a19a12cb4b98e8cb1c200896f929c01ec b8530534f736146a2cbdc979ba28bad13c3b1140: version: b8530534f736146a2cbdc979ba28bad13c3b1140 blobstore_id: a04f2175-c43d-4bae-4509-fefbaaf2ab1e sha1: c3f5a8f89a0679c9afd21d790a0c0373bf574279 c301db41def99cfcaa8cd9a68ab0d11264807597: version: c301db41def99cfcaa8cd9a68ab0d11264807597 blobstore_id: e61ab49a-4601-4f12-483a-c56eb83fd67a sha1: 4af8894ba8177e2a8b4db88890ed630ff5e3cd95 c6cb03f0524bc6b391e9fb5559a49ed85f7f3498: version: c6cb03f0524bc6b391e9fb5559a49ed85f7f3498 blobstore_id: 631623f4-00e8-4855-ba9b-9b55a51e6a1c sha1: b89e47883a44c496dffa9645a7c50569a9376db4 c7f5d44a3ecb09ba89a3d9f2582094cc0c8c6b2b: version: c7f5d44a3ecb09ba89a3d9f2582094cc0c8c6b2b blobstore_id: 9a5edec1-c1ce-4989-bbc3-83ade6ae830d sha1: dce01bc082683999b36d727f9bbd531ae58cd309 cee94bcb669d917c279e55beaeed03bdfc89c686: version: cee94bcb669d917c279e55beaeed03bdfc89c686 blobstore_id: df0e5aa3-3561-479a-4102-bb813cffefe8 sha1: 8dd84e9df300ef0c57487e292e6417e63c15c140 d012d4c6d21de36c3a576b20dfc3b134d10ec42c: version: d012d4c6d21de36c3a576b20dfc3b134d10ec42c blobstore_id: c891f85e-0863-4dc8-4513-32cf4cf0fffe sha1: 47c1d1c1f440b876bb5bf0b31acdc6156f1fa396 d0dd36a5c0690a386b3101ae5fe74e2f505eaab6: version: d0dd36a5c0690a386b3101ae5fe74e2f505eaab6 blobstore_id: d2e26f48-7f86-4e00-89a7-8c4658dc32bf sha1: 1b6dc13de99d7d6ad834ef72abca2bc26d64317c d5b2feb1f1ded0af8c153c3c3bc3e53917b923f1: version: d5b2feb1f1ded0af8c153c3c3bc3e53917b923f1 blobstore_id: cb2223f3-776f-46fd-5255-66e8c5b18bee sha1: 95374b145b1f08f65898f11da22c7fdc6ff5e23e d7920c8749354697452363e0d6ce64bc60e46b1d: version: d7920c8749354697452363e0d6ce64bc60e46b1d blobstore_id: bdf31e46-4008-421d-749f-4ac218d6a53b sha1: 4d486d023d8f97fbca2d3eaddf0df4c2f39eaeb3 dd9f01501770cfdb03a965bd405316833f455411: version: dd9f01501770cfdb03a965bd405316833f455411 blobstore_id: 2c995199-8a71-4012-beb3-60744ffff2c0 sha1: 6f484f3273abea2863fa972fc7a58bd29e3f4051 dddb61a5f61e4e90fa83b99e1c4558516c14e235: version: dddb61a5f61e4e90fa83b99e1c4558516c14e235 blobstore_id: 7081df0f-18c3-4bb9-aef3-3e6fbc68685f sha1: 9fec84bd6aba297ec5e4abb93a5791b56aab25f7 df80bd689079129105dd9cc352d525274a66e475: version: df80bd689079129105dd9cc352d525274a66e475 blobstore_id: 2ebe8951-945f-4d71-b087-2b8a31f199d1 sha1: 10a4ba6f2636649c6219e7239697572b2bbe04bb e956e01b930363ca0e9e2a68dd9d7228a6c849c0: version: e956e01b930363ca0e9e2a68dd9d7228a6c849c0 blobstore_id: ad06af3b-2740-43ed-b8b4-f1a5dc7f9482 sha1: a7ef3d5a7dc3e271972d00c2769240f7645d9b72 e9583b869c02ae684cf9fde4c378a3a00da170e0: version: e9583b869c02ae684cf9fde4c378a3a00da170e0 blobstore_id: e8f73941-2993-44e5-8b0e-0252b8de9d9b sha1: 5c338be0bc7c157917ed9cd02d27e2235cab5dd0 eb0679d7b40b82cd07c2a4c7abad3568ec0eec60: version: eb0679d7b40b82cd07c2a4c7abad3568ec0eec60 blobstore_id: a403021e-b8c8-4ccc-a0fd-a494f95223e1 sha1: b3816472a176e8f9611976f21fb1ae9c56f66004 ee49495d7ed43f425d5f7f1b07f65e8094e27d87: version: ee49495d7ed43f425d5f7f1b07f65e8094e27d87 blobstore_id: e3dd7b46-6106-4c95-a835-8eb9c597efb1 sha1: 6ecc8b636fe8a68e1a8565f104c3454be3de2683 f456205a5e8a126ef4703c40e623d36defa741ce: version: f456205a5e8a126ef4703c40e623d36defa741ce blobstore_id: fca308f6-303f-432b-66db-1a97ca34a7c0 sha1: 51155cd0d2e7afad14b79c35f66724ee9e79ffbc f8a752a9e48b41bf29a1d535f016affeec9e65b4: version: f8a752a9e48b41bf29a1d535f016affeec9e65b4 blobstore_id: ccbbd53e-1b90-4277-88e8-e50ba34f0373 sha1: f7a948a2ae2e0bf2644b04be9acf5ffe24e9dea8 fa9842cc489cc0beeef810416a930e952d2a50e9: version: fa9842cc489cc0beeef810416a930e952d2a50e9 blobstore_id: 320e9dcd-40e0-43b6-514e-081feca68175 sha1: a920a220b0f0fa538be45a6d5b4c9313d5693cac format-version: "2"
50.396135
54
0.857458
61293def2065ea3d59012290052df20672baf1f4
614
yml
YAML
.gitlab/workflows/prebuild.yml
davitkalantaryan/wlac2
99d963a074153fb314e40ecd11a120272a51ced5
[ "MIT" ]
null
null
null
.gitlab/workflows/prebuild.yml
davitkalantaryan/wlac2
99d963a074153fb314e40ecd11a120272a51ced5
[ "MIT" ]
4
2021-10-05T05:28:22.000Z
2021-12-28T22:48:21.000Z
.gitlab/workflows/prebuild.yml
davitkalantaryan/wlac2
99d963a074153fb314e40ecd11a120272a51ced5
[ "MIT" ]
null
null
null
# # YAML file for gitlab CI/CI # created on: 2021 Jan 28 # stages: - prebuild # In this stage we prepare host for developer # in the case if some 3rd party libraries are needed # and they should be compiled, then prebuild should be # prepared and uploaded to some proper place # for time being we use push event to `prebuild` branch prepare developer host: stage: prebuild only: - prebuild tags: - win-doocs01 script: - git submodule sync --recursive - git submodule update --init --recursive - echo "Will be implemented"
24.56
56
0.640065
b2ef74eba5be385bf34b8e50e4131c99e6b62d40
206
yml
YAML
mkdocs.yml
alihasanahmedkhan/pywedge
7f193f0f798a9ed233ddce7b595b3a6359de1e2a
[ "MIT" ]
52
2020-10-09T20:17:02.000Z
2022-01-16T04:31:34.000Z
mkdocs.yml
alihasanahmedkhan/pywedge
7f193f0f798a9ed233ddce7b595b3a6359de1e2a
[ "MIT" ]
2
2020-12-15T15:01:44.000Z
2021-11-25T12:49:43.000Z
mkdocs.yml
alihasanahmedkhan/pywedge
7f193f0f798a9ed233ddce7b595b3a6359de1e2a
[ "MIT" ]
10
2020-10-16T18:05:34.000Z
2021-11-20T21:11:38.000Z
site_name: Pywedge documentation nav: - Home: index.md - Modules: modules.md - Examples: examples.md - License: license.md repo_url: https://github.com/taknev83/pywedge theme: readthedocs
20.6
46
0.708738
fc65985717b1c7035c6fdf8c02d8b73dad872520
941
yaml
YAML
01-cloudformation/practice12/ret12.yaml
kenkenen/stelligent-u
9358d5bea22006f36cf87f2d0337673ff7323941
[ "MIT" ]
1
2021-11-19T15:55:21.000Z
2021-11-19T15:55:21.000Z
01-cloudformation/practice12/ret12.yaml
kenkenen/stelligent-u
9358d5bea22006f36cf87f2d0337673ff7323941
[ "MIT" ]
null
null
null
01-cloudformation/practice12/ret12.yaml
kenkenen/stelligent-u
9358d5bea22006f36cf87f2d0337673ff7323941
[ "MIT" ]
null
null
null
Description: STU 01-Clo Pra12 - Lab 1.2.2 - Update of Lab 1.2.1 w/ Exports. Parameters: UserName: Type: 'AWS::SSM::Parameter::Value<String>' Resources: Policy1: Type: AWS::IAM::ManagedPolicy Properties: Description: Managed policy for module 01-cloudformation Prectice 1.2 Lab 1.2.1 ManagedPolicyName: stu-01clo-pra12-vlab122 PolicyDocument: Version: 2012-10-17 Statement: { "Effect": "Allow", "Action": [ "s3:Get*", "s3:List*", "s3-object-lambda:Get*", "s3-object-lambda:List*" ], "Resource": "*" } Users: - !Ref UserName User1: Type: AWS::IAM::User Properties: UserName: !Ref UserName Outputs: ManagedPolicyArn: Description: The ARN for the policy generated for the labuser. Value: !Ref Policy1 Export: Name: stu-01clo-pra12-vlab122
26.138889
85
0.577046
97f343ed966295067a69c330fe722309e0f54bbc
272
yaml
YAML
releasenotes/notes/barbican-max-allowed-secret-size-1941307ab5d2a9fd.yaml
mheler/kolla-ansible
2445c78c923cf890f117c6fc328730f736e21476
[ "Apache-2.0" ]
1
2022-03-14T15:40:52.000Z
2022-03-14T15:40:52.000Z
releasenotes/notes/barbican-max-allowed-secret-size-1941307ab5d2a9fd.yaml
mheler/kolla-ansible
2445c78c923cf890f117c6fc328730f736e21476
[ "Apache-2.0" ]
null
null
null
releasenotes/notes/barbican-max-allowed-secret-size-1941307ab5d2a9fd.yaml
mheler/kolla-ansible
2445c78c923cf890f117c6fc328730f736e21476
[ "Apache-2.0" ]
1
2022-01-17T10:58:45.000Z
2022-01-17T10:58:45.000Z
--- fixes: - | Removes custom value of ``max_allowed_secret_in_bytes`` in ``barbican.conf``. The default maximum size in Barbican was doubled to avoid issues with some certificates. `LP #1957795 <https://bugs.launchpad.net/kolla-ansible/+bug/1957795>`__
34
75
0.713235
51a1d683e0062cbb2337fe7e1f1b3299d2d41e06
2,029
yml
YAML
serverless.yml
bykof/notar
eb711752a5ab8c794b7bcde9ee6e56ef5b4d409c
[ "MIT" ]
null
null
null
serverless.yml
bykof/notar
eb711752a5ab8c794b7bcde9ee6e56ef5b4d409c
[ "MIT" ]
null
null
null
serverless.yml
bykof/notar
eb711752a5ab8c794b7bcde9ee6e56ef5b4d409c
[ "MIT" ]
null
null
null
service: notar # Use the serverless-webpack plugin to transpile ES6 plugins: - serverless-webpack - serverless-offline # serverless-webpack configuration # Enable auto-packing of external modules custom: webpack: webpackConfig: ./webpack.config.js includeModules: true provider: name: aws runtime: nodejs8.10 stage: dev region: us-east-1 environment: ${file(env.yml):${self:provider.stage}} iamRoleStatements: - Effect: Allow Action: - dynamodb:DescribeTable - dynamodb:Query - dynamodb:Scan - dynamodb:GetItem - dynamodb:PutItem - dynamodb:UpdateItem - dynamodb:DeleteItem Resource: "arn:aws:dynamodb:us-east-1:*:*" - Effect: Allow Action: - cognito-identity:* - cognito-idp:* Resource: "arn:aws:cognito-idp:us-east-1:*:*" - Effect: "Allow" Action: - "ses:*" Resource: "*" functions: getKey: handler: keys/get.main events: - http: cors: true path: /keys/ method: get authorizer: aws_iam createKey: handler: keys/create.main events: - http: cors: true path: /keys/ method: post authorizer: aws_iam createContract: handler: contracts/create.main events: - http: cors: true path: /contracts/ method: post authorizer: aws_iam getContracts: handler: contracts/get.main events: - http: cors: true path: /contracts/ method: get authorizer: aws_iam signUp: handler: contracts/signUp.main events: - http: cors: true path: /contracts/sign-up/ method: post authorizer: aws_iam test: handler: contracts/test.main events: - http: cors: true path: /contracts/test method: get authorizer: aws_iam getUsers: handler: users/get.main events:
21.585106
54
0.572203
541394b0d044f57aaea4d7e33ad1016f675e0226
134
yml
YAML
test/fixture/config/y/.standard.yml
danielmorrison/standard
f9746b301df30af4b5b5c653ce0d441747335a17
[ "MIT" ]
null
null
null
test/fixture/config/y/.standard.yml
danielmorrison/standard
f9746b301df30af4b5b5c653ce0d441747335a17
[ "MIT" ]
null
null
null
test/fixture/config/y/.standard.yml
danielmorrison/standard
f9746b301df30af4b5b5c653ce0d441747335a17
[ "MIT" ]
null
null
null
fix: true parallel: true format: progress ruby_version: 1.8.7 ignore: - monkey/**/* - neat/cool.rb: - Fake/Lol - Fake/Kek
13.4
19
0.626866
96c8fde5077946166720dbf31ddc4cc22853328c
151
yml
YAML
documentation/IPCC/meta.yml
mamhoff/datasets
b33b25ba5a27abd354c110520eaa969bffddd4a6
[ "MIT" ]
7
2019-07-23T07:19:36.000Z
2020-03-08T15:23:25.000Z
documentation/IPCC/meta.yml
mamhoff/datasets
b33b25ba5a27abd354c110520eaa969bffddd4a6
[ "MIT" ]
14
2019-07-22T18:36:37.000Z
2019-09-09T11:45:00.000Z
documentation/IPCC/meta.yml
mamhoff/datasets
b33b25ba5a27abd354c110520eaa969bffddd4a6
[ "MIT" ]
3
2017-07-21T11:47:23.000Z
2019-09-15T14:04:35.000Z
--- provenance: "[[http://www.ipcc.ch/|IPCC]]" tags: - IPCC - NGGIP - UNEP - UN - tier - standard - methodology authority: show: "1" wikiname: IPCC
10.785714
42
0.629139
8c3796a49bd333fc1a5a8e49eeb3461fa9c00e94
1,647
yml
YAML
threads/158595/posts/5755544.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/158595/posts/5755544.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/158595/posts/5755544.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
url: showpost.php?p=5755544&postcount=1579 id: 5755544 tid: 158595 num: 1579 datetime: 2009-09-25T15:01:00.000Z user: img: customavatars/avatar26425_71.gif name: jil_jil32 title: Đã tốn tiền joinDate: 2007-09-30T16:00:00.000Z posts: .nan id: '26425' title: 'Re: Learning English with vOzers :D' content: html: "\r\n\t\t\t\r\n\t\t\t<font color=\"RoyalBlue\"><!-- BEGIN TEMPLATE: bbcode_quote -->\n<div style=\"margin:20px; margin-top:5px; \">\r\n\t<div class=\"smallfont\" style=\"margin-bottom:2px\">Quote:</div>\r\n\t<table cellpadding=\"6\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"voz-bbcode-quote\">\r\n\t<tr>\r\n\t\t<td class=\"alt2\" style=\"border:1px inset\">\r\n\t\t\t\r\n\t\t\t\t<div>\r\n\t\t\t\t\tOriginally Posted by <strong>tornado</strong>\r\n\t\t\t\t\t<a href=\"showthread.php?p=5754276#post5754276\" rel=\"nofollow\"><img class=\"inlineimg\" src=\"images/buttons/viewpost.gif\" border=\"0\" alt=\"View Post\"></a>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div style=\"font-style:italic\">oh!You&apos;re very good at english.I have to use dictionary to understand what you wrote.<u>When am I as good as english as u?</u></div>\r\n\t\t\t\r\n\t\t</td>\r\n\t</tr>\r\n\t</table>\r\n</div>\n<!-- END TEMPLATE: bbcode_quote -->soon... <font color=\"White\"> .</font></font>\r\n\t\t" text: "Quote:\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\tOriginally Posted by tornado\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\toh!You're very good at english.I have to use dictionary to understand what you wrote.When am I as good as english as u?\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\nsoon... ."
96.882353
1,008
0.649059
325e116fe21d3b9d97322187a4a4cfbbcfa2f916
131,225
yml
YAML
api_ref/Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder-1.yml
maumar/EntityFramework.ApiDocs
2e00951e4a710a9a13d602886d13351f087c6f46
[ "CC-BY-4.0", "MIT" ]
null
null
null
api_ref/Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder-1.yml
maumar/EntityFramework.ApiDocs
2e00951e4a710a9a13d602886d13351f087c6f46
[ "CC-BY-4.0", "MIT" ]
null
null
null
api_ref/Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder-1.yml
maumar/EntityFramework.ApiDocs
2e00951e4a710a9a13d602886d13351f087c6f46
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:ManagedReference items: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 commentId: T:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 id: ModelBuilderGenericTest.GenericTestPropertyBuilder`1 parent: Microsoft.EntityFrameworkCore.Tests children: - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.#ctor(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder{`0}) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasAnnotation(System.String,System.Object) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasField(System.String) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasMaxLength(System.Int32) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator(System.Type) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator``1 - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRequired(System.Boolean) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRowVersion - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsUnicode(System.Boolean) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.Metadata - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedNever - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAdd - Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate langs: - csharp - vb name: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty> nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty> fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty> type: Class source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: GenericTestPropertyBuilder path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 185 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: 'protected class GenericTestPropertyBuilder<TProperty> : ModelBuilderTest.TestPropertyBuilder<TProperty>' content.vb: >- Protected Class GenericTestPropertyBuilder(Of TProperty) Inherits ModelBuilderTest.TestPropertyBuilder(Of TProperty) typeParameters: - id: TProperty inheritance: - System.Object - Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} inheritedMembers: - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty) modifiers.csharp: - protected - class modifiers.vb: - Protected - Class fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty) name.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.#ctor(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder{`0}) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.#ctor(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder{`0}) id: '#ctor(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder{`0})' parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: GenericTestPropertyBuilder(PropertyBuilder<TProperty>) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.GenericTestPropertyBuilder(PropertyBuilder<TProperty>) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.GenericTestPropertyBuilder(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty>) type: Constructor source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: .ctor path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 187 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public GenericTestPropertyBuilder(PropertyBuilder<TProperty> propertyBuilder) content.vb: Public Sub New(propertyBuilder As PropertyBuilder(Of TProperty)) parameters: - id: propertyBuilder type: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder{{TProperty}} overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.#ctor* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).GenericTestPropertyBuilder(PropertyBuilder(Of TProperty)) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).GenericTestPropertyBuilder(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder(Of TProperty)) name.vb: GenericTestPropertyBuilder(PropertyBuilder(Of TProperty)) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.Metadata commentId: P:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.Metadata id: Metadata parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: Metadata nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.Metadata fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.Metadata type: Property source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: Metadata path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 194 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override IMutableProperty Metadata { get; } content.vb: Public Overrides ReadOnly Property Metadata As IMutableProperty parameters: [] return: type: Microsoft.EntityFrameworkCore.Metadata.IMutableProperty overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.Metadata overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.Metadata* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).Metadata modifiers.csharp: - public - override - get modifiers.vb: - Public - Overrides - ReadOnly fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).Metadata - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasAnnotation(System.String,System.Object) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasAnnotation(System.String,System.Object) id: HasAnnotation(System.String,System.Object) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: HasAnnotation(String, Object) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasAnnotation(String, Object) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasAnnotation(System.String, System.Object) type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: HasAnnotation path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 196 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> HasAnnotation(string annotation, object value) content.vb: Public Overrides Function HasAnnotation(annotation As String, value As Object) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) parameters: - id: annotation type: System.String - id: value type: System.Object return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasAnnotation(System.String,System.Object) overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasAnnotation* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasAnnotation(String, Object) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasAnnotation(System.String, System.Object) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRequired(System.Boolean) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRequired(System.Boolean) id: IsRequired(System.Boolean) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: IsRequired(Boolean) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsRequired(Boolean) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsRequired(System.Boolean) type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: IsRequired path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 199 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> IsRequired(bool isRequired = true) content.vb: Public Overrides Function IsRequired(isRequired As Boolean = True) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) parameters: - id: isRequired type: System.Boolean return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.IsRequired(System.Boolean) overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRequired* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsRequired(Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsRequired(System.Boolean) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasMaxLength(System.Int32) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasMaxLength(System.Int32) id: HasMaxLength(System.Int32) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: HasMaxLength(Int32) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasMaxLength(Int32) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasMaxLength(System.Int32) type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: HasMaxLength path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 202 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> HasMaxLength(int maxLength) content.vb: Public Overrides Function HasMaxLength(maxLength As Integer) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) parameters: - id: maxLength type: System.Int32 return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasMaxLength(System.Int32) overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasMaxLength* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasMaxLength(Int32) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasMaxLength(System.Int32) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsUnicode(System.Boolean) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsUnicode(System.Boolean) id: IsUnicode(System.Boolean) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: IsUnicode(Boolean) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsUnicode(Boolean) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsUnicode(System.Boolean) type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: IsUnicode path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 205 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> IsUnicode(bool unicode = true) content.vb: Public Overrides Function IsUnicode(unicode As Boolean = True) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) parameters: - id: unicode type: System.Boolean return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.IsUnicode(System.Boolean) overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsUnicode* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsUnicode(Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsUnicode(System.Boolean) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRowVersion commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRowVersion id: IsRowVersion parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: IsRowVersion() nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsRowVersion() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsRowVersion() type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: IsRowVersion path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 208 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> IsRowVersion() content.vb: Public Overrides Function IsRowVersion As ModelBuilderTest.TestPropertyBuilder(Of TProperty) return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.IsRowVersion overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRowVersion* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsRowVersion() modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsRowVersion() - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) id: IsConcurrencyToken(System.Boolean) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: IsConcurrencyToken(Boolean) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsConcurrencyToken(Boolean) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsConcurrencyToken(System.Boolean) type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: IsConcurrencyToken path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 211 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> IsConcurrencyToken(bool isConcurrencyToken = true) content.vb: Public Overrides Function IsConcurrencyToken(isConcurrencyToken As Boolean = True) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) parameters: - id: isConcurrencyToken type: System.Boolean return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.IsConcurrencyToken(System.Boolean) overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsConcurrencyToken* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsConcurrencyToken(Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsConcurrencyToken(System.Boolean) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedNever commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedNever id: ValueGeneratedNever parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: ValueGeneratedNever() nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedNever() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedNever() type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: ValueGeneratedNever path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 214 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> ValueGeneratedNever() content.vb: Public Overrides Function ValueGeneratedNever As ModelBuilderTest.TestPropertyBuilder(Of TProperty) return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.ValueGeneratedNever overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedNever* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedNever() modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedNever() - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAdd commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAdd id: ValueGeneratedOnAdd parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: ValueGeneratedOnAdd() nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedOnAdd() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedOnAdd() type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: ValueGeneratedOnAdd path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 217 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> ValueGeneratedOnAdd() content.vb: Public Overrides Function ValueGeneratedOnAdd As ModelBuilderTest.TestPropertyBuilder(Of TProperty) return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.ValueGeneratedOnAdd overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAdd* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd() modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd() - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate id: ValueGeneratedOnAddOrUpdate parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: ValueGeneratedOnAddOrUpdate() nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate() type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: ValueGeneratedOnAddOrUpdate path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 220 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> ValueGeneratedOnAddOrUpdate() content.vb: Public Overrides Function ValueGeneratedOnAddOrUpdate As ModelBuilderTest.TestPropertyBuilder(Of TProperty) return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.ValueGeneratedOnAddOrUpdate overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate() modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate() - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator``1 commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator``1 id: HasValueGenerator``1 parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: HasValueGenerator<TGenerator>() nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator>() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator>() type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: HasValueGenerator path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 223 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: 'public override ModelBuilderTest.TestPropertyBuilder<TProperty> HasValueGenerator<TGenerator>()where TGenerator : ValueGenerator' content.vb: Public Overrides Function HasValueGenerator(Of TGenerator As ValueGenerator) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) typeParameters: - id: TGenerator return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasValueGenerator``1 overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator)() modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator)() name.vb: HasValueGenerator(Of TGenerator)() - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator(System.Type) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator(System.Type) id: HasValueGenerator(System.Type) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: HasValueGenerator(Type) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasValueGenerator(Type) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasValueGenerator(System.Type) type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: HasValueGenerator path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 226 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> HasValueGenerator(Type valueGeneratorType) content.vb: Public Overrides Function HasValueGenerator(valueGeneratorType As Type) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) parameters: - id: valueGeneratorType type: System.Type return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasValueGenerator(System.Type) overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasValueGenerator(Type) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasValueGenerator(System.Type) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) id: HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: HasValueGenerator(Func<IProperty, IEntityType, ValueGenerator>) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasValueGenerator(Func<IProperty, IEntityType, ValueGenerator>) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasValueGenerator(System.Func<Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator>) type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: HasValueGenerator path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 229 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> HasValueGenerator(Func<IProperty, IEntityType, ValueGenerator> factory) content.vb: Public Overrides Function HasValueGenerator(factory As Func(Of IProperty, IEntityType, ValueGenerator)) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) parameters: - id: factory type: System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator} return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasValueGenerator(Func(Of IProperty, IEntityType, ValueGenerator)) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasValueGenerator(System.Func(Of Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator)) name.vb: HasValueGenerator(Func(Of IProperty, IEntityType, ValueGenerator)) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasField(System.String) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasField(System.String) id: HasField(System.String) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: HasField(String) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasField(String) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasField(System.String) type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: HasField path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 232 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> HasField(string fieldName) content.vb: Public Overrides Function HasField(fieldName As String) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) parameters: - id: fieldName type: System.String return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasField(System.String) overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasField* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasField(String) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasField(System.String) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) id: UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1 langs: - csharp - vb name: UsePropertyAccessMode(PropertyAccessMode) nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.UsePropertyAccessMode(PropertyAccessMode) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) type: Method source: remote: path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs branch: dev repo: https://github.com/aspnet/EntityFramework.git id: UsePropertyAccessMode path: test/Microsoft.EntityFrameworkCore.Tests/ModelBuilderTest/ModelBuilderGenericTest.cs startLine: 235 assemblies: - Microsoft.EntityFrameworkCore.Tests namespace: Microsoft.EntityFrameworkCore.Tests syntax: content: public override ModelBuilderTest.TestPropertyBuilder<TProperty> UsePropertyAccessMode(PropertyAccessMode propertyAccessMode) content.vb: Public Overrides Function UsePropertyAccessMode(propertyAccessMode As PropertyAccessMode) As ModelBuilderTest.TestPropertyBuilder(Of TProperty) parameters: - id: propertyAccessMode type: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode return: type: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} overridden: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) overload: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.UsePropertyAccessMode* nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).UsePropertyAccessMode(PropertyAccessMode) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides fullName.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) references: - uid: Microsoft.EntityFrameworkCore.Tests commentId: N:Microsoft.EntityFrameworkCore.Tests isExternal: false name: Microsoft.EntityFrameworkCore.Tests nameWithType: Microsoft.EntityFrameworkCore.Tests fullName: Microsoft.EntityFrameworkCore.Tests - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} commentId: T:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{``0} parent: Microsoft.EntityFrameworkCore.Tests definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1 name: ModelBuilderTest.TestPropertyBuilder<TProperty> nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty> fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty> nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty) name.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1 name: ModelBuilderTest.TestPropertyBuilder nameWithType: ModelBuilderTest.TestPropertyBuilder fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder - name: < nameWithType: < fullName: < - name: TProperty nameWithType: TProperty fullName: TProperty - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1 name: ModelBuilderTest.TestPropertyBuilder nameWithType: ModelBuilderTest.TestPropertyBuilder fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: TProperty nameWithType: TProperty fullName: TProperty - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: false name: System nameWithType: System fullName: System - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1 commentId: T:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1 parent: Microsoft.EntityFrameworkCore.Tests isExternal: false name: ModelBuilderTest.TestPropertyBuilder<TProperty> nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty> fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty> nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty) name.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1 name: ModelBuilderTest.TestPropertyBuilder nameWithType: ModelBuilderTest.TestPropertyBuilder fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder - name: < nameWithType: < fullName: < - name: TProperty nameWithType: TProperty fullName: TProperty - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1 name: ModelBuilderTest.TestPropertyBuilder nameWithType: ModelBuilderTest.TestPropertyBuilder fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: TProperty nameWithType: TProperty fullName: TProperty - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.#ctor* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.#ctor isExternal: false name: GenericTestPropertyBuilder nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.GenericTestPropertyBuilder fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.GenericTestPropertyBuilder nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).GenericTestPropertyBuilder fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).GenericTestPropertyBuilder - uid: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder{{TProperty}} commentId: T:Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder{``0} parent: Microsoft.EntityFrameworkCore.Metadata.Builders definition: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder`1 name: PropertyBuilder<TProperty> nameWithType: PropertyBuilder<TProperty> fullName: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> nameWithType.vb: PropertyBuilder(Of TProperty) fullname.vb: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder(Of TProperty) name.vb: PropertyBuilder(Of TProperty) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder`1 name: PropertyBuilder nameWithType: PropertyBuilder fullName: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder - name: < nameWithType: < fullName: < - name: TProperty nameWithType: TProperty fullName: TProperty - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder`1 name: PropertyBuilder nameWithType: PropertyBuilder fullName: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: TProperty nameWithType: TProperty fullName: TProperty - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder`1 commentId: T:Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder`1 parent: Microsoft.EntityFrameworkCore.Metadata.Builders isExternal: false name: PropertyBuilder<TProperty> nameWithType: PropertyBuilder<TProperty> fullName: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> nameWithType.vb: PropertyBuilder(Of TProperty) fullname.vb: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder(Of TProperty) name.vb: PropertyBuilder(Of TProperty) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder`1 name: PropertyBuilder nameWithType: PropertyBuilder fullName: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder - name: < nameWithType: < fullName: < - name: TProperty nameWithType: TProperty fullName: TProperty - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder`1 name: PropertyBuilder nameWithType: PropertyBuilder fullName: Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: TProperty nameWithType: TProperty fullName: TProperty - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Metadata.Builders commentId: N:Microsoft.EntityFrameworkCore.Metadata.Builders isExternal: false name: Microsoft.EntityFrameworkCore.Metadata.Builders nameWithType: Microsoft.EntityFrameworkCore.Metadata.Builders fullName: Microsoft.EntityFrameworkCore.Metadata.Builders - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.Metadata commentId: P:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.Metadata parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.Metadata name: Metadata nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.Metadata fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.Metadata nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).Metadata fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).Metadata - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.Metadata* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.Metadata isExternal: false name: Metadata nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.Metadata fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.Metadata nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).Metadata fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).Metadata - uid: Microsoft.EntityFrameworkCore.Metadata.IMutableProperty commentId: T:Microsoft.EntityFrameworkCore.Metadata.IMutableProperty parent: Microsoft.EntityFrameworkCore.Metadata isExternal: false name: IMutableProperty nameWithType: IMutableProperty fullName: Microsoft.EntityFrameworkCore.Metadata.IMutableProperty - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.Metadata commentId: P:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.Metadata isExternal: false name: Metadata nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.Metadata fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.Metadata nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).Metadata fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).Metadata - uid: Microsoft.EntityFrameworkCore.Metadata commentId: N:Microsoft.EntityFrameworkCore.Metadata isExternal: false name: Microsoft.EntityFrameworkCore.Metadata nameWithType: Microsoft.EntityFrameworkCore.Metadata fullName: Microsoft.EntityFrameworkCore.Metadata - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasAnnotation(System.String,System.Object) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.HasAnnotation(System.String,System.Object) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasAnnotation(System.String,System.Object) name: HasAnnotation(String, Object) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasAnnotation(String, Object) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasAnnotation(System.String, System.Object) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasAnnotation(String, Object) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasAnnotation(System.String, System.Object) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasAnnotation(System.String,System.Object) name: HasAnnotation nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasAnnotation fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasAnnotation - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasAnnotation(System.String,System.Object) name: HasAnnotation nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasAnnotation fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasAnnotation - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasAnnotation* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasAnnotation isExternal: false name: HasAnnotation nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasAnnotation fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasAnnotation nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasAnnotation fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasAnnotation - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasAnnotation(System.String,System.Object) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasAnnotation(System.String,System.Object) isExternal: true name: HasAnnotation(String, Object) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasAnnotation(String, Object) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasAnnotation(System.String, System.Object) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasAnnotation(String, Object) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasAnnotation(System.String, System.Object) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasAnnotation(System.String,System.Object) name: HasAnnotation nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasAnnotation fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasAnnotation - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasAnnotation(System.String,System.Object) name: HasAnnotation nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasAnnotation fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasAnnotation - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.IsRequired(System.Boolean) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.IsRequired(System.Boolean) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRequired(System.Boolean) name: IsRequired(Boolean) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRequired(Boolean) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRequired(System.Boolean) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRequired(Boolean) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRequired(System.Boolean) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRequired(System.Boolean) name: IsRequired nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRequired fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRequired - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRequired(System.Boolean) name: IsRequired nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRequired fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRequired - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRequired* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRequired isExternal: false name: IsRequired nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsRequired fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsRequired nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsRequired fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsRequired - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true name: Boolean nameWithType: Boolean fullName: System.Boolean - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRequired(System.Boolean) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRequired(System.Boolean) isExternal: true name: IsRequired(Boolean) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRequired(Boolean) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRequired(System.Boolean) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRequired(Boolean) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRequired(System.Boolean) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRequired(System.Boolean) name: IsRequired nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRequired fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRequired - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRequired(System.Boolean) name: IsRequired nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRequired fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRequired - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasMaxLength(System.Int32) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.HasMaxLength(System.Int32) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasMaxLength(System.Int32) name: HasMaxLength(Int32) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasMaxLength(Int32) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasMaxLength(System.Int32) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasMaxLength(Int32) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasMaxLength(System.Int32) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasMaxLength(System.Int32) name: HasMaxLength nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasMaxLength fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasMaxLength - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasMaxLength(System.Int32) name: HasMaxLength nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasMaxLength fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasMaxLength - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasMaxLength* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasMaxLength isExternal: false name: HasMaxLength nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasMaxLength fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasMaxLength nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasMaxLength fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasMaxLength - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true name: Int32 nameWithType: Int32 fullName: System.Int32 - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasMaxLength(System.Int32) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasMaxLength(System.Int32) isExternal: true name: HasMaxLength(Int32) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasMaxLength(Int32) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasMaxLength(System.Int32) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasMaxLength(Int32) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasMaxLength(System.Int32) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasMaxLength(System.Int32) name: HasMaxLength nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasMaxLength fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasMaxLength - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasMaxLength(System.Int32) name: HasMaxLength nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasMaxLength fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasMaxLength - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.IsUnicode(System.Boolean) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.IsUnicode(System.Boolean) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsUnicode(System.Boolean) name: IsUnicode(Boolean) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsUnicode(Boolean) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsUnicode(System.Boolean) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsUnicode(Boolean) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsUnicode(System.Boolean) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsUnicode(System.Boolean) name: IsUnicode nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsUnicode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsUnicode - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsUnicode(System.Boolean) name: IsUnicode nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsUnicode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsUnicode - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsUnicode* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsUnicode isExternal: false name: IsUnicode nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsUnicode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsUnicode nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsUnicode fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsUnicode - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsUnicode(System.Boolean) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsUnicode(System.Boolean) isExternal: true name: IsUnicode(Boolean) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsUnicode(Boolean) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsUnicode(System.Boolean) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsUnicode(Boolean) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsUnicode(System.Boolean) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsUnicode(System.Boolean) name: IsUnicode nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsUnicode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsUnicode - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsUnicode(System.Boolean) name: IsUnicode nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsUnicode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsUnicode - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.IsRowVersion commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.IsRowVersion parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRowVersion name: IsRowVersion() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRowVersion() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRowVersion() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRowVersion() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRowVersion() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRowVersion name: IsRowVersion nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRowVersion fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRowVersion - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRowVersion name: IsRowVersion nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRowVersion fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRowVersion - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRowVersion* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsRowVersion isExternal: false name: IsRowVersion nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsRowVersion fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsRowVersion nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsRowVersion fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsRowVersion - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRowVersion commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRowVersion isExternal: false name: IsRowVersion() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRowVersion() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRowVersion() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRowVersion() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRowVersion() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRowVersion name: IsRowVersion nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRowVersion fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsRowVersion - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsRowVersion name: IsRowVersion nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRowVersion fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsRowVersion - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.IsConcurrencyToken(System.Boolean) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.IsConcurrencyToken(System.Boolean) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) name: IsConcurrencyToken(Boolean) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsConcurrencyToken(Boolean) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsConcurrencyToken(System.Boolean) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsConcurrencyToken(Boolean) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsConcurrencyToken(System.Boolean) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) name: IsConcurrencyToken nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsConcurrencyToken fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsConcurrencyToken - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) name: IsConcurrencyToken nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsConcurrencyToken fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsConcurrencyToken - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsConcurrencyToken* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.IsConcurrencyToken isExternal: false name: IsConcurrencyToken nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsConcurrencyToken fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.IsConcurrencyToken nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsConcurrencyToken fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).IsConcurrencyToken - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) isExternal: true name: IsConcurrencyToken(Boolean) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsConcurrencyToken(Boolean) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsConcurrencyToken(System.Boolean) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsConcurrencyToken(Boolean) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsConcurrencyToken(System.Boolean) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) name: IsConcurrencyToken nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.IsConcurrencyToken fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.IsConcurrencyToken - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.IsConcurrencyToken(System.Boolean) name: IsConcurrencyToken nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsConcurrencyToken fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).IsConcurrencyToken - name: ( nameWithType: ( fullName: ( - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.ValueGeneratedNever commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.ValueGeneratedNever parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedNever name: ValueGeneratedNever() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedNever() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedNever() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedNever() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedNever() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedNever name: ValueGeneratedNever nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedNever fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedNever - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedNever name: ValueGeneratedNever nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedNever fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedNever - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedNever* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedNever isExternal: false name: ValueGeneratedNever nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedNever fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedNever nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedNever fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedNever - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedNever commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedNever isExternal: false name: ValueGeneratedNever() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedNever() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedNever() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedNever() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedNever() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedNever name: ValueGeneratedNever nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedNever fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedNever - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedNever name: ValueGeneratedNever nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedNever fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedNever - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.ValueGeneratedOnAdd commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.ValueGeneratedOnAdd parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAdd name: ValueGeneratedOnAdd() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAdd() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAdd() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAdd name: ValueGeneratedOnAdd nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAdd fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAdd - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAdd name: ValueGeneratedOnAdd nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAdd* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAdd isExternal: false name: ValueGeneratedOnAdd nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedOnAdd fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedOnAdd nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAdd commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAdd isExternal: false name: ValueGeneratedOnAdd() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAdd() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAdd() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAdd name: ValueGeneratedOnAdd nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAdd fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAdd - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAdd name: ValueGeneratedOnAdd nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAdd - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.ValueGeneratedOnAddOrUpdate commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.ValueGeneratedOnAddOrUpdate parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate name: ValueGeneratedOnAddOrUpdate() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate name: ValueGeneratedOnAddOrUpdate nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate name: ValueGeneratedOnAddOrUpdate nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate isExternal: false name: ValueGeneratedOnAddOrUpdate nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate isExternal: false name: ValueGeneratedOnAddOrUpdate() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate name: ValueGeneratedOnAddOrUpdate nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.ValueGeneratedOnAddOrUpdate name: ValueGeneratedOnAddOrUpdate nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).ValueGeneratedOnAddOrUpdate - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasValueGenerator``1 commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.HasValueGenerator``1 parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator``1 name: HasValueGenerator<TGenerator>() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator>() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator>() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator)() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator)() name.vb: HasValueGenerator(Of TGenerator)() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator``1 name: HasValueGenerator<TGenerator> nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator> fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator> - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator``1 name: HasValueGenerator(Of TGenerator) nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasValueGenerator isExternal: false name: HasValueGenerator<TGenerator> nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator> fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator> nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator) name.vb: HasValueGenerator(Of TGenerator) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator``1 commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator``1 isExternal: false name: HasValueGenerator<TGenerator>() nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator>() fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator>() nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator)() fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator)() name.vb: HasValueGenerator(Of TGenerator)() spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator``1 name: HasValueGenerator<TGenerator> nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator> fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator<TGenerator> - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator``1 name: HasValueGenerator(Of TGenerator) nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Of TGenerator) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasValueGenerator(System.Type) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.HasValueGenerator(System.Type) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Type) name: HasValueGenerator(Type) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator(Type) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator(System.Type) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Type) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(System.Type) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Type) name: HasValueGenerator nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator - name: ( nameWithType: ( fullName: ( - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Type) name: HasValueGenerator nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator - name: ( nameWithType: ( fullName: ( - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Type commentId: T:System.Type parent: System isExternal: true name: Type nameWithType: Type fullName: System.Type - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Type) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Type) isExternal: true name: HasValueGenerator(Type) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator(Type) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator(System.Type) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Type) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(System.Type) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Type) name: HasValueGenerator nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator - name: ( nameWithType: ( fullName: ( - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Type) name: HasValueGenerator nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator - name: ( nameWithType: ( fullName: ( - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) name: HasValueGenerator(Func<IProperty, IEntityType, ValueGenerator>) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator(Func<IProperty, IEntityType, ValueGenerator>) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator(System.Func<Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator>) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Func(Of IProperty, IEntityType, ValueGenerator)) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(System.Func(Of Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator)) name.vb: HasValueGenerator(Func(Of IProperty, IEntityType, ValueGenerator)) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) name: HasValueGenerator nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator - name: ( nameWithType: ( fullName: ( - uid: System.Func`3 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.EntityFrameworkCore.Metadata.IProperty name: IProperty nameWithType: IProperty fullName: Microsoft.EntityFrameworkCore.Metadata.IProperty - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.Metadata.IEntityType name: IEntityType nameWithType: IEntityType fullName: Microsoft.EntityFrameworkCore.Metadata.IEntityType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator name: ValueGenerator nameWithType: ValueGenerator fullName: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) name: HasValueGenerator nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator - name: ( nameWithType: ( fullName: ( - uid: System.Func`3 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.EntityFrameworkCore.Metadata.IProperty name: IProperty nameWithType: IProperty fullName: Microsoft.EntityFrameworkCore.Metadata.IProperty - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.Metadata.IEntityType name: IEntityType nameWithType: IEntityType fullName: Microsoft.EntityFrameworkCore.Metadata.IEntityType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator name: ValueGenerator nameWithType: ValueGenerator fullName: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator} commentId: T:System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator} parent: System definition: System.Func`3 name: Func<IProperty, IEntityType, ValueGenerator> nameWithType: Func<IProperty, IEntityType, ValueGenerator> fullName: System.Func<Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator> nameWithType.vb: Func(Of IProperty, IEntityType, ValueGenerator) fullname.vb: System.Func(Of Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator) name.vb: Func(Of IProperty, IEntityType, ValueGenerator) spec.csharp: - uid: System.Func`3 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.EntityFrameworkCore.Metadata.IProperty name: IProperty nameWithType: IProperty fullName: Microsoft.EntityFrameworkCore.Metadata.IProperty - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.Metadata.IEntityType name: IEntityType nameWithType: IEntityType fullName: Microsoft.EntityFrameworkCore.Metadata.IEntityType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator name: ValueGenerator nameWithType: ValueGenerator fullName: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Func`3 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.EntityFrameworkCore.Metadata.IProperty name: IProperty nameWithType: IProperty fullName: Microsoft.EntityFrameworkCore.Metadata.IProperty - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.Metadata.IEntityType name: IEntityType nameWithType: IEntityType fullName: Microsoft.EntityFrameworkCore.Metadata.IEntityType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator name: ValueGenerator nameWithType: ValueGenerator fullName: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) isExternal: true name: HasValueGenerator(Func<IProperty, IEntityType, ValueGenerator>) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator(Func<IProperty, IEntityType, ValueGenerator>) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator(System.Func<Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator>) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(Func(Of IProperty, IEntityType, ValueGenerator)) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator(System.Func(Of Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator)) name.vb: HasValueGenerator(Func(Of IProperty, IEntityType, ValueGenerator)) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) name: HasValueGenerator nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasValueGenerator - name: ( nameWithType: ( fullName: ( - uid: System.Func`3 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.EntityFrameworkCore.Metadata.IProperty name: IProperty nameWithType: IProperty fullName: Microsoft.EntityFrameworkCore.Metadata.IProperty - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.Metadata.IEntityType name: IEntityType nameWithType: IEntityType fullName: Microsoft.EntityFrameworkCore.Metadata.IEntityType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator name: ValueGenerator nameWithType: ValueGenerator fullName: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasValueGenerator(System.Func{Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator}) name: HasValueGenerator nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasValueGenerator - name: ( nameWithType: ( fullName: ( - uid: System.Func`3 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.EntityFrameworkCore.Metadata.IProperty name: IProperty nameWithType: IProperty fullName: Microsoft.EntityFrameworkCore.Metadata.IProperty - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.Metadata.IEntityType name: IEntityType nameWithType: IEntityType fullName: Microsoft.EntityFrameworkCore.Metadata.IEntityType - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator name: ValueGenerator nameWithType: ValueGenerator fullName: Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Func`3 commentId: T:System.Func`3 isExternal: true name: Func<T1, T2, TResult> nameWithType: Func<T1, T2, TResult> fullName: System.Func<T1, T2, TResult> nameWithType.vb: Func(Of T1, T2, TResult) fullname.vb: System.Func(Of T1, T2, TResult) name.vb: Func(Of T1, T2, TResult) spec.csharp: - uid: System.Func`3 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: < nameWithType: < fullName: < - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: ', ' nameWithType: ', ' fullName: ', ' - name: TResult nameWithType: TResult fullName: TResult - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Func`3 name: Func nameWithType: Func fullName: System.Func isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: ', ' nameWithType: ', ' fullName: ', ' - name: TResult nameWithType: TResult fullName: TResult - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.HasField(System.String) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.HasField(System.String) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasField(System.String) name: HasField(String) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasField(String) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasField(System.String) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasField(String) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasField(System.String) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasField(System.String) name: HasField nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasField fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasField - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasField(System.String) name: HasField nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasField fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasField - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasField* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.HasField isExternal: false name: HasField nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasField fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.HasField nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasField fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).HasField - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasField(System.String) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasField(System.String) isExternal: true name: HasField(String) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasField(String) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasField(System.String) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasField(String) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasField(System.String) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasField(System.String) name: HasField nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.HasField fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.HasField - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.HasField(System.String) name: HasField nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasField fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).HasField - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}}.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{`0}.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) parent: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder{{TProperty}} definition: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) name: UsePropertyAccessMode(PropertyAccessMode) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.UsePropertyAccessMode(PropertyAccessMode) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).UsePropertyAccessMode(PropertyAccessMode) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) name: UsePropertyAccessMode nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.UsePropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.UsePropertyAccessMode - name: ( nameWithType: ( fullName: ( - uid: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode name: PropertyAccessMode nameWithType: PropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) name: UsePropertyAccessMode nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).UsePropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).UsePropertyAccessMode - name: ( nameWithType: ( fullName: ( - uid: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode name: PropertyAccessMode nameWithType: PropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode - name: ) nameWithType: ) fullName: ) - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.UsePropertyAccessMode* commentId: Overload:Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder`1.UsePropertyAccessMode isExternal: false name: UsePropertyAccessMode nameWithType: ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.UsePropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder<TProperty>.UsePropertyAccessMode nameWithType.vb: ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).UsePropertyAccessMode fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderGenericTest.GenericTestPropertyBuilder(Of TProperty).UsePropertyAccessMode - uid: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode commentId: T:Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode parent: Microsoft.EntityFrameworkCore.Metadata isExternal: false name: PropertyAccessMode nameWithType: PropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) commentId: M:Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) isExternal: false name: UsePropertyAccessMode(PropertyAccessMode) nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.UsePropertyAccessMode(PropertyAccessMode) fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) nameWithType.vb: ModelBuilderTest.TestPropertyBuilder(Of TProperty).UsePropertyAccessMode(PropertyAccessMode) fullname.vb: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) spec.csharp: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) name: UsePropertyAccessMode nameWithType: ModelBuilderTest.TestPropertyBuilder<TProperty>.UsePropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder<TProperty>.UsePropertyAccessMode - name: ( nameWithType: ( fullName: ( - uid: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode name: PropertyAccessMode nameWithType: PropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder`1.UsePropertyAccessMode(Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode) name: UsePropertyAccessMode nameWithType: ModelBuilderTest.TestPropertyBuilder(Of TProperty).UsePropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Tests.ModelBuilderTest.TestPropertyBuilder(Of TProperty).UsePropertyAccessMode - name: ( nameWithType: ( fullName: ( - uid: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode name: PropertyAccessMode nameWithType: PropertyAccessMode fullName: Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode - name: ) nameWithType: ) fullName: )
49.971439
313
0.811416
ed1c5f32240dee0d9ba0a388350aceef142729ef
6,048
yml
YAML
_data/content.yml
thekage91/greenshares-stag
85b8996e43587f01596b8a689f534c6dd18c0e27
[ "MIT" ]
null
null
null
_data/content.yml
thekage91/greenshares-stag
85b8996e43587f01596b8a689f534c6dd18c0e27
[ "MIT" ]
null
null
null
_data/content.yml
thekage91/greenshares-stag
85b8996e43587f01596b8a689f534c6dd18c0e27
[ "MIT" ]
null
null
null
#nav: # items: # - text: "Come funziona" # anchor: "come-funziona" # - text: "Cos'è NOME PROGETTO" # anchor: "cos-e" # - text: "A chi è rivolto NOME PROGETTO" # anchor: "target" # - text: "Come destiniamo i soldi raccolti" # anchor: "come-destiniamo-i-soldi" # - text: "Chi siamo" # anchor: "team" header: headline: "Rendi ogni tuo acquisto un piccolo, concreto contributo per il mondo" sub-headline: "Finanzia progetti benefici con ogni tuo acquisto su Amazon effettuato tramite NOME PROGETTO.<br>Senza dover aggiungere niente." placeholder: "Incolla qui il link del prodotto che vuoi acquistare" btn-txt: "Acquistalo ora" section-content: paragraphs: - "Com’è possibile che grazie ai tuoi acquisti puoi fare una donazione?" - "In qualità di Affiliato Amazon, NOME PROGETTO riceverà un guadagno dagli acquisti idonei. Non ti verrà addebitato nessun costo aggiuntivo." sub-sections: - section-title: "Ogni contributo raccolto verrà interamente devoluto all'Ospedale San Raffaele di Milano tramite Gofundme" charity-campaign: logo: "assets/img/gofundme.png" image: "https://d2g8igdw686xgo.cloudfront.net/46044426_1583740991566778_r.jpeg" title: "Coronavirus, rafforziamo la terapia intensiva" content: "" link: https://www.gofundme.com/f/coronavirus-terapia-intensiva how-it-works: section-title: "Come funziona NOME PROGETTO" section-content: paragraphs: - "Com’è possibile che grazie ai tuoi acquisti puoi fare una donazione?" - "In qualità di Affiliato Amazon, NOME PROGETTO riceverà un guadagno dagli acquisti idonei. Non ti verrà addebitato nessun costo aggiuntivo." primary-btn-text: "" secondary-btn-text: "" sub-sections: - section-title: "Come trasformare i tuoi acquisti in una donazione" section-content: paragraphs: - "Nella barra dedicata inserisci il link del prodotto che vuoi acquistare." - "Clicca sul bottone “Acquistalo ora”, che ti rimanderà alla stessa pagina prodotto di Amazon, passaggio necessario per tramutare il tuo acquisto in una donazione." - "Goditi l’esperienza di acquisto di Amazon. Da questo momento in poi potrai aggiungere eventuali altri prodotti e terminare il tuo acquisto. <br><b>Attenzione:</b> ti consigliamo di completare l’acquisto entro 24 ore." - section-title: "Trasparenza" section-content: paragraphs: - "Nella vita di tutti i giorni siamo consulenti, perciò sappiamo quanto sia fondamentale instaurare un rapporto di fiducia con le persone." - "Per questo motivo ogni mese pubblicheremo un resoconto del ricavato dalle donazioni e il piano di come andremo ad utilizzarli, in modo da renderti partecipe dei piccoli ma significativi passi che stiamo compiendo tutti assieme." what-is: section-title: "Cos’è NOME PROGETTO" section-content: paragraphs: - "Gli ultimi tragici avvenimenti come gli incendi in Australia, lo scioglimento dei ghiacciai e la pandemia del COVID-19 ci hanno fatto riflettere più del solito. Ci hanno fatto capire quanto il nostro ecosistema e la nostra società siano fragili, motivo per cui ora più che mai dobbiamo impegnarci nel cercare di arginare questo problema." - "Sappiamo che aiutare il pianeta usando aziende come Amazon che presentano un’importa di carbonio elevatissima non è il massimo, ma questa è la situazione attuale e la sfrutteremo a nostro vantaggio per fare del bene." - "<mark>Non ti spingeremo ad acquistare di più</mark>" - "Vogliamo infatti che utilizzi NOME PROGETTO soltanto in caso di necessità, ovvero ogni volta che sarai sicuro di dover acquistare un prodotto." primary-btn-text: "" secondary-btn-text: "" target: section-title: "A chi è rivolto NOME PROGETTO" section-content: paragraphs: - "NOME PROGETTO può essere utilizzato da chiunque acquisti su Amazon e vuole essere parte attiva del cambiamento." - "Ci vorrà pazienza, occorrerà infatti del tempo per vedere i primi risultati. Vogliamo dare il nostro concreto aiuto, tutti insieme, alla ricerca scientifica, ai progetti di rimboschimento, agli aiuti umanitari, ai progetti di sviluppo sociale e in generale ad ogni iniziativa che nel lungo periodo sortirà effetti benefici su tutti noi, direttamente o indirettamente." - "Vogliamo sostenitori che agiscono nel presente, pensando sempre al futuro" primary-btn-text: "Entra nella famiglia di NOME PROGETTO" secondary-btn-text: "" charity: section-title: "Come destiniamo i soldi raccolti" section-content: paragraphs: - "Ogni progetto inizia sempre da motivazioni e circostanze personali che ti portano a muovere i primi passi, sperando di riuscire a realizzarlo. NOME PROGETTO nasce proprio da questo mix di fattori." - "L’emergenza del COVID-19 ha fatto riscoprire l’importanza del sostegno della ricerca e del sistema sanitario nazionale, a cui ci sentiamo di dover contribuire attivamente. Lo stesso vale per l’istruzione. In un Paese in cui non viene riconosciuto il giusto livello di importanza alla formazione ed istruzione, noi come privati dobbiamo attivarci per far si che noi in primis e i nostri figli possano godere di un adeguato livello di istruzione e di competenze che rispecchi le effettive esigenze del mercato." - "Tutto quello che raccoglieremo verrà devoluto interamente ai progetti, noi non ci guadagniamo niente." - "Se conosci un progetto che pensi valga la pena supportare o anche solo far conoscere, scrivici!" primary-btn-text: "Consigliaci un progetto" team: section-title: "Chi siamo" section-content: paragraphs: - "Siamo Sprint Studio, ci piace creare progetti che siano di aiuto alle persone e vogliamo fare qualcosa per migliorare il futuro nostro e di tutti." members: - name: "Davide Sicignani" image: "assets/img/davide-sicignani-web-developer.jpg" - name: "Edoardo Erriu" image: "assets/img/edoardo-maria-erriu-web-marketing.jpg"
63.663158
520
0.744709
24ce672f12434c98c2e2d85ef874bd5a8086319b
738
yml
YAML
data/packages/com.lastabyss.simplegraphql.yml
danyow/openupm
55531f9c001582395b9c43ceee34d764166c5730
[ "BSD-3-Clause" ]
null
null
null
data/packages/com.lastabyss.simplegraphql.yml
danyow/openupm
55531f9c001582395b9c43ceee34d764166c5730
[ "BSD-3-Clause" ]
null
null
null
data/packages/com.lastabyss.simplegraphql.yml
danyow/openupm
55531f9c001582395b9c43ceee34d764166c5730
[ "BSD-3-Clause" ]
null
null
null
name: com.lastabyss.simplegraphql displayName: SimpleGraphQL description: >- A simple graphQL client that allows one to use .graphql files (or code) for queries, mutations, and subscriptions with Unity. repoUrl: 'https://github.com/LastAbyss/SimpleGraphQL-For-Unity' parentRepoUrl: null licenseSpdxId: MIT licenseName: MIT License topics: - data-management - integration - network hunter: JesseTG gitTagPrefix: '' gitTagIgnore: '' minVersion: '' image: 'https://camo.githubusercontent.com/ab5785c7deec9c2f270a7500901858f1cbd67155c833b2c1c1614c54731d04d4/68747470733a2f2f692e696d6775722e636f6d2f7273384549454d2e706e67' readme: 'master:README.md' readme_zhCN: '' displayName_zhCN: '' description_zhCN: '' createdAt: 1648734880366
30.75
171
0.811653
72c722452fe01f913865ff9fc071704a8ea4d825
2,683
yml
YAML
legacy/docs-ref-autogen/com.microsoft.azure.batch.protocol.models.ResourceStatistics.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
legacy/docs-ref-autogen/com.microsoft.azure.batch.protocol.models.ResourceStatistics.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
legacy/docs-ref-autogen/com.microsoft.azure.batch.protocol.models.ResourceStatistics.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaType inheritances: - <xref href="java.lang.Object" data-throw-if-not-resolved="False"/> methods: - com.microsoft.azure.batch.protocol.models.ResourceStatistics.avgCPUPercentage() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.avgDiskGiB() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.avgMemoryGiB() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.diskReadGiB() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.diskReadIOps() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.diskWriteGiB() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.diskWriteIOps() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.lastUpdateTime() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.networkReadGiB() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.networkWriteGiB() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.peakDiskGiB() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.peakMemoryGiB() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.startTime() - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withAvgCPUPercentage(double) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withAvgDiskGiB(double) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withAvgMemoryGiB(double) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withDiskReadGiB(double) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withDiskReadIOps(long) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withDiskWriteGiB(double) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withDiskWriteIOps(long) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withLastUpdateTime(DateTime) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withNetworkReadGiB(double) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withNetworkWriteGiB(double) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withPeakDiskGiB(double) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withPeakMemoryGiB(double) - com.microsoft.azure.batch.protocol.models.ResourceStatistics.withStartTime(DateTime) nameWithType: ResourceStatistics syntax: public class ResourceStatistics type: class uid: com.microsoft.azure.batch.protocol.models.ResourceStatistics fullName: com.microsoft.azure.batch.protocol.models.ResourceStatistics name: ResourceStatistics package: com.microsoft.azure.batch.protocol.models summary: <p>Statistics related to resource consumption by compute nodes in a pool. </p> metadata: {}
67.075
91
0.848304
2de20f0d82f05fbb43dbe1ef43fb8c8aa267174c
672
yml
YAML
docker-compose.yml
CrazyEasy/django-template
e4e3699d4f95081a6d104610fb83309be504e738
[ "MIT" ]
null
null
null
docker-compose.yml
CrazyEasy/django-template
e4e3699d4f95081a6d104610fb83309be504e738
[ "MIT" ]
13
2020-12-01T06:46:12.000Z
2022-03-01T19:05:10.000Z
docker-compose.yml
CrazyEasy/django-template
e4e3699d4f95081a6d104610fb83309be504e738
[ "MIT" ]
null
null
null
version: "3" services: django: container_name: django build: . command: bash -c 'docker/wait-for-it/wait-for-it.sh db:3306 -t 120 -- docker/startup.sh' volumes: - .:/code ports: - "8000:80" env_file: - ./config.env depends_on: - db db: image: mariadb container_name: db ports: - "3306:3306" env_file: - ./config.env volumes: - /var/lib/mysql mailhog: container_name: mailhog image: mailhog/mailhog ports: - 1025:1025 - 8025:8025
20.363636
96
0.456845
4dc5960ebb52b2cce4db2e74108bc63cf8944e87
287
yaml
YAML
scripts/driverkit/config/de277bbc1e7a92edc84db9a925fb3e12c7b1cb07/ubuntu-generic_5.4.0-86-generic_97.yaml
LucaGuerra/sysdig
1b6ece5732afc3cf9059458fb3023f24c84bef4f
[ "Apache-2.0" ]
null
null
null
scripts/driverkit/config/de277bbc1e7a92edc84db9a925fb3e12c7b1cb07/ubuntu-generic_5.4.0-86-generic_97.yaml
LucaGuerra/sysdig
1b6ece5732afc3cf9059458fb3023f24c84bef4f
[ "Apache-2.0" ]
null
null
null
scripts/driverkit/config/de277bbc1e7a92edc84db9a925fb3e12c7b1cb07/ubuntu-generic_5.4.0-86-generic_97.yaml
LucaGuerra/sysdig
1b6ece5732afc3cf9059458fb3023f24c84bef4f
[ "Apache-2.0" ]
null
null
null
kernelversion: 97 kernelrelease: 5.4.0-86-generic target: ubuntu-generic output: module: output/de277bbc1e7a92edc84db9a925fb3e12c7b1cb07//sysdig_ubuntu-generic_5.4.0-86-generic_97.ko probe: output/de277bbc1e7a92edc84db9a925fb3e12c7b1cb07//sysdig_ubuntu-generic_5.4.0-86-generic_97.o
41
103
0.84669
4dfcf3cf726b8befa0755164dbaeb1498d7dc0eb
7,839
yml
YAML
playbook.yml
kurron/ansible-pull-operations
d8e6df8d7ae1211c99840c4d0ff2cbf4b6c277ce
[ "Apache-2.0" ]
null
null
null
playbook.yml
kurron/ansible-pull-operations
d8e6df8d7ae1211c99840c4d0ff2cbf4b6c277ce
[ "Apache-2.0" ]
null
null
null
playbook.yml
kurron/ansible-pull-operations
d8e6df8d7ae1211c99840c4d0ff2cbf4b6c277ce
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env ansible-playbook - name: Gather prerequisites hosts: all gather_facts: True tasks: - group_by: key={{ ansible_distribution }} - name: Dump Environment hosts: nobody become: True tasks: - name: Display all variables/facts known for a host debug: var=hostvars[inventory_hostname] - name: Install Ubuntu Packages hosts: Ubuntu become: True tasks: - apt: name=sysdig state=latest update_cache=true - apt: name=ruby-dev state=latest update_cache=true - apt: name=gcc state=latest update_cache=true - apt: name=make state=latest update_cache=true - name: Install Sysdig hosts: all become: True tasks: - get_url: url=https://s3.amazonaws.com/download.draios.com/stable/install-sysdig dest=/root/install-sysdig mode=555 - shell: /root/install-sysdig - name: Install CentOS Packages hosts: CentOS become: True tasks: # TODO: figure out why we can't access their repository # - yum_repository: name=sysdig description=sysdig baseurl=http://download.draios.com/stable/rpm/draios.repo gpgkey=https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public # - yum: name=sysdig state=latest - yum: name=ruby-devel state=latest - yum: name=gcc state=latest - yum: name=make state=latest - yum: name=rpm-build state=latest - name: Install Effing Package Management hosts: all become: True tasks: - gem: name=fpm user_install=no state=latest - name: Consul hosts: all become: True vars: consul_version: 0.7.0 tasks: - get_url: url=https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip dest=/root/consul.zip mode=444 - unarchive: src=/root/consul.zip dest=/usr/local/bin copy=no owner=root group=root mode=555 creates=/usr/local/bin/consul - name: Consul Replicate hosts: all become: True vars: version: 0.2.0 tasks: - get_url: url=https://releases.hashicorp.com/consul-replicate/{{ version }}/consul-replicate_{{ version }}_linux_amd64.zip dest=/root/consul-replicate.zip mode=444 - unarchive: src=/root/consul-replicate.zip dest=/usr/local/bin copy=no owner=root group=root mode=555 creates=/usr/local/bin/consul-replicate - name: Consul Template hosts: all become: True vars: version: 0.16.0 tasks: - get_url: url=https://releases.hashicorp.com/consul-template/{{ version }}/consul-template_{{ version }}_linux_amd64.zip dest=/root/consul-template.zip mode=444 - unarchive: src=/root/consul-template.zip dest=/usr/local/bin copy=no owner=root group=root mode=555 creates=/usr/local/bin/consul-template - name: Envconsul hosts: all become: True vars: version: 0.6.1 tasks: - get_url: url=https://releases.hashicorp.com/envconsul/{{ version }}/envconsul_{{ version }}_linux_amd64.zip dest=/root/envconsul.zip mode=444 - unarchive: src=/root/envconsul.zip dest=/usr/local/bin copy=no owner=root group=root mode=555 creates=/usr/local/bin/envconsul - name: Nomad hosts: all become: True vars: nomad_version: 0.4.1 tasks: - get_url: url=https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip dest=/root/nomad.zip mode=444 - unarchive: src=/root/nomad.zip dest=/usr/local/bin copy=no owner=root group=root mode=555 creates=/usr/local/bin/nomad - name: Packer hosts: all become: True vars: packer_version: 0.10.2 tasks: - get_url: url=https://releases.hashicorp.com/packer/{{ packer_version }}/packer_{{ packer_version }}_linux_amd64.zip dest=/root/packer.zip mode=444 - unarchive: src=/root/packer.zip dest=/usr/local/bin copy=no owner=root group=root mode=555 creates=/usr/local/bin/packer - name: Terraform hosts: all become: True vars: terraform_version: 0.7.5 tasks: - get_url: url=https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_amd64.zip dest=/root/terraform.zip mode=444 - unarchive: src=/root/terraform.zip dest=/usr/local/bin copy=no owner=root group=root mode=555 creates=/usr/local/bin/terraform - name: Vault hosts: all become: True vars: vault_version: 0.6.2 tasks: - get_url: url=https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip dest=/root/vault.zip mode=444 - unarchive: src=/root/vault.zip dest=/usr/local/bin copy=no owner=root group=root mode=555 creates=/usr/local/bin/vault - name: Vault SSH Helper hosts: all become: True vars: version: 0.1.2 tasks: - get_url: url=https://releases.hashicorp.com/vault-ssh-helper/{{ version }}/vault-ssh-helper_{{ version }}_linux_amd64.zip dest=/root/vault-ssh-helper.zip mode=444 - unarchive: src=/root/vault-ssh-helper.zip dest=/usr/local/bin copy=no owner=root group=root mode=555 creates=/usr/local/bin/vault-ssh-helper - name: AWS CLI hosts: all become: True tasks: - command: pip install --upgrade awscli - name: AWS ECS CLI hosts: all become: True tasks: - get_url: url=https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest dest=/usr/local/bin/ecs-cli mode=555 - name: Install Tool Containers hosts: nobody become: False tasks: - file: path=/home/vagrant/GitHub owner=vagrant group=vagrant state=directory mode=755 - file: path=/home/vagrant/bin owner=vagrant group=vagrant state=directory mode=755 - git: repo=https://github.com/kurron/docker-packer.git dest=/home/vagrant/GitHub/docker-packer - file: src=/home/vagrant/GitHub/docker-packer/packer.sh path=/home/vagrant/bin/packer state=absent - git: repo=https://github.com/kurron/docker-aws-cli.git dest=/home/vagrant/GitHub/docker-aws-cli - file: src=/home/vagrant/GitHub/docker-aws-cli/aws.sh path=/home/vagrant/bin/aws state=absent - git: repo=https://github.com/kurron/docker-aws-ecs-cli.git dest=/home/vagrant/GitHub/docker-aws-ecs-cli - file: src=/home/vagrant/GitHub/docker-aws-ecs-cli/ecs.sh path=/home/vagrant/bin/ecs-cli state=absent - git: repo=https://github.com/kurron/docker-terraform.git dest=/home/vagrant/GitHub/docker-terraform - file: src=/home/vagrant/GitHub/docker-terraform/terraform.sh path=/home/vagrant/bin/terraform state=absent - git: repo=https://github.com/kurron/docker-vault.git dest=/home/vagrant/GitHub/docker-vault - file: src=/home/vagrant/GitHub/docker-vault/vault.sh path=/home/vagrant/bin/vault state=absent - git: repo=https://github.com/kurron/docker-nomad.git dest=/home/vagrant/GitHub/docker-nomad - file: src=/home/vagrant/GitHub/docker-nomad/nomad.sh path=/home/vagrant/bin/nomad state=absent - git: repo=https://github.com/kurron/docker-consul.git dest=/home/vagrant/GitHub/docker-consul - file: src=/home/vagrant/GitHub/docker-consul/consul.sh path=/home/vagrant/bin/consul state=absent - git: repo=https://github.com/kurron/docker-consul-template.git dest=/home/vagrant/GitHub/docker-consul-template - file: src=/home/vagrant/GitHub/docker-consul-template/consul-template.sh path=/home/vagrant/bin/consul-template state=absent - git: repo=https://github.com/kurron/docker-consul-replicate.git dest=/home/vagrant/GitHub/docker-consul-replicate - file: src=/home/vagrant/GitHub/docker-consul-replicate/consul-replicate.sh path=/home/vagrant/bin/consul-replicate state=absent - git: repo=https://github.com/kurron/docker-vault-ssh-helper.git dest=/home/vagrant/GitHub/vault-ssh-helper - file: src=/home/vagrant/GitHub/vault-ssh-helper/vault-ssh-helper.sh path=/home/vagrant/bin/vault-ssh-helper state=absent - file: path=/home/vagrant owner=vagrant group=vagrant recurse=true state=directory
42.603261
186
0.716801
57978e7a77eee4301bbbe80aab5e50c2b9b7f4eb
138
yml
YAML
.setup/data/users/ta2.yml
muarachmann/Submitty
86cea3d3441419089b1a3058d01c663e6807294c
[ "BSD-3-Clause" ]
3
2020-07-27T16:23:09.000Z
2022-01-07T16:07:31.000Z
.setup/data/users/ta2.yml
muarachmann/Submitty
86cea3d3441419089b1a3058d01c663e6807294c
[ "BSD-3-Clause" ]
null
null
null
.setup/data/users/ta2.yml
muarachmann/Submitty
86cea3d3441419089b1a3058d01c663e6807294c
[ "BSD-3-Clause" ]
null
null
null
user_firstname: Jack user_id: ta2 anon_id: ta2 user_lastname: TA courses: sample: user_group: 2 grading_registration_section: 1
15.333333
35
0.768116
acdb9f2b68ddaf1c4535b005567d3e0f538de209
232
yml
YAML
roles/config-idm-server/handlers/main.yml
Tompage1994/infra-ansible
ab437dc7d445e5803746e6fcbc75542a517b271a
[ "Apache-2.0" ]
2
2019-05-24T14:11:11.000Z
2019-05-24T14:24:45.000Z
roles/config-idm-server/handlers/main.yml
Tompage1994/infra-ansible
ab437dc7d445e5803746e6fcbc75542a517b271a
[ "Apache-2.0" ]
7
2018-12-12T15:58:14.000Z
2018-12-17T17:56:42.000Z
roles/config-idm-server/handlers/main.yml
Tompage1994/infra-ansible
ab437dc7d445e5803746e6fcbc75542a517b271a
[ "Apache-2.0" ]
4
2018-07-03T12:29:16.000Z
2020-10-02T03:23:14.000Z
--- # handlers file for idm - name: Ensure firewalld is running service: name: firewalld state: started enabled: yes - name: Ensure IdM is running at boot service: name: ipa enabled: yes
15.466667
39
0.603448
847189e7e93b2efdb85acdaced8f4bca97445ca2
899
yml
YAML
.github/dependabot.yml
CodeDaraW/node-pdftocairo
70cebdf731a8911f1dd0421a990c7db3b68fb2d9
[ "MIT" ]
16
2019-10-03T03:39:34.000Z
2021-11-15T10:26:14.000Z
.github/dependabot.yml
CodeDaraW/node-pdftocairo
70cebdf731a8911f1dd0421a990c7db3b68fb2d9
[ "MIT" ]
127
2019-12-10T14:37:50.000Z
2022-03-25T21:27:45.000Z
.github/dependabot.yml
CodeDaraW/node-pdftocairo
70cebdf731a8911f1dd0421a990c7db3b68fb2d9
[ "MIT" ]
3
2019-10-06T17:20:14.000Z
2021-03-12T08:31:59.000Z
version: 2 updates: - package-ecosystem: npm directory: "/" schedule: interval: daily time: "21:00" open-pull-requests-limit: 10 ignore: - dependency-name: eslint-config-airbnb-typescript versions: - "> 6.3.2" - dependency-name: "@types/jest" versions: - "> 24.9.1" - dependency-name: "@types/jest" versions: - ">= 25.a, < 26" - dependency-name: "@types/node" versions: - "> 12.12.42" - dependency-name: "@types/node" versions: - ">= 14.a, < 15" - dependency-name: eslint versions: - 7.11.0 - 7.20.0 - 7.21.0 - 7.22.0 - 7.23.0 - 7.24.0 - dependency-name: ts-jest versions: - 26.4.1 - 26.5.1 - 26.5.2 - 26.5.3 - 26.5.4 - dependency-name: typescript versions: - 4.1.3 - 4.1.4 - 4.1.5 - 4.2.2 - 4.2.3 - dependency-name: jest versions: - 26.6.0
17.98
52
0.528365
42200fad13ae3b66bd0cb9592c6b0b55917f82ec
586
yaml
YAML
os-other/workflows/rocky-server-8-dvd-install.yaml
oschroeder8/provision-content
bf5168e62a21ea5b70ff49cca14bb4f5dc883c79
[ "Apache-2.0" ]
29
2017-09-09T17:37:47.000Z
2021-12-25T23:41:44.000Z
os-other/workflows/rocky-server-8-dvd-install.yaml
oschroeder8/provision-content
bf5168e62a21ea5b70ff49cca14bb4f5dc883c79
[ "Apache-2.0" ]
106
2017-08-16T16:17:25.000Z
2021-05-25T17:33:23.000Z
os-other/workflows/rocky-server-8-dvd-install.yaml
oschroeder8/provision-content
bf5168e62a21ea5b70ff49cca14bb4f5dc883c79
[ "Apache-2.0" ]
29
2017-08-11T00:38:13.000Z
2021-07-21T21:52:37.000Z
--- Name: rocky-server-8-install Description: 'Basic Rocky Install Workflow + Runner' Documentation: | This workflow includes the DRP Runner in Rocky provisioning process for DRP. After the install completes, the workflow installs the runner in a waiting state so that DRP will automatically detect and start a new workflow if the *Machine.Workflow* is updated. .. note:: To enable, upload the Rocky ISO as per the rocky-8 BootEnv Meta: color: green icon: download title: RackN Content ReadOnly: true Stages: - rocky-8-install - drp-agent - finish-install - complete
25.478261
78
0.755973
b450322b0f67552c08a21a4e2a7fb64446c85ff0
321
yml
YAML
app/config/jms_serializer.yml
ilhamdeneri/restful
b55684f74cb5bb0e2931c04a5b36a688ccbec6c5
[ "MIT" ]
null
null
null
app/config/jms_serializer.yml
ilhamdeneri/restful
b55684f74cb5bb0e2931c04a5b36a688ccbec6c5
[ "MIT" ]
null
null
null
app/config/jms_serializer.yml
ilhamdeneri/restful
b55684f74cb5bb0e2931c04a5b36a688ccbec6c5
[ "MIT" ]
null
null
null
jms_serializer: metadata: cache: file debug: "%kernel.debug%" file_cache: dir: "%kernel.cache_dir%/serializer" directories: FOSUserBundle: path: "@ApiUserBundle/Resources/config/serializer/fos" namespace_prefix: "FOS\\UserBundle"
32.1
70
0.570093
e2bbb27bdeca52da119764b0623f44c367a8a61e
627
yml
YAML
_data/comments/soccer/comment-1579459018688.yml
hashtafak/hashtafak.github.io
73536a9c9a4e4afdf9bce931cd3d9c9417583dc8
[ "MIT" ]
null
null
null
_data/comments/soccer/comment-1579459018688.yml
hashtafak/hashtafak.github.io
73536a9c9a4e4afdf9bce931cd3d9c9417583dc8
[ "MIT" ]
null
null
null
_data/comments/soccer/comment-1579459018688.yml
hashtafak/hashtafak.github.io
73536a9c9a4e4afdf9bce931cd3d9c9417583dc8
[ "MIT" ]
null
null
null
_id: acd12f50-3aea-11ea-8564-6f2ad6e899e2 message: "Hey There. I found your blog the use of msn. This is an extremely well written article.\r\nI will make sure to bookmark it and come back to read extra of your \r\nhelpful info. Thank you for the post. I'll definitely comeback." name: Carroll email: b9b643e27e4d388134f7fe0b3562e10e url: >- https://chamsocgiadinh.info/2020/01/15/%ec%95%bc%ec%99%b8%ec%83%9d%ed%99%9c%ec%9d%84%ec%a4%84%ec%9d%b4%ea%b3%a0%ea%b5%ac%eb%af%b8%ef%bb%bf%ec%b6%9c%ec%9e%a5%ec%83%b5%ec%8b%a4%eb%82%b4%eb%a1%9c%eb%93%a4%ec%96%b4%ea%b0%80%ec%95%bc%ed%96%88/ hidden: '' date: '2020-01-19T18:36:58.688Z'
69.666667
240
0.733652