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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/CustomWikiStyles.

1. OptInt PmWiki : Wiki Style Examples
OptInt PmWiki . Pm Wiki / . ... Wiki Style Examples . Wiki styles | ... PmWiki uses WikiStyles for styling text with color and other attributes. PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... In addition, an author can define a style "shortcut" by using the define= property. For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiStyleExamples -- 32.2 Кб -- 28.02.2014
Похожие документы

2. Relevant Standards - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Miscellaneous Documentation . ... This page documents all the relevant standards that the Apache HTTP Server follows, along with brief descriptions. ... http://www.rfc-editor.org/errata.php - RFC Errata . ... This document summarizes the history of HTML development, and defines the "text/html" MIME type by pointing to the relevant W3C recommendations. ... HTML documents are SGML documents. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/misc/relevant_standards.html -- 12.9 Кб -- 19.11.2015
Похожие документы

3. list of DFS Department documentation templates
... ESO copyright, division, department . ... Any document produced by the DFS Department has to apply the official ESO document template: MSWORD format (ZIP compressed) , Latex format as compressed tar file (courtesy of Ralf and Pascal), or StarOffice format . ... Template for Test Plan and Test Report : as HTML page (for complete testing - to be edited with DreamWeaver, as Twiki page (for basic testing) Any HTML page produced by the DFS Department has to apply the official DFS web page template . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/team/templates-list.html -- 10.2 Кб -- 19.04.2005
Похожие документы

4. Conformance: requirements and recommendations
... SGML . The text/html content type . In this section, we begin the specification of HTML 4.0, starting with the contract between authors, documents, users, and user agents. ... These recommendations are not normative and conformance with this specification does not depend on their realization. ... An HTML document is an SGML document that meets the constraints of this specification. ... A user is a person who interacts with a user agent to view, hear, or otherwise use a rendered HTML document. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/conform.html -- 12.1 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/conform.html -- 12.1 Кб -- 24.04.1998
Похожие документы

5. HTML Tag Reference
... HTML . HEAD . ... BODY . The HTML tag identifies a document as an HTML document. ... The HEAD tag defines an HTML document header. ... The web browser displays none of the information in the header, except for text contained by the TITLE tag. ... The HEAD tag can contain TITLE, BASE, ISINDEX, META, SCRIPT, STYLE, and LINK tags. ... The BODY tag specifies the main content of a document. ... TEXT=" color " . ... VLINK="color" specifies the text color of visited (followed) links in a document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags2.htm -- 10.4 Кб -- 26.03.1998
Похожие документы

6. 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
Похожие документы
Еще в разделе: (Показать все результаты (>390) - www.mso.anu.edu.au/ )

7. Task: LRP Report Page
The LRP Reports task encompasses all of the various information the LRPG uses to analyze the LRP and individual plan windows. The goals of this task are: . ... Documentation is complete pending comments and contained in the file /home/lrp/www/mupid/funct_req_lrp_report_tools.fm and can be viewed at as a PDF file . ... One tool has been coded. ... Date Completed . ... Alison Ian . Coding Completed. ... Requirements Complete. ... lrp-plots (necessary features for LRP work) . ... Coding Complete. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/lrpg/documentation/unix_migration/mupid/task-lrpreports.html -- 6.1 Кб -- 23.06.2005
Похожие документы

8. Pulsar Group PmWiki/Custom Wiki Styles
... PmWiki . Summary: PmWiki group header. ... Summary: Predefined PmWiki styles & adding custom wiki styles:) (:Audience: administrators (intermediate) :) This page describes the predefined Wiki Styles and how a Wiki Administrator can define additional Wiki Styles as a local customization for all pages (in local/config.php) or specific groups (in local/$Group.php). All predefined Wiki Styles are setup in the global array $WikiStyle . ... red . ... WikiStyle['decimal']['apply'] = 'list'; . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.CustomWikiStyles -- 19.9 Кб -- 01.03.2014
Похожие документы

9. Understanding HTML and SGML
HTML is an application conforming to International Standard ISO 8879 -- Standard Generalized Markup Language (SGML). ... Every SGML document has three parts: . SGML declaration . ... For example, the SGML declaration in the HTML DTD specifies that the string that opens an end tag is </ and the maximum length of a name is 72 characters. ... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/HTMLandSGML.html -- 9.5 Кб -- 19.12.1996
Похожие документы

10. Comments
... The scheme for defining the background extraction region defined here is preliminary. ... The true PSF of the mirrors is approximately elliptical towards the edges of the field-of-view, therefore the best extraction region may be an ellipse rather than a circle, or better still a ``banana''. ... It would therefore generally be larger for brigher sources. ... For very crowded sources the best extraction region may not be circular (or ellptical), it may be a segment. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/region/node9.html -- 5.1 Кб -- 10.01.2003
Похожие документы
Еще в разделе: (Показать все результаты (>13759) - xmm.vilspa.esa.es/ )

11. The GIMP Documentation Project
This is the main page for the GIMP Documentation Project. ... User's Guide . ... Style Guide for Plug-Ins . ... In the 0.54 release there were a limited set of of plug-ins in the core package so a short description of some of the contributed plug-ins will be provided. In 0.60 a large number of the contributed plug-ins have been rolled into the base package. ... The Style Guide for Plug-Ins will provide a set of guidelines that plug-in authors can use when creating their plug-in user interfaces. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/gimp/mjhammel/gdp/gdp.html -- 7.8 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (