Home
last modified time | relevance | path

Searched refs:dom (Results 51 – 75 of 206) sorted by relevance

123456789

/plugin/revealjs/plugin/search/
H A Dsearch.js165 var dom = {};
166 dom.wrapper = document.querySelector( '.reveal' );
168 if( !dom.wrapper.querySelector( '.searchbox' ) ) {
178 dom.wrapper.appendChild( searchElement );
/plugin/ckgdoku/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…
6 9:this.changeFocus(1),b=1}b&&a.preventDefault()},this);c.fire("ariaWidget",new CKEDITOR.dom.element…
10 '})())"':"",d=CKEDITOR.dom.element.createFromHtml('\x3ciframe class\x3d"cke_pasteframe" frameborder…
11 a.append(d);if(CKEDITOR.env.ie&&!CKEDITOR.env.edge){var e=CKEDITOR.dom.element.createFromHtml('\x3c…
/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…
6 9:this.changeFocus(1),b=1}b&&a.preventDefault()},this);c.fire("ariaWidget",new CKEDITOR.dom.element…
9 …"+CKEDITOR.tools.fixDomain+")();document.close();")+'})())"':"",d=CKEDITOR.dom.element.createFromH…
10 …tml("");a.append(d);if(CKEDITOR.env.ie&&!CKEDITOR.env.edge){var e=CKEDITOR.dom.element.createFromH…
/plugin/metaeditor/
H A Djstree.js900 dom = dom ? dom.firstChild : null;
901 while(dom !== null && dom.nodeType !== 1) {
902 dom = dom.nextSibling;
914 dom = dom ? dom.nextSibling : null;
916 dom = dom.nextSibling;
928 dom = dom ? dom.previousSibling : null;
930 dom = dom.previousSibling;
1414 dom = this.get_node(dom);
1471 dom = this.get_node(dom);
2928 if(dom && dom.length) {
[all …]
/plugin/visrep/
H A Dsyntax.php54 $dom = simplexml_load_string($xml);
55 $dat = (array)$dom->attributes();
68 $input = trim((string)$dom);
/plugin/datatables/assets/datatables.net-buttons/js/
H A DdataTables.buttons.min.js4 !function(e){var o,i;"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(t){return e(t,window,document)}):"object"==typeof exports?(o=require("jquery"),i=function(t,n){n.fn.dataTable||require("datatables.net")(t,n)},"undefined"==typeof window?module.exports=function(t,n){return t=t||window,n=n||o(t),i(t,n),e(n,t,t.document)}:(i(window,o),module.exports=e(o,window,window.document))):e(jQuery,window,document)}(function(y,v,x,w){"use strict";var e=y.fn.dataTable,o=0,C=0,_=e.ext.buttons;function A(t,n,e){y.fn.animate?t.stop().fadeIn(n,e):(t.css("display","block"),e&&e.call(t))}function k(t,n,e){y.fn.animate?t.stop().fadeOut(n,e):(t.css("display","none"),e&&e.call(t))}function B(n,t){if(!(this instanceof B))return function(t){return new B(t,n).container()};!0===(t=void 0===t?{}:t)&&(t={}),Array.isArray(t)&&(t={buttons:t}),this.c=y.extend(!0,{},B.defaults,t),t.buttons&&(this.c.buttons=t.buttons),this.s={dt:new e.Api(n),buttons:[],listenKeys:"",namespace:"dtb"+o++},this.dom={container:y("<"+this.c.dom.container.tag+"/>").addClass(this.c.dom.container.className)},this._constructor()}y.extend(B.prototype,{action:function(t,n){t=this._nodeToButton(t);return n===w?t.conf.action:(t.conf.action=n,this)},active:function(t,n){var t=this._nodeToButton(t),e=this.c.dom.button.active,o=y(t.node);return t.inCollection&&this.c.dom.collection.button&&this.c.dom.collection.button.active!==w&&(e=this.c.dom.collection.button.active),n===w?o.hasClass(e):(o.toggleClass(e,n===w||n),this)},add:function(t,n,e){var o=this.s.buttons;if("string"==typeof n){for(var i=n.split("-"),s=this.s,a=0,r=i.length-1;a<r;a++)s=s.buttons[+i[a]];o=s.buttons,n=+i[i.length-1]}return this._expandButton(o,t,t!==w?t.split:w,(t===w||t.split===w||0===t.split.length)&&s!==w,!1,n),e!==w&&!0!==e||this._draw(),this},collectionRebuild:function(t,n){var e=this._nodeToButton(t);if(n!==w){for(var o=e.buttons.length-1;0<=o;o--)this.remove(e.buttons[o].node);for(e.conf.prefixButtons&&n.unshift.apply(n,e.conf.prefixButtons),e.conf.postfixButtons&&n.push.apply(n,e.conf.postfixButtons),o=0;o<n.length;o++){var i=n[o];this._expandButton(e.buttons,i,i!==w&&i.config!==w&&i.config.split!==w,!0,i.parentConf!==w&&i.parentConf.split!==w,null,i.parentConf)}}this._draw(e.collection,e.buttons)},container:function(){return this.dom.container},disable:function(t){t=this._nodeToButton(t);return y(t.node).addClass(this.c.dom.button.disabled).prop("disabled",!0),this},destroy:function(){y("body").off("keyup."+this.s.namespace);for(var t=this.s.buttons.slice(),n=0,e=t.length;n<e;n++)this.remove(t[n].node);this.dom
6 c.call(a))}function w(a,b){var c=new i.Api(a),d=b?b:c.init().buttons||i.defaults.buttons;return(new l(c,d)).container()}var i=e.fn.dataTable,z=0,A=0,o=i.ext.buttons,l=function(a,b) global() class in AnonymousFunctione499d3f30200.l
[all...]
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js62dom.domObject.prototype),CKEDITOR.dom.node=function(a){return a?new CKEDITOR.dom[a.nodeType==CKEDI…
75 ….dom.window=function(a){CKEDITOR.dom.domObject.call(this,a)},CKEDITOR.dom.window.prototype=new CKE…
77dom.element.get(a):null}}),CKEDITOR.dom.document=function(a){CKEDITOR.dom.domObject.call(this,a)},…
80dom.nodeList(this.$.getElementsByTagName(a))},getHead:function(){var a=this.$.getElementsByTagName…
82dom.nodeList=function(a){this.$=a},CKEDITOR.dom.nodeList.prototype={count:function(){return this.$…
83dom.element(a))},CKEDITOR.dom.element.prototype=new CKEDITOR.dom.node,CKEDITOR.dom.element.createF…
130dom.walker.ignored=function(a){return function(b){b=l(b)||k(b)||d(b);return!!(a^b)}};var m=CKEDITO…
136dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(!0),d=CKEDITOR.dom.walker.bogus();return f…
427dom.node(d.container),d.offset),d=b(c),a.setEnd(new CKEDITOR.dom.node(d.container),d.offset),a.end…
475dom.comment=function(a,f){"string"==typeof a&&(a=(f?f.$:document).createComment(a));CKEDITOR.dom.d…
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java11 import org.w3c.dom.Document;
12 import org.w3c.dom.Element;
13 import org.w3c.dom.Node;
H A DValidation.java11 import org.w3c.dom.Document;
12 import org.w3c.dom.Element;
H A DUserObject.java.bak7 import org.w3c.dom.Document;
8 import org.w3c.dom.Element;
9 import org.w3c.dom.Node;
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php41 $dom = new DOMDocument();
42 @$dom->loadHTML($html);
43 $xpath = new DOMXPath($dom);
/plugin/htmlabstract/
H A Dsyntax.php115 $dom = new DOMDocument();
116 if (false === @$dom->loadXML($xml))
119 $items = $dom->getElementsByTagName('item');
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.js
/plugin/ckgedit/ckeditor/
H A Dckeditor.js64 CKEDITOR.dom.event=function(a){this.$=a};
87 CKEDITOR.dom.window=function(a){CKEDITOR.dom.domObject.call(this,a)};CKEDITOR.dom.window.prototype=…
89 …OR.dom.element.get(a):null}});CKEDITOR.dom.document=function(a){CKEDITOR.dom.domObject.call(this,a…
93dom.element(a):this.getDocumentElement().append(new CKEDITOR.dom.element("head"),!0)},getBody:func…
95dom.nodeList.prototype={count:function(){return this.$.length},getItem:function(a){return 0>a||a>=…
96dom.element.get=function(a){return(a="string"==typeof a?document.getElementById(a)||document.getEl…
144dom.walker.temp=function(a){return function(b){b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());b=…
459dom.selection(this.root);a.selectRanges([this]);return a};CKEDITOR.SELECTION_NONE=1;CKEDITOR.SELEC…
467dom.node(g),h);a.setEnd(new CKEDITOR.dom.node(g),h+1);d.push(a)}return d}return[]}}():function(){v…
516dom.comment=function(a,d){"string"==typeof a&&(a=(d?d.$:document).createComment(a));CKEDITOR.dom.d…
[all …]
H A Dckeditor.js.unc333 CKEDITOR.dom = {};
1678 CKEDITOR.dom.event.prototype = {
1802 CKEDITOR.dom.node = function(a) {
1805 CKEDITOR.dom.node.prototype = new CKEDITOR.dom.domObject;
1998 if (c(f ? new CKEDITOR.dom.node(b) : b)) return new CKEDITOR.dom.node(b);
2084 CKEDITOR.dom.window.prototype = new CKEDITOR.dom.domObject;
2118 CKEDITOR.dom.document.prototype = new CKEDITOR.dom.domObject;
2243 CKEDITOR.dom.element.prototype = new CKEDITOR.dom.node;
2946 CKEDITOR.tools.extend(CKEDITOR.dom.documentFragment.prototype, CKEDITOR.dom.element.prototype, {
10322 CKEDITOR.dom.comment.prototype = new CKEDITOR.dom.node;
[all …]
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php123 $dom = !isset($this->context) ? '' :
127 $dom = 'SigEd448' . "\0" . chr(strlen($context)) . $context;
130 $r = $hash->hash($dom . $secret . $message);
136 $k = $hash->hash($dom . $R . $A . $message);
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64dom:set-pipelines|dom:set-permissions|dom:set-name|dom:set-evaluation-context|dom:set-domain-scope…
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc50 return new CKEDITOR.dom.element( name, editor.document );
142 var thead = new CKEDITOR.dom.element( table.$.createTHead() );
160 thead = new CKEDITOR.dom.element( table.$.tHead );
181 newCell = new CKEDITOR.dom.element( table.$.rows[ row ].cells[ 0 ] );
190 row = new CKEDITOR.dom.element( table.$.rows[ i ] );
192 newCell = new CKEDITOR.dom.element( row.$.cells[ 0 ] );
213 var firstCell = new CKEDITOR.dom.element( table.$.rows[ 0 ].cells[ 0 ] );
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc50 return new CKEDITOR.dom.element( name, editor.document );
142 var thead = new CKEDITOR.dom.element( table.$.createTHead() );
160 thead = new CKEDITOR.dom.element( table.$.tHead );
181 newCell = new CKEDITOR.dom.element( table.$.rows[ row ].cells[ 0 ] );
190 row = new CKEDITOR.dom.element( table.$.rows[ i ] );
192 newCell = new CKEDITOR.dom.element( row.$.cells[ 0 ] );
213 var firstCell = new CKEDITOR.dom.element( table.$.rows[ 0 ].cells[ 0 ] );
/plugin/issuetracker/
H A Dtablekit.js66 if(!TableKit.tables[id].dom.rows) {
69 return TableKit.tables[id].dom.rows;
74 if(!TableKit.tables[id].dom.head) {
77 return TableKit.tables[id].dom.head;
101 if(!TableKit.tables[tblid].dom.cells[cell.id]) {
102 TableKit.tables[tblid].dom.cells[cell.id] = {textContent : '', htmlContent : '', active : false};
104 return TableKit.tables[tblid].dom.cells[cell.id];
114 … {dom : {head:null,rows:null,cells:{}},sortable:false,resizable:false,editable:false},
224 for(var c in TableKit.tables[table.id].dom.cells) {
225 if(TableKit.tables[table.id].dom.cells[c].active) {
[all …]
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js8 …getPrevious())a=a.getLast(),a.focus(),c.preventDefault(!0)}}var v=CKEDITOR.dom.element,h=CKEDITOR.…
10 …CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+d+'" class\x3d"cke_voice_label"\x3e'+c+"\x3…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js8 …getPrevious())a=a.getLast(),a.focus(),c.preventDefault(!0)}}var v=CKEDITOR.dom.element,e=CKEDITOR.…
10 …CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+d+'" class\x3d"cke_voice_label"\x3e'+c+"\x3…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php61 $server->on('report', function($reportName, $dom, $uri) use ($self) {
65 $self->syncCollection($uri, $dom);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php61 $server->on('report', function($reportName, $dom, $uri) use ($self) {
65 $self->syncCollection($uri, $dom);

123456789