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

1 | 2 | 3 | 4 | 5 | След.

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

1. mod_remoteip - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Replaces the original client IP address for the connection with the useragent IP address list presented by a proxies or a load balancer via the request headers. ... The module overrides the client IP address for the connection with the useragent IP address reported in the request header configured with the RemoteIPHeader directive. ... When multiple, comma delimited useragent IP addresses are listed in the header value, they are processed in Right-to-Left order. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_remoteip.html -- 21.2 Кб -- 19.11.2015
Похожие документы

2. Apache module mod_negotiation
... Source File: mod_negotiation.c . Module Identifier: negotiation_module Content negotiation, or more accurately content selection, is the selection of the document that best matches the clients capabilities, from one of several available documents. ... A type map (a file with the handler type-map ) which explicitly lists the files containing the variants. ... Apache only recognizes encodings that are defined by an AddEncoding directive. ... Content-Language: . ... Module: mod_negotiation . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_negotiation.html -- 9.8 Кб -- 15.10.2001
Похожие документы

3. Multi-tier Internet Architecture with Java, UML and OOA & D
Next: SPECVIEW: An Interactive Java Tool for Visualization and Analysis of Spectral Data . ... 216, Astronomical Data Analysis Software and Systems IX, eds. N. Manset, C. Veillet, D. Crabtree (San Francisco: ASP), 75 . ... SIRTF will deploy an Internet Java application, the SIRTF Planning and Observation Tools (SPOT) to facilitate the proposal creation, editing and monitoring processes. ... The SOAS development team will utilize OOA&D, the UML and Java to design, document and implement the SOAS. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P1-59/ -- 12.6 Кб -- 12.10.2000
Похожие документы

4. Приложение B. Requests for Comments (RFC), связанные с информацией приведенной
... Requests for Comments (RFCs) – это набор документов выпущенных Internet Engineering Task Force (IETF) из Network Information Center (NIC), которые представляют новые протоколы и устанавливаемые стандарты для стека протоколов Интернет Каждый такой документ определяет аспект относительно протокола Интернет. Ниже мы перечислили все RFC, которые имеют отношение к этой книге и различному программному обеспечению описанному в ней. ... User Datagram Protocol (UDP). ... Internet Protocol (IP). ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/RusDoc/redhat/cha2.html -- 10.8 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/RusDoc/redhat/cha2.html -- 10.8 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/RusDoc/redhat/cha2.html -- 10.8 Кб -- 01.10.2012
Похожие документы

5. The AstroStat Slog Blog Archive [ArXiv] component separation methods
... Archives . ... The PCA and ICA is used for separating mixed components with some assumptions. ... The need of source separation methods in astronomy has led various adaptations of decomposition methods available. ... I rarely come up with a paper which gathered and summarized component separation methods applicable to astronomical data. In that regards, the following paper seems useful to overview methods of reducing dimensionality for astronomers. [arxiv:0805.0269] . ... Chandra Blog . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/2009/arxiv-component-separation-methods/index.html -- 23.2 Кб -- 01.03.2014
Похожие документы

6. Stellarium: StelTranslator Class Reference
... Classes . ... StelTranslator Class Reference . Class used to translate strings to any language. ... StelTranslator (const QString &adomain, const QString &amoDirectory, const QString &alangName) . Create a translator from a language name. ... Get true translator locale name. ... Get available language name in native language from passed locales directory. ... Get available language name in native language from passed locales directory. const QString& StelTranslator::getTrueLocaleName . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelTranslator.html -- 18.9 Кб -- 28.02.2014
Похожие документы

7. Iowa Robotic Telescope Facilities
... Iowa Robotic Telescope | ... Talon is based on OCAAS, a software suite developed by software engineer Elwood Downey ( Clear Sky Institute ) for use at the University of Iowa ?s first remote facility (the ATF, or Automated Telescope Facility). ... XObservatory : Telescope Control Interface . ... This program calls upon and coordinates much of the interrelated portions of the Talon architecture, and forms the primary control panel for the telescope, dome, and peripheral systems when used locally. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/Talon(OCAAS)/Iowa%20Robotic%20Telescope%20Facilities.htm -- 37.9 Кб -- 25.01.2006
Похожие документы
Еще в разделе: (Показать все результаты (>107) - vega.inp.nsk.su/ )

8. Hypertext Markup Language - 2.0 - Table of Contents
... HTML as an Application of SGML . ... HTML Public Text Identifiers . ... HTML as an Internet Media Type . text/html media type . ... Undeclared Markup Error Handling . ... Input Field: INPUT . Text Field: INPUT TYPE=TEXT . Password Field: INPUT TYPE=PASSWORD . Check Box: INPUT TYPE=CHECKBOX . Radio Button: INPUT TYPE=RADIO . Image Pixel: INPUT TYPE=IMAGE . Hidden Field: INPUT TYPE=HIDDEN . Submit Button: INPUT TYPE=SUBMIT . Reset Button: INPUT TYPE=RESET . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-2.0/ -- 11.8 Кб -- 19.12.1996
Похожие документы

9. Fortran 95
... 17.1 New features . ... Pure procedures . ... A function NULL to nullify a pointer . ... Complete version of END INTERFACE Pure functions are functions without side effects, and elemental functions are pure functions with only scalar arguments and with scalar result. ... Elemental functions are pure functions with only scalar dummy arguments (not pointers or procedures) and with scalar result (not pointer). That a function is elemental can be indicated with the new ELEMENTAL prefix. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/f95.html -- 15.4 Кб -- 20.08.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/f95.html -- 15.4 Кб -- 20.08.1996
Похожие документы

10. SAI CAS: Accessing SAI CAS from scripts
SAI VO . ... SAI CAS . ... Access . ... http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &columns= $columns . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &withdist= $withdist &NULLS= $nulls where . ... File to store the results . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/cas/access.php -- 16.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1807) - vo.astronet.ru/ )

11. 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 . ...
[