Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 286179 (183 сайтов) ---- Время поиска: 1.11сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/manual/fr/configuring.html.

1. Configuration Files - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . ... This document describes the files used to configure the Apache HTTP server. ... Scope of Directives .htaccess Files . ... Apache is configured by placing directives in plain text configuration files. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/configuring.html -- 13.5 Кб -- 25.02.2008
Похожие документы

2. Configuration Files - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Apache is configured by placing directives in plain text configuration files. ... Any directive may be placed in any of these configuration files. ... Apache configuration files contain one directive per line. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration files. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/configuring.html -- 16.3 Кб -- 21.01.2013
Похожие документы

3. Configuration Files
... Scope of Directives .htaccess Files . ... Apache is configured by placing directives in plain text configuration files. ... Any directive may be placed in any of these configuration files. ... Apache configuration files contain one directive per line. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration files....
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/configuring.html -- 11.3 Кб -- 05.11.2004
Похожие документы

4. Pulsar Group PmWiki/Page Text Variables
... PmWiki . Summary: PmWiki group header. ... Page Variables | ... Defining page text variables . ... Page text variables are string variables created in the wiki text of a page, and can be automatically made available for inclusion in other pages. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "{$:Name}") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.PageTextVariables -- 25.8 Кб -- 01.03.2014
Похожие документы

5. OptInt PmWiki : PmWiki / Path Variables
OptInt PmWiki : Pm Wiki / Path Variables . ... Variables | ... When dealing with file or path variables, one has to recognize the difference between working with URLs and files on disk. ... The $ScriptUrl and $PubDirUrl variables are used to tell a browser , connecting via the webserver, how to execute the pmwiki script ( $ScriptUrl ) and the base url for getting files from PmWiki's pub/ directory ( $PubDirUrl ). ... is an associative array which PmWiki uses to find any local css configuration files. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PathVariables?action=print -- 22.8 Кб -- 01.03.2014
Похожие документы

6. Cray
Fortran 90 properties already in CF77 . ... Only the old form (fix form) of the source code is available. ... LOGICAL Default KIND number = 8 INTEGER Default int7 int15 KIND number = 6 1 2 digits = 46 7 15 radix = 2 2 2 range = 13 2 4 huge = 70368744177663 127 32767 bit_size = 46 8 16 INTEGER int31 int46 int64 KIND number = 4 6 8 digits = 31 46 63 radix = 2 2 2 range = 9 13 18 huge = 2147483647 70368744177663 9223372036854775807 bit_size = 32 46 46 REAL half Default,single double KIND ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/cray.html -- 11.0 Кб -- 24.10.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/cray.html -- 11.0 Кб -- 24.10.1996
Похожие документы

7. lsst.tcc: include Directory Reference
. lsst.tcc љ 1.2.2-3-g89ecb63 . MainљPage . RelatedљPages . Namespaces . Classes . Files . љ All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . include . include Directory Reference . directory љ . tcc . љ . Generated on Mon Sep 14 2015 15:25:42 for lsst.tcc by љ 1.8.5
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/dir_598e6c27e8b53710534fbc3672fc1a23.html -- 6.8 Кб -- 14.09.2015
Похожие документы

8. http://www.stsci.edu/spst/UnixTransition/doc/sms_edit.py
... *MODIFICATION HISTORY** -- o Initial implementation 12/18/01 o Include modifications from Python review - G. Bower 1/14/02 - abort if editor environment variable is not set - use shutil.copy instead of UNIX cp - delete the difference message and text files at end - use the time of last modification for the database instead of current time - add comments by editing a template ... Abort now ..." return not spss_sys_util.SUCCESS # Compare the edited version of the sms to the original. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/sms_edit.py -- 9.0 Кб -- 28.02.2014
Похожие документы

9. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

10. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL
Since XmCCD uses Motif, the libraries and include files must be available. ... By default it will create a directory xmccd-#.# with the command tar -xvzf xmccd-#.#.tar Set your current working directory to xmccd-#.# cd xmccd-#.# ... For "ls -l" you should see something like this -rwsr-xr-x 1 root root 281883 Mar 10 01:08 xmccd Move xmccd to a directory in your search path such as /usr/local/bin mv xmccd /usr/local/bin xmccd will use ds9 for image display if it is present. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL -- 6.2 Кб -- 22.05.2004
Похожие документы

11. datataking_software
... 07jun12:compiling the C code Wapp: . ... If you make changes in a wapp routine alfa_mon,alfa_motor you need to copy the Sources/ directories to wappserv . ... added /home/cima/Wapp/Software/Svnwork/Software to this . ... home/cima/svn/Wapp - working area of Wapp/Software/Svnwork /Sources . ... scp megs2:/share/megs/phil/svn/wapp/Software/progs/Wapp/alfa_mon to /home/cima/Wapp/Software/Svnwork/Progs/Wapp/alfa_mon . ... Then need to scp to wappserv:/home/cima/Wapp/Software/Dual/Progs/Wapp/alfa_mon . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/cima/cima.html -- 21.2 Кб -- 09.06.2015
Похожие документы

12. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

13. External SAS packages
It is possible to incorporate in the SAS software packages that are not part of the official SAS distribution. These we call 'external packages'. All that is needed is to set the environment variable SAS_PATH to point to all directories that contain SAS components, in the form of a colon-separated list. ... He will have to set the SAS_DIR and SAS_PATH environment variable and call the sas-setup script (preferably in a login script), e.g. (csh): setenv SAS_DIR /usr/sas . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/externdevel.html -- 4.8 Кб -- 09.08.2000
Похожие документы
Еще в разделе: (Показать все результаты (>13400) - xmm.vilspa.esa.es/ )

14. The layout of a program
Sometimes we require more than one line for a statement Print *, 'This is a long output line',& ' this is the second part',& ' and this is the third part!' Nowadays, in the free form, we continue a line with the symbol "&" (called ampersand), i.e. with the sign & at the end of the old line instead of an almost arbitrary character in column 6 of the new line. ... Exclamation mark in column 1 of course means a comment line also in the old fixed form. ... 3.1) What does the following line mean? ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c3.html -- 5.1 Кб -- 11.02.1996
Похожие документы

15. eincdrom
Next: Example - Creating a Up: Access to CD-ROM FITS Previous: Access to CD-ROM FITS . ... Listing the parameters gives the following: ei lpar eincdpar (ipcevt1 = ipcevt1$ ) Einstein ipc event cd 1 directory (ipcevt2 = ipcevt2$ ) Einstein ipc event cd 2 directory (ipcevt3 = ipcevt3$ ) Einstein ipc event cd 3 directory (ipcevt4 = ipcevt4$ ) Einstein ipc event cd 4 directory (hrievt1 = hrievt1$ ) Einstein hri ... It replaces the tasks fits_get and qp_get . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node35.html -- 8.4 Кб -- 01.10.2012
Похожие документы

16. Useful mail variables
For a complete list of mail variables, see the manual page for the mail(1) command. Variable Default Action . ... PAGER more the pager used to paginate output when a message is longer than the screen. sign= signature defines the "signature" inserted in the mail message by the ~a command. Sign= signature defines the "signature" inserted in the mail message by the ~A command. topline= number 5 the number of lines of the top of each message to print with the ~t command. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tables/mail_vars.html -- 3.7 Кб -- 17.01.1997
Похожие документы

17. Include detmon as a generic pipeline
... esorex.caller.recipe-dir=/home/quality/pipelines/vcam-1.0.7:/home/quality/pipelines/detmon . ... See extraction of config.processAB : # ====================================================================== # 2. esorex configuration file names for generic pipelines # List here the name(s) of esorex configuration file (s) of general pipeline (s) (e.g. detmon ) # RAW_TYPE: usually just one, but could be more # DET_ID: required only if you need to specify config files per detector (avoid ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/docu/detmon/index.html -- 15.2 Кб -- 07.11.2011
Похожие документы

18. AI SPbU library of scattering codes
... There are a lot of computer codes simulating this scattering and freely available in the Internet (see e.g. links on our JPDOC page ). ... The code and input file are available in the directory . ... A slightly modified code of Barber Hill with a C-shell and input files is available in the directory . ... The code, input and test output files are available in the directory . ... See also readme file. file. ... The code, input file and their description (a TeX file) are available in the directory . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/ilin2/SOFTWARE/ -- 5.7 Кб -- 19.11.2010
Похожие документы

19. astro-ph authors/title/abstract search for 'galaxy cluster' (skipped 200) all
Title: A New Model of the Gravitational Lens 0957+561 and a Limit on the Hubble Constant . Authors: Norman A. Grogin , Ramesh Narayan (Harvard Univ.) ... Title: ROSAT/PSPC observation of the distant cluster CL0939+472 . ... Title: Interaction in the Bimodal Galaxy Cluster A3528 . ... Title: Cosmological Implications of Galaxy Cluster Evolution . ... Title: Galaxy Cluster Virial Masses and Omega . ... Matches 201 to 222 from a total of 222 matches for the search pattern galaxy cluster . ...
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/lit/gal_clust3.html -- 18.6 Кб -- 17.07.2001
Похожие документы

20. http://www.adass.org/adass/proceedings/adass00/reprints/O2-04.pdf
... F. A. Primini, and H. E. Payne, eds. Space Science Education Resource Directory Carol A. Christian, Keith Scollick Space Telescope Science Institute, Baltimore, MD USA Abstract. ... A rich suite of resources for public use is available including multimedia materials, online resources, hardcopies and other items. ... Also, providers and stake-holders wish to generate various reports, probe inventory information and track resource usage with other custom interfaces to the directory. ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass00/reprints/O2-04.pdf -- 104.4 Кб -- 29.05.2001
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования