code
stringlengths
38
801k
repo_path
stringlengths
6
263
- title: Shelly path: shelly icon: mdi:cpu-32-bit badges: [] cards: - type: entities entities: - entity: sensor.shelly_em_channel_1_energy - entity: sensor.shelly_em_channel_1_energy_returned - entity: sensor.shelly_em_channel_1_power - entity: senso...
lovelace/15-shelly.yaml
name: Push Validation on: push: branches: - main - release-* pull_request: {} workflow_dispatch: {} env: # Common versions GO_VERSION: '1.16' GOLANGCI_VERSION: 'v1.31' DOCKER_BUILDX_VERSION: 'v0.4.2' DOCKER_USR: ${{ secrets.DOCKER_USR }} jobs: detect-noop: runs-on: ubuntu-18.04 ...
.github/workflows/pushvalidation.yml
apiVersion: v1 kind: Template metadata: creationTimestamp: null name: jenkins-slave-with-python objects: # This entry sets up an ImageStream for jenkins-slave-base-rhel7, the # base image used to construct our custom slave node. The image name is # the referred to in the BuildConfigs further down in this tem...
python-jenkins-slave-node/oc_template.yaml
--- name: Capacity factor of wind power - Ratio of average estimated power to theoretical maximum power partner: BSC authors: - <NAME> - <NAME> - <NAME> - <NAME> - <NAME> - <NAME> - <NAME> contact: - <NAME> @alasdairhunter - <NAME> @nmanuben description_short: Metric showing the wind capacity factor (...
src/static/diagnosticsdata/capacity_factor/capacity_factor.yml
--- - name: Side-effects hosts: all gather_facts: false vars: ansible_python_interpreter: "{{ ansible_playbook_python }}" layer_filename: layer.zip tasks: - include_tasks: assure-dependencies.yml - name: Clean up the build directory docker_container: name: "temp-lambda-container...
molecule/default/side_effect.yml
name: Benchmark on: push: branches: - master jobs: producer-test: runs-on: ubuntu-latest strategy: matrix: library: ["sarama", "confluent", "kafkago"] num_messages: [100, 1000, 10000, 100000, 1000000] message_size: [1000, 5000] steps: - name: Free disk spa...
.github/workflows/benchmark.yml
version: '2' networks: byfn: services: ca0.org0.example.com: image: hyperledger/fabric-ca:$IMAGE_TAG environment: - FABRIC_CA_HOME=/etc/hyperledger/fabric-ca-server - FABRIC_CA_SERVER_CA_NAME=ca0.org0.example.com - FABRIC_CA_SERVER_TLS_ENABLED=false - FABRIC_CA_SERVER_TLS_CERTFILE...
network/docker-compose-ca.yaml
--- name: "universe-deps" suites: - "xenial" architectures: - "amd64" packages: - "mingw-w64" - "g++-mingw-w64" - "git-core" - "zip" - "faketime" - "psmisc" reference_datetime: "2019-01-30 00:00:00" remotes: [] files: - "openssl-1.0.2r.tar.gz" - "db-4.8.30.NC.tar.gz" - "miniupnpc-2.0.20180503.tar.gz" - "zlib-1.2.8.tar...
contrib/gitian-descriptors/deps-win.yml
version: '{branch}.{build}' branches: only: - 2.x - appveyor platform: - x86 - x64 environment: PHP_SDK_BINARY_TOOLS_VER: php-sdk-2.0.7 NO_INTERACTION: 1 REPORT_EXIT_STATUS: 1 matrix: - PHP_VER: 7.3 PHP_FULL_VER: 7.3.13 VC_VER: vc15 PHP_BUILD_TYPE: Win32 APPVEYOR_BUILD_WORK...
appveyor.yml
working_days: - monday - tuesday - wednesday - thursday - friday holidays: - January 1st, 2015 # New Year - February 16th, 2015 # President's day - February 19th, 2015 # Chinese New Year - May 25th, 2015 # Memorial Day - July 4th, 2015 # Independence Day - September 7th, 2015 # Labor Day - Nov...
lib/business/data/cchp.yml
aiidalab-qe: categories: - technology-aiida - technology-aiidalab - quantum git_url: https://github.com/aiidalab/aiidalab-qe.git metadata: authors: $ref: https://aiidalab.github.io/aiidalab-qe/metadata.json#authors description: | Compute band structures and other structure properties wit...
apps.yaml
package: gis import: - package: github.com/buaazp/fasthttprouter version: ade4e2031af3aed7fffd241084aad80a58faf421 - package: github.com/fatih/color version: 507f6050b8568533fb3f5504de8e5205fa62a114 - package: github.com/fsnotify/fsnotify version: 4da3e2cfbabc9f751898f250b49f2439785783a1 - package: github.com/has...
glide.yaml
id: 18dbdc22-b69f-4109-9e39-723d9465f45f name: ACTINIUM AV hits - Feb 2022 description: | 'Identifies a match in the Security Alert table for MDATP hits related to the ACTINIUM actor' severity: High requiredDataConnectors: - connectorId: MicrosoftDefenderAdvancedThreatProtection dataTypes: - SecurityAl...
Detections/SecurityAlert/ActiniumAVHits.yaml
name: Sync Translations on: push: pull_request: schedule: # * is a special character in YAML so you have to quote this string # run every day at 00:42 - cron: '42 0 * * *' jobs: sync-translations: runs-on: ubuntu-latest steps: - name: Install Dependencies run: | su...
.github/workflows/sync-translations.yml
name: rideshare-comparison-tool env: REACT_APP_PRICES_ENDPOINT: ${{ secrets.REACT_APP_PRICES_ENDPOINT }} REACT_APP_PRICES_AUTH_TOKEN: ${{ secrets.REACT_APP_PRICES_AUTH_TOKEN }} REACT_APP_AUTOCOMPLETE_ENDPOINT: ${{ secrets.REACT_APP_AUTOCOMPLETE_ENDPOINT }} REACT_APP_GETGEO_ENDPOINT: ${{ secrets.REACT_APP_GETGE...
.github/workflows/main.yaml
- settings: [master] module: module_id: loeyae.login inputs: login: false set: [id, nickname, gender, figureurl, res, isAdmin] setting: error_page: default: GeneralError.php 501: Error501.php plugin: - name: \app\plugins\loeyae\common\DefaultSetPlugin ...
tests/conf/modules/loeyae/login.yml
Namespaces: =: io.murano.apps.paas std: io.murano res: io.murano.resources sys: io.murano.system apps: io.murano.apps Name: CloudFoundry.DEAng Extends: std:Application Properties: name: Contract: $.string().notNull() instance: Contract: $.class(res:Instance).notNull() cf_controller: Co...
io.murano.apps.paas.CloudFoundry.DEAng/Classes/CloudFoundryDEAng.yaml
name: Release on: release: types: [ published ] workflow_dispatch: env: SOLUTION_NAME: AutoSweep ZIP_PATH: bin\Release\out\autoSweep jobs: build: runs-on: windows-latest steps: - name: Checkout uses: actions/checkout@v2 with: submodules: recursive - name:...
.github/workflows/release.yml
- name: Add dns record - hostname include_role: name: Jooho.dnsmasq_operate vars: dns_conf_name: "{{ interim_dns.dns_conf_name }}" dns_conf_path: "{{ interim_dns.dns_conf_path }}" dns_ops: add new_ip: "{{ hostvars[item]['ip'] }}" new_hostname: "{{ hostvars[item]['hostname'] }}" rewrite...
playbooks/dns/config.yml
- position: 1 driverNumber: 77 driverId: valtteri-bottas constructorId: mercedes engineManufacturerId: mercedes tyreManufacturerId: pirelli q1: "1:26.573" q2: "1:25.971" q3: "1:25.269" gap: interval: laps: 19 - position: 2 driverNumber: 44 driverId: lewis-hamilton constructorId: mercedes e...
src/data/seasons/2020/races/11-eifel/qualifying-results.yml
--- metadata: title: Numocity can't slow down when it comes to supporting easy charging of electric vehicles and easy management for charging stations, so they welcomed when bi-weekly release cycles were reduced to daily. organization: Numocity Technologies, <https://www.numocity.com> industries: - El...
src/user-story/to-make-electric-vehicle-charging-possible-through-cloud/index.yaml
PropertyValueSpecification: allOf: - $ref: 'intangible.yaml#/Intangible' - properties: defaultValue: description: >- The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object...
spec/schema/PropertyValueSpecification.yaml
--- result: SUCCESS url: http://wilson.ci.chef.co/job/opscode-push-jobs-server-trigger-nightly-master/17/ timestamp: 2016-08-01 08:08:00 UTC duration: 3h6m39s active_duration: 3h6m18s parameters: {} change: git_remote: <EMAIL>:chef/opscode-pushy-server.git git_commit: <PASSWORD> project: opscode-push-jobs-server ...
reports/wilson.ci.chef.co/job/opscode-push-jobs-server-trigger-nightly-master/17.yaml
- name: k8s kubeconfig dir exists file: path: '{{ k8s_master__kubeconfig_dir }}' owner: root group: root mode: 0755 state: directory - name: kube-controller-manager kubeconfig vars: _k8s_user: system:kube-controller-manager _kubeconfig: '{{ k8s_master__kubeconfig_dir }}/kube-controller-...
roles/k8s_master/tasks/kubeconfigs_generated.yml
name: Docker # Build & Push rebuilds the Tenderdash docker image every time a release is published # and pushes the image to https://hub.docker.com/r/dashpay/tenderdash/tags on: workflow_dispatch: release: types: - published jobs: build: runs-on: ubuntu-20.04 steps: - uses: actions/checkout...
.github/workflows/docker.yml
--- - name: Create the logs directory. file: > dest={{ item }} owner=www-data group=adm state=directory mode=0750 with_items: - "{{ php_log_path }}" - "{{ php_fpm_log_path }}" - name: Configure PHP. template: > src=php.ini.j2 dest={{ phpenv_versions_path }}/{{ item.0.version ...
roles/php/tasks/configuration.yml
service: replicant # NOTE: update this with your service name provider: name: aws region: us-east-1 stage: ${opt:stage, dev} custom: SiteName: replicant DomainName: medpassdev.<EMAIL> dnsStackName: dns ### Upload do Site para o S3 s3Sync: - bucketName: medpass-${self:custom.SiteName}-${self:provi...
serverless.yml
- name: Recruitment-Bot link: https://www.aapnainfotech.com/jobs github: vasantvohra/RecruitmentBot quote: > Technical stack: Python-Flask, Google-DialogFlow, Google-Firebase description: | # this will include new lines to allow paragraphs - Automatically collects applicants' information regarding exper...
_data/projects.yml
name: CI on: [push] jobs: 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: Install tox run: pip install tox - name: Install librdkafka r...
.github/workflows/ci.yaml
sudo: false language: c compiler: clang-3.8 env: global: - VERBOSE=1 matrix: - CONFIG=asan - CONFIG=msan - CONFIG=ubsan - CONFIG=debug - CONFIG=release CFLAGS=-Werror - CONFIG=amalgamation CFLAGS=-Werror - CONFIG=release ANSI=1 CFLAGS=-Werror - CONFIG=asan arch: ...
.travis.yml
- id: 001 title: "Welcome" description: "Introduction to workshop objectives and overview of the schedule" subtype: presentation speakers: [0,1,2,3] video: "https://drive.google.com/file/d/1v8FO0J2-Vus_VEBD3clWQCy36d7Rel3G/preview" #language: en #complexity: "Intermediate" #presentation: "https://spe...
_data/sessions.yml
boards: - name: Колекція slug: collection is_visible: true is_private: false curator: name: Колекція title: Краще з найкращого url: <a href="https://vladtsap.com">перейти на головну сторінку</a> avatar: https://i.vas3k.ru/fhr.png bio: Колеція новин з обраних джерел у зруч...
boards.yml
--- - name: install and configure basic development stack block: - name: install singularity build dependency packages package: name: - libcurl4-openssl-dev - name: check if igv executable is present shell: "which /usr/local/bin/igv" register: igv_bin ignore_errors:...
tasks/binf_tools.yml
service: smgco-360-uploader provider: name: aws stage: ${opt:stage, 'dev'} region: ${opt:region, 'eu-west-1'} runtime: nodejs8.10 resourcePolicy: - Effect: Allow Principal: "*" Action: execute-api:Invoke Resource: - execute-api:/*/*/* Condition: IpAddress: aws:So...
serverless.yml
service: laravel-bref-demo provider: name: aws region: eu-west-1 stage: production runtime: provided.al2 # httpApi: # payload: '1.0' environment: APP_DEBUG: false APP_ENVIRONMENT: production # Logging to stderr allows the logs to end up in Cloudwatch LOG...
serverless.yml
AlternativeDataSource: null Assumptions: null Calculation/Formulation: null ComputationMethod: Number of Growth in Gross Fixed Capital Formation ComputationUnit: 'total count percentage (%)' Concept: 'Gross fixed capital formation includes spending on land improvements for instance fences, drains, machinery and eq...
meta/ECO4-1-1.yml
- hosts: ise_servers gather_facts: no tasks: - name: CSR Info cisco.ise.csr_info: ise_hostname: "{{ise_hostname}}" ise_username: "{{ise_username}}" ise_password: "{{ise_password}}" ise_verify: "{{ise_verify}}" ise_debug: "{{ise_debug}}" register: csr_info_result - name: C...
venv/lib/python3.8/site-packages/ansible_collections/cisco/ise/playbooks/csr_export.yml
_id: c607a4c0-2188-11ea-a6fd-ef735087df4f message: >- The sxc.bplb.hashtafak.github.io.nwp.vi adynamic [URL=http://oliveogrill.com/walmart-viagra-100mg-price/]indicaciones de viagra[/URL] [URL=http://jacksfarmradio.com/temovate--online/]cheap temovate[/URL] [URL=http://10selects.com/amoxicillin/]amoxicillin no ...
_data/comments/dear-diary/comment-1576668191244.yml
- project: Healthcare role: Development duration: 2021 description: Nortel to Cisco UC migration automation using data correlations and ServiceNow workflows into custom Cisco AXL application - project: Publishing role: Development duration: 2021 description: Created bulk event creation app for Webex and ...
_data/projects.yml
description: | The RPi Pico pin controller is a node responsible for controlling pin function selection and pin properties, such as routing a UART0 Rx to pin 1 and enabling the pullup resistor on that pin. The node has the 'pinctrl' node label set in your SoC's devicetree, so you can modify it lik...
dts/bindings/pinctrl/raspberrypi,pico-pinctrl.yaml
## (2020-12) Temporarily comment out this action since the Container Orchestration seems to be heavy for this "travelhelp" project. ## So we decide to employ the AWS Codedepoly instead of ECS. ## Correspondingly the private repository shouldn't be the ECR, so we replaced it with the Github Container Repository(Beta), ...
.github/workflows/deprecated-prod-server-cd-ecs-ecr.yml
name: dough CI CD on: push env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} ARTIFACT: "doughnut" VERSION: "0.0.1-SNAPSHOT" GCS_BUCKET: "dough-01" jobs: unit-e2e-tests-run: name: Unit & E2E tests then Deploy with Healthcheck runs-on: ubuntu-20.04 steps: - name: Setup & mariadb-serv...
.github/workflows/ci.yml
title: le-soudan-du-sud-devient-le-193eme-etat-membre-de-lonu date: '2011-07-15T00:00:00.000Z' image: 'https://www.populationdata.net/wp-content/uploads/soudan-du-sud.png' fr: title: Le Soudan du Sud devient le 193ème Etat membre de l'ONU body: >- L'Assemblée générale de l'ONU a voté jeudi par acclamation l'adm...
data/posts/2011-07-14_le-soudan-du-sud-devient-le-193eme-etat-membre-de-lonu.yml
title: 'Software Development Fundamentals with .NET: Training 2-Pack for MTA Exams 98-361 and 98-372' metadata: title: 'Course 40035-A: Software Development Fundamentals with .NET: Training 2-Pack for MTA Exams 98-361 and 98-372' description: 'Course 40035-A: Software Development Fundamentals with .NET: Training 2-...
learn-certs-pr/courses/40035.yml
title: Pera Swarm Documentation description: Complete documentation for Pera Swarm project baseurl: "/docs" url: "https://pera-swarm.ce.pdn.ac.lk" version: v1.0.0 permalink: pretty exclude: [ "node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock....
_config.yml
# Header Menu menu: Home: / Archives: archives Categories: categories Tags: tags About: about rss: /atom.xml # Set default keywords (Use a comma to separate) keywords: blog, food, cooking, chef, recipe, recipes, alcohol, drinks, dishes, cuisine, baking, dessert, coffee, tea # Put your favicon.ico into `he...
_config.yml
--- result: FAILURE failure_category: code failure_cause: 'chef_acceptance[top-cookbooks::provision]: acceptance' timestamp: 2016-04-11 17:04:35 UTC url: http://manhattan.ci.chef.co/job/chefdk-test/95/ trigger_url: http://manhattan.ci.chef.co/job/chefdk-trigger-release/35/ duration: 1h7m30s runs: acceptance: resu...
reports/stages/manhattan.ci.chef.co/job/chefdk-test/95.yaml
version: '1.0' stages: - checkout - package - test - upload - deploy - notification steps: main_clone: title: Cloning main repository... type: git-clone repo: '${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}' revision: '${{CF_REVISION}}' stage: checkout MyAppDockerImage: title: Building Do...
codefresh.yml
apiVersion: cmt.openixia.com/v1alpha1 kind: ConfigMapTemplate metadata: name: {{ template "bro.fullname" . }}-config labels: app: {{ template "bro.name" . }} chart: {{ template "bro.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} configMapName: {{ template "bro.fullname" . ...
templates/cluster-configmap.yaml
title: Documentazione del debugger di Visual Studio summary: Il debugger di Visual Studio consente di osservare il comportamento del programma in fase di esecuzione e di individuazione di errori logici. metadata: title: Debug in Visual Studio description: Informazioni su come usare Visual Studio per eseguire i...
docs/debugger/index.yml
name: Terraform on: push: paths: - 'terraform/**' jobs: Routine: name: Check and Plan runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@master - name: Terraform Format uses: hashicorp/terraform-github-actions@master with: tf...
.github/workflows/terraform.yml
User(adrian): username: aperreau email: <EMAIL> password: <PASSWORD> isAdmin: false User(xaviA): username: xarroyo email: <EMAIL> password: <PASSWORD> isAdmin: false User(laia): username: lnavarro email: <EMAIL> password: <PASSWORD> isAdmin: false User(xaviM): username: xmaresma ...
test/data.yml
apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding metadata: name: prometheus roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: prometheus subjects: - kind: ServiceAccount name: prometheus # IMPORTANT # Specify namespace where ServiceAccount located # namespace: default...
deploy/prometheus/prometheus.yaml
id: ocd-organization/1e761e0f-82c5-4551-9b2b-328a675fcea3 jurisdiction: ocd-jurisdiction/country:us/state:pa/government classification: committee name: Human Services chamber: lower sources: - url: https://www.legis.state.pa.us/cfdocs/CteeInfo/index.cfm?Code=56&CteeBody=H&SessYear=2021 links: - url: https://www.legis.s...
data/pa/committees/lower-Human-Services-1e761e0f-82c5-4551-9b2b-328a675fcea3.yml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "springboot.fullname" . }} labels: app.kubernetes.io/name: {{ include "springboot.name" . }} helm.sh/chart: {{ include "springboot.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Ser...
templates/deployment.yaml
data00codebox: image: busybox volumes: - ~/study-docker-compose/workspace/codebox:/workspace codebox: build: codebox ports: - 8000:8000 volumes_from: - data00codebox environment: CXX: g++-7 CC: gcc-7 data-cutefiles: image: busybox volumes: - ~/study-docker-compose/workspace:/cu...
docker-compose.yml
name: CMake_x64 on: push: tags: '*' branches: [ main ] pull_request: branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release jobs: build: timeout-minutes: 10 # The CMake configure and build commands are platform agnostic a...
.github/workflows/cmake_x64.yml
name: Bingo-Elastic CI on: push: branches: - master workflow_dispatch: pull_request: jobs: bingo_elastic_tests_python: name: Run tests on bingo-elastic python runs-on: ubuntu-latest strategy: matrix: python-version: [ 3.7, 3.8, 3.9 ] steps: - uses: actions/checkou...
.github/workflows/bingo-elastic-ci.yml
homepage: https://github.com/bravit/hid-examples#readme changelog-type: markdown hash: b710b3b914a3066951fd7bbf3ea8891ba7bc53c24e4d4b4efeec0c8a8c4340a1 test-bench-deps: {} maintainer: <NAME> <<EMAIL>> synopsis: Examples to accompany the book "Haskell in Depth" changelog: ! '# Revision history for hid-examples ## 0....
packages/hi/hid-examples.yaml
name: Build, test and publish on: push: branches: - master pull_request: branches: - master jobs: build_test_and_publish: name: Build, test and publish local if: github.repository_owner == 'ParadoxGameConverters' runs-on: [self-hosted, windows] steps: - uses: actions/...
.github/workflows/windows_build_test_and_push.yml
name: UrlQueryParameterCollection uid: '@microsoft/sp-core-library!UrlQueryParameterCollection:class' package: '@microsoft/sp-core-library!' fullName: UrlQueryParameterCollection summary: Provides features for storing and retrieving URL query parameters. remarks: >- The URL can be server-relative, and it can al...
SP-Framework/sp-core-library/urlqueryparametercollection.yml
operation: create: infinitive: создать nominative: создание genitive: создания update: infinitive: обновить nominative: обновление genitive: обновления change: infinitive: изменить nominative: изменение genitive: изменения delete: infinitive: удалить nominative: удале...
priv/i18n/ru.yml
appVersion: "0.1.0" cloudCore: repository: "kubespheredev/cloudcore" tag: "v1.6.2" pullPolicy: "IfNotPresent" affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/edge operat...
roles/kubeedge/files/kubeedge/kubeedge/values.yaml
name: Documentation on: [push, pull_request] jobs: MakeDocs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup R uses: r-lib/actions/setup-r@master with: r-version: '4.1.0' - name: Create Documentation directory run: | echo "...
.github/workflows/documentation_workflow.yml
sudo: required language: cpp notifications: email: on_success: never on_failure: always before_install: - | if [ "$TRAVIS_OS_NAME" = "osx" ]; then if brew ls --versions cmake > /dev/null; then echo cmake already installed. else brew install cmake fi; cmake --v...
.travis.yml
--- name: HAL Console CI on: pull_request: types: [opened, synchronize, reopened, ready_for_review] jobs: quick-build: name: HAL build w/o GWT compilation on JDK 8 runs-on: ubuntu-latest steps: - uses: n1hility/cancel-previous-runs@v2 with: token: ${{ secrets.GITHUB_TOKEN }} ...
.github/workflows/ci.yml
api_name: [] items: - children: - azure.mgmt.network.v2016_09_01.models.BgpPeerState.connected - azure.mgmt.network.v2016_09_01.models.BgpPeerState.connecting - azure.mgmt.network.v2016_09_01.models.BgpPeerState.idle - azure.mgmt.network.v2016_09_01.models.BgpPeerState.stopped - azure.mgmt.network.v2016_09_01...
docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.v2016_09_01.models.BgpPeerState.yml
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-17 16:30" game: "Unreal Tournament" name: "CTF-BT-AncientRuins-VF_fix" author: "ArM00geddon" description: "None" releaseDate: "2004-05" attachments: - type: "IMAGE" name: "CTF-BT-AncientRuins-VF_fix_shot_1.png" url: "https://f002.backblazeb2.com/file/unreal-archive...
content/Unreal Tournament/Maps/BunnyTrack/A/d/d/ea997d/ctf-bt-ancientruins-vf_fix_[ddea997d].yml
metadata: title: | Zpětná vazba k Zakladači temporary session: True --- initial: True code: | if 'zalozeno' in url_args: zalozeno = url_args["zalozeno"] idSesn = user_info().session --- initial: True code: | import requests requests.post('https://hook.integromat.com/njdv6s5y3xf39fzpu5hr5q6b0s37qxke'...
docassemble/ZakladacSpolku/data/questions/feedback.yml
apiVersion: apps/v1 kind: Deployment metadata: name: jx-pipelines-visualizer labels: app.kubernetes.io/name: jx-pipelines-visualizer app.kubernetes.io/instance: "jx-pipelines-visualizer" helm.sh/chart: jx-pipelines-visualizer-1.6.6 app.kubernetes.io/version: "1.6.6" app.kubernetes.io/managed-by:...
config-root/namespaces/jx/jx-pipelines-visualizer/jx-pipelines-visualizer-deploy.yaml
--- # default vars for alertmanager role alertmanager_image: prom/alertmanager alertmanager_version: v0.23.0 alertmanager_path: /container/alertmanager alertmanager_db_dir: /container/alertmanager/data # htpasswd for alertmanager api alertmanager_htpasswd: # white list hosts that do not require basic auth alertmanage...
roles/alertmanager/defaults/main.yml
default: !!map server.host: !!int 1 # tx server url path: !!str "${_env_}/file.json" mytx.server.host: !!str "https://default.my.test.com" # MYtx server url middlewareapipath: !!str "${_middlewareurl}/mw/api/path" variables: _middlewareurl: !!str "https://default.middleware.test.com" # Backend MW url ...
test/data/apps/client/app.config.yaml
name: ELT-2 LoRaWAN wireless sensor description: The ELT-2 have the capability of solving almost any problem. It is enclosed in an IP67 box which makes it ideal for mounting outside or in extreme conditions. # Hardware versions (optional, use when you have revisions) hardwareVersions: - version: '1.0' numeric: 1...
vendor/elsys/elt-ultrasonic.yaml
name: stack build on: push: paths: - 'src/**' - 'stack*.yaml' - '.github/*' - '.github/workflows/stack.yml' - 'Agda.cabal' - 'Setup.hs' pull_request: paths: - 'src/**' - 'stack*.yaml' - '.github/*' - '.github/workflows/stack.yml' - 'Agda.cabal' - 'Setup.hs' ...
.github/workflows/stack.yml
nameWithType: ManagedClustersInner.getByResourceGroup type: method members: - fullName: com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner.getByResourceGroup(String resourceGroupName, String resourceName) name: getByResourceGroup(String resourceGroupName, String resourceName) nameWi...
legacy/docs-ref-autogen/com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner.getByResourceGroup.yml
name: Samples Kotlin cilent on: push: branches: - 'samples/client/petstore/kotlin*/**' pull_request: paths: - 'samples/client/petstore/kotlin*/**' env: GRADLE_VERSION: 6.9 jobs: build: name: Build Kotlin client runs-on: ubuntu-latest strategy: fail-fast: false matr...
.github/workflows/samples-kotlin-client.yaml
- name: Create basic lambda execution role iam_role: assume_role_policy_document: "{{ lookup('template', 'lambda_execution.policy.json') }}" name: "{{ aws_iam_role_basic_lambda_execution }}" state: present managed_policy: - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole - name...
roles/cs.aws-iam/tasks/lambda-roles.yml
uid: azure.mgmt.datamigration.models.ValidateOracleAzureDbForPostgreSqlSyncTaskProperties name: ValidateOracleAzureDbForPostgreSqlSyncTaskProperties fullName: azure.mgmt.datamigration.models.ValidateOracleAzureDbForPostgreSqlSyncTaskProperties module: azure.mgmt.datamigration.models inheritances: - azure.mgmt.datamigra...
docs-ref-autogen/azure-mgmt-datamigration/azure.mgmt.datamigration.models.ValidateOracleAzureDbForPostgreSqlSyncTaskProperties.yml
--- - name: Issue 00365 - Ensure internal VLAN exists bigip_vlan: name: internal - name: Issue 00365 - Create self-IPs, type a bigip_selfip: name: "issue-00365-a" address: "fd00:a516:7c1b:17cd:6d81:2137:bd2a:2c5b" netmask: "ffff:ffff:ffff:ffff::" vlan: "internal" state: present delegate_...
f5-ansible/test/integration/targets/bigip_selfip/tasks/provider/issue-00365.yaml
{% set version = '1.6-1.1' %} {% set posix = 'm2-' if win else '' %} {% set native = 'm2w64-' if win else '' %} package: name: r-ppls version: {{ version|replace("-", "_") }} source: url: - {{ cran_mirror }}/src/contrib/ppls_{{ version }}.tar.gz - {{ cran_mirror }}/src/contrib/Archive/ppls/ppls_{{ versi...
recipe/meta.yaml
name: Office.MailboxEnums.Days uid: outlook!Office.MailboxEnums.Days:enum package: outlook! fullName: Office.MailboxEnums.Days summary: 指定一周中的一天或一天的类型。 remarks: >- \[[API 集:Mailbox 1.7](/office/dev/add-ins/reference/requirement-sets/outlook-api-requirement-sets) \] **[适用的Outlook模式](https://docs.microsoft...
docs/docs-ref-autogen/outlook_1_10/outlook/office.mailboxenums.days.yml
name: build on: push: branches: - master - release - pre-release pull_request: jobs: test: runs-on: ubuntu-latest strategy: matrix: node: ["12.22.1", "14.17.0", "15.14.0", "16.1.0"] steps: - name: Checkout uses: actions/checkout@v2 - name: Extrac...
.github/workflows/build.yml
name: release build on: push: tags: - 'v*' jobs: build: name: Push Release runs-on: ubuntu-latest # build-tools is built from ../../tools/build-tools.Dockerfile container: kedacore/build-tools:latest steps: - name: Check out code uses: actions/checkout@v1 with: ...
.github/workflows/release-build.yml
name: Bygg og deploy Q2 on: push: branches: - master jobs: tag_build_and_deploy: name: 'Build, deploy and tag' runs-on: ubuntu-latest steps: # PULLER REPO - name: 'Pull repo' uses: actions/checkout@v2 # SETTER DATO OG COMMIT VARIABEL - name: 'Setter dato og co...
.github/workflows/bygg_og_deploy_test.yml
presubmits: kubernetes-sigs/sig-storage-local-static-provisioner: - name: pull-sig-storage-local-static-provisioner always_run: true decorate: true path_alias: sigs.k8s.io/sig-storage-local-static-provisioner labels: preset-dind-enabled: "true" spec: containers: - image: gcr.io...
config/jobs/kubernetes-sigs/sig-storage-local-static-provisioner/sig-storage-local-static-provisioner.yaml
heat_template_version: rocky description: Fluentd client configured with Puppet parameters: ServiceData: default: {} description: Dictionary packing service data type: json ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set via param...
puppet/services/logging/fluentd.yaml
site_name: Android Publisher v1.0.14+20200709 site_url: http://byron.github.io/google-apis-rs/google-androidpublisher3-cli site_description: A complete library to interact with Android Publisher (protocol v3) repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/androidpublisher3-cli docs_dir: docs site_d...
gen/androidpublisher3-cli/mkdocs.yml
api_name: [] items: - children: - msrestazure.azure_active_directory.AADMixin.refresh_session - msrestazure.azure_active_directory.AADMixin.set_token - msrestazure.azure_active_directory.AADMixin.signed_session class: msrestazure.azure_active_directory.AADMixin fullName: msrestazure.azure_active_directory.AAD...
docs-ref-autogen/msrestazure/msrestazure.azure_active_directory.AADMixin.yml
{% set version = "0.3.1.0" %} {% set sha256 = "af85fa131530a30becc6e31bf248fd02c2ded05ec2445c30768553e60f846552" %} package: name: prophyle version: {{ version }} source: url: https://pypi.io/packages/source/p/prophyle/prophyle-{{version }}.tar.gz sha256: {{ sha256 }} build: number: 3 skip: True # [py27]...
recipes/prophyle/meta.yaml
documentation_complete: true prodtype: rhel7,fedora title: 'Specify a Remote NTP Server' description: |- Depending on specific functional requirements of a concrete production environment, the Red Hat Enterprise Linux 7 Server system can be configured to utilize the services of the <tt>chronyd</tt> NTP d...
linux_os/guide/services/ntp/chronyd_or_ntpd_specify_remote_server/rule.yml
aws_ecr_repository_policy: status: ASSESS subcategory: ECR layout: aws page_title: 'AWS: aws_ecr_repository_policy' description: Provides an Elastic Container Registry Repository Policy. arguments: repository: description: Name of the repository to apply the policy. ...
config/aws/aws_ecr_repository_policy.yml
name: Excel.ShowAsRule uid: excel!Excel.ShowAsRule:interface package: excel! fullName: Excel.ShowAsRule summary: '' remarks: '\[[Ensemble d’API : ExcelApi 1.8](/office/dev/add-ins/reference/requirement-sets/excel-api-requirement-sets) \]' isPreview: false isDeprecated: false type: interface properties: - name...
docs/docs-ref-autogen/excel_1_14/excel/excel.showasrule.yml
default: !secret logger-default logs: custom_components.alexa_media: info custom_components.favicon: info custom_components.feedparser.sensor: info custom_components.magic_areas: info homeassistant.components.automation: !secret logger-automation homeassistant.components.bayesian.binary_sensor...
homeassistant/logger.yaml
kind: ConfigMap apiVersion: v1 metadata: # Must match the 'spring.application.name' property of the application name: sample-json-validation-api data: application.yml: |- # Logging configuration logging: config: "file:/deployments/config/logback.xml" # Camel spring-boot propertie...
sample-json-validation-api/src/main/jkube/cm.yml
name: gallery description: A resource to help developers evaluate and use Flutter. version: 2.3.0+020300 environment: sdk: ">=2.6.0 <3.0.0" flutter: ^1.16.0 dependencies: flutter: sdk: flutter flutter_localizations: sdk: flutter intl: intl_translation: flutter_localized_locales: ^1.1.1 cupert...
pubspec.yaml
uid: azure.mgmt.web.v2019_08_01.models.RecommendationRule name: RecommendationRule fullName: azure.mgmt.web.v2019_08_01.models.RecommendationRule module: azure.mgmt.web.v2019_08_01.models inheritances: - azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource summary: 'Represents a recommendation rule that the ...
docs-ref-autogen/azure-mgmt-web/azure.mgmt.web.v2019_08_01.models.RecommendationRule.yml
{% set version = "2.46.0" %} {% set name = "lumi" %} {% set bioc = "3.14" %} package: name: 'bioconductor-{{ name|lower }}' version: '{{ version }}' source: url: - 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz' md5: 1b37d1b65f33a086ae27d4482b3dde72 build: ...
recipes/bioconductor-lumi/meta.yaml
interactions: - request: body: | {"layout_type":"ordered","title":"Test-Create_a_new_dashboard_with_timeseries_widget_containing_style_attributes-1618572731 with timeseries widget","widgets":[{"definition":{"requests":[{"display_type":"bars","on_right_yaxis":false,"q":"sum:trace.test.errors{env:prod,service:d...
tests/api/v1/datadog/cassettes/TestScenarios/Feature_Dashboards/Scenario_Create_a_new_dashboard_with_timeseries_widget_containing_style_attributes.yaml
sudo: required language: generic services: - docker stages: - unit - test matrix: allow_failures: - env: TEST_TYPE=optional SELENIUM_BROWSER=chrome - env: TEST_TYPE=optional SELENIUM_BROWSER=firefox before_script_reference: &before_script_reference - npm install - cd tests - docker-compose ru...
.travis.yml
--- http_interactions: - request: method: get uri: http://localhost:3030/api/v1/statutory_instrument_by_id body: encoding: US-ASCII string: '' headers: User-Agent: - Ruby Accept: - "*/*" - application/n-triples Expect: - '' response: status: ...
spec/fixtures/vcr_cassettes/Parliament_Grom_Decorator_BusinessItem/_date/Grom_Node_has_a_date/returns_the_date_of_the_Grom_Node_object.yml