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

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

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

1. mod_setenvif - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... Allows the setting of environment variables based on characteristics of the request . ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the User-Agent HTTP request header. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/en/mod/mod_setenvif.html -- 16.3 Кб -- 25.02.2008
Похожие документы

2. mod_env - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... Modifies the environment which is passed to CGI scripts and SSI pages . ... This module allows for control of internal environment variables that are used by various Apache HTTP Server modules. ... PassEnv env-variable [ env-variable ] .. ... Specifies one or more native system environment variables to make available as internal environment variables, which are available to Apache HTTP Server modules as well as propogated to CGI scripts and SSI pages. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_env.html -- 11.6 Кб -- 21.01.2013
Похожие документы

3. Apache module mod_setenvif
This module provides the ability to set environment variables based upon attributes of the request. ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... BrowserMatch . ... Syntax: BrowserMatch regex env-variable [= value ] [ env-variable [= value ]] .. ... Module: mod_setenvif . ... The BrowserMatch directive defines environment variables based on the User-Agent HTTP request header field. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_setenvif.html -- 13.8 Кб -- 05.11.2004
Похожие документы

4. casacore: casa::TableMeasOffsetDesc Class Reference
... Classes . ... Definition of a Measure Offset in a Table . ... TableMeasOffsetDesc (const Measure &offset) . ... Get the (non-variable) measure offset for this column. ... Create the Measure column to be used as the measure offset column TableMeasValueDesc valDesc(td, "OffsetCol" ); TableMeasDesc<MEpoch> offset(valDesc); // Create the offset descriptor TableMeasOffsetDesc offsetDesc(offset); . ... All measures in the columns will have the same offset. casa::TableMeasOffsetDesc::TableMeasOffsetDesc . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1TableMeasOffsetDesc.html -- 43.1 Кб -- 14.02.2011
Похожие документы

5. Doug Burke's Perl/S-Lang pages: Array examples
... Using sl_array . Array information . ... Inline::SLang . Doug's Home Page . ... Since the support for arrays in S-Lang and Perl do not match, the conversion of array values between the two languages is not entirely seemless, as shown in the examples below. ... The third option is to use a Perl Array_Type object to store the data; the Array_Type class is part of Inline::SLang and is as inefficient as using an array reference but does retain knowledge about the array size and type. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_array.html -- 11.6 Кб -- 02.10.2012
Похожие документы

6. Examples
... If you set SAS_CCF to be the absolute path to the CIF, then the latter can be used from any other directory. cifbuild -withccfpath=yes -ccfpath=/path/to/ccfstore . ... As in 3 , but the observation date is taken from the active ODF, but the CIF is built as if the analysis was being performed on March 19, 2000. cifbuild -calindexset=ccf.cif -category=SCISIMCCF -ccfpath=/path/to/ccfstore/ -withccfpath=yes . cifbuild -calindexset=ccf.cif -withccfpath=yes -ccfpath=/path/to/ccfstore/ -append=yes . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/cifbuild/node9.html -- 8.2 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>17287) - xmm.vilspa.esa.es/ )

7. Unordered Lists
... Content Model: Optional list header (LH), followed by one or more list items (LI) . An unordered list typically is a bulleted list of items. ... Note: Some legacy documents may include headers or plain text before the first LI element. ... DIR lists are used to present lists of items containing up to 20 characters each. ... CLASS . ... The WRAP attribute is used for multicolumn lists. Use wrap=vert if you want to arrange the list items down the page before wrapping to the next column. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/bulletlists.html -- 6.6 Кб -- 19.12.1996
Похожие документы

8. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page variables | ... Page text variables are string variables automatically made available through natural page markup or explicitly with page directive markup within the wiki text of the page. ... 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: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

9. Long description of example illustrating floating with clear
This diagram illustrates the effects of floating a box ("inner") and how its "sibling" is forced below it due to the 'clear' property. A document window is shown, with 8 lines (numbered 1 to 8), each 24px high. Text before the "inner" box flows on lines 1 and halfway on line 2. The "inner" box has been floated to the right and occupies the second half of lines 3 and 4. ... The lines, as they appear in the image, contain: 1 Beginning of body contents. ... Inner contents" is blue. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/flow-clear2-desc.html -- 2.5 Кб -- 01.05.1998
Похожие документы

10. CSPICE Routines: REPMOT_C
... Abstract Replace a marker with the text representation of an ordinal number. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- in I Input string. marker I Marker to be replaced. value I Replacement value. repcase I Case of replacement text. lenout I Available space in output string. out O Output string. ... The first occurrence of marker in the input string is to be replaced by the text representation of the ordinal number value. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/repmot_c.html -- 10.1 Кб -- 17.12.2005
Похожие документы

11. xntpd - Network Time Protocol (NTP) daemon
... xntpd is an operating system daemon which sets and maintains the system time-of-day in synchronism with Internet standard time servers. xntpd is a complete implementation of the Network Time Protocol (NTP) version 3, as defined by RFC-1305, but also retains compatibility with version 1 and 2 servers as defined by RFC- 1059 and RFC-1119, respectively. xntpd does all computations in 64-bit fixed point arithmetic and requires no floating point support. ... Specify the name and path of the log file. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/xntpd.html -- 7.5 Кб -- 21.12.2007
Похожие документы

12. http://www.eso.org/images/msv/config-mswordview
... Element Bold # { # Start <b> # End </b> # } #Element Italic # { # Start <i> # End </i> # } #Some of the global options that we can tweak. ... Normal Para Begin-->" End "<!- ... Style Heading 1 { PreSpace img width=1 height =$pixelsBefore src=$ patterndir /clear.gif br Start h1 Default Off End /h1 PostSpace img width=1 height =$pixelsAfter src=$ patterndir /clear.gif br } Style Heading 2 { PreSpace Start h2 Default Off End /h2 ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/images/msv/config-mswordview -- 4.4 Кб -- 21.07.1999
Похожие документы

13. STDA files
... The file names' construction . The flight (m) stage's file set . ... the orbital data used for the flight operation monthly (m) long-term planning, . ... The orbital calculations are based on the initial orbital data determined by KIAM RAN using the orbital radio- measurement treatment. The determined initial orbital data are presented as a state vector (satellite position and velocity) in the J2000 reference. ... Accept the file with extension '.bgr', where the Moscow time (MT=UT+3h) is used. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/descr/stda.htm -- 14.7 Кб -- 12.05.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/descr/stda.htm -- 14.7 Кб -- 12.05.1999
Похожие документы

14. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы

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

16. Database of Optical Properties -- Level: subpage
This page is under construction. This page will present links and brief descriptions of several light scattering code collections: . The page of Th.Wriedt gives the most full list of available light scattering codes. ... The page of the Numerical Electromagnetics Codes Library (EMLib) contains ... (dead link?) ... Missouri-Rolla (EMCLAB) contains links to several numerical codes based on different approaches to solution of the 2D/3D light scattering problems. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/6-SOFT/others.html -- 3.6 Кб -- 19.11.2010
Похожие документы

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

18. Preparing and Submitting Tabular Data
... the data are described accurately enough to allow an unambiguous interpretation of the data, as well as a comprehension of the context in which the data were acquired and/or processed; a single ascii file, named ReadMe , is designed for this role. the data are in a format which allows their usage by tools currently in usage in our discipline -- normally flat ascii files ; other formats can be accepted, but are converted into flat files. ... How to prepare the Data files . ... How to deposit the data...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 25.12.2008
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 15.05.2008
Похожие документы
Еще в разделе: (Показать все результаты (>234) - mavr.sao.ru/ )

19. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>657) - www.ipa.nw.ru/ )

20. General Catalogue of Variable Stars: Description
... DESCRIPTION General Catalog of Variable Stars (GCVS database) . ... Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1990, General Catalogue of Variable Stars, 4rd ed., vol.IV, Nauka, Moscow. Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1992, General Catalogue of Variable Stars, 4rd ed., vol.IV, Bull. ... Kazarovets E.V., Durlevich O.V. Editor-in-Chief Samus N.N., 1998, New Catalogue of Suspected Variable Stars. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/intro.htm -- 11.3 Кб -- 10.04.2016
Похожие документы

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


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

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

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