text stringlengths 5 22M | id stringlengths 12 177 | metadata dict | __index_level_0__ int64 0 1.37k |
|---|---|---|---|
# --------------------------------------------------------------------------------------------
# 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/audit/audit_client.py/0 | {
"file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/audit/audit_client.py",
"repo_id": "azure-devops-python-api",
"token_count": 4276
} | 338 |
# --------------------------------------------------------------------------------------------
# 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/core/core_client.py/0 | {
"file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/core/core_client.py",
"repo_id": "azure-devops-python-api",
"token_count": 12369
} | 339 |
# --------------------------------------------------------------------------------------------
# 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/feature_availability/models.py/0 | {
"file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/feature_availability/models.py",
"repo_id": "azure-devops-python-api",
"token_count": 649
} | 340 |
# --------------------------------------------------------------------------------------------
# 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/git/models.py/0 | {
"file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/git/models.py",
"repo_id": "azure-devops-python-api",
"token_count": 67264
} | 341 |
# --------------------------------------------------------------------------------------------
# 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/pipelines/models.py/0 | {
"file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/pipelines/models.py",
"repo_id": "azure-devops-python-api",
"token_count": 8852
} | 342 |
# --------------------------------------------------------------------------------------------
# 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/task/task_client.py/0 | {
"file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/task/task_client.py",
"repo_id": "azure-devops-python-api",
"token_count": 13672
} | 343 |
# --------------------------------------------------------------------------------------------
# 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/work_item_tracking/models.py/0 | {
"file_path": "azure-devops-python-api/azure-devops/azure/devops/v7_1/work_item_tracking/models.py",
"repo_id": "azure-devops-python-api",
"token_count": 49969
} | 344 |
@REM -------------------------------------------------
@REM init section. Set _echo=1 to echo everything....
@IF NOT DEFINED _echo ECHO OFF
PUSHD %~dp0\..\..
SET BUILDDIR=%CD%
REM Set scripts directory
SET SCRIPTSDIR=%BUILDDIR%\scripts
REM Add the scripts directory to the path
SET PATH=%SCRIPTSDIR%\windows;%SCRIPTSD... | azure-devops-python-api/scripts/windows/init.cmd/0 | {
"file_path": "azure-devops-python-api/scripts/windows/init.cmd",
"repo_id": "azure-devops-python-api",
"token_count": 546
} | 345 |
{
"pythonTestExplorer.testFramework": "pytest",
"pythonTestExplorer.outputs.showOutputsOnRun": true,
"testExplorer.useNativeTesting": false,
"testExplorer.showOnRun": true,
"testExplorer.addToEditorContextMenu": true
} | azure-quantum-python/azure-quantum/.vscode/settings.json/0 | {
"file_path": "azure-quantum-python/azure-quantum/.vscode/settings.json",
"repo_id": "azure-quantum-python",
"token_count": 88
} | 346 |
# 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/models/_enums.py/0 | {
"file_path": "azure-quantum-python/azure-quantum/azure/quantum/_client/models/_enums.py",
"repo_id": "azure-quantum-python",
"token_count": 959
} | 347 |
##
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
##
from typing import TYPE_CHECKING, Any, Dict, Union
try:
import cirq
from cirq_ionq import Job as CirqIonqJob
from cirq_ionq.results import QPUResult, SimulatorResult
except ImportError:
raise ImportError(
"Missing op... | azure-quantum-python/azure-quantum/azure/quantum/cirq/targets/ionq.py/0 | {
"file_path": "azure-quantum-python/azure-quantum/azure/quantum/cirq/targets/ionq.py",
"repo_id": "azure-quantum-python",
"token_count": 3013
} | 348 |
##
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
##
from typing import TYPE_CHECKING, Dict
from azure.quantum.version import __version__
from azure.quantum.qiskit.job import AzureQuantumJob
from abc import abstractmethod
from .backend import (
AzureQirBackend,
_get_shots_or_deprecat... | azure-quantum-python/azure-quantum/azure/quantum/qiskit/backends/qci.py/0 | {
"file_path": "azure-quantum-python/azure-quantum/azure/quantum/qiskit/backends/qci.py",
"repo_id": "azure-quantum-python",
"token_count": 2315
} | 349 |
##
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
##
__all__ = ['MicrosoftEstimatorResult']
from typing import Any, Dict, List, Optional, Union
import json
import markdown
class HTMLWrapper:
"""
Simple HTML wrapper to expose _repr_html_ for Jupyter clients.
... | azure-quantum-python/azure-quantum/azure/quantum/target/microsoft/result.py/0 | {
"file_path": "azure-quantum-python/azure-quantum/azure/quantum/target/microsoft/result.py",
"repo_id": "azure-quantum-python",
"token_count": 9425
} | 350 |
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------... | azure-quantum-python/azure-quantum/eng/Setup-Dev-Env.ps1/0 | {
"file_path": "azure-quantum-python/azure-quantum/eng/Setup-Dev-Env.ps1",
"repo_id": "azure-quantum-python",
"token_count": 144
} | 351 |
interactions:
- request:
body: client_id=PLACEHOLDER&grant_type=client_credentials&client_assertion=PLACEHOLDER&client_info=1&client_assertion_type=PLACEHOLDER&scope=https%3A%2F%2Fquantum.microsoft.com%2F.default
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
... | azure-quantum-python/azure-quantum/tests/unit/recordings/test_qiskit_controlled_s_to_resource_estimator.yaml/0 | {
"file_path": "azure-quantum-python/azure-quantum/tests/unit/recordings/test_qiskit_controlled_s_to_resource_estimator.yaml",
"repo_id": "azure-quantum-python",
"token_count": 39364
} | 352 |
interactions:
- request:
body: client_id=PLACEHOLDER&grant_type=client_credentials&client_assertion=PLACEHOLDER&client_info=1&client_assertion_type=PLACEHOLDER&scope=https%3A%2F%2Fquantum.microsoft.com%2F.default
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
... | azure-quantum-python/azure-quantum/tests/unit/recordings/test_session_list_sessions.yaml/0 | {
"file_path": "azure-quantum-python/azure-quantum/tests/unit/recordings/test_session_list_sessions.yaml",
"repo_id": "azure-quantum-python",
"token_count": 78339
} | 353 |
##
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
##
from pathlib import Path
from unittest.mock import patch
import json
import os
import time
import urllib3
import pytest
from common import (
QuantumTestBase,
SUBSCRIPTION_ID,
RESOURCE_GROUP,
WORKSPACE,
... | azure-quantum-python/azure-quantum/tests/unit/test_authentication.py/0 | {
"file_path": "azure-quantum-python/azure-quantum/tests/unit/test_authentication.py",
"repo_id": "azure-quantum-python",
"token_count": 7131
} | 354 |
Import-Module (Join-Path $PSScriptRoot "conda-utils.psm1");
function PackagesList{
param(
[string] $PackageName
)
if ('' -eq $PackageName) {
# If no package dir is specified, find all packages that contain an environment.yml file
$parentPath = Split-Path -parent $PSScriptRoot
... | azure-quantum-python/build/package-utils.psm1/0 | {
"file_path": "azure-quantum-python/build/package-utils.psm1",
"repo_id": "azure-quantum-python",
"token_count": 2396
} | 355 |
<jupyter_start><jupyter_text>Estimates with tools producing QIRAzure Quantum Resource Estimation is built upon [QIR](https://www.qir-alliance.org/), the forward-looking, fully interoperable specification for quantum programs. In this notebook, we are showing how to use the `azure.quantum` Python package to directly su... | azure-quantum-python/samples/resource-estimator/estimation-qir.ipynb/0 | {
"file_path": "azure-quantum-python/samples/resource-estimator/estimation-qir.ipynb",
"repo_id": "azure-quantum-python",
"token_count": 848
} | 356 |
.grid-container {
display: flex;
flex-wrap: nowrap;
min-height: 800px;
width: 100%;
background-color: white;
}
.diagram {
flex: 3 1 0;
overflow: hidden;
justify-content: center;
align-items: center;
background-color: white;
}
.table {
min-width: 320px;
flex: 1 1 0;
margin-left: 5px;
align-... | azure-quantum-python/visualization/react-lib/src/components/resource-estimator/Diagram.css/0 | {
"file_path": "azure-quantum-python/visualization/react-lib/src/components/resource-estimator/Diagram.css",
"repo_id": "azure-quantum-python",
"token_count": 133
} | 357 |
Tokenizer
=========
.. testsetup:: *
from bistring import RegexTokenizer, SplittingTokenizer, CharacterTokenizer, WordTokenizer, SentenceTokenizer
.. autoclass:: bistring.Tokenizer
.. autoclass:: bistring.RegexTokenizer
.. autoclass:: bistring.SplittingTokenizer
.. autoclass:: bistring.CharacterTokenizer
.. ... | bistring/docs/Python/Tokenizer.rst/0 | {
"file_path": "bistring/docs/Python/Tokenizer.rst",
"repo_id": "bistring",
"token_count": 130
} | 358 |
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT license.
*/
export type Bounds = readonly [number, number];
export type BiIndex = readonly [number, number];
type CostFn<T, U> = (o?: T, m?: U) => number;
/**
* An alignment between two related sequences.
*
* Consider this... | bistring/js/src/alignment.ts/0 | {
"file_path": "bistring/js/src/alignment.ts",
"repo_id": "bistring",
"token_count": 9453
} | 359 |
# Using TestPyPI to consume rc builds
The BotBuilder SDK rc build feed is found on [TestPyPI](https://test.pypi.org/).
The daily builds will be available soon through the mentioned feed as well.
# Configure TestPyPI
You can tell pip to download packages from TestPyPI instead of PyPI by specifying the --index-url f... | botbuilder-python/UsingTestPyPI.md/0 | {
"file_path": "botbuilder-python/UsingTestPyPI.md",
"repo_id": "botbuilder-python",
"token_count": 236
} | 360 |
# 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 import DialogHelper
class DialogBot(ActivityHandler):
def __init__(
self... | botbuilder-python/generators/app/templates/core/{{cookiecutter.bot_name}}/bots/dialog_bot.py/0 | {
"file_path": "botbuilder-python/generators/app/templates/core/{{cookiecutter.bot_name}}/bots/dialog_bot.py",
"repo_id": "botbuilder-python",
"token_count": 558
} | 361 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from botbuilder.dialogs import (
ComponentDialog,
DialogContext,
DialogTurnResult,
DialogTurnStatus,
)
from botbuilder.schema import ActivityTypes, InputHints
from botbuilder.core import MessageFactory
class... | botbuilder-python/generators/app/templates/core/{{cookiecutter.bot_name}}/dialogs/cancel_and_help_dialog.py/0 | {
"file_path": "botbuilder-python/generators/app/templates/core/{{cookiecutter.bot_name}}/dialogs/cancel_and_help_dialog.py",
"repo_id": "botbuilder-python",
"token_count": 643
} | 362 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from abc import ABC
from typing import List, Callable, Awaitable
from aiohttp.web_request import Request
from aiohttp.web_response import Response
from botframework.connector.auth import ClaimsIdentity
from botbuilder.core i... | botbuilder-python/libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/slack_adapter.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/slack_adapter.py",
"repo_id": "botbuilder-python",
"token_count": 3847
} | 363 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from .luis_application import LuisApplication
from .luis_recognizer_options_v3 import LuisRecognizerOptionsV3
from .luis_prediction_options import LuisPredictionOptions
from .luis_telemetry_constants import LuisTelemetryConst... | botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/luis/__init__.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/luis/__init__.py",
"repo_id": "botbuilder-python",
"token_count": 164
} | 364 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from .. import QnAMakerOptions, QnADialogResponseOptions
class QnAMakerDialogOptions:
"""
Defines Dialog Options for QnAMakerDialog.
"""
def __init__(
self,
options: QnAMakerOptions = None,
... | botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/dialogs/qnamaker_dialog_options.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/dialogs/qnamaker_dialog_options.py",
"repo_id": "botbuilder-python",
"token_count": 185
} | 365 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import json
from typing import Dict, List, NamedTuple, Union
from aiohttp import ClientSession, ClientTimeout
from botbuilder.schema import Activity
from botbuilder.core import BotTelemetryClient, NullTelemetryClient, TurnCo... | botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/qnamaker.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/qnamaker.py",
"repo_id": "botbuilder-python",
"token_count": 3835
} | 366 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# pylint: disable=protected-access
import json
from os import path
from typing import Dict, Tuple, Union
from unittest import mock
from unittest.mock import MagicMock, Mock
from aiounittest import AsyncTestCase
from msrest ... | botbuilder-python/libraries/botbuilder-ai/tests/luis/luis_recognizer_test.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/tests/luis/luis_recognizer_test.py",
"repo_id": "botbuilder-python",
"token_count": 14277
} | 367 |
{
"answers": [
{
"questions": [
"Where can you find Misty",
"Misty"
],
"answer": "Wherever people are having a swimming good time",
"score": 74.51,
"id": 27,
"source": "Editorial",
"metadata":... | botbuilder-python/libraries/botbuilder-ai/tests/qna/test_data/RetrunsAnswer_WithStrictFilter_And_Operator.json/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/tests/qna/test_data/RetrunsAnswer_WithStrictFilter_And_Operator.json",
"repo_id": "botbuilder-python",
"token_count": 476
} | 368 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from applicationinsights import logging
from . import common
class LoggingHandler(logging.LoggingHandler):
"""This class is a LoggingHandler that uses the same settings as the Django middleware to configure
the tele... | botbuilder-python/libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/django/logging.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/django/logging.py",
"repo_id": "botbuilder-python",
"token_count": 851
} | 369 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from azure.core.exceptions import ResourceExistsError
from azure.storage.queue.aio import QueueClient
from jsonpickle import encode
from botbuilder.core import QueueStorage
from botbuilder.schema import Activity
class Azur... | botbuilder-python/libraries/botbuilder-azure/botbuilder/azure/azure_queue_storage.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-azure/botbuilder/azure/azure_queue_storage.py",
"repo_id": "botbuilder-python",
"token_count": 958
} | 370 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from .turn_context import TurnContext
from .bot_state import BotState
from .storage import Storage
class ConversationState(BotState):
"""
Defines a state management object for conversation state.
.. remarks::
... | botbuilder-python/libraries/botbuilder-core/botbuilder/core/conversation_state.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/conversation_state.py",
"repo_id": "botbuilder-python",
"token_count": 855
} | 371 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from asyncio import iscoroutinefunction
from abc import ABC, abstractmethod
from typing import Awaitable, Callable
from .turn_context import TurnContext
class Middleware(ABC):
@abstractmethod
async def on_turn(
... | botbuilder-python/libraries/botbuilder-core/botbuilder/core/middleware_set.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/middleware_set.py",
"repo_id": "botbuilder-python",
"token_count": 1213
} | 372 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from uuid import uuid4
from logging import Logger
from typing import Callable
from botbuilder.core import Bot, BotAdapter, TurnContext
from botbuilder.schema import (
Activity,
ActivityTypes,
ResourceResponse,
... | botbuilder-python/libraries/botbuilder-core/botbuilder/core/skills/_skill_handler_impl.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/skills/_skill_handler_impl.py",
"repo_id": "botbuilder-python",
"token_count": 5220
} | 373 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import platform
import traceback
from http import HTTPStatus
from datetime import datetime
from logging import Logger
from json import loads
from typing import Dict, List
from botbuilder.core import Bot
from botbuilder.schem... | botbuilder-python/libraries/botbuilder-core/botbuilder/core/streaming/streaming_request_handler.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/streaming/streaming_request_handler.py",
"repo_id": "botbuilder-python",
"token_count": 4271
} | 374 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from copy import copy, deepcopy
from unittest.mock import Mock
import unittest
import uuid
import aiounittest
from botbuilder.core import (
BotFrameworkAdapter,
BotFrameworkAdapterSettings,
TurnContext,
)
from bo... | botbuilder-python/libraries/botbuilder-core/tests/test_bot_framework_adapter.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/tests/test_bot_framework_adapter.py",
"repo_id": "botbuilder-python",
"token_count": 15345
} | 375 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import Callable, List
import aiounittest
from botbuilder.schema import (
Activity,
ActivityTypes,
ChannelAccount,
ConversationAccount,
Entity,
Mention,
ResourceResponse,
)
from botbuil... | botbuilder-python/libraries/botbuilder-core/tests/test_turn_context.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/tests/test_turn_context.py",
"repo_id": "botbuilder-python",
"token_count": 5933
} | 376 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
class FoundChoice:
"""Represents a result from matching user input against a list of choices"""
def __init__(self, value: str, index: int, score: float, synonym: str = None):
"""
Parameters:
... | botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/found_choice.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/found_choice.py",
"repo_id": "botbuilder-python",
"token_count": 279
} | 377 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import List
from botbuilder.schema import Activity
from .dialog_turn_result import DialogTurnResult
from .persisted_state import PersistedState
class DialogManagerResult:
def __init__(
self,
... | botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_manager_result.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_manager_result.py",
"repo_id": "botbuilder-python",
"token_count": 198
} | 378 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from .alias_path_resolver import AliasPathResolver
class AtAtPathResolver(AliasPathResolver):
def __init__(self):
super().__init__(alias="@@", prefix="turn.recognized.entities.")
| botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/path_resolvers/at_at_path_resolver.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/path_resolvers/at_at_path_resolver.py",
"repo_id": "botbuilder-python",
"token_count": 90
} | 379 |
# 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 CaseInsensitiveDict(dict):
# pylint: disable=protected-access
@classmethod
def _k(cls, key):
return key.lowe... | botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/scopes/turn_memory_scope.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/scopes/turn_memory_scope.py",
"repo_id": "botbuilder-python",
"token_count": 1098
} | 380 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import List
from recognizers_text import Culture
class PromptCultureModel:
"""
Culture model used in Choice and Confirm Prompts.
"""
def __init__(
self,
locale: str,
sep... | botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/prompt_culture_models.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/prompt_culture_models.py",
"repo_id": "botbuilder-python",
"token_count": 2526
} | 381 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import unittest
from typing import List, Tuple
from botbuilder.core import BotFrameworkAdapter, TurnContext
from botbuilder.dialogs.choices import Channel
from botbuilder.schema import Activity
from botframework.connector im... | botbuilder-python/libraries/botbuilder-dialogs/tests/choices/test_channel.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/tests/choices/test_channel.py",
"repo_id": "botbuilder-python",
"token_count": 1103
} | 382 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import Callable
import aiounittest
from recognizers_text import Culture
from botbuilder.dialogs import DialogContext, DialogTurnResult
from botbuilder.dialogs.prompts import (
NumberPrompt,
PromptOptions,... | botbuilder-python/libraries/botbuilder-dialogs/tests/test_number_prompt.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/tests/test_number_prompt.py",
"repo_id": "botbuilder-python",
"token_count": 6455
} | 383 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from logging import Logger
from typing import Any
from botframework.connector.auth import PasswordServiceClientCredentialFactory
class ConfigurationServiceClientCredentialFactory(
PasswordServiceClientCredentialFactory... | botbuilder-python/libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/configuration_service_client_credential_factory.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/configuration_service_client_credential_factory.py",
"repo_id": "botbuilder-python",
"token_count": 743
} | 384 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
from setuptools import setup
REQUIRES = [
"applicationinsights>=0.11.9",
"aiohttp==3.9.3",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
"botbuilder-core==4.16.0",
"botbuild... | botbuilder-python/libraries/botbuilder-integration-applicationinsights-aiohttp/setup.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-integration-applicationinsights-aiohttp/setup.py",
"repo_id": "botbuilder-python",
"token_count": 721
} | 385 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
from setuptools import setup
NAME = "botbuilder-schema"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
REQUIRES = ["msrest== 0.7.*", "urllib3<2.0.0"]
root = os.path.abspath(... | botbuilder-python/libraries/botbuilder-schema/setup.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-schema/setup.py",
"repo_id": "botbuilder-python",
"token_count": 477
} | 386 |
# 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/_configuration.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/_configuration.py",
"repo_id": "botbuilder-python",
"token_count": 366
} | 387 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from logging import Logger
from typing import Dict, Optional
from botbuilder.schema import Activity, RoleTypes
from ..bot_framework_sdk_client_async import BotFrameworkConnectorConfiguration
from ..http_client_factory impor... | botbuilder-python/libraries/botframework-connector/botframework/connector/auth/_parameterized_bot_framework_authentication.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/auth/_parameterized_bot_framework_authentication.py",
"repo_id": "botbuilder-python",
"token_count": 9456
} | 388 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import List
class EndorsementsValidator:
@staticmethod
def validate(expected_endorsement: str, endorsements: List[str]):
# If the Activity came in and doesn't have a Channel ID then it's making n... | botbuilder-python/libraries/botframework-connector/botframework/connector/auth/endorsements_validator.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/auth/endorsements_validator.py",
"repo_id": "botbuilder-python",
"token_count": 466
} | 389 |
# 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/connector_client.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/connector_client.py",
"repo_id": "botbuilder-python",
"token_count": 904
} | 390 |
interactions:
- request:
body: '{"bot": {"id": "B21UTEF8S:T03CWQ0QB"}, "members": [], "activity": {"type":
"message", "channelId": "slack", "from": {"id": "B21UTEF8S:T03CWQ0QB"}, "text":
"Hi there!"}}'
headers:
Accept: [application/json]
Accept-Encoding: ['gzip, deflate']
Connectio... | botbuilder-python/libraries/botframework-connector/tests/recordings/test_conversations_create_conversation_without_members_fails.yaml/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/tests/recordings/test_conversations_create_conversation_without_members_fails.yaml",
"repo_id": "botbuilder-python",
"token_count": 587
} | 391 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import traceback
from asyncio import iscoroutinefunction, isfuture
from typing import Callable, List
import botframework.streaming as streaming
from botframework.streaming.payloads import HeaderSerializer
from botframework.... | botbuilder-python/libraries/botframework-streaming/botframework/streaming/payload_transport/payload_receiver.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/payload_transport/payload_receiver.py",
"repo_id": "botbuilder-python",
"token_count": 3246
} | 392 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import List
from botframework.streaming.payload_transport import PayloadSender
from botframework.streaming.payloads import ResponseMessageStream
from botframework.streaming.payloads.models import PayloadTypes
fr... | botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/disassemblers/response_message_stream_disassembler.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/disassemblers/response_message_stream_disassembler.py",
"repo_id": "botbuilder-python",
"token_count": 301
} | 393 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import List, Union, Type
from msrest.serialization import Model
from botframework.streaming.payloads import ContentStream
from botframework.streaming.payloads.models import Serializable
class ReceiveResponse:
... | botbuilder-python/libraries/botframework-streaming/botframework/streaming/receive_response.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/receive_response.py",
"repo_id": "botbuilder-python",
"token_count": 676
} | 394 |
#
# Runs functional tests against the Slack channel.
#
# "name" here defines the build number format. Build number is accessed via $(Build.BuildNumber)
name: $(Build.BuildId)
pool:
vmImage: $[ coalesce( variables['VMImage'], 'windows-2019' ) ] # or 'windows-latest' or 'vs2017-win2016'
trigger: # ci trigger
batch... | botbuilder-python/pipelines/botbuilder-python-ci-slack-test.yml/0 | {
"file_path": "botbuilder-python/pipelines/botbuilder-python-ci-slack-test.yml",
"repo_id": "botbuilder-python",
"token_count": 1316
} | 395 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from botbuilder.core import ActivityHandler, MessageFactory, TurnContext
from botbuilder.schema import ChannelAccount
class EchoBot(ActivityHandler):
async def on_members_added_activity(
self, members_added: [Ch... | botbuilder-python/tests/skills/streamming-extensions/bots/echo_bot.py/0 | {
"file_path": "botbuilder-python/tests/skills/streamming-extensions/bots/echo_bot.py",
"repo_id": "botbuilder-python",
"token_count": 252
} | 396 |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>allah-ar</key>
<string>allah-ar.glif</string>
<key>braceleft_bar.liga</key>
<string>braceleft_bar.liga.glif</string>
<key>... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs.public.background/contents.plist/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs.public.background/contents.plist",
"repo_id": "cascadia-code",
"token_count": 261
} | 397 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Oslash" format="2">
<advance width="1200"/>
<unicode hex="00D8"/>
<outline>
<contour>
<point x="251" y="-134" type="line"/>
<point x="1114" y="1457" type="line"/>
<point x="929" y="1532" type="line"/>
<point x="66" y="-59" type="line"... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/O_slash.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/O_slash.glif",
"repo_id": "cascadia-code",
"token_count": 374
} | 398 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="ainTwodotsverticalabove-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="ain-ar.medi"/>
<component base="twodotsverticalabove-ar" xOffset="10" yOffset="253"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<s... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ainT_wodotsverticalabove-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ainT_wodotsverticalabove-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 170
} | 399 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="bullseye" format="2">
<advance width="1200"/>
<unicode hex="25CE"/>
<note>
uni25CE
</note>
<outline>
<component base="largeCircle"/>
<component base="whiteBullet"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.ComponentInfo</... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/bullseye.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/bullseye.glif",
"repo_id": "cascadia-code",
"token_count": 428
} | 400 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="cedi" format="2">
<advance width="1200"/>
<unicode hex="20B5"/>
<outline>
<contour>
<point x="576" y="-320" type="line"/>
<point x="830" y="-320" type="line"/>
<point x="830" y="1740" type="line"/>
<point x="576" y="1740" type="line"/... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/cedi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/cedi.glif",
"repo_id": "cascadia-code",
"token_count": 371
} | 401 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="circumflex" format="2">
<advance width="1200"/>
<unicode hex="02C6"/>
<outline>
<component base="circumflexcomb"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.ComponentInfo</key>
<array>
<dict>
<key>alignme... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/circumflex.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/circumflex.glif",
"repo_id": "cascadia-code",
"token_count": 278
} | 402 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="gafTwodotsbelow-ar.init" format="2">
<advance width="1200"/>
<outline>
<component base="gaf-ar.init"/>
<component base="twodotshorizontalbelow-ar" xOffset="-33" yOffset="-24"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/gafT_wodotsbelow-ar.init.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/gafT_wodotsbelow-ar.init.glif",
"repo_id": "cascadia-code",
"token_count": 173
} | 403 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="ghain-ar" format="2">
<advance width="1200"/>
<unicode hex="063A"/>
<outline>
<component base="ain-ar"/>
<component base="dotabove-ar" xOffset="-93" yOffset="456"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98,0.36... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ghain-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ghain-ar.glif",
"repo_id": "cascadia-code",
"token_count": 169
} | 404 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="hahHamzaabove-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="hah-ar.medi"/>
<component base="hamzaabove-ar" xOffset="-54" yOffset="-190"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98,0.36,0.... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahH_amzaabove-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahH_amzaabove-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 168
} | 405 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="hahThreedotsabove-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="hah-ar.medi"/>
<component base="threedotsupabove-ar" xOffset="-34" yOffset="372"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.9... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahT_hreedotsabove-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hahT_hreedotsabove-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 170
} | 406 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="hungarumlaut" format="2">
<advance width="1200"/>
<unicode hex="02DD"/>
<outline>
<component base="hungarumlautcomb"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.ComponentInfo</key>
<array>
<dict>
<key>ali... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlaut.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlaut.glif",
"repo_id": "cascadia-code",
"token_count": 283
} | 407 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="jeemTwodotsabove-ar.init" format="2">
<advance width="1200"/>
<outline>
<component base="jeem-ar.init"/>
<component base="twodotshorizontalabove-ar" xOffset="-34" yOffset="382"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<stri... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/jeemT_wodotsabove-ar.init.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/jeemT_wodotsabove-ar.init.glif",
"repo_id": "cascadia-code",
"token_count": 172
} | 408 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="kehehThreedotsupbelow-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="keheh-ar.medi"/>
<component base="threedotsupbelow-ar" xOffset="47" yOffset="-24"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<strin... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/kehehT_hreedotsupbelow-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/kehehT_hreedotsupbelow-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 173
} | 409 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="lamDotabove-ar" format="2">
<advance width="1200"/>
<unicode hex="06B6"/>
<guideline x="166" y="551" angle="0"/>
<outline>
<component base="lam-ar"/>
<component base="dotabove-ar" xOffset="307" yOffset="925"/>
</outline>
<lib>
<dict>
<key... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/lamD_otabove-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/lamD_otabove-ar.glif",
"repo_id": "cascadia-code",
"token_count": 188
} | 410 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="noonAfrican-ar.init.alt" format="2">
<advance width="1200"/>
<guideline x="437" y="613" angle="0"/>
<anchor x="0" y="0" name="overlap"/>
<outline>
<component base="behDotless-ar.init.alt"/>
<component base="dotabove-ar" xOffset="275" yOffset="335"/>
... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/noonA_frican-ar.init.alt.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/noonA_frican-ar.init.alt.glif",
"repo_id": "cascadia-code",
"token_count": 499
} | 411 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="plus_plus.liga" format="2">
<advance width="1200"/>
<outline>
<component base="plus" xOffset="140"/>
<component base="plus" xOffset="1060"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.ComponentInfo</key>
<array>
<... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus.liga.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus.liga.glif",
"repo_id": "cascadia-code",
"token_count": 410
} | 412 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="rehHamzaabove-ar" format="2">
<advance width="1200"/>
<unicode hex="076C"/>
<outline>
<component base="reh-ar"/>
<component base="hamzaabove-ar" xOffset="110" yOffset="-419"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<strin... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/rehH_amzaabove-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/rehH_amzaabove-ar.glif",
"repo_id": "cascadia-code",
"token_count": 174
} | 413 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="rehVinvertedabove-ar" format="2">
<advance width="1200"/>
<unicode hex="06EF"/>
<outline>
<component base="reh-ar"/>
<component base="vinvertedabove-ar" xOffset="130" yOffset="153"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/rehV_invertedabove-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/rehV_invertedabove-ar.glif",
"repo_id": "cascadia-code",
"token_count": 173
} | 414 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="sadTwodotsbelow-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="sad-ar.medi"/>
<component base="twodotshorizontalbelow-ar" xOffset="50" yOffset="-24"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/sadT_wodotsbelow-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/sadT_wodotsbelow-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 172
} | 415 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="seenThreedotsbelow-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="seen-ar.medi"/>
<component base="threedotsdownbelow-ar" xOffset="30" yOffset="-4"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/seenT_hreedotsbelow-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/seenT_hreedotsbelow-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 168
} | 416 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="seenVinvertedabove-ar" format="2">
<advance width="1200"/>
<unicode hex="077E"/>
<outline>
<component base="seen-ar"/>
<component base="vinvertedabove-ar" xOffset="191" yOffset="163"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/seenV_invertedabove-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/seenV_invertedabove-ar.glif",
"repo_id": "cascadia-code",
"token_count": 172
} | 417 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="sheen-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="seen-ar.medi"/>
<component base="threedotsupabove-ar" xOffset="50" yOffset="153"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98,0.36,0.67,... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/sheen-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/sheen-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 164
} | 418 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="tahTwodotsabove-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="tah-ar.medi"/>
<component base="twodotshorizontalabove-ar" xOffset="160" yOffset="353"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/tahT_wodotsabove-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/tahT_wodotsabove-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 171
} | 419 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="tehMarbuta-ar" format="2">
<advance width="1200"/>
<unicode hex="0629"/>
<outline>
<component base="heh-ar"/>
<component base="twodotshorizontalabove-ar" xOffset="-1" yOffset="408"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/tehM_arbuta-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/tehM_arbuta-ar.glif",
"repo_id": "cascadia-code",
"token_count": 177
} | 420 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="threequarters.BRACKET.500" format="2">
<advance width="1200"/>
<outline>
<contour>
<point x="211" y="269" type="line"/>
<point x="577" y="593" type="line"/>
<point x="484" y="715" type="line"/>
<point x="79" y="449" type="line"/>
</... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/threequarters.B_R_A_C_K_E_T_.500.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/threequarters.B_R_A_C_K_E_T_.500.glif",
"repo_id": "cascadia-code",
"token_count": 667
} | 421 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="tugrik" format="2">
<advance width="1200"/>
<unicode hex="20AE"/>
<outline>
<contour>
<point x="144" y="629" type="line"/>
<point x="1056" y="779" type="line"/>
<point x="1056" y="1011" type="line"/>
<point x="144" y="861" type="line"... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/tugrik.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/tugrik.glif",
"repo_id": "cascadia-code",
"token_count": 469
} | 422 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="veh-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="fehDotless-ar.medi"/>
<component base="threedotsupabove-ar" xOffset="2" yOffset="347"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98,0.36,0.... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/veh-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/veh-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 167
} | 423 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="wawDotabove-ar" format="2">
<advance width="1200"/>
<unicode hex="06CF"/>
<outline>
<component base="waw-ar"/>
<component base="dotabove-ar" xOffset="70" yOffset="228"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/wawD_otabove-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/wawD_otabove-ar.glif",
"repo_id": "cascadia-code",
"token_count": 171
} | 424 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="yen" format="2">
<advance width="1200"/>
<unicode hex="00A5"/>
<outline>
<contour>
<point x="144" y="459" type="line"/>
<point x="1056" y="459" type="line"/>
<point x="1056" y="681" type="line"/>
<point x="144" y="681" type="line"/>
... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/yen.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/yen.glif",
"repo_id": "cascadia-code",
"token_count": 467
} | 425 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="zah-ar" format="2">
<advance width="1200"/>
<unicode hex="0638"/>
<outline>
<component base="tah-ar"/>
<component base="dotabove-ar" xOffset="160" yOffset="343"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98,0.36,0... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/zah-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/zah-ar.glif",
"repo_id": "cascadia-code",
"token_count": 168
} | 426 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="IJ" format="2">
<advance width="1200"/>
<unicode hex="0132"/>
<guideline x="1046" y="226" angle="80"/>
<anchor x="506" y="0" name="bottom"/>
<anchor x="757" y="1420" name="top"/>
<outline>
<contour>
<point x="570" y="-20" type="curve" smooth="yes... | cascadia-code/sources/CascadiaCode-BoldItalic.ufo/glyphs/I_J_.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-BoldItalic.ufo/glyphs/I_J_.glif",
"repo_id": "cascadia-code",
"token_count": 851
} | 427 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="gafThreedots-ar.medi" format="2">
<advance width="1200"/>
<guideline x="424" y="739" angle="0"/>
<anchor x="430" y="1850" name="top"/>
<outline>
<component base="gaf-ar.medi"/>
<component base="threedotsupabove-ar.v2" xScale="1.001" xOffset="-109" yOff... | cascadia-code/sources/CascadiaCode-ExtraLight.ufo/glyphs/gafT_hreedots-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-ExtraLight.ufo/glyphs/gafT_hreedots-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 217
} | 428 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Aacute" format="2">
<advance width="1200"/>
<unicode hex="00C1"/>
<outline>
<component base="A"/>
<component base="acutecomb.case"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/A_acute.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/A_acute.glif",
"repo_id": "cascadia-code",
"token_count": 92
} | 429 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Endescender-cy" format="2">
<advance width="1200"/>
<unicode hex="04A2"/>
<outline>
<contour>
<point x="986" y="-321" type="line"/>
<point x="1023" y="-221"/>
<point x="1081" y="40"/>
<point x="1094" y="190" type="curve"/>
<poin... | cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/E_ndescender-cy.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/E_ndescender-cy.glif",
"repo_id": "cascadia-code",
"token_count": 275
} | 430 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ka-cy" format="2">
<advance width="1200"/>
<unicode hex="041A"/>
<anchor x="506" y="0" name="bottom"/>
<anchor x="634" y="710" name="center"/>
<anchor x="757" y="1420" name="top"/>
<outline>
<contour>
<point x="67" y="0" type="line"/>
<poin... | cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/K_a-cy.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/K_a-cy.glif",
"repo_id": "cascadia-code",
"token_count": 654
} | 431 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Lcommaaccent" format="2">
<advance width="1200"/>
<unicode hex="013B"/>
<outline>
<component base="L"/>
<component base="commaaccentcomb"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/L_commaaccent.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/L_commaaccent.glif",
"repo_id": "cascadia-code",
"token_count": 92
} | 432 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ocircumflexdotbelow" format="2">
<advance width="1200"/>
<unicode hex="1ED8"/>
<outline>
<component base="O"/>
<component base="dotbelowcomb" xOffset="-1"/>
<component base="circumflexcomb.case"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/O_circumflexdotbelow.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/O_circumflexdotbelow.glif",
"repo_id": "cascadia-code",
"token_count": 113
} | 433 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Scaron" format="2">
<advance width="1200"/>
<unicode hex="0160"/>
<outline>
<component base="S"/>
<component base="caroncomb.case"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/S_caron.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/S_caron.glif",
"repo_id": "cascadia-code",
"token_count": 89
} | 434 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="ecircumflexgrave" format="2">
<advance width="1200"/>
<unicode hex="1EC1"/>
<outline>
<component base="e"/>
<component base="circumflexcomb" xOffset="15"/>
<component base="gravecomb" xOffset="414" yOffset="340"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/ecircumflexgrave.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/ecircumflexgrave.glif",
"repo_id": "cascadia-code",
"token_count": 118
} | 435 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="kje-cy" format="2">
<advance width="1200"/>
<unicode hex="045C"/>
<outline>
<component base="ka-cy"/>
<component base="acutecomb"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/kje-cy.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/kje-cy.glif",
"repo_id": "cascadia-code",
"token_count": 92
} | 436 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="lcommaaccent.salt" format="2">
<advance width="1200"/>
<outline>
<component base="l.salt"/>
<component base="commaaccentcomb"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/lcommaaccent.salt.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Italic.ufo/glyphs/lcommaaccent.salt.glif",
"repo_id": "cascadia-code",
"token_count": 88
} | 437 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.