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

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

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

1. On SGML and HTML
previous next contents elements attributes index . ... Each element type declaration generally describes three parts: a start tag, content, and an end tag. ... Some HTML element types allow authors to omit end tags (e.g., the P and LI element types). ... The HTML DTD indicates for each element type whether the start tag and end tag are required. Some HTML element types have no content. ... A few HTML element types use an additional SGML feature to exclude elements from their content model. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/intro/sgmltut.html -- 34.1 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/intro/sgmltut.html -- 34.1 Кб -- 24.04.1998
Похожие документы

2. Fill-Out Forms
Permitted Context: SELECT . ... The OPTION element can only occur within a SELECT element. ... When the form is submitted, the NAME of the enclosing SELECT element is paired with the OPTION's VALUE attribute to contribute a name/value pair for the selection. ... CLASS . ... The string to be used together with the name attribute of the enclosing select element, when submitting the form. ... SELECTED . ... This attribute is used within menus to define shaped hotzones associated with this option's value. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/options.html -- 5.6 Кб -- 19.12.1996
Похожие документы

3. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm
... A file upload element on an HTML form. ... JavaScript 1.1: added type property . ... The HTML INPUT tag, with "file" as the value of the TYPE attribute. For a given form, the JavaScript runtime engine creates appropriate FileUpload objects and puts these objects in the elements array of the corresponding Form object. ... form . ... For all FileUpload objects, the value of the type property is "file" . ... Use the value property to obtain the file name that the user typed into a FileUpload object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm -- 19.0 Кб -- 07.10.1999
Похожие документы

4. casacore: casa::Slice Class Reference
... Classes . ... casa . casa::Slice . ... define a (start,length,increment) along an axis More... #include < Slice.h > . ... Slice (size_t Start, size_t Length=1, size_t Inc=1) . Create a Slice with a given start, length, and increment. ... Create a Slice with a given start, end or length, and increment. ... A "slice" (aka Section) is a a regular sub-Array (and ultimately sub-Image) that is defined by defining a (start,length,increment) for each axis in the array. ... size_t casa::Slice::length . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Slice.html -- 29.5 Кб -- 14.02.2011
Похожие документы

5. HTML Tag Reference
... This section discusses the tags for defining scripts in a document. Scripts allow you to include JavaScript code in your HTML documents. ... The SCRIPT tag specifies client-side JavaScript code, which means JavaScript code that runs directly in the browser. ... For example, the browser interprets text within angle brackets as a script element, not as an HTML element. ... You can also use SCRIPT tags in the body of your document to define JavaScript code to be executed in that part of the document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags13.htm -- 10.7 Кб -- 26.03.1998
Похожие документы

6. Tabular Reference Data
... HST Phase II Proposal Instructions for Cycle 20 > Chapter 13: Wide Field Camera 3(WFC3) > 13.4 Tabular Reference Data . ... 13.4.1 Spectral Elements for WFC3/UVIS . The UVIS channel has 12 filter wheels with four spectral elements each. Only one spectral element may be specified for an exposure. ... Wavelength (е) . ... Clear; grism reference . ... UV Wide . ... CaII continuum . ... The IR channel has a single filter wheel with 17 spectral elements. ... Wide JH gap; red grism reference . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/p2pi/HTMLjavahelpCy20/ch15_wfc35.html -- 279.7 Кб -- 31.05.2012
Похожие документы

7. Description
... Meta Index / Home Page Table and array processing in selectlib is controlled via user-specified boolean and arithmetic expressions. These take the form of single character strings which are composed of a variety of elements including numerical and logical constants, operators, functions, and attributes. ... table filtering . ... can contain names of other columns see below . ... Arithmetic operators and functions . ... Character string constants, operators and functions . ... Table column names . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/selectlib/node2.html -- 7.3 Кб -- 01.07.2008
Похожие документы

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

9. OptInt PmWiki : PmWiki / Forms
OptInt PmWiki : Pm Wiki / Forms . ... Forms processing can be found in the Cookbook (see below). ... input text name value size= n :) (:input hidden name value :) (:input password name value :) (:input radio name value :) (:input checkbox name value :) (:input select name value label :) (:input default default-name default-value :) (:input submit name value :) (:input textarea name [=value=] rows= n cols= n :) (:input reset name label :) (:input file name label :) (:input image name "src" alt :) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Forms?action=print -- 16.6 Кб -- 01.03.2014
Похожие документы

10. Stellarium: MultiLevelJsonBase Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... Protected Member Functions | ... Protected Attributes . MultiLevelJsonBase Class Reference abstract . ... More... #include < MultiLevelJsonBase.hpp > . ... voidљ . initFromUrl (const QString &url) . ... boolљ . ... Definition at line 34 of file MultiLevelJsonBase.hpp . ... Load the element information from a JSON file. virtual void MultiLevelJsonBase::loadFromQVariantMap . ... Definition at line 107 of file MultiLevelJsonBase.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classMultiLevelJsonBase.html -- 40.1 Кб -- 28.02.2014
Похожие документы