Home
last modified time | relevance | path

Searched refs:exportFormat (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/gh/cli-2.4.0/pkg/cmdutil/
H A Djson_flags_test.go20 wantsExport *exportFormat
68 wantsExport: &exportFormat{
78 wantsExport: &exportFormat{
88 wantsExport: &exportFormat{
126 exporter exportFormat
133 exporter: exportFormat{},
142 exporter: exportFormat{fields: []string{"field1", "field2"}},
151 exporter: exportFormat{fields: []string{"f1", "f2"}},
163 exporter: exportFormat{filter: ".name"},
172 exporter: exportFormat{template: "{{.name}}"},
H A Djson_flags.go87 func checkJSONFlags(cmd *cobra.Command) (*exportFormat, error) {
99 return &exportFormat{
117 type exportFormat struct { struct
123 func (e *exportFormat) Fields() []string { argument
130 func (e *exportFormat) Write(ios *iostreams.IOStreams, data interface{}) error { argument
151 func (e *exportFormat) exportData(v reflect.Value) interface{} { argument
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Vault/
H A DHangoutsChatExportOptions.php20 public $exportFormat; variable in Google_Service_Vault_HangoutsChatExportOptions
22 public function setExportFormat($exportFormat) argument
24 $this->exportFormat = $exportFormat;
28 return $this->exportFormat;
H A DGroupsExportOptions.php20 public $exportFormat; variable in Google_Service_Vault_GroupsExportOptions
22 public function setExportFormat($exportFormat) argument
24 $this->exportFormat = $exportFormat;
28 return $this->exportFormat;
H A DMailExportOptions.php20 public $exportFormat; variable in Google_Service_Vault_MailExportOptions
23 public function setExportFormat($exportFormat) argument
25 $this->exportFormat = $exportFormat;
29 return $this->exportFormat;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vault/
H A DVoiceExportOptions.php20 public $exportFormat; variable in Google_Service_Vault_VoiceExportOptions
22 public function setExportFormat($exportFormat) argument
24 $this->exportFormat = $exportFormat;
28 return $this->exportFormat;
H A DGroupsExportOptions.php20 public $exportFormat; variable in Google_Service_Vault_GroupsExportOptions
22 public function setExportFormat($exportFormat) argument
24 $this->exportFormat = $exportFormat;
28 return $this->exportFormat;
H A DHangoutsChatExportOptions.php20 public $exportFormat; variable in Google_Service_Vault_HangoutsChatExportOptions
22 public function setExportFormat($exportFormat) argument
24 $this->exportFormat = $exportFormat;
28 return $this->exportFormat;
H A DMailExportOptions.php20 public $exportFormat; variable in Google_Service_Vault_MailExportOptions
23 public function setExportFormat($exportFormat) argument
25 $this->exportFormat = $exportFormat;
29 return $this->exportFormat;
/dports/security/xca/xca-2.4.0/widgets/
H A DExportDialog.cpp47 exportFormat->insertSeparator(exportFormat->count()); in ExportDialog()
49 exportFormat->addItem(QString("%1 (*.%2)"). in ExportDialog()
114 exportType form = exportFormat->itemData(selected).value<exportType>(); in on_exportFormat_activated()
116 for (int i=0; i< exportFormat->count(); i++) { in on_exportFormat_activated()
117 exportType t = exportFormat->itemData(i).value<exportType>(); in on_exportFormat_activated()
162 int selected = exportFormat->currentIndex(); in type()
163 exportType form = exportFormat->itemData(selected).value<exportType>(); in type()
169 exportType form = exportFormat->itemData(index).value<exportType>(); in on_exportFormat_highlighted()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/ajax/
H A Devent.php68 $exportFormat = $_SESSION['export']['format'] = $_REQUEST['exportFormat']; variable
70 $exportFormat = ''; variable
88 $exportFormat,
98 $exportFormat = $_REQUEST['exportFormat']; variable
109 $exportFormat,
115 'exportFormat'=>$exportFormat,
/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DExportProjectDialog.cpp200 auto exportFormat = static_cast<ProjectRenderer::ExportFileFormats>( in onFileFormatChanged() local
205 bool stereoModeVisible = exportFormat == ProjectRenderer::MP3File; in onFileFormatChanged()
207 bool sampleRateControlsVisible = exportFormat != ProjectRenderer::MP3File; in onFileFormatChanged()
210 (exportFormat == ProjectRenderer::OggFile || in onFileFormatChanged()
211 exportFormat == ProjectRenderer::MP3File); in onFileFormatChanged()
213 bool bitDepthControlEnabled = exportFormat == ProjectRenderer::WaveFile; in onFileFormatChanged()
215 bool variableBitrateVisible = exportFormat != ProjectRenderer::MP3File; in onFileFormatChanged()
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/macros/
H A Dprettyprint.sci78 if ~isdef("exportFormat","l") , exportFormat = "latex", end
83 if type(exportFormat) <> 10 then
86 exportFormat = convstr(exportFormat)
87 html4 = exportFormat=="html4"
89 exportFormat = "html"
110 if exportFormat=="html"
159 if exportFormat=="mathml"
195 elseif exportFormat == "mathml"
199 elseif exportFormat == "html"
217 if exportFormat=="html"
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/sci_gateway/cpp/
H A Dsci_buildDoc.cpp54 std::string exportFormat; in sci_buildDoc() local
78 exportFormat = DEFAULTEXPORT; in sci_buildDoc()
105 exportFormat = std::string(pstData); in sci_buildDoc()
227 if (exportFormat != "jar-only") in sci_buildDoc()
230 …std::string("/modules/helptools/") + std::string(exportFormat) + std::string("/scilab_") + languag… in sci_buildDoc()
254 doc->setExportFormat((char *)exportFormat.c_str()); in sci_buildDoc()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/skins/classic/includes/
H A Dexport_functions.php870 $exportFormat, argument
883 if ( !($exportFormat == 'tar' or $exportFormat == 'zip') ) {
884 ZM\Error("None or invalid exportFormat specified $exportFormat.");
961 if ( $exportFormat == 'tar' ) {
969 $exportFormat .= '.gz';
979 } elseif ( $exportFormat == 'zip' ) {
1002 return '?view=archive&type='.$exportFormat.'&connkey='.$connkey;
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dexporthelper.cpp50 && tileset->exportFormat.isEmpty()); in prepareExportTileset()
76 exportTileset->exportFormat.clear(); in prepareExportTileset()
106 && map->exportFormat.isEmpty()); in prepareExportMap()
118 exportMap->exportFormat.clear(); in prepareExportMap()
/dports/audio/geonkick-lv2/geonkick-2.8.0/src/
H A DExportAbstract.cpp30 , exportFormat{expFormat} in ExportAbstract()
53 return exportFormat; in format()
H A DExportSoundData.cpp31 ExportFormat exportFormat) in ExportSoundData() argument
32 : ExportAbstract(parent, file, exportFormat) in ExportSoundData()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/internal/gcimporter/
H A Dgcimporter.go148 var exportFormat byte
149 exportFormat, err = buf.ReadByte()
154 if err == nil && exportFormat == 'i' {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/internal/gcimporter/
H A Dgcimporter.go148 var exportFormat byte
149 exportFormat, err = buf.ReadByte()
154 if err == nil && exportFormat == 'i' {
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/ajax/modals/
H A Ddownload.php66 $exportFormat = ''; variable
71 $exportFormat = $_REQUEST['exportFormat']; variable
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Serialization/
H A DDefaultValueHandlingTests.cs427 public FieldExportFormat(ExportFormat exportFormat) in FieldExportFormat() argument
429 ExportFormat = exportFormat; in FieldExportFormat()
433 private FieldExportFormat(string format, ExportFormat? exportFormat) in FieldExportFormat() argument
435 if (exportFormat.HasValue) in FieldExportFormat()
437 ExportFormat = exportFormat; in FieldExportFormat()
/dports/devel/libgdata/libgdata-0.17.13/gdata/tests/traces/documents/
H A Ddownload-document1 …load/spreadsheets/Export?key=0AjY2jgHHwMwYdENmRGxyejlDSTlMTzRQbFpqV1BvZ1E&exportFormat=ods HTTP/1.1
28 …load/presentations/Export?id=1hdOlASlW0RVdMTt8VhOcuRlpTEp7H22H9VSGqWVE_jA&exportFormat=ppt HTTP/1.1
57 …d/documents/export/Export?id=1bdY9c5KVN8WFgYIxiPwzMn0u2bpr3eCfgA5As7QiVSI&exportFormat=odt HTTP/1.1
85 …d/documents/export/Export?id=1trsVUkfFwPAI3pxmtFAN_wcNXG7ztlccDr-fUga1Thc&exportFormat=odt HTTP/1.1
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dfmt.go316 const exportFormat = false
327 complexinit := len(n.Init()) != 0 && !simpleinit && exportFormat
420 if !exportFormat { // TODO maybe only if FmtShort, same below
450 if !exportFormat {
467 if !exportFormat {
475 if !exportFormat {
522 const exportFormat = false
585 if !exportFormat && n.Sym() != nil {
705 if !exportFormat {
713 if !exportFormat {
[all …]
/dports/graphics/okular/okular-21.12.3/generators/spectre/
H A Dgenerator_ghostview.cpp95 SpectreExporterFormat exportFormat = SPECTRE_EXPORTER_FORMAT_PS; in print() local
97 exportFormat = SPECTRE_EXPORTER_FORMAT_PDF; in print()
104 SpectreExporter *exporter = spectre_exporter_new(m_internalDocument, exportFormat); in print()

123