Home
last modified time | relevance | path

Searched refs:embedded (Results 1 – 25 of 222) sorted by relevance

123456789

/plugin/revealjs/lib/font/source-sans-pro/
Dsource-sans-pro.css4 src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
14 src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
24 src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
34 src: url('source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
/plugin/sequencediagram/bower_components/snap.svg/doc/fonts/
Dstylesheet.css5 src: url('sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
20 src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
35 src: url('sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
50 src: url('sourcecodepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
/plugin/externalembed/
DREADME.md5 the embedded content This plugin will ask the user to accept embedded content from a domain before …
11 other domains can also be easily embedded (it is currently possible in this version however)
40 …* `youtube.com, A YouTube video has been embedded here. You must accept the <a href="https://www.y…
58 * `embed-position:` - Displays the embedded content to the right, left or centre of the page. Value…
62 * `width: ` - The width of the embedded content. Enter a number with no units e.g. `width: "300"`
63 * `height: ` - the height of the embedded content. Enter a number with no units e.g. `height: "600"`
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.MungeResources.txt8 will also apply to embedded resources, such as <code>&lt;img src=""&gt;</code>.
11 and other embedded resources will break.
DHTML.FlashAllowFullScreen.txt7 Whether or not to permit embedded Flash content from
DCore.AggressivelyRemoveScript.txt9 but it can help work around a bug in libxml where embedded
/plugin/yuriigantt/
DREADME.md39 1. (Optional) Click page edit. You will see that data for empty embedded database was initialized
46 "dsn": ":embedded:",
62 NOTE! Currently only embedded database driver is supported
75 "dsn": ":embedded:", <-- says parser what database driver was used
/plugin/pgn4web/pgn4web/fonts/
Dpgn4web-font-LiberationSans.css16 …src: url('LiberationSans-Regular.eot?#iefix') format('embedded-opentype'), url('LiberationSans-Reg…
23 …src: url('LiberationSans-Bold.eot?#iefix') format('embedded-opentype'), url('LiberationSans-Bold.w…
/plugin/bpmnio/
Dall.less4 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css";
13 @import "vendor/dmn-js/dist/assets/dmn-font/css/dmn-embedded.css";
/plugin/yuriigantt/_test/
Dtest_page.txt10 "dsn": ":embedded:",
41 "text": "1st prototype \nwith embedded database",
/plugin/googleanalytics/lang/en/
Dintro.txt24 …* [[:wiki:syntax#embedding_html_and_php|Enabling embedded HTML]] in your local DokuWiki instance (…
25 * Allow embedded JavaScript via a plugin like the [[doku>plugin:inlinejs|InlineJS Plugin]]
28 Allowing embedded HTML / JavaScript will give you the most flexibility for per-page tagging, but it…
/plugin/siteexport/inc/
DreadCSS.patch86 // look for embedded @import stylesheets in other stylesheets
105 $embedded = $cxtem[2][$i];
106 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
107 $this->mpdf->GetFullPath($embedded, $cssBasePath );
108 … $CSSextblock = str_replace($cxtem[0][$i], ($cxtem[1][$i].$embedded.$cxtem[3][$i]), $CSSextblock);
128 $embedded = $cxtem[2][$i];
129 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
130 $this->mpdf->GetFullPath($embedded);
131 … $tmpCSSstr = str_replace($cxtem[0][$i], ($cxtem[1][$i].$embedded.$cxtem[3][$i]), $tmpCSSstr );
/plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/
Doptions.js10 …const embedded = args.embedded === true || args['no-header-footer'] === true || args.standalone ==…
11 const standalone = !embedded
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
Dblocks.test2 "autoescape" tag applies escaping on embedded blocks
/plugin/slideshare/slideshare/
Dplugin.info.txt6 desc Link or embedded Slideshare Presentations
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_links_reference_style.md11 With [embedded [brackets]] [b].
/plugin/sketchcanvas/
Dplugin.info.txt6 desc SketchCanvas documents in-place GUI editor/viewer embedded in DokuWiki.
/plugin/a2s/
Dplugin.info.txt6 desc Convert ASCII art diagram to nice embedded SVG images.
/plugin/revealjs/lib/font/league-gothic/
Dleague-gothic.css4 src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
/plugin/snippets/
DREADME7 This version of the snippets plugin enables user to choose have files with embedded snippets automa…
/plugin/googleanalytics/
DREADME.md30 …* [Enabling embedded HTML](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) in your lo…
31 …* Allow embedded JavaScript via a plugin like the [InlineJS Plugin](https://www.dokuwiki.org/plugi…
34 Allowing embedded HTML / JavaScript will give you the most flexibility for per-page tagging, but it…
/plugin/snippets/lang/en/
Dinfo.txt5 - snippets and the pages they are embedded in
/plugin/mapillary/
DCHANGES20 * make it possible to have more than one image embedded
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dembed.rst13 Think of an embedded template as a "micro layout skeleton".
114 let's call them "micro layouts" go into separate templates which are embedded
172 As embedded templates do not have "names", auto-escaping strategies based
/plugin/yuriigantt/src/Driver/
DEmbedded.php150 $embedded = json_encode($database, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);
154 $embedded

123456789