text stringlengths 5 22M | id stringlengths 12 177 | metadata dict | __index_level_0__ int64 0 1.37k |
|---|---|---|---|
import os
import pytest
from azure.quantum import Job
from common import QuantumTestBase, DEFAULT_TIMEOUT_SECS
from azure.quantum import JobStatus
from azure.quantum.job import JobFailedWithResultsError
@pytest.mark.live_test
class TestMicrosoftElementsDftJob(QuantumTestBase):
@pytest.mark.microsoft_elements_dft
... | azure-quantum-python/azure-quantum/tests/unit/test_microsoft_elements_dft.py/0 | {
"file_path": "azure-quantum-python/azure-quantum/tests/unit/test_microsoft_elements_dft.py",
"repo_id": "azure-quantum-python",
"token_count": 1552
} | 411 |
<jupyter_start><jupyter_text>๐๐ Hello, world: Submit a Qiskit job to QuantinuumIn this notebook, we'll review the basics of Azure Quantum by submitting a simple *job*, or quantum program, to [Quantinuum](https://aka.ms/AQ/Quantinuum/Documentation). We will use [Qiskit](https://qiskit.org/) to express the quantum job.... | azure-quantum-python/samples/hello-world/HW-quantinuum-qiskit.ipynb/0 | {
"file_path": "azure-quantum-python/samples/hello-world/HW-quantinuum-qiskit.ipynb",
"repo_id": "azure-quantum-python",
"token_count": 1876
} | 412 |
<jupyter_start><jupyter_text>Simulate the ground state of a Hydrogen molecule using Variational Quantum Eigensolver (VQE)In this notebook, you'll learn how to run VQE for a $H_{2}$ molecule using Qiskit on an Azure Quantum backend.VQE is a variational algorithm for quantum chemistry that uses an optimization loop to mi... | azure-quantum-python/samples/vqe/VQE-qiskit-hydrogen-session.ipynb/0 | {
"file_path": "azure-quantum-python/samples/vqe/VQE-qiskit-hydrogen-session.ipynb",
"repo_id": "azure-quantum-python",
"token_count": 2321
} | 413 |
{
"env": {
"node": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"plugin:react/recommended",
"plugin:import/recommended",
"plugin:import/typescript"
],
... | azure-quantum-python/visualization/react-lib/.eslintrc.json/0 | {
"file_path": "azure-quantum-python/visualization/react-lib/.eslintrc.json",
"repo_id": "azure-quantum-python",
"token_count": 2216
} | 414 |
/*------------------------------------
Copyright (c) Microsoft Corporation.
Licensed under the MIT License.
All rights reserved.
------------------------------------ */
import * as React from "react";
import {
DetailsList,
IColumn,
IDetailsGroupRenderProps,
IDetailsList,
IGroup,
SelectionMode,
} from ... | azure-quantum-python/visualization/react-lib/src/components/table/Table.tsx/0 | {
"file_path": "azure-quantum-python/visualization/react-lib/src/components/table/Table.tsx",
"repo_id": "azure-quantum-python",
"token_count": 1328
} | 415 |
BiString
========
.. js:autoclass:: BiString
:members:
| bistring/docs/JavaScript/BiString.rst/0 | {
"file_path": "bistring/docs/JavaScript/BiString.rst",
"repo_id": "bistring",
"token_count": 23
} | 416 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo... | bistring/docs/make.bat/0 | {
"file_path": "bistring/docs/make.bat",
"repo_id": "bistring",
"token_count": 315
} | 417 |
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT license.
*/
import BiString, { AnyString } from "./bistring";
export type Replacer = (match: string, ...args: any[]) => string | BiString;
export type MatchReplacer = (match: RegExpMatchArray) => string | BiString;
/**
* A r... | bistring/js/src/regex.ts/0 | {
"file_path": "bistring/js/src/regex.ts",
"repo_id": "bistring",
"token_count": 1320
} | 418 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT license.
__all__ = ['BistrBuilder']
from typing import Iterable, List, Match, Optional
from ._alignment import Alignment
from ._bistr import bistr, String
from ._regex import compile_regex, expand_template
from ._typing import BiInd... | bistring/python/bistring/_builder.py/0 | {
"file_path": "bistring/python/bistring/_builder.py",
"repo_id": "bistring",
"token_count": 4251
} | 419 |
{
"libraries/botbuilder-azure/tests/test_cosmos_storage.py": true,
"libraries/botframework-connector/tests/test_attachments.py": true,
"libraries/botframework-connector/tests/test_attachments_async.py": true,
"libraries/botframework-connector/tests/test_conversations.py": true,
"libraries/botframework-connect... | botbuilder-python/.cache/v/cache/lastfailed/0 | {
"file_path": "botbuilder-python/.cache/v/cache/lastfailed",
"repo_id": "botbuilder-python",
"token_count": 127
} | 420 |
# python-generator-botbuilder
Cookiecutter generators for [Bot Framework v4](https://dev.botframework.com). Will let you quickly set up a conversational AI bot
using core AI capabilities.
## About
`python-generator-botbuilder` will help you build new conversational AI bots using the [Bot Framework v4](https://dev.b... | botbuilder-python/generators/README.md/0 | {
"file_path": "botbuilder-python/generators/README.md",
"repo_id": "botbuilder-python",
"token_count": 3471
} | 421 |
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"appServiceName": {
"value": ""
},
"existingAppServicePlanName": {
"value": ""
},
"existingAppService... | botbuilder-python/generators/app/templates/core/{{cookiecutter.bot_name}}/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json/0 | {
"file_path": "botbuilder-python/generators/app/templates/core/{{cookiecutter.bot_name}}/deploymentTemplates/deployUseExistResourceGroup/parameters-for-template-BotApp-with-rg.json",
"repo_id": "botbuilder-python",
"token_count": 517
} | 422 |
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"groupName": {
"value": ""
},
"groupLocation": {
"value": ""
},
"appServiceName": {
"valu... | botbuilder-python/generators/app/templates/echo/{{cookiecutter.bot_name}}/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json/0 | {
"file_path": "botbuilder-python/generators/app/templates/echo/{{cookiecutter.bot_name}}/deploymentTemplates/deployWithNewResourceGroup/parameters-for-template-BotApp-new-rg.json",
"repo_id": "botbuilder-python",
"token_count": 508
} | 423 |
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"appServiceName": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "The globally unique... | botbuilder-python/generators/app/templates/empty/{{cookiecutter.bot_name}}/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json/0 | {
"file_path": "botbuilder-python/generators/app/templates/empty/{{cookiecutter.bot_name}}/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json",
"repo_id": "botbuilder-python",
"token_count": 4769
} | 424 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import json
import urllib.parse
from aiohttp.web_request import Request
from aiohttp.web_response import Response
from slack.web.classes.attachments import Attachment
from botbuilder.schema import (
Activity,
Conve... | botbuilder-python/libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/slack_helper.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/slack_helper.py",
"repo_id": "botbuilder-python",
"token_count": 4488
} | 425 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from abc import ABC, abstractmethod
from botbuilder.core import TurnContext
from .luis_application import LuisApplication
class LuisRecognizerInternal(ABC):
def __init__(self, luis_application: LuisApplication):
... | botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/luis/luis_recognizer_internal.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/luis/luis_recognizer_internal.py",
"repo_id": "botbuilder-python",
"token_count": 190
} | 426 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from enum import Enum
class JoinOperator(str, Enum):
"""
Join Operator for Strict Filters.
remarks:
--------
For example, when using multiple filters in a query, if you want results that
have metada... | botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/models/join_operator.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/models/join_operator.py",
"repo_id": "botbuilder-python",
"token_count": 163
} | 427 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import math
from typing import List
from ..models import QueryResult
MINIMUM_SCORE_FOR_LOW_SCORE_VARIATION = 20.0
PREVIOUS_LOW_SCORE_VARIATION_MULTIPLIER = 0.7
MAX_LOW_SCORE_VARIATION_MULTIPLIER = 1.0
MAX_SCORE_FOR_LOW_SCOR... | botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/utils/active_learning_utils.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/botbuilder/ai/qna/utils/active_learning_utils.py",
"repo_id": "botbuilder-python",
"token_count": 967
} | 428 |
{
"text": "12 years old and 3 days old and monday july 3rd and every monday and between 3am and 5:30am and 4 acres and 4 pico meters and chrimc@hotmail.com and $4 and $4.25 and also 32 and 210.4 and first and 10% and 10.5% and 425-555-1234 and 3 degrees and -27.5 degrees c",
"intents": {
"EntityTests": {
... | botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/Composite1.json/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/Composite1.json",
"repo_id": "botbuilder-python",
"token_count": 14934
} | 429 |
{
"query": "I want to travel on DL",
"topScoringIntent": {
"intent": "Travel",
"score": 0.8785189
},
"intents": [
{
"intent": "Travel",
"score": 0.8785189
}
],
"entities": [
{
"entity": "dl",
"type": "Airline... | botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/MultipleIntents_ListEntityWithMultiValues.json/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/tests/luis/test_data/MultipleIntents_ListEntityWithMultiValues.json",
"repo_id": "botbuilder-python",
"token_count": 352
} | 430 |
{
"answers": [
{
"questions": [
"Where can I buy home appliances?"
],
"answer": "Any Walmart store",
"score": 68,
"id": 56,
"source": "Editorial",
"metadata": [],
"context": {
"isContextOnly": false,
"prompts": []
... | botbuilder-python/libraries/botbuilder-ai/tests/qna/test_data/AnswerWithLowScoreProvidedWithoutContext.json/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/tests/qna/test_data/AnswerWithLowScoreProvidedWithoutContext.json",
"repo_id": "botbuilder-python",
"token_count": 375
} | 431 |
import json
from os import path
from unittest.mock import patch
import aiounittest
# from botbuilder.ai.qna import QnAMakerEndpoint, QnAMaker, QnAMakerOptions
from botbuilder.ai.qna.dialogs import QnAMakerDialog
from botbuilder.schema import Activity, ActivityTypes
from botbuilder.core import ConversationState, Memory... | botbuilder-python/libraries/botbuilder-ai/tests/qna/test_qna_dialog.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-ai/tests/qna/test_qna_dialog.py",
"repo_id": "botbuilder-python",
"token_count": 3042
} | 432 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
from setuptools import setup
REQUIRES = [
"azure-cosmos==3.2.0",
"azure-storage-blob==12.7.0",
"azure-storage-queue==12.1.5",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
"... | botbuilder-python/libraries/botbuilder-azure/setup.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-azure/setup.py",
"repo_id": "botbuilder-python",
"token_count": 614
} | 433 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import List
from botbuilder.schema import Activity, ConversationReference
from .middleware_set import Middleware
from .turn_context import TurnContext
class BotAssert:
@staticmethod
def activity_not_non... | botbuilder-python/libraries/botbuilder-core/botbuilder/core/bot_assert.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/bot_assert.py",
"repo_id": "botbuilder-python",
"token_count": 784
} | 434 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from botbuilder.core import BotState, Storage, TurnContext
class InspectionState(BotState):
def __init__(self, storage: Storage):
super().__init__(storage, self.__class__.__name__)
def get_storage_key( # p... | botbuilder-python/libraries/botbuilder-core/botbuilder/core/inspection/inspection_state.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/inspection/inspection_state.py",
"repo_id": "botbuilder-python",
"token_count": 151
} | 435 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from abc import ABC, abstractmethod
from typing import Dict, List
from botbuilder.core.turn_context import TurnContext
from botbuilder.schema import TokenResponse
from botframework.connector.auth import AppCredentials
clas... | botbuilder-python/libraries/botbuilder-core/botbuilder/core/oauth/user_token_provider.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/oauth/user_token_provider.py",
"repo_id": "botbuilder-python",
"token_count": 1692
} | 436 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from uuid import uuid4 as uuid
from botbuilder.core import TurnContext, Storage
from .conversation_id_factory import ConversationIdFactoryBase
from .skill_conversation_id_factory_options import SkillConversationIdFactoryOptio... | botbuilder-python/libraries/botbuilder-core/botbuilder/core/skills/skill_conversation_id_factory.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/skills/skill_conversation_id_factory.py",
"repo_id": "botbuilder-python",
"token_count": 1231
} | 437 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from inspect import getmembers
from typing import Type
from enum import Enum
from msrest.serialization import Model, Deserializer, Serializer
import botbuilder.schema as schema
import botbuilder.schema.teams as teams_schema... | botbuilder-python/libraries/botbuilder-core/botbuilder/core/teams/teams_helper.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/botbuilder/core/teams/teams_helper.py",
"repo_id": "botbuilder-python",
"token_count": 423
} | 438 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import hashlib
import json
from datetime import datetime
from uuid import uuid4
from asyncio import Future
from typing import Dict, List, Callable
from unittest.mock import Mock, MagicMock
import aiounittest
from botframewo... | botbuilder-python/libraries/botbuilder-core/tests/skills/test_skill_handler.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/tests/skills/test_skill_handler.py",
"repo_id": "botbuilder-python",
"token_count": 11803
} | 439 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from json import loads
import aiounittest
import requests_mock
from botbuilder.core import (
ConversationState,
MemoryStorage,
MessageFactory,
TurnContext,
UserState,
)
from botbuilder.core.adapters impor... | botbuilder-python/libraries/botbuilder-core/tests/test_inspection_middleware.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-core/tests/test_inspection_middleware.py",
"repo_id": "botbuilder-python",
"token_count": 4826
} | 440 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from abc import ABC
from botbuilder.core import TurnContext
from botbuilder.core.bot_framework_adapter import TokenExchangeRequest
from botbuilder.core.oauth import ConnectorClientBuilder, ExtendedUserTokenProvider
from botb... | botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/_user_token_access.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/_user_token_access.py",
"repo_id": "botbuilder-python",
"token_count": 2328
} | 441 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
class Token:
"""Represents an individual token, such as a word in an input string."""
def __init__(self, start: int, end: int, text: str, normalized: str):
"""
Parameters:
----------
... | botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/token.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/token.py",
"repo_id": "botbuilder-python",
"token_count": 259
} | 442 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from enum import Enum
class DialogTurnStatus(Enum):
"""
Indicates in which a dialog-related method is being called.
:var Empty: Indicates that there is currently nothing on the dialog stack.
:vartype Empty: ... | botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_turn_status.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_turn_status.py",
"repo_id": "botbuilder-python",
"token_count": 232
} | 443 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# User memory scope root path.
# <remarks>This property is deprecated, use ScopePath.User instead.</remarks>
USER = "user"
# Conversation memory scope root path.
# <remarks>This property is deprecated, use ScopePath.Conversa... | botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/scope_path.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/memory/scope_path.py",
"repo_id": "botbuilder-python",
"token_count": 328
} | 444 |
# 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-dialogs/botbuilder/dialogs/prompts/__init__.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/__init__.py",
"repo_id": "botbuilder-python",
"token_count": 421
} | 445 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import Dict
from botbuilder.core import TurnContext
from botbuilder.schema import ActivityTypes
from .prompt import Prompt
from .prompt_options import PromptOptions
from .prompt_recognizer_result import PromptReco... | botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/text_prompt.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/text_prompt.py",
"repo_id": "botbuilder-python",
"token_count": 668
} | 446 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import aiounittest
from botbuilder.dialogs.choices import Tokenizer
def _assert_token(token, start, end, text, normalized=None):
assert (
token.start == start
), f"Invalid token.start of '{token.start}' for ... | botbuilder-python/libraries/botbuilder-dialogs/tests/choices/test_choice_tokenizer.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/tests/choices/test_choice_tokenizer.py",
"repo_id": "botbuilder-python",
"token_count": 1162
} | 447 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import aiounittest
from botbuilder.core.adapters import TestAdapter, TestFlow
from botbuilder.schema import Activity
from botbuilder.core import ConversationState, MemoryStorage, TurnContext
from botbuilder.dialogs import (
... | botbuilder-python/libraries/botbuilder-dialogs/tests/test_waterfall.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-dialogs/tests/test_waterfall.py",
"repo_id": "botbuilder-python",
"token_count": 2220
} | 448 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import asyncio
import traceback
from typing import Any, Optional, Union
from aiohttp import ClientWebSocketResponse, WSMsgType, ClientSession
from aiohttp.web import WebSocketResponse
from botframework.streaming.transport.... | botbuilder-python/libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/streaming/aiohttp_web_socket.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/streaming/aiohttp_web_socket.py",
"repo_id": "botbuilder-python",
"token_count": 1168
} | 449 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from warnings import warn
from ._models_py3 import Activity
from ._models_py3 import ActivityEventNames
from ._models_py3 import AdaptiveCardInvokeAction
from ._models_py3 import AdaptiveCardInvokeResponse
from ._models_py3 ... | botbuilder-python/libraries/botbuilder-schema/botbuilder/schema/__init__.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-schema/botbuilder/schema/__init__.py",
"repo_id": "botbuilder-python",
"token_count": 1440
} | 450 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
__title__ = "botbuilder-testing"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Micr... | botbuilder-python/libraries/botbuilder-testing/botbuilder/testing/about.py/0 | {
"file_path": "botbuilder-python/libraries/botbuilder-testing/botbuilder/testing/about.py",
"repo_id": "botbuilder-python",
"token_count": 139
} | 451 |
# 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/aio/operations_async/__init__.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/aio/operations_async/__init__.py",
"repo_id": "botbuilder-python",
"token_count": 104
} | 452 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import Awaitable, Callable, Dict, List
from .authentication_constants import AuthenticationConstants
class AuthenticationConfiguration:
def __init__(
self,
required_endorsements: List[str] =... | botbuilder-python/libraries/botframework-connector/botframework/connector/auth/authentication_configuration.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/auth/authentication_configuration.py",
"repo_id": "botbuilder-python",
"token_count": 669
} | 453 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from typing import Dict, List, Union
from botbuilder.schema import Activity, RoleTypes
from ..channels import Channels
from .authentication_configuration import AuthenticationConfiguration
from .authentication_constants imp... | botbuilder-python/libraries/botframework-connector/botframework/connector/auth/jwt_token_validation.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/auth/jwt_token_validation.py",
"repo_id": "botbuilder-python",
"token_count": 3939
} | 454 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from abc import ABC, abstractmethod
from http import HTTPStatus
from typing import Union
class HttpResponseBase(ABC):
@property
@abstractmethod
def status_code(self) -> Union[HTTPStatus, int]:
raise NotI... | botbuilder-python/libraries/botframework-connector/botframework/connector/http_response_base.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/http_response_base.py",
"repo_id": "botbuilder-python",
"token_count": 181
} | 455 |
# 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/aio/_token_api_client_async.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/botframework/connector/token_api/aio/_token_api_client_async.py",
"repo_id": "botbuilder-python",
"token_count": 643
} | 456 |
interactions:
- request:
body: null
headers:
Accept: [application/json]
Accept-Encoding: ['gzip, deflate']
Connection: [keep-alive]
Content-Type: [application/json; charset=utf-8]
User-Agent: [python/3.5.3 (Linux-4.11.0-041100-generic-x86_64-with-Ubuntu-17.04-zesty)
reque... | botbuilder-python/libraries/botframework-connector/tests/recordings/test_conversations_get_conversation_members.yaml/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/tests/recordings/test_conversations_get_conversation_members.yaml",
"repo_id": "botbuilder-python",
"token_count": 614
} | 457 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import uuid
from typing import Dict, List, Union
from unittest.mock import Mock
import pytest
from botbuilder.schema import Activity, ConversationReference, ChannelAccount, RoleTypes
from botframework.connector import Chann... | botbuilder-python/libraries/botframework-connector/tests/test_auth.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-connector/tests/test_auth.py",
"repo_id": "botbuilder-python",
"token_count": 8861
} | 458 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from .assembler import Assembler
from .payload_stream_assembler import PayloadStreamAssembler
from .receive_request_assembler import ReceiveRequestAssembler
from .receive_response_assembler import ReceiveResponseAssembler
__... | botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/assemblers/__init__.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/assemblers/__init__.py",
"repo_id": "botbuilder-python",
"token_count": 136
} | 459 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import json
from typing import List
from .serializable import Serializable
from .stream_description import StreamDescription
class RequestPayload(Serializable):
def __init__(
self,
*,
verb: str ... | botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/models/request_payload.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/payloads/models/request_payload.py",
"repo_id": "botbuilder-python",
"token_count": 479
} | 460 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
class DisconnectedEventArgs:
def __init__(self, *, reason: str = None):
self.reason = reason
DisconnectedEventArgs.empty = DisconnectedEventArgs()
| botbuilder-python/libraries/botframework-streaming/botframework/streaming/transport/disconnected_event_args.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-streaming/botframework/streaming/transport/disconnected_event_args.py",
"repo_id": "botbuilder-python",
"token_count": 75
} | 461 |
from typing import List
from unittest import TestCase
from uuid import uuid4, UUID
import pytest
from botframework.streaming.payloads import HeaderSerializer
from botframework.streaming.payloads.models import Header, PayloadTypes
from botframework.streaming.transport import TransportConstants
class TestHeaderSeriali... | botbuilder-python/libraries/botframework-streaming/tests/test_header_serializer.py/0 | {
"file_path": "botbuilder-python/libraries/botframework-streaming/tests/test_header_serializer.py",
"repo_id": "botbuilder-python",
"token_count": 2237
} | 462 |
This guide documents how to configure and test SSO by using the parent and child bot projects.
## SetUp
- Go to [App registrations page on Azure Portal](https://ms.portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps)
- You need to create 2 AAD apps (one for the parent bot and one for the s... | botbuilder-python/tests/experimental/sso/parent/ReadMeForSSOTesting.md/0 | {
"file_path": "botbuilder-python/tests/experimental/sso/parent/ReadMeForSSOTesting.md",
"repo_id": "botbuilder-python",
"token_count": 933
} | 463 |
# Client Driver for Function E2E test
This contains the client code that drives the bot functional test.
It performs simple operations against the bot and validates results. | botbuilder-python/tests/functional-tests/functionaltestbot/client_driver/README.md/0 | {
"file_path": "botbuilder-python/tests/functional-tests/functionaltestbot/client_driver/README.md",
"repo_id": "botbuilder-python",
"token_count": 37
} | 464 |
#
# /etc/ssh/sshd_config
#
Port 2222
ListenAddress 0.0.0.0
LoginGraceTime 180
X11Forwarding yes
Ciphers aes128-cbc,3des-cbc,aes256-cbc
MACs hmac-sha1,hmac-sha1-96
StrictModes yes
SyslogFacility DAEMON
PrintMotd no
IgnoreRhosts no
#deprecated option
#RhostsAuthentica... | botbuilder-python/tests/functional-tests/functionaltestbot/sshd_config/0 | {
"file_path": "botbuilder-python/tests/functional-tests/functionaltestbot/sshd_config",
"repo_id": "botbuilder-python",
"token_count": 226
} | 465 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from botbuilder.core import Storage
from botbuilder.core.skills import ConversationIdFactoryBase
from botbuilder.schema import ConversationReference
class SkillConversationIdFactory(ConversationIdFactoryBase):
def __ini... | botbuilder-python/tests/skills/skills-buffered/parent/skill_conversation_id_factory.py/0 | {
"file_path": "botbuilder-python/tests/skills/skills-buffered/parent/skill_conversation_id_factory.py",
"repo_id": "botbuilder-python",
"token_count": 598
} | 466 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from botbuilder.core import ActivityHandler, MessageFactory, TurnContext
from botbuilder.schema import Activity, ActivityTypes, EndOfConversationCodes
class EchoBot(ActivityHandler):
async def on_message_activity(self, ... | botbuilder-python/tests/skills/skills-prototypes/simple-bot-to-bot/simple-child-bot/bots/echo_bot.py/0 | {
"file_path": "botbuilder-python/tests/skills/skills-prototypes/simple-bot-to-bot/simple-child-bot/bots/echo_bot.py",
"repo_id": "botbuilder-python",
"token_count": 497
} | 467 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Adieresis" format="2">
<advance width="1200"/>
<unicode hex="00C4"/>
<outline>
<component base="A"/>
<component base="dieresiscomb.case"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/A_dieresis.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/A_dieresis.glif",
"repo_id": "cascadia-code",
"token_count": 93
} | 468 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ecircumflex" format="2">
<advance width="1200"/>
<unicode hex="00CA"/>
<outline>
<component base="E"/>
<component base="circumflexcomb.case" xOffset="30"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflex.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflex.glif",
"repo_id": "cascadia-code",
"token_count": 97
} | 469 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Emacron" format="2">
<advance width="1200"/>
<unicode hex="0112"/>
<outline>
<component base="E"/>
<component base="macroncomb.case" xOffset="30"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/E_macron.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/E_macron.glif",
"repo_id": "cascadia-code",
"token_count": 95
} | 470 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Etilde" format="2">
<advance width="1200"/>
<unicode hex="1EBC"/>
<outline>
<component base="E"/>
<component base="tildecomb.case" xOffset="40"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/E_tilde.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/E_tilde.glif",
"repo_id": "cascadia-code",
"token_count": 97
} | 471 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ghestroke-cy" format="2">
<advance width="1200"/>
<unicode hex="0492"/>
<outline>
<contour>
<point x="-4" y="549" type="line"/>
<point x="725" y="549" type="line"/>
<point x="725" y="811" type="line"/>
<point x="-4" y="811" type="line... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/G_hestroke-cy.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/G_hestroke-cy.glif",
"repo_id": "cascadia-code",
"token_count": 378
} | 472 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Iishort-cy" format="2">
<advance width="1200"/>
<unicode hex="0419"/>
<outline>
<component base="Ii-cy"/>
<component base="brevecomb-cy.case"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/I_ishort-cy.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/I_ishort-cy.glif",
"repo_id": "cascadia-code",
"token_count": 97
} | 473 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="K" format="2">
<advance width="1200"/>
<unicode hex="004B"/>
<anchor x="620" y="0" name="bottom"/>
<anchor x="620" y="1420" name="top"/>
<outline>
<contour>
<point x="276" y="452" type="line"/>
<point x="805" y="452"/>
<point x="1111" y... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/K_.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/K_.glif",
"repo_id": "cascadia-code",
"token_count": 466
} | 474 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Lbar" format="2">
<advance width="1200"/>
<unicode hex="023D"/>
<outline>
<contour>
<point x="-20" y="641" type="line"/>
<point x="836" y="641" type="line"/>
<point x="836" y="883" type="line"/>
<point x="-20" y="883" type="line"/>
... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/L_bar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/L_bar.glif",
"repo_id": "cascadia-code",
"token_count": 175
} | 475 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Nacute.loclPLK" format="2">
<advance width="1200"/>
<outline>
<component base="N"/>
<component base="acutecomb.case.loclPLK"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.loclP_L_K_.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.loclP_L_K_.glif",
"repo_id": "cascadia-code",
"token_count": 91
} | 476 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ocircumflex" format="2">
<advance width="1200"/>
<unicode hex="00D4"/>
<outline>
<component base="O"/>
<component base="circumflexcomb.case"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflex.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflex.glif",
"repo_id": "cascadia-code",
"token_count": 93
} | 477 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ohorntilde" format="2">
<advance width="1200"/>
<unicode hex="1EE0"/>
<outline>
<component base="Ohorn"/>
<component base="tildecomb.case" xOffset="10"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/O_horntilde.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/O_horntilde.glif",
"repo_id": "cascadia-code",
"token_count": 99
} | 478 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Palochka-cy" format="2">
<advance width="1200"/>
<unicode hex="04C0"/>
<outline>
<component base="I"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/P_alochka-cy.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/P_alochka-cy.glif",
"repo_id": "cascadia-code",
"token_count": 79
} | 479 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Sacute" format="2">
<advance width="1200"/>
<unicode hex="015A"/>
<outline>
<component base="S"/>
<component base="acutecomb.case" xOffset="99"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.glif",
"repo_id": "cascadia-code",
"token_count": 95
} | 480 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Tau" format="2">
<advance width="1200"/>
<unicode hex="03A4"/>
<outline>
<component base="T"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/T_au.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/T_au.glif",
"repo_id": "cascadia-code",
"token_count": 76
} | 481 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ubreve" format="2">
<advance width="1200"/>
<unicode hex="016C"/>
<outline>
<component base="U"/>
<component base="brevecomb.case"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/U_breve.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/U_breve.glif",
"repo_id": "cascadia-code",
"token_count": 90
} | 482 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Upsilon" format="2">
<advance width="1200"/>
<unicode hex="03A5"/>
<outline>
<component base="Y"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/U_psilon.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/U_psilon.glif",
"repo_id": "cascadia-code",
"token_count": 77
} | 483 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Wcircumflex" format="2">
<advance width="1200"/>
<unicode hex="0174"/>
<outline>
<component base="W"/>
<component base="circumflexcomb.case"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/W_circumflex.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/W_circumflex.glif",
"repo_id": "cascadia-code",
"token_count": 92
} | 484 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="Ymacron" format="2">
<advance width="1200"/>
<unicode hex="0232"/>
<outline>
<component base="Y"/>
<component base="macroncomb.case"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/Y_macron.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/Y_macron.glif",
"repo_id": "cascadia-code",
"token_count": 90
} | 485 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="_alefMadda-ar.fina.rlig" format="2">
<anchor x="0" y="0" name="_overlap"/>
<anchor x="343" y="-141" name="bottom"/>
<anchor x="286" y="1505" name="top"/>
<outline>
<component base="_alef-ar.fina.short.rlig"/>
<component base="madda-ar" xOffset="-309" y... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/_alefM_adda-ar.fina.rlig.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/_alefM_adda-ar.fina.rlig.glif",
"repo_id": "cascadia-code",
"token_count": 408
} | 486 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="_twodotstah" format="2">
<advance width="1200"/>
<anchor x="600" y="767" name="_top"/>
<anchor x="600" y="532" name="_top.dot"/>
<anchor x="628" y="1407" name="top"/>
<outline>
<component base="_tahabove" xScale="0.9" yScale="0.9" xOffset="99" yOffset="4... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/_twodotstah.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/_twodotstah.glif",
"repo_id": "cascadia-code",
"token_count": 549
} | 487 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="adotbelow" format="2">
<advance width="1200"/>
<unicode hex="1EA1"/>
<outline>
<component base="a"/>
<component base="dotbelowcomb"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/adotbelow.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/adotbelow.glif",
"repo_id": "cascadia-code",
"token_count": 89
} | 488 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="ainThreedotsdownabove-ar.fina" format="2">
<advance width="1200"/>
<anchor x="601" y="1494" name="top"/>
<outline>
<component base="ain-ar.fina"/>
<component base="threedotsdownabove-ar" xScale="0.96" yScale="0.96" xOffset="34" yOffset="314"/>
</outlin... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ainT_hreedotsdownabove-ar.fina.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/ainT_hreedotsdownabove-ar.fina.glif",
"repo_id": "cascadia-code",
"token_count": 380
} | 489 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="alefMadda-ar.fina.alt" format="2">
<anchor x="0" y="0" name="_overlap"/>
<anchor x="319" y="-141" name="bottom"/>
<anchor x="293" y="1571" name="top"/>
<outline>
<component base="alef-ar.fina.short.alt" xOffset="6"/>
<component base="madda-ar" xOffset=... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefM_adda-ar.fina.alt.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefM_adda-ar.fina.alt.glif",
"repo_id": "cascadia-code",
"token_count": 573
} | 490 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="alefThreeabove-ar" format="2">
<advance width="1200"/>
<unicode hex="0774"/>
<anchor x="610" y="-141" name="bottom"/>
<anchor x="411" y="1570" name="top"/>
<outline>
<component base="alef-ar.short"/>
<component base="three-persian.small01" xOffset="-... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefT_hreeabove-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefT_hreeabove-ar.glif",
"repo_id": "cascadia-code",
"token_count": 390
} | 491 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="alefWavyhamzabelow-ar" format="2">
<advance width="1200"/>
<unicode hex="0673"/>
<anchor x="559" y="-523" name="bottom"/>
<outline>
<component base="alef-ar"/>
<component base="wavyhamzabelow-ar" xOffset="7" yOffset="-26"/>
</outline>
<lib>
<di... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefW_avyhamzabelow-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/alefW_avyhamzabelow-ar.glif",
"repo_id": "cascadia-code",
"token_count": 376
} | 492 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="apostrophemod" format="2">
<advance width="1200"/>
<unicode hex="02BC"/>
<outline>
<component base="quoteright"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.ComponentInfo</key>
<array>
<dict>
<key>alignmen... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/apostrophemod.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/apostrophemod.glif",
"repo_id": "cascadia-code",
"token_count": 277
} | 493 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="asterisk_asterisk.liga" format="2">
<advance width="1200"/>
<outline>
<component base="asterisk" xOffset="60"/>
<component base="asterisk" xOffset="1140"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.ComponentInfo</key>
<a... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk.liga.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk.liga.glif",
"repo_id": "cascadia-code",
"token_count": 416
} | 494 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="bar" format="2">
<advance width="1200"/>
<unicode hex="007C"/>
<outline>
<contour>
<point x="468" y="-310" type="line"/>
<point x="732" y="-310" type="line"/>
<point x="732" y="1730" type="line"/>
<point x="468" y="1730" type="line"/>... | 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": 166
} | 495 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="beh-ar.fina" format="2">
<advance width="1200"/>
<outline>
<component base="behDotless-ar.fina"/>
<component base="dotbelow-ar" xOffset="-20" yOffset="-24"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98,0.36,0.67,1</... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/beh-ar.fina.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/beh-ar.fina.glif",
"repo_id": "cascadia-code",
"token_count": 167
} | 496 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="behMeemabove-ar.init.alt" format="2">
<advance width="1200"/>
<anchor x="0" y="0" name="overlap"/>
<outline>
<component base="behDotless-ar.init.alt"/>
<component base="dotbelow-ar" xOffset="210" yOffset="-24"/>
<component base="meemStopabove-ar" xOf... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behM_eemabove-ar.init.alt.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behM_eemabove-ar.init.alt.glif",
"repo_id": "cascadia-code",
"token_count": 512
} | 497 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="behVabove-ar.fina.alt" format="2">
<advance width="1200"/>
<outline>
<component base="behDotless-ar.fina.alt"/>
<component base="vabove-ar" xOffset="-700" yOffset="93"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.ComponentInfo<... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behV_above-ar.fina.alt.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behV_above-ar.fina.alt.glif",
"repo_id": "cascadia-code",
"token_count": 347
} | 498 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="behVinvertedbelow-ar" format="2">
<advance width="1200"/>
<unicode hex="0755"/>
<outline>
<component base="behDotless-ar"/>
<component base="_vinvertedbelow-ar" xOffset="-20" yOffset="-24"/>
</outline>
<lib>
<dict>
<key>public.markColor</ke... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behV_invertedbelow-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behV_invertedbelow-ar.glif",
"repo_id": "cascadia-code",
"token_count": 177
} | 499 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="behhamzaabove-ar.medi" format="2">
<advance width="1200"/>
<outline>
<component base="beh-ar.medi"/>
<component base="hamzaabove-ar" xOffset="10" yOffset="-349"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98,0.36,0.6... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behhamzaabove-ar.medi.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/behhamzaabove-ar.medi.glif",
"repo_id": "cascadia-code",
"token_count": 165
} | 500 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="bracketleft_bar.liga" format="2">
<advance width="1200"/>
<outline>
<contour>
<point x="510" y="-214" type="line"/>
<point x="774" y="-214" type="line"/>
<point x="774" y="1634" type="line"/>
<point x="510" y="1634" type="line"/>
</... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/bracketleft_bar.liga.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/bracketleft_bar.liga.glif",
"repo_id": "cascadia-code",
"token_count": 573
} | 501 |
<?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>.notdef</key>
<string>_notdef.glif</string>
<key>A</key>
<string>A_.glif</string>
<key>A-cy</key>
<string>A_-cy.glif</... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/contents.plist/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/contents.plist",
"repo_id": "cascadia-code",
"token_count": 169123
} | 502 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="dadDotbelow-ar.init" format="2">
<advance width="1200"/>
<outline>
<component base="dad-ar.init"/>
<component base="dotbelow-ar" xOffset="50" yOffset="-24"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98,0.36,0.67,1</... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dadD_otbelow-ar.init.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dadD_otbelow-ar.init.glif",
"repo_id": "cascadia-code",
"token_count": 164
} | 503 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="dalRing-ar" format="2">
<advance width="1200"/>
<unicode hex="0689"/>
<outline>
<component base="dal-ar"/>
<component base="ringArabic" xOffset="-27" yOffset="-65"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Glyphs.ComponentInfo</k... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dalR_ing-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dalR_ing-ar.glif",
"repo_id": "cascadia-code",
"token_count": 469
} | 504 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="dataLinkEscapeControl" format="2">
<advance width="1200"/>
<unicode hex="2410"/>
<outline>
<component base="D.half" xOffset="-10" yOffset="781"/>
<component base="L.half" xOffset="370"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Gl... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif",
"repo_id": "cascadia-code",
"token_count": 478
} | 505 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="e-ar.init" format="2">
<advance width="1200"/>
<outline>
<component base="beeh-ar.init"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98,0.36,0.67,1</string>
</dict>
</lib>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/e-ar.init.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/e-ar.init.glif",
"repo_id": "cascadia-code",
"token_count": 138
} | 506 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="exclam_colon.liga" format="2">
<advance width="1200"/>
<outline>
<component base="exclam" xOffset="240"/>
<component base="colon" xOffset="1100"/>
</outline>
</glyph>
| cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/exclam_colon.liga.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/exclam_colon.liga.glif",
"repo_id": "cascadia-code",
"token_count": 94
} | 507 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="feh-ar" format="2">
<advance width="1200"/>
<unicode hex="0641"/>
<outline>
<component base="fehDotless-ar"/>
<component base="dotabove-ar" xOffset="249" yOffset="460"/>
</outline>
<lib>
<dict>
<key>public.markColor</key>
<string>0.98... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/feh-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/feh-ar.glif",
"repo_id": "cascadia-code",
"token_count": 171
} | 508 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="fehThreedotsbelow-ar" format="2">
<advance width="1200"/>
<unicode hex="06A5"/>
<outline>
<component base="fehDotless-ar"/>
<component base="threedotsdownbelow-ar" xOffset="292" yOffset="-18"/>
</outline>
<lib>
<dict>
<key>com.schriftgestal... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fehT_hreedotsbelow-ar.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fehT_hreedotsbelow-ar.glif",
"repo_id": "cascadia-code",
"token_count": 358
} | 509 |
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="fileSeparatorControl" format="2">
<advance width="1200"/>
<unicode hex="241C"/>
<outline>
<component base="F.half" xOffset="-10" yOffset="781"/>
<component base="S.half" xOffset="370"/>
</outline>
<lib>
<dict>
<key>com.schriftgestaltung.Gly... | cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fileS_eparatorC_ontrol.glif/0 | {
"file_path": "cascadia-code/sources/CascadiaCode-Bold.ufo/glyphs/fileS_eparatorC_ontrol.glif",
"repo_id": "cascadia-code",
"token_count": 478
} | 510 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.