File Manager
Upload
Current Directory: /home/lartcid/public_html/journal.lartc.id
[Back]
..
[Open]
Hapus
Rename
.htaccess
[Edit]
Hapus
Rename
.well-known
[Open]
Hapus
Rename
README.md
[Edit]
Hapus
Rename
api
[Open]
Hapus
Rename
cache
[Open]
Hapus
Rename
cgi-bin
[Open]
Hapus
Rename
classes
[Open]
Hapus
Rename
config.TEMPLATE.inc.php
[Edit]
Hapus
Rename
config.inc.php
[Edit]
Hapus
Rename
controllers
[Open]
Hapus
Rename
cypress.json
[Edit]
Hapus
Rename
dbscripts
[Open]
Hapus
Rename
docs
[Open]
Hapus
Rename
error_log
[Edit]
Hapus
Rename
favicon.ico
[Edit]
Hapus
Rename
index.php
[Edit]
Hapus
Rename
js
[Open]
Hapus
Rename
lib
[Open]
Hapus
Rename
locale
[Open]
Hapus
Rename
mini.php
[Edit]
Hapus
Rename
pages
[Open]
Hapus
Rename
php.ini
[Edit]
Hapus
Rename
plugins
[Open]
Hapus
Rename
public
[Open]
Hapus
Rename
registry
[Open]
Hapus
Rename
scheduledTaskLogs
[Open]
Hapus
Rename
schemas
[Open]
Hapus
Rename
styles
[Open]
Hapus
Rename
templates
[Open]
Hapus
Rename
tools
[Open]
Hapus
Rename
Edit File
/** * closure-externs-check-only.js * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2010-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Import symbols into the closure compiler that are not defined * within the files compiled during the strict check phase of the build * script. (We only include classes for strict checking, not legacy * function.) * * @externs */ // FIXME: Replace the reference to the ajaxAction() function // with an object/event oriented approach, see #6339. /** * @param {string} actOnId the ID of an element to be changed. * @param {string} callingElement selector of the element that triggers the ajax call * @param {string} url the url to be called, defaults to the form action in case of * action type 'post'. * @param {Object=} data (post action type only) the data to be posted, defaults to * the form data. * @param {string=} eventName the name of the event that triggers the action, default 'click'. * @param {string=} form the selector of a form element. */ function ajaxAction(actOnId, callingElement, url, data, eventName, form) {} /** * @param {string} jsonStr The string to parse. * @param {(function(string, *) : *)=} opt_reviver * @return {*} The JSON object. * @throws {Error} * @nosideeffects */ JSONType.prototype.parse = function(jsonStr, opt_reviver) {}; /** * @param {*} jsonObj Input object. * @param {(Array.<string>|(function(string, *) : *)|null)=} opt_replacer * @param {(number|string)=} opt_space * @return {string} JSON string which represents jsonObj. * @throws {Error} * @nosideeffects */ JSONType.prototype.stringify = function(jsonObj, opt_replacer, opt_space) {}; /** * @type {!JSONType} * @suppress {duplicate} */ var JSON;
Simpan