Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 359 for labeled (0.12 seconds)

  1. src/main/webapp/WEB-INF/view/admin/group/admin_group_details.jsp

                                    <table class="table table-bordered" aria-label="<la:message key="labels.group_details" />">
                                        <tbody>
                                        <tr>
                                            <th style="width: 25%"><la:message
                                                    key="labels.group_name"/></th>
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader.jsp

                                                <table class="table table-bordered table-striped" aria-label="<la:message key="labels.request_header_list" />">
                                                    <thead>
                                                    <tr>
                                                        <th><la:message key="labels.reqheader_list_name"/></th>
                                                        <th><la:message
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 5.6K bytes
    - Click Count (0)
  3. .github/ISSUE_TEMPLATE/40_contributor_documentation.yml

      - type: dropdown
        id: issue-type
        attributes:
          label: Issue type
          options:
            - Wrong or misleading information
            - Missing information
            - Styling or Accessibility
            - Typo (please open a PR instead)
        validations:
          required: true
      - type: textarea
        id: description
        attributes:
          label: Problem description
          description: |
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Jan 15 10:01:01 GMT 2024
    - 1.6K bytes
    - Click Count (0)
  4. .github/workflows/label-approved.yml

    name: Label Approved
    
    on:
      schedule:
        - cron: "0 12 * * *"
      workflow_dispatch:
    
    permissions:
      pull-requests: write
    
    env:
      UV_SYSTEM_PYTHON: 1
    
    jobs:
      label-approved:
        if: github.repository_owner == 'fastapi'
        runs-on: ubuntu-latest
        steps:
        - name: Dump GitHub context
          env:
            GITHUB_CONTEXT: ${{ toJson(github) }}
          run: echo "$GITHUB_CONTEXT"
        - uses: actions/checkout@v6
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Nov 21 13:03:21 GMT 2025
    - 1.1K bytes
    - Click Count (0)
  5. src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken.jsp

                                            <table class="table table-bordered table-striped" aria-label="<la:message key="labels.access_token_list" />">
                                                <thead>
                                                <tr>
                                                    <th><la:message
                                                            key="labels.access_token_list_name"/></th>
                                                </tr>
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 4.8K bytes
    - Click Count (0)
  6. scripts/contributors.py

        url: str
    
    
    class LabelNode(BaseModel):
        name: str
    
    
    class Labels(BaseModel):
        nodes: list[LabelNode]
    
    
    class ReviewNode(BaseModel):
        author: Author | None = None
        state: str
    
    
    class Reviews(BaseModel):
        nodes: list[ReviewNode]
    
    
    class PullRequestNode(BaseModel):
        number: int
        labels: Labels
        author: Author | None = None
        title: str
        createdAt: datetime
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 16 12:34:01 GMT 2025
    - 8.6K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                    <table class="table table-bordered" aria-label="<la:message key="labels.web_config_details" />">
                                        <tbody>
                                        <c:if test="${id != null}">
                                            <tr>
                                                <th style="width: 25%"><la:message key="labels.id"/></th>
                                                <td>${f:h(id)}</td>
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 10.8K bytes
    - Click Count (0)
  8. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                    <table class="table table-bordered" aria-label="<la:message key="labels.file_config_details" />">
                                        <tbody>
                                        <c:if test="${id != null}">
                                            <tr>
                                                <th style="width: 25%"><la:message key="labels.id"/></th>
                                                <td>${f:h(id)}</td>
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 10.7K bytes
    - Click Count (0)
  9. .github/ISSUE_TEMPLATE/20_contributor_feature_request.yml

      - type: textarea
        id: expected-behavior
        attributes:
          label: Expected Behavior
          description: Tell us how it should work
        validations:
          required: true
      - type: textarea
        id: current-behavior
        attributes:
          label: Current Behavior (optional)
          description: Is there a way to achieve the same or similar outcome today?
        validations:
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Nov 27 15:48:22 GMT 2025
    - 1.5K bytes
    - Click Count (0)
  10. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp

                                                <thead>
                                                <tr>
                                                    <th><la:message key="labels.dict_stemmeroverride_source"/></th>
                                                    <th><la:message key="labels.dict_stemmeroverride_target"/></th>
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 10.4K bytes
    - Click Count (0)
Back to Top