Home
last modified time | relevance | path

Searched refs:embedded (Results 26 – 50 of 187) sorted by relevance

12345678

/plugin/pgn4web/pgn4web/fonts/
H A Dpgn4web-font-ChessOleFigurin.css19 …src: url('ChessOleFigurin.eot?#iefix') format('embedded-opentype'), url('ChessOleFigurin.woff') fo…
H A Dpgn4web-font-ChessSansAlpha.css19 …src: url('ChessSansAlpha.eot?#iefix') format('embedded-opentype'), url('ChessSansAlpha.woff') form…
H A Dpgn4web-font-ChessSansMerida.css19 …src: url('ChessSansMerida.eot?#iefix') format('embedded-opentype'), url('ChessSansMerida.woff') fo…
H A Dpgn4web-font-ChessSansPiratf.css19 …src: url('ChessSansPiratf.eot?#iefix') format('embedded-opentype'), url('ChessSansPiratf.woff') fo…
H A Dpgn4web-font-ChessSansUscf.css19 …src: url('ChessSansUscf.eot?#iefix') format('embedded-opentype'), url('ChessSansUscf.woff') format…
H A Dpgn4web-font-ChessSansUsual.css19 …src: url('ChessSansUsual.eot?#iefix') format('embedded-opentype'), url('ChessSansUsual.woff') form…
/plugin/google_maps/syntax/
H A Dmaps.php135 if ($state == DOKU_LEXER_SPECIAL && $options['type'] == 'embedded')
/plugin/rst/
H A DREADME.md24 … parsed as RST . To use that markup in other pages, the content must be embedded in a rst block. F…
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php74 public function embedded($content, $state, $pos) function in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler
/plugin/code3/styles/schemes/
H A Didea_alloy.css49 /** embedded source. */
H A Ddefault.css77 /** embedded source. */
/plugin/pgn4web/
H A DREADME.md9 I embedded only pgn4web in a plugin (which was difficult enough for me).
45 The embedded items remain subject to their original licenses (if any).
/plugin/directorylist/
H A Dstyle.css6 src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
/plugin/codeprettify/code-prettify/
H A DCHANGES.md64 * Changed HTML lexer to use the same embedded source mechanism as the wiki
78 * Fixed prettifying of `<code>` blocks with embedded newlines.
94 when embedded in XML. Bug [#108](https://github.com/google/code-prettify/issues/108).
/plugin/imagecarousel/
H A Dall.less34 …src: url('./vendor/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./vendor/slick…
/plugin/markdownextra/
H A DREADME.md24 … Markdown Extra. To use that markup in other pages, the content must be embedded in a markdown blo…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt85 it should be regarded as mandatory when time information is to be embedded into
90 An embedded command may occur at any position in a standard PGN comment, ie
94 [%clk 1:05:23] is the embedded command string.
131 In general software encountering an embedded command it does not understand
183 A single comment tag may contain multiple embedded commands.
199 The comments containing the embedded commands are to be taken as referring to
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md11 or otherwise retrieve information that is embedded in a DocBlock.
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php640 …$this->cWrite('default', 'embedded binary stripped. (' . strlen($property->getValue()) . ' bytes)'…
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php632 …$this->cWrite('default', 'embedded binary stripped. (' . strlen($property->getValue()) . ' bytes)'…
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php632 …$this->cWrite('default', 'embedded binary stripped. (' . strlen($property->getValue()) . ' bytes)'…
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php632 …$this->cWrite('default', 'embedded binary stripped. (' . strlen($property->getValue()) . ' bytes)'…
/plugin/icons/assets/font-linux/
H A Dfont-linux.css8 src: url("./font-linux.eot?#iefix") format("embedded-opentype"),
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php604 … $this->cWrite('default', 'embedded binary stripped. ('.strlen($property->getValue()).' bytes)');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php161 // look for embedded @import stylesheets in other stylesheets
181 $embedded = $cxtem[2][$i];
182 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
183 $this->mpdf->GetFullPath($embedded, $cssBasePath);
184 $CSSextblock = str_replace($cxtem[0][$i], ($cxtem[1][$i] . $embedded . $cxtem[3][$i]), $CSSextblock);
204 $embedded = $cxtem[2][$i];
205 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
206 $this->mpdf->GetFullPath($embedded);
207 $tmpCSSstr = str_replace($cxtem[0][$i], ($cxtem[1][$i] . $embedded . $cxtem[3][$i]), $tmpCSSstr);

12345678