code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
# cmd line or CFT GUI parameters - those w/out a Default are mandatory
Parameters:
NameOfServiceParam:
Description: "The name of the service this stack is to be used for."
Type: String
Default: "My AWS Minecraft server"
InstanceTypeParam:
Type: String
Default: t3a.medium
AllowedValues:
... | mcraft_cft.yaml |
version: "3.8"
networks:
gmhazard_test:
driver: bridge
backend_test:
driver: bridge
services:
userdb_test:
image: mariadb
container_name: userdb_test
restart: on-failure:5
ports:
- ${TEST_DB_PORT}:${TEST_DB_PORT}
environment:
- MYSQL_DATABASE=${TEST_MYSQL_DATABASE}
... | tools/deployment/docker/test/docker-compose.yml |
---
## assess if aide present and current db
- name: Linux | ensure aide is installed
package: name=aide state=present
when: ansible_system == "Linux" and ansible_distribution != 'NA' and ansible_os_family != "Alpine"
register: pkg_result
until: pkg_result is success
- name: check if aide binary is present
s... | tasks/aide-hids.yml |
name: GitHub-Pages
# Controls when the action will run.
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
# Release tag associated with version of Detekt to be installed
DETEKT_RELEASE_TA... | .github/workflows/github-pages.yml |
ItemLoad: '[&3XK-Forge&f]&4 item&e文件夹配置 &a加载完成'
MapLoad: '[&3XK-Forge&f]&4 map&e文件夹配置 &a加载完成'
ProbabilityLoad: '[&3XK-Forge&f]&4 probability&e文件夹配置 &a加载完成'
ConfigLoad: '[&3XK-Forge&f]&e config.yml &a加载完成'
LevelLoad: '[&3XK-Forge&f]&e level.yml &a加载完成'
StrengthItemLoad: '[&3XK-Forge&f]&e item.yml &a加载完成'
MessageLoad: '... | src/main/resources/message.yml |
# clusterScoped is whether tidb-operator should manage kubernetes cluster wide tidb clusters
# Also see rbac.create and controllerManager.serviceAccount
clusterScoped: true
# Also see clusterScoped and controllerManager.serviceAccount
rbac:
create: true
# operatorImage is TiDB Operator image
operatorImage: pingcap... | charts/tidb-operator/values.yaml |
---
- debug: msg="START connection={{ ansible_connection }} nxos_bfd_global sanity test"
- name: set facts common
set_fact:
echo: deleted
nd_echo: loopback1
interval: &id001
tx: 50
min_rx: 50
multiplier: 3
nd_interval:
tx: 51
min_rx: 52
multiplier: 4
slow: 2000... | venv/lib/python3.6/site-packages/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bfd_global/tests/common/sanity.yaml |
---
- hosts: all
become: yes
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
vars:
cert_generated: "{{ cert_generated }}"
pkcs1_generated: "{{ pkcs1_generated }}"
tasks:
- name: Check pip exists
command: which pip
register: pip_exist
ignore_errors: True
- name: Down... | provisioners/ansible/certs.yaml |
name: ExcelScript.ChartAxisDisplayUnit
uid: 'ExcelScript!ExcelScript.ChartAxisDisplayUnit:enum'
package: ExcelScript!
fullName: ExcelScript.ChartAxisDisplayUnit
summary: ''
remarks: ''
isPreview: false
isDeprecated: false
fields:
- name: billions
uid: 'ExcelScript!ExcelScript.ChartAxisDisplayUnit.billions:member'... | docs/docs-ref-autogen/excel/excelscript/excelscript.chartaxisdisplayunit.yml |
- name: "[Sharding] Get Subgroups Shard Server"
set_fact:
subgroups: "{{ subgroups|default([]) + hostvars[item].group_names }}"
loop: "{{ groups.shard_servers }}"
run_once: true
- name: "[Sharding] Get only on group Shard Server"
set_fact:
shards_nodes: "{{ subgroups|unique|difference(['replicaset_node... | roles/config_shardrs/tasks/shardingrs.yml |
- hosts: 127.0.0.1
vars:
build: false # If send in a "true", then will actually build any of the hosts
# This is used to distinquish between deployment groups. Each user could have their own test
# Environment
deploy_name: "unfetter"
region: "us-east-1" # Make this by gathering aws_facts
con... | ansible/task-start-ec2-hosts.yml |
apiVersion: v1
kind: Service
metadata:
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
name: galera
labels:
app: galera
spec:
ports:
- port: 3306
name: mysql
clusterIP: None
selector:
app: galera
---
apiVersion: v1
kind: ConfigMap
metadata:
name: mysql-config-... | wordpress/galera-ss/galera-ss.yaml |
copyright: Copyright (c) 2017-2019 block.one and its contributors. All rights reserved.
theme: fullwidth
github_url: https://github.com/EOSIO/eosio-swift
github_file_prefix: https://github.com/EOSIO/eosio-swift/tree/master
hide_documentation_coverage: true
undocumented_text: ""
output: docs
clean: true
custom_categori... | .jazzy.yaml |
1 John:
5:
1: '¹ Whoever believes that Jesus is the Christ has been born of God. Whoever
loves the Father also loves the child who is born of him. '
2: '² By this we know that we love the children of God, when we love God and keep
his commandments. '
3: '³ For this is loving God, that we keep ... | test/static/unit_tests_bible_base_downloader/WEB/test_base_download_with_excessive_values/Chapter5/1 John.yaml |
disabled_rules:
- identifier_name
- multiple_closures_with_trailing_closure
- empty_enum_arguments
- explicit_top_level_acl
- conditional_returns_on_newline
- closure_end_indentation
- discouraged_optional_collection
- explicit_enum_raw_value
- explicit_type_interface
- fatal_error_message
- file_header
- lower_acl_tha... | .swiftlint.yml |
Rufy\RestApiBundle\Entity\Customer:
properties:
name:
- Type:
type: string
message: Il valore {{ value }} non è un {{ type }} valido.
- NotBlank:
message: Il valore {{ value }} non può essere vuoto.
- NotNull:
message: Il valore {{ value }} non può essere ... | src/Rufy/RestApiBundle/Resources/config/validation.yml |
version: 2.0
defaults: &defaults
working_directory: ~/code
docker:
- image: circleci/android:api-26-alpha
environment:
_JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"
jobs:
build:
<<: *defaults
steps:
- run:
name: Update SDK
command:... | .circleci/config.yml |
---
http_interactions:
- request:
method: get
uri: https://sandbox.billimatic.com.br/api/v1/organizations/564/contracts/9224
body:
encoding: US-ASCII
string: ''
headers:
User-Agent:
- Billimatic Ruby Client v0.14.1
Accept:
- application/json
Content-Type:
... | spec/vcr_cassettes/contracts/show/success/inactive_contract_found.yml |
# Offense count: 6
Lint/EmptyWhen:
Exclude:
- 'lib/modules/argonaut/argonaut_careplan_sequence.rb'
- 'lib/modules/argonaut/argonaut_diagnostic_report_sequence.rb'
- 'lib/modules/argonaut/argonaut_observation_sequence.rb'
- 'lib/modules/argonaut/argonaut_procedure_sequence.rb'
- 'lib/modules/argon... | .rubocop_todo.yml |
url: "http://marcbrittain.github.io"
# baseurl is the website's URL without the hostname
baseurl: ""
# Name of website
title: Marc Brittain
# Short description of your site
description: Technical Staff Researcher - MIT Lincoln Laboratory
# --- Navigation bar options --- #
# Image to show in the navigation bar - image... | _config.yml |
cygames:
role: Technical Artist
time: 2017/09 ~ 2021/02
company: 'Cygames (Contract)'
location: 'Tokyo, Japan'
link: https://social-drum.cloudvent.net/clients/cygames/
details: >-
<div class="upper-row">
<p class="game-title">Project: Project Awakening - Arise</p>
<div class="game-plat... | _data/work_experience_cygames.yml |
Description: CloudTrail
Parameters:
BucketName:
Type: String
Description: Name for CloudTrail bucket
Resources:
CloudTrailBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref BucketName
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true... | organization/templates/master/cloudtrail.yml |
database:
# The database type. "sqlite" and "mysql" are supported.
type: sqlite
# Edit these settings only if you choose "sqlite".
sqlite:
# The file name of the database in the plugin data folder.
# You can also put an absolute path here.
file: data.sqlite
# Edit these settings only if you choos... | resources/config.yml |
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
# Ensure Rust code formatting is consistent across all source code
#
# This checks the main library, and all examples.
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rustup c... | .github/workflows/ci.yml |
apiVersion: apps/v1
kind: Deployment
metadata:
name: firefly-deployment
labels:
app: firefly-iii
spec:
revisionHistoryLimit: 0
replicas: 1
selector:
matchLabels:
app: firefly-iii
template:
metadata:
labels:
app: firefly-iii
spec:
imagePullSecrets:
- name: re... | firefly/firefly.yaml |
name: Auto build workflow
on:
push:
branches: [ main ]
paths:
- '**.yml'
pull_request:
branches: [ main ]
release:
types: [ created ]
workflow_dispatch:
branches: [ main ]
jobs:
build-on-darwin:
name: Build on Darwin
runs-on: macos-latest
steps:
- name: Run build sc... | .github/workflows/build.yml |
version: 2
jobs:
build:
working_directory: ~/app
docker:
- image: python:3.6.0
environment:
- PG_HOST=localhost
- PG_USER=postgres
# For the database service
- image: postgres:9.5
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=registry
... | .circleci/config.yml |
uid: "com.azure.resourcemanager.storage.fluent.models.FileShareItemInner"
fullName: "com.azure.resourcemanager.storage.fluent.models.FileShareItemInner"
name: "FileShareItemInner"
nameWithType: "FileShareItemInner"
summary: "The file share properties be listed out."
inheritances:
- "<xref href=\"java.lang.Object\" data... | docs-ref-autogen/com.azure.resourcemanager.storage.fluent.models.FileShareItemInner.yml |
{% set version = '1.1.2' %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}
package:
name: r-kmer
version: {{ version|replace("-", "_") }}
source:
url:
- {{ cran_mirror }}/src/contrib/kmer_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/kmer/kmer_{{ version... | recipe/meta.yaml |
title: Developer
metadata:
title: Developer
description: Developers (Entwickler) entwerfen, erstellen, testen und warten Lösungen. Developers (Entwickler) implementieren Anwendungen und Services in Zusammenarbeit mit Solution Architects (Lösungsarchitekten) und Kunden.
uid: role.developer
summary: |
Develope... | learn-certs-pr/roles/developer.yml |
items:
- uid: sp-webpart-base.IClientSideWebPartStatusRenderer
summary: >-
Interface to be implemented by a component that should display the loading indicator and error messages for a web
part.
name: IClientSideWebPartStatusRenderer
fullName: IClientSideWebPartStatusRenderer
langs:... | SP-Framework/sp-webpart-base/iclientsidewebpartstatusrenderer.yml |
homepage: ''
changelog-type: ''
hash: adcdb4f29084f337de2facc435c2fda1c879f0f3126f0392ff7509518ff39279
test-bench-deps:
http-client: -any
bytestring: -any
aeson-casing: -any
base: ! '>=4.9 && <=5.0'
time: -any
unordered-containers: -any
text: -any
filepath: -any
interpolatedstring-perl6: -any
contai... | packages/do/DOH.yaml |
path: /
meta:
title: HubRise - Intégration pour le commerce et la restauration
description: HubRise permet de connecter votre app à un écosystème de solutions commerce et restauration, avec une seule intégration.
header:
hero:
title: Hub d'intégration pour le commerce et la restauration
description: |
... | content/base/fr/frontpage.yaml |
image:
repository: runatlantis/atlantis
tag: v0.9.0
pullPolicy: IfNotPresent
# pullSecrets:
# - secret1
# - secret2
logStreaming:
enabled: false
image:
repository: quay.io/gordonbondon/webtail
tag: v0.35-rc1
service:
port: 8080
ingress:
enabled: false
annotations: {}
# ... | stable/atlantis/values.yaml |
title: Microsoft Identity Manager dokumentáció
summary: A Microsoft Identity Manager 2016 több helyszíni hitelesítési tároló – például az Active Directory, az LDAP, az Oracle és más alkalmazások – az Azure Active Directory-val való zökkenőmentes összeillesztésével köti össze a Microsoft identitás- és hozzáférés-kezelé... | MIMDocs/index.yml |
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: iamroles.iammanager.keikoproj.io
spec:
additionalPrinterColumns:
- JSONPath: .status.state
description: current state of the iam role
name: State
type: string
- JSONPath: .status.rol... | config/crd/bases/iammanager.keikoproj.io_iamroles.yaml |
backend:
name: git-gateway
branch: master
commit_messages:
create: 'Create {{collection}} “{{slug}}”'
update: 'Update {{collection}} “{{slug}}”'
delete: 'Delete {{collection}} “{{slug}}”'
uploadMedia: '[skip ci] Upload “{{path}}”'
deleteMedia: '[skip ci] Delete “{{path}}”'
local_backend: true... | static/admin/config.yml |
Namespaces:
=: com.example
srv: com.example.apache
db: com.example.databases
std: io.murano
res: io.murano.resources
sys: io.murano.system
Name: SugarCRM
Extends: std:Application
Properties:
server:
Contract: $.class(srv:ApacheHttpServer).notNull()
database:
Contract: $.class(db:MySql).notN... | SugarCRM/package/Classes/SugarCRM.yaml |
$schema: "http://json-schema.org/draft-04/schema#"
id: "study"
title: Study
type: object
namespace: https://dcp.bionimbus.org/
category: administrative
program: '*'
project: '*'
description: >
A coordinated set of actions and observations designed to generate data, with the ultimate goal
of discovery or hypothesis... | dictionary/gtex/gdcdictionary/schemas/study.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-19 16:58"
game: "Unreal Tournament"
name: "DM-RP-Ochre"
author: "GaZ\"6(sic)6\"MoRgaN & Phil\"ReJecTRaT\"Stowell"
description: "None"
releaseDate: "2015-10"
attachments:
- type: "IMAGE"
name: "DM-RP-Ochre_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-a... | content/Unreal Tournament/Maps/DeathMatch/R/0/a/c23661/dm-rp-ochre_[0ac23661].yml |
%YAML 1.1
---
# Assumes sensor has already been registered: that is, has an entry
# in the Hardware table.
# For now assume it also has at least one HardwareIdentifier. (Another
# way to handle this would be to make assignment of the hardware identifier
# the first step.)
Name: Sensor_T01 - hnmod1
HardwareType: CCD
D... | TestStandYamls/T01-hnmod1.yaml |
services:
#
# Factories
#
#
# Abstract purchasable factory
#
elcodi.core.product.factory.abstract.purchasable:
class: %elcodi.core.product.factory.abstract.abstract.class%
abstract: true
arguments:
currency_wrapper: @elcodi.currency_wrapper
#
# ... | src/Elcodi/Bundle/ProductBundle/Resources/config/factories.yml |
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
creationTimestamp: null
labels:
prometheus: example
role: alert-rules
name: plural-rules
spec:
groups:
- name: plural
rules:
- alert: PluralHydraCPU
expr: |
(
sum(rate(container_cpu_usage_seconds_total{... | plural/helm/plural/templates/prometheusrule.yaml |
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: etcd-snapshot-uploader
namespace: cattle-system
spec:
concurrencyPolicy: Allow
failedJobsHistoryLimit: 10
jobTemplate:
spec:
activeDeadlineSeconds: 1000
backoffLimit: 3
completions: 1
parallelism: 1
template:
met... | src/tests/files/manifests/good-cronjob.yaml |
---
baseURL: rt32bengkuring.com
title: Bengkuring RT 32
paginate: "6"
summaryLength: "10"
disqusShortname: rt32bengkuring
disableLanguages: []
enableRobotsTXT: true
params:
plugins:
css:
- link: "/plugins/bootstrap/bootstrap.min.css"
- link: "/plugins/slick/slick.css"
- link: "/plugins/animate/animate... | config.yaml |
name: Release packages
on:
workflow_dispatch:
inputs:
loopchain:
description: 'loopchain tag'
required: true
default: '2.8.0'
iconrpcserver:
description: 'iconrpcserver tag'
required: true
default: '1.7.0'
iconservice:
description: 'iconser... | .github/workflows/release_packages.yaml |
# iam-authz-server 全配置
# IAM rpc 服务地址
rpcserver: 0.0.0.0:8081 # iam-apiserver grpc 服务器地址和端口
# TLS客户端证书文件
client-ca-file: /root/.iam/cert/ca.pem # TLS 客户端证书,如果指定,则该客户端证书将被用于认证
# RESTful 服务配置
server:
mode: debug # server mode: release, debug, gen-cert.sh,默认release
healthz: true # 是否开启健康检查,如果开启会安装 /healthz 路由,... | volumes/iam-config/iam-authz-server.yaml |
openapi: '3.0.2'
info:
version: 3.2.0
x-date: 17-06-2019
x-status: defined
title: Reservation
description: |-
Some services may consume a considerable amount of resources,
necessitating the reservation of resources.
termsOfService: 'https://github.com/cloudmesh/cloudmesh-nist/blob/master/LIC... | spec/reservation.yaml |
version: '3'
###
# Fin Server from deployed DockerHub container images
###
services:
###
# Font End NodeJS Application Server
###
server:
image: ucdlib/fin-ucd-lib-server-impl:v1.3.4
volumes:
- ${GCLOUD_SERVICE_ACCOUNT_MOUNT:-service-account}:/etc/fin/webapp-service-account.json
ports:
... | docker-compose.yaml |
version: 1.1.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- main
skip_tags: true
skip_commits:
message: /bump version and update changelog/
image: Visual Studio 2017
configuration: Release
clone_folder: c:\LoUAM
install:
- git submodule update --init --recursive
assembly_info:
... | appveyor.yml |
---
- post: /mobileapp/account/signin
body:
username: string
password: password
- post: /mobileapp/account/facebook
body:
token: string
- get: /mobileapp/account/cookie
headers: Api.AuthHeaders
- post: /mobileapp/account/reset
body:
email: email
- post: /mobileapp/account/confirmreset
body... | sandbox/endpoints2.yaml |
---
fail2ban_defaults_conf:
default:
# 'CRITICAL','ERROR','WARNING','NOTICE','INFO','DEBUG'
loglevel: INFO
# Set the log target. This could be a file, SYSLOG, STDERR or STDOUT.
logtarget: "/var/log/fail2ban.log"
# Set the syslog socket file. Only used when logtarget is SYSLOG
syslogsocket: au... | vars/main.yaml |
StatusSchema:
description: The object schema for a status
type: object
properties:
last_validated_child_block_timestamp:
type: integer
format: int64
last_validated_child_block_number:
type: integer
format: int64
last_mined_child_block_timestamp:
type: integer
format... | apps/omg_watcher_rpc/priv/swagger/security_critical_api_specs/status/schemas.yaml |
controller_frequency: 6.0 #default 20.0
recovery_behaviour_enabled: true
TrajectoryPlannerROS:
#Robot parameters
acc_lim_x: 2.03
acc_lim_y: 0.0
acc_lim_theta: 3.5
max_vel_x : 2.0
escape_vel: -2.0
max_vel_theta : 1.0
min_vel_theta : -1.0
min_in_place_vel_theta: 1.0
holonomic_robot: false
#... | ebot_nav/config/base_local_planner_params.yaml |
title: 생각중
email: <EMAIL>
description: What interests do i have.
author: <NAME>
baseurl: ""
url: "https://jheun66.github.io"
# Social Profiles
twitter_username: amos55606241
github_username: jheun66
facebook_username: amos.eun.73
instagram_us... | _config.yml |
title: Marcy Blog
SEOTitle: Marcy Blog
header-img: img/home-bg.jpg
email: <EMAIL>
description: "Software Engineer,Focus on Backend, but could do full stack | Just a blog to share tech notes, and thoughts"
keyword: "Software Engineer"
url: "marcyliao.me"
baseurl: ""
# SNS settings
RSS: false
github_username: mxlia... | _config.yml |
name: Release
on:
push:
branches: [master]
paths:
- "version.json"
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
name: Build
strategy:
matrix:
os: [ linux, darwin ]
arch: [ amd64, arm64 ]
runs-on: ubuntu-latest
steps:
- name... | .github/workflows/release.yml |
l_russian:
#A hidden Tundra
#Idea by Mariawr
#Code by wtlnd
#Translation by S_Crypt
#mem_hidden_tundra_category:0 "A barren yet interesting rock in space"
mem_hidden_tundra_category:0 "Безжизненная, но интересная планета"
#mem_hidden_tundra_category_desc:0 "Chief scientist §Y[Root.GetLeaderName]§! had some in... | mem_sulfuric_transplant/reference_files/mem_stable_20190322/localisation/mem_hidden_tundra_l_russian.yml |
name: "Bug report"
description: Create a new report
body:
- type: markdown
attributes:
value: |
**Is this the right place for my bug report?**
If you simply have a question, please check the [FAQ](/marcone/teslausb/wiki/FAQ) first, and/or check the [troubleshooting steps](/marcone/teslausb/wiki/Troubl... | .github/ISSUE_TEMPLATE/bug_report.yml |
---
http_interactions:
- request:
method: post
uri: https://api-sandbox.gocardless.com/redirect_flows
body:
encoding: UTF-8
string: '{"redirect_flows":{"session_token":null,"description":"You are donating
€5.00","success_redirect_url":"http://www.example.com/api/go_cardless/pages/1/trans... | spec/fixtures/vcr_cassettes/go_cardless_redirect_flow_request_failure.yml |
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Cognito user pool with hosted domain.
Parameters:
Environment:
Type: String
Default: dev
AllowedValues:
- dev
- staging
- prod
Description: Environment of this stack of resources
AppName:
... | template.yaml |
jobs:
- job: linux
pool:
vmImage: ubuntu-latest
strategy:
matrix:
linux_64_MACOSX_DEPLOYMENT_TARGET0c_h67ad5254c1:
CONFIG: linux_64_MACOSX_DEPLOYMENT_TARGET0c_h67ad5254c1
UPLOAD_PACKAGES: 'True'
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7
linux_64_MACOSX_DEPLOYMEN... | .azure-pipelines/azure-pipelines-linux.yml |
name: build
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependen... | .github/workflows/run-tests.yml |
backend:
# name: git-gateway
name: github
repo: sky172839465/yusong.io
branch: master
squash_merges: true
commit_messages:
create: "docs({{collection}}): create '{{slug}}' by NetlifyCMS 🤖"
update: "docs({{collection}}): update '{{slug}}' by NetlifyCMS 🤖"
delete: "docs({{collection}}): delete '... | static/admin/config.yml |
agent_specified_environment: production
aio_agent_version: 1.10.4
dmi:
manufacturer: innotek GmbH
product:
name: VirtualBox
serial_number: "0"
env_windows_installdir: "C:\\Program Files\\Puppet Labs\\Puppet"
facterversion: 3.6.5
identity:
privileged: true
user: WIN2012R2-CLIEN\vagrant
is_virtual: true
k... | spec/fixtures/facts/win2012r2.yaml |
items:
- uid: Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition
commentId: T:Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition
id: SubsegmentSearchCondition
parent: Sdl.LanguagePlatform.TranslationMemory
children:
- Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCon... | api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition.yml |
name: 'SOOS DAST'
author: 'SOOS'
description: 'The SOOS GitHub Action to perform the DAST Analysis'
branding:
icon: "alert-triangle"
color: "blue"
inputs:
client_id:
description: 'SOOS Client Id'
required: true
api_key:
description: 'SOOS API Key'
required: true
project_name:
description: ... | action.yml |
name: docker
on:
push:
branches:
- "main"
tags:
- "*"
branches:
- "main"
pull_request:
branches:
- "main"
env:
platforms: "linux/amd64,linux/arm64"
images: "us-east4-docker.pkg.dev/fzymgc-292815/fzymgc/dnscrypt-proxy"
local_tag: localhost:5000/dnscrypt-proxy:latest
j... | .github/workflows/docker.yml |
name: Docker Build
on: [pull_request]
jobs:
build:
# if: contains(github.ref, 'refs/tags/v')
name: Docker Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Extract branch name
id: extract_branch
shell: bash
run: ech... | .github/workflows/docker_build.yml |
description: |
The Modal component is a dialog box that is displayed on top of all site content. When a Modal is present,
the rest of the site is inactive and covered by a mask. Use a Modal
when you need the user to make a choice, or you need to present important information based on an action they took,
or whe... | src/patterns/components/modals/collection.yaml |
---
name: Quality Assurance Special Interest Group
description: ""
image: ""
created: "2021-02-04"
modified: "2021-02-04"
specificationVersion: "0.14"
x-rank: "7"
x-alexaRank: "6745652"
url: https://raw.githubusercontent.com/api-network/organizations/main/quality-assurance-special-interest-group.yaml
tags:
- Quality A... | _data/quality-assurance-special-interest-group.yaml |
---
AWSTemplateFormatVersion: "2010-09-09"
Description: Creates a stack containing an IAM role used to grant
Datadog monitoring access to AWS infrastructures. See
http://docs.datadoghq.com/integrations/aws/#installation for
details.
Parameters:
DatadogAwsAccountId:
Type: Number
Description: Account nu... | datadog-iam-stack.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2019-05-11 14:02"
game: "Unreal Tournament 2004"
name: "DM-Sepulchre"
author: "<NAME>"
description: "Claustraphobic combat and tons of ammunition and powerups make this\
\ ancient tomb a brutal playing field. The twisted hallways add suspense as you\
\ never know if you'll... | content/Unreal Tournament 2004/Maps/DeathMatch/S/e/4/a4443b/dm-sepulchre_[e4a4443b].yml |
trigger:
branches:
include:
#- develop # disabling trigger for now; need to switch to schedule trigger
- main
#- releases/*
paths:
exclude:
- deployment/*
- azure-pipelines.yml
- README.md
resources:
- repo: self
variables:
# Container registry service connection established... | azure-pipelines.yml |
api_name: []
items:
- children: []
class: azure.mgmt.rdbms.mysql_flexibleservers.MySQLManagementClient
fullName: azure.mgmt.rdbms.mysql_flexibleservers.MySQLManagementClient
inheritance:
- inheritance:
- type: builtins.object
type: msrest.service_client.SDKClient
langs:
- python
module: azure.mgmt... | preview/docs-ref-autogen/azure-mgmt-rdbms/azure.mgmt.rdbms.mysql_flexibleservers.MySQLManagementClient.yml |
items:
- uid: '@azure/arm-compute.UpgradeOperationHistoricalStatusInfo'
name: UpgradeOperationHistoricalStatusInfo
fullName: UpgradeOperationHistoricalStatusInfo
children:
- '@azure/arm-compute.UpgradeOperationHistoricalStatusInfo.location'
- '@azure/arm-compute.UpgradeOperationHistoricalStatu... | docs-ref-autogen/@azure/arm-compute/UpgradeOperationHistoricalStatusInfo.yml |
name: CI
on:
push:
branches:
- master
pull_request: {}
jobs:
test-workspace:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, windows-2019, macOS-10.14]
rust: [stable, nightly]
steps:
- name: Checkout code
uses: actions/checkout@v1
-... | .github/workflows/CI.yml |
items:
- uid: SuperOffice.WebApi.Data.License_GetLicenseFromFileRequest
commentId: T:SuperOffice.WebApi.Data.License_GetLicenseFromFileRequest
id: License_GetLicenseFromFileRequest
parent: SuperOffice.WebApi.Data
children:
- SuperOffice.WebApi.Data.License_GetLicenseFromFileRequest.#ctor
- SuperOffice.WebAp... | docs/api-reference/webapi/SuperOffice.WebApi.Data.License_GetLicenseFromFileRequest.yml |
uid: "com.azure.resourcemanager.sqlvirtualmachine.models.LoadBalancerConfiguration"
fullName: "com.azure.resourcemanager.sqlvirtualmachine.models.LoadBalancerConfiguration"
name: "LoadBalancerConfiguration"
nameWithType: "LoadBalancerConfiguration"
summary: "A load balancer configuration for an availability group liste... | preview/docs-ref-autogen/com.azure.resourcemanager.sqlvirtualmachine.models.LoadBalancerConfiguration.yml |
---
# Each section deals with a subsystem
# Use | character to provide multiple entries as in jdbc server endpoints
# ex: localhost:1531:orcl1|localhost:1541:orcl2|localhost:1551:orcl3
#
JDBCDatasource-2:
isMultiDS: false
jdbcUrl: jdbc:oracle:thin:@localhost:1521:orcl
name: Datasource-1
jndiName: jdbc/testJDB... | resources/wls/jdbc/jdbcDatasource2.yml |
version: '3.6'
services:
zookeeper:
image: confluentinc/cp-zookeeper
container_name: zookeeper
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
ZOOKEEPER_ADMIN_ENABLE_SERVER: 'false'
kafka:
image: confluentinc/cp-kafka
container_name: broker
ports:
#... | docker-compose.yml |
---
# tasks file for bootstrap
- name: Enable memory control group subsystem
lineinfile:
path: /boot/firmware/cmdline.txt
regexp: "^(.*rootwait .*)(?<!{{ cmdline_options }})$"
line: '\1 {{ cmdline_options }}'
state: present
backrefs: yes
create: yes
register: enable_cgroup
- name: Upgrade di... | tasks/main.yml |
---
# Role Settings
influx_node_types: ["meta", "data"]
influx_node_type: "meta" # By default, install node as a meta-node
influx_pkg_base_url: "https://dl.influxdata.com/enterprise/releases"
influx_version: "1.3.7-c1.3.7" # The version of the package to install
influx_configuration_dir: "/etc/influxdb" # The base dire... | defaults/main.yml |
---
- name: Retrieve certificate file stats
stat:
path: "{{ cert['path'] }}"
register: result
- name: Verify if certificate file exists
assert:
that:
- result.stat.exists
fail_msg: "Certificate file '{{ cert['path'] }}' does not exist."
- name: Verify certificate file owner and group
assert:... | tests/tasks/assert_certificate_parameters.yml |
new:
input:
name: "New project name"
env:
workspace: ${settings.workspace}
commands:
- name: Mkdir
executor:
name: shell
args:
path: ${env.workspace}/${input.name}
- name: GitInitFromTemplate
executor:
name: shell
args:
template: <EMAIL>:gemb... | src/fortresstools/scripts/stm32.yaml |
name:
en: "Holminster Switch"
fr: "Holminster"
de: "Holminster"
ja: "殺戮郷村 ホルミンスター"
type: Dungeon
tags: []
lodestone:
id: a6165958a5c
image_url: https://img.finalfantasyxiv.com/lds/pc/global/images/itemicon/57/57ac5d1d1a65d526767779434558e4958c807813.png
url: /lodestone/playguide/db/duty/a6165958a5c/
video... | duties/holminster_switch.yml |
---
swagger: "2.0"
info:
description: "API detailed description "
version: "1.0.0"
title: "NodeRest API"
basePath: "/v1"
tags:
- name: "ProductName"
description: "Product Name."
- name: "LOB"
description: "Line of business name."
- name: "backendName"
description: "Backend Service name for internal API only... | NodeRest/src/api/swagger.yaml |
---
pageid: 710140
ns: 0
title: Q754897
lastrevid: 621701423
modified: '2018-01-19T14:22:50Z'
type: item
id: Q754897
labels:
en:
language: en
value: geological epoch
aliases:
en:
- language: en
value: epoch
claims:
P361:
- mainsnak:
snaktype: value
property: P361
hash: a0cfd05549... | script/out/units/Q754897.yml |
---
name: tough-cookie
version: 2.3.4
type: npm
summary: RFC6265 Cookies and Cookie Jar for node.js
homepage: https://github.com/salesforce/tough-cookie
license: other
licenses:
- sources: LICENSE
text: |
Copyright (c) 2015, Salesforce.com, Inc.
All rights reserved.
Redistribution and use in source and b... | .licenses/npm/tough-cookie-2.3.4.dep.yml |
name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- issue/*
# - dev/harai
env:
AWS_ACCOUNT_ID: '013230744746'
RELEASE_ACCESS_KEY_ID: <KEY>
REPO_BUCKET: gutenberg-ext-imglambda-repobucket-1i58nyytyztdl
TEST_ACCESS_KEY_ID: <KEY>
TEST_GENERATED_BUCKET: gutenberg... | .github/workflows/build.yml |
- company: School of Interdisciplinary Sciences, McMaster University, Hamilton, Ontario
position: "Teaching Assistant, Science 1A03: Investigating Science"
duration: Sep 2021 — present
summary: "
<ul>
<li>
Delegate appropriate grades and feedback for assigned coursework
</li>
<li>
Regular communication wi... | _data/other_experience.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 19:20"
game: "Unreal Tournament"
name: "DM-Kitchen"
author: "Drider"
description: "DM-Kitchen"
releaseDate: "2000-04"
attachments:
- type: "IMAGE"
name: "dm-kitchen_shot_9298fbc3_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tourn... | content/Unreal Tournament/Maps/DeathMatch/K/9/2/98fbc3/dm-kitchen_[9298fbc3].yml |
version: 2
seeds:
- name: antiquities_act_actions_under_antiquities_act
description: |
# Antiquities Act
This folder contains the data behind the story [Trump Might Be The First President To Scrap A National Monument](http://fivethirtyeight.com/features/trump-might-be-the-first-president-to-scrap-a-nati... | data/antiquities_act/schema.yml |
- name: Vývoj mobilních řešení napříč platformami
items:
- name: Vývoj mobilních řešení napříč platformami
href: cross-platform-mobile-development-in-visual-studio.md
- name: Visual Studio a Xamarin
items:
- name: Visual Studio a Xamarin
href: visual-studio-and-xamarin.md
... | docs/vs-2015/cross-platform/toc.yml |
---
hashicorp::install_dir: '/usr/local/bin'
hashicorp::download_cache_dir: '/var/cache/hashicorp'
hashicorp::consul::config_dir: '/etc/consul'
hashicorp::consul::advertise_addr: false
hashicorp::consul::advertise_addr_wan: false
hashicorp::consul::bootstrap_expect: false
hashicorp::consul::bind_addr: false
hashicorp:... | data/common.yaml |
spring:
application:
name: order-service
profiles:
active: default,dev
server:
port: 8086
eureka:
client:
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://localhost:8671/eureka/
instance:
hostname: localhost
appname: ${spring.application.name}
i... | order-service/src/main/resources/application.yml |
_id: c247dcc0-5f85-11ea-8a0d-b98df1260fda
message: >-
For klg.kmoj.ezylryb-bk.github.io.zxp.jn classic acts antibiotic
[URL=http://nitromtb.org/kamagra-gold/]discount kamagra gold[/URL]
[URL=http://cinereresorts.com/product/stablon/]stablon walmart price[/URL]
stablon price at walmart [URL=http://livinlifepc.co... | _data/comments/road-to-blog/comment-1583483868598.yml |
distributors:
- name: "Istio"
logo: "/logos/istio.svg"
url: "https://istio.io/"
- name: "Istio"
logo: "/logos/istio.svg"
url: "https://istio.io/"
- name: "Istio"
logo: "/logos/istio.svg"
url: "https://istio.io/"
- name: "Istio"
logo: "/logos/istio.svg"
url: "https://istio.io/"
... | data/companies.yml |
--- !<MUTATOR>
contentType: "MUTATOR"
firstIndex: "2019-02-20 00:25"
game: "Unreal Tournament 2004"
name: "ArkonWeaponsBetav02"
author: "Donator"
description: "None"
releaseDate: "2003-07"
attachments:
- type: "IMAGE"
name: "ArkonWeaponsBetav02_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-imag... | content/Unreal Tournament 2004/Mutators/A/b/b/44620c/arkonweaponsbetav02_[bb44620c].yml |
name: Generate documentation
on:
push:
branches:
- main
jobs:
build_docs_job:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: linux.2xlarge
python-version: 3.9
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
... | .github/workflows/docs.yml |