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

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

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

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

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

3. Astronomy Workshop: Observing Variable Stars from the City ? February 15, 2015
... Observing . ... Home Education Workshops at Adorama Astronomy Workshop: Observing Variable Stars from the City ? February 15, 2015 . ... Beyond New York City . ... Observing Resources for Amateur Astronomers - Part 1: Beginning Observers . ... A History of the First Forty Years of the Amateur Astronomers Association . ... Presented by€а Adorama €аFor the Amateur Astronomers Association of New York . ... 2016 Amateur Astronomers Association of New York Designed by Press Customizr Powered by . ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/education/workshops-at-adorama/astronomy-workshop-observing-variable-stars-from-the-city-february-15-2015/ -- 102.0 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>622) - www.aaa.org/ )

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. Examples of changing environment variables: Bourne shell
To change to using another printer for the current login session: PRINTER=ps2 . ... To change to using another editor for the current login session and inform (export) this value to other programs which use it: EDITOR=vi export EDITOR . This changes the user's default editor to vi and exports this value to other programs - such as electronic mail - which make use of it. To change to using another pager for viewing files the user adds the following lines to their .profile file. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/environment/sh.html -- 2.6 Кб -- 17.01.1997
Похожие документы

6. Adding Variables to CONFIG.SYS
README for XFree86 on OS/2 : Adding Variables to CONFIG.SYS . ... ETC . Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as SET ETC=C:\TCPIP\ETC For Warp 4 and later, this may point to the \MPTN\ directory. ... Normally you will set this variable to the same value as the HOSTNAME variable and simply add a :0.0 after it, such as SET DISPLAY=myhost:0.0 Read the X11 man page on the exact meaning of these postfixes and other options. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/OS29.html -- 8.3 Кб -- 23.10.2000
Похожие документы

7. arxiv:0705.4195 VSOP: The Variable Star One-shot Project - Научная панорама
... В теме В разделе По форуму . ... Темы, интересные всем ? ... Научная панорама ? arxiv:0705.4195 VSOP: The Variable Star One-shot Project . предыдущая тема следующая тема . ... 0 Пользователей и 1 Гость просматривают эту тему. ... arxiv:0705.4195 VSOP: The Variable Star One-shot Project I. Описание проекта и первый релиз данных (VSOP: The Variable Star One-shot Project I. Project presentation and first data release) . ... VSOP - The Variable Star One-shot Project ( http://vsop.sc.eso.org/ ). ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.ru/forum/index.php/topic,27997.0.html -- 30.4 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>146) - www.astronomy.ru/ )

8. LWN: Driver porting: per-CPU variables
... Return to the Kernel page . ... This article is part of the LWN Porting Drivers to 2.6 series . The 2.6 kernel makes extensive use of per-CPU data - arrays containing one object for each processor on the system. Per-CPU variables are not suitable for every task, but, in situations where they can be used, they do offer a couple of advantages: . Per-CPU variables have fewer locking requirements since they are (normally) only accessed by a single processor. ... DEFINE_PER_CPU(type, name); . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>620) - jet.sao.ru/ )

9. mod_setenvif - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Allows the setting of environment variables based on characteristics of the request . ... setenvif_module . ... The mod_setenvif module allows you to set internal environment variables according to whether different aspects of the request match regular expressions you specify. ... Environment Variables in Apache . ... The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the User-Agent HTTP request header. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_setenvif.html -- 18.4 Кб -- 21.01.2013
Похожие документы

10. CSPICE Routines: GNPOOL_C
... Abstract Return names of kernel variables matching a specified template. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Template that names should match. start I Index of first matching name to retrieve. room I The largest number of values to return. lenout I Length of strings in output array kvars. n O Number of values returned for name. kvars O Kernel pool variables whose names match name. found O True if there is at least one match. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gnpool_c.html -- 10.2 Кб -- 17.12.2005
Похожие документы

11. lsst.tcc: tcc.axis.coordConvWithFP Namespace Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . ... coordConvWithFP . ... tcc.axis.coordConvWithFP Namespace Reference . ... Convert a coord from one coordinate system to another. ... from coordinate system; a coordConv.CoordSys if one matches, else an object containing getName() and getDate() (for gimage and gprobe coordinates the date is the guide probe number) . ... Definition at line 22 of file coordConvWithFP.py . list tcc.axis.coordConvWithFP.__all__ = ["coordConvWithFP"] . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1axis_1_1coord_conv_with_f_p.html -- 15.1 Кб -- 14.09.2015
Похожие документы

12. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы
Еще в разделе: (Показать все результаты (>1645) - www.naic.edu/ )

13. Stars Beyond Maturity
... Conditions are like those inside a white dwarf. ... It is not well understood what changes are caused inside the star, but the star certainly loses mass between leaving the main sequence and becoming a helium-burning horizontal branch star. When core helium burning ends, the low mass star rejoins the asymptotic giant branch, where the hydrogen and helium burning shells interact, causing a series of thermal pulses. ... Stars less than one third of a solar mass will not ignite helium at all. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/pus/astnow/astnow3.html -- 6.7 Кб -- 11.02.1999
Похожие документы

14. Journal "Peremennye Zvezdy"
. ISSN 2221 0474 . PZ PZP, vol. , num. , 20 yr . Announcement . About Peremennye Zvezdy . Instructions for authors . Main Journal . Supplement . Authors Statistics . Editorial board . Russian version . Login & authorization
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/ -- 6.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>39807) - www.astronet.ru/ )

15. XPA Access Control
XPA supports host-based access control for each XPA access point. You can enable/disable access control using the XPA_ACL environment variable. ... See XPA Access Points and Templates for more information about xpa templates. ... For example: xpaset -p xpa1 -acl "somehost -" will turn off all access control for somehost to the xpa1 access point, while: xpaset -p XPA:xpa1 -acl "beberly gs" will give beberly xpaget and xpaset access to the access point whose class is XPA and whose name is xpa1. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/acl.html -- 5.7 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/acl.html -- 5.7 Кб -- 01.10.2012
Похожие документы

16. General Catalogue of Variable Stars: Homepage.
... GCVS:Description . GCVS Query form . ... The combined table of GCVS Vols I-III and NL 67-80 with improved coordinates ( files ) Version: Sep., 2015 . ... GCVS Vol.V. Extragalactic Variable stars ( files ) . ... NL81 part 2 ( files ) . ... Variable Stars in Plaut's fields ( files ) . ... Samus N.N., Durlevich O.V., Goranskij V.P., Kazarovets E. V., Kireeva N.N., Pastukhova E.N., Zharova A.V., General Catalogue of Variable Stars (Samus+ 2007-2015), VizieR On-line Data Catalog: B/gcvs . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/ -- 9.5 Кб -- 10.04.2016
Похожие документы

17. Cepheid Variables
... CEPHEID VARIABLE STARS: A Cepheid variable or Cepheid is a member of a particular class of very luminous, massive variable stars with pulsation periods of 1-70 days. ... The relationship is calibrated using data collected from Cepheids whose distances are determined by other means. ... Browse through the 68 CCD fits images he sent you, using ds9 and locate the Cepheid variable. ... Image credits: ESA - "http://sci.esa.int/science-e-media/img/20/cepheid-variables.jpg" . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~jerjen/researchprojects/cepheids/cepheids.html -- 8.3 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>452) - www.mso.anu.edu.au/ )

18. Miscellaneous Options
... This command specifies the default delay to be used under these circumstances. ... This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. ... While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started. setvar variable [ default ] . This command adds an additional system variable. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/miscopt.html -- 6.5 Кб -- 21.12.2007
Похожие документы

19. Отдел Изучения Галактики и переменных звезд
. ћ . Международная конференция љ к 100-летию Б.В. Кукаркина . ћ Сотрудники отдела . ћ Семинар по Звездной астрономии . ћ Наша научная работа . ћ Общий Каталог Переменных Звезд . ћ Каталог рассеянных скоплений . ћ Наши учителя . ћ Избранные публикации . ћ Педагогическая и популяризаторская деятельность . ћ Наши интернет-ресурсы и другие полезные ресурсы . ћ Ссылки на каталоги и базы данных . ћ Фотогалерея . Присылайте Ваши вопросы и комментарии Ольге Дурлевич p >
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/GAL/ -- 19.1 Кб -- 19.01.2015
Похожие документы

20. Plot variables and their indices
... Some data selection widgets for plotting display more indices than needed for some of the plot variables in order to avoid recycling of the data selection widget if the variables change. ... They are organized by class, even though, strictly speaking, an plot class refers only to a specific selection of variables listed in a plot selection widget. ... Also note that the IDL variables in italic font denote a derivation from this variable, i.e. the data is not exactly identical to the variable...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node253.html -- 23.6 Кб -- 28.04.2015
Похожие документы

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


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

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

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