text
stringlengths
5
22M
id
stringlengths
12
177
metadata
dict
__index_level_0__
int64
0
1.37k
<jupyter_start><jupyter_text>ResultsThis notebook can be used to visualize the results stored in your Azure status table.<jupyter_code>%pip install bokeh %pip install selenium %pip install Pillow from pathlib import Path import os import sys import statistics import json from pandas.core.frame import DataFrame import b...
archai/tasks/face_segmentation/aml/notebooks/results.ipynb/0
{ "file_path": "archai/tasks/face_segmentation/aml/notebooks/results.ipynb", "repo_id": "archai", "token_count": 5438 }
343
## AML Training Readme Two scripts in this folder provide Azure ML training pipelines to the Archai Search. The [train.py](../../train.py) script plugs in the `AmlPartialTrainingEvaluator` async model evaluator when invoked with the [aml_search.yaml](../../confs/aml_search.yaml) configuration. The top level [aml.py](...
archai/tasks/face_segmentation/aml/training/readme.md/0
{ "file_path": "archai/tasks/face_segmentation/aml/training/readme.md", "repo_id": "archai", "token_count": 789 }
344
# Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import argparse import os from archai.datasets.cv.face_synthetics import FaceSyntheticsDatasetProvider def main(): """ This script downloads the Face Synthetics dataset to the specified folder. """ # input and output arguments print(...
archai/tasks/face_segmentation/data_prep/prep_data_store.py/0
{ "file_path": "archai/tasks/face_segmentation/data_prep/prep_data_store.py", "repo_id": "archai", "token_count": 315 }
345
# Facial Landmarks This project demonstrates the use of Archai to search neural architectures for facial landmarks localization that satisfy the specified objectives, namely, models that minimize the validation error and the inference latency. We follow the general methodology described in the papers [1] and [2], whic...
archai/tasks/facial_landmark_detection/README.md/0
{ "file_path": "archai/tasks/facial_landmark_detection/README.md", "repo_id": "archai", "token_count": 1348 }
346
# Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import gc import time from archai.common.timing import MeasureBlockTime def test_measure_block_time(): # Assert the basic functionality of the timer with MeasureBlockTime("test_timer") as timer: time.sleep(0.5) elapsed_...
archai/tests/common/test_timing.py/0
{ "file_path": "archai/tests/common/test_timing.py", "repo_id": "archai", "token_count": 308 }
347
# Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import os from typing import Optional from random import Random import pytest from overrides import overrides from archai.discrete_search.algos.evolution_pareto import EvolutionParetoSearch from archai.discrete_search.api.search_objectives impor...
archai/tests/discrete_search/algos/test_evolution_pareto.py/0
{ "file_path": "archai/tests/discrete_search/algos/test_evolution_pareto.py", "repo_id": "archai", "token_count": 1235 }
348
# Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import pytest import torch from archai.discrete_search.evaluators.pt_profiler import ( TorchFlops, TorchLatency, TorchMacs, TorchNumParameters, TorchPeakCpuMemory, TorchPeakCudaMemory, ) from archai.discrete_search.search...
archai/tests/discrete_search/evaluators/test_pt_profiler.py/0
{ "file_path": "archai/tests/discrete_search/evaluators/test_pt_profiler.py", "repo_id": "archai", "token_count": 1008 }
349
# Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import os import types import torch from transformers import GPT2Config, GPT2LMHeadModel from archai.common.file_utils import calculate_onnx_model_size from archai.onnx.export import export_to_onnx from archai.onnx.export_utils import prepare_m...
archai/tests/onnx/test_export_utils.py/0
{ "file_path": "archai/tests/onnx/test_export_utils.py", "repo_id": "archai", "token_count": 586 }
350
# Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import shutil import pytorch_lightning as pl import torch import torch.nn.functional as F from torch import nn from torch.utils.data import DataLoader from archai.datasets.cv.mnist_dataset_provider import MnistDatasetProvider from archai.traine...
archai/tests/trainers/cv/test_pl_trainer.py/0
{ "file_path": "archai/tests/trainers/cv/test_pl_trainer.py", "repo_id": "archai", "token_count": 862 }
351
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # --------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/_file_cache.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/_file_cache.py", "repo_id": "azure-devops-python-api", "token_count": 2826 }
352
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/released/notification/__init__.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/released/notification/__init__.py", "repo_id": "azure-devops-python-api", "token_count": 763 }
353
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/v7_0/work_item_tracking_process_template/work_item_tracking_process_template_client.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_0/work_item_tracking_process_template/work_item_tracking_process_template_client.py", "repo_id": "azure-devops-python-api", "token_count": 2751 }
354
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/v7_1/elastic/models.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/elastic/models.py", "repo_id": "azure-devops-python-api", "token_count": 9277 }
355
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/v7_1/gallery/__init__.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/gallery/__init__.py", "repo_id": "azure-devops-python-api", "token_count": 711 }
356
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/v7_1/maven/__init__.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/maven/__init__.py", "repo_id": "azure-devops-python-api", "token_count": 468 }
357
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/v7_1/operations/models.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/operations/models.py", "repo_id": "azure-devops-python-api", "token_count": 1474 }
358
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/v7_1/settings/settings_client.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/settings/settings_client.py", "repo_id": "azure-devops-python-api", "token_count": 3129 }
359
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/v7_1/test_results/__init__.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/test_results/__init__.py", "repo_id": "azure-devops-python-api", "token_count": 1116 }
360
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
azure-devops-python-api/azure-devops/azure/devops/v7_1/wiki/models.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/wiki/models.py", "repo_id": "azure-devops-python-api", "token_count": 15889 }
361
#!/usr/bin/env bash # Update the version strings in the source code # Input: # $1 - the version string, if omitted, use ${BUILD_BUILDID} version=$1 if [ -z ${version} ]; then version=`expr match "${BUILD_BUILDID}" '\([0-9]*\)'` fi if [ -z ${version} ]; then echo 'Missing version string' exit 1 fi ec...
azure-devops-python-api/scripts/ci/version.sh/0
{ "file_path": "azure-devops-python-api/scripts/ci/version.sh", "repo_id": "azure-devops-python-api", "token_count": 542 }
362
# The build-stage image: FROM continuumio/miniconda3 AS build # Install the package as normal: COPY qdk/environment.yml . RUN conda env create -f environment.yml # Install conda-pack: RUN conda install -c conda-forge conda-pack # Use conda-pack to create a standalone enviornment # in /venv: RUN conda-pack -n qdk -o ...
azure-quantum-python/Dockerfile/0
{ "file_path": "azure-quantum-python/Dockerfile", "repo_id": "azure-quantum-python", "token_count": 491 }
363
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
azure-quantum-python/azure-quantum/azure/quantum/_client/_client.py/0
{ "file_path": "azure-quantum-python/azure-quantum/azure/quantum/_client/_client.py", "repo_id": "azure-quantum-python", "token_count": 2581 }
364
## # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. ## from dataclasses import dataclass from enum import Enum from typing import Optional, Type class Pauli(Enum): """Pauli operators""" I = "PauliI" X = "PauliX" Y = "PauliY" Z = "PauliZ" class Result(...
azure-quantum-python/azure-quantum/azure/quantum/argument_types/types.py/0
{ "file_path": "azure-quantum-python/azure-quantum/azure/quantum/argument_types/types.py", "repo_id": "azure-quantum-python", "token_count": 410 }
365
## # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. ## from typing import TYPE_CHECKING, Union from azure.quantum._client.models import SessionDetails, JobDetails from azure.quantum.job.job import Job from azure.quantum.job.session import Session if TYPE_CHECKING: fro...
azure-quantum-python/azure-quantum/azure/quantum/job/workspace_item_factory.py/0
{ "file_path": "azure-quantum-python/azure-quantum/azure/quantum/job/workspace_item_factory.py", "repo_id": "azure-quantum-python", "token_count": 410 }
366
## # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. ## """Defines classes for interacting with Microsoft Estimator""" __all__ = ["ErrorBudgetPartition", "MicrosoftEstimator", "MicrosoftEstimatorJob", "MicrosoftEstimatorResult", "MicrosoftEstimatorPara...
azure-quantum-python/azure-quantum/azure/quantum/target/microsoft/__init__.py/0
{ "file_path": "azure-quantum-python/azure-quantum/azure/quantum/target/microsoft/__init__.py", "repo_id": "azure-quantum-python", "token_count": 174 }
367
## # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. ## from typing import TYPE_CHECKING, Any, Dict, Optional, Union, Type, Protocol, runtime_checkable import io import json import abc import warnings from azure.quantum._client.models import TargetStatus, SessionDetails fro...
azure-quantum-python/azure-quantum/azure/quantum/target/target.py/0
{ "file_path": "azure-quantum-python/azure-quantum/azure/quantum/target/target.py", "repo_id": "azure-quantum-python", "token_count": 5642 }
368
[pytest] markers = live_test: mark a test as a live test that requires recordings. ionq: mark a test as requiring access to ionq. quantinuum: mark a test as requiring access to quantinuum. rigetti: mark a test as requiring access to Rigetti targets. qci: mark a test as requiring access to QCI targe...
azure-quantum-python/azure-quantum/pytest.ini/0
{ "file_path": "azure-quantum-python/azure-quantum/pytest.ini", "repo_id": "azure-quantum-python", "token_count": 289 }
369
interactions: - request: body: client_id=PLACEHOLDER&grant_type=client_credentials&client_info=1&client_secret=PLACEHOLDER&scope=https%3A%2F%2Fquantum.microsoft.com%2F.default headers: Accept: - application/json Accept-Encoding: - gzip, deflate Connection: - keep-alive ...
azure-quantum-python/azure-quantum/tests/unit/recordings/test_session_job_failure_policies_echo_quantinuum.yaml/0
{ "file_path": "azure-quantum-python/azure-quantum/tests/unit/recordings/test_session_job_failure_policies_echo_quantinuum.yaml", "repo_id": "azure-quantum-python", "token_count": 71330 }
370
## # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. ## import pytest from azure.quantum import JobStatus from common import QuantumTestBase, DEFAULT_TIMEOUT_SECS from import_qsharp import skip_if_no_qsharp from test_job_payload_factory import JobPayloadFactory @pytest.mark.qsharp @pytest.mark...
azure-quantum-python/azure-quantum/tests/unit/test_qsharp.py/0
{ "file_path": "azure-quantum-python/azure-quantum/tests/unit/test_qsharp.py", "repo_id": "azure-quantum-python", "token_count": 898 }
371
--- page_type: sample author: cgranade description: Find hidden shifts in Boolean functions, using the Azure Quantum service ms.author: chgranad@microsoft.com ms.date: 01/25/2021 languages: - qsharp - python products: - azure-quantum --- # Finding hidden shift of bent functions using the Azure Quantum service This sa...
azure-quantum-python/samples/hidden-shift/README.md/0
{ "file_path": "azure-quantum-python/samples/hidden-shift/README.md", "repo_id": "azure-quantum-python", "token_count": 245 }
372
# Visualization Library Build Process ## Local Dev Run `build-all-local.sh` script from the build folder. ## ADO pipeline flow for CI/CD > [_microsoft.visualization_](https://ms-quantum.visualstudio.com/Quantum%20Program/_build?definitionId=789&_a=summary) The build pipeline is composed of: - `visualization-lib.y...
azure-quantum-python/visualization/build/Readme.md/0
{ "file_path": "azure-quantum-python/visualization/build/Readme.md", "repo_id": "azure-quantum-python", "token_count": 115 }
373
/*------------------------------------ Copyright (c) Microsoft Corporation. Licensed under the MIT License. All rights reserved. ------------------------------------ */ import * as React from "react"; import * as d3 from "d3"; import * as d3Format from "d3-format"; import * as d3Helper from "./D3HelperFunctions"...
azure-quantum-python/visualization/react-lib/src/components/d3-visualization-components/LineChart.tsx/0
{ "file_path": "azure-quantum-python/visualization/react-lib/src/components/d3-visualization-components/LineChart.tsx", "repo_id": "azure-quantum-python", "token_count": 4710 }
374
const esModules = ['@table-library/react-table-library/theme', '@table-library/react-table-library/material-ui', '@table-library/react-table-library/table', '@mui/material', '@mui/icons-material/Info'].join('|') module.exports = { preset: 'ts-jest', moduleNameMapper: { d3: '<rootDir>/node_modules/d3/dist/d3.min...
azure-quantum-python/visualization/react-lib/test-config/jest.config.js/0
{ "file_path": "azure-quantum-python/visualization/react-lib/test-config/jest.config.js", "repo_id": "azure-quantum-python", "token_count": 666 }
375
# Minimal makefile for Sphinx documentation # # You can set these variables from the command line, and also # from the environment for the first two. SPHINXOPTS ?= SPHINXBUILD ?= pipenv run sphinx-build SOURCEDIR = . BUILDDIR = _build # Put it first so that "make" without argument is like "make help". h...
bistring/docs/Makefile/0
{ "file_path": "bistring/docs/Makefile", "repo_id": "bistring", "token_count": 273 }
376
all: npm run build deps: npm install --ignore-scripts check: all npm test clean: $(RM) -r dist .PHONY: all deps check clean
bistring/js/Makefile/0
{ "file_path": "bistring/js/Makefile", "repo_id": "bistring", "token_count": 57 }
377
import { BiString, BiStringBuilder, Alignment } from ".."; test("BiStringBuilder word chunks", () => { const builder = new BiStringBuilder(" the quick brown fox "); builder.discard(2); builder.replace(3, "the"); builder.skip(1); builder.replace(5, "quick"); builder.replace(2, " "); builde...
bistring/js/tests/builder.test.ts/0
{ "file_path": "bistring/js/tests/builder.test.ts", "repo_id": "bistring", "token_count": 1708 }
378
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT license. from typing import Callable, Match, Pattern, Tuple, Union BiIndex = Tuple[int, int] Bounds = Tuple[int, int] AnyBounds = Union[int, range, slice, Bounds] Index = Union[int, slice] Range = Union[range, slice, Bounds] Re...
bistring/python/bistring/_typing.py/0
{ "file_path": "bistring/python/bistring/_typing.py", "repo_id": "bistring", "token_count": 133 }
379
[MASTER] # Analyse import fallback blocks. This can be used to support both Python 2 and # 3 compatible code, which means that the block might have code that exists # only in one or another interpreter, leading to false positives when analysed. analyse-fallback-blocks=no # Clear in-memory caches upon conclusion of li...
botbuilder-python/.pylintrc/0
{ "file_path": "botbuilder-python/.pylintrc", "repo_id": "botbuilder-python", "token_count": 6837 }
380
# {{cookiecutter.bot_name}} {{cookiecutter.bot_description}} This bot has been created using [Bot Framework](https://dev.botframework.com), it shows how to create a simple bot that accepts input from the user and echoes it back. ## Prerequisites This sample **requires** prerequisites in order to run. ### Install P...
botbuilder-python/generators/app/templates/echo/{{cookiecutter.bot_name}}/README.md/0
{ "file_path": "botbuilder-python/generators/app/templates/echo/{{cookiecutter.bot_name}}/README.md", "repo_id": "botbuilder-python", "token_count": 664 }
381
[bdist_wheel] universal=0
botbuilder-python/libraries/botbuilder-adapters-slack/setup.cfg/0
{ "file_path": "botbuilder-python/libraries/botbuilder-adapters-slack/setup.cfg", "repo_id": "botbuilder-python", "token_count": 10 }
382
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import re from typing import Dict import aiohttp from botbuilder.ai.luis.activity_util import ActivityUtil from botbuilder.ai.luis.luis_util import LuisUtil from botbuilder.core import ( IntentScore, RecognizerResult...
botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/luis/luis_recognizer_v3.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/luis/luis_recognizer_v3.py", "repo_id": "botbuilder-python", "token_count": 5115 }
383
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import List from botbuilder.schema import Activity from .metadata import Metadata from .query_result import QueryResult from .qna_request_context import QnARequestContext from .ranker_types import RankerTypes c...
botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/models/qnamaker_trace_info.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/models/qnamaker_trace_info.py", "repo_id": "botbuilder-python", "token_count": 739 }
384
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import List from aiohttp import ClientSession from ..qnamaker_endpoint import QnAMakerEndpoint from ..models import FeedbackRecord, TrainRequestBody from .http_request_utils import HttpRequestUtils class Train...
botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/utils/train_utils.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/utils/train_utils.py", "repo_id": "botbuilder-python", "token_count": 627 }
385
{ "text": "Deliver from 12345 VA to 12346 WA", "intents": { "Cancel": { "score": 1.01764708e-9 }, "Delivery": { "score": 0.00238572317 }, "EntityTests": { "score": 4.757576e-10 }, "Greeting": { "score": 1.0875e-9 }, "Help": { "score": 1.01764708e-9 ...
botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/Composite3_v3.json/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/Composite3_v3.json", "repo_id": "botbuilder-python", "token_count": 5054 }
386
{ "text": "email about something wicked this way comes from bart simpson and also kb435", "intents": { "search": { "score": 0.999999 }, "None": { "score": 7.91005E-06 }, "EntityTests": { "score": 5.412342E-06 }, "Weather_GetForecast": { "score": 3.7898792E-06 ...
botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/Patterns.json/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/Patterns.json", "repo_id": "botbuilder-python", "token_count": 1843 }
387
{ "answers": [ { "questions": [ "Tell me about birds", "What do you know about birds" ], "answer": "Choose one of the following birds to get more info", "score": 100.0, "id": 37, "source": "Editorial", ...
botbuilder-python/libraries/botbuilder-ai/tests/qna/test_data/QnAMakerDialog_MultiTurn_Answer1.json/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/tests/qna/test_data/QnAMakerDialog_MultiTurn_Answer1.json", "repo_id": "botbuilder-python", "token_count": 601 }
388
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. """Application Insights Telemetry Client for Bots.""" import traceback from typing import Dict, Callable from applicationinsights import TelemetryClient # pylint: disable=no-name-in-module from botbuilder.core.bot_telemetry...
botbuilder-python/libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/application_insights_telemetry_client.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/application_insights_telemetry_client.py", "repo_id": "botbuilder-python", "token_count": 4633 }
389
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import unittest import aiounittest from jsonpickle import decode from botbuilder.azure import AzureQueueStorage EMULATOR_RUNNING = False # This connection string is to connect to local Azure Storage Emulator. CONNECTION_ST...
botbuilder-python/libraries/botbuilder-azure/tests/test_queue_storage.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-azure/tests/test_queue_storage.py", "repo_id": "botbuilder-python", "token_count": 712 }
390
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from botbuilder.schema import ( AnimationCard, Attachment, AudioCard, HeroCard, OAuthCard, ReceiptCard, SigninCard, ThumbnailCard, VideoCard, ) class ContentTypes: adaptive_card = "ap...
botbuilder-python/libraries/botbuilder-core/botbuilder/core/card_factory.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/card_factory.py", "repo_id": "botbuilder-python", "token_count": 2843 }
391
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import traceback from aiohttp.web import ( middleware, HTTPException, HTTPNotImplemented, HTTPUnauthorized, HTTPNotFound, HTTPInternalServerError, ) from botbuilder.core import BotActionNotImplemente...
botbuilder-python/libraries/botbuilder-core/botbuilder/core/integration/aiohttp_channel_service_exception_middleware.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/integration/aiohttp_channel_service_exception_middleware.py", "repo_id": "botbuilder-python", "token_count": 311 }
392
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from abc import ABC, abstractmethod from .turn_context import TurnContext from .recognizer_result import RecognizerResult class Recognizer(ABC): @abstractmethod async def recognize(self, turn_context: TurnContext) -...
botbuilder-python/libraries/botbuilder-core/botbuilder/core/recognizer.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/recognizer.py", "repo_id": "botbuilder-python", "token_count": 104 }
393
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from abc import ABC class StatePropertyInfo(ABC): @property def name(self): raise NotImplementedError()
botbuilder-python/libraries/botbuilder-core/botbuilder/core/state_property_info.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/state_property_info.py", "repo_id": "botbuilder-python", "token_count": 67 }
394
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. """Middleware Component for logging Activity messages.""" from typing import Awaitable, Callable, List, Dict from jsonpickle import encode from botbuilder.schema import Activity, ConversationReference, ActivityTypes from botb...
botbuilder-python/libraries/botbuilder-core/botbuilder/core/telemetry_logger_middleware.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/telemetry_logger_middleware.py", "repo_id": "botbuilder-python", "token_count": 5404 }
395
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import aiounittest from botbuilder.schema import Activity from botbuilder.schema.teams import TeamInfo from botbuilder.core.teams import ( teams_get_channel_id, teams_get_team_info, teams_notify_user, ) from botb...
botbuilder-python/libraries/botbuilder-core/tests/teams/test_teams_extension.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/tests/teams/test_teams_extension.py", "repo_id": "botbuilder-python", "token_count": 1798 }
396
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import Awaitable, Callable import aiounittest from botbuilder.core import ( AnonymousReceiveMiddleware, MiddlewareSet, Middleware, TurnContext, ) class TestMiddlewareSet(aiounittest.AsyncTestCas...
botbuilder-python/libraries/botbuilder-core/tests/test_middleware_set.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/tests/test_middleware_set.py", "repo_id": "botbuilder-python", "token_count": 3803 }
397
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import List, Union from botbuilder.core import CardFactory, MessageFactory from botbuilder.schema import ActionTypes, Activity, CardAction, HeroCard, InputHints from . import Channel, Choice, ChoiceFactoryOption...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/choice_factory.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/choice_factory.py", "repo_id": "botbuilder-python", "token_count": 3760 }
398
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import List, Optional from botbuilder.core.turn_context import TurnContext from botbuilder.dialogs.memory import DialogStateManager from .dialog_event import DialogEvent from .dialog_events import DialogEvents f...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_context.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_context.py", "repo_id": "botbuilder-python", "token_count": 6946 }
399
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. class DialogPath: # Counter of emitted events. EVENT_COUNTER = "dialog.eventCounter" # Currently expected properties. EXPECTED_PROPERTIES = "dialog.expectedProperties" # Default operation to use for ent...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/dialog_path.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/dialog_path.py", "repo_id": "botbuilder-python", "token_count": 316 }
400
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from copy import deepcopy from botbuilder.dialogs.memory import scope_path from .memory_scope import MemoryScope class DialogClassMemoryScope(MemoryScope): def __init__(self): # pylint: disable=import-outside-...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/scopes/dialog_class_memory_scope.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/scopes/dialog_class_memory_scope.py", "repo_id": "botbuilder-python", "token_count": 662 }
401
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import Dict from recognizers_date_time import recognize_datetime from botbuilder.core.turn_context import TurnContext from botbuilder.schema import ActivityTypes from .datetime_resolution import DateTimeResolution...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/datetime_prompt.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/datetime_prompt.py", "repo_id": "botbuilder-python", "token_count": 1263 }
402
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import uuid from typing import Coroutine from botbuilder.core import TurnContext from botbuilder.schema import ActivityTypes from .dialog_reason import DialogReason from .dialog import Dialog from .dialog_turn_result import ...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/waterfall_dialog.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/waterfall_dialog.py", "repo_id": "botbuilder-python", "token_count": 2534 }
403
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import List import aiounittest from recognizers_text import Culture from botbuilder.core import CardFactory, ConversationState, MemoryStorage, TurnContext from botbuilder.core.adapters import TestAdapter from bo...
botbuilder-python/libraries/botbuilder-dialogs/tests/test_choice_prompt.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/tests/test_choice_prompt.py", "repo_id": "botbuilder-python", "token_count": 16319 }
404
from unittest.mock import Mock import aiounittest from botbuilder.schema import ConversationAccount, ChannelAccount, RoleTypes from botbuilder.integration.aiohttp import BotFrameworkHttpClient from botframework.connector.auth import CredentialProvider, Activity class TestBotFrameworkHttpClient(aiounittest.AsyncTestC...
botbuilder-python/libraries/botbuilder-integration-aiohttp/tests/test_bot_framework_http_client.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-integration-aiohttp/tests/test_bot_framework_http_client.py", "repo_id": "botbuilder-python", "token_count": 1108 }
405
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. class SpeechConstants: """ Defines constants that can be used in the processing of speech interactions. """ EMPTY_SPEAK_TAG = '<speak version="1.0" xmlns="https://www.w3.org/2001/10/synthesis" xml:lang="en-U...
botbuilder-python/libraries/botbuilder-schema/botbuilder/schema/speech_constants.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-schema/botbuilder/schema/speech_constants.py", "repo_id": "botbuilder-python", "token_count": 164 }
406
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import os from setuptools import setup REQUIRES = [ "botbuilder-schema==4.16.0", "botbuilder-core==4.16.0", "botbuilder-dialogs==4.16.0", "botbuilder-azure==4.16.0", "pytest~=7.3.1", ] TESTS_REQUIRES = [...
botbuilder-python/libraries/botbuilder-testing/setup.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-testing/setup.py", "repo_id": "botbuilder-python", "token_count": 593 }
407
# -------------------------------------------------------------------------- # # Copyright (c) Microsoft Corporation. All rights reserved. # # The MIT License (MIT) # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the ""Software""), ...
botbuilder-python/libraries/botframework-connector/botframework/connector/async_mixin/async_mixin.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/async_mixin/async_mixin.py", "repo_id": "botbuilder-python", "token_count": 2797 }
408
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from abc import ABC, abstractmethod class ChannelProvider(ABC): """ ChannelProvider interface. This interface allows Bots to provide their own implementation for the configuration parameters to connect to a Bot....
botbuilder-python/libraries/botframework-connector/botframework/connector/auth/channel_provider.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/auth/channel_provider.py", "repo_id": "botbuilder-python", "token_count": 205 }
409
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from .channel_provider import ChannelProvider from .government_constants import GovernmentConstants class SimpleChannelProvider(ChannelProvider): """ ChannelProvider interface. This interface allows Bots to provide ...
botbuilder-python/libraries/botframework-connector/botframework/connector/auth/simple_channel_provider.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/auth/simple_channel_provider.py", "repo_id": "botbuilder-python", "token_count": 240 }
410
from .bot_framework_client import BotFrameworkClient __all__ = ["BotFrameworkClient"]
botbuilder-python/libraries/botframework-connector/botframework/connector/skills/__init__.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/skills/__init__.py", "repo_id": "botbuilder-python", "token_count": 25 }
411
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # ---------------------------------------------------------------------...
botbuilder-python/libraries/botframework-connector/botframework/connector/token_api/models/_models.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/token_api/models/_models.py", "repo_id": "botbuilder-python", "token_count": 2663 }
412
interactions: - request: body: '{"recipient": {"id": "U19KH8EHJ:T03CWQ0QB"}, "channelId": "slack", "text": "Hello again!", "from": {"id": "B21UTEF8S:T03CWQ0QB"}, "type": "message"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Cont...
botbuilder-python/libraries/botframework-connector/tests/recordings/test_conversations_send_to_conversation.yaml/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/tests/recordings/test_conversations_send_to_conversation.yaml", "repo_id": "botbuilder-python", "token_count": 593 }
413
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from uuid import UUID from botframework.streaming.payloads.assemblers import PayloadStreamAssembler class ContentStream: def __init__(self, identifier: UUID, assembler: PayloadStreamAssembler): if not assembler...
botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/content_stream.py/0
{ "file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/content_stream.py", "repo_id": "botbuilder-python", "token_count": 275 }
414
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from asyncio import Future, shield from uuid import UUID from typing import Dict import botframework.streaming as streaming class RequestManager: def __init__( self, *, pending_requests: Dict[UU...
botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/request_manager.py/0
{ "file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/request_manager.py", "repo_id": "botbuilder-python", "token_count": 523 }
415
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from abc import ABC from .transport_base import TransportBase class TransportSenderBase(ABC, TransportBase): async def send(self, buffer: object, offset: int, count: int) -> int: raise NotImplementedError()
botbuilder-python/libraries/botframework-streaming/botframework/streaming/transport/transport_sender_base.py/0
{ "file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/transport/transport_sender_base.py", "repo_id": "botbuilder-python", "token_count": 92 }
416
import asyncio from asyncio import Future, ensure_future from typing import Dict from uuid import UUID, uuid4 import aiounittest from botframework.streaming import ReceiveResponse from botframework.streaming.payloads import RequestManager class TestRequestManager(aiounittest.AsyncTestCase): def test_ctor_empty_d...
botbuilder-python/libraries/botframework-streaming/tests/test_request_manager.py/0
{ "file_path": "botbuilder-python/libraries/botframework-streaming/tests/test_request_manager.py", "repo_id": "botbuilder-python", "token_count": 1730 }
417
{ "name": "generateclient", "version": "1.0.0", "description": "", "private": true, "author": "", "devDependencies": { "@microsoft.azure/autorest.python": "^4.0.67", "autorest": "^3.0.5165", "replace": "^1.2.2" }, "dependencies": {} }
botbuilder-python/swagger/package.json/0
{ "file_path": "botbuilder-python/swagger/package.json", "repo_id": "botbuilder-python", "token_count": 149 }
418
from .main_dialog import MainDialog __all__ = [ "MainDialog" ]
botbuilder-python/tests/experimental/sso/parent/dialogs/__init__.py/0
{ "file_path": "botbuilder-python/tests/experimental/sso/parent/dialogs/__init__.py", "repo_id": "botbuilder-python", "token_count": 27 }
419
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from botbuilder.core import ActivityHandler, TurnContext from botbuilder.schema import ChannelAccount class MyBot(ActivityHandler): """See https://aka.ms/about-bot-activity-message to learn more about the message and ot...
botbuilder-python/tests/functional-tests/functionaltestbot/flask_bot_app/my_bot.py/0
{ "file_path": "botbuilder-python/tests/functional-tests/functionaltestbot/flask_bot_app/my_bot.py", "repo_id": "botbuilder-python", "token_count": 257 }
420
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import os from unittest import TestCase from direct_line_client import DirectLineClient class PyBotTest(TestCase): def test_deployed_bot_answer(self): direct_line_secret = os.environ.get("DIRECT_LINE_KEY", "") ...
botbuilder-python/tests/functional-tests/tests/test_py_bot.py/0
{ "file_path": "botbuilder-python/tests/functional-tests/tests/test_py_bot.py", "repo_id": "botbuilder-python", "token_count": 320 }
421
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from botbuilder.core import ActivityHandler, ConversationState, UserState, TurnContext from botbuilder.dialogs import Dialog from helpers.dialog_helper import DialogHelper class DialogBot(ActivityHandler): def __init__...
botbuilder-python/tests/skills/skills-prototypes/dialog-to-dialog/authentication-bot/bots/dialog_bot.py/0
{ "file_path": "botbuilder-python/tests/skills/skills-prototypes/dialog-to-dialog/authentication-bot/bots/dialog_bot.py", "repo_id": "botbuilder-python", "token_count": 372 }
422
from typing import List from botbuilder.core import ( ActivityHandler, ConversationState, MessageFactory, TurnContext, ) from botbuilder.core.skills import SkillConversationIdFactory from botbuilder.integration.aiohttp import BotFrameworkHttpClient from botbuilder.schema import ActivityTypes, ChannelA...
botbuilder-python/tests/skills/skills-prototypes/simple-bot-to-bot/simple-root-bot/bots/root_bot.py/0
{ "file_path": "botbuilder-python/tests/skills/skills-prototypes/simple-bot-to-bot/simple-root-bot/bots/root_bot.py", "repo_id": "botbuilder-python", "token_count": 1973 }
423
# Cascadia Code Contributor's Guide Below is our guidance for how to report issues, propose new features, and submit contributions via Pull Requests (PRs). ## Before you start, file an issue Please follow this simple rule to help us eliminate any unnecessary wasted effort & frustration, and ensure an efficient and e...
cascadia-code/doc/CONTRIBUTING.md/0
{ "file_path": "cascadia-code/doc/CONTRIBUTING.md", "repo_id": "cascadia-code", "token_count": 1444 }
424
<?xml version='1.0' encoding='UTF-8'?> <glyph name="Abrevedotbelow" format="2"> <advance width="1200"/> <unicode hex="1EB6"/> <outline> <component base="A"/> <component base="dotbelowcomb"/> <component base="brevecomb.case"/> </outline> </glyph>
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/A_brevedotbelow.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/A_brevedotbelow.glif", "repo_id": "cascadia-code", "token_count": 105 }
425
<?xml version='1.0' encoding='UTF-8'?> <glyph name="acircumflexhookabove" format="2"> <advance width="1200"/> <unicode hex="1EA9"/> <outline> <component base="a"/> <component base="circumflexcomb" xOffset="-20"/> <component base="hookabovecomb" xOffset="358" yOffset="340"/> </outline> <lib> <d...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexhookabove.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexhookabove.glif", "repo_id": "cascadia-code", "token_count": 320 }
426
<?xml version='1.0' encoding='UTF-8'?> <glyph name="afghani-ar" format="2"> <advance width="1200"/> <unicode hex="060B"/> <outline> <component base="fehDotless-ar.init"/> <component base="dotabove-ar" xOffset="65" yOffset="460"/> <component base="alefbelow-ar" xOffset="3" yOffset="-24"/> </outline> ...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/afghani-ar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/afghani-ar.glif", "repo_id": "cascadia-code", "token_count": 374 }
427
<?xml version='1.0' encoding='UTF-8'?> <glyph name="ainTwodotshorizontalabove-ar" format="2"> <advance width="1200"/> <unicode hex="075D"/> <outline> <component base="ain-ar"/> <component base="twodotshorizontalabove-ar" xOffset="-93" yOffset="466"/> </outline> <lib> <dict> <key>public.markC...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ainT_wodotshorizontalabove-ar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ainT_wodotshorizontalabove-ar.glif", "repo_id": "cascadia-code", "token_count": 179 }
428
<?xml version='1.0' encoding='UTF-8'?> <glyph name="alefFathatan-ar.fina" format="2"> <advance width="1200"/> <unicode hex="FD3C"/> <outline> <component base="alef-ar.fina"/> <component base="fathatan-ar" xOffset="309" yOffset="-252"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyph...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefF_athatan-ar.fina.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefF_athatan-ar.fina.glif", "repo_id": "cascadia-code", "token_count": 355 }
429
<?xml version='1.0' encoding='UTF-8'?> <glyph name="alefWasla-ar.fina.alt" format="2"> <anchor x="0" y="0" name="_overlap"/> <anchor x="319" y="-141" name="bottom"/> <anchor x="253" y="1660" name="top"/> <outline> <component base="alef-ar.fina.short.alt" xOffset="6"/> <component base="wasla-ar" xOffset=...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefW_asla-ar.fina.alt.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefW_asla-ar.fina.alt.glif", "repo_id": "cascadia-code", "token_count": 405 }
430
<?xml version='1.0' encoding='UTF-8'?> <glyph name="alefpatah-hb" format="2"> <advance width="1200"/> <unicode hex="FB2E"/> <outline> <component base="alef-hb"/> <component base="patah-hb" xOffset="-15"/> </outline> <lib> <dict> <key>public.markColor</key> <string>0.97,1,0,1</string> ...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefpatah-hb.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefpatah-hb.glif", "repo_id": "cascadia-code", "token_count": 166 }
431
<?xml version='1.0' encoding='UTF-8'?> <glyph name="behThreedotshorizontalbelow-ar.fina" format="2"> <advance width="1200"/> <outline> <component base="behDotless-ar.fina"/> <component base="_dots.horz.below" xOffset="-18" yOffset="-18"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyp...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behT_hreedotshorizontalbelow-ar.fina.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behT_hreedotshorizontalbelow-ar.fina.glif", "repo_id": "cascadia-code", "token_count": 357 }
432
<?xml version='1.0' encoding='UTF-8'?> <glyph name="behThreedotsupbelow-ar.init.alt" format="2"> <advance width="1200"/> <anchor x="0" y="0" name="overlap"/> <outline> <component base="behDotless-ar.init.alt"/> <component base="threedotsupbelow-ar" xOffset="210" yOffset="-24"/> </outline> <lib> <d...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behT_hreedotsupbelow-ar.init.alt.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behT_hreedotsupbelow-ar.init.alt.glif", "repo_id": "cascadia-code", "token_count": 194 }
433
<?xml version='1.0' encoding='UTF-8'?> <glyph name="behVabove-ar.medi" format="2"> <advance width="1200"/> <outline> <component base="behDotless-ar.medi"/> <component base="vabove-ar" xOffset="30" yOffset="223"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.ComponentInfo</key> ...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behV_above-ar.medi.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behV_above-ar.medi.glif", "repo_id": "cascadia-code", "token_count": 340 }
434
<?xml version='1.0' encoding='UTF-8'?> <glyph name="beheh-ar.fina.alt" format="2"> <advance width="1200"/> <outline> <component base="behDotless-ar.fina.alt"/> <component base="fourdotsbelow-ar" xOffset="-710" yOffset="-24"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.ComponentI...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/beheh-ar.fina.alt.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/beheh-ar.fina.alt.glif", "repo_id": "cascadia-code", "token_count": 352 }
435
<?xml version='1.0' encoding='UTF-8'?> <glyph name="betdagesh-hb" format="2"> <advance width="1200"/> <unicode hex="FB31"/> <outline> <component base="bet-hb"/> <component base="dagesh-hb" xOffset="-208" yOffset="63"/> </outline> <lib> <dict> <key>public.markColor</key> <string>0.97,1,...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/betdagesh-hb.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/betdagesh-hb.glif", "repo_id": "cascadia-code", "token_count": 170 }
436
<?xml version='1.0' encoding='UTF-8'?> <glyph name="colon_equal_middle.seq" format="2"> <advance width="1200"/> <outline> <contour> <point x="983" y="835" type="line"/> <point x="1250" y="835" type="line"/> <point x="1250" y="1085" type="line"/> <point x="983" y="1085" type="line"/> ...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal_middle.seq.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal_middle.seq.glif", "repo_id": "cascadia-code", "token_count": 478 }
437
<?xml version='1.0' encoding='UTF-8'?> <glyph name="dahal-ar.fina" format="2"> <advance width="1200"/> <outline> <component base="dal-ar.fina"/> <component base="twodotshorizontalabove-ar" xOffset="36" yOffset="492"/> </outline> <lib> <dict> <key>public.markColor</key> <string>0.98,0.36,...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dahal-ar.fina.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dahal-ar.fina.glif", "repo_id": "cascadia-code", "token_count": 169 }
438
<?xml version='1.0' encoding='UTF-8'?> <glyph name="dalTwodotsverticalbelowTahabove-ar.fina" format="2"> <advance width="1200"/> <outline> <component base="dal-ar.fina"/> <component base="twodotsverticalbelow-ar" xOffset="-40" yOffset="-24"/> <component base="_tahabove" xOffset="71" yOffset="613"/> </...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dalT_wodotsverticalbelowT_ahabove-ar.fina.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dalT_wodotsverticalbelowT_ahabove-ar.fina.glif", "repo_id": "cascadia-code", "token_count": 601 }
439
<?xml version='1.0' encoding='UTF-8'?> <glyph name="dcroat" format="2"> <advance width="1200"/> <unicode hex="0111"/> <outline> <contour> <point x="462" y="1168" type="line"/> <point x="1155" y="1168" type="line"/> <point x="1155" y="1392" type="line"/> <point x="462" y="1392" type="li...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dcroat.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dcroat.glif", "repo_id": "cascadia-code", "token_count": 373 }
440
<?xml version='1.0' encoding='UTF-8'?> <glyph name="dotaccentcomb.case" format="2"> <anchor x="600" y="1420" name="_top"/> <anchor x="600" y="1850" name="top"/> <outline> <contour> <point x="600" y="1572" type="curve" smooth="yes"/> <point x="694" y="1572"/> <point x="771" y="1648"/> <...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.case.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.case.glif", "repo_id": "cascadia-code", "token_count": 407 }
441
<?xml version='1.0' encoding='UTF-8'?> <glyph name="dul-ar" format="2"> <advance width="1200"/> <unicode hex="068E"/> <outline> <component base="dal-ar"/> <component base="threedotsupabove-ar" xOffset="16" yOffset="492"/> </outline> <lib> <dict> <key>public.markColor</key> <string>0.98...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dul-ar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dul-ar.glif", "repo_id": "cascadia-code", "token_count": 171 }
442