Skip to content
Snippets Groups Projects
Select Git revision
  • e78078b5ec62d93ab615b183deba7e9d785eb24e
  • main default protected
  • add_export_route
  • add_route_assignments
  • 4.1.0-dev
  • 4.0.0
  • 3.5.3
  • 3.5.3-dev
  • 3.5.2
  • 3.5.2-dev
  • 3.5.1
  • 3.5.1-dev
  • 3.5.0
  • 3.4.2
  • 3.4.1
  • 3.4.0
  • 3.3.0
  • 3.2.0
  • 3.1.3
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 3.0.1
  • 3.0.0
24 results

GitlabManager.ts

Blame
  • Forked from Dojo Project (HES-SO) / Projects / Backend / DojoBackendAPI
    Source project has a limited visibility.
    constants.js 572 B
    
    export const SLIDES_SELECTOR = '.slides section';
    export const HORIZONTAL_SLIDES_SELECTOR = '.slides>section';
    export const VERTICAL_SLIDES_SELECTOR = '.slides>section.present>section';
    
    // Methods that may not be invoked via the postMessage API
    export const POST_MESSAGE_METHOD_BLACKLIST = /registerPlugin|registerKeyboardShortcut|addKeyBinding|addEventListener/;
    
    // Regex for retrieving the fragment style from a class attribute
    export const FRAGMENT_STYLE_REGEX = /fade-(down|up|right|left|out|in-then-out|in-then-semi-out)|semi-fade-out|current-visible|shrink|grow/;