[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-doc
Subject:    [PEAR-DOC] cvs: peardoc /fr/package/filesystem archive-tar.xml file-find.xml file-htaccess.xml file-
From:       "Thierry Bothorel" <thierry_bo () php ! net>
Date:       2003-08-30 3:35:47
[Download RAW message or body]

thierry_bo		Fri Aug 29 23:35:47 2003 EDT

  Added files:                 
    /peardoc/fr/package/filesystem	archive-tar.xml file-find.xml 
                                  	file-htaccess.xml file-passwd.xml 
                                  	file-searchreplace.xml 
                                  	file-smbpasswd.xml file.xml 
  Log:
  First commit.
  
["thierry_bo-20030829233547.txt" (text/plain)]

Index: peardoc/fr/package/filesystem/archive-tar.xml
+++ peardoc/fr/package/filesystem/archive-tar.xml
<!-- EN-Revision: 1.3 Maintainer: 'Thomas Moulard' Status: ready -->
<sect1 id="package.filesystem.archive-tar">
 <title>Archive-Tar</title>

 <para>
  <classname>Archive_Tar</classname> fournit
  une API pour la manipulation des archives Tar (compressées).
 </para>

 &package.filesystem.archive-tar.archive-tar;
 &package.filesystem.archive-tar.add; 
 &package.filesystem.archive-tar.addmodify;  
 &package.filesystem.archive-tar.create;
 &package.filesystem.archive-tar.createmodify;   
 &package.filesystem.archive-tar.extract;
 &package.filesystem.archive-tar.extractlist;  
 &package.filesystem.archive-tar.extractmodify; 
 &package.filesystem.archive-tar.listcontent;
 &package.filesystem.archive-tar.extractinstring;
 &package.filesystem.archive-tar.addstring;

 </sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Index: peardoc/fr/package/filesystem/file-find.xml
+++ peardoc/fr/package/filesystem/file-find.xml
<!-- EN-Revision: 1.2 Maintainer: 'Thomas Moulard' Status: ready -->
<sect1 id="package.filesystem.file-find">
 <title>File_Find</title>

 <para>
  Fonctions généralement nécessaires pour la recherche dans les arborescences de répertoires
 </para>

 &package.filesystem.file-find.glob;
 &package.filesystem.file-find.maptree; 
 &package.filesystem.file-find.maptreemultiple;  
 &package.filesystem.file-find.search;
 
 </sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Index: peardoc/fr/package/filesystem/file-htaccess.xml
+++ peardoc/fr/package/filesystem/file-htaccess.xml
<!-- EN-Revision: 1.6 Maintainer: 'Thomas Moulard' Status: ready -->
<sect1 id="package.filesystem.file-htaccess">
 <title>File_HtAccess</title>

 <para>
  Fournit des méthodes pour créer et manipuler les fichiers .htaccess.
 </para>

 &package.filesystem.file-htaccess.intro;
 &package.filesystem.file-htaccess.file-htaccess;
 &package.filesystem.file-htaccess.load; 
 &package.filesystem.file-htaccess.save; 
 &package.filesystem.file-htaccess.setrequire;  
 &package.filesystem.file-htaccess.addrequire;  
 &package.filesystem.file-htaccess.delrequire;  
 &package.filesystem.file-htaccess.getrequire;  
 &package.filesystem.file-htaccess.setproperties;  
 &package.filesystem.file-htaccess.setauthuserfile;  
 &package.filesystem.file-htaccess.setauthgroupfile;  
 &package.filesystem.file-htaccess.setauthtype;  
 &package.filesystem.file-htaccess.setauthdigestfile;  

 <!--
 &package.filesystem.file-htaccess.setauthname;  
 &package.filesystem.file-htaccess.setadditional;  
 &package.filesystem.file-htaccess.addadditional;  
 &package.filesystem.file-htaccess.getadditional;  
 &package.filesystem.file-htaccess.getauthname;  
 &package.filesystem.file-htaccess.getauthtype;  
 &package.filesystem.file-htaccess.getauthuserfile;  
 &package.filesystem.file-htaccess.getauthgroupfile;  
 &package.filesystem.file-htaccess.getfile;  
 -->

 
 </sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Index: peardoc/fr/package/filesystem/file-passwd.xml
+++ peardoc/fr/package/filesystem/file-passwd.xml
<!-- EN-Revision: 1.2 Maintainer: 'Thomas Moulard' Status: ready -->
<sect1 id="package.filesystem.file-passwd">
 <title>File_Passwd</title>

 <para>
  Fournit une API pour la gestion des fichiers du type de passwd
 </para>

 &package.filesystem.file-passwd.intro;
 &package.filesystem.file-passwd.adduser; 
 &package.filesystem.file-passwd.close;  
 &package.filesystem.file-passwd.deluser;  
 &package.filesystem.file-passwd.file-passwd;
 &package.filesystem.file-passwd.moduser;  
 &package.filesystem.file-passwd.verifypassword;  
 
 </sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Index: peardoc/fr/package/filesystem/file-searchreplace.xml
+++ peardoc/fr/package/filesystem/file-searchreplace.xml
<!-- EN-Revision: 1.2 Maintainer: 'Thomas Moulard' Status: ready -->
<sect1 id="package.filesystem.file-searchreplace">
 <title>File_SearchReplace</title>

 <para>
  Fournit une API pour remplacer du texte dans les fichiers
 </para>
 
 &package.filesystem.file-searchreplace.intro;
 &package.filesystem.file-searchreplace.file-searchreplace; 
 &package.filesystem.file-searchreplace.getnumoccurences; 
 &package.filesystem.file-searchreplace.dosearch;
 &package.filesystem.file-searchreplace.setdirectories;  
 &package.filesystem.file-searchreplace.setfiles; 
 &package.filesystem.file-searchreplace.setfind;
 &package.filesystem.file-searchreplace.setincludesubdir;   
 &package.filesystem.file-searchreplace.setreplace; 
 &package.filesystem.file-searchreplace.setsearchfunction;   
 
 </sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Index: peardoc/fr/package/filesystem/file-smbpasswd.xml
+++ peardoc/fr/package/filesystem/file-smbpasswd.xml
<!-- EN-Revision: 1.1 Maintainer: 'Thomas Moulard' Status: ready -->
<sect1 id="package.filesystem.file-smbpasswd">
 <title>File_SMBPasswd</title>

 <para>
  Fournit une API pour gérer les fichiers du type des passwd de SAMBA
 </para>

 &package.filesystem.file-smbpasswd.intro;
 &package.filesystem.file-smbpasswd.file-smbpasswd;
 &package.filesystem.file-smbpasswd.load; 
 &package.filesystem.file-smbpasswd.getfile;  
 &package.filesystem.file-smbpasswd.getaccounts;  
 &package.filesystem.file-smbpasswd.addaccountencrypted;
 &package.filesystem.file-smbpasswd.addaccount;  
 &package.filesystem.file-smbpasswd.adduser;
 &package.filesystem.file-smbpasswd.addmachine;  
 &package.filesystem.file-smbpasswd.modaccountencrypted;  
 &package.filesystem.file-smbpasswd.modaccount;
 &package.filesystem.file-smbpasswd.moduser;  
 &package.filesystem.file-smbpasswd.delaccount;  
 &package.filesystem.file-smbpasswd.deluser;
 &package.filesystem.file-smbpasswd.verifyaccountencrypted;  
 &package.filesystem.file-smbpasswd.verifyaccount;  
 &package.filesystem.file-smbpasswd.lock;  
 &package.filesystem.file-smbpasswd.unlock;  
 &package.filesystem.file-smbpasswd.save;  
 &package.filesystem.file-smbpasswd.printaccounts;  
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Index: peardoc/fr/package/filesystem/file.xml
+++ peardoc/fr/package/filesystem/file.xml
<!-- EN-Revision: 1.2 Maintainer: 'Thomas Moulard' Status: ready -->
<sect1 id="package.filesystem.file">
 <title>File</title>

 <para>
  Routines communes pour les fichiers et les dossiers
 </para>

 &package.filesystem.file.intro;
 &package.filesystem.file.constants; 
 &package.filesystem.file.buildpath;
 &package.filesystem.file.close;
 &package.filesystem.file.gettempdir;
 &package.filesystem.file.gettempfile;
 &package.filesystem.file.isabsolute;
 &package.filesystem.file.read;
 &package.filesystem.file.readall;
 &package.filesystem.file.readchar;
 &package.filesystem.file.readline;
 &package.filesystem.file.rewind;
 &package.filesystem.file.skiproot;
 &package.filesystem.file.stripleadingseparators;
 &package.filesystem.file.striptrailingseparators;
 &package.filesystem.file.unlock;
 &package.filesystem.file.write;
 &package.filesystem.file.writechar;
 &package.filesystem.file.writeline;
  
 </sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->



-- 
PEAR Documentation List Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic