Home
last modified time | relevance | path

Searched refs:open (Results 151 – 175 of 1091) sorted by last modified time

12345678910>>...44

/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-navigated-viewer.production.min.js2open=ln(this.open.bind(this)),this.importXML=ln(this.importXML.bind(this)),this.saveXML=ln(this.sa…
16open=function(e){var t=this;return new Promise((function(n,r){var i;try{return t._definitions&&t.c… method in fo
H A Ddmn-viewer.production.min.js2open=sn(this.open.bind(this)),this.importXML=sn(this.importXML.bind(this)),this.saveXML=sn(this.sa…
16open=function(e){var t=this;return new Promise((function(n,r){var i;try{return t._definitions&&t.c… method in co
/plugin/katex/_assets/
H A Dkatex.min.js1 …xpected symbolNode but got "+String(e)+".")}var te={bin:1,close:1,inner:1,open:1,punct:1,rel:1},re…
/plugin/bbcodeextensions/
H A Dcommon.php26 function settextwraps ($open, $close) { argument
27 $this->textwrap= [ $open, $close ];
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php53 public function open($file) function in splitbrain\\PHPArchive\\Tar
62 // open file handles
72 throw new ArchiveIOException('Could not open file for reading: '.$this->file);
83 * Reopen the file with open() again if you want to do additional operations
145 * Reopen the file with open() again if you want to do additional operations
196 throw new ArchiveIOException('Could not open file for writing: '.$output);
254 throw new ArchiveIOException('Could not open file for writing: '.$this->file);
290 throw new ArchiveIOException('Could not open file for reading: ' . $file);
434 * Read from the open file pointer
451 * Write to the open filepointe
[all...]
H A DZip.php54 public function open($file) function in splitbrain\\PHPArchive\\Zip
59 throw new ArchiveIOException('Could not open file for reading: '.$this->file);
70 * Reopen the file with open() again if you want to do additional operations
188 // open file for writing
191 throw new ArchiveIOException('Could not open file for writing: '.$extractto);
236 throw new ArchiveIOException('Could not open file for writing: '.$extractto);
281 throw new ArchiveIOException('Could not open file for writing: '.$this->file);
317 throw new ArchiveIOException('Could not open file for reading: '.$file);
784 * Write to the open filepointer or memory
805 * Write to the open filepointe
[all...]
H A DArchive.php31 abstract public function open($file); function in splitbrain\\PHPArchive\\Archive
39 * Reopen the file with open() again if you want to do additional operations
60 * The archive is closed afterwards. Reopen the file with open() again if you want to do additional operations
/plugin/upgrade/
H A Dhelper.php180 $tar->open($this->tgzfile);
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md30 // To list the contents of an existing TAR archive, open() it and use
33 $tar->open('myfile.tgz');
37 // To extract the contents of an existing TAR archive, open() it and use
40 $tar->open('myfile.tgz');
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/local.protected.php'':
/plugin/stellarium/
H A Dplugin.info.txt5 desc Adds a link to open an object in Stellarium.
H A DREADME.md3 A simple plugin that adds support for links that can open objects in [Stellarium](https://stellariu…
/plugin/stellarium/scripts/
H A Dstellarium.js8 xhr.open('POST', url);
/plugin/htmlmetatags/
H A DREADME.md3 Dokuwiki-Plugin: Adds some (open graph) meta tags to the html header
H A Dplugin.info.txt6 desc Set html and open graph meta tags.
/plugin/odt/ODT/
H A DODTImport.php139 $htmlStack->open('blockquote');
232 $htmlStack->open('ol');
244 $htmlStack->open('li');
374 $htmlStack->open('ul');
386 $htmlStack->open('li');
512 $htmlStack->open($element, $attributes);
619 $htmlStack->open($element, $attributes, $pseudo_class, NULL);
651 $htmlStack->open($element, $attributes);
830 $htmlStack->open('p');
881 $ZIPextract->open($template);
H A DODTUtility.php513 $params->htmlStack->open($element, $attributes);
550 $params->htmlStack->open($element, $attributes);
822 $params->htmlStack->open($options ['element'], $options ['attributes']);
/plugin/odt/ODT/css/
H A Dcssdocument.php273 public function open ($element, $attributes=NULL, $pseudo_classes=NULL, $pseudo_elements=NULL) { function in cssdocument
/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php108 $open = XMLUtil::getElementOpenTag('style:master-page', $xmlCode);
109 if (!empty($open)) {
110 $style->importODTStyleInternal(self::$master_fields, $open, $style->master_style);
114 $open = XMLUtil::getElementOpenTag('style:header', $xmlCode);
115 if (!empty($open)) {
121 $open = XMLUtil::getElementOpenTag('style:footer', $xmlCode);
122 if (!empty($open)) {
128 $open = XMLUtil::getElementOpenTag('style:header-left', $xmlCode);
129 if (!empty($open)) {
135 $open = XMLUtil::getElementOpenTag('style:footer-left', $xmlCode);
[all …]
H A DODTPageLayoutStyle.php221 $open = XMLUtil::getElementOpenTag('style:page-layout', $xmlCode);
222 if (!empty($open)) {
223 … $style->importODTStyleInternal(self::$page_layout_fields, $open, $style->page_layout_style);
228 $open = XMLUtil::getElementOpenTag('style:page-layout-properties', $childs);
231 if (!empty($open)) {
237 $open = XMLUtil::getElementOpenTag('style:background-image', $childs);
238 if (!empty($open)) {
244 $open = XMLUtil::getElementOpenTag('style:columns', $childs);
245 if (!empty($open)) {
251 $open = XMLUtil::getElementOpenTag('style:footnote-sep', $childs);
[all …]
H A DODTParagraphStyle.php201 $open = XMLUtil::getElementOpenTag('style:style', $xmlCode);
202 if (!empty($open)) {
203 …$attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open, $style->styl…
205 $open = XMLUtil::getElementOpenTag('style:default-style', $xmlCode);
206 if (!empty($open)) {
208 … += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open, $style->style_prop…
212 $open = XMLUtil::getElementOpenTag('style:paragraph-properties', $xmlCode);
213 if (!empty($open)) {
217 $open = XMLUtil::getElementOpenTag('style:text-properties', $xmlCode);
218 if (!empty($open)) {
[all …]
H A DODTTableCellStyle.php152 $open = XMLUtil::getElementOpenTag('style:style', $xmlCode);
153 if (!empty($open)) {
156 $open = XMLUtil::getElementOpenTag('style:default-style', $xmlCode);
157 if (!empty($open)) {
163 $open = XMLUtil::getElementOpenTag('style:paragraph-properties', $xmlCode);
164 if (!empty($open)) {
168 $open = XMLUtil::getElementOpenTag('style:text-properties', $xmlCode);
169 if (!empty($open)) {
173 $open = XMLUtil::getElementOpenTag('style:table-cell-properties', $xmlCode);
174 if (!empty($open)) {
[all …]
H A DODTTableColumnStyle.php96 $open = XMLUtil::getElementOpenTag('style:style', $xmlCode);
97 if (!empty($open)) {
98 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
100 $open = XMLUtil::getElementOpenTag('style:default-style', $xmlCode);
101 if (!empty($open)) {
103 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
107 $open = XMLUtil::getElementOpenTag('style:table-column-properties', $xmlCode);
108 if (!empty($open)) {
109 $attrs += $style->importODTStyleInternal(self::$table_column_fields, $open);
H A DODTTableRowStyle.php115 $open = XMLUtil::getElementOpenTag('style:style', $xmlCode);
116 if (!empty($open)) {
117 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
119 $open = XMLUtil::getElementOpenTag('style:default-style', $xmlCode);
120 if (!empty($open)) {
122 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
126 $open = XMLUtil::getElementOpenTag('style:table-row-properties', $xmlCode);
127 if (!empty($open)) {
128 $attrs += $style->importODTStyleInternal(self::$table_row_fields, $open);
H A DODTTableStyle.php125 $open = XMLUtil::getElementOpenTag('style:style', $xmlCode);
126 if (!empty($open)) {
127 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
129 $open = XMLUtil::getElementOpenTag('style:default-style', $xmlCode);
130 if (!empty($open)) {
132 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
136 $open = XMLUtil::getElementOpenTag('style:table-properties', $xmlCode);
137 if (!empty($open)) {
138 $attrs += $style->importODTStyleInternal(self::$table_fields, $open);

12345678910>>...44