Home
last modified time | relevance | path

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

12

/plugin/webdav/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 {
112 .oi[data-glyph=ban]:before { content:'\e017'; }
[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 {
112 .oi[data-glyph=ban]:before { content:'\e017'; }
[all …]
/plugin/bootnote/
H A 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];
H A Dstyle.css31 .glyph {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A 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/
H A DTTFontFileAnalysis.php249 // cmap - Character to glyph index mapping table
327 $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][]
[all...]
H A DOtlDump.php168 $this->maxStrLenRead = 200000; // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
609 throw new \Mpdf\Exception\FontException('Error loading font: Unknown glyph data format ' . $glyphDataFormat);
749 // cmap - Character to glyph index mapping table
826 $glyph = $startGlyphCode + $offset;
829 $charToGlyph[$unichar] = $glyph;
831 $glyphToChar[$glyph][] = $unichar;
852 } // Avoid overwriting a glyph already mapped in PUA
946 // Version 0x00010002 of GDEF header contains additional Offset to a list defining mark glyph set definitions (MarkGlyphSetDef)
958 1 Base glyph (single character, spacing glyph)
2688 _checkGSUBignore($flag, $glyph, $MarkFilteringSet) global() argument
[all...]
H A DTTFontFile.php219 // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
589 // cmap - Character to glyph index mapping table
629 } // Avoid overwriting a glyph already mapped in PUA
821 throw new \Mpdf\Exception\FontException(sprintf('Error loading font: Unknown glyph data format %s', $glyphDataFormat));
1012 // cmap - Character to glyph index mapping table
1082 $glyph = $startGlyphCode + $offset;
1086 $charToGlyph[$unichar] = $glyph;
1088 $glyphToChar[$glyph][] = $unichar;
1113 // Avoid overwriting a glyph already mapped in PUA
1245 // Version 0x00010002 of GDEF header contains additional Offset to a list defining mark glyph se
2915 _checkGSUBignore($flag, $glyph, $MarkFilteringSet) global() argument
[all...]
H A DOtl.php1110 // in RTL - the current glyph or the last of any associated marks
1152 // in LTR - the next glyph, ignoring marks
1308 // Test each glyph sequentially
1309 while ($ptr < (count($this->OTLdata))) { // whilst there is another glyph ..0064
1351 // Test each glyph sequentially
1352 while ($ptr < (count($this->OTLdata))) { // whilst there is another glyph ..0064
1417 // Test each glyph sequentially
1418 while ($ptr < (count($this->OTLdata))) { // whilst there is another glyph ..0064
1474 // Test each glyph sequentially
1475 while ($ptr < (count($this->OTLdata))) { // whilst there is another glyph
4525 _checkGCOMignore($flag, $glyph, $MarkFilteringSet) global() argument
[all...]
/plugin/pdfjs/pdfjs/web/
H A 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/
H A DFontWriter.php308 // A CIDFont whose glyph descriptions are based on TrueType font technology
394 // A specification of the mapping from CIDs to glyph indices
397 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/textile2/
H A DclassTextile.php227 var $glyph = array(); variable in Textile
254 $this->glyph = array(
991 extract($this->glyph, EXTR_PREFIX_ALL, 'txt');
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn.css36 /* For safety - reset parent styles, that can break glyph codes*/
H A Ddmn-embedded.css38 /* For safety - reset parent styles, that can break glyph codes*/
/plugin/abc2/abc-libraries/abc2svg/
H A 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)
H A 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/pdfjs/pdfjs/build/
H A Dpdf.js15550 var glyph = glyphs[i];
15560 var accent = glyph.accent;
15562 var width = glyph.width;
15648 glyph = glyphs[i];
15665 this.processingType3 = glyph;
15951 if (COMPILE_TYPE3_GLYPHS && glyph && glyph.compiled === undefined) {
15959 glyph.compiled = null;
15963 if (glyph && glyph.compiled) {
15964 glyph.compiled(ctx);
21679 if (glyph === null) {
[all …]
H A Dpdf.worker.js31831 var glyph = glyphs[i];
31850 if (glyph.isSpace) {
32988 var glyph = _step.value;
34769 glyphsWidths[glyph] *= scale;
37331 return glyph;
37364 glyphs.push(glyph);
37370 glyphs.push(glyph);
38858 return glyph.length > 0;
48541 glyph: glyph,
48609 glyph = charstrings[i].glyph;
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn.css35 /* For safety - reset parent styles, that can break glyph codes*/
H A Dbpmn-embedded.css38 /* For safety - reset parent styles, that can break glyph codes*/
/plugin/sequencediagram/bower_components/raphael/dev/
H A 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];
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css38 /* For safety - reset parent styles, that can break glyph codes*/
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css85 .monaco-editor .lightbulb-glyph,
95 .monaco-editor .lightbulb-glyph:hover,
1236 .monaco-editor .glyph-margin {
1243 cgmr = core glyph margin rendering (div)
3371 .monaco-editor .margin-view-zones .lightbulb-glyph:hover {
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css85 .monaco-editor .lightbulb-glyph,
95 .monaco-editor .lightbulb-glyph:hover,
1236 .monaco-editor .glyph-margin {
1243 cgmr = core glyph margin rendering (div)
3371 .monaco-editor .margin-view-zones .lightbulb-glyph:hover {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29284 glyph = _ref[code];
29494 TTFFont.prototype.widthOfGlyph = function(glyph) {
31188 var glyph, id, offsets, table, _i, _len;
31193 glyph = glyphs[id];
31195 if (glyph) {
31196 table = table.concat(glyph.encode(old2new));
31428 return this.glyphWidths[glyph];
31523 glyph = glyphs[id];
31524 if (glyph != null ? glyph.compound : void 0) {
31531 glyph = _ref[id];
[all …]

12