Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 203 for Scharf (0.36 sec)

  1. runtime/ftplugin/elm.vim

    " Elm filetype plugin file
    " Language: Elm
    " Maintainer: Andreas Scharf <******@****.***>
    " Latest Revision: 2022-04-25
    
    if exists("b:did_ftplugin")
      finish
    endif
    let b:did_ftplugin = 1
    
    let s:cpo_save = &cpo
    set cpo&vim
    
    setlocal comments=s1fl:{-,mb:\ ,ex:-},:--
    setlocal commentstring=--\ %s
    
    let b:undo_ftplugin = "setl com< cms<"
    
    let &cpo = s:cpo_save
    Plain Text
    - Registered: 2023-03-13 08:44
    - Last Modified: 2022-04-27 15:48
    - 369 bytes
    - Viewed (0)
  2. runtime/ftplugin/elm.vim

    " Elm filetype plugin file
    " Language: Elm
    " Maintainer: Andreas Scharf <******@****.***>
    " Latest Revision: 2022-04-25
    
    if exists("b:did_ftplugin")
      finish
    endif
    let b:did_ftplugin = 1
    
    let s:cpo_save = &cpo
    set cpo&vim
    
    setlocal comments=s1fl:{-,mb:\ ,ex:-},:--
    setlocal commentstring=--\ %s
    
    let b:undo_ftplugin = "setl com< cms<"
    
    let &cpo = s:cpo_save
    Plain Text
    - Registered: 2023-03-13 09:55
    - Last Modified: 2022-04-27 14:25
    - 369 bytes
    - Viewed (0)
  3. runtime/indent/elm.vim

    " Elm indent plugin file
    " Language: Elm
    " Maintainer: Andreas Scharf <******@****.***>
    " Original Author: Joseph Hager <******@****.***>
    " Copyright: Joseph Hager <******@****.***>
    " License: BSD3
    " Latest Revision: 2021-09-29
    
    " Only load this indent file when no other was loaded.
    if exists('b:did_indent')
    	finish
    endif
    let b:did_indent = 1
    
    " Local defaults
    setlocal expandtab
    setlocal indentexpr=GetElmIndent()
    Plain Text
    - Registered: 2023-03-13 08:44
    - Last Modified: 2021-10-05 12:12
    - 3.2K bytes
    - Viewed (0)
  4. runtime/indent/elm.vim

    " Elm indent plugin file
    " Language: Elm
    " Maintainer: Andreas Scharf <******@****.***>
    " Original Author: Joseph Hager <******@****.***>
    " Copyright: Joseph Hager <******@****.***>
    " License: BSD3
    " Latest Revision: 2021-09-29
    
    " Only load this indent file when no other was loaded.
    if exists('b:did_indent')
    	finish
    endif
    let b:did_indent = 1
    
    " Local defaults
    setlocal expandtab
    setlocal indentexpr=GetElmIndent()
    Plain Text
    - Registered: 2023-03-13 09:55
    - Last Modified: 2021-10-04 20:32
    - 3.2K bytes
    - Viewed (0)
  5. AUTHORS

    Michael Käufl <******@****.***>
    Michael Neale <******@****.***>
    Michael Nussbaum <******@****.***>
    Michael Prokop <******@****.***>
    Michael Scharf <github@scharf.gr>
    Michael Spetsiotis <******@****.***>
    Michael Stapelberg <******@****.***>
    Michael Steinert <******@****.***>
    Michael Thies <******@****.***>
    Plain Text
    - Registered: 2023-03-15 12:04
    - Last Modified: 2023-03-06 16:11
    - 87.6K bytes
    - Viewed (0)
  6. docs/_style/prism-master/tests/languages/opencl/keyword_feature.test

    read_only
    read_write
    register
    reserve_id_t
    restrict
    sampler_t
    short
    short16
    short2
    short3
    short4
    short8
    size_t
    static
    struct
    switch
    typedef
    uchar
    uchar16
    uchar2
    uchar3
    uchar4
    uchar8
    uint
    uint16
    uint2
    uint3
    uint4
    uint8
    uintptr_t
    ulong
    ulong16
    ulong2
    ulong3
    ulong4
    ulong8
    uniform
    union
    unsigned
    ushort
    Plain Text
    - Registered: 2023-03-16 20:08
    - Last Modified: 2018-12-19 06:09
    - 7.3K bytes
    - Viewed (0)
  7. src/app/pages/dashboard/electricity/electricity-chart/electricity-chart.component.scss

    @import '../../../../@theme/styles/themes';
    
    @include nb-install-component() {
    
      display: block;
      flex: 1;
      position: relative;
    
      .echart {
        position: absolute;
        width: 100%;
        height: 100%;
      }
    Plain Text
    - Registered: 2023-03-20 00:23
    - Last Modified: 2017-09-19 13:54
    - 209 bytes
    - Viewed (0)
  8. src/app/pages/e-commerce/visitors-analytics/visitors-analytics-chart/visitors-analytics-chart.component.scss

    @import '../../../../@theme/styles/themes';
    
    @include nb-install-component() {
      display: block;
      height: 17.5rem;
      width: 100%;
    
      .echart {
        display: block;
        height: 100%;
        width: 100%;
      }
    Plain Text
    - Registered: 2023-03-20 00:23
    - Last Modified: 2019-07-02 13:18
    - 205 bytes
    - Viewed (0)
  9. src/app/pages/e-commerce/charts-panel/charts/profit-chart.component.ts

    import { takeWhile } from 'rxjs/operators';
    
    import { ProfitChart } from '../../../../@core/data/profit-chart';
    import { LayoutService } from '../../../../@core/utils/layout.service';
    
    @Component({
      selector: 'ngx-profit-chart',
      styleUrls: ['./charts-common.component.scss'],
      template: `
        <div echarts [options]="options" class="echart" (chartInit)="onChartInit($event)"></div>
      `,
    })
    Plain Text
    - Registered: 2023-03-20 00:23
    - Last Modified: 2020-04-15 13:18
    - 4.8K bytes
    - Viewed (0)
  10. src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.scss

    @include nb-install-component() {
      display: flex;
      flex-direction: column;
      height: 100%;
      flex: 1;
      padding: nb-theme(card-padding);
    
      .header {
        margin-left: 1rem;
      }
    
      .echart {
        height: 75%;
      }
    
      @include media-breakpoint-down(sm) {
        height: 50%;
      }
    Plain Text
    - Registered: 2023-03-20 00:23
    - Last Modified: 2023-03-07 18:26
    - 418 bytes
    - Viewed (0)
Back to top