Home
last modified time | relevance | path

Searched refs:document (Results 476 – 500 of 2062) sorted by relevance

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

/plugin/datatables/assets/datatables.net-plugins/features/scrollResize/
H A DdataTables.scrollResize.min.js
/plugin/diagramsnet/lib/math/extensions/
H A DAssistiveMML.js19document.documentMode||0)<8?"rect(1px 1px 1px 1px)":"rect(1px, 1px, 1px, 1px)"),padding:"1px 0 0 0…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc106 $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
187 $params['type'] = DEPRECATED (string) The type of the document
195 $params['body'] = (array) The document (Required)
208 $params['id'] = (string) The document ID (Required)
210 $params['type'] = DEPRECATED (string) The type of the document
215 $params['if_seq_no'] = (number) only perform the delete operation if the last operation that has changed the document has the specified sequence number
216 $params['if_primary_term'] = (number) only perform the delete operation if the last operation that has changed the document has the specified primary term
232 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
290 $params['id'] = (string) The document ID (Required)
292 $params['type'] = DEPRECATED (string) The type of the document (us
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php132 public function addDocument(Document $document, ?string $opType = null): self
134 $action = AbstractDocumentAction::create($document, $opType);
146 foreach ($documents as $document) {
147 $this->addDocument($document, $opType);
333 || $this->_client->getConfigValue(['document', 'autoPopulate'], false)
130 addDocument(Document $document, string $opType = null) global() argument
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js32 var container = document.createElement('div');
43 var deleteImage = document.createElement('img');
51 var closeLabel = document.createElement('div');
60 document.body.appendChild(container);
70 mxEvent.addListener(document, 'keydown', keyHandler);
121 mxEvent.removeListener(document, 'keydown', keyHandler);
/plugin/siteexport/
H A Dscript.js60 … var edid = String.prototype.match.call(document.location, new RegExp("&edid=([^&]+)"));
186 document.location.href = iframeProps.src;
543 if (window.getSelection && document.createRange) {
545 range = document.createRange();
549 } else if (document.selection && document.body.createTextRange) {
550 range = document.body.createTextRange();
557 ok = document.execCommand('copy');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php24 $document = Reader::read($vcal);
26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
/plugin/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js16 var editableElement = editor.editable ? editor.editable() : editor.document;
55 var element = editor.document.createElement('img', {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php24 $document = Reader::read($vcal);
26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php24 $document = Reader::read($vcal);
26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js16 var editableElement = editor.editable ? editor.editable() : editor.document;
55 var element = editor.document.createElement('img', {
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js25 const svgIcon = document.createElement('img');
31 const wrapper = document.createElement('span');
/plugin/lytebox/
H A Dlytebox.js195 … = (this.isFrame) ? window.parent.frames[window.name].document.getElementsByTagName('a') : documen…
220 … = (this.isFrame) ? window.parent.frames[window.name].document.getElementsByTagName('a') : documen…
586 LyteBox.prototype.disableKeyboardNav = function() { document.onkeydown = ''; };
687 this.doc = parent.document;
691 this.doc = document;
786 } else if (document.body) {
807 } else if (document.documentElement && document.documentElement.clientHeight) {
810 } else if (document.body) {
832 objects = parent.frames[i].window.document.getElementsByTagName("object");
838 embeds = parent.frames[i].window.document.getElementsByTagName("embed");
[all …]
/plugin/indexmenu2/cms/
H A Dcms.js15document.getElementsByTagName('head')[0];var E=function(R){if(!isUndefined(i.loadedStylesheets[R])…
/plugin/revealjs/plugin/math/
H A Dmath.js35 var head = document.querySelector( 'head' );
36 var script = document.createElement( 'script' );
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.pinterest.js32 var prot = 'https:' === document.location.protocol ? 'https:' : 'http:';
58 var prot = 'https:' === document.location.protocol ? 'https:' : 'http:';
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dlanguage.js8 ckgTranslatePage(document);
14 ckgTranslatePage(document);
/plugin/vshare/
H A Dscript.js68 const iframe = document.createElement('iframe');
81 const info = document.createElement('p');
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dlanguage.js8 ckgTranslatePage(document);
14 ckgTranslatePage(document);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js99 this.EditingArea = new FCKEditingArea( document.getElementById( 'xEditingArea' ) ) ;
106 FCKTools.AddEventListener( document, "keydown", this._TabKeyHandler ) ;
536 oWindow.document.write( sHTML );
537 oWindow.document.close();
707 var range = document.selection.createRange() ;
925 var oDocument = window.parent.document ;
982 oTarget = win.nodeType == 1 ? win : win.frameElement ? win.frameElement : win.document ;
986 oTarget = win.document ;
995 oTarget = win.nodeType == 1 ? win : win.frameElement ? win.frameElement : win.document ;
997 oTarget = win.document ;
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19document.getElementById("MathJax-frame-"+this.spanID);if(i){var g=this.getValues("mathbackground",…
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js518 var content = document.createElement('div');
523 var hd = document.createElement('h3');
528 var div = document.createElement('div');
538 var listItem = document.createElement('div');
558 var link = document.createElement('a');
583 var dbInfo = document.createElement('div');
641 nextPageDiv = document.createElement('a');
697 var typeImg = document.createElement('img');
755 nextPageDiv = document.createElement('a');
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js28 var d = document.domain ;
35 var test = window.parent.document.domain ;
48 document.domain = d ;
67 return document.getElementById( elementId ) ;
/plugin/linkmanager/
H A Dscript.js80 var kobox = document.createElement('input');
90 var kolbl = document.createElement('label');
94 var kobr = document.createElement('br');
283 var ul = document.createElement('ul');
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.min.js2document.compatMode&&u("jQuery is not compatible with Quirks Mode");var i,a=s.fn.init,c=s.isNumeri…

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