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

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 Observato