??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: externs.js
/** * @license * Copyright (C) 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * * @fileoverview * This file allows separate compilation of language handlers and the * core library. * @externs */ var PR = {}; /** * @param {function (Object)} handler * @param {Array.<string>} fileExtensions */ PR.registerLangHandler = function registerLangHandler(handler, fileExtensions) {}; /** * @param {Array} shortcutStylePatterns * @param {Array} fallthroughStylePatterns * @return {function (Object)} */ PR.createSimpleLexer = function createSimpleLexer( shortcutStylePatterns, fallthroughStylePatterns) {}; /** * @param {Object} options a set of optional parameters. * @return {function (Object)} a function that examines the source code * in the input job and builds the decoration list. */ PR.sourceDecorator = function sourceDecorator(options) {}; PR.PR_ATTRIB_NAME = 'atn'; PR.PR_ATTRIB_VALUE = 'atv'; PR.PR_COMMENT = 'com'; PR.PR_DECLARATION = 'dec'; PR.PR_KEYWORD = 'kwd'; PR.PR_LITERAL = 'lit'; PR.PR_NOCODE = 'nocode'; PR.PR_PLAIN = 'pln'; PR.PR_PUNCTUATION = 'pun'; PR.PR_SOURCE = 'src'; PR.PR_STRING = 'str'; PR.PR_TAG = 'tag'; PR.PR_TYPE = 'typ';