Home
last modified time | relevance | path

Searched refs:face (Results 1 – 25 of 162) sorted by relevance

1234567

/plugin/fckg/syntax/
H A Dfont.php40 list($size, $face) = preg_split("/\//u", substr($match, 6, -1), 2);
50 return array($state, array($size, $face));
67 list($style, $face) = $match;
68 if(isset($face)) {
69 list($face,$fg,$bg) = explode(';;',$face);
82 $style = "font-family: $face; $style";
83 $renderer->doc .= "<span face='$face' style='$style'>";
/plugin/ckgdoku/syntax/
H A Dfont.php40 list($size, $face) = preg_split("/\//u", substr($match, 6, -1), 2);
52 return array($state, array($size, $face));
69 list($style, $face) = $match;
70 if(isset($face)) {
71 list($face,$fg,$bg) = explode(';;',$face);
84 $style = "font-family: $face; $style";
/plugin/ckgedit/syntax/
H A Dfont.php40 list($size, $face) = preg_split("/\//u", substr($match, 6, -1), 2);
52 return array($state, array($size, $face));
69 list($style, $face) = $match;
70 if(isset($face)) {
71 list($face,$fg,$bg) = explode(';;',$face);
84 $style = "font-family: $face; $style";
/plugin/clock/
H A Dstyle.css29 * With this style the face itself is not stulized, only some layout
58 * Features : a clock using a digital clock font in yellow face in a
62 * This style makes use of CSS3 @font-face specification,
73 @font-face {
99 * a clock using a digital clock font with yellow face in a black background and a shadow, degrading to monospace if the digital clock is unavailable.
125 #dw_clock_object .face.tv24 .info:hover {
137 * This style makes use of CSS3 @font-face specification,
147 #dw_clock_object .face.bluebox {
/plugin/block/
H A Dsyntax.php66 $face = "";
106 list($face,$size) = explode('/',$font);
107 if($face) {
108 $face = " font-family: $face; ";
113 $font = $face . $font_size;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A Dstylesheet.css5 @font-face {
17 @font-face {
29 @font-face {
H A Dgenerator_config.txt1 # Font Squirrel Font-face Generator Configuration File
/plugin/revealjs/lib/font/source-sans-pro/
H A Dsource-sans-pro.css1 @font-face {
11 @font-face {
21 @font-face {
31 @font-face {
/plugin/sequencediagram/bower_components/snap.svg/doc/fonts/
H A Dstylesheet.css2 @font-face {
17 @font-face {
32 @font-face {
47 @font-face {
/plugin/pgn4web/pgn4web/fonts/
H A Dpgn4web-font-LiberationSans.css13 @font-face {
20 @font-face {
H A Dpgn4web-font-ChessInformantReader.css16 @font-face {
H A Dpgn4web-font-ChessOleFigurin.css16 @font-face {
/plugin/stlviewer/stlviewer/
H A DProjector.js566 var face = faces[ f ];
569 ? object.material[ face.materialIndex ]
576 var v1 = _vertexPool[ face.a ];
577 var v2 = _vertexPool[ face.b ];
578 var v3 = _vertexPool[ face.c ];
598 _face.normalModel.copy( face.normal );
608 var faceVertexNormals = face.vertexNormals;
639 _face.color = face.color;
888 var face = new THREE.RenderableFace();
889 _facePool.push( face );
[all …]
/plugin/katex/_assets/
H A Dkatex.min.css1face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(fonts/KaTeX_AMS-Regular.woff2…
/plugin/revealjs/lib/font/league-gothic/
H A Dleague-gothic.css1 @font-face {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dsequence-diagram.css6 @font-face {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.css6 @font-face {
H A Dsequence-diagram-min.css6 @font-face{font-family:'danielbd';src:url(danielbd.woff2) format('woff2'),url(danielbd.woff) format…
/plugin/typography/
H A Dplugin.info.txt8 desc Enable typesetting capabilities with CSS font properties such as font face, size, weight, an…
/plugin/sequencediagram/
H A Dstyle.css6 @font-face {
/plugin/bible/bible_douayRheims/
H A D2_John.txt12 …d not by paper and ink: for I hope that I shall be with you and speak face to face, that your joy …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dstyles.css45 @font-face{
/plugin/dirtylittlehelper/mermaid/editor/
H A Dstyles.css45 @font-face{
/plugin/icons/assets/font-linux/
H A Dfont-linux.css5 @font-face {
17 @font-face {
/plugin/emoji/
H A DREADME6 To insert a smiling face, you can:

1234567