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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/LogWin.html.

1. JavaScript Mail Filters in Navigator 4.0
... This appendix tells you how you can use JavaScript to filter your incoming mail and news when you use Netscape Messenger. ... Write a JavaScript function to serve as a filter and put it in your filters file. ... This file contains the JavaScript functions that perform the mail filtering. ... The following is an example of a simple mail filter file. ... It also sends all messages from my_sister to the trash folder. // filters.js file. function MomFilter(message) { . ... message.folder = f.folder; . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/mail.htm -- 17.1 Кб -- 12.12.1997
Похожие документы

2. Mail Filters
... This appendix tells you how you can use JavaScript to filter your incoming mail and news when you use Netscape Messenger. ... Write a JavaScript function to serve as a filter and put it in your filters file. This function takes one argument, a message object, and can make changes to that message. ... News Filters . ... This file contains the JavaScript functions that perform the mail filtering. ... For news filters it is a News Message object and for mail filters it is a Mail Message object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/mail.htm -- 18.2 Кб -- 07.10.1999
Похожие документы

3. casacore: casa::LogFilterTaql Class Reference
... Classes . ... casa . casa::LogFilterTaql . ... Filter LogMessages using a TaQL expression. ... Inheritance diagram for casa::LogFilterTaql: . ... LogFilterTaql (const String &expr) . ... LogFilterTaql (const LogFilterTaql &other) . ... virtual . ... pass (const LogMessage &message) const . ... Only messages matching the expression pass the filter. ... virtual casa::LogFilterTaql::~LogFilterTaql . ... virtual LogFilterTaql * casa::LogFilterTaql::clone . ... virtual Bool casa::LogFilterTaql::pass . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1LogFilterTaql.html -- 18.0 Кб -- 14.02.2011
Похожие документы

4. Re: Re: Filter Based On Catalogs? - an Astronomy Net XEphem Forum Message
XEphem Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... Post . ... Re: Re: Filter Based On Catalogs? Forum List | ... Post Message | ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Unless otherwise specified, web site content Copyright 1994-2016 John Huggins All Rights Reserved . Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/xephem/messages/112.shtml -- 13.2 Кб -- 09.04.2016
Похожие документы

5. Miscellaneous Options
... This command specifies the default delay to be used under these circumstances. ... This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. ... While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started. setvar variable [ default ] . This command adds an additional system variable. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/miscopt.html -- 6.5 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>2055) - www.sai.msu.su/ )

6. Examples of saving mail messages
To save the current mail message to a file: s junk . This saves the current mail message to the file junk in the current directory . To save several mail messages to the same file: s 5 8 14 project/feedback . This saves messages 5, 8 and 14 to the file feedback . ... To save all the messages from a particular user: s cayman xgator . This saves all the messages with the string cayman in the From: field of their message header to the file xgator . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/mail9.html -- 2.4 Кб -- 17.01.1997
Похожие документы

7. The XPA Messaging System
The XPA messaging system provides seamless communication between many kinds of Unix programs, including X programs and Tcl/Tk programs. It also provides an easy way for users to communicate with these XPA-enabled programs by executing XPA client commands in the shell or by utilizing such commands in scripts. ... A program becomes an XPA-enabled server by defining named points of public access through which data and commands can be exchanged with other client programs (and users). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/ -- 3.8 Кб -- 09.04.2016
Похожие документы

8. Errors Messages and Problems
... Many times, the system will respond to a command with a system message. This message may be an error message, indicating that the command was incorrect, or it may be simply an informational message intended to tell you about the status of the task. ... TYPR FILE_NAME.TXT %DCL-W-IVVERB, unrecognized command verb-check validity and spelling \TYPR\ Notice that in the preceding example, the message was issued by the DCL command interpreter and that it is a warning message. ... Runaway Processes . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_19.html -- 6.0 Кб -- 01.11.1995
Похожие документы

9. TUI:Introduction
... It runs on unix, MacOS and possibly on Windows. ... On MacOS or Windows, double-click TUI. If MacOS complains that the application is unsigned then right-click TUI and select Open. ... If you have never run TUI before, set up your preferences before proceeding (for help on any item, right-click on the control and select Help from the menu that appears): . ... To save your window positions and remember which windows to open at startup, select Save Window Positions from the TUI menu. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Introduction.html -- 8.8 Кб -- 05.09.2014
Похожие документы

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

11. Housekeeping related keywords
... The task also issues a number of housekeeping related messages and values and also writes several keywords to the EXPOSURE extension (the information is usually CCD-dependent and it is thus important that it is kept and propagated through the event file processing chain). ... Filter: the filter wheel position is derived from the position sensor potentiometer (housekeeping column F1122 contained in the main periodic housekeeping file PNPMH1 , HK mnemonic H_CE_FWSPOT). ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/epframes/node13.html -- 8.5 Кб -- 01.07.2008
Похожие документы

12. Interstellar Radio Messages. IRE RAS.
Interstellar Radio Messages . ... One-Dimensional Radio Message to Blind Aliens . ... Project METI@home: Messages to ETI from Home . ... Limitations on Volume of Interstellar Radio Messages . Synthesis and Transmission of Cosmic Call 2003 Interstellar Radio Message . ... Transforming SETI to METI . ... Test SETI during Transmissions of Interstellar Radio Messages . Sending and Searching of Interstellar Messages . ... The First Musical Interstellar Radio Message . ... IRE RAS 1996-200 9 ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/index.html -- 16.6 Кб -- 12.05.2009
Похожие документы

13. MAO NASU :: Topic: Message to the community: Preparing the Division and
... Message to the community: Preparing the Division and Commission Elections . ... Тема: Message to the community: Preparing the Division and Commission Elections . ... Please find below some important information related to the forthcoming Division and Commission elections. ... Indeed, we are undertaking a process that combines two distinct elections by the same community: elections to the Division Steering Committees (DSCs), and to the Commission Organizing Committees (OCs). ... MAO NASU . ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/forum/info/349-message-to-the-community-preparing-the-division-and-commission-elections -- 21.9 Кб -- 10.04.2016
Похожие документы

14. Interfacing the Tk Toolkit to ADAM
... Rutherford Appleton Laboratory, Chilton, Didcot, Oxon OX11 0QX, U.K. љ This paper describes how Tcl and the Tk toolkit have been extended to send and receive Adam inter-task messages, and how it has been used to build graphically-oriented user interfaces for various data reduction tasks. ... The user interface uses the message system to control the task. ... adam_init . ... The user interface sends messages to the relay task using the Adam message system, which forwards them to the Adam tasks. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/terrettd.html -- 10.6 Кб -- 03.11.2000
Похожие документы

15. http://crydee.sai.msu.ru/ftproot/pub/misc/doc/MIDI/midi-msgs
Specification: Status Data Byte(s) Description D7----D0 D7----D0 ------------------------------------------------------------------------- Channel Voice Messages ------------------------------------------------------------------------- 1000cccc 0nnnnnnn Note Off event. 0vvvvvvv This message is sent when a note is released (ended). (nnnnnnn) is the note number . (vvvvvvv) is the velocity. 1001cccc 0nnnnnnn Note On event. 0vvvvvvv This ... The numbers are: Local Control. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/misc/doc/MIDI/midi-msgs -- 8.0 Кб -- 14.03.1990
Похожие документы

16. OptInt PmWiki : PmWiki / Page Directives
OptInt PmWiki : Pm Wiki / Page Directives . ... attachlist NAME:) shows a list of attachments of the group or page NAME. (:attachlist ext=xxx:) specifies an extension for filtering by type of file. (:attachlist *:) shows the uploads directory and permits browsing of all uploaded files by directory ( will not work if $EnableDirectDownload is set to 0 ). (:description text:) . ... If supported by the skin , each of these turns off the corresponding portion of the page. (:redirect PageName:) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageDirectives?action=print -- 17.9 Кб -- 01.03.2014
Похожие документы

17. Астронет > Форумы > Астрономия и Интернет > Удаленная астрофтография
по текстам по форуму внутри темы . Астронет | ... планета Астронет | ... Астрономия в России | ... Удаленная астрофтография . ... Астрономические друзья, SPONLI предоставляет бесплатный доступ к телескопам обсерватории. Условия тестирования телескопов: ? ... По условиям тестирования мы предоставляем: два часа работы на 12-ти дюймовом телескопе LX200 + камера STT-8300M Camera w/ Self-Guiding Filter Wheel FW8 + AO-8t - управление через TeamViewer. ... Форумы >> Астрономия и Интернет . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/forums/1306537/tree/text -- 17.4 Кб -- 11.04.2016
Похожие документы

18. Winer Observatory Engineering Weather Page
Winer Observatory P.O. Box 797, Sonoita, Arizona 85637-0797, USA . ... Irvin M. Winer . ... Weather . ... Temperature ( F) . ... 0.00 . ... AAG IR Sky Temperature ( C) . ... AAG Adjusted IR Sky Temperature ( C) . ... AAG Ambient Temperature ( C) . ... AAG Temperature Split ( C) . ... 39321 D,01/23,01:10:10, 67, 20,25.43,270, 8, 38, 0.00, 6.18, 63,!251 at 2016.04.09 19:45:25 . ... S-cmd: "(null)" at 2016.04.09 19:45:25 . ... Page last updated on: February 16, 2016 . ... 2013 Winer Observatory. ...
[ Сохраненная копия ]  Ссылки http://www.winer.org/Site/engWeather.php -- 18.9 Кб -- 09.04.2016
Похожие документы

19. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/init/TOOLS.PRE
pwb] ; ; To use any of these examples, remove the leading semicolon and include it ; in your tools.ini file. ... If you do not load the extensions, ; but want to match these messages in the compile window, add these to ; your tools.ini. ; ; ; pwbrmake ; build : message ^pwbrmake: [^U]+U[ 124 ] ; bind ; build : message ^BIND : [^U]+U[ 124 ] ; C ; build : message ^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[ 124 ] file line ; build : message ^[^C]+C[ 124 ][ 0-9 ]+: ; C or FORTRAN ; ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/init/TOOLS.PRE -- 5.0 Кб -- 06.03.2001
Похожие документы

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

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


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

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

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