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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/hst/training/events/HowHSTWorks/SSD990225/tsld013.htm.

1. Pulsar Group PmWiki/Page Text Variables
... PmWiki . Summary: PmWiki group header. ... Page Variables | ... Defining page text variables . ... Page text variables are string variables created in the wiki text of a page, and can be automatically made available for inclusion in other pages. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "{$:Name}") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.PageTextVariables -- 25.8 Кб -- 01.03.2014
Похожие документы

2. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page 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 . ... This creates a new variable that can be accessed by {$:Name} (becomes: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

3. Other Software and Utilities
Software . This section describes miscellaneous software, such as a spreadsheet program (20/20), a calculator (CALC), and a program for printing sky plots (FINDER). 20/20 is a spreadsheet program available on KEPLER and DEVVAX. ... To start 20/20, you would type the following command: . ... Most users will want to specify either VT100 or VT220, although there are more then 50 valid terminal types recognized by the program, including Tektronix and Wyse terminals. ... Basic Commands: . ... CALC . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_49.html -- 7.3 Кб -- 01.11.1995
Похожие документы

4. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

5. Custom Error Responses - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Although the Apache HTTP Server provides generic error responses in the event of 4xx or 5xx HTTP status codes, these responses are rather stark, uninformative, and can be intimidating to site users. ... Additionally, a set of values are provided, so that the error document can be customized further based on the values of these variables, using Server Side Includes . ... Customizing Error Responses . ... ErrorDocument 500 http://error.example.com/server_error.html...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/custom-error.html -- 14.4 Кб -- 19.11.2015
Похожие документы

6. Cray
Fortran 90 properties already in CF77 . ... Only the old form (fix form) of the source code is available. ... LOGICAL Default KIND number = 8 INTEGER Default int7 int15 KIND number = 6 1 2 digits = 46 7 15 radix = 2 2 2 range = 13 2 4 huge = 70368744177663 127 32767 bit_size = 46 8 16 INTEGER int31 int46 int64 KIND number = 4 6 8 digits = 31 46 63 radix = 2 2 2 range = 9 13 18 huge = 2147483647 70368744177663 9223372036854775807 bit_size = 32 46 46 REAL half Default,single double KIND ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/cray.html -- 11.0 Кб -- 24.10.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/cray.html -- 11.0 Кб -- 24.10.1996
Похожие документы

7. lsst.coordConv: include/coordConv/coordSys.h File Reference
lsst.coordConv љ unknown . ... Classes . Files . ... All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Pages . include . ... coordSys.h File Reference . ... include " coordConv/site.h " . include " coordConv/time.h " . ... Go to the source code of this file. class љ . coordConv::CoordSys . ... coordConv::makeCoordSys (std::string const &name, double date) . ... coordConv::operator<< (std::ostream &out, CoordSys const &coordSys) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/coord_sys_8h.html -- 14.5 Кб -- 07.05.2015
Похожие документы

8. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

9. Apache module mod_setenvif
This module provides the ability to set environment variables based upon attributes of the request. ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... BrowserMatch . ... Syntax: BrowserMatch regex env-variable [= value ] [ env-variable [= value ]] .. ... Module: mod_setenvif . ... The BrowserMatch directive defines environment variables based on the User-Agent HTTP request header field. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_setenvif.html -- 13.8 Кб -- 05.11.2004
Похожие документы

10. General Catalogue of Variable Stars: Description
... DESCRIPTION General Catalog of Variable Stars (GCVS database) . ... Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1990, General Catalogue of Variable Stars, 4rd ed., vol.IV, Nauka, Moscow. Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1992, General Catalogue of Variable Stars, 4rd ed., vol.IV, Bull. ... Kazarovets E.V., Durlevich O.V. Editor-in-Chief Samus N.N., 1998, New Catalogue of Suspected Variable Stars. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/intro.htm -- 11.3 Кб -- 10.04.2016
Похожие документы

11. http://xmm.vilspa.esa.es/sas/6.0.0/doc/efftplot/ChangeLog
ChangeLog for efftplot =============================== Version 2.8 - 2002-07-25 (NW) ------------------------------- Updated the DEPEND file. ... Version 2.5.1 - 08-02-01 ----------------------- The environment variables for `pgplot' were different to those at the `static build' and hence the test was not passed, as the output files were different to the comparison files. The environment variables for `pgplot' are now changed, so the output files of the `static build' should pass the test. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/efftplot/ChangeLog -- 4.8 Кб -- 25.07.2002
Похожие документы
Еще в разделе: (Показать все результаты (>11076) - xmm.vilspa.esa.es/ )

12. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>599) - www.mso.anu.edu.au/ )

13. Simulation of HST PSFs using Tiny Tim
... Tiny Tim has been used for generating Hubble Space Telescope ( HST ) point-spread functions (PSFs) for deconvolution, algorithm testing, proposal planning, and optical studies. ... Tiny Tim is a stand-alone program for simulating HST PSFs as viewed with the on-board imaging cameras (WF/PC-1, WFPC2, FOC, COSTAR/FOC). ... The measured aberrations for FOC f/96, WF/PC-1 PC6, WFPC2, and COSTAR/FOC are used by Tiny Tim . ... Figure: FOC f/96 observed and Tiny Tim model PSFs (pre-COSTAR) at 253 nm. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kristj.html -- 10.1 Кб -- 03.11.2000
Похожие документы

14. datataking_software
... 07jun12:compiling the C code Wapp: . ... If you make changes in a wapp routine alfa_mon,alfa_motor you need to copy the Sources/ directories to wappserv . ... added /home/cima/Wapp/Software/Svnwork/Software to this . ... home/cima/svn/Wapp - working area of Wapp/Software/Svnwork /Sources . ... scp megs2:/share/megs/phil/svn/wapp/Software/progs/Wapp/alfa_mon to /home/cima/Wapp/Software/Svnwork/Progs/Wapp/alfa_mon . ... Then need to scp to wappserv:/home/cima/Wapp/Software/Dual/Progs/Wapp/alfa_mon . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/cima/cima.html -- 21.2 Кб -- 09.06.2015
Похожие документы

15. ASP Conference Series, Vols. 309-327
Electronic access is now available for all ASP Conference Series Volumes. View the current list available on this page or browse the e-Book Access site . ... Vol 1-218 . ... Vol 219+ . ... Purchase the printed volume, which includes free electronic access. ... Vol. ... eds. F. Prada, D. Martinez-Delgado and T. J. Mahoney . ... Print ISBN: 1-58381-190-7 . e-Book ISBN: 978-1-58381-261-7 . ... Print ISBN: 1-58381-187-7 . e-Book ISBN: 978-1-58381-260-0 . ... Print ISBN: 1-58381-186-9 . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/cs/309.html -- 23.6 Кб -- 02.10.2012
Похожие документы

16. Special shell variables
There are some variables which are set internally by the shell and which are available to the user: Name Description . ... 0 the name of the command currently being executed. $# the number of positional arguments given to this invocation of the shell. $? the exit status of the last command executed is given as a decimal string. ... For example '1 2' 3 becomes "1 2 3" . is identical to the arguments received by the shell, the resulting list of words completely match what was given to the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.2.html -- 3.2 Кб -- 17.01.1997
Похожие документы

17. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.0/README
XmCCD ----- The programs provided here offer a Linux graphical user interface to astronomical and scientific CCD cameras. ... SBIG has provided the library used here. It is essentially the same library used by commercial software for control of their cameras under Windows. ... This distribution includes source code to utilize the Santa Barbara Instrument Group (SBIG) shared library libsbigudrv.so with a Motif-based graphical user interface program to control SBIG astronomical CCD cameras. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.0/README -- 5.2 Кб -- 23.07.2012
Похожие документы

18. Reference Clock Options
The NTP Version 3 daemon currently supports several different radio, satellite and modem reference clocks plus a special pseudo-clock used for backup or when no other clock source is available. Detailed descriptions of individual device drivers and options can be found in the Reference Clock Drivers page. Additional information can be found in the pages referenced there, including the Debugging Hints for Reference Clock Drivers and How To Write a Reference Clock Driver pages. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/clockopt.html -- 7.6 Кб -- 21.12.2007
Похожие документы

19. Software Store - Programmers Notes
Digital Unix Fortran Compiler + OSF/1: . All codes run satisfactorily on Digital/Compaq Alpha processors. ... All codes compile. ... All f77 codes compile. ... In f77 the INC|LUDE statement enabled the creation of common code that could be shared between subprogram units. ... My convention is to place INCLUDE files containing global COMMON variables in a defined folder in the software folder structure currently ./include (to be replaced by ./inc when I have debugged all the references). ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_notes_f.html -- 4.0 Кб -- 08.07.2002
Похожие документы

20. OT V.1.4.1 installation instructions
Change directory to where you want to install the OT system. ... You may want to set the variable OT_CACHE_PATH to something more specific than the default, like $HOME/eso/ot-cache . ... See below for the Installation Instruction. ... Make sure the OT environment variable is correctly set. ... If a full Allegro Common Lisp system is installed on your host, and the LISP environment variable is correctly set, retrieve the corresponding Short Term Scheduler V.1.4.1 binary distribution kit for: . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/team/INSTALL-1.4.1.html -- 8.7 Кб -- 13.04.2005
Похожие документы

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


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

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

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