code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
name: Create Release
on:
workflow_dispatch:
inputs:
tags:
description: 'Version'
required: true
default: 'v'
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
version:
runs-on: ubuntu-l... | .github/workflows/release.yml |
postgres_installed_locally: false
postgres_global_config:
- option: listen_addresses
value: "*"
- option: port
value: "5432"
- option: max_connections
value: "100"
- option: unix_socket_directories
value: '/var/run/postgresql'
- option: ssl
value: "true"
- option: shared_buffers
val... | ansible/inventories/group_vars/all/postgres.yml |
title: |-
Deploy to Huawei App Gallery
summary: |
Uploads APK/AAB to Huawei App Gallery
description: |
This step is based on [Huawei Publishing API](https://developer.huawei.com/consumer/en/service/hms/catalog/AGCConnectAPI.html?page=hmssdk_appGalleryConnect_getstarted)
website: https://github.com/FutureMind/bit... | step.yml |
nameWithType: PersonGroups.createAsync
type: method
members:
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.PersonGroups.createAsync(String personGroupId, CreatePersonGroupsOptionalParameter createOptionalParameter)
name: createAsync(String personGroupId, CreatePersonGroupsOptionalParameter createOp... | legacy/docs-ref-autogen/com.microsoft.azure.cognitiveservices.vision.faceapi.PersonGroups.createAsync.yml |
name: generate_changelog
on:
workflow_run:
workflows:
- "split_monorepo0"
types:
- completed
jobs:
generate_changelog:
name: "Generate Changelog"
runs-on: ubuntu-latest
steps:
-
if: "startsWith(github.ref, 'refs/tags/')"
name: "Checkout"
uses: "action... | .github/workflows/generate_changelog.yaml |
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"product-catalog-fuse:latest","namespace":"fuse-api-demo"},"fieldPath":"spec.template.spec.containers[?(@.name==\"product-catalog-fuse\")].image"}]'
app.openshift.io/connects-to: ... | manifests/app/fuse-deploy.yaml |
name: 🐞 Provider Issue Report
description: Report a source issue
labels: [provider]
body:
- type: input
id: source
attributes:
label: Source information
description: |
You can find the source name in navigation drawer.
placeholder: |
Example: "Bflix"
validations:
... | .github/ISSUE_TEMPLATE/provider-bug.yml |
{{- if .Values.rbac.create -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: system:{{ .Values.name }}
labels:
{{- include "labels.common" . | nindent 4 }}
rules:
- apiGroups:
- ""
resources:
- pods
- nodes
- nodes/stats
- namespaces
- configmaps
ve... | helm/metrics-server-app/templates/rbac.yaml |
beef:
version: '0.4.4.3-alpha'
debug: false
restrictions:
# subnet of browser ip addresses that can hook to the framework
permitted_hooking_subnet: "0.0.0.0/0"
# subnet of browser ip addresses that can connect to the UI
# permitted_ui_subnet: "127.0.0.1/32"
permitte... | config.yaml |
---
name: "qt"
suites:
- "precise"
architectures:
- "amd64"
packages:
- "mingw-w64"
- "g++-mingw-w64"
- "zip"
- "unzip"
- "faketime"
- "libz-dev"
reference_datetime: "2011-01-30 00:00:00"
remotes: []
files:
- "qt-everywhere-opensource-src-5.2.0.tar.gz"
- "bitcoin-deps-win32-gitian-r10.zip"
- "bitcoin-deps-win64-gitian... | contrib/gitian-descriptors/qt-win.yml |
server:
port: 0
spring:
nacos:
# host: 172.16.30.100:8848
# namespace: 10d8c97e-d556-413f-bbf8-72d1e5b538b0
group: @project.version@
host: 172.16.30.130:8848
namespace: 7d03f927-32d1-4fa3-810d-9a5311ec5bf1
application:
name: @project.artifactId@
cloud:
nacos:
config:
serv... | lion-oauth2-authorization-server/src/main/resources/bootstrap.yml |
- name: Prepare random number
set_fact:
rpfx: "{{ resource_group | hash('md5') | truncate(7, True, '') }}{{ 1000 | random }}"
run_once: yes
- name: Create MySQL Server
azure_rm_mysqlserver:
resource_group: "{{ resource_group }}"
name: mysqlsrv{{ rpfx }}
sku:
name: GP_Gen4_2
tier: Gene... | tests/integration/targets/azure_rm_mysqlfirewallrule/tasks/main.yml |
text_yes: "&aSim"
text_no: "&cNão"
###################
# Beehive GUI
###################
beehive_info_gui_title: "&8Informação da colmeia"
beehive_info_gui_honey_capacity: "&fCapacidade de mel"
beehive_info_gui_honey_capacity_desc: "&aCapacidade: &7%current%/%maximum%"
beehive_info_gui_bee_capacity: "&fCapacidade d... | src/main/resources/locale/pt.yml |
trigger:
- sandbox
pr: none
variables:
- group: azure-birthday-bot-testing-var-group
#APPSETTINGS
- name: BambooHRUsersFileName
value: $(AzureDevops-BambooHRUsersFileName)
- name: BlobStorageConversationContainer
value: $(AzureDevops-BlobStorageConversationContainer)
- name: BlobStorageStringConnec... | birthday-bot/Pipeline/Azure-Birthday-Bot-Build.yml |
fields:
- fullName: com.microsoft.azure.management.storage.KeyPermission.FULL
name: FULL
nameWithType: KeyPermission.FULL
summary: <p>Enum value FULL. </p>
uid: com.microsoft.azure.management.storage.KeyPermission.FULL
- fullName: com.microsoft.azure.management.storage.KeyPermission.READ
name: READ
nameWith... | legacy/docs-ref-autogen/com.microsoft.azure.management.storage.KeyPermission.yml |
description: >-
Person detector (ShuffleNetv2 backbone and FCOS head) for ASL scenario
task_type: detection
files:
- name: FP32/person-detection-asl-0001.xml
size: 989419
sha256: 4c4e57fab55363e6e6051d5030dbd282bb3e2debc0f8bbbd888884e7cc8ba495
source: https://storage.openvinotoolkit.org/repositories/op... | models/intel/person-detection-asl-0001/model.yml |
on:
push:
tags:
# Only match TagIt tags, which always start with this prefix
- 'v20*'
name: TagIt
jobs:
build:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Archive project
id: archive_project
run... | .github/workflows/TagIt.yml |
clusterName: awcc-kube-aws-k8s-cluster
s3URI: s3://kube-aws-klefevre
amiId: "ami-0772233ad155871ff"
disableContainerLinuxAutomaticUpdates: true
keyName: ocelot
region: eu-west-1
kmsKeyArn: "arn:aws:kms:eu-west-1:161285725140:key/130f8fa4-4380-4d68-bceb-29087998e75a"
apiEndpoints:
- name: default
dnsName: kube-aws-sh... | assets/kube-aws-v0.12.0-cluster.yaml |
--- !<MAP_PACK>
contentType: "MAP_PACK"
firstIndex: "2018-11-01 11:53"
game: "Unreal Tournament"
name: "TMH Map Pack Part 3"
author: "Various"
description: "None"
releaseDate: "2013-07"
attachments:
- type: "IMAGE"
name: "TMH_Map_Pack_Part_3_shot_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/... | content/Unreal Tournament/MapPacks/T/f/0/70ced9/tmh-map-pack-part-3_[f070ced9].yml |
{{- $masterCount := int .Values.master.replicaCount }}
{{- $isEmbedded := (eq .Values.journal.type "EMBEDDED") }}
{{- $isHaEmbedded := and $isEmbedded (gt $masterCount 1) }}
{{- $isMonitored := (.Values.monitoring) }}
{{- $metricsLabel := .Values.monitoring }}
{{- $release := .Release }}
{{- $masterRpcPort := .Values.m... | charts/goosefs/templates/master/service.yaml |
version: '2'
services:
bft_node1:
container_name: bft_node1
image: mutadev/muta:latest
hostname: bft_node1
environment:
- RUST_LOG
- RUST_BACKTRACE
volumes:
- ./config-bft-1.toml:/app/devtools/chain/config.toml
- ./genesis-bft.toml:/app/devtools/chain/genesis.toml
- ... | devtools/docker/dockercompose/docker-compose-bft.yaml |
title: Suspicious GrantedAccess Flags on LSASS Access
id: a18dd26b-6450-46de-8c91-9659150cf088
related:
- id: 32d0d3e2-e58d-4d41-926b-18b520b2b32d
type: obsoletes
status: experimental
description: Detects process access to LSASS memory with suspicious access flags
author: <NAME>
date: 2021/11/22
modified: 2022/03... | images/rules/windows/process_access/proc_access_win_susp_proc_access_lsass.yml |
이 번역본의 제작은 HERO님과 아무런 관련이 없습니다. 모든 대사와 관련된 권리는 원본 만화의 저작권자에게 있으며 번역자는 번역본에 대한
모든 권리를 저작권자에게 양도합니다. 번역본은 오로지 HERO의 사이트 "読解アヘン"의 가독성을 향상시키는 데에만 사용할 수 있습니다.
만화의 저작권자는 언제든 이 번역본의 배포자에게 번역본과 이 조항들의 삭제, 변경을 포함한 모든 것을 요청할 수 있습니다. 이 모든 조항을
준수할 때에는 번역본의 배포 및 변형이 가능하며 이 모든 조항을 번역본과 함께 포함하여야 합니다.
This translation is no... | translations/hm121_150/pict_com_133.yaml |
---
### INSTRUCTIONS AND INFORMATION ###
#
# 1. Run the play with the command: 'ansible-playbook agent_clamav/deploy_agent.yml --extra-vars "env=<hostlist>"'
#
# Author: <NAME>
# Objective: Deploy ClamAV Scanner across all servers
# Date: 7/15/2019
#
###
- hosts: "{{ env }}"
remote_user: root
gather_facts: True
... | deploy_clamav.yml |
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Build Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/... | .github/workflows/ci.yml |
name: CI
on: push
jobs:
appinspect-api:
name: AppInspect API Validation
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: |
find . -name '*.pyc' -delete
tar --exclude="utbox/local" --exclude="utbox/metadata/local.meta" -zcvf utb... | .github/workflows/ci.yml |
uid: "com.azure.data.tables.TableServiceClientBuilder"
fullName: "com.azure.data.tables.TableServiceClientBuilder"
name: "TableServiceClientBuilder"
nameWithType: "TableServiceClientBuilder"
summary: "This class provides a fluent builder API to help aid the configuration and instantiation of <xref uid=\"com.azure.data.... | preview/docs-ref-autogen/com.azure.data.tables.TableServiceClientBuilder.yml |
album: Music Information Retrieval
artist: Tabla Breakbeat Science
composer:
- <NAME>
excerpt: 'no'
genre: Electronic/Fusion
has_bleed: 'no'
instrumental: 'yes'
mix_filename: TablaBreakbeatScience_MoodyPlucks_MIX.wav
origin: Dolan Studio
producer:
- <NAME>
raw_dir: TablaBreakbeatScience_MoodyPlucks_RAW
stem_dir: TablaB... | medleydb/data/Metadata/TablaBreakbeatScience_MoodyPlucks_METADATA.yaml |
---
- name: set variable overrides
set_fact:
_gitlab_requirements: "{{ gitlab_requirements | default(gitlab_requirements_default | sorted_get(overrides)) }}"
vars:
overrides:
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_release | lower }}"
- "{{ ansible_distribution | lower }}-{... | tasks/main.yml |
name: schedule
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 */4 * * *'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
steps:
- name: Checkout
uses: actions/ch... | .github/workflows/schedule.yml |
uid: "com.azure.resourcemanager.compute.models.VirtualMachineScaleSetNetworkConfiguration.withDnsSettings*"
fullName: "com.azure.resourcemanager.compute.models.VirtualMachineScaleSetNetworkConfiguration.withDnsSettings"
name: "withDnsSettings"
nameWithType: "VirtualMachineScaleSetNetworkConfiguration.withDnsSettings"
m... | docs-ref-autogen/com.azure.resourcemanager.compute.models.VirtualMachineScaleSetNetworkConfiguration.withDnsSettings.yml |
uid: "com.microsoft.store.partnercenter.invoices.InvoiceLineItemCollectionOperations.get*"
fullName: "com.microsoft.store.partnercenter.invoices.InvoiceLineItemCollectionOperations.get"
name: "get"
nameWithType: "InvoiceLineItemCollectionOperations.get"
members:
- uid: "com.microsoft.store.partnercenter.invoices.Invoic... | docs-ref-autogen/com.microsoft.store.partnercenter.invoices.InvoiceLineItemCollectionOperations.get.yml |
Urbem\CoreBundle\Entity\Pessoal\ContratoPensionista:
type: entity
table: pessoal.contrato_pensionista
id:
codContrato:
type: integer
generator:
strategy: NONE
column: cod_contrato
fields:
codContratoCedente:
type: integer
... | src/Urbem/CoreBundle/Resources/config/doctrine/Pessoal.ContratoPensionista.orm.yml |
items:
- uid: azure-arm-eventgrid.JsonInputSchemaMapping
name: JsonInputSchemaMapping
fullName: JsonInputSchemaMapping
children:
- azure-arm-eventgrid.JsonInputSchemaMapping.dataVersion
- azure-arm-eventgrid.JsonInputSchemaMapping.eventTime
- azure-arm-eventgrid.JsonInputSchemaMapping.ev... | docs-ref-autogen/azure-arm-eventgrid/JsonInputSchemaMapping.yml |
---
# vim: filetype=yaml.ansible
# --------------------------
- name: Mark the packages-install sub-role as IN PROGRESS
shell: echo 'IN PROGRESS' > /etc/.setup/packages-install
# -----------------------------------------------------------------------------
- name: Prepare complete list of packages to be installed
... | silverblue/roles/layered-packages/tasks/packages-install.yml |
layout: sidebar
style: dark
plugins:
- jekyll-octicons
- jekyll-github-metadata
- jemoji
permalink: /:year/:month/:day/:title/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
projects:
sort_by: pushed
# sort... | _config.yml |
#------------------------------------------------------------------------------
# Assert before launch instances
#------------------------------------------------------------------------------
- name: Check redis instance existance
tags: [ redis_ins , redis_precheck ]
block:
- name: Check for redis instance po... | roles/redis/tasks/instance.yml |
name: .NET Core CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-test-mongo:
name: Test against supported versions of MongoDB
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [3.1.x]
mongo-driver-version: [ '2.4.4', '2.5.1', ... | .github/workflows/dotnetcore.yml |
---
# Create a project
- os_project:
auth:
auth_url: {{ cs9_os_auth_url }}
username: {{ cs9_os_auth_user }}
password: {{ <PASSWORD> }}
project_name: demo
cloud: {{ cs9_os_cloud }}
state: present
name: {{ project_name }}
description: CS9 Project
domain_id: {{ project_os_d... | tasks/openstack.yml |
- division : Software
float : left
background-img : https://cdn3.iconfinder.com/data/icons/illustricon-tech/512/development.desktop-512.png
members :
- name : <NAME>
id : Arpit
img : arpit.jpg
division : Software Team
work :
facebook : https://www.facebook.com/Arpit159
git... | _data/alumni_detail/blocks.yml |
name: build actions
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
name: build actions with ncc
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1.4.4
with:
node-version: '13.x'
- run: npm i -g @zeit/ncc
- name: Install g... | .github/workflows/ci.yaml |
api_name: []
items:
- children:
- azure.batch.models.batch_service_client_enums.CachingType.none
- azure.batch.models.batch_service_client_enums.CachingType.read_only
- azure.batch.models.batch_service_client_enums.CachingType.read_write
class: azure.batch.models.batch_service_client_enums.CachingType
fullNam... | docs-ref-autogen/azure-batch/azure.batch.models.batch_service_client_enums.CachingType.yml |
aliases:
- &restore-npm-cache
keys:
- v3-dependencies-{{ checksum "package-lock.json" }}
- v3-dependencies-master
- v3-dependencies-
- &restore-dist-cache
keys:
- v3-dist-{{ .Environment.CIRCLE_SHA1 }}
- v3-dist-master
- v3-dist-
- &restore-ios-cache
keys:
- v... | .circleci/config.yml |
items:
- uid: com.microsoft.azure.management.apimanagement.v2019_01_01.NotificationContract.Update
id: Update
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1
parent: com.microsoft.azure.management.apimanagement.v2019_01_01
langs:
- java
name: NotificationContrac... | docs-ref-autogen/com.microsoft.azure.management.apimanagement.v2019_01_01.NotificationContract.Update.yml |
site_name: PHOTONAI - Graph
repo_name: 'photonai-graph'
repo_url: 'https://github.com/wwu-mmll/photonai-graph'
site_dir: '../docs'
edit_uri: 'edit/master/documentation/docs'
# Social media
extra:
social:
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/wwu_mmll'
# Theme configuration
theme: ... | documentation/mkdocs.yml |
data:
path_data_state: data/data_state_sim_nProteins=1100.txt
path_mapping_peptides: data/mapping_peptides_sim_nProteins=1100.txt
path_names_proteins: data/names_proteins_sim_nProteins=1100.txt
path_names_peptides: data/names_peptides_sim_nProteins=1100.txt
sep_input: " "
# Section for output infor... | examples/big.yml |
---
actions:
- utter_greet
- action_all_tickets
- action_create_tickets
- action_update_tickets
- action_updatedtickets
forms:
- create_ticket_form
- update_ticket_form
intents:
- greet
- show_all_tickets
- create_ticket
- update_ticket
slots:
description:
auto_fill: false
type: un... | 10_freshdesk_customer_support_bot/src/domain.yml |
encoding: UTF-8
title: <NAME> # your site title
author: johndelara1 # You :P
description: > # Meta description of Homepage
Neste portfólio você poderá acompanhar meus projetos, análises e estudos relacionado à Ciência de Dados,
aplicação de Machine Learning, entre outros.
baseurl: "/portfolioweb" # the subpath of... | _config.yml |
name: View Fama Functional Profile - v1.1
tooltip: |
View a functional profile generated by Fama
screenshots: []
icon: fama-green.png
#
# define a set of similar apps that might be useful to the user
#
suggestions:
apps:
related:
[]
next:
[]
#
# Configure the display... | ui/narrative/methods/view_FamaFunctionalProfile/display.yaml |
version: 2
workflows:
version: 2
test:
jobs:
- test-full-3.6
- test-full-3.5
- test-minimal-3.6
- test-minimal-3.5
jobs:
# define the "test-full-3.6" job and register it as a template
test-full-3.6: &test-full-template
docker:
# Specify the base docker image
- im... | .circleci/config.yml |
---
##################
# Below config params are used to configure contrailctl
# All of below variables are a dict which form individual section of
# contrailctl/*.conf (controller.conf, agent.conf, etc)
# they are just a dictionary form of config files found under contrailctl/*
# i.e below mentioned global_config is a... | contrail-ansible/playbooks/inventory/examples/fully_commented_inventory/group_vars/contrail-controllers.yml |
- term: Mark
slug: mark
desc: |
Lock Seam Rollformer section of ProFabriduct line. We use "Mark" to reference the rollformer and any mechanism that positions the rollformer(s) that produce the seam.
<br>
This machinery produces Large and Small Pittsburgh as well as Snaplock female seams and may also in... | _docs/_data/terms.yml |
---
result: SUCCESS
timestamp: 2016-05-12 00:21:35 UTC
url: http://manhattan.ci.chef.co/job/chefdk-test/164/
trigger_url: http://manhattan.ci.chef.co/job/chefdk-trigger-ad_hoc/269/
duration: 58m13s
runs:
windows-2008r2-i386:
result: SUCCESS
url: http://manhattan.ci.chef.co/job/chefdk-test/architecture=i386,pl... | reports/stages/manhattan.ci.chef.co/job/chefdk-test/164.yaml |
--- !<MODEL>
contentType: "MODEL"
firstIndex: "2018-12-26 12:19"
game: "Unreal Tournament 2004"
name: "CalamityOL"
author: "Unknown"
description: "None"
releaseDate: "2005-08"
attachments:
- type: "IMAGE"
name: "CalamityOL_shot_2.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament... | content/Unreal Tournament 2004/Models/C/0/b/930710/calamityol_[0b930710].yml |
---
# Copyright 2016, Rackspace US, Inc.
# Copyright 2018, Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required... | vars/redhat-7.yml |
uid: azure.mgmt.datafactory.models.LookupActivity
name: LookupActivity
fullName: azure.mgmt.datafactory.models.LookupActivity
module: azure.mgmt.datafactory.models
inheritances:
- azure.mgmt.datafactory.models._models_py3.ExecutionActivity
summary: 'Lookup activity.
All required parameters must be populated in orde... | docs-ref-autogen/azure-mgmt-datafactory/azure.mgmt.datafactory.models.LookupActivity.yml |
version: '3.7'
x-app: &app
build:
context: .
dockerfile: ./.docker/Dockerfile
args:
RUBY_VERSION: ${RUBY_VERSION}
BUNDLER_VERSION: ${BUNDLER_VERSION}
NODE_MAJOR: ${NODE_MAJOR}
YARN_VERSION: ${YARN_VERSION}
POSTGRES_MAJOR: ${POSTGRES_MAJOR}
environment: &env
NODE_ENV: $... | docker-compose.yml |
fields:
active:
label: olabs.oims::lang.coupons.active
type: switch
span: full
default: true
code:
label: olabs.oims::lang.coupons.code
comment: olabs.oims::lang.coupons.code_comment
span: full
disabled: true
valid_from:
labe... | plugins/olabs/oims/models/coupon/fields.yaml |
uid: "com.azure.resourcemanager.mediaservices.models.StreamingPolicyStreamingProtocol"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingPolicyStreamingProtocol"
name: "StreamingPolicyStreamingProtocol"
nameWithType: "StreamingPolicyStreamingProtocol"
summary: "Defines values for StreamingPolicyStreami... | preview/docs-ref-autogen/com.azure.resourcemanager.mediaservices.models.StreamingPolicyStreamingProtocol.yml |
version: '3.7'
services:
etcd1:
image: nexcpu/etcd:latest
container_name: etcd1
ports:
- ${ETCD1_CLIENT_PORT}:${ETCD1_CLIENT_PORT}
- ${ETCD1_PEER_PORT}:${ETCD1_PEER_PORT}
entrypoint: bash -c "/opt/etcd/etcd --name etcd1 --initial-advertise-peer-urls https://etcd1:${ETCD1_PEER_PORT}
... | docker/docker-compose.yml |
items:
- uid: "com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithConsumerGroup"
id: "WithConsumerGroup"
parent: "com.microsoft.azure.management.eventhub"
children:
- "com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithConsumerGroup.withNewConsumerGroup(java.lang.String)"
... | docs-ref-autogen/com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithConsumerGroup.yml |
{% set version = "2.0.0" %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}
package:
name: r-reactablefmtr
version: {{ version|replace("-", "_") }}
source:
url:
- {{ cran_mirror }}/src/contrib/reactablefmtr_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/re... | recipe/meta.yaml |
- hosts: localhost
gather_facts: true
tasks:
- name: test connection
ping:
- debug:
var: ansible_facts['os_family']
- debug:
var: ansible_kernel
- debug:
var: ansible_python_interpreter
- debug:
msg: "Need kernel version > 4.19.121 for gpu wsl2 gpu accelerat... | playbook/site.yml |
name: '&bUncommon'
weight: 20
value: 1000
inheritance:
- 'common'
items:
chiseled_stone_bricks:
name: CHISELED_STONE_BRICKS
amount: 32
value: 90
slime_block:
name: SLIME_BLOCK
amount: 4
value: 100
magma_block:
name: MAGMA_BLOCK
amount: 32
value: 100
obsidian:
name: OBS... | src/main/resources/treasure/uncommon.yml |
version: '3'
services:
dsw_server:
image: datastewardshipwizard/wizard-server:2.5.0
restart: always
hostname: dsw_server
depends_on:
- rabbitmq
- mongo
volumes:
- ./dsw-server/application.yml:/application/engine-wizard/config/application.yml:ro
- ./dsw-server/integration.y... | docker-compose.yml |
LGC_Flask4:
Item_Information:
Item_Name: "&6&oUndying Rage"
Item_Type: 437
Sounds_Acquired: ENTITY_ITEM_PICKUP-1.0-1-0
Remove_Unused_Tag: true
Shooting:
Right_Click_To_Shoot: true
Cancel_Left_Click_Block_Damage: true
Cancel_Right_Click_Interactions: true
... | CrackShot/weapons/CS_Legacy_Flasks.yml |
name: Test project
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up... | .github/workflows/python-app.yml |
name: 'spellbook'
version: '1.0.0'
config-version: 2
# This setting configures which "profile" dbt uses for this project.
profile: 'spellbook'
# These configurations specify where dbt should look for different types of files.
# You don't need to change these!
model-paths: ["models"]
analysis-paths: ["analyses"]
test... | spellbook/dbt_project.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-11-01 21:17"
variationOf: "fc5787c4ded3831520bd6a1cc8c29ff4e6605904"
game: "Unreal Tournament 2004"
name: "DM-Isarku"
author: "Pipux"
description: "Serpentines of Isarku mountain range surely lead those who dont pay\
\ enough attention into their certain deaths."
releas... | content/Unreal Tournament 2004/Maps/DeathMatch/I/9/0/b60fdd/dm-isarku_[90b60fdd].yml |
image: "ruby:2.4.1"
# Cache gems in between builds (Disabled)
# cache:
# paths:
# - vendor/bundle
before_script:
- ruby -v # Print out ruby version for debugging
- gem install bundler --no-ri --no-rdoc # Bundler is not installed with the image
- bundle install -j $(nproc)... | .gitlab-ci.yml |
---
- name: Detect if Docker is Quarantined
ignore_errors: yes
changed_when: false
command: xattr -p com.apple.quarantine /Applications/Docker.app
register: quarantined_docker
- name: Remove Docker from MacOS Quarantine
command: xattr -d -r com.apple.quarantine /Applications/Docker.app
when... | tasks/main.yml |
- name: app_state
type: group
release: beta
description: >
application state
fields:
- name: start_date
type: date
description: >
The start date
- name: end_date
type: date
description: >
The end date
- name: requests_count.sum
type: float
desc... | x-pack/metricbeat/module/azure/app_state/_meta/fields.yml |
logging.level.root: INFO
spring:
security:
user:
user: orcatag
password: <PASSWORD>
jpa:
show-sql: true
# servlet:
# multipart:
# max-file-size: 10Mb
# max-request-size: 10Mb
s3:
rootBucket: "orcatag-dev"
endpointUrl: https://s3.eu-west-1.amazonaws.com
accessKey: ${AWS_ACCE... | source/rest-service/src/main/resources/application.yml |
variables:
DOCKER_DRIVER: overlay2
stages:
- build
before_script:
- rm -fr build SOURCES RPMS
.centoscommon: ¢oscommon
stage: build
tags:
- moonshot
script:
- yum -y upgrade
- sh autogen.sh
- ./configure
- make dist
- mkdir -p SOURCES
- mv libradsec*.tar.gz SOURCES
- r... | .gitlab-ci.yml |
--- !ruby/hash:SeasonHash
title: GAMBA ガンバと仲間たち
watchable: true
thumbnail_url: https://cs1.anime.dmkt-sp.jp/anime_kv/img/23/19/9/23199_1_8_8b.png?1577079033000
outline: 都会の片隅で、町ネズミのガンバとマンプクは楽しく暮らしていた。ある日ガンバは、「海は世界で一番広くて大きい」と聞き、海を目指す旅に出る。二匹は港で船乗りネズミの宴に参加するが、そこへ弱りきった島ネズミの忠太が助けを求めやってきた。しかし船乗りネズミたちは、敵が白イタチの「ノロイ」だと聞いたとたん、勝ち... | db/fixtures/seasons/season_02684.yml |
version: "3.7"
services:
php_fpm:
build:
context: ./docker
dockerfile: ./php/Dockerfile
args:
- XDEBUG_REMOTE_HOST=${XDEBUG_REMOTE_HOST}
- XDEBUG_REMOTE_PORT=${XDEBUG_REMOTE_PORT}
- TIMEZONE=${TIMEZONE}
restart: always
container_name: symfony_demo_php_fpm
en... | docker-compose.yml |
const std = @import("std");
const mem = std.mem;
const math = std.math;
const assert = std.debug.assert;
const Air = @import("Air.zig");
const Zir = @import("Zir.zig");
const Liveness = @import("Liveness.zig");
const Type = @import("type.zig").Type;
const Value = @import("value.zig").Value;
const TypedValue = @import("... | src/codegen.zig |
const std = @import("std");
const path = std.fs.path;
const Allocator = std.mem.Allocator;
const Compilation = @import("Compilation.zig");
const build_options = @import("build_options");
const target_util = @import("target.zig");
pub fn buildWasiLibcSysroot(comp: *Compilation) !void {
if (!build_options.have_llvm... | src/wasi_libc.zig |
const std = @import("std");
const mem = std.mem;
const ascii = std.ascii;
const testing = std.testing;
const assert = std.debug.assert;
// Percent encode the source data
pub fn encode(dest: []u8, source: []const u8) ![]const u8 {
assert(dest.len >= source.len);
var i: usize = 0;
for (source) |ch| {
... | src/url.zig |
const kernel = @import("../../kernel.zig");
const PIC = @import("pic.zig");
const IDT = @import("idt.zig");
const GDT = @import("gdt.zig");
const x86_64 = @import("../x86_64.zig");
const interrupts = @This();
const Context = x86_64.Context;
const TODO = kernel.TODO;
const Thread = kernel.scheduler.Thread;
const Virtu... | src/kernel/arch/x86_64/interrupts.zig |
const expect = std.testing.expect;
const expectEqualSlices = std.testing.expectEqualSlices;
const expectError = std.testing.expectError;
const std = @import("std");
const mqtt_string = @import("../../mqtt_string.zig");
const Allocator = std.mem.Allocator;
const ArrayList = std.ArrayList;
const FixedHeader = @import("..... | src/mqtt4/packet/unsubscribe.zig |
const std = @import("std");
const trie = @import("trie.zig");
const Request = @import("request.zig").Request;
const Response = @import("response.zig").Response;
const RequestHandler = @import("server.zig").RequestHandler;
/// Contains a path and a handler function that
pub const Route = struct {
/// Path by which ... | src/router.zig |
const std = @import("std");
const NOPS = 16; // number of instructions
////////处理寄存器的函数
inline fn OPC(i: u16) u16 {
return i >> 12;
}
inline fn FCND(i: u16) u16 {
return i >> 9 & 0x7;
}
// Gets the 5th bit of i
// We shift to the right with 5 bits so we can have bit on the last position
inline fn FIMM(i: u1... | src/vm.zig |
const std = @import("std");
const Allocator = std.mem.Allocator;
const terminfo = @import("terminfo.zig");
const enter_mouse_seq = "\x1b[?1000h\x1b[?1002h\x1b[?1015h\x1b[?1006h";
const exit_mouse_seq = "\x1b[?1006l\x1b[?1015l\x1b[?1002l\x1b[?1000l";
const ti_magic = 0432;
const ti_alt_magic = 542;
const ti_header_le... | src/term.zig |
const std = @import("std");
// Force a load of a value. This is useful in particular to avoid branches being optimized
// out at compile-time for to force error-inference on otherwise empty error functions.
pub fn forceRuntime(comptime T: type, n: T) T {
var p = @intToPtr(*volatile T, @ptrToInt(&n));
return p.... | src/utility.zig |
const std = @import("std");
var a: *std.mem.Allocator = undefined;
const stdout = std.io.getStdOut().writer(); //prepare stdout to write in
const PREAMBLE_SIZE: usize = 25;
fn check_valid(window: []?u64, target: u64) bool {
for (window) |elt1_opt, idx| {
if (elt1_opt) |elt1| {
for (window[idx... | day-09/part-1/lelithium.zig |
const builtin = @import("builtin");
const std = @import("std");
const Builder = std.build.Builder;
pub fn linkArtifact(b: *Builder, exe: *std.build.LibExeObjStep, target: std.zig.CrossTarget, comptime prefix_path: []const u8) void {
exe.linkLibC();
exe.linkSystemLibrary("c++");
if (target.isWindows()) {
... | src/deps/imgui/build.zig |
const Self = @This();
const build_options = @import("build_options");
const std = @import("std");
const assert = std.debug.assert;
const os = std.os;
const math = std.math;
const wlr = @import("wlroots");
const wayland = @import("wayland");
const wl = wayland.server.wl;
const zwlr = wayland.server.zwlr;
const c = @i... | source/river-0.1.0/river/Cursor.zig |
const std = @import("std");
const Allocator = std.mem.Allocator;
const AllMetadata = @import("metadata.zig").AllMetadata;
pub const Collator = struct {
metadata: *AllMetadata,
allocator: Allocator,
arena: std.heap.ArenaAllocator,
const Self = @This();
pub fn init(allocator: Allocator, metadata: *... | src/collate.zig |
const std = @import("std");
const util = @import("util.zig");
const data = @embedFile("../data/day16.txt");
const ParseError = error{ InvalidInput, OutOfMemory, EndOfStream };
const Reader = std.io.BitReader(.Big, std.io.FixedBufferStream([]u8).Reader);
const BitReader = struct {
const Self = @This();
reade... | src/day16.zig |
pub const sabaton = @import("../../sabaton.zig");
const std = @import("std");
const uefi = std.os.uefi;
const fs = @import("fs.zig");
var conout: ?*uefi.protocols.SimpleTextOutputProtocol = null;
pub const panic = sabaton.panic;
pub const io = struct {
pub fn putchar(ch: u8) void {
if (conout) |co| {
... | src/platform/uefi_aarch64/main.zig |
const std = @import("std");
const c = @import("internal/c.zig");
const internal = @import("internal/internal.zig");
const log = std.log.scoped(.git);
const git = @import("git.zig");
/// A data buffer for exporting data from libgit2
pub const Buf = extern struct {
ptr: ?[*]u8 = null,
asize: usize = 0,
size... | src/buffer.zig |
const std = @import("std");
const testing = std.testing;
const lir = @import("ir.zig");
/// Opcode for the virtual machine
pub const Opcode = enum(u8) {
// general ops
load_integer = 0,
load_string = 1,
load_func = 2,
load_true = 4,
load_false = 5,
load_nil = 6,
load_void = 7,
load_... | src/bytecode.zig |
const std = @import("std");
const mach = @import("mach");
const gpu = @import("gpu");
const glfw = @import("glfw");
const App = @This();
const Vertex = struct {
pos: @Vector(4, f32),
uv: @Vector(2, f32),
};
const vertices = [_]Vertex{
.{ .pos = .{ -1, -1, 0, 1 }, .uv = .{ 0, 0 } },
.{ .pos = .{ 1, -1... | shaderexp/main.zig |
usingnamespace @import("root").preamble;
pub const PixelFormat = enum {
rgb, // 24 bpp rgb
rgba, // 32 bpp with alpha
rgbx, // 32 bpp, alpha ignored
pub fn bytesPerPixel(fmt: @This()) usize {
return switch (fmt) {
.rgb => 3,
.rgba, .rgbx => 4,
};
}
pub ... | lib/graphics/pixel_format.zig |
const std = @import("std");
pub const Feature = enum(u32) {
depth24_unorm_stencil8 = 0x00000002,
depth32_float_stencil8 = 0x00000003,
timestamp_query = 0x00000004,
pipeline_statistics_query = 0x00000005,
texture_compression_bc = 0x00000006,
texture_compression_etc2 = 0x00000007,
texture_com... | gpu/src/enums.zig |
const std = @import("std");
const mem = std.mem;
const DecimalNumber = @This();
allocator: *mem.Allocator,
array: []bool,
lo: u21 = 48,
hi: u21 = 130041,
pub fn init(allocator: *mem.Allocator) !DecimalNumber {
var instance = DecimalNumber{
.allocator = allocator,
.array = try allocator.alloc(boo... | src/components/autogen/DerivedGeneralCategory/DecimalNumber.zig |
const std = @import("std");
const mem = std.mem;
const testing = std.testing;
const ascii = std.ascii;
const nodes = @import("nodes.zig");
const htmlentities = @import("htmlentities");
const zunicode = @import("zunicode");
pub fn isLineEndChar(ch: u8) bool {
return switch (ch) {
'\n', '\r' => true,
... | src/strings.zig |
const std = @import("std");
const builtin = @import("builtin");
const command = @import("command.zig");
const Builder = @import("Builder.zig");
const SrcEntry = @import("SrcEntry.zig");
const Command = command.Command;
const help =
\\Usage:
\\ fimbs [command]
\\ fimbs [command] <ARGS>
\\
\\Comm... | src/main.zig |
const std = @import("std");
const zang = @import("zang");
const wav = @import("wav");
const common = @import("common.zig");
const c = @import("common/c.zig");
pub const AUDIO_FORMAT: zang.AudioFormat = .signed16_lsb;
pub const AUDIO_SAMPLE_RATE = 44100;
pub const AUDIO_BUFFER_SIZE = 1024;
pub const DESCRIPTION =
... | examples/example_sampler.zig |