Searched refs:hyphen (Results 1 – 25 of 42) sorted by relevance
12
/plugin/hyphenation/phpHyphenation/ |
H A D | phpHyphenation.class.php | 15 protected $hyphen = '­'; variable in phpHyphenation 53 * @param string $hyphen The hypen to use (default: <code>­</code>) 56 public function setHyphen($hyphen='­') { argument 57 if (strlen($hyphen) == 0) return false; 60 $this->dictWords[$key] = str_replace($this->hyphen, $hyphen, $value); 62 $this->hyphen = $hyphen; 83 * @param string $hyphen Hyphen to use (default: <code>­</code>) 86 public function __construct($language='en', $hyphen='­') { argument 88 $this->hyphen = $hyphen; 212 if(mb_strpos($word, $this->hyphen) !== false) return $word; [all …]
|
/plugin/hyphenation/ |
H A D | INFO.txt | 7 desc Provides automatic soft-hyphen insertion using the phpHyphenation library
|
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/ |
H A D | h.js | 19 …"\u223B",horbar:"\u2015",hslash:"\u210F",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010"});MathJax…
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/ |
H A D | iso-8859-7.map | 46 !2D U+002D hyphen 171 !AD U+00AD hyphen
|
H A D | cp1257.map | 46 !2D U+002D hyphen 162 !AD U+00AD hyphen
|
H A D | cp1258.map | 46 !2D U+002D hyphen 165 !AD U+00AD hyphen
|
H A D | iso-8859-5.map | 46 !2D U+002D hyphen 174 !AD U+00AD hyphen
|
H A D | cp1250.map | 46 !2D U+002D hyphen 169 !AD U+00AD hyphen
|
H A D | cp1251.map | 46 !2D U+002D hyphen 173 !AD U+00AD hyphen
|
H A D | cp1253.map | 46 !2D U+002D hyphen 159 !AD U+00AD hyphen
|
H A D | iso-8859-9.map | 46 !2D U+002D hyphen 174 !AD U+00AD hyphen
|
H A D | iso-8859-1.map | 46 !2D U+002D hyphen 174 !AD U+00AD hyphen
|
H A D | iso-8859-15.map | 46 !2D U+002D hyphen 174 !AD U+00AD hyphen
|
H A D | iso-8859-16.map | 46 !2D U+002D hyphen 174 !AD U+00AD hyphen
|
H A D | iso-8859-2.map | 46 !2D U+002D hyphen 174 !AD U+00AD hyphen
|
H A D | iso-8859-4.map | 46 !2D U+002D hyphen 174 !AD U+00AD hyphen
|
H A D | cp1252.map | 46 !2D U+002D hyphen 169 !AD U+00AD hyphen
|
H A D | cp1254.map | 46 !2D U+002D hyphen 167 !AD U+00AD hyphen
|
H A D | cp874.map | 46 !2D U+002D hyphen
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.text.php | 43 foreach ($hyphens as $hyphen) { 44 $subword_wrappable_index = $hyphen;
|
/plugin/fckg/action/entities/utils/ |
H A D | entities.txt | 89 soft hyphen
|
/plugin/ckgdoku/action/entities/utils/ |
H A D | entities.txt | 89 soft hyphen
|
/plugin/ckgedit/action/entities/utils/ |
H A D | entities.txt | 89 soft hyphen
|
/plugin/evesso/ |
H A D | README.md | 20 * Group names had space replaced by underscore and dot replaced with hyphen-minus
|
/plugin/diagramsnet/lib/math/extensions/TeX/ |
H A D | mhchem.js | 19 …\stackrel{\\rightharpoonup}{{{\\leftharpoondown}\\!\\!\\textstyle{-}}}"],hyphen:["Macro","\\text{-…
|
12