... help . find changesets by author, revision, files, or words in the commit message Working with Phases What are phases? ... Each changeset in a repository is in one of the following phases: - public : changeset is visible on a public server - draft : changeset is not yet published - secret : changeset should not be pushed, pulled, or cloned These phases are ordered (public < draft < secret) and no changeset can be in a lower phase than its ancestors. ... See "hg help -v phase" for examples. ...
. Search: . Login . Preferences . About Trac . Timeline . Roadmap . Browse Source . View Tickets . Search . Reverse Diff . (No files) . Note: See TracChangeset for help on using the changeset viewer. Unified Diff . Zip Archive . Powered by Trac 0.12.5 . By Edgewall Software . Visit the Trac open source project at . http://trac.edgewall.org/
Электронная библиотека Попечительского совета . ... Doar M.B. - Practical Development Environments . ... Название: Practical Development Environments . Автор: Doar M.B. Аннотация: . A development environment, in the words of author and professional software developer Doar, is "the whole collection of tools that people use to create software." ... automation environments . ... collaborative development environments . ... Электронная библиотека попечительского совета мехмата МГУ , 2004-2016 . ...
You are here: Foswiki > System Web > Plugins > InterwikiPlugin > InterWikis (10 Dec 2010, ProjectContributor ) E dit A ttach . This topic lists all aliases needed to map inter-wiki links to external wikis/sites. Whenever you write ExternalSite:Page it will be linked automatically to the page on the external site. ... Example: Type Wiki:RecentChanges to get Wiki:RecentChanges , the RecentChanges page at the original Wiki site. ... http://www.dictionary.com/cgi-bin/dict.pl?term= . ... Wiki . ...
Welcome , Registration , and other StartingPoints ; TWiki history & Wiki style; All the docs.. ... InterWikis . This topic lists all aliases needed to map Inter-Site links to external wikis/sites. Whenever you write ExternalSite:Page it will be linked automatically to the page on the external site. ... Example: Type Wiki:RecentChanges to get Wiki:RecentChanges , the RecentChanges page at the original Wiki site. ... http://www.acronymfinder.com/af-query.asp?Acronym=$page&String=exact . ...
... Subarray Filetype Constructor . ... To create the filetypes for each process one could use the following C program: . double subarray[100][25]; MPI_Datatype filetype; int sizes[2], subsizes[2], starts[2]; int rank; . ... MPI_Type_create_subarray(2, sizes, subsizes, starts, MPI_ORDER_C, MPI_DOUBLE, &filetype); Or, equivalently in Fortran: . double precision subarray(100,25) integer filetype, rank, ierror integer sizes(2), subsizes(2), starts(2) . ... Центры . ...
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) filetype -- Gets file type . string filetype ( string filename) . Returns the type of the file. Possible values are fifo, char, dir, block, link, file, and unknown. Returns FALSE if an error occurs. The results of this function are cached. See clearstatcache() for more details. This function will not work on remote files ; the file to be examined must be accessible via the server's filesystem. Prev . Home . Next . filesize . Up . flock
Below is a list of all of the modules that come as part of the Apache distribution. ... User authentication using text files. mod_auth_anon . ... User authentication using Berkeley DB files. mod_auth_dbm . User authentication using DBM files. mod_autoindex . ... Replaced by mod_setenvif in Apache 1.3 and up . ... Logging of User Agents. mod_log_common up to Apache 1.1.1 . ... Replaced by the mod_log_config module in Apache 1.2 and up . ... User home directories. mod_unique_id Apache 1.3 and up . ...
... public class ExtensionFileFilter . ... A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about. ... Extension - create a new filter that filerts out all files but gif and jpg image files: JFileChooser chooser = new JFileChooser(); ExtensionFileFilter filter = new ExtensionFileFilter( new String{"gif", "jpg"}, "JPEG GIF Images") chooser.addChoosableFileFilter(filter); chooser.showOpenDialog(this); . ... private java.lang.String . ...
... Apache HTTP Server Version 2.0 . ... The configure script configures the source tree for compiling and installing the Apache HTTP Server on your particular platform. ... The http module is a basic one, enabling the server to function as an HTTP server. ... The module source file module-file will be searched in the modules/ module-type subdirectory of your Apache HTTP server source tree. ... This option is provided by autoconf but not very useful for the Apache HTTP Server. --with-apr= DIR | ...
Backlinks to VarICONURL in all Webs ( Search System Web only ) . ... Documentation Graphics and Filetype icons This is a Foswiki icon library. ... NEW - 04 Sep 2011 - 18:45 by ProjectContributor . ... NEW - 23 Aug 2010 - 13:51 by ProjectContributor . ... VarICON ICON{"name" alt="" default="name"} small documentation graphic or icon of common attachment types * Generates a small graphic image from the set attached .. NEW - 20 Mar 2010 - 07:12 by ProjectContributor . ...
Last updated: 1 September, 1999 HCh: a software package for geochemical equilibrium modelling (v. 3.4) User's Guide Yuri Shvarov & Evgeniy Bastrakov About This Guide ~~~~~~~~~~~~~~~~ This manual has been compiled by the package developer (Yu. Shvarov, Moscow State University) and one of the long-term package users (E. Bastrakov, Australian Geological Survey Organisation). It provides instructions on the practical package usage and some brief information on the employed algorithms. You can also find
... You can add new associations, remove old ones and change defaults associations. ... Proposed directory for placement: /pub/os2/util/system Your name: Lewis Rosenthal Email address: lgrosenthal [at] 2rosenthals [dot] com Program contact name: (same) Program contact email: (same) Program URL: (none) Would you like the contact email address included in listings? yes Operating System/Version: OS/2 V2+ and eCS V1+ Additional requirements: WPTOOLS.DLL (included) Replaces: /pub/os2/util/system/assoed211...
... Certificate Handling Overview 1.1 Set Certificate Cache . 1.2 Add Certificate File . ... Certificate Verification Process 2.0.1 X509_NAME_oneline 3. ... 3.3 rsa . ... By default the code we are shipping uses the directory and PEM -style encoding for the certificates contained therein. ... To add a certificate: X509_add_cert_file(char *file,int type) . ... All certificates loaded via this interface must be in PEM format as this function simply calls X509_add_cert_dir() and X509_add_cert_file() . ...