Home
last modified time | relevance | path

Searched refs:document (Results 626 – 650 of 2062) sorted by relevance

1...<<21222324252627282930>>...83

/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc187 var ratioButton = CKEDITOR.document.getById( btnLockSizesId );
327 this.preview = CKEDITOR.document.getById( previewImageId );
330 this.originalElement = editor.document.createElement( 'img' );
384 this.imageElement = editor.document.createElement( 'img' );
403 this.imageElement = editor.document.createElement( 'img' );
411 this.imageElement = editor.document.createElement( 'input' );
426 this.imageElement = editor.document.createElement( 'img' );
428 this.imageElement = editor.document.createElement( 'input' );
443 this.linkElement = editor.document.createElement( 'a' );
732 var resetButton = CKEDITOR.document.getById( btnResetSizeId ),
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12document){var b=a.document;b.querySelectorAll||(b.querySelectorAll=function(c){var d,e=b.createEle…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc188 var ratioButton = CKEDITOR.document.getById( btnLockSizesId );
328 this.preview = CKEDITOR.document.getById( previewImageId );
331 this.originalElement = editor.document.createElement( 'img' );
385 this.imageElement = editor.document.createElement( 'img' );
404 this.imageElement = editor.document.createElement( 'img' );
412 this.imageElement = editor.document.createElement( 'input' );
427 this.imageElement = editor.document.createElement( 'img' );
429 this.imageElement = editor.document.createElement( 'input' );
444 this.linkElement = editor.document.createElement( 'a' );
733 var resetButton = CKEDITOR.document.getById( btnResetSizeId ),
[all …]
/plugin/pdfjs/
H A Dscript.js1 jQuery(document).ready(function () {
/plugin/jwhelloworld/
H A Dscript.js9 var el=document.getElementById(jw.id);
/plugin/issuelinks/script/
H A Dtooltip.js96 jQuery(document).on('mouseenter', selectorOr$element, hoverStart);
97 jQuery(document).on('mouseleave', selectorOr$element, hoverEnd);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js39 FCKToolbarButtonUI.prototype._CreatePaddingElement = function( document ) argument
41 var oImg = document.createElement( 'IMG' ) ;
/plugin/prosemirror/
H A Dscript.js18 * @param {string} json the prosemirror document json
69 document.execCommand("enableObjectResizing", false, "false");
70 document.execCommand("enableInlineTableEditing", false, "false");
178 const editorswitch = document.querySelector('button[name=prosemirror]');
179 const menubar = document.querySelector('#prosemirror__editor div.menubar');
/plugin/encryptedpasswords/script/
H A DEditorHandling.js16 jQuery(document).on('click', '#edbtn__save, #edbtn__preview', this.encryptAllSyntax.bind(this));
17 jQuery(document).on('EncryptedPasswordsToggleEvent', this.decryptAllSyntax.bind(this));
/plugin/snippeter/
H A Dplugin.info.txt6 desc Add document snippets into a page.
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js98 var desc = document.createElementNS(xmlns, 'desc');
99 desc.appendChild(document.createTextNode(description));
105 var svg = document.createElementNS(xmlns, 'svg');
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js30 var bImageButton = ( document.location.search.length > 0 && document.location.search.substr(1) == '…
77 oImageOriginal = document.createElement( 'IMG' ) ; // new Image() ;
96 oEditor.FCKLanguageManager.TranslatePage(document) ;
/plugin/pdfjs/pdfjs/web/locale/lo/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
90 # the document; usually called "Fast Web View" in English locales of Adobe software.
118 # the total number of matches in the document.
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js85 document.observe("mouseup", this.eventMouseUp);
86 document.observe("mousemove", this.eventMouseMove);
93 Event.stopObserving(document, "mouseup", this.eventMouseUp);
94 Event.stopObserving(document, "mousemove", this.eventMouseMove);
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt78 As a special exception, if you create a document which uses this font, and
79 embed this font or unaltered portions of this font into the document, this
80 font does not by itself cause the resulting document to be covered by the
82 other reasons why the document might be covered by the GNU General Public
/plugin/sfauth/
H A Dscript.js6 var link = document.createElement('a');
/plugin/codeclipboard/
H A Dscript.js19 document.execCommand('copy');
/plugin/structstatus/
H A Dplugin.info.txt6 desc Display a document status using struct data
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/indexmenu/scripts/
H A Dindexmenu.js198 * Outputs the tree to the page. Called by document.write after adding the nodes to the tree.
541 document.cookie =
556 pN = document.cookie.indexOf(encodeURIComponent(cookieName) + '=');
559 endPos = document.cookie.indexOf(';', posValue);
561 cookieValue = decodeURIComponent(document.cookie.substring(posValue, endPos));
564 cookieValue = decodeURIComponent(document.cookie.substring(posValue));
923 let oLink = document.createElement("link");
927 document.getElementsByTagName('head')[0].appendChild(oLink);
948 $rmenu.appendChild(document.createElement('ul'));
1004 jQuery(document)
[all...]
/plugin/rigrr/
H A Dscript.js7 var BPMN = document.getElementById("rigrr_bpmn").value;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeInvalidTags.txt
/plugin/amcharts/
H A Dscript.js1 jQuery(document).ready(function() {
/plugin/combo/resources/snippet/js/
H A Dedit-button.js3 document.querySelectorAll('.edit-button-cs').forEach(editButtonFormElement => {
H A Dheight-toggle-onclick.js9 [...document.querySelectorAll('.height-toggle-onclick-cs')].forEach(element => {

1...<<21222324252627282930>>...83