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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.html.

1. Pulsar Group PmWiki/Other Variables
... PmWiki . Summary: PmWiki group header. ... Link Variables | ... To have the page variable $MyVar produce the contents of the internal variable $myvar , many folks try the following which does not work: . ... FmtPV['$MyVar'] = $myvar; # WARNING: Doesn't work! There are several correct ways to do this, depending on whether you need the value of the $myvar variable as it was at the time the $FmtPV entry was created, or at the time that a particular instance of $MyVar is being rendered on a page. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.OtherVariables -- 19.5 Кб -- 01.03.2014
Похожие документы

2. OptInt PmWiki : PmWiki / Path Variables
OptInt PmWiki : Pm Wiki / Path Variables . ... Variables | ... When dealing with file or path variables, one has to recognize the difference between working with URLs and files on disk. ... The $ScriptUrl and $PubDirUrl variables are used to tell a browser , connecting via the webserver, how to execute the pmwiki script ( $ScriptUrl ) and the base url for getting files from PmWiki's pub/ directory ( $PubDirUrl ). ... is an associative array which PmWiki uses to find any local css configuration files. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PathVariables?action=print -- 22.8 Кб -- 01.03.2014
Похожие документы

3. Environment Variables in Apache
The Apache HTTP Server provides a mechanism for storing information in named variables that are called environment variables . ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ... As discussed above, the environment passed to CGI scripts includes standard meta-information about the request in addition to any variables set within the Apache configuration. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/env.html -- 15.1 Кб -- 01.08.2003
Похожие документы

4. CSPICE Routines: GDPOOL_C
... Abstract Return the d.p. value of a kernel variable from the kernel pool. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Name of the variable whose value is to be returned. start I Which component to start retrieving for name room I The largest number of values to return. n O Number of values returned for name. values O Values associated with name. found O True if variable is in pool. ... Included the data for a test kernel. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gdpool_c.html -- 8.7 Кб -- 17.12.2005
Похожие документы

5. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы

6. JavaScript Guide
... JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Document Conventions This chapter introduces JavaScript, discusses some of the fundamental concepts of JavaScript in Navigator and provides basic examples. ... JavaScript and Java . ... These objects are in addition to objects defined for server-side JavaScript and Navigator objects introduced in Chapter 3, "Using Navigator Objects." ... Object Manipulation Statements and Operators . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/contents.htm -- 19.7 Кб -- 12.12.1997
Похожие документы

7. TUI:Scripts:Scripting Tutorial:Get Info
It is easy to incorporate information from an instrument or the telescope into your scripts. ... mess with the getKeyVar statements because getKeyVar returns None in debug mode, making the commands run, which is perfect. import TUI .TCC.TCCModel import TUI .Inst. DIS .DISModel from TUI .Inst. DIS .StatusConfigInputWdg import StatusConfigInputWdg InstName = DIS class ScriptClass(object): Simple script to configure DIS . def __init__(self, sr): Display ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/GetInfo.html -- 6.4 Кб -- 05.09.2014
Похожие документы

8. Description
... Describes the pn filter transmission vs energy. The CCF contains one extension of transmission values per filter, and one extension containing the common energy bins. The filter extensions include a region expression to cover cases where there are known spatial variations. ... Thin1 filter transmission values. ... The description of the region in which the transmission values are valid. ... Variable length vector containing the transmission values corresponding to each energy bin datum. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node719.html -- 7.4 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>12998) - xmm.vilspa.esa.es/ )

9. Stellarium: StelRendererStatistics Class Reference
... ClassљIndex . ... StelRendererStatistics Class Reference . Stores and provides access to statistics about a StelRenderer backend. ... getNext (const char *&name, double &value) . Get next statistic name and value. ... Access statistic with specified index to modify it. ... while (statistics.getNext(name, value)) . ... Name of the statistic will be stored here (only a pointer to it). value . ... A clean way to do this is to use an enum with name corresponding to the name of the statistic. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelRendererStatistics.html -- 17.4 Кб -- 28.02.2014
Похожие документы

10. errno
Next: Process Control and Management Up: File and Directory Manipulation Previous: File Manipulation Routines . ... extern int errno; . It can be manually reset within a C program other wise it simply retains its last value. int chmod(char *path, int mode) change the mode of access of a file. specified by path to the given mode . ... Leftmost bit = read access (on/off) middle is write, right is executable. ... int stat(char *path, struct stat *buf), int fstat(int fd, struct stat *buf) . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_3.html -- 5.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_3.html -- 5.1 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_3.html -- 5.1 Кб -- 02.10.2012
Похожие документы