Home
last modified time | relevance | path

Searched full:javascript (Results 1 – 25 of 99) sorted by relevance

1234

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DJSCreator.php11 protected $contentType = "text/javascript";
14 * writes the javascript
/dokuwiki/lib/scripts/
H A Dcompatibility.js2 * Mark a JavaScript function as deprecated
4 * This will print a warning to the JavaScript console (if available) in
H A Dlinkwiz.test.js4 …* This is a simple self-contained test suite until we introduce a proper way to run JavaScript tes…
H A Dcookie.js2 * Handles the cookie used by several JavaScript functions
H A Dhelpers.js31 …* @link http://www.cosmocode.de/en/blog/gohr/2009-10/15-javascript-fixing-the-closure-scope-in-…
/dokuwiki/lib/exe/
H A Djquery.php12 header('Content-Type: application/javascript; charset=utf-8');
16 * Delivers the jQuery JavaScript
H A Djs.php4 * DokuWiki JavaScript creator
25 header('Content-Type: application/javascript; charset=utf-8');
33 * Output all needed JavaScript
318 * Escapes a String to be embedded in a JavaScript call, keeps \n
332 * Adds the given JavaScript code to the window.onload() event
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md9 jsstrip is a open-source library to remove whitespace and comments from a javascript file. You migh…
13 jsstrip is not a true javascript parser. It assumes you have properly delimited the 'end of line' u…
H A Dcomposer.json3 "description": "PHP based JavaScript minimizer",
/dokuwiki/lib/plugins/usermanager/
H A Dscript.js2 * Add JavaScript confirmation to the User Delete button
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Djavascript.php3 * javascript.php
10 * JavaScript language file for GeSHi.
47 'LANG_NAME' => 'Javascript',
162 '<script type="text/javascript">' => '</script>'
165 '<script language="javascript">' => '</script>'
H A Decmascript.php16 * - Adapted from javascript.php to support plain ECMAScript/JavaScript (no HTML, no DOM)
105 …// In JavaScript 1.5 and later, use encodeURI, decodeURI, encodeURIComponent, and decodeURICompone…
H A Dchaiscript.php14 * Based on JavaScript by Ben Keen (ben.keen@gmail.com)
20 * - Removed left over pieces from JavaScript
/dokuwiki/vendor/geshi/geshi/
H A DBUGS24 - Perl/Javascript /.../ regex syntax is only supported basically and there's no
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less8 /* for detecting media queries in JavaScript (see script.js): */
19 z-index: 1; /* for detecting media queries in JavaScript (see script.js) */
146 z-index: 2; /* for detecting media queries in JavaScript (see script.js) */
/dokuwiki/conf/
H A Dmime.conf62 # through JavaScript. Only enable this with trusted users. You
H A Ddokuwiki.php81 $conf['iexssprotect']= 1; // check for JavaScript and HTML in uploaded files 0|1
155 …'compress'] = 1; //Strip whitespaces and comments from Styles and JavaScript? 1|0
166 $conf['defer_js'] = 1; // Defer javascript to be executed after the page's HTML h…
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml89 * Your browser's JavaScript console, if you are reporting a problem with the
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php141 public $javascript; variable in SimplePie\\Enclosure
229 …public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitra… argument
820 * Embed the enclosure using Javascript
990 …$embed .= "<script type='text/javascript'>embed_flash('$bgcolor', '$width', '$height', '" . $this-…
1001 …$embed .= "<script type='text/javascript'>embed_flv('$width', '$height', '" . rawurlencode($this->…
1016 …$embed .= "<script type='text/javascript'>embed_quicktime('$type', '$bgcolor', '$width', '$height'…
1026 …$embed .= "<script type='text/javascript'>embed_wmedia('$width', '$height', '" . $this->get_link()…
/dokuwiki/lib/plugins/config/lang/de-informal/
H A Dlang.php104 $lang['iexssprotect'] = 'Hochgeladene Dateien auf bösartigen JavaScript- und HTML-Code unt…
148 $lang['compress'] = 'JavaScript und Stylesheets komprimieren';
163 $lang['defer_js'] = 'JavaScript-Ausführung verzögern bis das HTML der gesamten Seite v…
/dokuwiki/lib/plugins/config/lang/da/
H A Dlang.php104 $lang['iexssprotect'] = 'Gennemse oplagte filer for mulig skadelig JavaScript- eller HTML-…
147 $lang['compress'] = 'Komprimer CSS- og JavaScript-filer';
163 $lang['defer_js'] = 'Afvent med JavaScript ekserkvering, til sidens HTML er behandlet.…
/dokuwiki/lib/plugins/config/lang/he/
H A Dlang.php81 $lang['iexssprotect'] = 'בדוק את הדפים המועלים לחשד ל-JavaScript או קוד HTML זדוני';
113 $lang['compress'] = 'פלט קומפקטי של CSS ו-javascript';
/dokuwiki/inc/
H A Dtoolbar.php13 * Prepares and prints an JavaScript array with all toolbar buttons
252 // use JSON to build the JavaScript array
H A DPrefCookie.php8 …* The cookie is written from PHP (using this class) and from JavaScript (using the DokuCookie obje…
/dokuwiki/lib/plugins/config/lang/zh-tw/
H A Dlang.php99 $lang['iexssprotect'] = '檢查上傳的檔案中是否隱含惡意的 JavaScript 或 HTML 碼';
137 $lang['compress'] = '壓縮 CSS 與 JavaScript 的輸出';

1234