Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 81 for Soref (0.22 sec)

  1. docs/_posts/2022-10-20-jekyll-4-3-0-released.markdown

    As always, we are grateful to the many contributors that helped improve the project codebase and documentation:
    
    <small>Ashwin Maroli, Frank Taillandier, Matt Rogers, Parker Moore, Kelvin M. Klann, Josh Soref, Youssef Boulkaid,
    Emily Grace Seville, Robert Martin, jaybe@jekyll, Ben Keith, Jonathan Darrer, Kaben, Mike Kasberg, Moncef Belyamani,
    Plain Text
    - Registered: 2023-03-14 01:54
    - Last Modified: 2022-10-20 15:57
    - 4.3K bytes
    - Viewed (0)
  2. docs/content/authors.md

      * Hekmon <******@****.***>
      * LaSombra <******@****.***>
      * Dov Murik <******@****.***>
      * Ameer Dawood <******@****.***>
      * Dan Hipschman <******@****.***>
      * Josh Soref <******@****.***>
      * David <******@****.***>
      * Ingo <******@****.***>
      * Adam Plánský <******@****.***> <******@****.***>
      * Manish Gupta <******@****.***>
    Plain Text
    - Registered: 2023-02-06 07:43
    - Last Modified: 2023-02-01 12:00
    - 28.9K bytes
    - Viewed (1)
  3. AUTHORS

    Jupp Müller <******@****.***>
    Poprádi Árpád <******@****.***>
    Charlie Rudolph <******@****.***>
    Angelica Valenta <******@****.***>
    Jan Krems <******@****.***>
    Josh Soref <******@****.***>
    solodynamo <******@****.***>
    Eli Skeggs <******@****.***>
    Nikolaos Georgiou <******@****.***>
    olsonpm <******@****.***>
    Plain Text
    - Registered: 2023-03-13 12:38
    - Last Modified: 2022-12-11 14:00
    - 20.2K bytes
    - Viewed (0)
  4. .mailmap

    Josh Eveleth <******@****.***> <******@****.***>
    Josh Hawn <******@****.***> <******@****.***>
    Josh Horwitz <******@****.***> <******@****.***>
    Josh Soref <******@****.***> <******@****.***>
    Josh Wilson <******@****.***> <******@****.***>
    Joyce Jang <******@****.***>
    Plain Text
    - Registered: 2023-03-15 12:04
    - Last Modified: 2022-11-30 11:05
    - 37.2K bytes
    - Viewed (0)
  5. AUTHORS

    Josh Chorlton <******@****.***>
    Josh Eveleth <******@****.***>
    Josh Hawn <******@****.***>
    Josh Horwitz <******@****.***>
    Josh Poimboeuf <******@****.***>
    Josh Soref <******@****.***>
    Josh Wilson <******@****.***>
    Josiah Kiehl <******@****.***>
    José Tomás Albornoz <******@****.***>
    Joyce Jang <******@****.***>
    JP <******@****.***>
    Plain Text
    - Registered: 2023-03-15 12:04
    - Last Modified: 2023-03-06 16:11
    - 87.6K bytes
    - Viewed (0)
  6. docs/content/changelog.md

            * Add verification of addresses (YanceyChiew)
        * sync: Optimise `--copy-dest` and `--compare-dest` (Nick Craig-Wood)
        * doc updates (albertony, Alexander Knorr, anonion, João Henrique Franco, Josh Soref, Lorenzo Milesi, Marco Molteni, Mark Trolley, Ole Frost, partev, Ryan Morey, Tom Mombourquette, YFdyh000)
    * Bug Fixes
        * filter
    Plain Text
    - Registered: 2023-02-06 07:43
    - Last Modified: 2022-12-23 18:26
    - 220.5K bytes
    - Viewed (0)
  7. packages/vuetify/src/labs/VDataTable/VDataTable.tsx

        const { columns } = createHeaders(props, {
          groupBy,
          showSelect: toRef(props, 'showSelect'),
          showExpand: toRef(props, 'showExpand'),
        })
    
        const { items } = useDataTableItems(props, columns)
    
        const filterKeys = computed(() => columns.value.map(c => 'columns.' + c.key))
        const search = toRef(props, 'search')
    Plain Text
    - Registered: 2023-03-20 06:45
    - Last Modified: 2023-03-11 15:08
    - 5.7K bytes
    - Viewed (2)
  8. packages/vuetify/src/components/VSelectionControlGroup/VSelectionControlGroup.tsx

          [props.defaultsTarget]: {
            color: toRef(props, 'color'),
            disabled: toRef(props, 'disabled'),
            density: toRef(props, 'density'),
            error: toRef(props, 'error'),
            inline: toRef(props, 'inline'),
            modelValue,
            multiple: computed(() => !!props.multiple || (props.multiple == null && Array.isArray(modelValue.value))),
            name,
            falseIcon: toRef(props, 'falseIcon'),
    Plain Text
    - Registered: 2023-03-20 06:45
    - Last Modified: 2023-02-10 13:43
    - 3.3K bytes
    - Viewed (0)
  9. packages/vuetify/src/components/VTabs/VTabs.tsx

        provideDefaults({
          VTab: {
            color: toRef(props, 'color'),
            direction: toRef(props, 'direction'),
            stacked: toRef(props, 'stacked'),
            fixed: toRef(props, 'fixedTabs'),
            sliderColor: toRef(props, 'sliderColor'),
            hideSlider: toRef(props, 'hideSlider'),
          },
        })
    
        useRender(() => (
    Plain Text
    - Registered: 2023-03-20 06:45
    - Last Modified: 2023-03-15 17:40
    - 3.3K bytes
    - Viewed (0)
  10. packages/vuetify/src/labs/VDataTable/VDataTableVirtual.tsx

        const { columns } = createHeaders(props, {
          groupBy,
          showSelect: toRef(props, 'showSelect'),
          showExpand: toRef(props, 'showExpand'),
        })
        const { items } = useDataTableItems(props, columns)
    
        const filterKeys = computed(() => columns.value.map(c => 'columns.' + c.key))
        const search = toRef(props, 'search')
        const { filteredItems } = useFilter<DataTableItem>(props, items, search, { filterKeys })
    Plain Text
    - Registered: 2023-03-20 06:45
    - Last Modified: 2023-03-11 15:08
    - 5.4K bytes
    - Viewed (0)
Back to top