Home
last modified time | relevance | path

Searched refs:document (Results 301 – 325 of 2062) sorted by last modified time

1...<<11121314151617181920>>...83

/plugin/bulletodo/
H A DLICENSE7 of this license document, but changing it is not allowed.
H A Dscript.js1 jQuery(document).ready(function(){
/plugin/highlight2wiki/
H A Dscript.js2 var newNode = document.createElement('mark2');
18 // document.getSelection
19 else if (document.getSelection) {
20 selectedText = document.getSelection();
22 // document.selection
23 else if (document.selection) {
24 selectedText = document.selection.createRange().text;
27 if (document.getElementsByTagName("title")[1] !=null){
28 var papertitle = document.getElementsByTagName("title")[1].textContent;
32 // document
[all...]
H A DREADME17 javascript:Q=document.selection?document.selection.createRange().text:document.getSelection(); void(window.open(%27https://yourwebsite.com/dokuwiki/doku.php?do=highlight2wiki&te=%27+encodeURIComponent(Q)+%27&ur=%27+ encodeURIComponent(location.href)+%27%27,%27dokuwikiadd%27,%27scrollbars=yes,resizable=yes,toolbars=yes,status=yes%27));
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/imagepreview/
H A Dscript.js1 var element = document.getElementById('wiki__text');
35 if(document.getElementById('yourpreviewId')==null){
36 jQuery(document.createElement('div'))
66 document.getElementById("previewimg").src = seltext;
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/dokudrawingboard/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/ocr/
H A DLICENSE7 of this license document, but changing it is not allowed.
H A Dscript.js21 var textArea = document.getElementById("wiki__text").value;
22 document.getElementById("wiki__text").value = textArea.replace(img_text,img_text+"|"+ atext);
/plugin/structnotification/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/code39/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/dokutts/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/folded/
H A Dscript.js12 * run on document load, setup everything we need
29 var $id = jQuery(document.getElementById(id));
54 elements = document.getElementsByClassName("folder");
74 elements = document.getElementsByClassName("folded");
89 document.write('<style type="text/css" media="screen"><!--/*--><![CDATA[/*><!--*/ .folded.hidden { display: none; } .folder .indicator { visibility: visible; } /*]]>*/--></style>');
/plugin/bookmark2wiki/
H A DLICENSE7 of this license document, but changing it is not allowed.
H A DREADME.md19document.selection?document.selection.createRange().text:document.getSelection(); void(window.open…
/plugin/achart/assets/
H A Dapexcharts.min.js6document.createElement("iframe");if(void 0===a.sandbox)return"";a.sandbox="allow-same-origin",a.st…
14document){var a=document.head||document.getElementsByTagName("head")[0],s=document.createElement("…
/plugin/achart/
H A Dscript.js4 jQuery(document).ready(function() {
19 var chart = new ApexCharts(document.getElementById(id), options);
H A DREADME.md16 Please refer to the [DokuWiki document](http://www.dokuwiki.org/plugins) for additional info on how…
/plugin/snippets/
H A DCOPYING7 of this license document, but changing it is not allowed.
H A Dscript.js19 var kobox = document.createElement('input');
23 var updatebox = document.createElement('input');
27 var templ_macros = document.createElement('input');
49 var kobr = document.createElement('br');
74 var kobr3 = document.createElement('br');
94 span = document.createElement('span');
99 preview = document.createElement('a');
110 insert = document.createElement('a');
130 span = document.createElement('span');
242 var prune = document.getElementById('snip_prune');
[all …]
/plugin/ckgedit/ckeditor/
H A DCHANGES.md528 …om/cke4/addon/copyformatting) feature to enable easy copying of styles between your document parts.
533 …* Major improvements in document structure parsing that fix plenty of issues with distorted or mis…
890 …1993](https://dev.ckeditor.com/ticket/11993): [Chrome] Fixed: Pasting content scrolls the document.
1060 …editor.com/ticket/12402): [Blink] Fixed: Workaround for Blink bug with `document.title` which brea…
1078 …cified Error" thrown in various cases when IE8-9 does not allow access to `document.activeElement`.
1207document so they can be reused by the [`CKEDITOR.editor.applyStyle()`](https://ckeditor.com/docs/c…
1435 …* [`document.find()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_document.html#me…
1436 …* [`document.findOne()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_document.html…
1543 * [#10165](https://dev.ckeditor.com/ticket/10165): [IE] Access denied error when `document.domain` …
1629 * [#9882](https://dev.ckeditor.com/ticket/9882): Fixed empty document title on [`editor.getData()`]…
H A DLICENSE.md77 of this license document, but changing it is not allowed.
363 of this license document, but changing it is not allowed.
854 1.8. "License" means this document.
973 an additional document offering the additional rights described in
1336 to any document created using the fonts or their derivatives.
1387 remain under this license does not apply to any document created
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js5 CKEDITOR.dialog.add("paste",function(c){function k(a){var b=new CKEDITOR.dom.document(a.document),g…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js8 …),a.focus(),c.preventDefault(!0)}}var v=CKEDITOR.dom.element,e=CKEDITOR.document,g=x.lang.colordia…
10 …d\x3d"'+d+'" class\x3d"cke_voice_label"\x3e'+c+"\x3c/span\x3e",CKEDITOR.document))}h=CKEDITOR.dom.…
11 …r e=f.toString(16);c(d.$,"#"+e+e+e+e+e+e)}c(d.$,"#ffffff")})();CKEDITOR.document.appendStyleSheet(…
12 …[{type:"html",html:"\x3cdiv\x3e\x3c/div\x3e",onLoad:function(){CKEDITOR.document.getById(this.domI…

1...<<11121314151617181920>>...83