Searched refs:HTML (Results 1 – 25 of 577) sorted by relevance
12345678910>>...24
27 $HTML = $response->queryHTML('.page p');29 $this->assertTrue(strpos($HTML, 'ID:pageconstants') !== false, 'Page ID is pageconstants');30 …$this->assertTrue(strpos($HTML, 'NAMESPACE:test:plugin_const') !== false, 'Namespace is test:plugi…31 $this->assertTrue(strpos($HTML, 'User:') !== false, 'anonymous');56 $HTML = $response->queryHTML('.page p');58 $this->assertTrue(strpos($HTML, 'YEAR:'.date('Y')) !== false);59 $this->assertTrue(strpos($HTML, 'MONTH:'.date('m')) !== false);60 $this->assertTrue(strpos($HTML, 'MONTHNAME:'.date('F')) !== false);61 $this->assertTrue(strpos($HTML, 'WEEK:'.date('W')) !== false);62 $this->assertTrue(strpos($HTML, 'DAY:'.date('d')) !== false);[all …]
1 # DokuWiki Plugin Ad-Hoc HTML2 A secure but flexible way to insert HTML tags into DokuWiki4 This is an attempt to enable direct insertion of HTML tags in DokuWiki that is not reliant on the H…8 ## HTML Elements10 The following HTML elements are added by this plugin (in alphabetic order):12 - `<abbr>` – “[Abbreviation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr)”14 - `<address>` – “[Address](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address)”16 - `<article>` – “[Article](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article)”18 - `<aside>` – “[Aside](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside)”20 - `<b>` – “[Bring Attention To](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b)” (also…[all …]
1 …HTML.Allowed";N;s:22:"HTML.AllowedAttributes";N;s:20:"HTML.AllowedComments";a:0:{}s:26:"HTML.Allow…
1 HTML.AllowedElements7 If HTML Purifier's tag set is unsatisfactory for your needs, you can9 this, you probably also want to change %HTML.AllowedAttributes; see10 also %HTML.Allowed which lets you set allowed elements and14 If you attempt to allow an element that HTML Purifier does not know15 about, HTML Purifier will raise an error. You will need to manually16 tell HTML Purifier about this element by using the
1 HTML.Doctype8 older directives like %HTML.XHTML or %HTML.Strict.10 'HTML 4.01 Transitional', 'HTML 4.01 Strict', 'XHTML 1.0 Transitional', 'XHTML 1.0 Strict', 'XHTML …
1 HTML.Allowed9 %HTML.AllowedElements and %HTML.AllowedAttributes.22 broken whitelists. If %HTML.AllowedElements or %HTML.AllowedAttributes
6 Allows the ID attribute in HTML. This is disabled by default due to the9 surrounding HTML. If you don't mind throwing caution to the wind, enable12 (%Attr.IDPrefix). When set to true HTML Purifier reverts to the behavior of15 HTML.EnableAttrID
7 This directive enables aggressive pre-filter fixes HTML Purifier can10 calls and at least two preg_replace calls for every HTML document parsed;11 if your users make very well-formed HTML, you can set this directive false.16 in HTML Purifier 3.2.0.
1 HTML.XHTML6 DEPRECATED-USE: HTML.Doctype8 Determines whether or not output is XHTML 1.0 or HTML 4.01 flavor.
1 HTML.ForbiddenAttributes7 While this directive is similar to %HTML.AllowedAttributes, for13 is provided for consistency with %HTML.AllowedAttributes).16 <strong>Warning:</strong> This directive complements %HTML.ForbiddenElements,
1 HTML.ForbiddenElements7 This was, perhaps, the most requested feature ever in HTML9 %HTML.AllowedElements, and it will override that directive, or any13 If possible, %HTML.Allowed is recommended over this directive, because it
10 of HTML Purifier prior to 4.0.0, set this directive to false.13 in previous versions of HTML Purifier, it was assumed that the form of15 XHTML 1.1 and XHTML 2.0). The DTDs for HTML 4.01 and XHTML 1.0, however16 specify class as CDATA. HTML 5 effectively defines it as CDATA, but
1 HTML.DefinitionID8 Unique identifier for a custom-built HTML definition. If you edit16 $config->set('HTML', 'DefinitionID', '1');24 has taken place, so it needs an extra directive: %HTML.DefinitionID.
6 :!: **オープンな Wiki で HTML ファイルをアップロードできるように設定してはいけません。**8 HTML ファイルのアップロードは、信頼できるユーザ向けの Wiki でのみ有効にしてください。9 MIME 設定ファイルに HTML ファイルタイプを追加して HTML のアップロードを許可する場合は、[[doku>ja:config:iexssprotect|設定項目: iexssprotec…
12 [[doku>ja:syntax#テキストから HTML への変換]]も参照してください。14 デフォルトでは簡単な文字変換を行うだけですが、この変換設定を利用して複雑な文字列 (HTML を含む) をページに挿入することもできます。15 ただし、そうした場合は HTML 以外のレンダラを利用した際に内容や表示が崩れることを理解しておく必要があります。
19 …HTML:{closeBox:[["div",{style:{position:"absolute",overflow:"hidden",top:".1em",right:".1em",borde… property
19 …HTML.setScript(a,b);d.removeChild(e)}else{var c=MathJax.HTML.Element("span");c.appendChild(e);Math…
12 fieldset "HTML Checks <bold>bang</bold>" "<bold>bang</bold>" "<bold>bang</bold>"13 textbox "HTML check 1 <bold>bang</bold>" "=<bold>bang</bold>"14 password "HTML check 2 <bold>bang</bold>" "=<bold>bang</bold>"15 textarea "HTML check 3 <bold>bang</bold>" "=<bold>bang</bold>"16 static "HTML check 4 <bold>bang</bold>"17 wiki "HTML check 5 <bold>bang</bold>"
8 Use the ``spaceless`` tag to remove whitespace *between HTML tags*, not9 whitespace within HTML tags or whitespace in plain text:21 This tag is not meant to "optimize" the size of the generated HTML content but22 merely to avoid extra whitespace between HTML tags to avoid browser rendering27 If you want to optimize the size of the generated HTML content, gzip33 an HTML string, be warned that this is not as easy as it seems to be
8 Use the ``spaceless`` filter to remove whitespace *between HTML tags*, not9 whitespace within HTML tags or whitespace in plain text:22 transformation on large amounts of HTML:34 This tag is not meant to "optimize" the size of the generated HTML content but35 merely to avoid extra whitespace between HTML tags to avoid browser rendering46 If you want to optimize the size of the generated HTML content, gzip52 an HTML string, be warned that this is not as easy as it seems to be
1 HTML Purifier [
19 $HTML = p_wiki_xhtml('test:plugin_imagecarousel');20 $this->assertTrue(strpos($HTML, '<div class="slick') !== false, 'render class slick');21 $this->assertTrue(strpos($HTML, '"slidesToShow":4') !== false, 'slidesToShow is 4');
27 HTML Support29 A macro name with the _HTML suffix will be output as HTML, whereas without the _HTML suffix the30 HTML markup will be treated as literals. With it, <p> creates a paragraph; wthout it the <p>47 For HTML output, HTML tags are accepted in translation macros, but for the HTML48 to become effective, these must be included in a standard HTML macro definition49 string. In effect, they must be doubly bound to the HTML
29 **Important** : avoid ">" character inside code use the HTML entity "`>`" instead since ">" mark…43 - The content of "label" property is placed as text and "title" attribute of HTML link.44 - The content of "class" property is placed in "class" attribute of HTML link. 45 - The content of "style" property is placed in "style" attribute of HTML link.47 HTML code injection is possible and not controlled by the plugin : hack if you want.48 Incomming versions may authorize to add any HTML attribute to the link.