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

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

Показаны документы, содержащие фрагменты текста из документа
http://xray.sai.msu.ru/~ustiansk/web/about.html.

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

2. List Header
... The LH or list header element is used to provide a title for a list. ... An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. ... This is one of the ISO standard language abbreviations, e.g. "en.uk" for the variation of English spoken in the United Kingdom. ... The language attribute is composed from the two letter language code from ISO 639, optionally followed by a period and a two letter country code from ISO 3166. CLASS . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/listheader.html -- 2.7 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>707) - comet.sai.msu.ru/ )

3. HTML Tag Reference
Contents] [Previous] [Next] [Alphabetical Tag List] [Index] . ... The file lists.htm shows this example in action in a separate window. The DL tag encloses a definition list. ... The following example defines six HTML terms. ... DD>This tag displays a definition list in the HTML document. ... The DT tag specifies a term in a definition list. ... The default numbering style is determined by the browser, but you can use the tag's TYPE attributes to change the numbering sequence and numbering style. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags5.htm -- 20.5 Кб -- 28.01.1998
Похожие документы

4. Lists in HTML documents
... Definition lists : the DL , DT , and DD elements . ... Definitions. ... An ordered list, created using the OL element, should contain information where order should be emphasized, as in a recipe: . ... Definition lists, created using the DL element, generally consist of a series of term/definition pairs (although definition lists may have other applications). ... For example, using CSS, one may specify that the style of numbers for list elements in a numbered list should be lowercase roman numerals....
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/struct/lists.html -- 26.9 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/struct/lists.html -- 26.9 Кб -- 24.04.1998
Похожие документы

5. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/submit.htm
... A submit button on an HTML form. ... Client-side object . ... JavaScript 1.1: added type property; added onBlur and onFocus event handlers; added blur and focus methods . JavaScript 1.2: added handleEvent method The HTML INPUT tag, with "submit" as the value of the TYPE attribute. ... form . ... INPUT NAME="button1" TYPE="button" VALUE="Show Form Name" . ... For all Submit objects, the value of the type property is "submit" . ... INPUT TYPE="button" NAME="helpButton" VALUE="Help"> Submit.name . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/submit.htm -- 22.4 Кб -- 07.10.1999
Похожие документы

6. casacore: casa::Link< t > Class Template Reference
... Class List . ... include <iostream> #include < casa/Containers/Link.h > main() { Link<int> *hed = new Link<int>(23); hed = new Link<int>(12,0,hed); hed = new Link<int>(19,0,hed); hed = new Link<int>(10,0,hed); while (hed) { Link<int> *cur = hed; hed = hed->unlink(); cout << cur->val() << " " ; delete cur; } cout << endl; } . ... As each new link is being created, the new element goes at the beginning of the list because the previous head of the list, hed , is being passed in as the next list element...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Link.html -- 28.7 Кб -- 14.02.2011
Похожие документы

7. http://www.eso.org/sci/observing/phase3/release-description-tmpl.doc
ESO Phase 3 Data Release Description Please start from this template when preparing the documentation for your ESO Phase 3 data release. ... Finally, the release description will be published as submitted - without further editing by ESO - to support the user community in utilizing the data. ... Please indicate if this is a catalogue data release. ... Data Reduction and Calibration Please address the following questions for scientific catalogue data, particularly in case of source catalogues: . ...
[ Текст ]  Ссылки http://www.eso.org/sci/observing/phase3/release-description-tmpl.doc -- 62.0 Кб -- 24.05.2012
Похожие документы

8. Appendix: Recipe File XML Format GPI Data Pipeline 1.0 documentation
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline User?s Guide . ... Appendix: Recipe File XML Format . ... We describe here the XML file format adopted for this. This file format is based on and extremely similar to, but not exactly identical with, the format of Keck OSIRIS data reduction files (?DRFs?) ... In general, an XML document is a simple ASCII file composed of markup tags. ... To add a comment to an xml file surround the text in a <!? and a ?> such as in this example:: . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/usage/recipe_xml.html -- 14.1 Кб -- 14.02.2014
Похожие документы

9. coordConv
... CoordConv is written in C++ and Python, using SWIG as the C++ wrapper. ... In Python the following will convert an FK5 J2000 position to apparent topocentric coordinates at a specified TAI date: import coordConv taiDate = 4916391905 # TAI date in MJD, seconds site = coordConv . Site (-105.822616, 32.780988, 2788) # Apache Point Observatory 3.5m telescope # For better accuracy you may also specify UT1- TAI and pole wander in site ; # these may be obtained from IERS Bulletin B fk5Sys = ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/ -- 5.1 Кб -- 14.01.2015
Похожие документы

10. DataFax Wizard
... Search system . ... Forget-Me-Not" information and searching system is developed to store and to work with unstructured fascimile electronic copies of paper documents (e.g., books, newspapers, incoming and outcoming business documents, etc.) as well as text documents in Windows 95/98/NT environment. ... Incoming text documents are converted by means of the Box Manager, which is a part of the "Forget-Me-Not" information system, into a dynamic archive - a storage of the text information images. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/InformChaosLab/products/products1.html -- 11.5 Кб -- 27.08.2007
Похожие документы

11. Web-Site Content and Internet Access
Next: Measuring Internet Access Up: Widening Access Previous: First Observation of a Contents . ... The Observatory web-site also increasingly makes available the results of astronomical observations carried out at Armagh, for example images of meteorological or space-weather events such as aurorae (see http://star.arm.ac.uk/images/aurora-2003-Oct/), and transient astronomical events such as occultations, eclipses and transits. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep2004/node66.html -- 4.1 Кб -- 19.04.2005
Похожие документы

12. OptInt PmWiki : Page Text Variables
... Page Text 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 . ... To explicitly reference the page text variable from the page being displayed add an asterisk to the page text variable's markup: {*$:Address} on the GroupFooter or GroupHeader page. ... City}...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables -- 41.1 Кб -- 28.02.2014
Похожие документы

13. The PROS Big Picture: A High-Level Representation of a Software System
... Next: An IRAF-Independent Interface Up: Software Systems Previous: A New PROS . ... We present a high-level representation of the packages and tasks within IRAF/PROS. ... We have produced a high-level overview of PROS. ... The incremental stages were the short-term goals: a project overview diagram (i.e., an organizational diagram of software modules); high-level diagram (i.e., a bubble diagram of each module in the system); and unifying element tables (i.e., tables of task vs. software attributes)....
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/depontej.html -- 10.7 Кб -- 03.11.2000
Похожие документы

14. Parameters
... Default . ... The descriptions below focus on the meaning of each filename parameter, leaving the exact details of the inferred default value to be explained in the algorithm section. evlist . ... file . The response matrix file (OGIP-compliant format). ... If a spectrum file is not provided ( withspectrum =no) this parameter specifies the INDEX number of a source in the source description list (parameter srclist ), and thereby the incidence angle and selection regions for the response matrix. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/rgsrmfgen/node4.html -- 14.7 Кб -- 18.03.2004
Похожие документы

15. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>692) - www.mso.anu.edu.au/ )

16. API Help (ImageJ API)
... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. The Overview page is the front page of this API document and provides a list of all packages with a summary for each. ... Each package has a page that contains a list of its classes and interfaces, with a summary for each. ... Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions: . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/help-doc.html -- 10.5 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>999) - www.astro.louisville.edu/ )

17. http://hea-www.harvard.edu/~jcm/asc/docs/ps/SDS10.ps
... 2 Columns At the present time, the REGION table is defined for a two­dimensional space. ... FITS REGION Binary Table Design 6 ffl circle: first element of X, Y, R vectors specifies center and radius. ffl ellipse: first X, Y (center), ROTANG (counter­clockwise rotation of major axis with repect to X axis), first two R (semi axes). ffl annulus: first X, Y (center), first two R (inner and outer radius). ffl elliptannulus: (area between two concentric ellipses: ...
[ Текст ]  Ссылки http://hea-www.harvard.edu/~jcm/asc/docs/ps/SDS10.ps -- 66.4 Кб -- 10.03.1998
Похожие документы
Еще в разделе: (Показать все результаты (>4030) - hea-www.harvard.edu/ )

18. URL
... Several HTML elements, most notably the A element , may contain an attribute which takes a URL as value. URLs, Uniform Resource Locators, are addresses of Web documents. More generally, URLs can be used on the Web to refer to "objects" on the Web or in other information systems. ... http . a Web document (to be accessed using Hypertext Transfer Protocol, HTTP ) . ... file . ... In particular, the specifications say that within a URL only a limited set of characters can be used as such : . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
Похожие документы

19. Further Information and Bibliography
The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. ... Information on the NTP architecture, protocol and algorithms can be found in the following articles and reports, which are available online . Mills, D.L. Internet time synchronization: the Network Time Protocol. ... Mills, D.L. Network Time Protocol (Version 3) specification, implementation and analysis. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/biblio.html -- 10.0 Кб -- 21.12.2007
Похожие документы

20. VLBI at Arecibo Observatory
... Proposing for VLBI Time at Arecibo . ... Documentation (Field System, VLBA4 terminal, Mark 5 system) . ... In 2001, the Arecibo Observatory received its hybrid VLBA-MARK IV (VLBA4) data acquisition system, and currently NAIC commits Arecibo to support VLBI observing up to a maximum of 4% of the 305-m's observing time. ... Tracking Time (h:mm) . ... The inclusion of the 305-m Arecibo radio telescope can dramatically boost the sensitivity of VLBI observations, even with its limited source tracking...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/aovlbi/ -- 13.0 Кб -- 27.02.2014
Похожие документы

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


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

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

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