Home
last modified time | relevance | path

Searched refs:document (Results 151 – 175 of 2062) sorted by relevance

12345678910>>...83

/plugin/diagrams/script/
H A Dembed-editbutton.js4 document.addEventListener('DOMContentLoaded', () => {
6 if (!document.querySelector('head link[rel="edit"]')) return;
8 document.querySelectorAll('object.diagrams-svg[data-pos]').forEach(embed => {
9 const button = document.createElement('button');
/plugin/fetchmedia/script/
H A Dmain.js1 const form = document.getElementById('fetchmedia_form');
13 const td = document.querySelector(selector);
31 const td = document.querySelector(selector);
73document.getElementById('fetchmedia_results').innerHTML = `<div id="waitingMessage"><p><em>${waiti…
82document.getElementById('fetchmedia_results').innerHTML = `<div id="noLinksFound"><p><em>${noLinks…
106document.getElementById('fetchmedia_results').innerHTML = downloadButton + table;
108document.getElementById('downloadNow').addEventListener('click', () => requestDownloadExternalFile…
114document.getElementById('fetchmedia_results').innerHTML = `<div id="error"><p><em>${fetchError}</e…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DAnnotateTextRequest.php34 public function setDocument(Document $document) argument
36 $this->document = $document;
43 return $this->document;
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php50 public function getDomSubtree(\DOMDocument $document) argument
52 $attributeElem = XMLHelper::createElement($document, 'attribute');
54 $keyElem = XMLHelper::createElementWithText($document, 'key', $this->key);
57 $valuesElem = XMLHelper::createElement($document, 'values');
61 $valueElem = XMLHelper::createElementWithText($document, 'value', $value);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.table.js5document.createElement('tbody');var toolbar=jQuery('<div class="toolbar"></div>');var rawCode=cont…
6document.createElement('td');td.className="number";number=document.createElement('span');number.in…
H A Djquery.syntax.layout.fixed.js5document.createElement('table');var codeTableBody=document.createElement('tbody');codeTable.append…
6 lineNumber.innerHTML=line;numbersColumn.append(lineNumber);var lineCode=document.createElement('td'…
8 lineCode.appendChild(this);var tr=document.createElement('tr');tr.appendChild(lineCode);codeTableBo…
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteRefRenderer.php39 # get parents iteratively until get top-level document
40 $document = $node->parent()->parent();
41 while (get_class($document)!='League\CommonMark\Node\Block\Document'){
42 $document = $document->parent();
44 $walker = $document->walker();
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js59 oKeystrokeHandler.AttachToElement( targetWindow.document ) ;
152 if ( FCKBrowserInfo.IsIE && this.Window.document.selection.type.toLowerCase() == "control" )
154 var controls = this.Window.document.selection.createRange() ;
385 oRange.InsertNode( this.Window.document.createTextNode( this.TabText ) ) ;
436 eNewBlock = this.Window.document.createElement( blockTag ) ;
450 eNewBlock = this.Window.document.createElement( blockTag ) ;
524 eLineBreak = this.Window.document.createElement( 'br' ) ;
530 FCKDomTools.InsertAfterNode( eLineBreak, this.Window.document.createTextNode( '' ) ) ;
545 dummy = this.Window.document.createElement( 'span' ) ;
547 dummy = this.Window.document.createElement( 'br' ) ;
[all …]
/plugin/dokukiwix/
H A Dscript.js29 obj = document.getElementById('pl_dokukiwix_throbber');
43 obj = document.getElementById('pl_dokukiwix_stop');
56 obj = document.getElementById('pl_dokukiwix_out');
71 obj = document.getElementById('pl_dokukiwix_toggle_startpause');
90 obj = document.getElementById('pl_dokukiwix_toggle_startpause');
99 obj = document.getElementById('pl_dokukiwix_toggle_startpause');
232document.getElementById("pl_dokukiwix_log").value += currentHours+":"+currentMinutes+":"+currentSe…
233document.getElementById("pl_dokukiwix_log").scrollTop = document.getElementById("pl_dokukiwix_log"…
/plugin/freechat/phpfreechat/style/
H A Dshow.js3 if(document.getElementById) {
4 return document.getElementById(id);
5 } else if(document.all) {
6 return document.all[id];
/plugin/freechat/phpfreechat/data/public/js/
H A Dmousepos.js8 posx = e.clientX + document.body.scrollLeft
9 + document.documentElement.scrollLeft;
21 posy = e.clientY + document.body.scrollTop
22 + document.documentElement.scrollTop;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DRunQueryResponse.php40 public function setDocument(Document $document) argument
42 $this->document = $document;
49 return $this->document;
/plugin/shell/
H A DP0wnyShell.js26 …const base = document.currentScript.src.substring(0,document.currentScript.src.lastIndexOf('/')+1);
86 const promptSpan = document.createElement('span');
91 const commandSpan = document.createElement('span');
105 const textElem = document.createTextNode(stdout);
194 const element = document.createElement('a');
212 const element = document.createElement('input');
215 document.body.appendChild(element);
235 document.body.removeChild(element);
292 const userText = document.createTextNode(this.userName + "@" + this.hostName + ":");
293 const cwdSpan = document.createElement("span");
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js31 var oTxtText = document.getElementById( "txtText" ) ;
32 var oTxtValue = document.getElementById( "txtValue" ) ;
40 var oTxtText = document.getElementById( "txtText" ) ;
41 var oTxtValue = document.getElementById( "txtValue" ) ;
61 var oTxtText = document.getElementById( "txtText" ) ;
62 var oTxtValue = document.getElementById( "txtValue" ) ;
93 var oTxtValue = document.getElementById( "txtSelValue" ) ;
158 oOption = document.createElement("OPTION") ;
/plugin/farmsync/meta/
H A DPageUpdates.php110 $document = $cleanline;
111 if (substr(noNS($document), 0, 1) == '_') return array();
112 if (in_array(substr($document, -1), array(':', ';'))) {
113 $document = $this->handleStartpage($source, $document);
115 if (!$this->farm_util->remotePageExists($source, $document)) {
116 msg("Page $document does not exist in source wiki!", -1);
119 $documents[] = cleanID($document);
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js31 var oTxtText = document.getElementById( "txtText" ) ;
32 var oTxtValue = document.getElementById( "txtValue" ) ;
40 var oTxtText = document.getElementById( "txtText" ) ;
41 var oTxtValue = document.getElementById( "txtValue" ) ;
61 var oTxtText = document.getElementById( "txtText" ) ;
62 var oTxtValue = document.getElementById( "txtValue" ) ;
93 var oTxtValue = document.getElementById( "txtSelValue" ) ;
158 oOption = document.createElement("OPTION") ;
/plugin/pagemove/lang/en/
H A Dpagemove.txt3 This plugin allows you to move and/or rename the current document or move and/or rename the current…
6 * You must have edit permission for the document and any documents that point to it (backlinks).
7 * The document and its' backlinks cannot be locked for editing.
9 * You cannot move the document to a namespace where a document with the same name already exists.
/plugin/diagramsnet/lib/plugins/
H A Dtags.js16 var div = document.createElement('div');
26 …editorUi.hiddenTagsWindow = new HiddenTagsWindow(editorUi, document.body.offsetWidth - 380, 120, 3…
58 var div = document.createElement('div');
63 var searchInput = document.createElement('input');
78 var tagCloud = document.createElement('div');
170 var title = document.createElement('div');
181 var span = document.createElement('span');
323 if (mxClient.IS_GC || mxClient.IS_FF || document.documentMode >= 5)
329 document.execCommand('selectAll', false, null);
340 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js52 document.write( this.CreateHtml() ) ;
89 var oTextarea = document.getElementById( this.InstanceName ) ;
90 var colElementsByName = document.getElementsByName( this.InstanceName ) ;
117 var oRange = document.createRange() ;
165 document.write( '<div style="COLOR: #ff0000">' ) ;
166 document.write( '[ FCKeditor Error ' + this.ErrorNumber + ': ' + this.ErrorDescription + ' ]' ) ;
167 document.write( '</div>' ) ;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php58 $document = new DOMDocument;
59 $document->preserveWhiteSpace = false;
67 $document->documentURI = $filename;
71 $loaded = $document->loadHTML($actual);
73 $loaded = $document->loadXML($actual);
77 $document->xinclude();
108 return $document;
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php85 addHeadingLink(Heading $heading, Document $document) global() argument
129 ensureUnique(string $proposed, Document $document) global() argument
/plugin/virtualkeyboard/vk/
H A Dvk_loader.js2document.getElementsByTagName('script'),sr = new RegExp('^(.*/|)('+sname+')([#?]|$)');for (var i=0…
18document.write('<scr'+'ipt defer="false" type="text/javascript" src="'+p+dpd[i]+'"></scr'+'ipt>');
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js60 …ng|as|ancestor-or-self|ancestor|after|eq|order|by|or|and|schema-element|document-node|node|at)\b/],
64document-set-quality|xdmp:document-set-property|xdmp:document-set-properties|xdmp:document-set-per…
/plugin/formatplus/
H A Dscript.js19 var ssheet = document.styleSheets[0];
44 var qelems = document.getElementsByTagName('q');
59 var mark_before = document.createTextNode(q_open[qstack.length % q_open.length]);
60 var mark_after = document.createTextNode(q_close[qstack.length % q_open.length]);
65 var bqelems = document.getElementsByTagName('blockquote');
70 var bq_after = document.createElement('div');
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc_ie.js6 …mainName:a.config.wsc_domainName});CKEDITOR.document.getById(h).setStyle("display","none");CKEDITO…
7 …s.getNextNumber(),d="cke_frame_"+b,g="cke_data_"+b,h="cke_error_"+b,e,b=document.location.protocol…
9 …ined"==typeof window.WSC_Error){CKEDITOR.document.getById(d).setStyle("display","none");var b=CKED…
10 …TOR.document.getHead().append(CKEDITOR.document.createElement("script",{attributes:{type:"text/jav…

12345678910>>...83