Home
last modified time | relevance | path

Searched refs:glyph (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
Dopen-iconic.css9 .oi[data-glyph].oi-text-replace {
14 .oi[data-glyph].oi-text-replace:before {
19 .oi[data-glyph]:before {
31 .oi[data-glyph]:empty:before {
37 .oi[data-glyph].oi-align-left:before {
41 .oi[data-glyph].oi-align-right:before {
45 .oi[data-glyph].oi-align-center:before {
49 .oi[data-glyph].oi-flip-horizontal:before {
54 .oi[data-glyph].oi-flip-vertical:before {
59 .oi[data-glyph].oi-flip-horizontal-vertical:before {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css9 .oi[data-glyph].oi-text-replace {
14 .oi[data-glyph].oi-text-replace:before {
19 .oi[data-glyph]:before {
31 .oi[data-glyph]:empty:before {
37 .oi[data-glyph].oi-align-left:before {
41 .oi[data-glyph].oi-align-right:before {
45 .oi[data-glyph].oi-align-center:before {
49 .oi[data-glyph].oi-flip-horizontal:before {
54 .oi[data-glyph].oi-flip-vertical:before {
59 .oi[data-glyph].oi-flip-horizontal-vertical:before {
[all …]
/plugin/bootnote/
Dsyntax.php124 function _render_note($renderer, $glyph) { argument
129 …$renderer->doc .= ' <span class="glyphicon glyphicon-'.$glyph.' s-'.$glyph.' glyph" aria-hidden…
132 $renderer->doc .= '<div class="note-container s-'.$glyph.'">';
135 $renderer->doc .= '<div class="w3-panel n-'.$glyph.'"><p>';
136 …$renderer->doc .= '<span class="glyphicon glyphicon-'.$glyph.' blackglyph" aria-hidden="true"></sp…
137 $renderer->doc .= '<span class="n-title">'.$this->getTitle($glyph).':</span>';
147 function getTitle($glyph) { argument
157 return $titles[$glyph];
Dstyle.css31 .glyph {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DBullet.php27 public $glyph; variable in Google\\Service\\Slides\\Bullet
54 public function setGlyph($glyph) argument
56 $this->glyph = $glyph;
63 return $this->glyph;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFileAnalysis.php327 $glyph = $startGlyphCode + $offset;
329 $glyphToChar[$glyph][] = $unichar;
381 $glyph = ($unichar + $idDelta[$n]) & 0xFFFF;
386 $glyph = 0;
388 $glyph = $this->get_ushort($offset);
389 if ($glyph != 0) {
390 $glyph = ($glyph + $idDelta[$n]) & 0xFFFF;
394 $glyphToChar[$glyph][] = $unichar;
DOtlDump.php826 $glyph = $startGlyphCode + $offset;
829 $charToGlyph[$unichar] = $glyph;
831 $glyphToChar[$glyph][] = $unichar;
2688 function _checkGSUBignore($flag, $glyph, $MarkFilteringSet) argument
2692 if ((($flag & 0x0008) == 0x0008) && strpos($this->GlyphClassMarks, $glyph)) {
2695 if ((($flag & 0x0004) == 0x0004) && strpos($this->GlyphClassLigatures, $glyph)) {
2698 if ((($flag & 0x0002) == 0x0002) && strpos($this->GlyphClassBases, $glyph)) {
2702 if (($flag & 0xFF00) && strpos($this->MarkAttachmentType[($flag >> 8)], $glyph)) {
2706 if (($flag & 0x0010) && strpos($this->MarkGlyphSets[$MarkFilteringSet], $glyph)) {
4089 for ($glyph = 0; $glyph < $numberOfHMetrics; $glyph++) {
[all …]
DTTFontFile.php1082 $glyph = $startGlyphCode + $offset;
1086 $charToGlyph[$unichar] = $glyph;
1088 $glyphToChar[$glyph][] = $unichar;
2927 function _checkGSUBignore($flag, $glyph, $MarkFilteringSet) argument
2931 …((($flag & 0x0008) == 0x0008 && ($flag & 0xFF00) == 0) && strpos($this->GlyphClassMarks, $glyph)) {
2934 if ((($flag & 0x0004) == 0x0004) && strpos($this->GlyphClassLigatures, $glyph)) {
2937 if ((($flag & 0x0002) == 0x0002) && strpos($this->GlyphClassBases, $glyph)) {
2944 if (strpos($this->MarkAttachmentType[($flag >> 8)], $glyph)) {
2949 if (($flag & 0x0010) && strpos($this->MarkGlyphSets[$MarkFilteringSet], $glyph)) {
4057 $glyph = $startGlyphCode + $offset;
[all …]
DOtl.php4525 private function _checkGCOMignore($flag, $glyph, $MarkFilteringSet) argument
4529 if (($flag & 0x0008 && ($flag & 0xFF00) == 0) && strpos($this->GlyphClassMarks, $glyph)) {
4532 if (($flag & 0x0004) && strpos($this->GlyphClassLigatures, $glyph)) {
4535 if (($flag & 0x0002) && strpos($this->GlyphClassBases, $glyph)) {
4542 if (strpos($this->MarkAttachmentType[($flag >> 8)], $glyph)) {
4547 if (($flag & 0x0010) && strpos($this->MarkGlyphSets[$MarkFilteringSet], $glyph)) {
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.dnd.js231 glyph = tree.options.glyph || null;
286 if (glyph) {
290 glyph.map._addClass +
292 glyph.map.dragHelper
429 glyphOpt = this.options.glyph,
Djquery.fancytree.glyph.js224 opts = ctx.options.glyph;
245 opts = ctx.options.glyph;
321 opts = ctx.options.glyph,
Djquery.fancytree.dnd5.js1070 glyph = opts.glyph || null,
1127 if (glyph) {
1130 glyph.map._addClass,
1131 glyph.map.dropMarker
/plugin/pdfjs/pdfjs/web/
Ddebugger.js357 var glyph = glyphs[j];
358 if (typeof glyph === 'object' && glyph !== null) {
359 str.push(glyph.fontChar);
365 newArgs.push(glyph); // null or number
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DFontWriter.php397 foreach ($codeToGlyph as $cc => $glyph) {
398 $cidtogidmap[$cc * 2] = chr($glyph >> 8);
399 $cidtogidmap[$cc * 2 + 1] = chr($glyph & 0xFF);
410 foreach ($charToGlyph as $cc => $glyph) {
411 $cidtogidmap[$cc * 2] = chr($glyph >> 8);
412 $cidtogidmap[$cc * 2 + 1] = chr($glyph & 0xFF);
/plugin/datatables/assets/pdfmake/
Dpdfmake.js15990 value: function widthOfGlyph(glyph) {
15991 return this.glyphWidths[glyph] || 0;
16140 var glyph = glyphs[i];
16146 advanceWidth: this.font.widthOfGlyph(glyph)
16279 var glyph = glyphs[i];
16280 var gid = this.subset.includeGlyph(glyph.id);
16283 this.widths[gid] = glyph.advanceWidth * this.scale;
16286 this.unicode[gid] = glyph.codePoints;
20341 function docWriteGlyph(glyph) {
20342 doc.addContent('<' + glyph + '> Tj');
[all …]
/plugin/textile2/
DclassTextile.php227 var $glyph = array(); variable in Textile
254 $this->glyph = array(
991 extract($this->glyph, EXTR_PREFIX_ALL, 'txt');
/plugin/indexmenu/
Dscript.js131 glyph: { property
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
Ddmn.css36 /* For safety - reset parent styles, that can break glyph codes*/
Ddmn-embedded.css38 /* For safety - reset parent styles, that can break glyph codes*/
/plugin/abc2/abc-libraries/abc2svg/
Dgamelan-1.js90 if(s.a_dd){for(i=0;i<s.a_dd.length;i++){if(s.a_dd[i].glyph=="stc"){abc.deco_cnv(["gstc"],s)
Djianpu-1.js88 if(s.a_dd){for(i=0;i<s.a_dd.length;i++){if(s.a_dd[i].glyph=="stc"){abc.deco_cnv(["gstc"],s)
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.js8363 glyph = tree.options.glyph || null;
8418 if (glyph) {
8422 glyph.map._addClass +
8424 glyph.map.dragHelper
8561 glyphOpt = this.options.glyph,
10001 glyph = opts.glyph || null,
10058 if (glyph) {
10061 glyph.map._addClass,
10062 glyph.map.dropMarker
11267 opts = ctx.options.glyph;
[all …]
/plugin/pdfjs/pdfjs/build/
Dpdf.js15550 var glyph = glyphs[i];
15552 if ((0, _util.isNum)(glyph)) {
15553 x += spacingDir * glyph * fontSize / 1000;
15558 var spacing = (glyph.isSpace ? wordSpacing : 0) + charSpacing;
15559 var character = glyph.fontChar;
15560 var accent = glyph.accent;
15562 var width = glyph.width;
15566 vmetric = glyph.vmetric || defaultVMetrics;
15567 vx = glyph.vmetric ? vmetric[1] : width * 0.5;
15592 if (glyph.isInFont || font.missingFile) {
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
Dbpmn.css36 /* For safety - reset parent styles, that can break glyph codes*/
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js5111 for (var glyph in font.glyphs) if (font.glyphs[has](glyph)) {
5112 var path = font.glyphs[glyph];
5113 fontcopy.glyphs[glyph] = {
5122 fontcopy.glyphs[glyph].k[k] = path.k[k];

1234