Home
last modified time | relevance | path

Searched refs:document (Results 26 – 50 of 53) sorted by last modified time

123

/dokuwiki/
H A DCOPYING7 of this license document, but changing it is not allowed.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php363 $document = new \DOMDocument();
364 $document->encoding = 'UTF-8';
369 $document->loadHTML($data);
372 $xpath = new \DOMXPath($document);
388 $this->strip_tag($tag, $document, $xpath, $type);
406 $this->add_attr($tag, $valuePairs, $document);
413 $this->replace_urls($document, $element, $attributes);
418 $images = $document->getElementsByTagName('img');
444 $div = $document->getElementsByTagName('body')->item(0)->firstChild;
446 $data = trim($document
497 replace_urls($document, $tag, $attributes) global() argument
536 strip_tag($tag, $document, $xpath, $type) global() argument
623 add_attr($tag, $valuePairs, $document) global() argument
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE7 of this license document, but changing it is not allowed.
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt115 You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
/dokuwiki/inc/lang/en/
H A Drevisions.txt3 These are the older revisons of the current document. To revert to an old revision, select it from below, click ''Edit this page'' and save it.
H A Dshowrev.txt1 **This is an old revision of the document!**
/dokuwiki/inc/lang/nl/
H A Dnorev.txt3 De opgegeven revisie bestaat niet. Klik op ''Oude revisies'' voor een lijst van oude revisies van dit document.
/dokuwiki/inc/lang/ca/
H A Dnorev.txt3 La revisió especificada no existeix. Utilitzeu el botó ''Revisions anteriors'' per obtenir una llista de revisions d'aquest document.
H A Drevisions.txt3 Heus ací les revisions anteriors del document actual. Per restaurar una revisió anterior, seleccioneu-la de la llista, feu clic en ''Edita aquesta pàgina'' i deseu-la.
H A Dshowrev.txt1 **Aquesta és una revisió antiga del document**
/dokuwiki/lib/scripts/
H A Dlinkwiz.js27 dw_linkwiz.$wiz = jQuery(document.createElement('div'))
H A Dmedia.js156 dw_mediamanager.$popup = jQuery(document.createElement('div'))
181 $p = jQuery(document.createElement('p'))
188 $l = jQuery(document.createElement('label'))
194 $btn = jQuery(document.createElement('button'))
200 $img = jQuery(document.createElement('img'))
211 $insp = jQuery(document.createElement('p'));
214 $insbtn = jQuery(document.createElement('input'))
271 edid = String.prototype.match.call(document.location, /&edid=([^&]+)/);
273 cb = String.prototype.match.call(document.location, /&onselect=([^&]+)/);
539 var $label = jQuery(document
[all...]
H A Dpage.js83 $fndiv = jQuery(document.createElement('div'))
199 $clicky = jQuery(document.createElement('strong'));
H A Dqsearch.js119 if (document.documentElement.dir === 'rtl') {
H A Dscript.js14 var is_khtml = (navigator.vendor == 'KDE' || ( document.childNodes && !document.all && !navigator.taintEnabled ));
17 var is_opera_preseven = (window.opera && !document.childNodes);
18 var is_opera_seven = (window.opera && document.childNodes);
29 jQuery(document).on('click', closePopups);
H A Dbehaviour.js62 jQuery(document).on('click','#page__revisions input[type=checkbox]',
H A Dfileuploader.js105 var div = document.createElement('div');
577 qq.attach(document, 'dragenter', function(e){
582 qq.attach(document, 'dragleave', function(e){
585 var relatedTarget = document.elementFromPoint(e.clientX, e.clientY);
586 // only fire when leaving document out
690 qq.attach(document, 'dragover', function(e){
728 var relatedTarget = document.elementFromPoint(e.clientX, e.clientY);
798 var input = document.createElement("input");
987 var iframe = document.getElementById(id);
1058 // iframe.contentWindow.document
[all...]
/dokuwiki/inc/lang/ca-valencia/
H A Dconflict.txt3 Existix una versió més nova del document que ha editat. Açò ha passat perquè un altre usuari ha modificat el document mentre vosté estava editant-lo.
H A Drevisions.txt3 Versions antigues del document actual. Per a recuperar una versió anterior de la pàgina, tríe-la ací baix, pulse ''Editar esta pàgina'' i guarde-la.
/dokuwiki/lib/plugins/styling/
H A Dscript.js77 if(window.opener) window.opener.document.location.reload();
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown26 3. `README.markdown` - This document.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE7 of this license document, but changing it is not allowed.
/dokuwiki/inc/lang/fr/
H A Dpreview.txt3 Ceci est un aperçu de votre document. Attention : il n'est **pas encore enregistré** !
H A Deditrev.txt1 **Vous affichez une ancienne révision du document !** Si vous l'enregistrez, vous créerez une nouvelle version avec ce contenu.

123