text
stringlengths
5
22M
id
stringlengths
12
177
metadata
dict
__index_level_0__
int64
0
1.37k
import pytest from random import Random from archai.discrete_search.search_spaces.config import ( ArchConfig, ArchParamTree, ConfigSearchSpace, DiscreteChoice, repeat_config ) @pytest.fixture def rng(): return Random(1) @pytest.fixture def tree_c1(): s = DiscreteChoice(['a', 'b', 'c']) c = { ...
archai/tests/discrete_search/search_spaces/config/test_config_ss.py/0
{ "file_path": "archai/tests/discrete_search/search_spaces/config/test_config_ss.py", "repo_id": "archai", "token_count": 1607 }
361
# Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import os import pytest from onnxruntime import InferenceSession from transformers import GPT2Config, GPT2LMHeadModel from archai.onnx.export import export_to_onnx from archai.onnx.onnx_loader import load_from_onnx from archai.onnx.optimization...
archai/tests/onnx/test_onnx_loader.py/0
{ "file_path": "archai/tests/onnx/test_onnx_loader.py", "repo_id": "archai", "token_count": 365 }
362
# Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import os import pytest if os.name == "nt": pytest.skip(allow_module_level=True) from archai.common.file_utils import get_full_path from archai.trainers.nlp.ds_training_args import DsTrainingArguments def test_ds_training_arguments(): ...
archai/tests/trainers/nlp/test_ds_training_args.py/0
{ "file_path": "archai/tests/trainers/nlp/test_ds_training_args.py", "repo_id": "archai", "token_count": 394 }
363
# -------------------------------------------------------------------------------------------- # 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/client.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/client.py", "repo_id": "azure-devops-python-api", "token_count": 6845 }
364
# -------------------------------------------------------------------------------------------- # 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/search/__init__.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/released/search/__init__.py", "repo_id": "azure-devops-python-api", "token_count": 495 }
365
# -------------------------------------------------------------------------------------------- # 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/contributions/__init__.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/contributions/__init__.py", "repo_id": "azure-devops-python-api", "token_count": 361 }
366
# -------------------------------------------------------------------------------------------- # 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/extension_management/extension_management_client.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/extension_management/extension_management_client.py", "repo_id": "azure-devops-python-api", "token_count": 3187 }
367
# -------------------------------------------------------------------------------------------- # 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/models.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/gallery/models.py", "repo_id": "azure-devops-python-api", "token_count": 32725 }
368
# -------------------------------------------------------------------------------------------- # 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/pipeline_permissions/__init__.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/pipeline_permissions/__init__.py", "repo_id": "azure-devops-python-api", "token_count": 186 }
369
# -------------------------------------------------------------------------------------------- # 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/profile_regions/models.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/profile_regions/models.py", "repo_id": "azure-devops-python-api", "token_count": 950 }
370
# -------------------------------------------------------------------------------------------- # 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/symbol/models.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/symbol/models.py", "repo_id": "azure-devops-python-api", "token_count": 4329 }
371
# -------------------------------------------------------------------------------------------- # 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/test_results_client.py/0
{ "file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/test_results/test_results_client.py", "repo_id": "azure-devops-python-api", "token_count": 13401 }
372
# -------------------------------------------------------------------------------------------- # 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/scripts/dev_setup.py/0
{ "file_path": "azure-devops-python-api/scripts/dev_setup.py", "repo_id": "azure-devops-python-api", "token_count": 395 }
373
## # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. ## """Azure Quantum Cirq Service""" from .service import AzureQuantumService from .job import Job __all__ = ["AzureQuantumService", "Job"]
azure-quantum-python/azure-quantum/azure/quantum/cirq/__init__.py/0
{ "file_path": "azure-quantum-python/azure-quantum/azure/quantum/cirq/__init__.py", "repo_id": "azure-quantum-python", "token_count": 62 }
374
## # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. ## """Defines set of backends for interacting with Azure Quantum""" from azure.quantum.qiskit.backends.ionq import ( IonQBackend, IonQQPUBackend, IonQAriaBackend, IonQSimulatorBackend, IonQQPUQirBackend, IonQAriaQirBac...
azure-quantum-python/azure-quantum/azure/quantum/qiskit/backends/__init__.py/0
{ "file_path": "azure-quantum-python/azure-quantum/azure/quantum/qiskit/backends/__init__.py", "repo_id": "azure-quantum-python", "token_count": 454 }
375
"""Defines classes for interacting with Microsoft Elements DFT service""" from .target import MicrosoftElementsDft from .job import MicrosoftElementsDftJob __all__ = ["MicrosoftElementsDft", "MicrosoftElementsDftJob"]
azure-quantum-python/azure-quantum/azure/quantum/target/microsoft/elements/dft/__init__.py/0
{ "file_path": "azure-quantum-python/azure-quantum/azure/quantum/target/microsoft/elements/dft/__init__.py", "repo_id": "azure-quantum-python", "token_count": 56 }
376
## # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. ## """ Module providing the Workspace class, used to connect to an Azure Quantum Workspace. """ from __future__ import annotations from datetime import datetime import logging from typing import ( Any, Dict, It...
azure-quantum-python/azure-quantum/azure/quantum/workspace.py/0
{ "file_path": "azure-quantum-python/azure-quantum/azure/quantum/workspace.py", "repo_id": "azure-quantum-python", "token_count": 9294 }
377
## # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. ## from typing import Dict, Any, Union, Optional from unittest.mock import MagicMock import pytest from numpy import pi, mean from azure.quantum.target import Rigetti from azure.quantum.target.rigetti import Result, InputParams from common i...
azure-quantum-python/azure-quantum/tests/unit/test_rigetti.py/0
{ "file_path": "azure-quantum-python/azure-quantum/tests/unit/test_rigetti.py", "repo_id": "azure-quantum-python", "token_count": 2911 }
378
--- page_type: sample author: msoeken description: A practical introduction into quantum signal processing (QSP) ms.author: masoeken@microsoft.com ms.date: 05/18/2022 languages: - python products: - azure-quantum --- # A practical introduction into quantum signal processing (QSP) This is an Azure Quantum sample illus...
azure-quantum-python/samples/quantum-signal-processing/README.md/0
{ "file_path": "azure-quantum-python/samples/quantum-signal-processing/README.md", "repo_id": "azure-quantum-python", "token_count": 247 }
379
#!/bin/bash # assume working directory to be "visualization/build" cd ../react-lib npm install if [ $? -ne 0 ]; then echo 'Failed to install: react-lib' exit 1 else echo 'Successfully install: react-lib' fi npm run lint npm run sortpackagejson || true npm run build:prod if [ $? -ne 0 ]; then echo 'Failed...
azure-quantum-python/visualization/build/build-jslib.sh/0
{ "file_path": "azure-quantum-python/visualization/build/build-jslib.sh", "repo_id": "azure-quantum-python", "token_count": 429 }
380
/*------------------------------------ Copyright (c) Microsoft Corporation. Licensed under the MIT License. All rights reserved. ------------------------------------ */ import React from "react"; import { create } from "react-test-renderer"; import LineChart, { LineChartProps } from "../LineChart"; describe("Li...
azure-quantum-python/visualization/react-lib/src/components/d3-visualization-components/__tests__/LineChart.test.tsx/0
{ "file_path": "azure-quantum-python/visualization/react-lib/src/components/d3-visualization-components/__tests__/LineChart.test.tsx", "repo_id": "azure-quantum-python", "token_count": 317 }
381
# Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 sphinx: configuration: docs/conf.py build: os: "ubuntu-20.04" tools: python: "3" nodejs: "16" formats: all python: install: - requirements: docs/requirements.txt - metho...
bistring/.readthedocs.yml/0
{ "file_path": "bistring/.readthedocs.yml", "repo_id": "bistring", "token_count": 140 }
382
{ "compilerOptions": { "target": "es2020", "module": "esnext", "moduleResolution": "node", "esModuleInterop": true, "removeComments": true, "declaration": true, "outDir": "dist", "declarationDir": ".", "strict": true, "sourceMap": true,...
bistring/js/tsconfig.json/0
{ "file_path": "bistring/js/tsconfig.json", "repo_id": "bistring", "token_count": 262 }
383
[mypy] mypy_path = ./stubs disallow_subclassing_any = True disallow_untyped_calls = True disallow_untyped_defs = True disallow_incomplete_defs = True disallow_untyped_decorators = True no_implicit_optional = True warn_no_return = True warn_return_any = True warn_unreachable = True warn_incomplete_stub = True warn_redun...
bistring/python/mypy.ini/0
{ "file_path": "bistring/python/mypy.ini", "repo_id": "bistring", "token_count": 134 }
384
# Instructions for Contributing Code ## Contributing bug fixes and features The Bot Framework team is currently accepting contributions in the form of bug fixes and new features. Any submission must have an issue tracking it in the issue tracker that has been approved by the Bot Framework team. Your pull request sh...
botbuilder-python/Contributing.md/0
{ "file_path": "botbuilder-python/Contributing.md", "repo_id": "botbuilder-python", "token_count": 342 }
385
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. """ This sample shows how to create a bot that demonstrates the following: - Use [LUIS](https://www.luis.ai) to implement core AI capabilities. - Implement a multi-turn conversation using Dialogs. - Handle user interruptions ...
botbuilder-python/generators/app/templates/core/{{cookiecutter.bot_name}}/app.py/0
{ "file_path": "botbuilder-python/generators/app/templates/core/{{cookiecutter.bot_name}}/app.py", "repo_id": "botbuilder-python", "token_count": 815 }
386
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import sys import traceback from datetime import datetime from http import HTTPStatus from aiohttp import web from aiohttp.web import Request, Response, json_response from botbuilder.core import TurnContext from botbuilder.c...
botbuilder-python/generators/app/templates/echo/{{cookiecutter.bot_name}}/app.py/0
{ "file_path": "botbuilder-python/generators/app/templates/echo/{{cookiecutter.bot_name}}/app.py", "repo_id": "botbuilder-python", "token_count": 976 }
387
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import hashlib import hmac import json import os import uuid import datetime import time import aiounittest import requests import pytest SKIP = os.getenv("SlackChannel") == "" class SlackClient(aiounittest.AsyncTestCase):...
botbuilder-python/libraries/botbuilder-adapters-slack/tests/test_slack_client.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-adapters-slack/tests/test_slack_client.py", "repo_id": "botbuilder-python", "token_count": 1781 }
388
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import platform from collections import OrderedDict from typing import Dict, List, Union import azure.cognitiveservices.language.luis.runtime.models as runtime_models from azure.cognitiveservices.language.luis.runtime.models...
botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/luis/luis_util.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/luis/luis_util.py", "repo_id": "botbuilder-python", "token_count": 5620 }
389
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import List from msrest.serialization import Model from .query_result import QueryResult class QueryResults(Model): """Contains answers for a user query.""" _attribute_map = { "answers": {"key":...
botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/models/query_results.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/models/query_results.py", "repo_id": "botbuilder-python", "token_count": 313 }
390
@ECHO OFF cd C:\Users\v-asho\Desktop\Python\botbuilder-python\libraries\botbuilder-ai python -m compileall . IF %ERRORLEVEL% NEQ 0 ( ECHO [Error] build failed! exit /b %errorlevel% ) python -O -m compileall . IF %ERRORLEVEL% NEQ 0 ( ECHO [Error] build failed! exit /b %errorlevel% ) pip install . IF %ERRORL...
botbuilder-python/libraries/botbuilder-ai/run_test.cmd/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/run_test.cmd", "repo_id": "botbuilder-python", "token_count": 198 }
391
{ "entities": { "$instance": { "Address": [ { "endIndex": 13, "modelType": "Composite Entity Extractor", "recognitionSources": [ "model" ], "score": 0.7160641, "startIndex": 8, "text": "35 WA", ...
botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/ExternalEntitiesAndComposite_v3.json/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/ExternalEntitiesAndComposite_v3.json", "repo_id": "botbuilder-python", "token_count": 4412 }
392
{ "text": "http://foo.com is where you can get a weather forecast for seattle", "intents": { "Weather_GetForecast": { "score": 0.8973387 }, "EntityTests": { "score": 0.6120084 }, "None": { "score": 0.038558647 }, "search": { "score": 0.0183345526 }, "Trave...
botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/Prebuilt.json/0
{ "file_path": "botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/Prebuilt.json", "repo_id": "botbuilder-python", "token_count": 2101 }
393
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. """Django Application Insights package.""" from . import common from .bot_telemetry_middleware import BotTelemetryMiddleware from .logging import LoggingHandler from .middleware import ApplicationInsightsMiddleware __all__ ...
botbuilder-python/libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/django/__init__.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/django/__init__.py", "repo_id": "botbuilder-python", "token_count": 188 }
394
{ "tests/test_cosmos_storage.py": true, "tests/test_cosmos_storage.py::TestCosmosDbStorage::()::test_cosmos_storage_write_should_overwrite_cached_value_with_valid_newer_e_tag": true, "tests/test_cosmos_storage.py::TestCosmosDbStorage::()::test_cosmos_storage_write_should_raise_a_key_error_with_older_e_tag": true ...
botbuilder-python/libraries/botbuilder-azure/.cache/v/cache/lastfailed/0
{ "file_path": "botbuilder-python/libraries/botbuilder-azure/.cache/v/cache/lastfailed", "repo_id": "botbuilder-python", "token_count": 123 }
395
# 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/botbuilder-core/botbuilder/core/__init__.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/__init__.py", "repo_id": "botbuilder-python", "token_count": 1096 }
396
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from abc import ABC from asyncio import sleep from copy import Error from http import HTTPStatus from typing import Awaitable, Callable, List, Union from uuid import uuid4 from botbuilder.core.invoke_response import InvokeRe...
botbuilder-python/libraries/botbuilder-core/botbuilder/core/cloud_adapter_base.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/cloud_adapter_base.py", "repo_id": "botbuilder-python", "token_count": 6782 }
397
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. class InvokeResponse: """ Tuple class containing an HTTP Status Code and a JSON serializable object. The HTTP Status code is, in the invoke activity scenario, what will be set in the resulting POST. The Body ...
botbuilder-python/libraries/botbuilder-core/botbuilder/core/invoke_response.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/invoke_response.py", "repo_id": "botbuilder-python", "token_count": 447 }
398
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import Callable, Awaitable from botbuilder.core import Middleware, TurnContext class RegisterClassMiddleware(Middleware): """ Middleware for adding an object to or registering a service with the current ...
botbuilder-python/libraries/botbuilder-core/botbuilder/core/register_class_middleware.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/register_class_middleware.py", "repo_id": "botbuilder-python", "token_count": 418 }
399
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from .bot_framework_http_adapter_base import BotFrameworkHttpAdapterBase from .streaming_activity_processor import StreamingActivityProcessor from .streaming_http_client import StreamingHttpDriver from .streaming_request_hand...
botbuilder-python/libraries/botbuilder-core/botbuilder/core/streaming/__init__.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/streaming/__init__.py", "repo_id": "botbuilder-python", "token_count": 151 }
400
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import re from copy import copy, deepcopy from datetime import datetime from typing import List, Callable, Union, Dict from botbuilder.schema import ( Activity, ActivityTypes, ConversationReference, InputHints...
botbuilder-python/libraries/botbuilder-core/botbuilder/core/turn_context.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/turn_context.py", "repo_id": "botbuilder-python", "token_count": 6051 }
401
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import aiounittest from botframework.connector import Channels from botbuilder.core import TurnContext, MessageFactory from botbuilder.core.teams import TeamsInfo, TeamsActivityHandler from botbuilder.schema import ( Act...
botbuilder-python/libraries/botbuilder-core/tests/teams/test_teams_info.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/tests/teams/test_teams_info.py", "repo_id": "botbuilder-python", "token_count": 3487 }
402
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import asyncio from uuid import uuid4 import aiounittest from botbuilder.core import ShowTypingMiddleware, TurnContext from botbuilder.core.adapters import TestAdapter from botbuilder.schema import Activity, ActivityTypes fro...
botbuilder-python/libraries/botbuilder-core/tests/test_show_typing_middleware.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-core/tests/test_show_typing_middleware.py", "repo_id": "botbuilder-python", "token_count": 1439 }
403
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import List, Union from recognizers_number import NumberModel, NumberRecognizer, OrdinalModel from recognizers_text import Culture from .choice import Choice from .find import Find from .find_choices_options imp...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/choice_recognizers.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/choice_recognizers.py", "repo_id": "botbuilder-python", "token_count": 2200 }
404
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from enum import Enum class DialogEvents(str, Enum): begin_dialog = "beginDialog" reprompt_dialog = "repromptDialog" cancel_dialog = "cancelDialog" activity_received = "activityReceived" version_changed ...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_events.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_events.py", "repo_id": "botbuilder-python", "token_count": 125 }
405
from typing import List from botbuilder.dialogs.memory.scopes import MemoryScope from .path_resolver_base import PathResolverBase class DialogStateManagerConfiguration: def __init__(self): self.path_resolvers: List[PathResolverBase] = list() self.memory_scopes: List[MemoryScope] = list()
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/dialog_state_manager_configuration.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/dialog_state_manager_configuration.py", "repo_id": "botbuilder-python", "token_count": 104 }
406
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from botbuilder.dialogs.memory import scope_path from .memory_scope import MemoryScope class DialogMemoryScope(MemoryScope): def __init__(self): # pylint: disable=import-outside-toplevel super().__init_...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/scopes/dialog_memory_scope.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/scopes/dialog_memory_scope.py", "repo_id": "botbuilder-python", "token_count": 1037 }
407
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import Callable, Dict from recognizers_number import recognize_number from recognizers_text import Culture, ModelResult from babel.numbers import parse_decimal from botbuilder.core.turn_context import TurnContex...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/number_prompt.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/number_prompt.py", "repo_id": "botbuilder-python", "token_count": 1105 }
408
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import Dict from .dialog_context import DialogContext from .dialog_reason import DialogReason from .dialog_turn_result import DialogTurnResult from .dialog_state import DialogState class WaterfallStepContext(Di...
botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/waterfall_step_context.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/waterfall_step_context.py", "repo_id": "botbuilder-python", "token_count": 748 }
409
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import aiounittest from botbuilder.dialogs.prompts import DateTimePrompt, PromptOptions from botbuilder.core import MessageFactory from botbuilder.core import ConversationState, MemoryStorage, TurnContext from botbuilder.dial...
botbuilder-python/libraries/botbuilder-dialogs/tests/test_date_time_prompt.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-dialogs/tests/test_date_time_prompt.py", "repo_id": "botbuilder-python", "token_count": 893 }
410
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from abc import ABC, abstractmethod from typing import Optional from aiohttp.web import ( Request, Response, WebSocketResponse, ) from botbuilder.core import Bot class BotFrameworkHttpAdapterIntegrationBase(AB...
botbuilder-python/libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/bot_framework_http_adapter_integration_base.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/bot_framework_http_adapter_integration_base.py", "repo_id": "botbuilder-python", "token_count": 160 }
411
from .aiohttp_telemetry_middleware import bot_telemetry_middleware from .aiohttp_telemetry_processor import AiohttpTelemetryProcessor __all__ = [ "bot_telemetry_middleware", "AiohttpTelemetryProcessor", ]
botbuilder-python/libraries/botbuilder-integration-applicationinsights-aiohttp/botbuilder/integration/applicationinsights/aiohttp/__init__.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-integration-applicationinsights-aiohttp/botbuilder/integration/applicationinsights/aiohttp/__init__.py", "repo_id": "botbuilder-python", "token_count": 74 }
412
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from typing import List from msrest.serialization import Model from botbuilder.schema import ( Attachment, ChannelAccount, PagedMembersResult, ConversationAccount, ) class TabEntityContext(Model): """ ...
botbuilder-python/libraries/botbuilder-schema/botbuilder/schema/teams/_models_py3.py/0
{ "file_path": "botbuilder-python/libraries/botbuilder-schema/botbuilder/schema/teams/_models_py3.py", "repo_id": "botbuilder-python", "token_count": 32258 }
413
include *.rst include azure_bdist_wheel.py
botbuilder-python/libraries/botframework-connector/MANIFEST.in/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/MANIFEST.in", "repo_id": "botbuilder-python", "token_count": 15 }
414
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from copy import deepcopy from json import dumps, loads from logging import Logger from botbuilder.schema import ( Activity, ConversationReference, ConversationAccount, ChannelAccount, InvokeResponse, ...
botbuilder-python/libraries/botframework-connector/botframework/connector/auth/_bot_framework_client_impl.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/auth/_bot_framework_client_impl.py", "repo_id": "botbuilder-python", "token_count": 1949 }
415
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. class Claim: def __init__(self, claim_type: str, value): self.type = claim_type self.value = value class ClaimsIdentity: def __init__( self, claims: dict, is_authenticated: bool, authenticat...
botbuilder-python/libraries/botframework-connector/botframework/connector/auth/claims_identity.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/auth/claims_identity.py", "repo_id": "botbuilder-python", "token_count": 212 }
416
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from abc import ABC, abstractmethod from base64 import b64encode from json import dumps from typing import Dict, List from botbuilder.schema import Activity, TokenResponse, TokenExchangeState from botframework.connector.tok...
botbuilder-python/libraries/botframework-connector/botframework/connector/auth/user_token_client.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/auth/user_token_client.py", "repo_id": "botbuilder-python", "token_count": 2035 }
417
# 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/teams/__init__.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/teams/__init__.py", "repo_id": "botbuilder-python", "token_count": 92 }
418
# 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/operations/__init__.py/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/token_api/operations/__init__.py", "repo_id": "botbuilder-python", "token_count": 101 }
419
interactions: - request: body: '{"recipient": {"id": "U19KH8EHJ:T03CWQ0QB"}, "channelId": "slack", "text": "Error!", "from": {"id": "B21UTEF8S:T03CWQ0QB"}, "type": "message"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Le...
botbuilder-python/libraries/botframework-connector/tests/recordings/test_conversations_send_to_conversation_with_invalid_conversation_id_fails.yaml/0
{ "file_path": "botbuilder-python/libraries/botframework-connector/tests/recordings/test_conversations_send_to_conversation_with_invalid_conversation_id_fails.yaml", "repo_id": "botbuilder-python", "token_count": 595 }
420
# 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-streaming/botframework/streaming/__init__.py/0
{ "file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/__init__.py", "repo_id": "botbuilder-python", "token_count": 225 }
421
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from uuid import UUID from botframework.streaming.payload_transport import PayloadSender from botframework.streaming.payloads.models import Header class CancelDisassembler: def __init__(self, *, sender: PayloadSender, ...
botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/disassemblers/cancel_disassembler.py/0
{ "file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/disassemblers/cancel_disassembler.py", "repo_id": "botbuilder-python", "token_count": 232 }
422
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. import asyncio from uuid import UUID from botframework.streaming.payload_transport import PayloadSender from botframework.streaming.payloads.disassemblers import ( CancelDisassembler, RequestDisassembler, Respons...
botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/send_operations.py/0
{ "file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/send_operations.py", "repo_id": "botbuilder-python", "token_count": 925 }
423
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from abc import ABC from typing import List, Any from .web_socket_close_status import WebSocketCloseStatus from .web_socket_state import WebSocketState from .web_socket_message_type import WebSocketMessageType class WebSoc...
botbuilder-python/libraries/botframework-streaming/botframework/streaming/transport/web_socket/web_socket.py/0
{ "file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/transport/web_socket/web_socket.py", "repo_id": "botbuilder-python", "token_count": 339 }
424
import json from http import HTTPStatus import aiounittest from botbuilder.schema import Activity from botframework.streaming import ReceiveResponse, StreamingResponse from botframework.streaming.payloads import ResponseMessageStream class TestResponses(aiounittest.AsyncTestCase): async def test_receive_respons...
botbuilder-python/libraries/botframework-streaming/tests/test_responses.py/0
{ "file_path": "botbuilder-python/libraries/botframework-streaming/tests/test_responses.py", "repo_id": "botbuilder-python", "token_count": 1847 }
425
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from . import dialog_helper __all__ = ["dialog_helper"]
botbuilder-python/tests/experimental/sso/parent/helpers/__init__.py/0
{ "file_path": "botbuilder-python/tests/experimental/sso/parent/helpers/__init__.py", "repo_id": "botbuilder-python", "token_count": 43 }
426
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. from .child_bot import ChildBot __all__ = ["ChildBot"]
botbuilder-python/tests/skills/skills-buffered/child/bots/__init__.py/0
{ "file_path": "botbuilder-python/tests/skills/skills-buffered/child/bots/__init__.py", "repo_id": "botbuilder-python", "token_count": 41 }
427
from .logout_dialog import LogoutDialog from .main_dialog import MainDialog __all__ = [ "LogoutDialog", "MainDialog" ]
botbuilder-python/tests/skills/skills-prototypes/dialog-to-dialog/authentication-bot/dialogs/__init__.py/0
{ "file_path": "botbuilder-python/tests/skills/skills-prototypes/dialog-to-dialog/authentication-bot/dialogs/__init__.py", "repo_id": "botbuilder-python", "token_count": 48 }
428
from .dummy_middleware import DummyMiddleware __all__ = ["DummyMiddleware"]
botbuilder-python/tests/skills/skills-prototypes/simple-bot-to-bot/simple-root-bot/middleware/__init__.py/0
{ "file_path": "botbuilder-python/tests/skills/skills-prototypes/simple-bot-to-bot/simple-root-bot/middleware/__init__.py", "repo_id": "botbuilder-python", "token_count": 25 }
429
<?xml version='1.0' encoding='UTF-8'?> <glyph name="Abrevehookabove" format="2"> <advance width="1200"/> <unicode hex="1EB2"/> <outline> <component base="A"/> <component base="brevecomb.case"/> <component base="hookabovecomb.case" yOffset="400"/> </outline> </glyph>
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/A_brevehookabove.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/A_brevehookabove.glif", "repo_id": "cascadia-code", "token_count": 112 }
430
<?xml version='1.0' encoding='UTF-8'?> <glyph name="Amacron" format="2"> <advance width="1200"/> <unicode hex="0100"/> <outline> <component base="A"/> <component base="macroncomb.case"/> </outline> </glyph>
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/A_macron.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/A_macron.glif", "repo_id": "cascadia-code", "token_count": 89 }
431
<?xml version='1.0' encoding='UTF-8'?> <glyph name="Uhornacute" format="2"> <advance width="1200"/> <unicode hex="1EE8"/> <outline> <component base="Uhorn"/> <component base="acutecomb.case" xOffset="79"/> </outline> </glyph>
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/U_hornacute.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/U_hornacute.glif", "repo_id": "cascadia-code", "token_count": 99 }
432
<?xml version='1.0' encoding='UTF-8'?> <glyph name="_bar" format="2"> <advance width="1200"/> <anchor x="596" y="318" name="_center"/> <outline> <contour> <point x="254" y="219" type="line"/> <point x="925" y="219" type="line"/> <point x="925" y="397" type="line"/> <point x="254" y="39...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/_bar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/_bar.glif", "repo_id": "cascadia-code", "token_count": 234 }
433
<?xml version='1.0' encoding='UTF-8'?> <glyph name="ainTwodotshorizontalabove-ar.medi" format="2"> <advance width="1200"/> <outline> <component base="ain-ar.medi"/> <component base="twodotshorizontalabove-ar" xOffset="10" yOffset="283"/> </outline> <lib> <dict> <key>public.markColor</key> ...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ainT_wodotshorizontalabove-ar.medi.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ainT_wodotshorizontalabove-ar.medi.glif", "repo_id": "cascadia-code", "token_count": 172 }
434
<?xml version='1.0' encoding='UTF-8'?> <glyph name="alefFathatan-ar" format="2"> <advance width="1200"/> <unicode hex="FD3D"/> <outline> <component base="alef-ar"/> <component base="fathatan-ar" xOffset="489" yOffset="-252"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.Componen...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefF_athatan-ar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefF_athatan-ar.glif", "repo_id": "cascadia-code", "token_count": 397 }
435
<?xml version='1.0' encoding='UTF-8'?> <glyph name="alefMaksura-ar.init.alt" format="2"> <advance width="1200"/> <anchor x="0" y="0" name="overlap"/> <outline> <component base="behDotless-ar.init.alt"/> </outline> <lib> <dict> <key>public.markColor</key> <string>0.67,0.95,0.38,1</string> ...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefM_aksura-ar.init.alt.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefM_aksura-ar.init.alt.glif", "repo_id": "cascadia-code", "token_count": 166 }
436
<?xml version='1.0' encoding='UTF-8'?> <glyph name="bar_bar_greater.liga" format="2"> <advance width="1200"/> <outline> <contour> <point x="1551" y="-10" type="line"/> <point x="3055" y="575" type="line"/> <point x="3055" y="843" type="line"/> <point x="1551" y="1430" type="line"/> <...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_greater.liga.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_greater.liga.glif", "repo_id": "cascadia-code", "token_count": 526 }
437
<?xml version='1.0' encoding='UTF-8'?> <glyph name="behThreedotshorizontalbelow-ar.init.alt" format="2"> <advance width="1200"/> <anchor x="908" y="-414" name="bottom"/> <anchor x="0" y="0" name="overlap"/> <outline> <component base="behDotless-ar.init.alt"/> <component base="_dots.horz.below" xOffset="...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behT_hreedotshorizontalbelow-ar.init.alt.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behT_hreedotshorizontalbelow-ar.init.alt.glif", "repo_id": "cascadia-code", "token_count": 431 }
438
<?xml version='1.0' encoding='UTF-8'?> <glyph name="behThreedotsupbelow-ar.medi" format="2"> <advance width="1200"/> <outline> <component base="behDotless-ar.medi"/> <component base="threedotsupbelow-ar" xOffset="-10" yOffset="-24"/> </outline> <lib> <dict> <key>public.markColor</key> <s...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behT_hreedotsupbelow-ar.medi.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behT_hreedotsupbelow-ar.medi.glif", "repo_id": "cascadia-code", "token_count": 173 }
439
<?xml version='1.0' encoding='UTF-8'?> <glyph name="behVbelow-ar.fina.alt" format="2"> <advance width="1200"/> <outline> <component base="behDotless-ar.fina.alt"/> <component base="_vbelow-ar" xOffset="-710" yOffset="-24"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.ComponentInf...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behV_below-ar.fina.alt.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behV_below-ar.fina.alt.glif", "repo_id": "cascadia-code", "token_count": 350 }
440
<?xml version='1.0' encoding='UTF-8'?> <glyph name="beheh-ar" format="2"> <advance width="1200"/> <unicode hex="0680"/> <outline> <component base="behDotless-ar"/> <component base="fourdotsbelow-ar" xOffset="-20" yOffset="-24"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.Compo...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/beheh-ar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/beheh-ar.glif", "repo_id": "cascadia-code", "token_count": 352 }
441
<?xml version='1.0' encoding='UTF-8'?> <glyph name="checkerBoardFillInverse.stypo" format="2"> <advance width="1200"/> <outline> <contour> <point x="300" y="1900" type="line"/> <point x="600" y="1900" type="line"/> <point x="600" y="1305" type="line"/> <point x="300" y="1305" type="line"...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/checkerB_oardF_illI_nverse.stypo.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/checkerB_oardF_illI_nverse.stypo.glif", "repo_id": "cascadia-code", "token_count": 843 }
442
<?xml version='1.0' encoding='UTF-8'?> <glyph name="colonsign" format="2"> <advance width="1200"/> <unicode hex="20A1"/> <outline> <contour> <point x="740" y="-330" type="line"/> <point x="1096" y="1692" type="line"/> <point x="893" y="1716" type="line"/> <point x="537" y="-306" type="...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/colonsign.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/colonsign.glif", "repo_id": "cascadia-code", "token_count": 473 }
443
<?xml version='1.0' encoding='UTF-8'?> <glyph name="dalVinvertedabove-ar.fina" format="2"> <advance width="1200"/> <outline> <component base="dal-ar.fina"/> <component base="vinvertedabove-ar" xOffset="36" yOffset="492"/> </outline> <lib> <dict> <key>public.markColor</key> <string>0.98,0...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dalV_invertedabove-ar.fina.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dalV_invertedabove-ar.fina.glif", "repo_id": "cascadia-code", "token_count": 167 }
444
<?xml version='1.0' encoding='UTF-8'?> <glyph name="ddahal-ar" format="2"> <advance width="1200"/> <unicode hex="068D"/> <outline> <component base="dal-ar"/> <component base="twodotshorizontalbelow-ar" xOffset="-30" yOffset="-24"/> </outline> <lib> <dict> <key>public.markColor</key> <s...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ddahal-ar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ddahal-ar.glif", "repo_id": "cascadia-code", "token_count": 176 }
445
<?xml version='1.0' encoding='UTF-8'?> <glyph name="dieresis" format="2"> <advance width="1200"/> <unicode hex="00A8"/> <outline> <component base="dieresiscomb"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.ComponentInfo</key> <array> <dict> <key>alignment</...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dieresis.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dieresis.glif", "repo_id": "cascadia-code", "token_count": 278 }
446
<?xml version='1.0' encoding='UTF-8'?> <glyph name="dotbelow-ar" format="2"> <advance width="1200"/> <anchor x="602" y="-117" name="_bottom"/> <anchor x="602" y="-2" name="_bottom.dot"/> <anchor x="599" y="-414" name="bottom"/> <outline> <component base="_dot-ar" yOffset="-782"/> </outline> <lib> ...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dotbelow-ar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dotbelow-ar.glif", "repo_id": "cascadia-code", "token_count": 373 }
447
<?xml version='1.0' encoding='UTF-8'?> <glyph name="ecircumflex" format="2"> <advance width="1200"/> <unicode hex="00EA"/> <outline> <component base="e"/> <component base="circumflexcomb"/> </outline> </glyph>
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflex.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflex.glif", "repo_id": "cascadia-code", "token_count": 90 }
448
<?xml version='1.0' encoding='UTF-8'?> <glyph name="eight-persian" format="2"> <advance width="1200"/> <unicode hex="06F8"/> <outline> <component base="eight-ar"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key> <string>eight-ar</string> <key>com....
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/eight-persian.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/eight-persian.glif", "repo_id": "cascadia-code", "token_count": 239 }
449
<?xml version='1.0' encoding='UTF-8'?> <glyph name="exclamdouble" format="2"> <advance width="1200"/> <unicode hex="203C"/> <outline> <component base="exclam" xOffset="-270"/> <component base="exclam" xOffset="270"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.ComponentInfo</ke...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/exclamdouble.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/exclamdouble.glif", "repo_id": "cascadia-code", "token_count": 427 }
450
<?xml version='1.0' encoding='UTF-8'?> <glyph name="fehDotMovedbelow-ar" format="2"> <advance width="1200"/> <unicode hex="06A2"/> <outline> <component base="fehDotless-ar"/> <component base="dotbelow-ar" xOffset="290" yOffset="-24"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fehD_otM_ovedbelow-ar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fehD_otM_ovedbelow-ar.glif", "repo_id": "cascadia-code", "token_count": 353 }
451
<?xml version='1.0' encoding='UTF-8'?> <glyph name="fehThreedotsupbelow-ar.init" format="2"> <advance width="1200"/> <outline> <component base="fehDotless-ar.init"/> <component base="threedotsupbelow-ar" xOffset="115" yOffset="-18"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.Co...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fehT_hreedotsupbelow-ar.init.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fehT_hreedotsupbelow-ar.init.glif", "repo_id": "cascadia-code", "token_count": 352 }
452
<?xml version='1.0' encoding='UTF-8'?> <glyph name="finalpedagesh-hb" format="2"> <advance width="1200"/> <unicode hex="FB43"/> <outline> <component base="finalpe-hb"/> <component base="dagesh-hb" xOffset="-52" yOffset="241"/> </outline> <lib> <dict> <key>public.markColor</key> <string...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/finalpedagesh-hb.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/finalpedagesh-hb.glif", "repo_id": "cascadia-code", "token_count": 171 }
453
<?xml version='1.0' encoding='UTF-8'?> <glyph name="fullstop-ar" format="2"> <advance width="1200"/> <unicode hex="06D4"/> <outline> <contour> <point x="352" y="0" type="line"/> <point x="830" y="0" type="line"/> <point x="848" y="225" type="line"/> <point x="371" y="225" type="line"/>...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fullstop-ar.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fullstop-ar.glif", "repo_id": "cascadia-code", "token_count": 230 }
454
<?xml version='1.0' encoding='UTF-8'?> <glyph name="gafThreedots-ar.init" format="2"> <advance width="1200"/> <anchor x="422" y="1850" name="top"/> <outline> <component base="gaf-ar.init"/> <component base="threedotsupabove-ar.v2" xScale="0.7" yScale="0.7" xOffset="39" yOffset="998"/> </outline> <lib>...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/gafT_hreedots-ar.init.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/gafT_hreedots-ar.init.glif", "repo_id": "cascadia-code", "token_count": 203 }
455
<?xml version='1.0' encoding='UTF-8'?> <glyph name="geresh-hb" format="2"> <advance width="1200"/> <unicode hex="05F3"/> <outline> <contour> <point x="365" y="730" type="line"/> <point x="567" y="730" type="line"/> <point x="919" y="1420" type="line"/> <point x="534" y="1420" type="lin...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/geresh-hb.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/geresh-hb.glif", "repo_id": "cascadia-code", "token_count": 231 }
456
<?xml version='1.0' encoding='UTF-8'?> <glyph name="gueh-ar.init" format="2"> <advance width="1200"/> <outline> <component base="gaf-ar.init"/> <component base="twodotsverticalbelow-ar" xOffset="-33" yOffset="-24"/> </outline> <lib> <dict> <key>public.markColor</key> <string>0.98,0.36,0....
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/gueh-ar.init.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/gueh-ar.init.glif", "repo_id": "cascadia-code", "token_count": 168 }
457
<?xml version='1.0' encoding='UTF-8'?> <glyph name="hahFourbelow-ar.medi" format="2"> <advance width="1200"/> <outline> <component base="hah-ar.medi"/> <component base="four-persianbelow-ar" xOffset="80" yOffset="76"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.ComponentInfo</ke...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahF_ourbelow-ar.medi.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahF_ourbelow-ar.medi.glif", "repo_id": "cascadia-code", "token_count": 395 }
458
<?xml version='1.0' encoding='UTF-8'?> <glyph name="hahTahbelow-ar.medi" format="2"> <advance width="1200"/> <outline> <component base="hah-ar.medi"/> <component base="tahbelow-ar" xOffset="80" yOffset="76"/> </outline> <lib> <dict> <key>com.schriftgestaltung.Glyphs.ComponentInfo</key> <...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahT_ahbelow-ar.medi.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahT_ahbelow-ar.medi.glif", "repo_id": "cascadia-code", "token_count": 392 }
459
<?xml version='1.0' encoding='UTF-8'?> <glyph name="hahTwodotsverticalabove-ar.medi" format="2"> <advance width="1200"/> <outline> <component base="hah-ar.medi"/> <component base="twodotsverticalabove-ar" xOffset="-34" yOffset="352"/> </outline> <lib> <dict> <key>public.markColor</key> <...
cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahT_wodotsverticalabove-ar.medi.glif/0
{ "file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahT_wodotsverticalabove-ar.medi.glif", "repo_id": "cascadia-code", "token_count": 173 }
460