How to use the global/document.querySelector function in global

To help you get started, we’ve selected a few global examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cyclejs / cyclejs / dom / dist / cycle-dom.js View on Github external
function makeDOMDriver(container, options) {
  // Find and prepare the container
  var domContainer = typeof container === "string" ? document.querySelector(container) : container;
  // Check pre-conditions
  if (typeof container === "string" && domContainer === null) {
    throw new Error("Cannot render into unknown element `" + container + "`");
  } else if (!isElement(domContainer)) {
    throw new Error("Given container is not a DOM element neither a selector " + "string.");
  }

  var _ref3 = options || {};

  var _ref3$onError = _ref3.onError;
  var onError = _ref3$onError === undefined ? console.error.bind(console) : _ref3$onError;

  if (typeof onError !== "function") {
    throw new Error("You provided an `onError` to makeDOMDriver but it was " + "not a function. It should be a callback function to handle errors.");
  }
github cristipufu / SwiftClient / samples / SwiftClient.Demo / wwwroot / lib / video-js / src / js / player.js View on Github external
// Might think we should do this after embedding in container so .vjs-tech class
    // doesn't flash 100% width/height, but class only applies with .video-js parent
    tag.id += '_html5_api';
    tag.className = 'vjs-tech';

    // Make player findable on elements
    tag.player = el.player = this;
    // Default state of video is paused
    this.addClass('vjs-paused');

    // Add a style element in the player that we'll use to set the width/height
    // of the player in a way that's still overrideable by CSS, just like the
    // video element
    this.styleEl_ = stylesheet.createStyleElement('vjs-styles-dimensions');
    let defaultsStyleEl = document.querySelector('.vjs-styles-defaults');
    let head = document.querySelector('head');
    head.insertBefore(this.styleEl_, defaultsStyleEl ? defaultsStyleEl.nextSibling : head.firstChild);

    // Pass in the width/height/aspectRatio options which will update the style el
    this.width(this.options_.width);
    this.height(this.options_.height);
    this.fluid(this.options_.fluid);
    this.aspectRatio(this.options_.aspectRatio);

    // insertElFirst seems to cause the networkState to flicker from 3 to 2, so
    // keep track of the original for later so we can know if the source originally failed
    tag.initNetworkState_ = tag.networkState;

    // Wrap video tag in div (el/box) container
    if (tag.parentNode) {
      tag.parentNode.insertBefore(el, tag);
    }
github dvajs / dva / packages / dva-react-router-3 / src / index.js View on Github external
function start(container) {
    // 允许 container 是字符串,然后用 querySelector 找元素
    if (isString(container)) {
      container = document.querySelector(container);
      invariant(
        container,
        `[app.start] container ${container} not found`,
      );
    }

    // 并且是 HTMLElement
    invariant(
      !container || isHTMLElement(container),
      `[app.start] container should be HTMLElement`,
    );

    // 路由必须提前注册
    invariant(
      app._router,
      `[app.start] router must be registered before app.start()`,
github dvajs / dva / packages / dva / src / index.js View on Github external
function start(container) {
    // 允许 container 是字符串,然后用 querySelector 找元素
    if (isString(container)) {
      container = document.querySelector(container);
      invariant(container, `[app.start] container ${container} not found`);
    }

    // 并且是 HTMLElement
    invariant(
      !container || isHTMLElement(container),
      `[app.start] container should be HTMLElement`,
    );

    // 路由必须提前注册
    invariant(app._router, `[app.start] router must be registered before app.start()`);

    if (!app._store) {
      oldAppStart.call(app);
    }
    const store = app._store;
github wooorm / checkmoji / src / index.js View on Github external
'use strict'

var doc = require('global/document')
var debounce = require('debounce')
var regex = require('emoji-regex')()
var data = require('./emoji.json')
var platforms = require('./platforms.json')

var $form = doc.querySelector('#form')
var $input = doc.querySelector('#in')
var $options = doc.querySelector('#options')
var $output = doc.querySelector('#out')
var $current = doc.querySelector('#current')

var value = 'To be or not to 🐝, that is the ❓'
var defaults = ['apple', 'google', 'facebook', 'twitter']

Object.keys(platforms).forEach(each)

$form.addEventListener('submit', onsubmit)
$input.addEventListener('input', debounce(onchange, 200))

onchange()

init()
github JuliaGizmos / Escher.jl / typography-api.html View on Github external
window.addEventListener('WebComponentsReady', function() {
    new Patchwork.Node("root", {"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"div","p":{"style":{"flexBasis":"0.0mm","flexGrow":1.0}}},{"t":"div","p":{"style":{"padding":"4.0em","maxWidth":"50.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"span","p":{"className":"title-2 "},"c":[{"txt":"Typography"}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"h1","p":{"className":"md-heading heading-1 "},"c":[{"txt":"Functions"}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.fontsize"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"size"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"@compat Union{FontSize,Length}"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tiles"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"WithFontSize{T \<: @compat(Union{FontSize,Length})}"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the font size of text in one or more tiles"}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"size"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The font size"}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tiles"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a list of tiles"}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.fontweight"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"weight"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"@compat Union{Int,FontWeight}"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tiles"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"WithFontWeight{T \<: @compat(Union{Int,FontWeight})}"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the font weight of text in one or more tiles."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"weight"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"Font weight. Valid font weights are multiplies of 100 between 100 and 900."}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tiles"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.fontcolor"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"color"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Color"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tiles"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"FontColor"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the font color."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"color"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The color."}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tiles"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.fontstyle"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"style"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"FontStyle"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tiles"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"WithFontStyle"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the font style."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"style"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"md-paragraph "},"c":[{"t":"span","c":[{"txt":"The font style. Valid font styles are "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"normal"}]}]},{"t":"span","c":[{"txt":", "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"slanted"}]}]},{"t":"span","c":[{"txt":" and "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"italic"}]}]},{"t":"span","c":[{"txt":"."}]}]}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tiles"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.fontfamily"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"family"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"AbstractString"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tile"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"FontFamily"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the font family."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"family"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The font family"}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tile"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles"}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.fonttype"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"typ"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"FontType"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tiles"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"WithFontType"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the font type."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"typ"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"md-paragraph "},"c":[{"t":"span","c":[{"txt":"The font type. Valid font types are "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"serif"}]}]},{"t":"span","c":[{"txt":", "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"sanserif"}]}]},{"t":"span","c":[{"txt":", "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"slabserif"}]}]},{"t":"span","c":[{"txt":" and "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"monospace"}]}]},{"t":"span","c":[{"txt":"."}]}]}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tiles"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.fontcase"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"case"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"FontCase"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tiles"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"WithFontCase"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the font case."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"case"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"md-paragraph "},"c":[{"t":"span","c":[{"txt":"The case. Valid cases are "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"ucase"}]}]},{"t":"span","c":[{"txt":" and "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"lcase"}]}]}]}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tiles"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.textalign"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"alignment"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#A45A52"}},"c":[{"txt":"TextAlignment"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tile"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Tile"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"AlignText{T \<: TextAlignment}"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the text alignment."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"alignment"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#DCA938","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"div","p":{"style":{"fontSize":"0.94em"},"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"type "}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"code","c":[{"t":"span","c":[{"txt":"TextAlignment"}]}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"md-paragraph "},"c":[{"t":"span","c":[{"txt":"The alignment. Valid alignments are "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"raggedright"}]}]},{"t":"span","c":[{"txt":", "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"raggedleft"}]}]},{"t":"span","c":[{"txt":", "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"justifytext"}]}]},{"t":"span","c":[{"txt":" and "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"centertext"}]}]},{"t":"span","c":[{"txt":"."}]}]}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tile"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.lineheight"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"height"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Length"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tiles"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"LineHeight"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the height of lines of text."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"height"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The height."}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tiles"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.letterspacing"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"space"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Length"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tiles"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"LetterSpacing"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Set the spacing between letters in text."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"space"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The spacing."}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tiles"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.title"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"level"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Int"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tile"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"Class"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"span","p":{"className":"md-paragraph "},"c":[{"txt":"Create a title."}]}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"level"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"Title level. More is bigger. Valid values are integers 1 to 4."}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tile"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.heading"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"level"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Int"}]}]},{"t":"span","c":[{"txt":","}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"« "}]},{"t":"abbr","p":{"title":"Curried"},"c":[{"t":"span","c":[{"txt":"tile"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"TileList"}]}]},{"t":"span","c":[{"txt":" »"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"Class"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"md-paragraph "},"c":[{"t":"span","c":[{"txt":"Create a heading. You can use "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"h1"}]}]},{"t":"span","c":[{"txt":", "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"h2"}]}]},{"t":"span","c":[{"txt":", "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"h3"}]}]},{"t":"span","c":[{"txt":", "}]},{"t":"code","c":[{"t":"span","c":[{"txt":"h4"}]}]},{"t":"span","c":[{"txt":" for brevity."}]}]}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"level"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"Heading level."}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tile"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#72B5A1","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Curried argument: if you leave this argument out, you will get a function which takes this argument"},"c":[{"t":"span","c":[{"txt":"curried"}]}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"A tile or a vector of tiles."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.blockquote"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"tile"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Tile"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"Class"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Create a quote block."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tile"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The quote."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.caption"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"tile"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Tile"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"Class"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Create a caption."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tile"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The caption."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.emph"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"tile"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Tile"}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"Class"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Create a emphasized text."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"tile"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The text to be emphasized."}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"borderBottomColor":"#D0D0D0","borderBottomWidth":"1.0px","borderBottomStyle":"solid"}}},{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}},{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"className":"font-monospace flex-wrap flow horizontal "},"c":[{"t":"span","p":{"className":"font-bold "},"c":[{"txt":"Escher.code"}]},{"t":"span","c":[{"txt":"("}]},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"code"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"Any"}]}]},{"t":"span","c":[{"txt":"; "}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"div","p":{"className":"flow horizontal "},"c":[{"t":"span","c":[{"txt":"language"}]},{"t":"span","p":{"style":{"color":"#A0A0A0"}},"c":[{"txt":"::"}]},{"t":"span","p":{"style":{"color":"#49796B"}},"c":[{"txt":"AbstractString"}]},{"t":"span","c":[{"txt":"="}]},{"t":"span","p":{"style":{"color":"#808080"}},"c":[{"txt":"\"julia\""}]}]},{"t":"span","c":[{"txt":")"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"span","c":[{"txt":"→"}]},{"t":"div","p":{"style":{"height":"0.0px","width":"0.5em"}}},{"t":"abbr","p":{"style":{"color":"#707070"},"title":"Code"},"c":[{"t":"span","c":[{"txt":"Tile"}]}]}]},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"div","p":{"className":"flow vertical "},"c":[{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"div","p":{"style":{"paddingLeft":"1.0em"}},"c":[{"t":"span","c":[{"txt":"Stylize text as code."}]}]},{"t":"div","p":{"style":{"height":"1.0em","width":"0.0px"}}},{"t":"span","p":{"style":{"fontWeight":500,"color":"#000000"},"className":"font-italic "},"c":[{"txt":"Arguments"}]},{"t":"div","p":{"style":{"paddingTop":"0.5em","paddingBottom":"0.5em"}},"c":[{"t":"div","p":{"style":{"paddingRight":"1.0em","paddingLeft":"1.0em"}},"c":[{"t":"table","c":[{"t":"tbody","c":[{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"code"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The code."}]}]}]},{"t":"tr","c":[{"t":"td","c":[{"t":"code","c":[{"t":"span","c":[{"txt":"language"}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"2.0em","width":"0.0px"}}}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"div","p":{"className":"flex-wrap flow horizontal "},"c":[{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#DC7F38","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"abbr","p":{"style":{"fontSize":"0.94em"},"title":"Keyword argument"},"c":[{"t":"span","c":[{"txt":"kwarg"}]}]}]}]},{"t":"div","p":{"style":{"padding":"0.2em"}},"c":[{"t":"div","p":{"style":{"backgroundColor":"#E1F0E5","paddingRight":"0.4em","paddingLeft":"0.4em"}},"c":[{"t":"span","p":{"style":{"fontSize":"0.94em"}},"c":[{"txt":"default=\"julia\""}]}]}]}]}]},{"t":"td","c":[{"t":"div","p":{"style":{"height":"0.0px","width":"1.0em"}}}]},{"t":"td","c":[{"t":"span","c":[{"txt":"The language for syntax highlighting."}]}]}]}]}]}]}]}]}]}]}]},{"t":"div","p":{"style":{"height":"4.0em","width":"0.0px"}}}]}]},{"t":"div","p":{"style":{"flexBasis":"0.0mm","flexGrow":1.0}}}]})
    var el = document.querySelector("#spinner")
    if (el) {
        el.style.display ="none";
    }
});
github wooorm / checkmoji / src / index.js View on Github external
function add(pid) {
  var $check = doc.querySelector('#' + pid)
  var value = $input.value
  var lastIndex = 0
  var $dd
  var $img
  var match
  var emoji
  var info

  if (!$check.checked) {
    return
  }

  $dd = doc.createElement('dd')

  while ((match = regex.exec(value))) {
    emoji = match[0]
github notenoughneon / nekocafe / static / bundle.js View on Github external
document.addEventListener('DOMContentLoaded', function (event) {
        rootId = rootId.replace(/^#/, '')

        const oldTree = document.querySelector('#' + rootId)
        assert.ok(oldTree, 'could not find node #' + rootId)

        const newTree = _router(send.state().app.location, send.state(), send)

        yo.update(oldTree, newTree)
      })
    } else {
github fathomlabs / open-retractions / bundle.js View on Github external
function scrollIntoView () {
  var hash = window.location.hash
  if (hash) {
    try {
      var el = document.querySelector(hash)
      if (el) el.scrollIntoView(true)
    } catch (e) {}
  }
}