Searched refs:face (Results 1 – 25 of 173) sorted by relevance
1234567
| /plugin/fckg/syntax/ |
| D | font.php | 40 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/ |
| D | font.php | 40 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/ |
| D | font.php | 40 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/block/ |
| D | syntax.php | 66 $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/ |
| D | stylesheet.css | 5 @font-face { 17 @font-face { 29 @font-face {
|
| D | generator_config.txt | 1 # Font Squirrel Font-face Generator Configuration File
|
| /plugin/revealjs/lib/font/source-sans-pro/ |
| D | source-sans-pro.css | 1 @font-face { 11 @font-face { 21 @font-face { 31 @font-face {
|
| /plugin/zwidoku/files/ |
| H A D | fonts.css | 2 @font-face { 12 @font-face { 22 @font-face { 32 @font-face { 42 @font-face {
|
| /plugin/sequencediagram/bower_components/snap.svg/doc/fonts/ |
| D | stylesheet.css | 2 @font-face { 17 @font-face { 32 @font-face { 47 @font-face {
|
| /plugin/clock/ |
| D | style.css | 29 * 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, degradin… 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/stlviewer/stlviewer/ |
| D | Projector.js | 566 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/pgn4web/pgn4web/fonts/ |
| D | pgn4web-font-LiberationSans.css | 13 @font-face { 20 @font-face {
|
| D | pgn4web-font-ChessInformantReader.css | 16 @font-face {
|
| /plugin/katex/_assets/ |
| D | katex.min.css | 1 …face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(fonts/KaTeX_AMS-Regular.woff2…
|
| /plugin/revealjs/lib/font/league-gothic/ |
| D | league-gothic.css | 1 @font-face {
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
| D | sequence-diagram.css | 6 @font-face {
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
| D | sequence-diagram-min.css | 6 @font-face{font-family:'danielbd';src:url(danielbd.woff2) format('woff2'),url(danielbd.woff) format…
|
| D | sequence-diagram.css | 6 @font-face {
|
| /plugin/typography/ |
| D | plugin.info.txt | 8 desc Enable typesetting capabilities with CSS font properties such as font face, size, weight, an…
|
| /plugin/bible/bible_douayRheims/ |
| D | 2_John.txt | 12 …d not by paper and ink: for I hope that I shall be with you and speak face to face, that your joy …
|
| /plugin/sequencediagram/ |
| D | style.css | 6 @font-face {
|
| /plugin/icons/assets/font-linux/ |
| D | font-linux.css | 5 @font-face { 17 @font-face {
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | styles.css | 45 @font-face{
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | styles.css | 45 @font-face{
|
| /plugin/emoji/ |
| D | README | 6 To insert a smiling face, you can:
|
1234567