/plugin/epub/scripts/utils/ |
H A D | ent_ini.php | 4 foreach($ents as $ent) { 5 list($char,$num,$name) = preg_split('/\s+/',$ent); 10 foreach($ents_2 as $ent) { 11 list($num,$name) = preg_split('/\s+/',$ent);
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | utf8.php | 628 function utf8_decode_numeric($ent) { argument 629 switch ($ent[2]) { 632 $cp = hexdec($ent[3]); 635 $cp = intval($ent[3]); 671 * @param string $ent An entity 674 function decode($ent) { argument 675 if ($ent[1] == '#') { 676 return utf8_decode_numeric($ent); 677 } elseif (array_key_exists($ent[0],$this->table)) { 678 return $this->table[$ent[0]]; [all …]
|
/plugin/bibtex/OSBib/ |
H A D | UTF8.php | 80 $ent = sprintf ("&#%d;", $ii); 81 $out .= $ent; 101 $ent = sprintf ("&#%d;", $ii); 102 $out .= $ent; 127 $ent = sprintf ("&#%d;", $ii); 128 $out .= $ent;
|
/plugin/fckg/action/entities/ |
H A D | ENTITIES.HOWTO | 6 Name your definitions file add.ent 15 This creates a new entities file called ent.ser, which must then be copied to 16 the fckg/action subdirectory. You would be wise to first back up the original ent.ser
|
/plugin/ckgdoku/action/entities/ |
H A D | ENTITIES.HOWTO | 6 Name your definitions file add.ent 15 This creates a new entities file called ent.ser, which must then be copied to 16 the fckg/action subdirectory. You would be wise to first back up the original ent.ser
|
/plugin/ckgedit/action/entities/ |
H A D | ENTITIES.HOWTO | 6 Name your definitions file add.ent 15 This creates a new entities file called ent.ser, which must then be copied to 16 the fckg/action subdirectory. You would be wise to first back up the original ent.ser
|
/plugin/eventum/ |
H A D | syntax.php | 95 foreach ($cache as $i => $ent) { 96 if ($ent['mtime'] < $mtime) {
|
/plugin/pdfjs/pdfjs/web/locale/ca/ |
H A D | viewer.properties | 18 next.title=Pàgina següent 19 next_label=Següent 158 find_next.title=Cerca la següent coincidència de l'expressió 159 find_next_label=Següent
|
/plugin/dokutexit/ |
H A D | latex.php | 1455 function _latexEntities($string,$ent=NULL) { argument 1458 if (is_null($ent)) { 1459 $ent = $this->latexentities; 1461 if ($doku_ent == NULL && $latex_ent == NULL && is_array($ent)) { 1462 $doku_ent = array_keys($ent); 1463 $latex_ent = array_values($ent);
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
H A D | vocab.bpe | 180 m ent 404 ent s 484 id ent 666 Ġ ent 718 em ent 833 c ent 897 v ent 899 i ent 993 Ġc ent 1209 ent io [all...] |
/plugin/a2s/ |
H A D | ASCIIToSVG.php | 755 $ent = $this->yystack[$i]; 756 fprintf($this->yyTraceFILE," %s",self::$yyTokenName[$ent->major]); 1031 $ent = new A2S_SVGPathyyStackEntry; 1032 $ent->stateno = 0; 1033 $ent->major = 0; 1034 $this->yystack = array( 0 => $ent ); 1766 foreach ($ents as $ent) { 1767 $file = "{$dir}/{$ent}"; 1768 $base = substr($ent, 0, -5); 1769 if (substr($ent, -5) == '.path' && is_readable($file)) {
|
/plugin/quickstats/lang/fr/ |
H A D | query.txt |
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wo/ |
H A D | wo.txt |
|
/plugin/pdfjs/pdfjs/web/locale/ast/ |
H A D | viewer.properties | 198 printing_not_supported=Alvertencia: La imprentación entá nun ta sofitada dafechu nesti restolador.
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 3120 preg_match_all('/<!ENTITY\s+([a-z]+)\s+\"(.*?)\">/si', $data, $ent); 3122 for ($i = 0; $i < count($ent[0]); $i++) { 3123 $data = preg_replace('/&' . preg_quote($ent[1][$i], '/') . ';/is', $ent[2][$i], $data);
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_ca.txt | 500 nextPage=Pàgina següent 846 …: copieu el diagrama de draw.io del document. A continuació, al quadre següent, feu clic amb el bo…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | App.js | 609 /ac-ent\.draw\.io$/.test(window.location.hostname) ||
|
/plugin/mermaid/ |
H A D | mermaid.min.js | [all...] |
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 11559 …dow.top==window.self&&(/ac\.draw\.io$/.test(window.location.hostname)||/ac-ent\.draw\.io$/.test(wi…
|