??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: defs.js
/** * @typedef {!Array.<number|string>} * Alternating indices and the decorations that should be inserted there. * The indices are monotonically increasing. */ var DecorationsT; /** * @typedef {!{ * sourceNode: !Element, * pre: !(number|boolean), * langExtension: ?string, * numberLines: ?(number|boolean), * sourceCode: ?string, * spans: ?(Array.<number|Node>), * basePos: ?number, * decorations: ?DecorationsT * }} * <dl> * <dt>sourceNode<dd>the element containing the source * <dt>sourceCode<dd>source as plain text * <dt>pre<dd>truthy if white-space in text nodes * should be considered significant. * <dt>spans<dd> alternating span start indices into source * and the text node or element (e.g. {@code <BR>}) corresponding to that * span. * <dt>decorations<dd>an array of style classes preceded * by the position at which they start in job.sourceCode in order * <dt>basePos<dd>integer position of this.sourceCode in the larger chunk of * source. * </dl> */ var JobT; /** * @typedef {!{ * sourceCode: string, * spans: !(Array.<number|Node>) * }} * <dl> * <dt>sourceCode<dd>source as plain text * <dt>spans<dd> alternating span start indices into source * and the text node or element (e.g. {@code <BR>}) corresponding to that * span. * </dl> */ var SourceSpansT; /** @define {boolean} */ /* @ifndef RUN_PRETTIFY */ var IN_GLOBAL_SCOPE = true; /* @endif */ /* @ifdef RUN_PRETTIFY */ var IN_GLOBAL_SCOPE = false; /* @endif */