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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/manual/de/developer/hooks.html.

1. Hook Functions in the Apache HTTP Server 2.x - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... In general, a hook function is one that the Apache HTTP Server will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. For example, if the hook returns an int and takes a request_rec * and an int and is called do_something , then declare it like this: AP_DECLARE_HOOK(int, do_something, (request_rec *r, int n)) . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/developer/hooks.html -- 13.0 Кб -- 19.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>8230) - www.arcetri.astro.it/ )

2. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. For example, if the hook returns an int and takes a request_rec * and an int and is called do_something , then declare it like this: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/de/developer/hooks.html -- 11.9 Кб -- 25.02.2008
Похожие документы
Еще в разделе: (Показать все результаты (>3692) - www.sao.ru/ )

3. pyQC: overview
... Python 2.6.2 + most up-to-date modules (December 2009) . ... release of V1.1 for qclib and plot modules (March 2009) . ... a python routine that shows how easy it it to create log plots (base 10 or otherwise), and how python takes care of the scaling and the axis numbers automatically. ... a python routine that shows how easy it is to plot images, change their interpolation, add contours, add an overplot, and add a colour bar. ... a python routine that shows how easy it is to plot FITS images. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/python_demos.html -- 20.9 Кб -- 07.12.2009
Похожие документы

4. Event-driven Tasks and Graphical User Interfaces
... The only event-driven pieces of software were the user interface Hermes, the display server GIDS and the GDS server. ... Event-driven tasks are fundamentally different from procedural tasks. ... Using this event handling, a collection of routines has been built, which allows the programmer to construct a graphical user interface for a task. ... These are the events associated with user input keywords and one other event which is generated when a task is resumed after it was pausing. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/event-driven.html -- 8.8 Кб -- 17.01.2009
Похожие документы

5. Example calls.
... rgssources (rgssources-6.0.1) [xmmsas_20070708_1801-7.1.0] . Meta Index / Home Page / Examples. ... setenv SAS_CCF <the .cif file> setenv SAS_ODF <the ODF directory> rgssources srclist=PooooooooooiiteeeSRCLI_0000.FIT or setenv SAS_CCF <the .cif file> setenv SAS_ODF <the ODF directory> rgssources srclist=rrrrooooooooooiiteee00_sources.ds or setenv SAS_CCF <the .cif file> setenv SAS_ODF <the ODF directory> rgssources srclist=<non-standard name> instexpid=iiteee . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/rgssources/node27.html -- 4.6 Кб -- 09.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>10805) - xmm.vilspa.esa.es/ )

6. Stellarium: LogBook Class Reference
Stellarium 0.12.3 . ... Classes . ... Renderer . ... ClassљList . ... LogBook Class Reference . ... voidљ . enableLogBook (bool b) . ... virtual boolљ . ... Detect or show the configuration GUI elements for the module. ... virtual voidљ . ... getCallOrder ( StelModuleActionName actionName) const . ... virtual bool LogBook::configureGui . boolљ . ... virtual void LogBook::draw . ... The main StelStyle instance should be passed. virtual void LogBook::init . ... virtual void LogBook::update . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLogBook.html -- 27.9 Кб -- 28.02.2014
Похожие документы

7. Armagh Planetarium: Discover Primary Science | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... 2011 saw 472 Irish primary schools showcase excellence in science and maths. ... The Discover Primary Science and Maths programme recognises the achievements of primary school children and teachers in the application of science and maths.€а Schools registered on the Discover Primary Science and Maths programme can apply for an Award of Science and Maths Excellence after they have met certain criteria for science and maths related activities. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/irish-primary-schools-science-and-maths.html -- 44.3 Кб -- 09.04.2016
Похожие документы

8. Using UNIX System Calls and Library Functions
... To use system calls and library functions in a C program we simply call the appropriate C function (Appendix ). We have already met some system calls when dealing with low level I O - open(), creat(), read(), write() and close() are examples. ... All math functions such as sin(), cos(), sqrt() and random number generators - random(), seed(), lrand48(), drand48() etc. are standard math library functions. NOTE: most standard library functions will use system calls within them. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 02.10.2012
Похожие документы

9. Example of a simple shell script
These are the contents of a shell script called display : cat display # This script displays the date, time, username and # current directory. echo "Date and time is:" date echo echo "Your username is: `whoami` \\n" echo "Your current directory is: \\c" pwd . The first two lines beginning with a hash ( # ) are comments and are not interpreted by the shell. Use comments to document your shell script; you will be surprised how easy it is to forget what your own programs do! ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt1a.html -- 2.9 Кб -- 17.01.1997
Похожие документы

10. Report on Cosmic Call 1999
... Report on Cosmic Call 1999 . ... Cosmic Call Sessions . ... This Report outlines methodology, hard- and software, which were developed to transmit first public Interstellar messages from Evpatoria Deep Space Center (EDSC), and describes four Cosmic Call Sessions, which were fulfilled in EDSC on May 24 and June 30 - July 1, 1999. ... Each Cosmic Call consists of two parts. ... Dutil Message, . ... The software for gathering all messages and creating the Cosmic Call stream, was written on C language. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/report-1999.html -- 56.9 Кб -- 30.11.2002
Похожие документы

11. Doug Burke's Perl/S-Lang pages
... Freshmeat page . Perl >= 5.6.0 . ... Binding functions to Perl . ... S-Lang . ... Doug's Home Page . I have written a Perl module ( Inline::SLang ) that - using the framework provided by the Perl Inline module - allows you to define S-Lang functions and call them from your Perl code. ... When the Perl code is loaded, the Inline::SLang module evaluates the S-Lang code, determines what functions and data types have been added to the S-Lang interpreter, and then binds the functions to Perl . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/ -- 9.0 Кб -- 01.10.2012
Похожие документы

12. Полусапоги Call It Spring - Call It Spring - Call It Spring Платье Petit Bateau
... Цвет: разноцветный . Коллекция: Осень-зима 2015/2016 . ... Полусапоги Call It Spring. ... Платье Petit Bateau. ... Spare P10104 + 105 Rear Bumper Bracket Fitting for HG P402 P601 Remote Control Car - 2Pcs . ... Type: Bumper Bracket . ... Package Contents : 1 x Left Rear Bumper Bracket, 1 x Right Rear Bumper Bracket . ... Коллекция Liza выполнена из шелка-стрейч лазурного цвета. &nbsp; . ... Spare P10101 + 102 Front Bumper Bracket Fitting for HG P402 P601 Remote Control Car - 2Pcs . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku3488.html -- 18.7 Кб -- 14.02.2016
Похожие документы

13. OptInt PmWiki : Custom Markup
OptInt PmWiki . ... PmWiki . ... PmWiki FAQ . ... Custom Markup . ... PmWiki's markup translation engine is handled by a set of rules; each rule searches for a specific pattern in the markup text and replaces it with some replacement text. ... Rules are added to the translation engine via PmWiki's Markup() function, which looks like . ... For example, here's the code that creates the rule for ''emphasized text'' (in scripts/stdmarkup.php ): . Markup("em", "inline", "/''(.*?)''/", "<em>$1</em>"); . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/CustomMarkup -- 35.4 Кб -- 28.02.2014
Похожие документы

14. sfit help file
... While Sfit accepts input from "stdio", it is more natural to save/edit commands in a file (eg "solve_input.sfit") and run the code simply by entering > Sfit solve_input.sfit [linelist] . ... The model grid (3.4MB) produced by Example 1 and a selection of input spectra ( f008 f036 f068 f304 f354 ), together with SFIT output files are also given in this folder . ... The model grid (2.8MB) produced by Example 3 and an input spectrum together with SFIT output files are also given in this folder . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/sfit.html -- 10.2 Кб -- 03.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>2025) - star.arm.ac.uk/ )

15. HST Call for Proposals
HST Call for Proposals and HST Primer for Cycle 24 . ... Hubble Space Telescope Call for Proposals for Cycle 24 > Appendix A: Contact Information > A.2 Canadian Astronomy Data Centre . A.2 Canadian Astronomy Data Centre . ... The CADC provides assistance to HST users in Canada. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/hst/proposing/documents/cp/A_Contacts3.html -- 5.2 Кб -- 11.04.2016
Похожие документы

16. The layout of a program
Sometimes we require more than one line for a statement Print *, 'This is a long output line',& ' this is the second part',& ' and this is the third part!' Nowadays, in the free form, we continue a line with the symbol "&" (called ampersand), i.e. with the sign & at the end of the old line instead of an almost arbitrary character in column 6 of the new line. ... Exclamation mark in column 1 of course means a comment line also in the old fixed form. ... 3.1) What does the following line mean? ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c3.html -- 5.1 Кб -- 30.12.1996
Похожие документы

17. RJ11 Serial Connector Basics
... RS-232 Signals on an RJ11 Jack . ... 6-wire 6-position RJ11 (sometimes called RJ12) modular phone connectors are used for all RS-232 communications at Apache Point Observatory. ... hardware flow control transmit (optional) . ... There are two different names for the connectors we use: "6-wire 6-position RJ11" appears to be most common, but "RJ12" is, or was, also used. ... These are fine for most serial connections, but beware of special cases in which the outer pair (hardware flow control) is in...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/RJ11_Serial/RJ11_Serial_Basics.html -- 6.0 Кб -- 12.12.2008
Похожие документы

18. Call for Observing Proposals Using the Carriage House
... The Arecibo telescope upgrade is now nearing completion and we anticipate a resumption of tracking-mode observations for the carriage house, possibly as early as the second quarter of 1997. Therefore we are calling for the first round of observing proposals to use the 430- and 47-MHz carriage house instrumentation. ... 1) Obtain a cover sheet. This can be accomplished by either sending an empty e-mail to cover@naic.edu or by sending a request letter to the address given below. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/nl20-4.html -- 4.2 Кб -- 11.04.1997
Похожие документы

19. MAO NASU :: Topic: Call for Expressions of Interest to organise Symposia and
... MAO main . ... Call for Expressions of Interest to organise Symposia and Special Sessions at EWASS 2016 . ... Тема: Call for Expressions of Interest to organise Symposia and Special Sessions at EWASS 2016 . ... Symposium or a Special Session. ... Special Sessions . ... Organisers of EWASS sessions are benefitting from the logistical support of the . ... EWASS website. ... This applies to the organisers during the EAS selection process of symposia, special sessions, and special meetings. ... MAO NASU...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/forum/info/379-call-for-expressions-of-interest-to-organise-symposia-and-special-sessions-at-ewass-2016 -- 21.5 Кб -- 10.04.2016
Похожие документы

20. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы

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


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

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

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