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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.MarkupMasterIndex.

1. OptInt PmWiki : PmWiki / Markup Master Index
OptInt PmWiki : Pm Wiki / Markup Master Index . Text formatting rules | ... To internal pages and more . ... Text . ... This page contains the most frequently used wiki markup, briefly. ... See Links . ... page name]] . ... link text]] (to refer to an anchor in another page) . ... See Page directives , Comment markup , Page variables . ... See Include other pages , Page text variables . ... See Page variables , Page text variables , Page lists . ... name:description:) sets a page text variable . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MarkupMasterIndex?action=print -- 31.4 Кб -- 01.03.2014
Похожие документы

2. VLBI Wiki | PmWiki / Markup Master Index
... PmWiki . ... Documentation Index . ... Go to new wiki . ... Everything you wanted to know about wiki markup but were afraid to ask. ... Text . ... See Links . ... http://www.example.com/image.gif . http://www.example.com/image.gif"alt text" . ... Attach:image.gif"alt text"]] . ... See Text Formatting Rules . ... input form method=get action=url enctype=multipart/form-data:) . ... input text name=first value="Bob" size=20:) . ... input image name=xyz src="http:..." alt="Alt Text":) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.MarkupMasterIndex -- 26.5 Кб -- 12.04.2016
Похожие документы

3. lsst.tcc: include/tcc/weath.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . FileљList . ... include . ... weath.h . ... 11 љ double airTemp ; . ... tcc::Weath::secFrontTemp . ... secondary mirror front temperature (C) . Definition: weath.h:15 . tcc::Weath::windSpeed . ... tcc::Weath::windDir . ... tcc::Weath::primBackFrontTemp . ... tcc::Weath::humid . ... tcc::Weath::computeRefCo . ... tcc::Weath::tempLapseRate . ... tcc::Weath::secTrussTemp . ... tcc::Weath::primFrontTemp . ... tcc::Weath . ... tcc::Weath::Weath . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/weath_8h_source.html -- 19.5 Кб -- 14.09.2015
Похожие документы

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

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

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

7. http://www.naic.edu/~tghosh/aofuture/SOC_mtg2.desc
... Arecibo Synergy with GLAST Paulo Freire/ Cordes !! Transient Detection ( Arecibo as the radio version of the LSST) theory : { transient science , including exoplanet emission, lunar neutrinos and other exotica} Cordes (Hankins!) observations : M A McLoughlin (first choice) 14:00 Equipment Development Wide-Bandwidth Receivers German Cortes Multi-Beam and Focal Feed Arrays 15:00 Arecibo as an HI Telescope Observing Baryon Acoustic oscillations with an ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/aofuture/SOC_mtg2.desc -- 4.3 Кб -- 11.06.2007
Похожие документы

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

9. A box, to include extended emission
Next: A Region mask for Up: To produce a region Previous: Select a circle around . select cursor and box . The three mouse buttons have been redefined as: . LEFT - moves the center of the box to the position of the arrow point. MIDDLE - sizes the box. ... Release the button to fix the size of the box. save the results by typing `s' while the mouse is in the display window. select region and write , to write the saved regions into a file for later use (as above). rsdc@cfa.harvard.edu . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node63.html -- 3.8 Кб -- 01.10.2012
Похожие документы

10. Astronaut Bio: Bruce McCandless II
National Aeronautics and Space Administration . ... Bruce McCandless II (Captain, USN, Ret.) NASA Astronaut (former) . ... He was a member of the astronaut support crew for the Apollo 14 mission and was backup pilot for the first manned Skylab mission (SL-1/SL-2). ... A veteran of two space flights, McCandless has logged over 312 hours in space, including 4 hours of MMU flight time. ... With the completion of this flight McCandless logged 191 hours in space (including 4 hours of MMU flight time). ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/mccandless-b.html -- 9.2 Кб -- 07.07.2015
Похожие документы

11. ASP: ASP Conference Series to Include Free Electronic Access
home news . SEARCH ASP SITE: Match ALL word