Home
last modified time | relevance | path

Searched refs:plugins (Results 51 – 75 of 1666) sorted by relevance

12345678910>>...67

/plugin/judge/
H A Dscript.js74 … document.getElementById("result-label-" + problem_name).innerHTML = LANG.plugins.judge['error'];
75 …document.getElementById("result-" + problem_name).innerHTML = LANG.plugins.judge['answer_not_speci…
80 … document.getElementById("result-label-" + problem_name).innerHTML = LANG.plugins.judge['error'];
81 …document.getElementById("result-" + problem_name).innerHTML = LANG.plugins.judge['file_not_specifi…
112 … document.getElementById("result-label-" + problem_name).innerHTML = LANG.plugins.judge['error'];
176 $fa_name = LANG.plugins.judge['correct'];
180 $fa_name = LANG.plugins.judge['wrong'];
187 …document.getElementById("result-label-" + problem_name).innerHTML = LANG.plugins.judge['answer_sta…
/plugin/data-au/
H A Drequirements.txt1 # we need two additional plugins for testing
2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
3 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
/plugin/data/
H A Drequirements.txt1 # we need two additional plugins for testing
2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
3 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php80 private static $plugins = []; variable in phpseclib3\\Crypt\\Common\\AsymmetricKey
170 foreach (self::$plugins[static::ALGORITHM]['Keys'] as $format) {
261 if (isset(self::$plugins[static::ALGORITHM]['Keys'][$format])) {
262 $format = self::$plugins[static::ALGORITHM]['Keys'][$format];
343 if (!isset(self::$plugins[static::ALGORITHM][$format][$type])) {
346 $type = self::$plugins[static::ALGORITHM][$format][$type];
362 if (!isset(self::$plugins[static::ALGORITHM][$format])) {
363 self::$plugins[static::ALGORITHM][$format] = [];
377 self::$plugins[static::ALGORITHM][$format][strtolower($name)] = $type;
395 return self::$plugins[static::ALGORITHM]['Keys'];
[all …]
/plugin/tagadd/
H A Drequirements.txt1 https://github.com/lisps/ajaxedit.git lib/plugins/ajaxedit
2 https://github.com/lisps/tagfilter.git lib/plugins/tagfilter
3 https://github.com/dokufreaks/plugin-tag.git lib/plugins/tag
/plugin/datagraph/
H A Drequirements.txt1 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
2 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
3 https://github.com/splitbrain/dokuwiki-plugin-data.git lib/plugins/data
/plugin/data-graph/
H A Drequirements.txt1 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
2 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
3 https://github.com/splitbrain/dokuwiki-plugin-data.git lib/plugins/data
/plugin/picasawebalbum/orig/
H A Djquery.slimbox2.css.patch8 + background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center;
17 + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%;
26 + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% …
35 + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat cent…
/plugin/prettyprint/
H A Dscript.js42 var cont = LANG.plugins.prettyprint.approve+'&nbsp;<strong>'+author+'</strong>';
44 var cont = LANG.plugins.prettyprint.created+'&nbsp;<strong>'+author+'</strong>';
46 …cells.push(jQuery("<td>").html('<p style="text-align:left">'+LANG.plugins.prettyprint.state+'&nbsp…
47 LANG.plugins.prettyprint.date+'&nbsp;'+date.replace(' ', '&nbsp;')+'<br>'+cont+'</p>'));
/plugin/overlay/
H A Dscript.js48 button_text = LANG.plugins.overlay.absolute;
49 title_text = LANG.plugins.overlay.unfix_title;
53 button_text = LANG.plugins.overlay.fixed;
56 title_text = LANG.plugins.overlay.fix_title;
111 button_text = LANG.plugins.overlay.fixed;
115 button_text = LANG.plugins.overlay.absolute;
118 button_text = LANG.plugins.overlay.fixed;
/plugin/xtern/
H A Dscript.js5 if(current_val == LANG.plugins.xtern.info_show) {
6 jQuery("input.xtern_info_but").attr('value',LANG.plugins.xtern.info_close);
9 jQuery("input.xtern_info_but").attr('value',LANG.plugins.xtern.info_show);
83 title=LANG.plugins.xtern.restricted;
/plugin/diagrams/script/
H A Dprosemirror.js66 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 1)) {
71 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 2)) {
H A DDiagramsEditor.js97 alert(LANG.plugins.diagrams.errorLoading);
195 this.#diagramsEditor.src = JSINFO['plugins']['diagrams']['service_url'];
251 spin: LANG.plugins.diagrams.saving
265 spin: LANG.plugins.diagrams.saving
273 alert(LANG.plugins.diagrams.errorSaving);
283 alert(LANG.plugins.diagrams.errorSaving);
286 alert(LANG.plugins.diagrams.errorUnsupportedFormat);
/plugin/dropfiles/src/
H A Dupload.js77 …$newInput.append(jQuery('<button name="rename" type="submit">' + window.LANG.plugins.dropfiles.ren…
78 …$newInput.append(jQuery('<button name="cancel">' + window.LANG.plugins.dropfiles.cancel + '</butto…
105 var text = window.LANG.plugins.dropfiles['popup:fileExists'].replace('%s', fileName);
107 …text += ' ' + window.LANG.plugins.dropfiles['popup:originalName'].replace('%s', filesThatExist[0].…
109 var errorTitle = window.LANG.plugins.dropfiles['title:fileExistsError'];
113 text: window.LANG.plugins.dropfiles.skip,
117 text: window.LANG.plugins.dropfiles.rename,
121 text: window.LANG.plugins.dropfiles.overwrite,
129 text: window.LANG.plugins.dropfiles.overwriteAll,
353 if (window.JSINFO.plugins.dropfiles.insertFileLink) {
[all …]
/plugin/searchjump/
H A Dscript.js19 prev.title = LANG.plugins.searchjump['up']+' [k]';
26 close.title = LANG.plugins.searchjump['close']+' [x]';
31 next.title = LANG.plugins.searchjump['down']+' [j]';
59 alert(LANG.plugins.searchjump['start']);
63 alert(LANG.plugins.searchjump['end']);
/plugin/vimeo/
H A Dscript.js15 if (JSINFO.plugins.vimeo.purgelink) {
17 $link.text(LANG.plugins.vimeo.purgeLink);
19 $link.attr('href', JSINFO.plugins.vimeo.purgelink);
/plugin/tcycle/
H A DREADME.md7 lib/plugins/tcycle/ - if the folder is called different it
10 Please refer to http://www.dokuwiki.org/plugins for additional info
11 on how to install plugins in DokuWiki.
/plugin/crypto/js/
H A Ddecrypt-dialog.js24 LANG.plugins.crypto['decrypt_dialog_title'] +
29 ' <th>' + LANG.plugins.crypto['input_secret'] + ':</th>' +
33 …"><button id="decrypt_dialog_button_decrypt" class="toolbutton">' + LANG.plugins.crypto['decrypt_b…
86 alert(LANG.plugins.crypto['decrypt_wrong_secret']);
/plugin/tools/
H A DREADME8 lib/plugins/tools/ - if the folder is called different it
11 Please refer to http://www.dokuwiki.org/plugins for additional info
12 on how to install plugins in DokuWiki.
/plugin/encryptedpasswords/script/
H A DEditorHandling.js45 LANG.plugins.encryptedpasswords.enterKey,
46 LANG.plugins.encryptedpasswords.passphrase,
58 GUI.toast(LANG.plugins.encryptedpasswords.failcount.replace('%d', this.failcount), 'error');
115 LANG.plugins.encryptedpasswords.enterKey,
116 LANG.plugins.encryptedpasswords.passphrase,
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc6 CKEDITOR.plugins.add( 'link',
98 else if ( CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, element ) )
150 var anchor = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, element );
191 if ( CKEDITOR.plugins.link.synAnchorSelector )
200 if ( isEmpty && CKEDITOR.plugins.link.emptyAnchorFix )
206 else if ( CKEDITOR.plugins.link.fakeAnchor && isEmpty )
215 if ( CKEDITOR.plugins.link.emptyAnchorFix && htmlFilter )
235 if ( CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, element ) ||
248 CKEDITOR.plugins.link =
253 * @example CKEDITOR.plugins.link.getSelectedLink( editor );
[all …]
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc6 CKEDITOR.plugins.add( 'link',
98 else if ( CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, element ) )
150 var anchor = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, element );
191 if ( CKEDITOR.plugins.link.synAnchorSelector )
200 if ( isEmpty && CKEDITOR.plugins.link.emptyAnchorFix )
206 else if ( CKEDITOR.plugins.link.fakeAnchor && isEmpty )
215 if ( CKEDITOR.plugins.link.emptyAnchorFix && htmlFilter )
235 if ( CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, element ) ||
248 CKEDITOR.plugins.link =
253 * @example CKEDITOR.plugins.link.getSelectedLink( editor );
[all …]
/plugin/bookcreator/script/
H A Dnspicker.js35 title: LANG.plugins.bookcreator.namespace_picker,
39 '<div>' + LANG.plugins.bookcreator.select_namespace + ' <input type="text" class="edit" id="bc__nspicker_entry" autocomplete="off" />' +
40 '<input type="button" value="' + LANG.plugins.bookcreator.select + '" id="bc__nspicker_select">' +
41 '<input type="button" value="' + LANG.plugins.bookcreator.cancel + '" id="bc__nspicker_cancel">' +
42 '<br><input type="checkbox" value="Recursive" id="bc__nspicker_recursive">' + LANG.plugins.bookcreator.add_subns_too +
310 content = LANG.plugins.bookcreator.added_pages + "\n\n";
320 content += LANG.plugins.bookcreator.no_pages_selected + "\n";
/plugin/jspolyfill/
H A DREADME3 JS Polyfills to let plugins use some modern javascript and still support IE11
9 lib/plugins/jspolyfill/ - if the folder is called different it
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
/plugin/picasawebalbum/
H A Djquery.slimbox2.css22 background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center;
46 background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%;
54 …background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% 1…
72 …background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat cente…

12345678910>>...67