Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for omgevingsvariabele (0.11 sec)

  1. docs/nl/docs/environment-variables.md

    ```console
    // Hier stellen we de omgevingsvariabelen nog niet in
    $ python main.py
    
    // Omdat we de omgevingsvariabelen niet hebben ingesteld, krijgen we de standaardwaarde
    
    Hello World from Python
    
    // Maar als we eerst een omgevingsvariabele aanmaken
    $ export MY_NAME="Wade Wilson"
    
    // en het programma dan opnieuw aanroepen
    $ python main.py
    
    // kan het de omgevingsvariabele nu wel uitlezen
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 20 11:13:32 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_nl.properties

    labels.failure_url_web_config_name=Webcrawlconfiguratienaam
    labels.failure_url_file_config_name=Bestandscrawlconfiguratienaam
    labels.system_info_configuration=Systeeminformatie
    labels.system_info_env_title=Omgevingsvariabele eigenschappen
    labels.system_info_prop_title=Systeemeigenschappen
    labels.system_info_fess_prop_title=Applicatie-eigenschappen
    labels.system_info_bug_report_title=Bugrapportage-eigenschappen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
Back to top