code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: LEAP
title_... | _config.yml |
---
- name: RedHat - Asegurar que Java esta instalado
yum: name={{ jenkins_java_version }} state=present
when: ansible_os_family == 'RedHat'
- name: Comprobar que jenkins_init_file existe
stat:
path: "{{ jenkins_init_file }}"
register: jenkins_init_file_stat
- name: Comprobar que jenkins_init_file existe... | roles/jenkins-master/tasks/settings.yaml |
name: Combine and Tilefy
on:
workflow_dispatch:
inputs:
confirm-action:
description: This will rebuild the data sources and regenerate the score, are you sure you want to proceed? (Y/n)
default: n
required: true
jobs:
deploy_data:
runs-on: ubuntu-latest
defaults:
run... | .github/workflows/combine-tilefy.yml |
name: Haskell CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
autoconf_ver: 2.69
jobs:
autoconf:
runs-on: ubuntu-latest
container: ubuntu:21.04
steps:
- uses: actions/checkout@v2
- name: install autoconf
run: |
apt-get update -y -qq
... | .github/workflows/haskell.yml |
title: <NAME> CV
description: CV
favicon: /assets/img/avatar.JPG
baseurl: https://ddbullfrog.github.io/resumecard
url: https://ddbullfrog.github.io/resumecard
rss_url: /pages/atom.xml
# Build settings
markdown: kramdown
exclude: [vendor]
# Author settings
author:
name: TEST
title: test
address: Beijing
emai... | _config.yml |
apiVersion: v1
kind: Pod
metadata:
annotations:
artifact.spinnaker.io/location: backend-ns
artifact.spinnaker.io/name: backend
artifact.spinnaker.io/type: kubernetes/replicaSet
artifact.spinnaker.io/version: v015
moniker.spinnaker.io/application: backendapp
moniker.spinnaker.io/cluster: replic... | clouddriver-kubernetes/src/test/resources/com/netflix/spinnaker/clouddriver/kubernetes/caching/view/provider/backend-pod-015.yml |
textarea:
transition:
hover:
value: '{transition.controls.action.hover.size.s.in.value}'
border:
width:
value: '{typography.controls.border.width.m.value}'
radius:
value: '{typography.controls.border.radius.value}'
fontFamily:
value: '{typography.controls.fontFamily.value}'
... | src/components/Textarea/Textarea.tokens/Textarea.tokens.yml |
apiVersion: apps/v1
kind: StatefulSet
metadata:
annotations: null
labels:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: hazelcast
helm.sh/chart: hazelcast-5.3.3
name: RELEASE-NAME-hazelcast
spec:
replicas: 3
selector:
matchLabels:
... | yamls/hazelcast/statefulset_release-name-hazelcast.yaml |
uid: management.azure.com.appservice.domains.checkavailability
name: Check Availability
service: App Service
groupName: Domains
apiVersion: 2015-04-01
summary: Check if a domain is available for registration.
consumes:
- application/json
produces:
- application/json
paths:
- content: POST https://management.azure.com/s... | docs-ref-autogen/appservice/Domains/CheckAvailability.yml |
en:
main:
privacy:
return: Return To Start
header: HipsterPizza Data Usage / Privacy
note: 'Note:'
duration:
up_to_one_year: (up to one year)
until_clear: (until you clear them)
depends: (depends)
server:
header: Server
... | config/locales/main/privacy.yml |
title: Microsoft Dynamics 365 Commerce Functional Consultant (beta)
metadata:
title: 'MB-340: Microsoft Dynamics 365 Commerce Functional Consultant (beta)'
description: 'MB-340: Microsoft Dynamics 365 Commerce Functional Consultant (beta)'
uid: exam.mb-340
displayName: MB-340
summary: |-
Los candidatos a este exa... | learn-certs-pr/exams/mb-340.yml |
spring:
application:
name: business-wechat-server
profiles:
active: dev
datasource:
driver-class-name: com.mysql.jdbc.Driver
username: root
password: <PASSWORD>
url: jdbc:mysql://localhost:3306/fw-cloud-wechat?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
jpa:
... | fw-cloud-business-wechat/src/main/resources/bootstrap.yml |
language: python
jobs:
include:
# perform a linux build
- services: docker
env:
- BUILD_SOURCE_DISTRIBUTION="true"
- services: docker
# and a mac build
- os: osx
# PyPy 7.3.2 needs macOS >= 10.14
osx_image: xcode10.2
language: shell
# and a windows build
- os... | .travis.yml |
name: Prepro
inputs:
- {name: data_path, type: String}
outputs:
- {name: data_out_x_train, type: Dataset}
- {name: data_out_y_train, type: Dataset}
- {name: data_out_x_test, type: Dataset}
- {name: data_out_y_test, type: Dataset}
implementation:
container:
image: python:3.7
command:
- sh
- -c
- |2... | xgb-pl/prepro.yaml |
heat_template_version: 2015-04-30
description: >
Heat template to deploy two instance, a private network and
configure the connectivity, including a router and a floating IP
for one of the instances
parameters:
external_network_id:
type: string
label: public
description: UUID for the external netw... | stack-2vms-1net-1router.yaml |
---
- hosts: servers
vars_files:
- vars.yml
gather_facts: false
become: yes
tasks:
- name: Clone/pull project repo
git: repo={{ project_repo }} dest={{ install_root }}/{{ project_name }} accept_hostkey=yes force=yes
notify:
- restart gunicorn
- name: install python packages
... | Vecihi/Backend/ansible/deploy.yml |
name: Offer
uid: '@azure/cosmos.Offer|latest-stable'
package: '@azure/cosmos|latest-stable'
summary: Use to read or replace an existing <xref:@azure/cosmos.Offer> by id.
fullName: Offer
remarks: ''
isPreview: false
isDeprecated: false
type: class
properties:
- name: client
uid: '@azure/cosmos.Offer.client|latest-... | reference-docs/cosmos-db/cosmos/azure-cosmos/latest-stable/Offer.yml |
apiVersion: apps/v1
# k8s config file type
kind: Deployment
metadata:
# deployment name
name: mongoexpress-deployment
# service selector matches with depl. label
labels:
app: mongoexpress
spec:
replicas: 1
selector:
# depl. selector label matches with template/pod label
matchLabels:
app:... | mongoexpress.yml |
---
- hosts: all
become: yes
tasks:
- name: set sysctl values
sysctl: name={{item.name}} value={{item.value}} state=present reload=yes
with_items:
- {name: "kernel.shmmax", value: 500000000}
- {name: "kernel.shmmni" , value: 4096}
- {name: "kernel.shmall" , value: 4000000000}
- {na... | playbook.yaml |
definitions:
config:
/hippo:namespaces/embargotest/document:
jcr:primaryType: hipposysedit:templatetype
jcr:mixinTypes: ['mix:referenceable', 'editor:editable']
/hipposysedit:nodetype:
jcr:primaryType: hippo:handle
/hipposysedit:nodetype:
jcr:primaryType: hipposysedit:n... | tests/src/test/resources/hcm-config/namespaces/embargotest/embargotestdocument.yaml |
---
- name: Install Apache2 package
apt:
pkg: "{{ item }}"
state: installed
update_cache: yes
with_items:
- apache2
- debug:
var: item
with_items: "{{ apache2_vhosts }}"
- name: Create/update apache2 listeners
template:
src: ports.conf.j2
dest: /etc/apache2/ports.conf
owner: ro... | tasks/main.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-20 15:37"
game: "Unreal Tournament 2004"
name: "DM-Gasworkz-2k4"
author: "Octopussy"
description: "None"
releaseDate: "2004-07"
attachments:
- type: "IMAGE"
name: "DM-Gasworkz-2k4_shot_2.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20To... | content/Unreal Tournament 2004/Maps/DeathMatch/G/8/b/18b46d/dm-gasworkz-2k4_[8b18b46d].yml |
name: Tests
on: [push, pull_request]
jobs:
ci:
name: ci
runs-on: ubuntu-latest
services:
postgres:
image: postgres
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
options: --health-cmd="pg_isready" --health-interval 10s --health-timeou... | out/ewallah/moodle-availability_condition_language/.github_workflows_main.yml |
nameWithType: Trainings.createImagesFromData
type: method
members:
- fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.Trainings.createImagesFromData()
name: createImagesFromData()
nameWithType: Trainings.createImagesFromData()
returns:
description: <p>the first stage of the createI... | legacy/docs-ref-autogen/com.microsoft.azure.cognitiveservices.vision.customvision.training.Trainings.createImagesFromData.yml |
groups:
g:bukkit_default:
permissions:
- bukkit.broadcast.user
g:essentials_default:
permissions:
- essentials.help
- essentials.helpop
- essentials.list
- essentials.motd
- essentials.rules
- essentials.spawn
- groupmanager.notify.self
g:essentials_b... | mc-server/plugins/GroupManager/globalgroups.yml |
uid: "com.azure.resourcemanager.hdinsight.fluent.models.BillingResponseListResultInner.withBillingResources*"
fullName: "com.azure.resourcemanager.hdinsight.fluent.models.BillingResponseListResultInner.withBillingResources"
name: "withBillingResources"
nameWithType: "BillingResponseListResultInner.withBillingResources"... | preview/docs-ref-autogen/com.azure.resourcemanager.hdinsight.fluent.models.BillingResponseListResultInner.withBillingResources.yml |
app_name: sicaf
# Deployer User and Groups
deployer_user: <your-user-name>
deployer_group: <your-user-group>
# Github Code's Repo URL
api_repo_url: https://github.com/altest-com/sicaf-api
spa_repo_url: https://github.com/altest-com/sicaf-spa
# AWS bucket files
aws_access_key: <aws_access_key>
aws_secret_key: <aws_se... | group_vars/all_.yml |
- release_tracks: [ALPHA, BETA, GA]
help_text:
brief: Update Cloud Security Command Center asset's security marks.
description: Update Cloud Security Command Center asset's security marks.
examples: |
Selectively update value of security mark (key1) with 'val1.1' on asset 5678 under organization 12... | lib/surface/scc/assets/update_marks.yaml |
---
- name: Ensuring config directories exist
file:
path: "{{ node_config_directory }}/{{ item.key }}"
state: "directory"
owner: "{{ config_owner_user }}"
group: "{{ config_owner_group }}"
mode: "0770"
become: true
when:
- inventory_hostname in groups[item.value.group]
- item.value.ena... | ansible/roles/adjutant/tasks/config.yml |
version: '3'
services:
reverse-proxy:
image: "traefik:v2.1.2"
command:
- "--api.insecure=true"
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
- "--entrypoints.web.address=:80"
- "--entrypoints.mysql.address=:3306"
- "--entrypoints.mysql2.address=... | deploy-api/docker-compose.yml |
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Release.Name }}-archlinux-pvc
labels:
{{- include "linux-repository-mirror.labels" . | nindent 4 }}
annotations:
volume.beta.kubernetes.io/storage-class: ""
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 120... | chart/linux-repository-mirror/templates/mirror-pvclaim.yaml |
######## CNF TEMPLATE DEFINITIONS ###########
nf:
version: "topo_gw_tag"
vendorId: "mvnr"
xgvelaId: "xgvela1" #do not edit
nfClass: "mgmt"
nfType: "xgvela"
nfId: "xgvela1"
cnftpl_configmap:
mgmt_cfg:
create: true
metaspec:
annotations:
configMgmt: enabled
... | charts/topo-gw/values.yaml |
version: "3"
services:
redis:
container_name: "redis-qc"
image: redis:alpine
ports:
- "6379:6379"
adservice:
container_name: "adservice-qc"
build: ./adservice/.
environment:
- PORT=9555
ports:
- "9555:9555"
cartservice:
container_name: "cartservice-qc"
build... | docker-compose.yml |
# Use this compose file to extend docker-compose.yml when you want to run
# the latest published versions, e.g. for E2E testing.
#
# Scavenged from evaka integration testing and e2e compose files
version: '3.5'
services:
evaka-proxy:
image: nginx:1.21.3-alpine
ports:
- "9999:8080"
hostname: evaka... | compose/docker-compose.e2e.yml |
image: python:latest
# Pick zero or more services to be used on all builds.
# Only needed when using a docker container to run your tests in.
# Check out: http://docs.gitlab.com/ce/ci/docker/using_docker_images.html#what-is-a-service
services:
# - mysql:latest
- postgres:12.2-alpine
variables:
POSTGRES_DB: ci
... | .gitlab-ci.yml |
env:
TERM: alacritty
window:
padding:
x: 25
y: 25
dynamic_padding: true
decoration: none
font:
normal:
family: monospace
bold:
family: monospace
italic:
family: monospace
bold_italic:
family: monospace
size: 10
colors:
# Default colors
primary:
background:... | .config/alacritty.yml |
$schema: "http://json-schema.org/draft-06/schema#"
title: dataproc v1 OrderedJob export schema
description: A gcloud export/import command YAML validation schema.
type: object
required:
- stepId
additionalProperties: false
properties:
COMMENT:
type: object
description: User specified info ignored by gcloud i... | lib/googlecloudsdk/schemas/dataproc/v1/OrderedJob.yaml |
version: '2.3'
networks:
conpot_local_default:
conpot_local_IEC104:
conpot_local_guardian_ast:
conpot_local_ipmi:
conpot_local_kamstrup_382:
services:
# Conpot default service
conpot_default:
#build: .
container_name: conpot_default
restart: always
environment:
- CONPOT_CONFIG=/etc/c... | Conpot/docker-compose.yml |
Victoire\Bundle\ORMBusinessEntityBundle\Entity\ORMBusinessEntity:
jedi_business_entity:
class: Acme\AppBundle\Entity\Jedi
name: Jedi
availableWidgets: 'a:2:{i:0;s:4:"Text";i:1;s:5:"Force";}'
article_business_entity:
class: Victoire\Bundle\BlogBundle\Entity\Article
name: A... | Tests/App/src/Acme/AppBundle/DataFixtures/Seeds/ORM/BusinessEntity/businessEntity.yml |
---
- name: Orchestrating platform environment
hosts: bst-prod
# remote_user: root
become: true
become_user: root
gather_facts: smart
tasks:
- name: "copy bst.conf config file"
copy:
src: /etc/apache2/sites-available/home.bst.conf
dest: /etc/apache2/sites-available/home.bst.conf
... | cm/orchestration.yml |
version: '2.4'
services:
flood:
image: lmilcent/flood:20201203-alpine
container_name: flood
# Compilation
build:
context: ./flood/
dockerfile: Dockerfile
# Mode interactive
stdin_open: false
tty: false
# no / always / on-failure / unless-stopped
restart: unless-st... | seedbox/docker-compose.yml |
backends:
- group: wavecell-sms-api-v1
url_pattern: /sms/v1/status
method: GET
host:
- https://api.wavecell.com
concurrent_calls: 1
extra_config:
provider: wavecell.com
description: This API allows Wavecell customers to originate request to send SMS
messages anywhere in the World. The messages... | shared/data/swagger/specs/wavecell.com/v1/krakend/backends.yaml |
- title: Home
url: "/"
side: left
- title: Trip List
url: "/triplist/"
side: left
- title: Join Us
url: "/tojoin/"
side: left
- title: "New to Caving?"
url: "/learn/"
side: left
dropdown:
- title: "Your first trip"
url: "/learn/first-trip/"
- title: "Caving Areas"
url: "/learn/caving-ar... | _data/navigation.yml |
name: Index LLVM project
on:
# Run daily at 0:20 (UTC) (arbitrary time)
schedule:
- cron: "20 0 * * *"
# Allow triggering manually:
# curl -XPOST -d '{"event_type":"index"}' \
# "-HAuthorization: Bearer <token>" \
# https://api.github.com/repos/clangd/llvm-remote-index/dispatches
repository_dispatc... | .github/workflows/index.yaml |
name: WeatherListQueryParamProperties
uid: '@azure-rest/agrifood-farming.WeatherListQueryParamProperties'
package: '@azure-rest/agrifood-farming'
summary: ''
fullName: WeatherListQueryParamProperties
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $maxPageSize
uid: '@azure-res... | preview-packages/docs-ref-autogen/@azure-rest/agrifood-farming/WeatherListQueryParamProperties.yml |
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiContract.UpdateStages.WithWsdlSelector.withWsdlSelector*"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiContract.UpdateStages.WithWsdlSelector.withWsdlSelector"
name: "withWsdlSelector"
nameWithType: "ApiContract.UpdateStages.Wit... | docs-ref-autogen/com.microsoft.azure.management.apimanagement.v2019_01_01.ApiContract.UpdateStages.WithWsdlSelector.withWsdlSelector.yml |
repository: diodz/diodz.github.io
# favicon: Directory of your favicon (eg. images/favicon.ico)(optional)
# Personal info
name: <NAME>
title: Research Scientist
email: <EMAIL>
website: diodz.github.io
github: metadata
# Social links
twitter_username:
github_username: diodz
stackoverflow_username: ""
dribbble_usernam... | docs/_config.yml |
items:
- uid: "com.microsoft.azure.management.batchai.BatchAIJob.DefinitionStages.WithJobPreparation"
id: "WithJobPreparation"
parent: "com.microsoft.azure.management.batchai"
children:
- "com.microsoft.azure.management.batchai.BatchAIJob.DefinitionStages.WithJobPreparation.withJobPreparationCommandLine(java.la... | docs-ref-autogen/com.microsoft.azure.management.batchai.BatchAIJob.DefinitionStages.WithJobPreparation.yml |
apiVersion: v1
data:
application.yml: |
server:
port: 9090
servlet:
context-path: /solumina-search/api
spring:
profiles:
include:
- tomcat # must have profile
- redis # must have profile
- ACTIVATED_PROFILE_FOR_DATABASE # Possible values - oracle... | assets/deployments/search/search-cm.yaml |
namespace: data
# 输出导出路径
export_path:
client_path: ..\Project\DataTableGame\Content\Data\Export\
server_cpp_path: ..\Build\csv\
server_go_path: ..\Project\DataTableService\
# 数据类型存放文件
type_def_file: type_def.hpp
# 是否输出客户端代码
enable_client_code: true
client_code_path: ..\Project\DataTableGame\Source\DataTab... | DataTable/Config/Config.yaml |
time_out: 200 # timeout for crawling and storing user info
min_crawl_interal: 1 # min interal of http request
max_crawl_interal: 5 # max interal of http request
excp_interal: 5*60 # time for sleeping when crawling raises exceptions
# TODO set a default value for max_val... | config/spider.yaml |
version: '3.4'
services:
frontendfreddie:
image: madnificent/frontend-freddie
links:
- identifier:backend
# frontendwebshop:
# image: madnificent/frontend-veeakker-webshop
# links:
# - identifier:backend
identifier:
image: semtech/mu-identifier:1.5.0
links:
- dispatcher:... | docker-compose.yml |
---
- name: Create ~vagrant/.ssh directory
file: path=/home/vagrant/.ssh state=directory mode=0700 owner=vagrant
- name: Copy SSH private key
copy: src=id_rsa dest=/home/vagrant/.ssh/id_rsa mode=0600 owner=vagrant
- name: Copy SSH public key
copy: src=id_rsa.pub dest=/home/vagrant/.ssh/id_rsa.pub mode=0644 own... | ansible/roles/common/tasks/main.yml |
jobs:
include:
- stage: UnitTest
dist: xenial
language: java
jdk:
- openjdk11
before_script:
- sqlite3 -version
- make -version
- make clean-sqlite
- make sqlite-db-build
- make sqlite-db-populate
script:
- "./gradlew test --tes... | .travis.yml |
name: CI
on:
push:
pull_request:
jobs:
validate:
name: Validate Gradle Wrapper
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
name: Validate Gradle Wrapper
test:
strategy:
matrix:
os: [ ubuntu-20.04, macos-1... | .github/workflows/ci.yml |
- position: 1
driverNumber: 5
driverId: sebastian-vettel
constructorId: ferrari
engineManufacturerId: ferrari
tyreManufacturerId: pirelli
lap: 41
time: "1:46.577"
gap:
interval:
- position: 2
driverNumber: 44
driverId: lewis-hamilton
constructorId: mercedes
engineManufacturerId: mercedes
tyr... | src/data/seasons/2017/races/12-belgium/fastest-laps.yml |
title: Microsoft Dynamics 365 for Retail
metadata:
title: 'Exam MB6-897: Microsoft Dynamics 365 for Retail'
description: 'Exam MB6-897: Microsoft Dynamics 365 for Retail'
uid: exam.mb6-897
displayName: MB6-897
summary: |-
<div><font color='red'><strong>Este exame foi reformado em 31 de janeiro de 2021. Para obter... | learn-certs-pr/exams/mb6-897.yml |
apiVersion: compute.cnrm.cloud.google.com/v1beta1
kind: ComputeNetwork
metadata:
name: {{ include "opsman.fullname" . }}-pks-network
labels:
app.kubernetes.io/name: {{ include "opsman.name" . }}
helm.sh/chart: {{ include "opsman.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kuberne... | charts/opsman/templates/network.yaml |
---
months:
1:
- name: New Year's Day
regions: [th]
mday: 1
observed: to_monday_if_weekend(date)
3:
- name: Makha Bucha Day
regions: [th]
mday: 1
4:
- name: Chakri Memorial Day
regions: [th]
mday: 6
- name: Songkran Day
regions: [th]
mday: 13
- name: Songkran Festival... | th.yaml |
items:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistration.UpdateStages.WithPartnerTopicTypeDescription"
id: "WithPartnerTopicTypeDescription"
parent: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
children:
- "com.microsoft.azure.management.eventgrid.v2020_0... | docs-ref-autogen/com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PartnerRegistration.UpdateStages.WithPartnerTopicTypeDescription.yml |
uid: "com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithOS.withLatestLinuxImage*"
fullName: "com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithOS.withLatestLinuxImage"
name: "withLatestLinuxImage"
nameWithType: "VirtualMachineScaleSet.DefinitionStage... | docs-ref-autogen/com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithOS.withLatestLinuxImage.yml |
replicaCount: 1
global:
storageClassName: local-path
registry: ""
# See https://kubernetes.io/fr/docs/concepts/containers/images/
imagePullPolicy: IfNotPresent
image:
repository: nabla/petclinic-native
imagePullPolicy: Always
tag: latest
# tag: "{{ default .Chart.AppVersion latest }}"
imagePullSecre... | packs/helm-petclinic/charts/values.yaml |
parameters:
pim_events_api.event_subscriber.akeneo_storage_utils_subscriber.class: Trilix\EventsApiBundle\EventSubscriber\AkeneoStorageUtilsSubscriber
pim_events_api.events_api_application_provider.default.class: Trilix\EventsApiBundle\Model\DefaultEventsApiApplicationProvider
pim_events_api.events_handler.... | Resources/config/services.yml |
items:
- uid: com.azure.resourcemanager.monitor.models.ActivityLogAlert.DefinitionStages.WithCreate
id: WithCreate
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.0.0-beta.2
parent: com.azure.resourcemanager.monitor.models
langs:
- java
name: ActivityLogAlert.DefinitionStages.WithCreate
... | preview/docs-ref-autogen/com.azure.resourcemanager.monitor.models.ActivityLogAlert.DefinitionStages.WithCreate.yml |
uid: "com.azure.resourcemanager.eventgrid.fluent.PartnerTopicsClient"
fullName: "com.azure.resourcemanager.eventgrid.fluent.PartnerTopicsClient"
name: "PartnerTopicsClient"
nameWithType: "PartnerTopicsClient"
summary: "An instance of this class provides access to all the operations defined in PartnerTopicsClient."
synt... | preview/docs-ref-autogen/com.azure.resourcemanager.eventgrid.fluent.PartnerTopicsClient.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:v20200422-9eb8b96a7
- apiVersion: v1
... | core-services/prow/03_deployment/adapter_imagestreams.yaml |
trigger:
branches:
include:
- 'main'
- 'release-*'
pr:
autoCancel: true
branches:
include:
- '*'
# Stages
stages:
# Build Strimzi Java code and does basic checks of the PR (uncommitted files, release files etc.)
- stage: build_strimzi
displayName: Build Strimzi
jobs:
-... | .azure/build-pipeline.yaml |
Subunit:
0: {id: 1, name: 'Organization', description: 'company description', lft: 1, rgt: 14, level: 0}
1: {id: 2, name: 'Sales', description: 'department description', lft: 2, rgt: 5, level: 1}
2: {id: 3, name: 'Engineering', description: 'sub department description', lft: 6, rgt: 7, level: 1}
3: {id: 4, name... | orange/symfony/plugins/orangehrmPerformancePlugin/test/fixtures/performance_reviews.yml |
version: '2'
services:
api:
build:
context: .
args:
http_proxy: ${HTTP_PROXY}
https_proxy: ${HTTPS_PROXY}
environment:
- "FLASK_ENV=development" # DEBUG mode for development
- "KAFKA_LAUNCH_BROKER=kafka:9092"
- "KAFKA_LAUNCH_TOPIC=uris.candidates.fc"
# Inte... | docker-compose.yml |
- name: Create key dir
local_action: file path={{playbook_dir}}/keys state=directory
- name: Create newcerts dir
local_action: file path={{playbook_dir}}/keys/newcerts state=directory
- name: Look for serial
local_action:
module: stat
path: "{{playbook_dir}}/keys/serial"
register: stat_serial
- name: W... | roles/certs/tasks/main.yml |
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.Creatable.create()
- com.microsoft.azure.management.resources.fluentcore.model.Creatable.createAsync(final ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model.Creatable.createAsync()
- com.microsoft.azure.managemen... | legacy/docs-ref-autogen/com.microsoft.azure.management.graphrbac.ServicePrincipal.Definition.yml |
name: nonconvex_ro_env
channels:
- conda-forge
- omnia
- defaults
dependencies:
- ampl-mp
- coinbonmin
- glpk
- appnope
- asttokens
- backcall
- backports
- backports.functools_lru_cache
- black
- brotli
- brotli-bin
- bzip2
- ca-certificates
- certifi
- click
- cvxpy
- cvxpy-bas... | environment.yml |
- hosts: all
gather_facts: no
# This is collects a subset of 'gather_facts', since we really only care about
# getting the default IP address of the host.
pre_tasks:
- setup:
gather_subset:
# Don't collect the standard set of stats, only the ones we explicitly
# list below
- '!al... | nms_stack/nms_cli/k8s_nms/ansible/template_variables.yml |
version: '3.5'
networks:
monitoring:
name: monitoring
driver: bridge
volumes:
prometheus_data:
grafana_data:
alertmanager_data:
services:
prometheus:
image: prom/prometheus:v2.14.0
volumes:
- ./prometheus:/etc/prometheus
- prometheus_data:/prometheus
command:
- ... | files/docker-compose.yml |
Version: 0.8.0 # 0.MAJOR.MINOR, later: MAJOR.MINOR
Services:
s_omd_agent: { type: compose, file: docker-compose.yml, ref: omd_agent }
s_omd_anew: { type: compose, file: docker-compose.yml, ref: omd_anew }
s_omd_persistent: { type: compose, file: docker-compose.yml, ref: omd_persistent }
s_ptmx: { type: c... | tests/data/singleHostHilbert.yml |
name: Stage-release
on:
workflow_dispatch:
inputs:
XSK_VERSION:
description: 'XSK version'
required: true
workflow_call:
inputs:
XSK_VERSION:
required: true
type: string
XSK_HELM_SHA:
required: true
type: string
XSK_DISPATCH:
r... | .github/workflows/stage-release.yaml |
---
apiVersion: v1
kind: Service
metadata:
name: {{ include "kore.name" . }}-portal
{{- if .Values.ui.endpoint.detect}}
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook-weight": "0"
{{- end }}
labels:
name: {{ include "kore.name" . }}-portal
{{ include "kore.labels" . | indent 4}}
spec:
ty... | charts/kore/templates/portal.yml |
apiVersion: v1
kind: Namespace
metadata:
name: test-app
labels:
project: test-app
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: test-app-blue
namespace: test-app
labels:
app: test-app
version: "alpine"
spec:
replicas: 1
selector:
matchLabels:
app: test-app
template:
... | _example/test-app.yml |
service: pdf-ms
plugins:
- serverless-webpack
projectDir: ../../
custom:
stage: ${opt:stage, self:provider.stage}
resourcesStages:
prod: prod
stage: stage
dev: dev
test: test
release: release
resourcesStage: ${self:custom.resourcesStages.${self:custom.stage}, self:custom.resourcesStages.d... | services/pdf-ms/serverless.yml |
initial_state: 'on'
alias: 'Battery CR1632'
trigger:
- platform: numeric_state
entity_id:
- sensor.bathroom_window_battery
- sensor.dimmer_switch_battery
- sensor.family_window_left_battery
- sensor.family_window_right_battery
- sensor.guestbedroom_window_left_battery
- sensor.guestbedroo... | automation/battery/battery_cr1632.yaml |
name: Template Removal
defaults:
run:
shell: bash
on:
issues:
types: [labeled]
issue_comment:
types: [created]
jobs:
parse-issue-form-body:
name: Parse Issue Form Body
runs-on: ubuntu-latest
if: (github.event.label.name == 'remove-template') || (github.event_name == 'issue_comment' &&... | .github/workflows/remove-template.yml |
name: Hungergames
version: ${project.version}
main: io.github.blitzbeule.hungergames.Hungergames
api-version: 1.16
prefix: hg
authors: [ blitzbeule ]
description: Hungergames Plugin
website: blitzbeule.github.io/hungergames
depend: [WorldEdit]
commands:
hg:
description: Command for all hg things
usage: "Usage... | plugins/core/src/main/resources-filtered/plugin.yml |
name: compile_styles
on:
create:
tags:
- v*
jobs:
ci:
name: ${{ matrix.os.name }} Python-${{ matrix.python }} Qt-${{ matrix.qt }}
runs-on: ${{ matrix.os.runs-on }}
strategy:
fail-fast: false
matrix:
os:
- name: Windows
extension: "*.dll"
... | .github/workflows/styles.yaml |
common_columns:
- recruitment_cycle_year
- sex
custom_columns:
month:
type: string
description: The month in which the application form was submitted
example: October
ethnic_group:
type: string
description: The candidates ethnic group
example: Asian or Asian British
ethnic_backgroun... | app/exports/equality_and_diversity_export.yml |
suite_name: product_tgm-concentration_variable_checks:v2.0
description: Check 'product tgm-concentration variable' in AMF files
checks:
- check_id: check_mole_fraction_of_gaseous_elemental_mercury_in_air_variable_attrs
check_name: checklib.register.nc_file_checks_register.NCVariableMetadataCheck
comments: Checks... | amf-checks/AMF_product_tgm-concentration_variable.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-11-01 21:31"
game: "Unreal Tournament 2004"
name: "DM-=SDK=UrbanCity"
author: "Perfect_Dark"
description: "=SDK=Sniper clan born from the inter clan wars of 2006.The member that\
\ where left join together to make the greatest Sniper Clan ever."
releaseDate: "2007-05"
a... | content/Unreal Tournament 2004/Maps/DeathMatch/S/9/8/9f8beb/dm-sdkurbancity_[989f8beb].yml |
name: Build ASUSWrt
on:
repository_dispatch:
release:
types: published
push:
branches:
- master
#paths:
# - '.config'
# schedule:
# - cron: 0 8 * * 5
watch:
types: started
env:
REPO_URL: https://github.com/ferhung-mtk/asuswrt_RM2100
REPO_BRANCH: master
#FEEDS_CONF: feeds.... | .github/workflows/build-openwrt.yml |
language: cpp
compiler:
- clang
# Change this to your needs
notifications:
email:
on_success: change
on_failure: always
env:
- secure: "0kkcYHaW88jKB9/nvZKJIsmDv4KALyy4DrcWs3wncRa4rAp0Wk4Ge/2o5GgubcowswiX9EZFawVRoM3h8nOf+awPu/gO6OkZx1LhYwQa/5lo7/LYq5Bzf2NNM+1xmNSgRKP+84/gi8pm/Ytv81+4hDmlN2APSMMq9u6UMzQCkVM... | .travis.yml |
uid: "com.microsoft.azure.batch.protocol.Certificates.list*"
fullName: "com.microsoft.azure.batch.protocol.Certificates.list"
name: "list"
nameWithType: "Certificates.list"
members:
- uid: "com.microsoft.azure.batch.protocol.Certificates.list()"
fullName: "com.microsoft.azure.batch.protocol.Certificates.list()"
nam... | docs-ref-autogen/com.microsoft.azure.batch.protocol.Certificates.list.yml |
uid: adminmanagement.local.azurestack.external.azurestack.subscriberusageaggregates.list
name: List
service: Azure Stack Admin
groupName: Subscriber Usage Aggregates
apiVersion: 2015-06-01-preview
summary: Gets a collection of SubscriberUsageAggregates, which are UsageAggregates from users.
consumes:
- application/json... | docs-ref-autogen/azurestack/SubscriberUsageAggregates/List.yml |
- name: Install EPEL repository
copy:
dest: /etc/yum.repos.d/epel.repo
content: |
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch... | roles/prereqs/tasks/repos/epel.yaml |
- name: Azure Databricks Belgeleri
href: index.yml
- name: Genel Bakış
items:
- name: Azure Databricks nedir?
href: what-is-azure-databricks.md
- name: Hızlı Başlangıçlar
expanded: true
items:
- name: Databricks çalışma alanı oluşturma - Portal
href: quickstart-create-databricks-workspace-po... | articles/azure-databricks/TOC.yml |
---
result: SUCCESS
url: http://wilson.ci.chef.co/job/supermarket-trigger-nightly-master/24/
timestamp: 2016-01-02 09:12:00 UTC
duration: 36m55s
active_duration: 36m33s
parameters: {}
change:
git_remote: <EMAIL>:chef/supermarket.git
git_commit: <PASSWORD>
project: supermarket
version: 2.2.2+20160102091209.git.7... | reports/wilson.ci.chef.co/job/supermarket-trigger-nightly-master/24.yaml |
---
blueprintId: 'ctx_bg_req_traffic'
version: '1.0'
name: 'Context Blueprint Background Requests Traffic'
description: 'Context Blueprint to add artificial background requests traffic to a VSB.'
parameters:
- parameterId: 'bg_clients'
parameterName: 'Background Requests Traffic Number Of Clients'
parameterTy... | UC_4.2_SmartEnergy_WINGS/ctx_bg_req_traffic.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2019-05-10 19:56"
game: "Unreal Tournament"
name: "CTF-XMC-Joust-Xmas"
author: "Myth"
description: "None"
releaseDate: "2010-12"
attachments:
- type: "IMAGE"
name: "CTF-XMC-Joust-Xmas_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tourna... | content/Unreal Tournament/Maps/Capture The Flag/X/5/b/0603c8/ctf-xmc-joust-xmas_[5b0603c8].yml |
---
:carton_id:
:type: :string
:head: Carton_ID
:pallet_id:
:type: :text
:head: Pallet_ID
:tradingpartner:
:type: :string
:head: TradingPartner
:extended_fg_code:
:type: :string
:head: extended_fg_code
:target_market:
:type: :string
:head: Target_Market
:load_no:
:type: :string
:head: Load_No
:g... | lib/edi/schemas/hcs.yml |
- name: Create root CA directory
file:
path: "{{ root_ca_dir }}"
state: directory
mode: 0700
owner: "{{ ca_user }}"
group: "{{ ca_group }}"
- name: Create CA directory tree
file:
path: "{{ root_ca_dir }}/{{ item }}"
state: directory
mode: 0700
owner: "{{ ca_user }}"
group: "... | tasks/main.yml |
external_database_type: ((uiconfig.db_type))
external_database_port: ((uiconfig.db_port))
external_cc_database_name: ((uiconfig.cc_db_name))
external_cc_database_address: ((uiconfig.cc_db_host))
external_cc_database_password: ((<PASSWORD>))
external_cc_database_username: ((uiconfig.cc_db_user))
external_uaa_database_... | ext-dbs-vars-template.yml |
---
#Unattended-Upgrade::Origins-Pattern
# Automatically upgrade packages from these origin patterns
# e.g.: 'o=Debian,a=stable', 'o=Debian,a=stable-updates'
#
# Left unset, distribution-specific defaults will be used through
# __unattended_origins_patterns variable only if this variable
# is not provided externally
... | roles/jnv.unattended-upgrades/defaults/main.yml |
---
- name: Install apt requirements
become: 'yes'
apt:
update_cache: 'yes'
name:
- build-essential
- zlib1g-dev
- libpcre3
- libpcre3-dev
- unzip
- name: create build path
become: 'yes'
file: state=directory
path={{ nginx_build_dir }}
owner={{ ansible_use... | tasks/main.yml |