code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
arch: amd64 # Full VM on AWS or GCE
dist: bionic # Ubuntu Bionic 18.04
services: docker
language: go
go: 1.16
os: linux # Linux OS
env:
global:
- FLEET_MANAGEMENT_ORG: quay.io/fleet-management
branches:
only:
- main
- api-snake
before_install:
- |
if [ "$TRAVIS_PULL_REQUEST" != false ]; the... | .travis.yml |
nd:
"AD": "Andora"
"AE": "United Arab Emirates"
"AF": "Afghanistan"
"AG": "Antigua le Barbuda"
"AI": "Anguilla"
"AL": "Albania"
"AM": "Armenia"
"AN": "Netherlands Antilles"
"AO": "Angola"
"AR": "Ajentina"
"AS": "Samoa ye Amelika"
"AT": "Austria"
"AU": "Australia"
"AW": "Arubha"
"AZ": "Azer... | territories/nd.yml |
MODEL:
TYPE: generalized_rcnn
CONV_BODY: FPN.add_fpn_ResNet101_conv5_body
NUM_CLASSES: 2
BODY_UV_ON: True
NUM_GPUS: 8
SOLVER:
WEIGHT_DECAY: 0.0001
LR_POLICY: steps_with_decay
GAMMA: 0.1
WARM_UP_ITERS: 1000
WARM_UP_FACTOR: 0.1
# Linear scaling rule:
# 1 GPU:
# BASE_LR: 0.00025
# MAX_ITER: 7... | configs/DensePose_ResNet101_FPN_32x8d_s1x.yaml |
language: node_js
services:
- postgresql
- mysql
sudo: required
addons:
postgresql: '9.4'
apt:
sources:
- mysql-5.7-trusty
packages:
- mysql-server
- mysql-client
stages:
- 'Tests'
- 'Additional Tests'
- name: 'Deploy'
if: branch = master AND type = push
jobs:
fail_fas... | .travis.yml |
unknown: Unknown
disable: Disable
delete: Delete
previous: Previous
no: No
yes: Yes
like: Like
manage: Manage
play: Play
trailer: Trailer
download: Download
viewed: Viewed
loading: Loading
loading_dots: Loading...
# error
error: Error
error_loading_item: 'Error while loading {}'
error_unzip_file: Error cannot unzip f... | translations/en-US.yaml |
---
default_linux_targets: &default_linux_targets
- "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245
- "..."
- "@examples//..."
# TODO: Switch manual tag to platform constraint after bazel 4.0.
- "//test/versioned_dylib:versioned_dylib_test"
# Bindgen currently onl... | .bazelci/presubmit.yml |
---
http_interactions:
- request:
method: post
uri: https://api.dropboxapi.com/2/files/list_folder
body:
encoding: UTF-8
string: '{"recursive":false,"include_media_info":false,"include_deleted":false,"path":"/dropbox_api_fixtures"}'
headers:
Authorization:
- Bearer MOCK_AUTHORIZA... | spec/fixtures/vcr_cassettes/client_with_namespace_id.yml |
name: CI
on:
pull_request:
branches:
- '*'
push:
branches:
- '*'
schedule:
# Nightly tests run on master by default:
# Scheduled workflows run on the latest commit on the default or base branch.
# (from https://help.github.com/en/actions/reference/events-that-trigger-workflow... | .github/workflows/CI.yaml |
name: build
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install linting dependencies
run: |
python -m pip... | .github/workflows/build.yml |
---
categories:
lossless-geom-nearlossless-attrs:
encflags:
- mode: 0
# preserve lossless geometry property
- mergeDuplicatedPoints: 0
- srcResolution: '$eval{ ${src-resolution} || 0 }'
- outputResolution: '$eval{ ${src-resolution} || 0 }'
- positionQuantizationScale: 1
##
... | cfg/octree-predt-ctc-lossless-geom-nearlossless-attrs.yaml |
interactions:
- request:
body: null
headers:
USER-AGENT: [PubNub-Python-Asyncio/4.0.4]
method: GET
uri: https://ps.pndsn.com/v1/channel-registration/sub-key/sub-c-33f55052-190b-11e6-bfbc-02ee2ddab7fe/channel-group/test-subscribe-asyncio-group?add=test-subscribe-asyncio-channel
response:
body... | tests/integrational/fixtures/asyncio/subscription/cg_sub_unsub.yaml |
kind: StatefulSet
apiVersion: apps/v1
metadata:
labels:
{{ .Values.global.control.cluster_label }}: {{ .Values.redis.name }}
name: {{ .Values.redis.name }}
namespace: {{ .Release.Namespace }}
spec:
serviceName: {{ .Values.redis.name }}
podManagementPolicy: Parallel
replicas: {{ .Values.redis.replica_cou... | fabric/redis/templates/redis.yaml |
---
- name: Clear OPAM directory
file:
path: "{{ app_base }}/.opam"
state: absent
- name: Add OPAM/OCaml Repository
apt_repository:
repo: "ppa:avsm/ppa"
update_cache: yes
- name: Install Liquidsoap Dependencies
apt:
name: "{{ packages }}"
state: latest
install_recommends: no
vars:
... | util/ansible/roles/azuracast-radio/tasks/liquidsoap_legacy.yml |
---
name: transcriptomics
type: use
title: Transcriptomics
summary: Training material for all kinds of transcriptomics analysis.
docker_image: null
requirements:
-
type: "internal"
topic_name: introduction
-
type: "internal"
topic_name: sequence-analysis
tutorials:
- quality-control
... | topics/transcriptomics/metadata.yaml |
documentType: LandingData
title: Azure Australia-dokumentáció
metadata:
title: Azure Australia-dokumentáció | Microsoft Docs
description: 'A Microsoft Azure Australia egy, a biztonság, az adatvédelem és az ellenőrzés, a megfelelőség és az átláthatóság elvein alapuló felhőalapú platformot nyújt.'
author: Galey801
... | articles/azure-australia/index.yml |
version: '3.3'
# Example docker-compose config file for production use
# Container image on Docker Hub: https://hub.docker.com/r/photoprism/photoprism/
# To keep photoprism running, add "restart: always"
#
# Usage: docker-compose up
services:
photoprism:
image: photoprism/photoprism-arm64:latest
security_op... | docker/photoprism/arm64/docker-compose.yml |
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This wor... | .github/workflows/main.yml |
# targetNamespace defines where you want starboard-operator to operate. By
# default it will only operate in the namespace its installed in, but you can
# specify another namespace, or a comma separated list of namespaces, or set it
# to a blank string to let it operate in all namespaces.
targetNamespaces: "{{ .Releas... | deploy/helm/values.yaml |
commonfields:
id: Mail Sender (New)
version: -1
name: Mail Sender (New)
display: Mail Sender (New)
category: Messaging
description: Send emails implemented in Python with embedded image support
configuration:
- display: Mail server hostname or IP address
name: host
defaultvalue: ""
type: 0
required: true
- ... | Integrations/MailSenderNew/MailSenderNew.yml |
title: Happy 2 Match Classifier
description: Classify toys & housing miscelaneous images using deep learning
about:
This is a Toys and Hose Miscelaneous Image Classifier using Deep Learning built on top of Pytorch.
The WebApp is based on Pattaniyil, Nidhin and Shaikh, Reshama, Deploying Deep Learning Models On... | src/config.yaml |
---
- hosts: all
remote_user: root
pre_tasks:
- name: make sure ssh dir exist
file:
path: '{{ item.path }}'
owner: '{{ item.owner }}'
group: '{{ item.group }}'
state: directory
mode: 0755
with_items:
- path: /root/.ssh
owner: root
g... | ansible/openstack_liberty/HA-ansible-multinodes.yml |
apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: prognostic-run
spec:
entrypoint: prognostic-run
volumes:
- name: workdir
emptyVol: {}
- name: dshm
emptyDir:
medium: Memory
- name: gcp-key-secret
secret:
defaultMode: 420
secretName: gcp-... | workflows/argo/prognostic-run.yaml |
items:
- uid: '@azure/arm-iothub.RegistryStatistics'
name: RegistryStatistics
fullName: RegistryStatistics
children:
- '@azure/arm-iothub.RegistryStatistics.disabledDeviceCount'
- '@azure/arm-iothub.RegistryStatistics.enabledDeviceCount'
- '@azure/arm-iothub.RegistryStatistics.totalDevic... | docs-ref-autogen/@azure/arm-iothub/RegistryStatistics.yml |
basePath: /
definitions:
forms.LoginForm:
properties:
password:
example: password
type: string
username:
example: account_mock
type: string
required:
- password
- username
type: object
forms.RegistrationForm:
properties:
email:
exampl... | docs/swagger.yaml |
pool:
name: Hosted Windows 2019 with VS2019
demands:
- msbuild
- visualstudio
# Set variables once
variables:
Parameters.solution: UWPSharedPanel.sln
BuildPlatform: x86
BuildConfiguration: release
#Your build pipeline references an undefined variable named ‘Parameters.solution’. Create or edit th... | azure-pipelines.yml |
commonfields:
id: GenerateSummaryReports
version: -1
name: GenerateSummaryReports
fromversion: 4.1.0
script: |
var res = [];
var ids = argToList(args.ids);
if(!Array.isArray(ids)) {
ids = [ids]; //single element case
}
ids = ids.filter(function(value, index, self) { // make sure array is unique
... | Packs/CommonScripts/Scripts/script-GenerateSummaryReports.yml |
kernel:
image: alpine/kernel:v3.9
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:4448c4b6d4308244160b71c423bc9df32bc180db
- linuxkit/runc:a81d48a1568f41b1c2e048fe017dbd88c6a4bdcc
- linuxkit/containerd:56e03cfa92d75d6eb5a7fc44742e50f427ba29a3
- linuxkit/ca-certi... | dockerfiles/uos/uos.yml |
---
id: comment-2867806221
date: '2008-08-06 16:25:58 +0000'
updated: '2008-08-06 16:25:58 +0000'
post_id: "/2008/07/y-a-une-cuil-dans-le-potage"
author:
url:
email:
image: no-avatar.png
name: th
content: "<p>Bonjour, <br /> Je me permet d'intervenir pour noter combien vous êtes
conventionnels… googlautomisés... | _comments/2008-07-31-y-a-une-cuil-dans-le-potage_2008-08-06-162558.yml |
---
#
# Create Active Directory Tasks
#
- name: Create Active Directory Join Point - "{{ ad_domain_name }}"
cisco.ise.active_directory:
ise_hostname: "{{ inventory_hostname }}"
ise_username: "{{ ise_username }}"
ise_password: "{{ ise_password }}"
ise_verify: "{{ ise_verify }}"
stat... | Deploy/active_directory.tasks.yaml |
nameWithType: VirtualMachine.Update.withOSDiskSizeInGB
type: method
members:
- fullName: com.microsoft.azure.management.compute.VirtualMachine.Update.withOSDiskSizeInGB(int size)
name: withOSDiskSizeInGB(int size)
nameWithType: VirtualMachine.Update.withOSDiskSizeInGB(int size)
parameters:
- description: <p>a d... | legacy/docs-ref-autogen/com.microsoft.azure.management.compute.VirtualMachine.Update.withOSDiskSizeInGB.yml |
uuid: f8cc1ec4-5e83-4773-8b8a-a331140b4b05
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.job.field_external_link
- field.field.node.job.field_further_content
- field.field.node.job.field_header_image
- field.field.node.job.field_header_silho... | config/core.entity_view_display.node.job.teaser.yml |
name: publish
on:
push:
# don't run if pushing tags
branches-ignore:
- refs/tags/*
env:
PROJECT: quarks-secret
DOCKER_IMAGE_ORG: ghcr.io/cloudfoundry-incubator
DOCKER_IMAGE_REPOSITORY: quarks-secret
jobs:
publish:
runs-on: ubuntu-latest
# don't run 'publish' on forks
if: github.rep... | .github/workflows/publish.yml |
name: Build test pod
on: workflow_dispatch
jobs:
create_podspec_file:
name: Create RiveRuntime.podspec
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Read podspec.txt file
uses: pCYSl5EDgo/cat@master
id: podspec
with:
... | .github/workflows/test_build_pod.yml |
AWSTemplateFormatVersion: '2010-09-09'
Description: Linux EC2 ServiceCatalog product with Jumpcloud integration.
Parameters:
PortfolioProvider:
Type: String
Description: Owner and Distributor Name
LaunchConstraintARN:
Type: String
Description: ARN of the launch constraint role for EC2 products.
Po... | ec2/sc-product-ec2-linux-jumpcloud.yaml |
prefixes:
rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
xsd: "http://www.w3.org/2001/XMLSchema#"
grel: "http://users.ugent.be/~bjdmeest/function/grel.ttl#"
idlab: "http://example.com/idlab/function/"
idsf: "https://w3id.org/um/ids/rmlfunctions.ttl#"
pubme... | datasets/UniProt/mapping-uniprot.yarrr.yml |
---
version: '2'
services:
# To test with MariaDB, set FLEET_MYSQL_IMAGE to mariadb:10.6 or the like.
mysql:
image: ${FLEET_MYSQL_IMAGE:-mysql:5.7}
platform: linux/x86_64
volumes:
- mysql-persistent-volume:/tmp
command: mysqld --datadir=/tmp/mysqldata --event-scheduler=ON
environment: &mys... | docker-compose.yml |
{% set version = "1.10.0" %}
{% set name = "compartmap" %}
{% set bioc = "3.13" %}
package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url:
- 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.org... | recipes/bioconductor-compartmap/meta.yaml |
uid: botframework.connector.auth.government_channel_validation.GovernmentChannelValidation
name: GovernmentChannelValidation
fullName: botframework.connector.auth.government_channel_validation.GovernmentChannelValidation
module: botframework.connector.auth.government_channel_validation
inheritances:
- abc.ABC
construct... | botbuilder-docs-sdk-python/docs-ref-autogen/botframework-connector/botframework.connector.auth.government_channel_validation.GovernmentChannelValidation.yml |
items:
- uid: com.microsoft.applicationinsights.autoconfigure._application_insights_properties._quick_pulse
id: _quick_pulse
parent: com.microsoft.applicationinsights.autoconfigure
children:
- com.microsoft.applicationinsights.autoconfigure._application_insights_properties._quick_pulse.isEnabled()
- com.micro... | docs-ref-autogen/com.microsoft.applicationinsights.autoconfigure._application_insights_properties._quick_pulse.yml |
items:
- uid: azure-servicefabric.CheckValuePropertyBatchOperation
name: CheckValuePropertyBatchOperation
fullName: CheckValuePropertyBatchOperation
children:
- azure-servicefabric.CheckValuePropertyBatchOperation.kind
- azure-servicefabric.CheckValuePropertyBatchOperation.propertyName
-... | docs-ref-autogen/azure-servicefabric/CheckValuePropertyBatchOperation.yml |
author: <NAME>, <NAME>, <NAME>
author_url: https://github.com/mongodb/mongodb-vapor
github_url: https://github.com/mongodb/mongodb-vapor
theme: fullwidth
swift_build_tool: spm
custom_categories:
- name: Vapor Extensions
children:
- Application
- Request
- name: General Guides
children:
-... | .jazzy.yml |
resource_registry:
OS::TripleO::Controller::Net::SoftwareConfig: ../common/net-config-multinode-os-net-config.yaml
OS::TripleO::Compute::Net::SoftwareConfig: ../common/net-config-multinode-os-net-config.yaml
OS::TripleO::Services::BarbicanApi: ../../puppet/services/barbican-api.yaml
OS::TripleO::Services::Zaqar... | ci/environments/scenario002-multinode.yaml |
- id: footer_hiring
translation: "人材募集中"
- id: menu_guides
translation: "ガイド"
- id: menu_references
translation: "レファレンス"
- id: menu_references_api
translation: "APIレファレンス"
- id: menu_references_tracing
translation: "APM (Tracing)"
- id: menu_references_libraries
translation: "APIライブラリー"
- id: menu_re... | i18n/ja.yaml |
name: Verify release
on:
push:
branches:
- release-prep
jobs:
check-version-change:
name: Check version change
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v1
- name: Setup python and install packages
uses: actions/setup-python@v1
... | .github/workflows/release-prep.yml |
clusterNew:
aliyunkcs:
label: 阿里云Kubernetes容器服务
shortLabel: Alibaba ACK
access:
next: '下一步: 配置集群'
loading: '从Alibaba ACK加载可用区域'
title: 帐户访问
detail: 选择将用于启动阿里巴巴Kubernetes服务的地区和API密钥
cluster:
title: 集群配置
detail: 选择将用于启动阿里巴巴Kubernetes服务的区域和Kubernetes版本
next: '下一步... | translations/zh-hans.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 19:51"
variationOf: "5a2ef56af0532d732811bd089803ec726f12ffa4"
game: "Unreal Tournament"
name: "DM-{aka}RoofTops"
author: "{aka}{+D0MIN/\\T0R+}"
description: "welcome to the roof"
releaseDate: "2000-10"
attachments:
- type: "IMAGE"
name: "dm-akarooftops_shot_e7a99... | content/Unreal Tournament/Maps/DeathMatch/A/e/7/a99bdf/dm-akarooftops_[e7a99bdf].yml |
title: 'Documentación de Azure Database for PostgreSQL: Hiperescala (Citus)'
summary: Azure Database for PostgreSQL es una base de datos como servicio completamente administrada basada en el motor de base relacional de código abierto PostgreSQL. La opción de implementación de Hiperescala (Citus) escala consultas entre ... | articles/postgresql/hyperscale/index.yml |
release:
github:
owner: obalunenko
name: btc-wallet
env:
- GO111MODULE=on
- CGO_ENABLED=0
- GOPROXY=https://gocenter.io
before:
hooks:
- go mod tidy -v
builds:
- id: service
binary: btc-wallet
goos:
- darwin
- windows
- linux
goarch:
- amd64
- arm
... | .goreleaser.yml |
image: python:3.8.11-slim
stages:
- unit_test_non_slow
- unit_test_slow
- pre
- build
- restart_docs_staging
- push_docs_prod
- restart_docs_prod
run_non_slow_unit_tests:
stage: unit_test_non_slow
script:
- echo 'Installing docs dependencies'
- apt-get update
- apt-get -y install build-e... | .gitlab-ci.yml |
template: true # required for local templates
valuesFilePath: ./values.yml
resources:
- name: docker_repo
type: GitRepo
configuration:
gitProvider: {{ .Values.gitProvider }} # <-- replace with your integration
path: {{ .Values.repoPath }} # <-- replace with your reposito... | pipelines.yml |
swagger: '2.0'
info:
title: LemonMart
description: LemonMart API
version: '1.0.0'
host: localhost:3000
basePath: /v1
schemes:
- http
consumes:
- application/json
produces:
- application/json
definitions:
Role:
type: string
enum: [clerk, cashier, manager]
Name:
type: object
properties:
... | swagger.2.yaml |
name: MyStuff CI
on: [push]
jobs:
ci-testing:
runs-on: ubuntu-20.04
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imag... | .github/workflows/mystuff-ci.yml |
# Automatically triggered on PR
# https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema%2Cparameter-schema#pr-trigger
trigger:
- main
pool:
vmImage: 'ubuntu-20.04'
variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
MAVEN_OPTS: '-Dmaven.repo.local=$... | .devops/pagopa-code-review-pipelines.yml |
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: cloud-controller-manager
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: system:cloud-controller-manager
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
su... | content/en/examples/admin/cloud/ccm-example.yaml |
name: Ruby 打卡
on:
# 两个工作流同时开启时等待 Python 完成提交后再开始
# 否则由于仓库变动会导致 log 文件提交失败
# workflow_run:
# workflows: ["Python 打卡"]
# types:
# - completed
#
schedule:
- cron: "30 0,23 * * *"
workflow_dispatch:
jobs:
checkin-ruby:
runs-on: ubuntu-latest
services:
hub:
image: sel... | .github/workflows/ruby.yml |
asyncapi: 2.1.0
channels:
events/foo/1:
x-ballerina-service-type: "FooService1"
subscribe:
message:
oneOf:
- x-ballerina-event-type: "bar_1_event_1"
externalDocs:
description: Event documentation for bar_event_1
url: 'https://foo.com/events/bar_e... | src/test/resources/specs/spec-multiple-channels.yml |
actions:
- name: Nuctl smoke test
bashTest:
script: /usr/bin/nuctl version
expect:
exitCode:
equals: 0
- name: Test nuclio build
bashTest:
script: |
REGISTRY_IP=$(host registry-service.${NAMESPACE}.svc.cluster.local | cut -d" " -f 4);
nuctl build hello-world \
--pat... | k8s/nuclio/apptest/tester/tests/basic-suite.yaml |
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- com.microsoft.azure.batch.protocol.models.PoolSpecification.applicationLicenses()
- com.microsoft.azure.batch.protocol.models.PoolSpecification.applicationPackageReferences()
- com.microsoft.azure.batch.protocol.models.PoolSpe... | legacy/docs-ref-autogen/com.microsoft.azure.batch.protocol.models.PoolSpecification.yml |
name: ContainerServiceMasterProfile
uid: '@azure/arm-containerservice.ContainerServiceMasterProfile'
package: '@azure/arm-containerservice'
summary: Profile for the container service master.
fullName: ContainerServiceMasterProfile
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: co... | preview-packages/docs-ref-autogen/@azure/arm-containerservice/ContainerServiceMasterProfile.yml |
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
metadata:
name: rabbit-pod-autoscaler
rules:
- apiGroups: ["*"]
resources: ["deployments"]
verbs: ["get", "list", "update"]
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: rabbit-pod-autoscaler
namespace: kube-system
---
apiVers... | deploy.yml |
plugin_spec_version: v2
extension: plugin
products: [insightconnect]
name: phabricator
title: Phabricator
vendor: rapid7
support: community
status: []
description: Setup and manage code reviews
version: 1.0.1
resources:
source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/phabricator
lic... | plugins/phabricator/plugin.spec.yaml |
service_type: 'network'
service_name: 'neutron'
# prefix: '/v2[0-9\.]*(?:/[0-9a-f\-]+)?'
prefix: '/v2.0'
resources:
bgpvpn:
# BPG VPNs namespace
singleton: true
children:
bgpvpns:
type_uri: network/bgpvpns
children:
network_associations:
type_uri: network/bgpv... | openstack/neutron/templates/etc/_neutron_audit_map.yaml |
- name: Architektur von cloudbasierten .NET-Apps für Azure
href: index.md
items:
- name: Einführung in cloudbasierte Anwendungen
href: introduction.md
items:
- name: Definition von cloudbasiert
href: definition.md
- name: Apps-Kandidaten für cloudbasiert
href: can... | docs/architecture/cloud-native/toc.yml |
title: tuberculose-baisse-de-moitie-de-la-mortalite-depuis-1990
date: '2015-10-28T00:00:00.000Z'
image: >-
https://www.populationdata.net/wp-content/uploads/monde-oms-tuberculose-2015.jpg
fr:
title: 'Tuberculose : baisse de moitié de la mortalité depuis 1990'
body: >-
La mortalité due à la tuberculose a recul... | data/posts/2015-10-27_tuberculose-baisse-de-moitie-de-la-mortalite-depuis-1990.yml |
---
# Copyright Red Hat, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applic... | roles/rdo-infra/backup-server/tasks/sfkoji.yml |
items:
- uid: "com.microsoft.azure.management.network.model.HasPublicIPAddress"
id: "HasPublicIPAddress"
parent: "com.microsoft.azure.management.network.model"
children:
- "com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages"
- "com.microsoft.azure.management.network.model.HasPubl... | docs-ref-autogen/com.microsoft.azure.management.network.model.HasPublicIPAddress.yml |
# Name of the run
name: '$(Build.DefinitionName)-$(Build.DefinitionVersion)-$(Date:yyyyMMdd)-$(Rev:r)'
trigger: none
pr: none
jobs:
# Agent phase.
- job: 'Rebuild'
displayName: 'Start Rebuild'
pool:
vmImage: 'windows-latest'
variables:
skipComponentGovernanceDetection: ${{ true }}
runCodesignValid... | DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml |
version: "3.8"
x-env:
&base_env
NUM_J: "${NUM_J}"
STEPS_PER_REV: "${STEPS_PER_REV}"
ENCODER_TICKS_PER_REV: "${ENCODER_TICKS_PER_REV}"
MOTOR_MIN_RADIANS: "${MOTOR_MIN_RADIANS}"
MOTOR_MAX_RADIANS: "${MOTOR_MAX_RADIANS}"
JOINT_MIN_POS: "${JOINT_MIN_POS}"
JOINT_MAX_POS: "${JOINT_MAX_POS}"
JOINT_MIN_VEL: ... | docker-compose.yml |
java:
image: 'hmctspublic.azurecr.io/ia/bail-case-api:latest'
applicationPort: 8099
readinessPath: '/health/readiness'
aadIdentityName: ia
ingressHost: ia-bail-case-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
environment:
CCD_URL: "http://ccd-data-... | charts/ia-bail-case-api/values.yaml |
Devlabs91\TravelgateNotify\Models\Ota\AirSearchPrefsType\FlightTypePrefAType:
properties:
preferLevel:
expose: true
access_type: public_method
serialized_name: PreferLevel
accessor:
getter: getPreferLevel
setter: setPreferLevel
... | src/Metadata/Ota/AirSearchPrefsType.FlightTypePrefAType.yml |
title: Willow Cheng
subtitle: Craftor’s journey
email: <EMAIL>
form_id: xjvpaeba
baseurl: ""
url: "https://willowcheng.com"
author: <NAME>
city: Toronto
state: Ontario
country: Canada
# Site settings in Chinese
zh:
title: 程柳
subtitle: 我们像只野马一样在城市里流淌
city: 多伦多
state: 安大略省
country: 加拿大
# Custom collections
co... | _config.yml |
es:
feeds:
add:
title: ¿Necesitas nuevas historias?
description: Pega en la URL del blog lo que quieras leer
fields:
feed_url: Feed URL
submit: Añadir
index:
add_some_feeds: Hey, deberias %{add} algunos feeds.
add: añadir
first_run:
password:
title: St... | config/locales/es.yml |
apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
name: kafka-chaos
namespace: default
spec:
# It can be true/false
annotationCheck: 'true'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
appinfo:
appns: 'default'
a... | charts/kafka/kafka-broker-pod-failure/ansible/engine.yaml |
name: ServerAzureADAdministrator
uid: '@azure/arm-sql.ServerAzureADAdministrator'
package: '@azure/arm-sql'
summary: An server Active Directory Administrator.
fullName: ServerAzureADAdministrator
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: id
uid: '@azure/arm-sql.ServerAzu... | docs-ref-autogen/@azure/arm-sql/ServerAzureADAdministrator.yml |
---
banner:
enable: true
bg_image: images/cello-orchester.jpg
title: Youth for Music Association
content: |-
A Hub for Nurturing Next Generation Musicians.<br />
Based in Jordan with Global Outlooks.
button:
enable: false
label: Discover Our Project
link: project
about:
enable: false
... | exampleSite/data/en/homepage.yml |
M2B_Workflow :
Type : Flow
Execution : Sequential
Activities :
TaskA :
Type : Task
Function : "DataLoad"
Inputs : { Filename : "Milestone2B_DataInput1.csv" }
Outputs : [ DataTable, NoOfDefects ]
FlowA :
Type : Flow
Execution : Concurrent
Activities :
Task... | Milestone2/Milestone2B.yaml |
name: Regenerate Biolink Model Artifacts
# Controls when the action will run. Triggers the workflow on push
# event but only for the master branch, and specifically on the biolink-model.yaml
on:
push:
branches:
- master
paths:
- 'biolink-model.yaml'
repository_dispatch:
types: trigger-build-art... | .github/workflows/regenerate-artifacts.yml |
resnet50: &resnet50
model: resnet50
data: imagenet
precision: "16.16"
enable_stochastic_rounding: true
label_smoothing: 0.1
weight_decay: 0.0001
optimizer: sgd_combined
lr: 0.5
lr_schedule: cosine
momentum: 0.85
warmup_epoch: 5
epoch: 100
norm_type: group
norm_num_groups: 32
loss_scaling: ... | applications/pytorch/cnns/train/configs.yml |
name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.*' ]
name: Tests
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
... | .github/workflows/main.yml |
name: CI
on:
push:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install
- run: npm run lint
test:
name: Test - ${{ matrix.os }}/node@${{ matrix.node-version }}/webpack@${{ matri... | .github/workflows/ci.yml |
theme: unidata-jekyll-theme
# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
docset_version: 5.2
# this appears on the top navigation bar next to the home button
topnav_title: THREDDS Data Server (TDS)
# this appears in the html browser tab for the site title (seen mostly by search engines, not... | docs/userguide/src/site/_config.yml |
name: Conduit Actions
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A... | .github/workflows/conduit.yml |
name: $(SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rrr)
trigger:
- master
pr:
- master
variables:
GOPATH: $(Agent.BuildDirectory)/go
PATH: $(Agent.BuildDirectory)/go/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
GO_VER: 1.13.8
NODE_VER: 10.19
jobs:
- job: TestsWithCoverage
pool:
vmImag... | ci/azure-pipelines.yml |
---
pl:
data:
display_name:
AppLab Intro 4 - Video setProperty: Pierwsze kroki
AppLab Intro 6 - Video welcome: Pierwsze kroki
CSD Timed Loop Map: Pętle czasowe
CSD U2 Pair Programming Video: Programowanie w parach
CSD U2 Pair Programming Video_2018: Programowanie w parach
CSD U... | dashboard/config/locales/display_name.pl-PL.yml |
version: '2'
services:
spring-cloud-dataflow:
image: docker.io/bitnami/spring-cloud-dataflow:2
restart: always
environment:
- SERVER_PORT=9393
# configuring database
- SPRING_DATASOURCE_URL=jdbc:mariadb://mariadb-dataflow:3306/dataflow?useMysqlMetadata=true
- SPRING_DATASOURCE_USE... | docker-compose.yml |
name: "Build"
on:
push:
tags:
- '*'
jobs:
build_linux:
needs: build_win
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Build"
run: make lin
- name: "Create artifact"
run: |
tar -C ./csvfix/bin -czvf csvfix-${{ needs.build_win.outputs.tag }}-li... | .github/workflows/build.yml |
items:
- uid: com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.UpdateCombined
id: UpdateCombined
artifact: com.azure.resourcemanager:azure-resourcemanager-privatedns:2.0.0-beta.5
parent: com.azure.resourcemanager.privatedns.models
langs:
- java
name: PrivateDnsRecordSet.UpdateCombined
nameW... | preview/docs-ref-autogen/com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.UpdateCombined.yml |
items:
- uid: 'onenote!OneNote.Interfaces.NoteTagData:interface'
summary: An interface describing the data returned by calling "noteTag.toJSON()".
name: OneNote.Interfaces.NoteTagData
fullName: OneNote.Interfaces.NoteTagData
langs:
- typeScript
type: interface
package: onenote!
child... | docs/docs-ref-autogen/onenote/onenote/onenote.interfaces.notetagdata.yml |
delete:
description: Deletes a directory snapshot that has been destroyed and is pending
eradication. Eradicated directory snapshots cannot be recovered. Directory snapshots
are destroyed by using the PATCH method. The `ids` or `names` parameter is required,
but cannot be set together.
parameters:
- $... | html/paths/FA2.4/directory-snapshots.path.yaml |
---
operationId: |-
put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema#delete
summary: Delete classification
tags:
- Classifications
x-box-tag: classifications
x-box-sanitized: true
description: |-
Removes a classification from the list of classifications
available to the enterprise... | content/paths/classifications__put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema--delete.yml |
swagger: "2.0"
info:
title: Markdown Content
version: 1.0.0
description: Test case to show markdown support. For more info check specification (http://spec.openapis.org/oas/v3.0.3)
basePath: /v1
consumes:
- application/json
produces:
- application/json
paths:
/markdown:
post:
description: |
En... | docs/specs/markdown.yaml |
name: Word.Interfaces.InlinePictureData
uid: word!Word.Interfaces.InlinePictureData:interface
package: word!
fullName: Word.Interfaces.InlinePictureData
summary: Interface décrivant les données renvoyées par l’appel `inlinePicture.toJSON()`<!-- -->.
remarks: ''
isPreview: false
isDeprecated: false
type: interfa... | docs/docs-ref-autogen/word_1_3/word/word.interfaces.inlinepicturedata.yml |
matrix:
include:
- language: android
jdk: oraclejdk8
before_install:
- nvm install 8
- echo yes | sdkmanager "platforms;android-28"
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.16.0
- export PATH=$HOME/.yarn/bin:$PATH
android:
comp... | .travis.yml |
---
- name: sm_status_report - lb_started
debug:
msg: "lb_started"
- name: Copy contrail lb image
copy:
src: "{{ docker_image_load_path }}/{{ contrail_lb_image_archive }}"
dest: "/tmp/{{ contrail_lb_image_archive }}"
when: docker_registry is not defined or load_contrail_lb_image is defined
- name: "... | contrail-ansible/playbooks/roles/node/tasks/lb.yml |
client:
label:
username: Login (e-mail)
password: Password
confirm_password: <PASSWORD>
new_password: <PASSWORD>
accept_conditions: Accept store conditions
accept_newsletter: Sign up for our newsletter
contact_details:
first_name: First name
... | src/WellCommerce/Bundle/ClientBundle/Resources/translations/wellcommerce.en.yml |
- hosts: manager[0]
become: True
tasks:
- name: Delete A record for Runners
cloudflare_dns:
zone: "{{ base_domain }}"
record: "runners"
type: A
state: absent
account_email: "{{ cloudflare_api_email }}"
account_api_token: "{{ cloudflare_api_key }}"
regi... | playbooks/provision-runner.yml |
# Sub-populations of interest as dictionary keys
# Under each sub-population name, list of the columns in SEMANTIC.oa that constitute that sub-population
populations:
total:
- usual_residents_all
elderly:
- age_60_to_64
- age_65_to_74
- age_75_to_84
- age_85_to_89
- age_90_plus
disabled:
... | config/base/model_config.yaml |
name: Release
on:
release:
types: [released]
jobs:
# Prepare and publish the plugin to the Marketplace repository
# release:
# name: Publish Plugin
# runs-on: ubuntu-latest
# steps:
#
# - name: Setup Java
# uses: actions/setup-java@v2
# with:
# java-version: 11
# ... | .github/workflows/release.yml |
name: build
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/build.yml'
- 'transport/internet/tcp/sockopt_darwin.go'
schedule:
- cron: '3 * * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Mattraks/delete-workflow-runs@main
with:
... | .github/workflows/build.yml |
- hosts: all
remote_user: root
# https://github.com/ansible/ansible/issues/10698
# Make sure we use LANG=C for the yum plugin, to properly parse the updated/installed
# packages
environment:
LANG: "C"
pre_tasks:
- include_vars: ovirt_host_upgrade_vars.yml
tags:
- skip_ansible_lint # E5... | packaging/ansible-runner-service-project/project/ovirt-host-upgrade.yml |