Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SystemInfo (0.07 sec)

  1. cmd/veeam-sos-api.go

    // and we detect a Veeam client by checking the User Agent.
    var globalVeeamForceSC = os.Getenv("_MINIO_VEEAM_FORCE_SC")
    
    type systemInfo struct {
    	XMLName              xml.Name `xml:"SystemInfo" json:"-"`
    	ProtocolVersion      string   `xml:"ProtocolVersion"`
    	ModelName            string   `xml:"ModelName"`
    	ProtocolCapabilities struct {
    		CapacityInfo   bool `xml:"CapacityInfo"`
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 00:34:56 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    online.help.name.wizard=wizard
    online.help.name.badword=badword
    online.help.name.pathmap=pathmap
    online.help.name.boostdoc=boostdoc
    online.help.name.dataconfig=dataconfig
    online.help.name.systeminfo=systeminfo
    online.help.name.user=user
    online.help.name.group=group
    online.help.name.design=design
    online.help.name.dashboard=dashboard
    online.help.name.webauth=webauth
    online.help.name.fileconfig=fileconfig
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. dataconfig */
        String ONLINE_HELP_NAME_DATACONFIG = "online.help.name.dataconfig";
    
        /** The key of the configuration. e.g. systeminfo */
        String ONLINE_HELP_NAME_SYSTEMINFO = "online.help.name.systeminfo";
    
        /** The key of the configuration. e.g. user */
        String ONLINE_HELP_NAME_USER = "online.help.name.user";
    
        /** The key of the configuration. e.g. group */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top