/plugin/embed/ |
H A D | syntax.php | 54 $this->Lexer->addSpecialPattern('<embed\s+[^>]+\s*>.*?</embed>',$mode,'plugin_embed'); 55 $this->Lexer->addSpecialPattern('<embed\s+[^/]+\s*/>',$mode,'plugin_embed'); 65 if (preg_match('/<embed\s+([^>]+)\s*>(.*?)<\/embed>/ms',$match,$matches)) 67 else if (preg_match('/<embed\s+([^>]+)\s*\/>/',$match,$matches)) 207 "'<embed ' . \$this->_convert_link('\\1','$inclNS') . '>'",
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/ |
H A D | include_template_from_string.test | 4 {% set embed = '{% embed "embed.twig" %}{% endembed %}' %} 5 {{ include(template_from_string(embed)) }} 6 --TEMPLATE(embed.twig)--
|
/plugin/vshare/ |
H A D | sites.ini | 10 url = //www.youtube-nocookie.com/embed/@VIDEO@ 30 url = //www.dailymotion.com/embed/video/@VIDEO@ 41 url = //archive.org/embed/@VIDEO@ 44 rex = archive\.org/(?:embed|details)/([a-zA-Z0-9_\-]+) 53 url = //embed.nicovideo.jp/watch/@VIDEO@ 59 url = //www.bitchute.com/embed/@VIDEO@ 65 url = //coub.com/embed/@VIDEO@ 71 url = //odysee.com/$/embed/@VIDEO@ 75 rex = odysee\.com/\$/(?:embed|download)/([-%_?=/a-zA-Z0-9]+) 76 nfo = Use the embed o [all...] |
/plugin/diagrams/script/ |
H A D | embed-editbutton.js | 8 document.querySelectorAll('object.diagrams-svg[data-pos]').forEach(embed => { 25 parseInt(embed.getAttribute('data-pos')), 26 parseInt(embed.getAttribute('data-len')) 30 embed.parentNode.querySelector('.diagrams-buttons').appendChild(button);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | embed.rst | 1 ``embed`` 5 The ``embed`` tag was added in Twig 1.8. 7 The ``embed`` tag combines the behaviour of :doc:`include<include>` and 17 {% embed "teasers_skeleton.twig" %} 28 The ``embed`` tag takes the idea of template inheritance to the level of 89 Without the ``embed`` tag, you have two ways to design your templates: 112 In such a situation, the ``embed`` tag comes in handy. The common layout 124 {% embed "vertical_boxes_skeleton.twig" %} 158 {% embed "base" with {'foo': 'bar'} %} 162 {% embed "base" with {'foo': 'bar'} only %} [all …]
|
H A D | index.rst | 10 embed
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/ |
H A D | nested.test | 2 "embed" tag 4 {% embed "foo.twig" %} 7 {% embed "foo.twig" %}
|
H A D | multiple.test | 2 "embed" tag 5 {% embed "foo.twig" %} 12 {% embed "foo.twig" %}
|
H A D | error_line.test | 2 "embed" tag 5 {% embed "foo.twig" %}
|
H A D | basic.test | 2 "embed" tag 5 {% embed "foo.twig" %}
|
H A D | complex_dynamic_parent.test | 2 "embed" tag 5 {% embed foo ~ ".twig" %}
|
H A D | dynamic_parent.test | 2 "embed" tag 5 {% embed foo %}
|
H A D | with_extends.test | 2 "embed" tag 14 {% embed "foo.twig" %}
|
/plugin/oembed/docs/ |
H A D | dokuwiki-oembed.txt | 4 description: Easily embed media from OEmbed providers. 13 tags : media, images, video, music, embed 22 The oEmbed plugin allows you to easily embed media from any provider that supports the [[https://oe… 30 The simplest way to embed media is with its url. e.g. ''%%{{>http://example.com/}}%%'' 42 embed an image with a maximum width of 800px 46 embed a gallery
|
H A D | dokuwiki-oembed.org | 7 description: Easily embed media from OEmbed providers. 16 tags : media, images, video, music, embed 26 The oEmbed plugin allows you to easily embed media from any provider that supports the [[https://oe… 34 The simplest way to embed media is with its url. e.g. ~{{>http://example.com/}}~ 48 embed an image with a maximum width of 800px 52 embed a gallery
|
/plugin/externalembed/ |
H A D | README.md | 3 A Dokuwiki plugin to embed external content from the web 4 This plugin includes domain privacy features allow you to embed content without needing a cookie / … 17 To embed YouTube content: 33 * Set **MINIMUM_EMBED_WIDTH** Parameter - the minimum size for an embed (200 default) 34 * Set **MINIMUM_EMBED_HEIGHT** Parameter - the minimum height for an embed (200 default) 35 * Set **DEFAULT_PRIVACY_DISCLAIMER** Parameter - The default disclaimer for an embed if you have no… 41 * Note how you can use standard HTML here to embed Terms Of Service links. 54 * `url: ` - The URL associated with the embed 58 * `embed-position:` - Displays the embedded content to the right, left or centre of the page. Value… 113 The following syntax is used to embed a fusion file using the fusion web player: [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/ |
H A D | defined_for_blocks.test | 12 {%- embed 'embed' %} 22 --TEMPLATE(embed)--
|
/plugin/socialshareprivacy2/SSP/scripts/ |
H A D | jquery.socialshareprivacy.js | 248 var embed = settings && settings.embed; 249 if (typeof embed === "function") { 250 embed = embed.call(this, options, uri, settings); 253 if (embed) { 254 return embed; 257 embed = ['<iframe scrolling="no" frameborder="0" style="border:none;" allowtransparency="true"']; 264 if (width) embed.push(' width="',escapeHtml(width),'"'); 265 if (height) embed.push(' height="',escapeHtml(height),'"'); 271 embed.push(' src="',escapeHtml(embed_url),'"></iframe>'); 272 return embed.join('');
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.SafeEmbed.txt |
|
/plugin/processing/ |
H A D | plugin.info.txt | 6 desc embed processing stuff
|
/plugin/ol3/ |
H A D | plugin.info.txt | 6 desc embed openlayers 3 (v6.5.0)
|
/plugin/htmlok/ |
H A D | plugin.info.txt | 6 desc Allows embed HTML and PHP
|
/plugin/flowplayer/ |
H A D | plugin.info.txt | 6 desc Allows to embed a flash video into Wiki pages.
|
/plugin/pycode/ |
H A D | plugin.info.txt | 6 desc Plugin to embed a Python script hosted in a remote repository.
|
/plugin/googleads/ |
H A D | plugin.info.txt | 6 desc Plugin to embed Google AdSense code in your site.
|