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

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

Показаны документы, содержащие фрагменты текста из документа
http://rtm-cs.sinp.msu.ru/manual/qt/progress-progress-cpp.html.

1. Pulsar Group PmWiki/Wiki Style Examples
... PmWiki . Summary: PmWiki group header. ... Summary: Styling text for colour and other attributes:) See also Wiki Styles Plus and Wiki style colors . ... PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... This text is %color=red% red, %color=blue% blue, %% and normal (black). ... 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. ... Group . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.WikiStyleExamples -- 22.1 Кб -- 12.04.2016
Похожие документы

2. OptInt PmWiki : 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?action=print -- 19.5 Кб -- 01.03.2014
Похожие документы

3. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

4. Code Examples
... Below are the code examples that are used in the above text which are not included in complete form elsewhere. ... #include gtk/gtksignal.h #include gtk/gtktable.h #include gtk/gtktogglebutton.h #include tictactoe .h enum { TICTACTOE _SIGNAL, LAST_SIGNAL }; static void tictactoe _class_init (TictactoeClass *klass); static void tictactoe _init ( Tictactoe * ttt ); static void tictactoe _toggle ( GtkWidget *widget, Tictactoe * ttt ); static gint ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/app-codeexamples.html -- 10.2 Кб -- 19.07.2002
Похожие документы

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

6. lsst.tcc: include/tcc/telMod.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . ... telMod.h . ... 6 љ #include <string> . ... 24 љ explicit TelMod (std::string const &filePath) { . ... 86 љ void loadPath (std::string const &filePath); . ... 112 љ std::vector<std::string> getTermNames () const ; . ... 145 љ std::ostream & operator<< (std::ostream &os, TelMod const &telMod); . ... double getTerm(std::string const &termName) const . ... std::vector< std::string > getTermNames() const . ... TelMod(std::string const &filePath) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tel_mod_8h_source.html -- 30.6 Кб -- 14.09.2015
Похожие документы

7. Using mod_rewrite to control access - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... It describes how you can use mod_rewrite to control access to various resources, and other related techniques. ... This technique relies on the value of the HTTP_REFERER variable, which is optional. ... RewriteCond %{HTTP_REFERER} !^ RewriteCond %{HTTP_REFERER} !www.example.com [NC] RewriteRule \.(gif|jpg|png)$ - [F,NC] . ... RewriteCond ${deflector:%{HTTP_REFERER}} =- RewriteRule ^ %{HTTP_REFERER} [R,L] RewriteCond %{HTTP_REFERER} != ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/rewrite/access.html -- 14.9 Кб -- 19.11.2015
Похожие документы

8. FTS Dictionary Example
... MAXLEN parameter specifies maximum length of the number considered as a 'good' integer. ... If REJECTLONG = FALSE (default), than dictionary returns prefixed part of integer number with length MAXLEN . ... This is a dict_tmpl.c file. # include postgres.h # include utils/builtins.h # include fmgr.h #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif # include utils/ts_locale.h # include utils/ts_public.h # include utils/ts_utils.h typedef struct { int maxlen ; bool rejectlong ; } ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-intdict-xmp.html -- 9.6 Кб -- 13.04.2008
Похожие документы

9. Making backups with tar
Next: Restoring files with tar Up: Simple backups Previous: Simple backups . A full backup can easily be made with tar љ : # tar -create -file /dev/ftape /usr/src . ... If your backup doesn't fit on one tape, you need to use the -multi-volume ( -M ) option: # tar -cMf /dev/fd0H1440 /usr/src . ... usr/src/ . ... usr/src/linux-1.2.10-includes/ .. ... An incremental backup can be done with tar љ using the -newer ( -N ) option: # tar -create -newer '8 Sep 1995' -file /dev/ftape /usr/src -verbose . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node85.html -- 6.2 Кб -- 04.05.1997
Похожие документы

10. http://xmm.vilspa.esa.es/sas/6.1.0/doc/especplot/ChangeLog
... Version 2.8 - 2002-07-25 (NW) ------------------------------- Updated the DEPEND file. ... Version 2.4 - 20-12-00 ---------------------- Changed the test harness so that it no longer calls gs Version 2.3.1 - 02-11-00 ---------------------- Revised the documentation and updated the GROUPS description Version 2.3 - 03-10-00 ---------------------- Upgrade the version number as required for the SAS V5 Version 2.2.2 - 26-09-00 ------------------------ Update the .info file ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.1.0/doc/especplot/ChangeLog -- 5.9 Кб -- 19.03.2004
Похожие документы

11. Examples of data contained in the JPDOC
Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties . ... If necessary, data have been determined for the different crystallographic axes. ... In the following we give some examples of the data and their possible applications. Table: Summary of data measured in the Jena laboratory, which are currently available from the JPDOC. compound . ... amorph. ... Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties root 2003-03-06 ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/5-OPTC/JPDOC2/node6.html -- 10.1 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>175) - www.astro.spbu.ru/ )

12. pyQC: Python 2.6.2
... new: . ... Python 2.6.2 + most up-to-date modules (December 2009) . ... pyQC script structure . ... The current installation of python and its associated modules on our DFO machines is extremely old (i.e. python 2.4.2 was released in Sept. ... The new python executable lives in: /qcdp/bin/python . ... The first figure shows the execution times for the old python installation, while the second figure shows the execution times based on scripts running the python 2.6.2 installation with the new modules...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/python_2.6.2.html -- 13.7 Кб -- 18.12.2009
Похожие документы

13. Funtools FAQ: Programming
... include <stdlib.h> #include <funtools.h> int main(int argc, char **argv) { Fun fun; /* sanity check */ if( argc < 2 ) return 1; /* open file for reading */ if( !(fun=FunOpen(argv[1], "r", NULL)) ){ fprintf(stderr, "ERROR: can't open funtools file: %s\n", argv[1]); return 1; } /* close file */ FunClose(fun); return 0; } . ... pi); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ... region); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/faq/faq2.html -- 11.3 Кб -- 02.10.2012
Похожие документы

14. Editing Documentation (Including this Website) GPI Data Pipeline 1.0
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Developer?s Guide . ... Editing Documentation (Including this Website) . ... Show Source . ... The documentation source code is available as part of the pipeline source code, in the documentation subdirectory inside the pipeline root. ... Pipeline primitive documentation is taken semi-automatically from the pipeline primitive headers in IDL, including the structured header comments used to populate the pipeline?s primitives config file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/developers/documentation.html -- 13.2 Кб -- 14.02.2014
Похожие документы

15. ADASS 2003 Conference Proceedings
... Up: Data Processing Systems . ... We demonstrate the latest Starlink software, including ORAC-DR pipelines, new Java applications, and distributed pipeline processing. ... An example of its use is the TOPCAT application ( http://www.starlink.ac.uk/topcat ), shown in part in Figure 2. ... Of course the final result can also provide estimates of errors and data quality, pixel by pixel, because the Starlink applications, Classic as well as the new ones, automatically keep track of these. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/D12/ -- 10.2 Кб -- 27.08.2004
Похожие документы

16. Index of /~phil/hardware/vertex/sharemegsvertex/lcu/Sun/include
. Name . Last modified . Size . Description . Parent Directory . - . dos/ . 17-May-2001 20:44 . - . pctcp/ . 17-May-2001 20:44 . - . sim.h . 24-Dec-1999 10:17 . 85 . Apache/2.2.3 (CentOS) Server at www.naic.edu Port 80
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/Sun/include/ -- 2.3 Кб -- 06.02.2013
Похожие документы

17. Getting Started in Actor Prolog. Hello World.
Actor Prolog is an object-oriented logic language. So, any program written in Actor Prolog consists of classes. ... An example of Actor Prolog program. -- -- (c) 2002, Alexei A. Morozov, IRE RAS. -- ------------------------------------------- project : (( 'Hello' )) class 'Hello' specializing 'Console': [ goal:- writeln ( "Hello World!" This program consists of solely 'Hello' class. ... Thus, the execution of the program starts with the creation of an instance of the 'Hello' class. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_hello.html -- 7.1 Кб -- 24.09.2007
Похожие документы

18. Long description of float and text flow example
This diagram illustrates how text flows around a float, and in particular, how line boxes of content alongside a float are shortened to make room for the float box (including margins). ... In the source document, a BODY element contains a P that contains a left-floated IMG. ... However, the IMG margin is not involved with this calculation since the IMG is floated. ... The paragraph text flows along the right side of the IMG, starting at the top and to the right of its right margin. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/floateg-desc.html -- 2.3 Кб -- 01.05.1998
Похожие документы

19. ASP: ASP Conference Series to Include Free Electronic Access
home news . SEARCH ASP SITE: Match ALL words Match ANY word . ... Beginning in 2005, all conference proceedings published by the ASP Conference Series during 2004, and all future volumes, will include full text electronic access. ... Visit the e-Books site for select free preview volumes . ... Organizers of upcoming conferences who wish more information about publishing their proceedings through the ASP Conference Series should contact Interim Managing Editor J. Ward Moody at jmoody@byu.edu . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/news/ebooks.html -- 11.2 Кб -- 03.01.2012
Похожие документы

20. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

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


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

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

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