Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.d.ts 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. // This module is generated by `script/`.
  2. export type Constant =
  3. | 1
  4. | 2
  5. | 6
  6. | 63
  7. | 32
  8. | 'CDATA['
  9. | 7
  10. | 31
  11. | 3
  12. | 'flow'
  13. | 'content'
  14. | 'string'
  15. | 'text'
  16. | 4
  17. | 5
  18. | 8
  19. | 999
  20. | 10
  21. | 16
  22. | 10000
  23. // @for-script: REMOVE_ALL_THING_BELOW
  24. export interface Constants {
  25. attentionSideBefore: 1
  26. attentionSideAfter: 2
  27. atxHeadingOpeningFenceSizeMax: 6
  28. autolinkDomainSizeMax: 63
  29. autolinkSchemeSizeMax: 32
  30. cdataOpeningString: 'CDATA['
  31. characterGroupWhitespace: 1
  32. characterGroupPunctuation: 2
  33. characterReferenceDecimalSizeMax: 7
  34. characterReferenceHexadecimalSizeMax: 6
  35. characterReferenceNamedSizeMax: 31
  36. codeFencedSequenceSizeMin: 3
  37. contentTypeFlow: 'flow'
  38. contentTypeContent: 'content'
  39. contentTypeString: 'string'
  40. contentTypeText: 'text'
  41. hardBreakPrefixSizeMin: 2
  42. htmlRaw: 1
  43. htmlComment: 2
  44. htmlInstruction: 3
  45. htmlDeclaration: 4
  46. htmlCdata: 5
  47. htmlBasic: 6
  48. htmlComplete: 7
  49. htmlRawSizeMax: 8
  50. linkResourceDestinationBalanceMax: 3
  51. linkReferenceSizeMax: 999
  52. listItemValueSizeMax: 10
  53. numericBaseDecimal: 10
  54. numericBaseHexadecimal: 16
  55. tabSize: 4
  56. thematicBreakMarkerCountMin: 3
  57. v8MaxSafeChunkSize: 10000
  58. }
  59. declare const value: Constants
  60. export default value