Home
last modified time | relevance | path

Searched refs:js (Results 126 – 150 of 832) sorted by relevance

12345678910>>...34

/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js122 t._dataReady=function(_16,js){ argument
125 JsHttpRequest.CACHE[_ldObj.hash]=[_16,js];
127 if(_16!==null||js!==null){
130 responseJS=js;
293 th._dataReady(d.text,d.js);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js180 t._dataReady = function(text, js) { with (this) { argument
181 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
182 if (text !== null || js !== null) {
185 responseJS = js;
405 th._dataReady(d.text, d.js);
/plugin/dtable/
H A DTODO24 Gdy używamy LANG.js a nie ma tłumaczenia angielskiego, występuje błąd js +dokuwiki
/plugin/combo/resources/theme/default/components/css/
H A Dedit-button.css23 section_highlight is a node added when hovering around the edit button by the page.js file
25 We have just disable this function in script.js because it was moving element around
/plugin/konsole/
H A Ddeleted.files2 script.js
/plugin/sequencediagram/bower_components/snap.svg/
H A DNOTICE52 - Expect ./node_modules/expect.js
54 https://github.com/LearnBoost/expect.js
107 - Backbone ./demos/animated-game/js/backbone.js
135 - Underscore ./demos/animated-game/js/underscore.js
163 - jQuery ./demos/animated-game/js/jquery-1.9.0.min.js
/plugin/indexmenu/syntax/
H A Dindexmenu.php82 /* @deprecated 2021-07-01 -- allow (temporary) switching between versions of the js treemenu */
183 //check defaults for js,js#theme, #theme
184 if (!$js = in_array('js', $defaults)) {
185 if (preg_match('/(?:^|\s)(js)?#(\S*)/u', $defaultsStr, $matched_js_theme) > 0) {
187 $js = true;
194 //check opts for nojs,#theme or js,js#theme
195 if ($js) {
[all...]
/plugin/jmol2/jmol/
H A DREADME.txt56 described below). In particular, Jmol.js uses the split version.
62 To invoke JmolApplet.jar from Jmol.js, either:
83 To invoke JmolAppletSigned.jar from Jmol.js, use:
86 - Jmol.js
105 Jmol.js. For that, use the simplest form of jmolInitialize(), just
122 To use this with Jmol.js, use either:
/plugin/instantpage/
H A Ddeleted.files3 scripts/instantpage.js
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1js?b483","webpack:///./node_modules/monaco-editor/esm/vs/editor/editor.main.js?ef39","webpack:///.…
/plugin/gist/
H A Dgist.php13 return '<script src="http://gist.github.com/' . $content . '.js"></script>';
/plugin/fckg/fckeditor/editor/plugins/tableformat/
H A DREADME1 fckconfig.js
/plugin/todo/
H A D.editorconfig3 [*.{js,php}]
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt1 # Highlight.js
3 Highlight.js highlights syntax in code examples on blogs, forums and
11 Downloaded package includes file "highlight.pack.js" which is a full compressed
18 <script type="text/javascript" src="highlight.pack.js"></script>
34 Despite highlight.pack.js already includes only those languages that you need sometimes
65 Highligt.js comes with several style themes located in "styles" directory that
70 Generally installing highlight.js in a [WordPress][wp] blog is no different
76 To install the plugin copy the whole directory with highlight.js to the
78 from the Plugins panel. There is also a page "highlight.js" under the Options
352 winutils some commands (see dos.js specifically)
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DEditor.svelte2 import { codeStore, updateCode } from '../code-store.js';
3 import { codeErrorStore } from '../error-store.js';
/plugin/pgn4web/
H A Dpgn4web.patch1 --- pgn4web/pgn4web.js 2016-04-01 09:26:08.000000000 +0200
2 +++ /tmp/pgn4web.js 2016-07-18 17:55:12.511349916 +0200
/plugin/combo/
H A Dbrowser-sync-start.bat1 browser-sync start -p http://localhost:81/ --files "*.js, *.css, *.php, *.html"
/plugin/autoincludeindex/
H A Dtemplate.tpl4 {{indexmenu>#1|js#tango.png navbar}}
/plugin/mathjax/lang/zh/
H A Dsettings.php5 $lang['configfile'] = '(可选的) 一个或多个包含 MathJax 配置命令的文件。指定相对于 dokuwiki 安装目录的路径(例如 conf/mathjax.js 或者 d…
/plugin/siteexport/_test/phantomjs/
H A DrunPhantomJs.sh8 phantomjs phantom-qunit.js "file://$(pwd)/$FILE"
/plugin/livepreview/
H A Dsyntax.php29 var $js = false; variable in syntax_plugin_livepreview
/plugin/prettyphoto/
H A Dprettyphoto.conf.js.example2 * prettyphoto.conf.js
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Descape_javascript.test4 {{ "é ♜ ��"|e('js') }}
/plugin/quickstats/
H A Dsyntax.php397 $js = "<a href='javascript:void 0;' title='sort' class='quickstats_sort_title'>";
398 $num = $js . $num . '</a>';
399 $name = $js . $name . '</a>';
400 $accesses = $js . $accesses . '</a>';
403 $other = $js . $other . '</a>';
/plugin/indexmenu/
H A Dstyle.css7 a.nodeFdUrl Namespace with url link (headpage) js
8 a.node Namespace without url link js
9 a.nodeUrl Page js
10 a.nodeSel Last visited page js
11 a.navSel Current page js

12345678910>>...34