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

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

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

1. VLBI Wiki | PmWiki / Audiences
... PmWiki . ... I think of PmWiki in terms of two audiences: Authors are the people who generate web content using PmWiki , and wiki administrators are the folks who install, configure, and maintain a PmWiki installation on a web server. ... But what really makes PmWiki useful to wiki administrators is that I've put a lot of consideration into creating a tool that is usable by authors, so I have to keep the needs of both audiences in mind as I'm designing and adding new features to PmWiki . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.Audiences -- 12.4 Кб -- 12.04.2016
Похожие документы

2. OptInt PmWiki : Audiences
OptInt PmWiki . Pm Wiki / . Edit Page | ... In some senses it could be claimed that as the primary developer of PmWiki I should only have wiki administrators as my target audience, and that authors are the target audience for the administrators. ... Within the authoring audience I see that there are "naive authors" and "experienced authors". Naive authors" are the folks who use wiki to generate content but may know next-to-nothing about HTML, much less style sheets or PHP or the like. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Audiences -- 24.9 Кб -- 28.02.2014
Похожие документы

3. USC Manager Tool Design Concept page
This tools manages the creation and deletion of USC types, and the application and removal of USC's on visits. accepts the following as inputs: . ... a list of windows (required input) . ... a list of visits (optional input) . ... passes visit selection criteria to a TBD query tool and accept a visit list from that tool in return. inserts USC records into assist for each visit. accepts the following as inputs: . ... A visit list must be provided if the USC type does not already exist.) ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/lrpg/mupid/createuscs-concept1.html -- 6.2 Кб -- 16.05.2001
Похожие документы

4. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>1003) - www.mso.anu.edu.au/ )

5. http://xmm.vilspa.esa.es/sas/6.5.0/doc/dpsssrc.ps.gz
... The column VER FLAG contains the source ag setting. ... EMSRLI ) then else call error( badInput , input PPS file is not the EPIC M-L detect list ) return endif *** make a copy of the input file with prefix flag write (outname,'(a,a)') flag _ ,trim(stringParameter( set )) call copyDataset(stringParameter( set ),outname) *** pointer to file and table outfile = dataSet(outname,MODIFY) outtab = table(outfile, SRCLIST ) *** create new columns ind_sol = addColumn( ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/dpsssrc.ps.gz -- 50.8 Кб -- 15.08.2005
Похожие документы

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

7. Server-Wide Configuration
This document explains some of the directives provided by the core server which are used to configure the basic operations of the server. ... Process Creation . Network Configuration . ... User . ... A single control process is responsible for launching child processes which listen for connections and serve them when they arrive. ... The User and Group directives are used to set the privileges of the Apache child processes. ... The child process creates multiple threads to serve requests. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/server-wide.html -- 12.1 Кб -- 15.10.2001
Похожие документы

8. recommended DFS development tools
DFS Department . Standard and recommended development tools . ... This tool is available on request from Helpdesk (except for the following machines: dfs3, dfs4 and dfs5, for which you have to contact Carlos ). ... Source Navigator IDE is recommended as a source code analysis and navigator tool for C, C++, Java, Tcl, [incr Tcl], FORTRAN and even COBOL on Linux:. ... webcheck is the DFS standard tool for archiving/retrieving DFS documents, web pages, Release Notes, schedules and ToDo lists. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/team/QA-recom-dev-tools.html -- 15.5 Кб -- 04.12.2006
Похожие документы

9. LiveAudio and LiveConnect
... LiveAudio is LiveConnect aware. ... For these methods to be available to JavaScript (and the web page), you must embed a LiveAudio console (any console will do, it can even be hidden) somewhere on your page. play({loop[TRUE, FALSE or an INT]}, '{url_to_sound}') . ... GetVolume One example of using JavaScript to control a LiveAudio plug-in is to have JavaScript play a sound. In the following example, all of the HTML is needed to make the plug-in play a sound. ... BODY> <EMBED SRC="sound1.wav" . ...