No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

FILE_SEARCHTYPE.cs

Description du code

FILE_SEARCHTYPE.cs est un fichier du projet BrolFileStats.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/brolfilestats/.

Projet BrolFileStats :

Statistiques en CSharp.

Code source ou contenu du fichier

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using be.gaudry.model.enums;
  5.  
  6. namespace be.gaudry.explorer.filestats.model
  7. {
  8. /// <summary>
  9. /// Provides an enumerated type to set the parameters of the file parsing.
  10. /// </summary>
  11. public enum FILE_SEARCHTYPE
  12. {
  13. /// <summary>
  14. /// Statistics by file extension
  15. /// </summary>
  16. [EnumDescription("Statistiques par extensions")]
  17. Extension,
  18. /// <summary>
  19. /// Statistics by file count
  20. /// </summary>
  21. [EnumDescription("Statistiques par nombre de fichiers")]
  22. Count,
  23. /// <summary>
  24. /// Statistics by file properties
  25. /// </summary>
  26. [EnumDescription("Statistiques par attributs")]
  27. Attribute,
  28. /// <summary>
  29. /// Statistics by file last access group (today, this week, this month, this year)
  30. /// </summary>
  31. [EnumDescription("Statistiques par dernier accès")]
  32. LastAccess,
  33. /// <summary>
  34. /// Statistics by file size (size of all files in the directory, excluding subdirectories)
  35. /// </summary>
  36. [EnumDescription("Statistiques par taille des fichiers")]
  37. FileSize,
  38. /// <summary>
  39. /// Statistics by directory size (size of all files in the directory, including subdirectories)
  40. /// </summary>
  41. [EnumDescription("Statistiques par taille des répertoires")]
  42. DirSize
  43. }
  44. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/brolfilestats/model/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1714418449 29/04/2024 21:20:49
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/brolfilestats/model/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csFileStatsParser.cs4.61 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csFILE_SEARCHTYPE.cs1.48 Ko31/10/2018 18:32:22-refusé-

Utilisation de l'explorateur de code

  • Navigation :
    • Un clic sur une icône de répertoire ouvre ce répertoire pour en afficher les fichiers.
    • Lorsque le répertoire en cours ne contient pas de sous-répertoires il est possible de remonter vers le répertoire parent.
    • La structure de répertoires en treetable (tableau en forme d'arborescence) n'est plus possibledans cette version.
    • Un clic sur une icône de fichier ouvre ce fichier pour en afficher le code avec la coloration syntaxique adaptée en fonction du langage principal utilisé dans le fichier.
  • Affichage :
    • Il est possible de trier les répertoires ou les fichiers selon certains critères (nom, taille, date).
  • Actions :
    • Les actions possible sur les fichiers dépendent de vos droits d'utilisateur sur le site. Veuillez activer le mode utilisateur pour activer les actions.

English translation

You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.

If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.

Thank you in advance.

Document created the 30/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-brolfilestats-source-rf-model/FILE_SEARCHTYPE.cs.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.