code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
---
traefik_enabled: false
traefik_service_dir: /opt/services/traefik
traefik_certs_dir: "{{ traefik_service_dir }}/certs"
traefik_conf_dir: "{{ traefik_service_dir }}/conf.d"
traefik_consul_provider: false
traefik_consul_provider_host: localhost
traefik_consul_provider_port: 8500
traefik_consul_provider_constraints... | roles/traefik/defaults/main.yml |
uid: "com.azure.resourcemanager.compute.models.LastPatchInstallationSummary"
fullName: "com.azure.resourcemanager.compute.models.LastPatchInstallationSummary"
name: "LastPatchInstallationSummary"
nameWithType: "LastPatchInstallationSummary"
summary: "Describes the properties of the last installed patch summary."
inheri... | docs-ref-autogen/com.azure.resourcemanager.compute.models.LastPatchInstallationSummary.yml |
---
- name: install vim
yum:
name: vim
state: present
- name: install wget if not
yum:
name: wget
state: present
- name: Copy javajdk rpm with owner and permissions
copy:
src: /root/jdk-8u202-linux-x64.rpm
dest: /root/jdk-8u202-linux-x64.rpm
owner: root
group: root
mode: '077... | ansible-cloudera/roles/presetup/tasks/main.yml |
version: '3.3'
services:
calendardb:
image: mysql:latest
environment:
MYSQL_DATABASE: OSM_DB
MYSQL_ROOT_PASSWORD: root
MYSQL_USER: dbuser
MYSQL_PASSWORD: <PASSWORD>
MYSQL_ROOT_HOST: 127.0.0.1
command: mysqld --default-authenticatio... | docker-compose.yml |
max-logger-size: 20000
# ------------------------------ Taxing ------------------------------
#in m (1d = 1440)
tax-time: 1440
#in ticks (1s = 20t)
update-time-tax-time: 120
#Number of unpaid taxes after which the player will get sanctions
tax-limit: 3
#The size of the island when the tax threshold is exceeded.
over... | src/main/resources/config.yml |
#
# AWS
#
aws:
small:
instance_type: m4.large
volume_type: gp2
# AWS の最少AMIサイズは8G
volume_size: 8
medium:
instance_type: m4.xlarge
volume_type: gp2
volume_size: 40
large:
instance_type: m4.2xlarge
volume_type: gp2
volume_size: 1... | HybridCloud/vcpsdk/config/vcp_flavor.yml |
name: Build and test typescript package
description: Build and test (maybe with integration) a typescript package, optionnaly uploading artefacts
inputs:
path:
description: "the path of the package"
required: false
default: ''
archive:
description: 'artefacts archive name'
default: 'build_and_te... | ts/build_and_test/action.yml |
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ include "concierge.aggregatedApiName" . }}
labels:
{{- include "concierge.labels" . | nindent 4 }}
subjects:
- kind: ServiceAccount
name: {{ include "concierge.fullname" . }}
namespace: {{ .Release.Namespace | quote }... | charts/concierge/templates/rolebinding.yaml |
version: 2
jobs:
build:
working_directory: ~/premwit
docker:
- image: centos:centos6.9
steps:
- checkout
- run:
name: Update Container
command: yum update -y
- run:
name: Install Development Tools
command: yum groupinstall -y 'Development Too... | .circleci/config.yml |
name: Lint & Test
on:
push:
branches:
pull_request:
# Brand new concurrency setting! This ensures that not more than one run can be triggered for the same commit.
# It is useful for pull requests coming from the main repository since both triggers will match.
concurrency:
group: ${{ github.workflow }}-${{ gi... | .github/workflows/lint_test.yaml |
version: "3.4"
services:
backend:
environment:
- FIREBASE_API_KEY
- DATABASE_URL=pgsql://postgres:${DB_PASSWORD}@database:5432/${DB_NAME}
- OAUTH_GOOGLE_CLIENT_ID
- OAUTH_GOOGLE_CLIENT_SECRET
- OAUTH_GOOGLE_REDIRECT_URI
- OAUTH_FACEBOOK_CLIENT_ID
- OAUTH_FACEBOOK_CLIENT... | docker/docker-compose.yml |
bot:
message:
start: |-
:waving_hand: Привет!
:information: С моей помощью ты можешь отправлять котов в канал <a href="https://t.me/%{channel_username}">%{channel_title}</a>.
:clipboard: Пришли мне кота. Если админ одобрит кота, ты увидишь его в канале)
admin:
wait_buttons: >-
Отпр... | src/app/translations/app.ru.yml |
sudo: false
language: php
dist: trusty
services:
- mysql
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly
jobs:
include:
- stage: test
addons:
mariadb: 10.1
php: 7.1
- addons:
mariadb: 10.2
php: 7.1
- addons:
mariadb: 10.3
php: 7.1
- addon... | .travis.yml |
pool:
name: Azure Pipelines
demands:
- msbuild
- visualstudio
- vstest
#Your build pipeline references an undefined variable named ‘Parameters.solution’. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab. See https://go.microsoft.com/fwlink/?linkid=865972
#Your bu... | azure-pipelines-1.yml |
items:
- uid: vss-web-extension-sdk.TFS.TestManagement.Contracts.TestPointsQuery
name: TestPointsQuery
fullName: TestPointsQuery
children:
- >-
vss-web-extension-sdk.TFS.TestManagement.Contracts.TestPointsQuery.orderBy
- >-
vss-web-extension-sdk.TFS.TestManagement.Contracts.Tes... | docs-ref-autogen/vss-web-extension-sdk/TFS.TestManagement.Contracts.TestPointsQuery.yml |
name: Monthly Update
on:
workflow_dispatch:
schedule:
# Runs At 19:00 UTC (AM 04:00 JST) on day-of-month 1
- cron: "0 19 1 * *"
jobs:
automated_build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actio... | .github/workflows/update-mod-monthly.yaml |
serverInfo:
name: "Aces ARK-ETH Channel Service"
description: "ACES ARK-ETH Channel service for transferring ARK to ETH"
instructions: >
With this service, users are able to deploy Ethereum code contracts directly to the
Ethereum network using Ark. Users supply compiled solidity contract code to the servi... | src/main/resources/application.yml |
{{- if .Values.ssh.enabled -}}
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "jupyterhub-ssh.ssh.fullname" . }}
labels:
{{- include "jupyterhub-ssh.ssh.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.ssh.replicaCount }}
selector:
matchLabels:
{{- include "jupyterhub-ssh.selec... | helm-chart/jupyterhub-ssh/templates/ssh/deployment.yaml |
---
- name: Add acme (letsencrypt) user
user: name={{ acme_user }}
shell=/sbin/nologin
home={{ acme_home }}
## Temporary hack to deal with migrations 22/1/2019
# To allow apache to restart cleanly later in the hub playbook we want the
# certificate to exist and (ideally) be vaild.
- name: Check for e... | ansible/roles/internal/dehydrate-letsencrypt/tasks/main.yml |
default: &defaults
docker:
- image: circleci/ruby:2.6.6-node
environment:
PGHOST: localhost
PGUSER: spiderbot
RAILS_ENV: test
- image: postgres:9.5
environment:
POSTGRES_USER: spiderbot
POSTGRES_DB: spiderbot_test
POSTGRES_PASSWORD: <PASSWORD>
wor... | .circleci/config.yml |
---
- name: Install Guacamole and Java packages
yum: name={{ item }} state=latest enablerepo=epel-testing
with_items:
- guacd
- libguac
- libguac-client-vnc
- libvncserver
- tomcat
- tomcat-native
- name: Create /etc/tomcat/conf.d/java_opts.conf
copy: dest=/etc/tomcat/conf.d/java_opts.con... | ansible/roles/esdc-mgmt/tasks/guacamole.yml |
parameters:
# insider_order.example.class: Insider\OrderBundle\Example
services:
insider_order.admin.extension:
class: Insider\OrderBundle\Admin\Extension\UserOrderAdminExtension
tags:
- { name: sonata.admin.extension, target: insider_order.admin.order }
- { name: sonata.... | src/Insider/OrderBundle/Resources/config/services.yml |
# run commands
# default: none
# runcmd contains a list of either lists or a string
# each item will be executed in order at rc.local like level with
# output to the console
# - runcmd only runs during the first boot
# - if the item is a list, the items will be properly executed as if
# passed to execve(3) (with the... | DSC/ProvisionKatoolin.yaml |
site_name: GKE Hub v3.1.0+20220211
site_url: http://byron.github.io/google-apis-rs/google-gkehub1-cli
site_description: A complete library to interact with GKE Hub (protocol v1)
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/gkehub1-cli
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home... | gen/gkehub1-cli/mkdocs.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 18:39"
game: "Unreal Tournament"
name: "CTF-TheMatrixReloaded"
author: "\"nincube8\" <NAME>"
description: "YOU ARE THE ONE!!! PROVE IT!!!"
releaseDate: "2003-06"
attachments:
- type: "IMAGE"
name: "CTF-TheMatrixReloaded_shot_1.png"
url: "https://f002.backblazeb2... | content/Unreal Tournament/Maps/Capture The Flag/T/b/0/08161a/ctf-thematrixreloaded_[b008161a].yml |
---
# Setup Var Flags
setup_aliases: True
setup_brew: True
setup_bash: True
setup_chromebook: False
setup_color: True
setup_fonts: True
setup_git: True
setup_icons: True
setup_system: True
setup_python: False
setup_screen: True
setup_tmux: True
setup_vim: True
setup_vscode: True
setup_zsh: True
install_ycm: True
setup_... | vars/darwin.yml |
---
result: SUCCESS
url: http://wilson.ci.chef.co/job/supermarket-trigger-nightly-master/30/
timestamp: 2016-01-08 09:12:00 UTC
duration: 48m7s
active_duration: 47m48s
parameters: {}
change:
git_remote: <EMAIL>:chef/supermarket.git
git_commit: <PASSWORD>
project: supermarket
version: 2.2.2+20160108091210.git.9.... | reports/wilson.ci.chef.co/job/supermarket-trigger-nightly-master/30.yaml |
parameters:
locale: '%env(string:DEFAULT_LOCALE)%'
front_web_title: '%env(string:PROJECT_WEB_TITLE)%'
front_web_phone: '%env(string:PROJECT_WEB_PHONE)%'
front_web_address: '%env(string:PROJECT_WEB_ADDRESS)%'
front_web_postal_code: '%env(string:PROJE... | config/services.yaml |
version: '3.8'
networks:
loki:
services:
graphite:
container_name: graphite
image: graphiteapp/graphite-statsd:1.1.8-2
volumes:
- ./graphite/storage:/opt/graphite/storage
- ./graphite/conf:/opt/graphite/conf
- ./graphite/statsd:/opt/statsd/config
- ./graphite/log:/var/log
p... | Abraracourcix/metrics/docker-compose.yml |
- name: Set input params for az_sf_cluster_setting_remove
set_fact:
az_sf_cluster_setting_remove:
input:
### Required parameter. Specify the name of the cluster, if not given it will be same as resource group name. ###
'cluster-name': "{{ item['cluster-name'] | default('') }}"
... | az-wrappers/az-sf-cluster-setting-remove.yml |
postAdForm.attributeMap[numberbedrooms_s]: "2.5"
postAdForm.attributeMap[numberbathrooms_s]: "20"
postAdForm.attributeMap[numberparkingspots_s]: "2"
postAdForm.addressProvince: Manitoba
postAdForm.attributeMap[dateavailable_tdt]: "01/03/2021"
postAdForm.attributeMap[areainfeet_i]: "895"
postAdForm.title: Gorgeous St Vi... | Ads/WalesRental/item.yaml |
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: velero-s3-creds
namespace: velero
stringData:
cloud: ENC[AES256_GCM,data:GGt4NTabtU5JAJrT+iy2Bmmn1cfVye7rRY8qlvmwuvT6Zn4RgPYW0OeBlaQ8H8Sa4oNVErv13GBGxQRe0oT8lqgKTutsoltkHCTMY8NPVyrK9+u732ahTpz63bvHtBoFXvmA,iv:4VHvN23IuTCpciXkn2T3Iytl88NljZnRiO5N8F4m+W... | cluster/apps/velero/secret.sops.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 18:16"
variationOf: "08c29a5f7f28d3742d8507e1bbdff61643249f1a"
game: "Unreal Tournament"
name: "CTF-ChaosFX"
author: "NeoChaos|SGL"
description: "Created by NeoChaos Designed by Corroboree."
releaseDate: "2000-07"
attachments:
- type: "IMAGE"
name: "ctf-chaosfx_sh... | content/Unreal Tournament/Maps/Capture The Flag/C/e/d/67e69a/ctf-chaosfx_[ed67e69a].yml |
abstract: 'Over the past years, there has been a resurgence of Datalog-based systems
in the database
community as well as in industry. In this context, it has been recognized that to
handle the complex knowledge-based scenarios encountered today, such as reasoning
over large knowledge graphs, Datalog has to ... | bookshelf/papers/29c5bf733b91d3252f28532299edaebc-bellomarini-luigi-a/info.yaml |
- url: http://aramis.taichi.free.fr/
- url: https://associationclanis.jimdo.com/
- url: http://www.kinesiologue-78.fr/
- url: http://houilles.wix.com/espacebe
- url: http://avec-houilles.fr/
- url: http://houilles.org/
#religion
- url: http://www.mosquee-houilles.fr/
- url: https://blogs.sgdf.fr/victorschoelcherhouill... | _data/links.yml |
---
result: SUCCESS
url: http://wilson.ci.chef.co/job/chef-marketplace-trigger-nightly-master/229/
timestamp: 2016-07-25 08:10:00 UTC
duration: 2h57m52s
active_duration: 2h57m29s
queue_delays: 10s
parameters: {}
change:
git_remote: <EMAIL>:chef-partners/omnibus-marketplace.git
git_commit: <PASSWORD>
project: chef... | reports/wilson.ci.chef.co/job/chef-marketplace-trigger-nightly-master/229.yaml |
trigger:
- prod
pr: none
name: $(Date:yyyyMMdd)-$(Hours).$(Minutes)-$(SourceBranch).$(Rev:r)
pool:
vmImage: ubuntu-latest
variables:
- group: prod
stages:
- stage: rc
displayName: rc
jobs:
- job: docker
displayName: Release app
steps:
- task: Docker@2
di... | devops/azure-pipelines-prod.yml |
---
downloads: ~/.ansible-downloads/
configure_dotfiles: false
configure_terminal: true
configure_osx: false
configure_prelude: true
# Set to 'true' to configure the Dock via dockutil.
configure_dock: false
dockitems_remove: []
# - Launchpad
# - TV
# - Podcasts
# - 'App Store'
dockitems_persist: []
# - name: "Sublime... | default.config.yml |
---
# Upgrade apt
- name: upgrade apt system
apt: upgrade=yes update_cache=yes
tags: update_os
when: run_upgrade == true
# Install Open CV Dependencies
- name: Install developer tools
apt: name="{{ item }}" state=latest
with_items:
- build-essential
- git
- cmake
- pkg-config
tags: opencv_depe... | tasks/main.yml |
- name: Prepare random number
set_fact:
rpfx: "{{ resource_group | hash('md5') | truncate(7, True, '') }}{{ 1000 | random }}"
storage_account_name: "stor{{ resource_group | hash('md5') | truncate(3, True, '') }}{{ 100 | random }}"
run_once: yes
- name: create storage account for function apps
azure_rm_st... | tests/integration/targets/azure_rm_functionapp/tasks/main.yml |
- position: 1
driverNumber: 1
driverId: mika-hakkinen
constructorId: mclaren
engineManufacturerId: mercedes
tyreManufacturerId: bridgestone
time: "1:33.132"
gap:
interval:
laps: 25
- position: 2
driverNumber: 3
driverId: michael-schumacher
constructorId: ferrari
engineManufacturerId: ferrari
... | src/data/seasons/2000/races/04-great-britain/free-practice-2-results.yml |
pt-BR:
zulip_settings_header: Configuração do Zulip Plugin
zulip_settings_label_url: URL da instância Zulip
zulip_settings_label_email: E-mail do Bot no Zulip
zulip_settings_label_api_key: API key do Bot no Zulip
zulip_settings_label_stream_expression: Expressão do nome do fluxo
zulip_settings_label_issue_u... | config/locales/pt-BR.yml |
variables:
VSIM: vsim-10.6b -64
VLIB: vlib-10.6b
VMAP: vmap-10.6b
VCOM: vcom-10.6b -64
VLOG: vlog-10.6b -64
VOPT: vopt-10.6b -64
before_script:
- export PATH="~fschuiki/.cargo/bin/":$PATH
- |
echo 'plugins:' > Bender.local
echo ' bender-vsim: { git: "<EMAIL>:fschuiki/bender-vsim.git", rev: mas... | third_party/tests/ariane/src/fpu/src/common_cells/.gitlab-ci.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-20 16:00"
game: "Unreal Tournament 2004"
name: "DM-CBP2-KroujKran"
author: "'Desperado#2' & 'Hourences'"
description: "Krouj Kran is an outpost found in northern lands of Na Pali that was\
\ never destroyed. A GEO representative group took it over to research the S... | content/Unreal Tournament 2004/Maps/DeathMatch/C/c/4/75822d/dm-cbp2-kroujkran_[c475822d].yml |
---
- import_playbook: includes/rhcos-preflight.yml
vars:
installer_target: master
- name: provision the master vm
hosts: hypervisors
become: yes
gather_facts: no
vars:
current_vm_name: master
tasks:
- name: set some facts that describe the vm
set_fact:
current_vm_hostname: "{{ vm... | 12-provision-vm-master.yml |
---
AWSTemplateFormatVersion: 2010-09-09
Description: Creates an Amazon FSx for Lustre
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
default: File system configuration
Parameters:
- FileSystemName
- StorageCapacity
- SubnetId
- SecurityGrou... | lustre/templates/03-file-system-advanced.yaml |
interactions:
- request:
body: null
headers:
User-Agent:
- azsdk-python-storage-blob/12.4.0b1 Python/3.7.3 (Windows-10-10.0.18362-SP0)
x-ms-date:
- Wed, 15 Jul 2020 06:15:31 GMT
x-ms-version:
- '2019-12-12'
method: PUT
uri: https://storagename.blob.core.windows.net/ac... | sdk/storage/azure-storage-blob/tests/recordings/test_container_async.test_list_blobs_returns_rehydrate_priority.yaml |
title: Sinau Perhotelan
description: > # this means to ignore newlines until "baseurl:"
Sinau Perhotelan
SOP Perhotelan
Standart Operational Prosedure Laundry Pencucian Hotel
SOP Laundry Perhotelan
.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://sinau.eu.org" # the base hostname & protocol f... | _config.yml |
_id: 51e384f0-b8d9-11e9-8d43-a9affe6acf06
message: >-
More fwm.envi.zacharythomas.github.io.xko.vh semitransparent bouts
consultant-performed [URL=http://elegantearthatthearbor.com/valtrex/ -
valtrex[/URL - [URL=http://gccroboticschallenge.com/viagra-com/ -
viagra.com[/URL - [URL=http://dead-fish.com/online-p... | _data/comments/elasticsearch-restore/comment-1565157913715.yml |
items:
- uid: '@azure/batch.AutoPoolSpecification'
name: AutoPoolSpecification
fullName: AutoPoolSpecification
children:
- '@azure/batch.AutoPoolSpecification.autoPoolIdPrefix'
- '@azure/batch.AutoPoolSpecification.keepAlive'
- '@azure/batch.AutoPoolSpecification.pool'
- '@azure/ba... | docs-ref-autogen/@azure/batch/AutoPoolSpecification.yml |
mappings:
Department:
predicateobjects:
- [a, 'http://dbpedia.org/ontology/Department']
- [a, 'http://dbpedia.org/ontology/GovernmentalAdministrativeRegion']
- [a, 'http://schema.org/Place']
- ['http://www.w3.org/2000/01/rdf-schema#label', $(nom_dept)]
- ['http://dbpedia.org/ontology... | marq_web/mappings/repertoire-national-des-elus-deputes-et-senateurs@public.rml.yml |
- company: <a href="https://www.teamwork.com/spaces/">Teamwork</a>
position: Senior Engineer
duration: March, 2020 — present
summary: >
<p>Working as a backend engineer on the Spaces Team helping customers organise and share documentation.</p>
<p>Maintaining multiple Go services, working with the fr... | _data/experience.yml |
version: "2"
services:
web:
image: drupalwxt/site-wxt:4.1.1
environment:
- http_proxy=${HTTP_PROXY}
- https_proxy=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY}
- HTTPS_PROXY=${HTTP_PROXY}
- NO_PROXY=${NO_PROXY}
- no_proxy=${NO_PROXY}
volumes:
- drupal_settings:/var/w... | config/docker-compose.yml |
en: &DEFAULT_EN
header:
title: " <br> <br> "
text: " "
button1: Explore
button1link: "#services"
button2: Join
button2link: "https://discord.gg/vxVwSjs9dZ"
services:
title: "Games"
text: "Wild Hawks Esports competes in"
section: services
list:
- title: "C-OPS"
... | _data/sitetext.yml |
title: Bellman
logo:
author: The Bellman Contributors
description: Project website for Bellman - a python package for composing model-based reinforcement learning agents.
email: <EMAIL>
copyright: Copyright © 2020 Designed by [Themefisher](https://themefisher.com) & Adapted by the Bellman Contributors
menu:
- {... | _data/settings.yml |
- color: ffffff
name: api-change
description:
- color: ffffff
name: bug
description: Something isn't working
- color: ffffff
name: consensus
description: Consensus breaking updates
- color: ffffff
name: documentation
description: Improvements or additions to documentation
- color: ffffff
name: enhance... | .github/labels.yml |
kind: List
apiVersion: v1
items:
- apiVersion: v1
kind: ImageStream
metadata:
name: branchprotector
namespace: ci
spec:
lookupPolicy:
local: true
tags:
- name: latest
from:
kind: DockerImage
name: gcr.io/k8s-prow/branchprotector:v20210415-ecffc9c27e
- apiVersion: v1... | clusters/app.ci/prow/03_deployment/adapter_imagestreams.yaml |
en-GB:
flow:
report-a-lost-or-stolen-passport:
meta:
description: What you need to do if your passport has been lost or stolen and you need to travel urgently - emergency travel document and replacement passport.
title: Cancel a lost or stolen passport
body: |
You must cancel a l... | lib/smart_answer_flows/locales/en/report-a-lost-or-stolen-passport.yml |
---
- hosts: all
become: yes
become_user: root
vars:
# =======================================================
# rvm and ruby
# =======================================================
rvm1_rubies:
- 'ruby-2.3.0'
rvm1_install_flags: '--auto-dotfiles --user-install'
rvm1_user: '{{ ansi... | tests/test.yml |
schema_version: 1
name: "rhdm-7/rhdm73-decisioncentral-indexing-openshift"
description: "Red Hat Decision Central Indexing 7.3 OpenShift container image"
version: "1.0"
from: "rhel7:7-released"
labels:
- name: "com.redhat.component"
value: "rhdm-7-rhdm73-decisioncentral-indexing-openshift-container"
- na... | decisioncentral-indexing/image.yaml |
nameWithType: Subnet.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup
type: method
members:
- fullName: com.microsoft.azure.management.network.Subnet.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(NetworkSecurityGroup nsg)
name: withExistingNetworkSecurityGroup(NetworkSec... | legacy/docs-ref-autogen/com.microsoft.azure.management.network.Subnet.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup.yml |
---
extra_includes:
- frc2/command/Command.h
- frc2/command/Subsystem.h
- frc/smartdashboard/SendableBuilder.h
- src/helpers.h
classes:
CommandScheduler:
shared_ptr: true
ignored_bases:
- frc::SendableHelper<CommandScheduler>
methods:
GetInstance:
return_value_policy: reference
... | gen/CommandScheduler.yml |
name: Build and test
on:
push:
branches: [main, certification]
pull_request:
branches: [main]
jobs:
test:
name: test on node ${{ matrix.node-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12]
steps:
... | .github/workflows/ci.yml |
Devlabs91\TravelgateNotify\Models\Ota\ResGlobalInfoType:
properties:
hotelReservationIDs:
expose: true
access_type: public_method
serialized_name: HotelReservationIDs
xml_element:
namespace: 'http://www.opentravel.org/OTA/2003/05'
a... | src/Metadata/Ota/ResGlobalInfoType.yml |
name: fakecam
version: '1.0.0'
summary: Fakecam
description: |
Fake background removing camera for streaming and video
conferencing.
https://elder.dev/posts/open-source-virtual-background/
base: core18
grade: stable
confinement: strict
architectures:
- build-on: amd64
- build-on: arm64
- build-on: armhf
... | snap/snapcraft.yaml |
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: rng-ds
spec:
selector:
matchLabels:
service-po: rng-po
template:
metadata:
labels:
service-po: rng-po
spec:
containers:
-
image: secobau/dockercoins:rng-1.7
name: rng-container
---
apiVersion: apps/v1
k... | etc/docker/kubernetes/dockercoins-k8s.yaml |
commands:
prefix: "&7[&fEggIt&7] &r"
info:
noPermission: "Eggs!"
commands: "Commands:"
give: "/eggit egg [amount] [player] &7- gives empty egg item"
reload: "/eggit reload &7- reloads plugin configuration"
give:
noPermission: "&cYou can't do that."
cantFindPlayer: "Can't find player %playe... | src/main/resources/locales/messages_en.yml |
items:
- uid: botbuilder-dialogs.recognizeChoices
name: 'recognizeChoices(string, string | Choice[], FindChoicesOptions)'
children: []
type: function
langs:
- typeScript
summary: High level function for recognizing a choice in a users utterance.
syntax:
content: >-
function... | botbuilder-typescript/docs-ref-autogen/botbuilder-dialogs/recognizeChoices.yml |
list:
title: 'Porta de Integração'
new: 'Novo'
permissions: 'Permissões'
yaml: 'YAML'
loading: 'Carregando rotas'
numFound: '{{count}} rota encontrada'
numFound_plural: '{{count}} rotas encontradas'
filterForm:
query:
label: 'Filtrar lista de rotas'
placeholder: 'Filtrar rotas por nome'
... | src/pt-BR/corteza-webapp-admin/system.apigw.yaml |
apiVersion: v1
{{ with .Values.autoscalerConfig }}
data:
{{ toYaml . | nindent 2 }}
{{ end }}
kind: ConfigMap
metadata:
annotations:
knative.dev/example-checksum: 604cb513
labels:
serving.knative.dev/release: v0.26.0
name: config-autoscaler
namespace: {{ .Release.Namespace }}
---
apiVersion: v1
{{ with ... | knative/helm/knative-serving/templates/configmap.yaml |
language: python
python:
- '3.6'
install: pip install -r requirements.txt
script:
- pip install -q -U setuptools
- pip install -q -U planemo
- pip install -q -U flake8
- pip install -q -U xmldiff
- pip install -q -r requirements.txt
- python setup.py install
- flake8 argparse2tool --ignore=E2,E3,E4,E5,W3,W505
- PYTHONP... | .travis.yml |
trigger:
- master
variables:
StorageEndpoint: DefaultEndpointsProtocol=https;AccountName=$(StorageAccount);AccountKey=$(StorageAccountKey)
EventhubConnection: Endpoint=$(EventhubEndpoint);SharedAccessKeyName=DataReader;SharedAccessKey=$(EventhubSharedAccessKey);EntityPath=test
stages:
- stage: Build
displayNam... | azure-pipelines.yml |
id: ocd-organization/a445141e-18a2-4aee-8d3d-3a1b223279b1
name: Natural Resources, Energy and Water
jurisdiction: ocd-jurisdiction/country:us/state:az/government
parent: upper
classification: committee
links: []
sources:
- url: https://apps.azleg.gov/api/StandingCommittee?sessionId=119&legislativeBody=S&committeeId=156... | data/az/organizations/Natural-Resources-Energy-and-Water-a445141e-18a2-4aee-8d3d-3a1b223279b1.yml |
version: '2.1'
services:
api-gateway:
image: caapim/gateway:9.3.00otk42
build:
context: ./add-ons
dockerfile: Dockerfile
cpu_shares: 2
mem_limit: 2g
# memswap_limit: 2g
# mem_swappiness: 0
hostname: docker.apim.ca
extra_hosts:
docker.apim.ca: 127.0.0.1
ports:
... | ssg93otk42_flora/docker-compose.yml |
---
install_path: ""
lint_config_path: "{{ install_path }}/lint-config"
# Version of checkstyle to install
checkstyle_version: 8.37
# Version of detekt to install
detekt_version: v1.14.2
# Set the specific version of Node.js to install ("4.8.0", "6.11.0").
# use lts for latest Long Term Release
# Version numbers from ... | roles/arcanist_linters/defaults/main.yml |
log_collector:
decoder:
neutron:
engine: sandbox
module_file: /usr/share/lma_collector/decoders/openstack_log.lua
module_dir: /usr/share/lma_collector/common;/usr/share/heka/lua_modules
adjust_timezone: true
splitter:
neutron:
engine: token
delimiter: '\n'
input:
ne... | neutron/meta/heka.yml |
- name: Perform pre-deployment validations
hosts: localhost
gather_facts: yes
any_errors_fatal: true
tasks:
- name: "Install/Upgrade are mutually exclusive"
fail:
msg: "Options '--deploy' and '--upgrade' and '--ocupdate' are mutually exclusive"
when:
- ( install.de... | plugins/tripleo-overcloud/validate.yml |
version: '3'
services:
car-insurance-data:
container_name: car-insurance-data
build:
context: ./
dockerfile: ./docker/Dockerfile
args:
build_env: devel
environment:
XDEBUG_PORT: 9000
XDEBUG_HOST: 127.0.0.1
XDEBUG_IDKEY: DEFKEY
ports:
- 8000:80
vol... | docker-compose.yml |
aws_db_event_subscription:
status: ASSESS
subcategory: RDS
layout: aws
page_title: 'AWS: aws_db_event_subscription'
description: Provides a DB event subscription resource.
arguments:
name:
description: The name of the DB event subscription. By default generated
... | config/aws/aws_db_event_subscription.yml |
entries:
- title: About Me
entries:
- title: 18 Years Old, Turkish of Arab Descent
- title: Graphic Designer & Software Developer
- title: Designer <a href="https://connect.nishgt.art" target="_blank">@nishgt</a> & Moderator <a href="https://sdtr.dev" target="_blank">@sdtrdev</a>
- title:... | _data/menu.yml |
- name: Modelos para la programación asincrónica
href: index.md
items:
- name: Modelo asincrónico basado en tareas (TAP)
href: task-based-asynchronous-pattern-tap.md
items:
- name: Implementar el modelo asincrónico basado en tareas
href: implementing-the-task-based-asynchronous-pat... | docs/standard/asynchronous-programming-patterns/toc.yml |
driver:
name: vagrant
provisioner:
name: chef_zero
product_name: chef
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
install_strategy: once
client_rb:
treat_deprecation_warnings_as_errors: true
verifier:
name: inspec
platforms:
- name: amazon-linux
driver_config:
box: mvbcoding/awslinux... | .kitchen.yml |
name: e2e Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/... | .github/workflows/e2e-tests.yml |
name: Codecov
on:
push:
branches:
- master
pull_request:
branches:
- master
types: [opened, reopened, synchronize]
jobs:
codecov-grcov:
name: Generate code coverage
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: install toolchain according to r... | .github/workflows/codecov.yml |
name: CI
on: [ push, pull_request ]
jobs:
lint:
name: Vint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install
run: |
pip install vim-vint
pip install pre-commit
- name: Run Vint
run: |
... | .github/workflows/ci.yml |
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: jenkins
namespace: jenkins
spec:
replicas: 1
template:
metadata:
labels:
app: master
spec:
containers:
- name: master
image: aterefe/jenkins-sbt-docker:latest
imagePullPolicy: IfNotPresent
p... | jenkins.yml |
db:
image: 'mariadb:latest'
environment:
- MYSQL_DATABASE=antidote
- MYSQL_PASSWORD=<PASSWORD>
- MYSQL_ROOT_PASSWORD=<PASSWORD>
- MYSQL_USER=antidote
- TERM=dumb
elasticsearch:
image: 'elasticsearch:1.5'
volumes:
- '/elasticsearch/data:/usr/share/elasticsearch/data'
lb:
image: 'tutum/h... | deployment/tutum-stack.yml |
---
# see https://docs.ansible.com/ansible/2.10/collections/ansible/builtin/debug_module.html
- name: debug
debug:
msg: "included os.yml"
when:
- enable_debug_statements is defined
- enable_debug_statements
# see https://docs.ansible.com/ansible/2.10/collections/ansible/builtin/file_module.html
- name... | ansible/playbooks/os.yml |
uid: "com.azure.resourcemanager.recoveryservices.models.MonitoringSummary"
fullName: "com.azure.resourcemanager.recoveryservices.models.MonitoringSummary"
name: "MonitoringSummary"
nameWithType: "MonitoringSummary"
summary: "Summary of the replication monitoring data for this vault."
inheritances:
- "<xref href=\"java.... | preview/docs-ref-autogen/com.azure.resourcemanager.recoveryservices.models.MonitoringSummary.yml |
- name: Documentation relative à l’accès conditionnel
href: index.yml
- name: Vue d’ensemble
items:
- name: "Qu’est-ce que l’accès conditionnel\_?"
href: overview.md
- name: Démarrages rapides
items:
- name: Exiger l’authentification multifacteur pour les applications spécifiques
href: app-bas... | articles/active-directory/conditional-access/TOC.yml |
- name: NHKEテレ
type: GR
channel: '13'
isDisabled: false
- name: NHK総合
type: GR
channel: '14'
isDisabled: false
- name: NHKEテレ
type: GR
channel: '15'
isDisabled: false
- name: RCCテレビ
type: GR
channel: '16'
isDisabled: false
- name: 広島テレビ
type: GR
channel: '17'
isDisabled: false
- name: RCCテ... | mirakurun/conf/channels.yml |
documentType: LandingData
title: Plattformübergreifender Leitfaden
metadata:
description: Plattformübergreifender Leitfaden für mobile Entwickler.
author: davidortinau
ms.author: daortin
ms.date: 04/25/2018
ms.topic: landing-page
abstract:
description: 'Xamarin bietet eine plattformübergreifende Entwicklung... | docs/cross-platform/index.yml |
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
name: priorityexpanders.core.kubestitute.quortex.io
spec:
group: core.kubestitute.quortex.io
names:
kind: PriorityExpander
listKind: P... | config/crd/bases/core.kubestitute.quortex.io_priorityexpanders.yaml |
- position: 1
driverNumber: 44
driverId: lewis-hamilton
constructorId: mercedes
engineManufacturerId: mercedes
tyreManufacturerId: pirelli
lap: 67
time: "1:08.411"
gap:
interval:
- position: 2
driverNumber: 6
driverId: nico-rosberg
constructorId: mercedes
engineManufacturerId: mercedes
tyreM... | src/data/seasons/2016/races/09-austria/fastest-laps.yml |
name: Pyinstaller Build
on: [workflow_dispatch]
jobs:
build-linux:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7 #use older python version so that it has easier GLIBC requirements
- nam... | .github/workflows/pyinstaller-build.yml |
items:
- uid: azure-devops-extension-api.DeliveryViewPropertyCollection
name: DeliveryViewPropertyCollection
fullName: DeliveryViewPropertyCollection
children:
- azure-devops-extension-api.DeliveryViewPropertyCollection.cardSettings
- azure-devops-extension-api.DeliveryViewPropertyCollection.c... | docs-ref-autogen/azure-devops-extension-api/DeliveryViewPropertyCollection.yml |
name: Security Group Test
description: security group test
intent_compiler_enabled: true
cleanup:
- kind: access-control-list
fq_name:
- default-domain
- 8e896740-9bf0-11e9-8a51-f332ca0f39d7
- sg_name
- ingress-access-control-list
- kind: access-control-list
fq_name:
- default-domain
- 8e896740-9bf0-11... | pkg/cmd/contrail/tests/test_security_group.yml |
backend:
name: git-gateway
branch: master
media_folder: static/img
public_folder: /img
collections:
- name: "cadeaux"
label: "Cadeaux"
folder: "src/pages/cadeaux"
create: true
slug: "{{slug}}"
fields:
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "cadeaux"}
... | static/admin/config.yml |
name: Say hello!
# GitHub Actions Workflows are automatically triggered by GitHub events
on:
# For this workflow, we're using the workflow_dispatch event which is triggered when the user clicks Run workflow in the GitHub Actions UI
workflow_dispatch:
# The workflow_dispatch event accepts optional inputs so you... | .github/workflows/test.yml |
name: Padavan CI K2P
on:
release:
types: [published]
push:
branches:
- master
schedule:
- cron: 0 19 * * *
watch:
types: [started]
env:
UPLOAD_COWTRANSFER: true
UPLOAD_WETRANSFER: true
jobs:
build:
runs-on: ubuntu-18.04
if: github.event.repository.owner.id == github.ev... | .github/workflows/PSG1218.yml |