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

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

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

1. Apache httpd Tutorial: Introduction to Server Side Includes - Apache HTTP...
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > How-To / Tutorials . ... Server-side includes provide a means to add dynamic content to existing HTML documents. ... SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. ... To permit SSI on your server, you must have the following directive either in your httpd.conf file, or in a .htaccess file: Options +Includes . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/howto/ssi.html -- 26.5 Кб -- 19.11.2015
Похожие документы

2. Apache module mod_include
This module provides for documents with Server Side Includes (SSI). ... Any document with handler of "server-parsed" will be parsed by this module, if the Includes option is set. If documents containing server-side include directives are given the extension .shtml, the following directives will make Apache parse them and assign the resulting document the mime type of text/html : AddType text/html .shtml AddHandler server-parsed .shtml The following directive must be given for ... cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_include.html -- 22.9 Кб -- 20.05.2004
Похожие документы

3. Apache Tutorial: Introduction to Server Side Includes - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > How-To / Tutorials . ... Server-side includes provide a means to add dynamic content to existing HTML documents. ... What are SSI? ... SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. ... To permit SSI on your server, you must have the following directive either in your httpd.conf file, or in a .htaccess file: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/howto/ssi.html -- 24.6 Кб -- 10.12.2010
Похожие документы

4. Monitoring Options
... Statistic files are managed using file generation sets and scripts in the ./scripts directory of this distribution. ... Each valid update appends a line of the following form to the current element of a file generation set named peerstats : . ... This keyword allows the (otherwise constant) filegen filename prefix to be modified for file generation sets, which is useful for handling statistics logs. filegen name [ file filename ] [ type typename ] [ flag flagval ] [ link | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/monopt.html -- 9.3 Кб -- 21.12.2007
Похожие документы

5. 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
Похожие документы

6. About modification of the INTERBALL orbital elements
... The accuracy of calculation of both INTERBALL spacecraft (SC) motion has been estimated at the IKI. ... The 30 days measuring intervals were used during the Tail probe (TP) orbital data treatment, and 15 days intervals - during the Auroral probe (AP) orbit determination. ... http://www.iki.rssi.ru/vprokhor/indap.htm for the Auroral probe; . http://www.iki.rssi.ru/vprokhor/indtp.htm for the Tail probe . ... http://www.iki.rssi.ru/vprokhor/ssc.htm , or http://www.iki.rssi.ru/vprokhor/amisan.htm . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/orbmod.htm -- 6.3 Кб -- 26.07.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/orbmod.htm -- 6.3 Кб -- 26.07.1999
Похожие документы
Еще в разделе: (Показать все результаты (>1407) - www.cosmos.ru/ )

7. Fill-Out Forms
... Content Model: one ore more OPTION elements . The SELECT element is used for single and multiple choice menus. ... Example: <SELECT NAME="flavor"> <OPTION>Vanilla <OPTION>Strawberry <OPTION>Rum and Raisin <OPTION>Peach and Orange </SELECT> . ... When you want a multiple choice menu, you need to include the MULTIPLE attribute with the SELECT element, e.g. <SELECT MULTIPLE NAME="flavor"> . ... NAME . ... The presence of this attribute denotes that the SELECT element defines a multiple choice menu. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/menus.html -- 6.7 Кб -- 19.12.1996
Похожие документы

8. OptInt PmWiki : PmWiki / Page List Templates
OptInt PmWiki : Pm Wiki / Page List Templates . ... template first:) . ... template last ...:) sections to specify output for the first or last page in the list or a group. ... template]] (:template defaults order=name:) (:template first:) Pages ordered by group (:template first {=$Group}:) Pages in group [[{=$Group}/]] (:template each:) * [[{=$FullName}]] (:template last {=$Group}:) {=$Group} contains {$$GroupPageCount} pages. (:template last:) {$$PageCount} pages total. [[#templateend]] . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageListTemplates?action=print -- 21.7 Кб -- 01.03.2014
Похожие документы

9. http://www.stsci.edu/spst/UnixTransition/doc/gen_prd_batch.py
******************************************************** **PURPOSE** -- This is the main script for building PRD files from a list of changes. python gen_ prd _batch.py SI Version Out dir -change_dir= In dir - pickle_name = Pickle file -PDBMAN= Yes|No -diff= Yes|No **DEVELOPER** -- K. Clark **MODIFICATION HISTORY** -- o Initial implementation 8/ 8/03 o Modified 1/26/04 KWC - Allow directory or ... None) and (pickle_name != ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/gen_prd_batch.py -- 8.7 Кб -- 28.02.2014
Похожие документы

10. Dynamic HTML in Communicator
Contents] [Prev page] [Next page] [Index] . Navigator 4 from Netscape, which is part of the Communicator product suite, includes three new areas of functionality that taken together give you Dynamic HTML. The three components of Dynamic HTML are style sheets, content positioning, and downloadable fonts. Used together, these three components give you greater control over the appearance, layout, and behavior of your web pages. ... Introducing Downloadable Fonts . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/intro.htm -- 7.8 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>4973) - crydee.sai.msu.ru/ )

11. 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
Похожие документы
Еще в разделе: (Показать все результаты (>1486) - jet.sao.ru/ )

12. Environment variables
... Meta Index / Home Page / User information The behavior of the tasks is modified by the following environment variables: . ... This has the same meaning as the command line option --ccf (see above). A command line override supersedes any assignment made to SAS_CCF , i.e., the CIF pointed at via SAS_CCF is ignored in this case. ... A command line override supersedes any assignment made to SAS_CCFFILES , i.e., the list of CCF replacement constituents is ignored in this case. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/taskmain/node3.html -- 6.8 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>12453) - xmm.vilspa.esa.es/ )

13. Manpage of FITSHDR_EDIT
fitshdr_edit - FITS-file headers interactive editor fitshdr_edit [options] FITSfile_name . fitshdr_edit utility allows to modify FITS headers' lines interactively (FITS MultiExtentionsFiles included). fitshdr_edit is just simple shell script around fitshdr utility. ... It means, that You can't remove line from header! ... 560:CRDELT2 = 21.0 / this is example 640: 720:HISTORY header No.0: 1st history line 123456789012345678901234567 880:COMMENT Sat Sep 25 21:17:34 CEST 2004 / by fitshdr_edit . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr_edit.1.html -- 4.6 Кб -- 21.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>462) - lnfm1.sai.msu.ru/ )

14. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>682) - www.cplire.ru/ )

16. http://xray.sai.msu.ru/~ivan/gmt/man/gmtmath.html
... By default, all columns except the "time" column is operated on, but this can be changed (see -C ). operand If operand can be opened as a file it will be read as an ASCII (or binary, see -bi ) table data file. ... I0 1 Modified Bessel function of A (1st kind, order 0). ... INV 1 1 / A. J0 1 Bessel function of A (1st kind, order 0). J1 1 Bessel function of A (1st kind, order 1). ... K1 1 Modified Bessel function of A (2nd kind, order 1). ... Y0 1 Bessel function of A (2nd kind, order 0). ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/gmtmath.html -- 10.7 Кб -- 19.03.1999
Похожие документы

17. PINTofALE EXAMPLE : Simulation for Chandra ACIS-I
... This thread uses PINTofALE to generate a simulated Chandra spectrum. ... define a DEM . ... pset marx .par ExposureTime=50000 OutputDir='sim_ marx ' \ ; GratingType='NONE' DetectorType=' ACIS-I ' SourceFlux=-1 \ ; SpectrumType='FILE' SpectrumFile='spec_ marx .dat' \ ; SourceType='POINT' DitherModel='INTERNAL' ; marx TSTART=2006.46 ; marx2fits sim_ marx / spec_ marx .evt ; dmextract infile= spec_ marx .evt[EVENTS][(x,y)=circle(4018,4141,10)] ; [bin pi=1:1024:1] outfile= spec_ ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/doc/EXAMPLE_Chandra.html -- 11.5 Кб -- 01.10.2012
Похожие документы

18. APO WWW Search
Search the public APO pages. To modify the search terms, see the 'Search Term Modifiers' below the search window. ... To perform a single character wildcard search use the "?" symbol. ... This search will find terms like foam and roams. ... For example to search for a "apache" and "jakarta" within 10 words of each other in a document use the search: "jakarta apache"~10 . ... To search for documents that contain either "jakarta apache" or just "jakarta" use the query: "jakarta apache" jakarta . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/cgi/search.py -- 8.8 Кб -- 09.04.2016
Похожие документы

19. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/CHANGELOG
XmCCD Copyright 2007-2013 John Kielkopf ======================================= Development Log =============== March 9, 2002 Version 1.0.0 * Support for SBIG cameras using the first public SBIG library * Basic panel for operation with ds9 +--------------------------+ May 22, 2002 Version 1.1.0 * Updated to use libudrv 4.35 +--------------------------+ May 24, 2004 Version 1.2.0 * USB support +--------------------------+ March 1, 2005 ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/CHANGELOG -- 8.2 Кб -- 04.07.2013
Похожие документы

20. Symbolic matrix processor
MATSYM - symbolic matrix processor . ... To use the program you will need a MAT file (liked CIR file: "User manual for CIRSYM program") of your system. ... In first string of MAT file enter any text you want to be the title of your system. ... Starting from string 2 (if is not comments - "*") enter the system element name, incident row and column and, optionally, its value. ... To generate a solution, run MATSYM.exe and enter "system_file_name.CIR" or click on the "ENTER" (in "MAT" case). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/matsym.html -- 3.9 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>18) - astrometric.sai.msu.ru/ )

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


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

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

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