Home
last modified time | relevance | path

Searched refs:hyphen (Results 26 – 42 of 42) sorted by last modified time

12

/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Diso-8859-11.map46 !2D U+002D hyphen
H A Diso-8859-15.map46 !2D U+002D hyphen
174 !AD U+00AD hyphen
H A Diso-8859-16.map46 !2D U+002D hyphen
174 !AD U+00AD hyphen
H A Diso-8859-2.map46 !2D U+002D hyphen
174 !AD U+00AD hyphen
H A Diso-8859-4.map46 !2D U+002D hyphen
174 !AD U+00AD hyphen
H A Diso-8859-5.map46 !2D U+002D hyphen
174 !AD U+00AD hyphen
H A Dkoi8-u.map46 !2D U+002D hyphen
H A Dcp1250.map46 !2D U+002D hyphen
169 !AD U+00AD hyphen
H A Dcp1251.map46 !2D U+002D hyphen
173 !AD U+00AD hyphen
H A Dcp1252.map46 !2D U+002D hyphen
169 !AD U+00AD hyphen
H A Dcp1253.map46 !2D U+002D hyphen
159 !AD U+00AD hyphen
H A Dcp1254.map46 !2D U+002D hyphen
167 !AD U+00AD hyphen
H A Dcp1255.map46 !2D U+002D hyphen
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php43 foreach ($hyphens as $hyphen) {
44 $subword_wrappable_index = $hyphen;
/plugin/processing/
H A Dscript.js10755 return font.hyphen;
/plugin/hyphenation/
H A DINFO.txt7 desc Provides automatic soft-hyphen insertion using the phpHyphenation library
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php15 protected $hyphen = '­'; variable in phpHyphenation
53 * @param string $hyphen The hypen to use (default: <code>&shy;</code>)
56 public function setHyphen($hyphen='&shy;') { 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>&shy;</code>)
86 public function __construct($language='en', $hyphen='&shy;') { argument
88 $this->hyphen = $hyphen;
212 if(mb_strpos($word, $this->hyphen) !== false) return $word;
[all …]

12