| /plugin/wordimport/docx/ |
| D | Document.php | 3 namespace dokuwiki\plugin\wordimport\docx; 20 $xml = $this->docx->loadXMLFile('/word/document.xml'); 58 return new Table($this->docx, $p); 63 … if (in_array($match[0]->attributes('w', true)->ascii, $this->docx->getConf('codefonts'))) { 64 return new CodeBlock($this->docx, $p); 69 …if ($this->docx->getStyles()->hasStyle($p, ['heading 1', 'heading 2', 'heading 3', 'heading 4', 'h… 70 return new Heading($this->docx, $p); 74 if ($this->docx->getStyles()->hasStyle($p, ['list paragraph'])) { 75 return new ListItem($this->docx, $p); 80 return new Image($this->docx, $p); [all …]
|
| D | AbstractParagraph.php | 3 namespace dokuwiki\plugin\wordimport\docx; 11 protected $docx; variable in dokuwiki\\plugin\\wordimport\\docx\\AbstractParagraph 16 * @param DocX $docx The main docx object for accessing shared data 19 public function __construct(DocX $docx, \SimpleXMLElement $p) argument 21 $this->docx = $docx;
|
| D | AbstractXMLFile.php | 3 namespace dokuwiki\plugin\wordimport\docx; 12 protected $docx; variable in dokuwiki\\plugin\\wordimport\\docx\\AbstractXMLFile 15 * @param DocX $docx The DocX object to work on 17 public function __construct(DocX $docx) argument 19 $this->docx = $docx;
|
| D | TextRun.php | 3 namespace dokuwiki\plugin\wordimport\docx; 26 protected $docx; variable in dokuwiki\\plugin\\wordimport\\docx\\TextRun 32 public function __construct(Docx $docx, \SimpleXMLElement $tr, $newline = '\\\\ ') argument 34 $this->docx = $docx; 104 … if (in_array($child->attributes('w', true)->ascii, $this->docx->getConf('codefonts'))) {
|
| D | Image.php | 3 namespace dokuwiki\plugin\wordimport\docx; 39 $src = $this->docx->getRelationships()->getTarget('image', $this->rId); 40 $src = $this->docx->getFilePath($src); 49 $pageid = $this->docx->getPageId();
|
| D | DocX.php | 3 namespace dokuwiki\plugin\wordimport\docx; 33 * @param string $docx path to the DOCX file 36 public function __construct(string $docx, array $config) argument 39 $zip->open($docx);
|
| D | Numbering.php | 3 namespace dokuwiki\plugin\wordimport\docx; 22 $xml = $this->docx->loadXMLFile($this->docx->getRelationships()->getTarget('numbering'));
|
| D | CodeBlock.php | 3 namespace dokuwiki\plugin\wordimport\docx; 22 $tr = new TextRun($this->docx, $run, "\n"); // use real line breaks
|
| D | Table.php | 3 namespace dokuwiki\plugin\wordimport\docx; 24 $cell = new TableCell($this->docx, $cell);
|
| D | Heading.php | 3 namespace dokuwiki\plugin\wordimport\docx; 28 …$this->level = substr($this->docx->getStyles()->getStyleName($styleID), -1); // translates to "he…
|
| D | ListItem.php | 3 namespace dokuwiki\plugin\wordimport\docx; 26 $this->type = $this->docx->getNumbering()->getType($id, $this->level);
|
| D | Relationships.php | 3 namespace dokuwiki\plugin\wordimport\docx; 20 $xml = $this->docx->loadXMLFile('word/_rels/document.xml.rels');
|
| D | TableCell.php | 3 namespace dokuwiki\plugin\wordimport\docx; 36 $p = new Paragraph($this->docx, $paragraph);
|
| D | Styles.php | 3 namespace dokuwiki\plugin\wordimport\docx; 20 $xml = $this->docx->loadXMLFile('word/styles.xml');
|
| D | Paragraph.php | 3 namespace dokuwiki\plugin\wordimport\docx; 32 $textRun = new TextRun($this->docx, $tr);
|
| /plugin/wordimport/ |
| D | cli.php | 4 use dokuwiki\plugin\wordimport\docx\DocX; 35 [$docx, $page] = $options->getArgs(); 36 $doc = new DocX($docx, $this->conf);
|
| /plugin/wordimport/action/ |
| D | ui.php | 8 use dokuwiki\plugin\wordimport\docx\DocX; 85 $docx = new DocX($file, $this->conf); 86 $docx->import($page);
|
| /plugin/file2dw/ |
| D | plugin.info.txt | 6 desc Import from file (docx, odt, pdf...) to dokuwiki
|
| /plugin/odtplus2dw/ |
| D | README.md | 11 …rom odt2dw to add doc/docx support). This plugin lets you import a document into Dokuwiki. It supp… 62 - Added doc/docx support.
|
| /plugin/latexit/tests/dw_orig_test_files/ |
| D | test9.txt | 12 {{:test:ebec_2014_tz_kdo_se_stane_nejschopnejsim_technikem_na_cvut-.docx|}}
|
| /plugin/fckg/fckeditor/editor/css/images/fileicons/ |
| D | icon_files.txt | 11 docx.png
|
| D | dir.txt | 11 docx.png
|
| D | icons.txt | 113 background-image: url(images/fileicons/docx.png);
|
| /plugin/elasticsearch/lang/en/ |
| D | confmanager_description.txt | 11 docx http://givemetext.okfnlabs.org/tika/rmeta
|
| /plugin/elasticsearch/conf/ |
| D | elasticsearch.conf.example | 13 docx http://givemetext.okfnlabs.org/tika/rmeta
|