Home
last modified time | relevance | path

Searched refs:_format (Results 1 – 11 of 11) sorted by relevance

/plugin/txtconf/
H A Dtxtconfig.class.php24 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 Dconfig0.class.php13 …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 Dconfig.php17 …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 Dot.class.php338 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 Dsyntax.php207 $renderer->doc .= $this->_format($item,$data[1]);
283 function _format($item,$param){ function in syntax_plugin_amazon
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8_format(System.Globalization.CultureInfo.getCurrentCulture(),n,Array.prototype.slice.call(argument…
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8_format(System.Globalization.CultureInfo.getCurrentCulture(),n,Array.prototype.slice.call(argument…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1_format(sep, pathObject) {\n if (pathObject === null || typeof pathObject !== 'object') {\n …
H A Djson.worker.js.map1_format(sep, pathObject) {\n if (pathObject === null || typeof pathObject !== 'object') {\n …
H A Dbundle.js.map1_format(sep, pathObject) {\n if (pathObject === null || typeof pathObject !== 'object') {\n …
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js19405 _this._format = options.format || function (dt) {
19432 xmlStream.addAttribute(this.attr, this._format(model));
19434 xmlStream.writeText(this._format(model));