Searched refs:_format (Results 1 – 11 of 11) sorted by relevance
/plugin/txtconf/ |
H A D | txtconfig.class.php | 24 var $_format = 'txt'; variable in txtconfiguration 46 if (isset($config['format'])) $this->_format = $config['format']; 156 if ($this->_format == 'php') { 175 } else if ($this->_format == 'txt') { 188 if ($this->_format == 'php') { 196 } else if ($this->_format == 'txt') { 211 if ($this->_format == 'php') { 216 } else if ($this->_format == 'txt') {
|
H A D | config0.class.php | 13 …var $_format = 'php'; // format of the config file, supported formats - php (overridden b… variable in configuration0 38 if (isset($config['format'])) $this->_format = $config['format']; 105 $out .= $setting->out($this->_name, $this->_format); 125 if ($this->_format == 'php') { 151 if ($this->_format == 'php') { 166 if ($this->_format == 'php') {
|
/plugin/subconfhelper/helper/ |
H A D | config.php | 17 …var $_format = 'php'; // format of the config file, supported formats - php (overridden b… variable in helper_plugin_subconfhelper_config 51 if (isset($config['format'])) $this->_format = $config['format'];
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | ot.class.php | 338 var $_format; variable in OpenTypeFileNAME 352 $this->_format = $unpacked['format']; 611 var $_format; variable in OpenTypeFileCMAPSubtable 626 $this->_format = $unpacked['format']; 628 switch ($this->_format) { 635 die(sprintf("Unsupported CMAP subtable format: %i", $this->_format));
|
/plugin/amazon/ |
H A D | syntax.php | 207 $renderer->doc .= $this->_format($item,$data[1]); 283 function _format($item,$param){ function in syntax_plugin_amazon
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | bridge.min.js | 8 …_format(System.Globalization.CultureInfo.getCurrentCulture(),n,Array.prototype.slice.call(argument…
|
/plugin/diagramsnet/lib/js/ |
H A D | orgchart.min.js | 8 …_format(System.Globalization.CultureInfo.getCurrentCulture(),n,Array.prototype.slice.call(argument…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js.map | 1 …_format(sep, pathObject) {\n if (pathObject === null || typeof pathObject !== 'object') {\n …
|
H A D | json.worker.js.map | 1 …_format(sep, pathObject) {\n if (pathObject === null || typeof pathObject !== 'object') {\n …
|
H A D | bundle.js.map | 1 …_format(sep, pathObject) {\n if (pathObject === null || typeof pathObject !== 'object') {\n …
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 19405 _this._format = options.format || function (dt) { 19432 xmlStream.addAttribute(this.attr, this._format(model)); 19434 xmlStream.writeText(this._format(model));
|