code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
backend:
name: git-gateway
branch: master
media_folder: 'static/img/'
public_folder: 'img'
collections:
- name: posts
label: Posts
label_singular: Post
folder: 'content/post'
path: '{{slug}}/index'
create: true # Allow users to create new documents in this collection
fields: # The fields... | static/admin/config.yml |
Listener:
Type: AWS::ElasticLoadBalancingV2::Listener
DependsOn:
- LoadBalancer
- TargetGroup
Properties:
LoadBalancerArn: !Ref LoadBalancer
Port: 443
Protocol: HTTPS
{{!-- From https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html It is the most re... | templates/main/partials/edge.yaml |
- name: Delete existing Overcloud
import_playbook: "{{ delete_overcloud | default('delete.yml') }}"
when: install.delete|default('')
tags:
- delete
- name: Perform pre install tasks
import_playbook: "{{ overcloud_pre | default('pre.yml') }}"
when: install.pre|default('')
tags:
- pre
- import_p... | plugins/tripleo-overcloud/install.yml |
---
.catalog:
name: "Gogs"
version: "v0.9.13c2c3"
description: "A painless self-hosted Git service"
uuid: "gogs-3"
minimum_rancher_version: "v1.0.0"
questions:
- variable: "GOGS_DATABASE_SERVICE"
label: "Gogs Database Service"
description: "The database service to use"
required: true
... | templates/gogs/3/rancher-compose.yml |
de:
plugins:
refinery_pages:
title: Seiten
description: Verwaltet Inhaltsseiten
admin:
pages_dialogs:
page_link:
link_to_this_page: Link zu dieser Seite
link_to:
insert: Einfügen
your_page:
tab_name: Ihre Seite
web_address:
tab_name... | pages/config/locales/de.yml |
# Config file for Zero Shot Intent Recognition (BERT model trained NLI)
trainer:
devices: 1 # the number of gpus, 0 for CPU
num_nodes: 1
max_epochs: 1
max_steps: null # precedence over max_epochs
accumulate_grad_batches: 1 # accumulates grads every k batches
precision: 16
accelerator: gpu
strategy: ddp... | examples/nlp/zero_shot_intent_recognition/conf/zero_shot_intent_config.yaml |
it-IT:
mongoid:
models:
user:
one: Utente
other: Utenti
reference:
one: Referenza
other: Referenze
itinerary:
one: Itinerario
other: Itinerari
feedback:
one: Feedback
other: Feedback
notification:
one: Notifica
... | config/locales/models/it-IT.yml |
name: Excel.Interfaces.ChartTitleUpdateData
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData:interface'
package: excel!
fullName: Excel.Interfaces.ChartTitleUpdateData
summary: >-
An interface for updating data on the ChartTitle object, for use in
`chartTitle.set({ ... })`<!-- -->.
remarks: ''
isPreview: false
isD... | docs/docs-ref-autogen/excel_1_6/excel/excel.interfaces.charttitleupdatedata.yml |
openapi: 3.0.1
servers:
- description: SwaggerHub API Auto Mocking
url: https://virtserver.swaggerhub.com/mailboxvalidator/MailboxValidator-Disposable-Email-Checker/1.0.0
- url: https://api.mailboxvalidator.com/
info:
contact:
x-twitter: MailBoxV
description: The MailboxValidator Disposable Email Checke... | APIs/mailboxvalidator.com/disposable/1.0.0/openapi.yaml |
items:
- uid: com.microsoft.azure.management.servicebus._authorization_rule._update_stages._with_send
id: _with_send
parent: com.microsoft.azure.management.servicebus
children:
- com.microsoft.azure.management.servicebus._authorization_rule._update_stages._with_send.withSendingEnabled()
href: com.microsoft.az... | docs-ref-autogen/com.microsoft.azure.management.servicebus._authorization_rule._update_stages._with_send.yml |
name: HealthProbeSettingsUpdateParameters
uid: '@azure/arm-frontdoor.HealthProbeSettingsUpdateParameters'
package: '@azure/arm-frontdoor'
summary: L7 health probe settings for a backend pool
fullName: HealthProbeSettingsUpdateParameters
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- na... | docs-ref-autogen/@azure/arm-frontdoor/HealthProbeSettingsUpdateParameters.yml |
name: Rust CI
on:
push:
branches:
- main
pull_request:
types: [opened, repoened, synchronize]
jobs:
cargo-audit:
name: Audit
runs-on: ubuntu-latest
steps:
- name: Cache cargo-audit
uses: actions/cache@v3
with:
path: |
~/.cargo/.crates.toml
... | .github/workflows/main.yml |
sudo: false
matrix:
include:
- os: osx
language: generic
name: python3.7
- os: linux
language: python
name: python 2.7
python:
- 2.7
- os: linux
language: python
name: python 3.7
python:
- 3.7
before_install:
# osx deps
- if [[ "$TR... | .travis.yml |
name: Release
# Controls when the action will run.
on:
push:
tags:
- '6502-v[0-9]+.[0-9]+*'
jobs:
ubuntu:
runs-on: ubuntu-latest
name: Build on Ubuntu
strategy:
fail-fast: false
matrix:
compiler: [ clang ]
steps:
- name: Install Dependencies
run: |
... | .github/workflows/release.yml |
- name: copy install_docker_extra.sh file over
copy: src=install_docker_extra.sh dest=/tmp/install_docker_extra.sh
- name: grant permissions install_docker_extra.sh file
shell: "chmod 777 /tmp/install_docker_extra.sh"
- name: execute install_docker_extra.sh file
shell: "/tmp/install_docker_extra.sh"
- name: re... | digitalrig-apigee-dr-scripts/roles/apigee-front-end/tasks/main.yml |
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ecr-credentials-sync
namespace: flux-system
rules:
- apiGroups: [""]
resources:
- secrets
verbs:
- get
- create
- patch
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ecr-credentials-sync
namespace: f... | clusters/rri-dev-us-w-2-dev-cluster/flux-ecr/ecr-sync.yaml |
pmid: '8112739'
categories:
- name: Diagnosis
enabled: true
- name: Genetics
enabled: true
title: >-
Evidence for genetic heterogeneity underlying hereditary neuropathy with
liability to pressure palsies.
abstract: >-
Hereditary neuropathy with liability to pressure palsies (HNPP) is a disorder
of t... | src/data/citations/8112739.yml |
name: Dev-CI-CD
# Controls when the workflow will run
on:
# Triggers the workflow on push events but only for the develop branch
push:
branches: [develop]
jobs:
CodeScan-ESLint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2.3.4
with:
f... | .github/workflows/dev-ci-cd.yml |
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.
This file is part of the JHipster project, see https://jhipster.github.io/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You ... | cloud-provider/src/main/resources/io/github/jeddict/cloud/template/openshift/scc/_scc-config.yml |
---
http_interactions:
- request:
method: get
uri: https://api.spacexdata.com/v3/missions/F3364BF
body:
encoding: US-ASCII
string: ''
headers:
User-Agent:
- Faraday v0.15.3
Accept-Encoding:
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept:
- "*/*"
respon... | spec/fixtures/spacex/missions/F3364BF.yml |
api_name: []
items:
- children:
- msrestazure.azure_operation.AzureOperationPoller
- msrestazure.azure_operation.BadResponse
- msrestazure.azure_operation.BadStatus
- msrestazure.azure_operation.LongRunningOperation
- msrestazure.azure_operation.OperationFailed
- msrestazure.azure_operation.SimpleResource
... | docs-ref-autogen/msrestazure/msrestazure.azure_operation.yml |
uid: "com.microsoft.store.partnercenter.customerusers.CustomerUsersCollectionOperations"
fullName: "com.microsoft.store.partnercenter.customerusers.CustomerUsersCollectionOperations"
name: "CustomerUsersCollectionOperations"
nameWithType: "CustomerUsersCollectionOperations"
inheritances:
- "<xref href=\"java.lang.Objec... | docs-ref-autogen/com.microsoft.store.partnercenter.customerusers.CustomerUsersCollectionOperations.yml |
api_name: []
items:
- children: []
class: azure.mgmt.eventhub.v2015_08_01.models.EventHubCreateOrUpdateParameters
fullName: azure.mgmt.eventhub.v2015_08_01.models.EventHubCreateOrUpdateParameters
inheritance:
- inheritance:
- type: builtins.object
type: msrest.serialization.Model
langs:
- python
m... | docs-ref-autogen/azure-mgmt-eventhub/azure.mgmt.eventhub.v2015_08_01.models.EventHubCreateOrUpdateParameters.yml |
- name: Microsoft Viva Topics
href: index.md
- name: Get started with Viva Topics
items:
- name: Viva Topics overview
href: topic-experiences-overview.md
- name: Viva Topics discovery and curation
href: topic-experiences-discovery-curation.md
- name:... | Viva/topics/TOC.yml |
parameters:
configuration: ''
version: ''
steps:
- task: DotNetCoreCLI@2
displayName: '.NET Pack'
inputs:
command: custom
custom: 'pack'
projects: |
# ./src/Microsoft.Azure.Functions.Worker.Extensions.OpenApi/Microsoft.Azure.Functions.Worker.Extensions.OpenApi.csproj
./src/Microsoft.Azu... | builds/template-steps-publish.yaml |
name: Cargo tests
on:
push:
branches:
- main
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-Dwarnings"
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
components: clippy
override: true
- na... | .github/workflows/test.yml |
api_name: []
items:
- children:
- azure.keyvault.KeyVaultAuthentication.refresh_session
- azure.keyvault.KeyVaultAuthentication.signed_session
class: azure.keyvault.KeyVaultAuthentication
fullName: azure.keyvault.KeyVaultAuthentication
inheritance:
- inheritance:
- inheritance:
- inheritance:
... | docs-ref-autogen/azure-keyvault/azure.keyvault.KeyVaultAuthentication.yml |
name: common
parent: default
matches:
- trigger: "S:"
replace: "Subjective:"
word: true
- trigger: "O:"
replace: "Objective:"
word: true
- trigger: "A:"
replace: "Assessment:"
word: true
- trigger: "P:"
replace: "Plan:"
word: true
- trigger: ":SOAP"
word: true
replace... | medical-docs/0.1.0/common.yml |
items:
- name: Documentazione di Database di Azure per MariaDB
href: index.yml
- name: Panoramica
items:
- name: Database di Azure per MariaDB
href: overview.md
- name: Guide introduttive
items:
- name: 'Creare un database: portale'
href: quickstart-create-mariadb-server-database-using-azure... | articles/mariadb/TOC.yml |
AWSTemplateFormatVersion: "2010-09-09"
Parameters:
Ami:
Description: "Set ec2 AMI"
Type: String
Default: "ami-051707cdba246187b"
VpcCidr:
Description: "set vpc cidr network"
Type: String
Default: "192.168.0.0/16"
SubnetCidrHttp:
Description: "set http subnet cidr"
Type: String
... | 02-instance-with-volume/stack.yml |
- name: Set input params for az_storage_directory_create
set_fact:
az_storage_directory_create:
input:
### Required parameter. The directory name. ###
'name': "{{ item['name'] | default('') }}"
### Required parameter. The file share name. ###
'share-name': "{{ i... | az-wrappers/az-storage-directory-create.yml |
#
# Setup in two steps
#
# docker-compose create --build
# docker-compose up
#
version: "3"
networks:
my_network:
driver: bridge
ipam:
config:
- subnet: 172.20.0.0/24
services:
oae-hilary:
build:
context: .
dockerfile: Dockerfile
container_name: oae-hilary
# command... | docker-compose.yml |
language: ruby
rvm:
- 2.6.5
sudo: required
services:
- docker
- memcached
addons:
code_climate:
repo_token: $CODECLIMATE_REPO_TOKEN
install:
- travis_retry bundle install
- curl -sL https://sentry.io/get-cli/ | bash
- sentry-cli --version
before_script:
- memcached -p 11211 &
- cp .env.travis .e... | .travis.yml |
name: Build Python library
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Load cached Poetry installation
uses: actions/c... | .github/workflows/library.yml |
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/component: argo-rollouts-dashboard
app.kubernetes.io/name: argo-rollouts-dashboard
app.kubernetes.io/part-of: argo-rollouts
name: argo-rollouts-dashboard
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
lab... | manifests/dashboard-install.yaml |
---
# Global configuration is set here
_global:
hooks:
pre-login:
- 'notify-send -i network-wireless-hotspot -u low -a wifi-autologin "WiFi Autologin" "Attempting to log into ${NETWORK}..."'
login:
- 'notify-send -i network-wireless-hotspot -u low -a wifi-autologin "WiFi Autologin" "Automatically... | wifi.example.yml |
uid: "com.azure.core.util.CoreUtils.isNullOrEmpty*"
fullName: "com.azure.core.util.CoreUtils.isNullOrEmpty"
name: "isNullOrEmpty"
nameWithType: "CoreUtils.isNullOrEmpty"
members:
- uid: "com.azure.core.util.CoreUtils.isNullOrEmpty(java.lang.CharSequence)"
fullName: "com.azure.core.util.CoreUtils.isNullOrEmpty(CharSeq... | docs-ref-autogen/com.azure.core.util.CoreUtils.isNullOrEmpty.yml |
documentType: LandingData
title: Documentación sobre Custom Vision API
metadata:
title: 'Documentación de Custom Vision API: Guías de inicio rápido, tutoriales, referencia de API: Azure Cognitive Services | Microsoft Docs'
description: 'Aprenda a usar Custom Vision para crear, implementar y mejorar las clasificacio... | articles/cognitive-services/Custom-Vision-Service/index.yml |
addons:
- include:
stemcell:
- os: ubuntu-trusty
- os: ubuntu-xenial
jobs:
- name: bosh-dns
properties:
api:
client:
tls: ((/dns_api_client_tls))
server:
tls: ((/dns_api_server_tls))
cache:
enabled: true
health:
client:
... | runtime-configs/dns.yml |
%YAML 1.2
---
$id: "http://devicetree.org/schemas/usb/amlogic,meson-g12a-usb-ctrl.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
title: Amlogic Meson G12A DWC3 USB SoC Controller Glue
maintainers:
- <NAME> <<EMAIL>>
description: |
The Amlogic G12A embeds a DWC3 USB IP Core configured for USB2 an... | Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml |
name: Pipeline
uid: '@azure/storage-file-share.Pipeline'
package: '@azure/storage-file-share'
summary: >
A Pipeline class containing HTTP request policies.
You can create a default Pipeline by calling <xref:newPipeline>.
Or you can create a Pipeline with your own policies by the constructor of
Pipeline.
Re... | preview-packages/docs-ref-autogen/@azure/storage-file-share/Pipeline.yml |
parameters:
- name: ServiceDirectory
type: string
default: not-specified
- name: Artifacts
type: object
default: []
- name: CondaArtifacts
type: object
default: []
- name: TestPipeline
type: boolean
default: false
- name: BeforePublishSteps
type: object
default: []
- name: TestMarkArgument
type: s... | eng/pipelines/templates/stages/archetype-sdk-client.yml |
---
dnsdist_powerdns_repo_master:
apt_repo_origin: "repo.powerdns.com"
apt_repo: "deb [arch=amd64] http://repo.powerdns.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }}-dnsdist-master main"
gpg_key: "http://repo.powerdns.com/CBC8B383-pub.asc"
gpg_key_id: "<KEY>"
yum_repo_base... | vars/main.yml |
title: Documentazione di Gemelli digitali di Azure (anteprima)
summary: Informazioni su come usare Gemelli digitali di Azure per connettere persone, luoghi e cose e creare soluzioni IoT con intelligenza spaziale. La guida introduttiva e le esercitazioni consentiranno di monitorare un edificio intelligente immaginario, ... | articles/digital-twins/index.yml |
---
Rows:
comment: Rows represent a result of statement execution.
methods:
count:
comment: |-
Returns the number of rows.
@see \Countable::count()
return:
comment: number of rows
type: int
rewind:
comment: |-
Resets the rows iterator.
@see... | ext/src/Rows.yaml |
version: '2.1'
volumes:
pgdata:
walletstore:
grafana-storage:
prometheus-storage:
networks:
mynetwork.com:
external:
name: net_basic
services:
explorerdb.mynetwork.com:
image: hyperledger/explorer-db:latest
container_name: explorerdb.mynetwork.com
hostname: explorerdb.mynetwork.com... | docker-compose.yaml |
version: "3.4"
x-logging: &logging
logging:
driver: json-file
options:
max-size: 10m
max-file: "3"
services:
validator:
restart: "${RESTART}"
build:
context: ./lodestar
dockerfile: ${LS_DOCKERFILE}
args:
- BUILD_TARGET=${LS_SRC_BUILD_TARGET}
- DOCKER_TA... | lodestar-validator.yml |
machine:
node:
# Can't be certain that this build wlll work with all future versions: so specify.
version: 0.10.33
environment:
LOCAL_NODEJS: ${HOME}
GLOBAL_NODEJS: ${HOME}/nvm/v0.10.33/lib/
NW_DIR: ${HOME}/${CIRCLE_PROJECT_REPONAME}/tests/nightwatch
dependencies:
# Whatever is written to the... | tests/nightwatch/config/example_circle.yml |
---
name: <NAME>
description: ""
image: ""
created: "2021-02-04"
modified: "2021-02-04"
specificationVersion: "0.14"
x-rank: "7"
x-alexaRank: "23367"
url: https://raw.githubusercontent.com/api-network/organizations/main/trinity-college-dublin.yaml
tags:
- University Of Dublin
- University
- Undergraduate
- Trinity Col... | _data/trinity-college-dublin.yaml |
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ibm-catalogs
annotations:
argocd.argoproj.io/sync-wave: "200"
labels:
gitops.tier.group: ibm-cloudpak
gitops.tier.layer: services
gitops.tier.source: git
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destinatio... | 0-bootstrap/single-cluster/2-services/argocd/operators/ibm-catalogs.yaml |
{{- if gt (int .Values.presto.workers) 0 -}}
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "kdp.presto.fullname" . }}-worker
labels:
component: presto
role: worker
{{ include "kdp.labels" . | indent 4 }}
spec:
selector:
matchLabels:
component: presto
role: worker
{{ incl... | kubernetes-data-platform/templates/presto/worker-deployment.yaml |
parameters:
slnPath : 'Xamarin.Forms.sln'
msbuildExtraArguments : ''
artifactsTargetFolder: '$(build.artifactstagingdirectory)'
artifactsName: 'win_build'
nunitTestFolder: '$(build.sourcesdirectory)'
nunitTestAdapterFolder: 'packages/NUnitTestAdapter.AnyVersion/build/'
steps:
- checkout: self
clean: ... | eng/pipelines/common/build-windows.yml |
uid: management.azure.com.appservice.appserviceenvironments.listmultiroleusages
name: List Multi Role Usages
service: App Service
groupName: App Service Environments
apiVersion: 2016-09-01
summary: Get usage metrics for a multi-role pool of an App Service Environment.
consumes:
- application/json
produces:
- applicatio... | docs-ref-autogen/appservice/AppServiceEnvironments/ListMultiRoleUsages.yml |
name: ExcelScript.TextRange
uid: 'ExcelScript!ExcelScript.TextRange:interface'
package: ExcelScript!
fullName: ExcelScript.TextRange
summary: 'Contiene el texto que hay unido a una forma, además de las propiedades y los métodos de manipulación del texto.'
remarks: ''
isPreview: false
isDeprecated: false
type: interface... | docs/docs-ref-autogen/excel/excelscript/excelscript.textrange.yml |
Master:
Name: jenkins-master
Image: "jenkins/jenkins"
ImageTag: "2.134-alpine"
ImagePullPolicy: "IfNotPresent"
Component: "jenkins-master"
UseSecurity: true
AdminUser: admin
AdminPassword: "<PASSWORD>"
Cpu: "200m"
Memory: "1024Mi"
# These are the necesarry environment variables to enable the expe... | demos/kubernetes-helm/values.yml |
---
# This is a set up for Rails 6, running a worker & webpack.
# Gems are cached within a volume, which speeds up development when adding new gems.
#
## Usage:
#
# docker-compose build
# docker-compose run --rm web bin/setup
# docker-compose up
#
# Docker Compose 2.4 is for local development
# https://www.heroku.com/p... | docker-compose.yml |
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: carbonj-p2
labels:
app: carbonj-p2
stack: dev
sub-stack: carbonj
namespace: carbonj
spec:
serviceName: "carbonj-p2"
replicas: 1
selector:
matchLabels:
app: carbonj-p2
template:
metadata:
labels:
app: carbonj-p2
... | kube/carbonj-p2.yaml |
encoding: UTF-8
lang: en # Language code as defined in _data/i18n.yml. en, en-gb, en-us, zh, zh-cn, zh-tw etc.
permalink: /:year/:month/:day/:title/
whitelist: [jekyll-feed, jekyll-redirect-from, jekyll-seo-tag, jekyll-sitemap, jekyll-org]
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll... | _config.yml |
# ---------------------------------------------------------------------------
# Coherence CLI GitHub Actions CI build.
# ---------------------------------------------------------------------------
name: CI
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
... | .github/workflows/build.yaml |
items:
- uid: '@azure/arm-security.AllowedConnectionsResource'
name: AllowedConnectionsResource
fullName: AllowedConnectionsResource
children:
- '@azure/arm-security.AllowedConnectionsResource.calculatedDateTime'
- '@azure/arm-security.AllowedConnectionsResource.connectableResources'
- '... | docs-ref-autogen/@azure/arm-security/AllowedConnectionsResource.yml |
---
- hosts: localhost
connection: local
gather_facts: no
tasks:
- name: Setup Testing Variables
include_vars: ../test/test-vars-artifactoryRepo.yml
when: meta is undefined
- name: Generate variables
set_fact:
admin_user: "admin"
admin_pass_loc: "{{ testPas... | apps/artifactory/artifactory-operator/playbooks/artrepository-destroy.yml |
on:
push:
tags:
- 'v*'
name: Rust Release
jobs:
build_linux:
name: Build Release Linux
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Run the tests
run: cargo test
- name: Build
run: cargo build --release &... | .github/workflows/rust-release.yml |
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Values.configMapName }}
namespace: {{ .Release.Namespace }}
labels:
name: etcd
instance: {{ .Values.name }}
{{- if .Values.labels }}
{{ toYaml .Values.labels | indent 4 }}
{{- end }}
ownerReferences:
- apiVersion: druid.gardener.cloud/v1alpha1
... | charts/etcd/templates/etcd-bootstrap-configmap.yaml |
items:
- uid: com.microsoft.azure.management.network.ApplicationGatewayListener.UpdateStages
id: UpdateStages
artifact: com.microsoft.azure:azure-mgmt-network:1.36.3
parent: com.microsoft.azure.management.network
children:
- com.microsoft.azure.management.network.ApplicationGatewayListener.UpdateStages.WithFr... | docs-ref-autogen/com.microsoft.azure.management.network.ApplicationGatewayListener.UpdateStages.yml |
---
http_interactions:
- request:
method: get
uri: https://api.basistheory.com/applications
body:
encoding: US-ASCII
string: ''
headers:
X-Api-Key:
- "<NO SOUP FOR YOU>"
Content-Type:
- application/json
User-Agent:
- Faraday v1.8.0
Accept-Encoding:
... | spec/vcr_cassettes/application_list.yml |
AWSTemplateFormatVersion: "2010-09-09"
Transform: AWS::Serverless-2016-10-31
Description: "wolfeidau: OpenID proxy server HTTP API."
Parameters:
AppName:
Type: String
Description: The name of the application.
Stage:
Type: String
Description: The stage of development, e.g., dev, test, prod.
Defa... | sam/backend/api.yaml |
name:
first: Yann
middle:
last: Bouzonie
about: Issu d'une école d'ingénieurs française, mes capacités d'analyse et de réalisation
se mettent au service de l'industrie des systèmes d'information.
Je suis actuellement concentré sur l'automatisation des processus d'intégration,
de sécurisation ... | resume/data.yml |
name: Check API Changes pages
on:
push:
branches: [ main ]
paths: [ 'reference_guide/**', '.github/workflows/docs.yml' ]
pull_request:
paths: [ 'reference_guide/**', '.github/workflows/docs.yml' ]
jobs:
documentedProblemsPageVerification:
name: Documented Problems Page Verification
runs-on: ... | .github/workflows/docs.yml |
uid: azure.mgmt.datalake.analytics.catalog.models.USqlIndex
name: USqlIndex
fullName: azure.mgmt.datalake.analytics.catalog.models.USqlIndex
module: azure.mgmt.datalake.analytics.catalog.models
inheritances:
- msrest.serialization.Model
summary: A Data Lake Analytics catalog U-SQL table index item.
constructor:
synta... | docs-ref-autogen/azure-mgmt-datalake-analytics/azure.mgmt.datalake.analytics.catalog.models.USqlIndex.yml |
career:
- title: (주)플레이오토 프론트엔드 웹 개발자
date: [2019-11, present]
description: 3년의 보안솔루션 서비스 개발을 마무리하고 (주)플레이오토에서 일하고있습니다.
- title: (주)큐브피아 프론트엔드 웹 개발자
date: [2016-11, 2019-11]
description: (주)하우리 창업자가 설립한 (주)큐브피아에서 보안솔루션 서비스의 프론트엔드 웹 개발을 전담했습니다.
education:
- title: 강릉중앙고등학교 정보통신과
date: [2014-... | _data/resume.yml |
title: LIFX Notifier
summary: Sends signals to your LIFX bulb during builds.
description: |-
Add this step to your workflow when color change is required.
This step can be used at the start (notify build start) and at the end (notify success/failure) of your workflow.
If there's no need to notify about workflow ... | steps/lifx-notifier/1.0.1/step.yml |
- name: Set input params for az_lab_custom_image_list
set_fact:
az_lab_custom_image_list:
input:
### Required parameter. The name of the lab. ###
'lab-name': "{{ item['lab-name'] | default('') }}"
### Required parameter. Name of resource group. You can configure the defau... | az-wrappers/az-lab-custom-image-list.yml |
--- !ruby/object:Gem::Specification
name: rotp
version: !ruby/object:Gem::Version
version: 2.1.0
platform: ruby
authors:
- <NAME>
autorequire:
bindir: bin
cert_chain: []
date: 2015-01-26 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: guard-rspec
requirement: !ruby/object:Gem::Requirement... | metadata.yml |
functions:
- function: set-image
images:
- gcr.io/kpt-fn/set-image@sha256:d07677591e5b39a56d44bafaba0d881e4f2ae25ed020dfa2ad002fb9e62d1508
- gcr.io/kpt-fn/set-image:v0.1.0
- function: set-namespace
images:
- gcr.io/kpt-fn/set-namespace@sha256:7adc23986f97572d75af9aec6a7f74d60f7b9976227f43... | porch/func/config.yaml |
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-env
labels:
app.kubernetes.io/name: {{ include "myapp.name" . }}
helm.sh/chart: {{ include "myapp.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
data:
# Disabl... | charts/egeria-pts/templates/env.yaml |
homepage: http://github.com/jdevelop/carboncopy
changelog-type: ''
hash: 7a5a7b7dcec583bf5daf86a95a5cb9620897841e856fcd4641a21bc04bdb42ec
test-bench-deps: {}
maintainer: <EMAIL>
synopsis: Drop emails from threads being watched into special CC folder.
changelog: ''
basic-deps:
MissingH: ! '>=1.1.0.1'
bytestring: ! '... | packages/ca/carboncopy.yaml |
uid: azure.mgmt.marketplaceordering.models.AgreementTerms
name: AgreementTerms
fullName: azure.mgmt.marketplaceordering.models.AgreementTerms
module: azure.mgmt.marketplaceordering.models
inheritances:
- azure.mgmt.marketplaceordering.models._models_py3.Resource
summary: 'Terms properties for provided Publisher/Offer/P... | docs-ref-autogen/azure-mgmt-marketplaceordering/azure.mgmt.marketplaceordering.models.AgreementTerms.yml |
---
name: first-network-org5
version: 1.0.0
client:
organization: Org5
connection:
timeout:
peer:
endorser: '300'
organizations:
Org5:
mspid: Org5MSP
peers:
- peer0.org5.example.com
certificateAuthorities:
- ca.org5.example.com
peers:
peer0.org5.example.com:
url: grpcs:... | first-network/connection-org5.yaml |
site_name: Recommender v2.0.0+20210319
site_url: http://byron.github.io/google-apis-rs/google-recommender1-cli
site_description: A complete library to interact with Recommender (protocol v1)
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/recommender1-cli
docs_dir: docs
site_dir: build_html
pages:
... | gen/recommender1-cli/mkdocs.yml |
name: UI Tests
on: [push, pull_request]
jobs:
ui-tests:
name: Visual Regression
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/ba... | .github/workflows/ui-tests.yml |
nameWithType: RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable.withOverridingValues
type: method
members:
- fullName: com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable.withOverridingValues(Map<String, OverridingValue... | legacy/docs-ref-autogen/com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable.withOverridingValues.yml |
- include_role:
name: varcheck
with_items:
# - gcm4ml_version
- nodejs_version
- virtualbox_version
- ad_domain
- ad_smb_shares
loop_control:
loop_var: item
vars:
- parent: devenv
- include_tasks: ipv6.yml
- include_tasks: utils.yml
- include_tasks: tty.yml
- include_tasks: gnome.yml
- include... | ansible/roles/devenv/tasks/main.yml |
service: aqts-capture-error-handler
provider:
name: aws
region: ${opt:region, 'us-west-2'}
stage: ${opt:stage, 'TEST'}
runtime: python3.8
memorySize: 128
timeout: 45
logRetentionInDays: 90
deploymentBucket:
name: iow-cloud-applications
stackTags:
"wma:applicationId": "Aquarius TS Capture Erro... | serverless.yml |
slider:
enable : true
bg_image : "images/banner/banner-1.png"
slider_item:
# slider item loop
- title : "Your bright future is our mission"
content : "We are a Mexican run business with the goal of helping our clients find a long term sustainable solution to generate their own energy. Thereby, remov... | exampleSite/data/en/homepage.yml |
name: test-build
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
build-test:
name: build-test
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
env:
URL: https://fake-api.capter.io
steps:
- uses: actions/checkout@v2
... | .github/workflows/test-build.yml |
spring:
datasource:
ds1:
url: jdbc:mysql://127.0.0.1:3306/pachong?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
username: root
password: <PASSWORD>!
ds2:
url: jdbc:mysql://127.0.0.1:3306/pachong?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=c... | src/main/resources/application-dev.yml |
name: Go
on:
push:
branches:
- "master"
- "release-*"
pull_request:
branches:
- "master"
jobs:
lint-go:
name: Lint Go code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golang... | .github/workflows/go.yml |
project_id:
- GCF-2020-746
organism: homo_sapiens
libprepkit: Custom
read_geometry:
- 151
- 151
machine: NextSeq 500
quant:
batch:
method: skip
fastq_dir: data/raw/fastq
samples:
B31:
R1: 210519_NB501038_0285_AHC3THBGXJ/GCF-2020-746/B31_R1.fastq.gz
R2: 210519_NB501038_0285_AHC3THBGXJ/GCF-2020-746/B31_R2... | default/.tests/config.yaml |
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: cockroachdb-backup
spec:
schedule: 0 0 * * *
jobTemplate:
spec:
template:
spec:
restartPolicy: OnFailure
containers:
- name: backup
image: alpine:latest
command: ["/bin/sh","-c"]
... | cronjob.yml |
services:
todo-db:
image: postgres:13
ports:
- "5432:5432"
environment:
POSTGRES_USER: todouser
POSTGRES_PASSWORD: <PASSWORD>
POSTGRES_DB: tododb
volumes:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
networks:
- my-network
pgadmin:
container_name: p... | docker-compose.yaml |
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
name: "CI"
jobs:
tests:
name: "Tests"
runs-on: "ubuntu-latest"
env:
php_extensions: ctype, dom, fileinfo, hash, intl, mbstring, session, simplexml, tokenizer, xml, pdo, mysqli, gd, zip
services:
mysql:
... | .github/workflows/ci.yml |
{% set name = "elyra" %}
{% set version = "2.2.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/elyra-{{ version }}.tar.gz
sha256: 889edf8264b81fa7b32c4cf252ac3cffa91bed66243a4568cc528645f36b12cc
build:
number: 0
noarch: p... | recipe/meta.yaml |
commands:
- command: "advertisebeacon"
parameters: ""
description: "Send a beacon to the Neural Network for your CPID to claim POR rewards."
unlock: "Y"
- command: "beaconreport"
parameters: ""
description: "Displays beacons and associated addresses."
unlock: "N"
- command: "beaconstatus"
parameters: "[cp... | _data/mining_commands.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-20 02:03"
game: "Unreal Tournament"
name: "JB-Cavern-III"
author: "Dana 'Birelli' Cartwright"
description: "None"
releaseDate: "2002-10"
attachments:
- type: "IMAGE"
name: "jb-cavern-iii_shot_f0fd176f_2.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-im... | content/Unreal Tournament/Maps/Jailbreak/C/f/0/fd176f/jb-cavern-iii_[f0fd176f].yml |
items:
- uid: '@microsoft/sp-core-library.BrowserSupportLevel'
name: BrowserSupportLevel
fullName: BrowserSupportLevel
children:
- '@microsoft/sp-core-library.BrowserSupportLevel.None'
- '@microsoft/sp-core-library.BrowserSupportLevel.FullFunctionality'
- '@microsoft/sp-core-library.Brow... | docs-ref-autogen/@microsoft/sp-core-library/BrowserSupportLevel.yml |
ss: ENC[AES256_GCM,data:u8IYBPlOMAov/k+L6cGcTmJ1E8YzYU+YNK1SIvy2s/U=,iv:2MQganL6i8JvZv6jbF2cwdoJf8mTSsmT3xKb0eNDLok=,tag:4MmW8ktE7hLNTzjLpYkwZw==,type:str]
v2ray: ENC[AES256_GCM,data:WEwZtcXyHaVvBPYJtkVoQPzKDkA55u3I2yVSxhJLnGcLfhwog6ECuynwiM0NAI5EAaCC+W59tcFeqar9lDlLzCNfqxERVCg1WYzcGyZ1vurAo1eS7S+x9oeJEEdisXTfVDq8QR33s... | modules/ss/secrets.yaml |
$schema: "http://json-schema.org/draft-08/schema#"
id: "dataset"
title: dataset
type: object
namespace: EGA_embl-ebi
category: study_administration
program: '*'
project: '*'
description: Describes an object that contains the samples in the data set.
additionalProperties: false
submittable: true
validators: null
syste... | dictionary/ega/gdcdictionary/schemas/dataset.yaml |
{% set version = "1.3.9" %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}
package:
name: r-rttf2pt1
version: {{ version|replace("-", "_") }}
source:
url:
- {{ cran_mirror }}/src/contrib/Rttf2pt1_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/Rttf2pt1/Rtt... | recipe/meta.yaml |
version: '3'
services:
gubernator-1:
image: ghcr.io/mailgun/gubernator:latest
command: "/gubernator"
environment:
# Basic member-list config
- GUBER_GRPC_ADDRESS=0.0.0.0:81
- GUBER_HTTP_ADDRESS=0.0.0.0:80
- GUBER_ADVERTISE_ADDRESS=gubernator-1:81
- GUBER_MEMBERLIST_KNOWN_NODE... | docker-compose-tls.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 17:57"
game: "Unreal"
name: "Dm-Sequoia"
author: "Those HASBRO guys, Converted & Enhanced by UnLeaded"
description: "\"The Sequoia Arena is now open . . .\""
releaseDate: "1999-07"
attachments: []
originalFilename: "Dm-Sequoia.zip"
hash: "261d73d24baa4dc491ba14ad8d5... | content/Unreal/Maps/DeathMatch/S/2/6/1d73d2/dm-sequoia_[261d73d2].yml |