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

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

Показаны документы, содержащие фрагменты текста из документа
http://astro.uni-altai.ru/~aw/stellarium/api/dir_b49f11675e92293ffa7ceeef744893f4.html.

1. Stellarium: /home/aw/devel/stellarium/trunk/plugins/SolarSystemEditor/src
. Stellarium 0.12.3 . MainљPage . Namespaces . Classes . CodingљStyle . Scripting . Plugins . Renderer . FileљStructure . plugins . SolarSystemEditor . src . src Directory Reference . directory љ . gui . љ . file љ . SolarSystemEditor.hpp [code] . љ . Generated on Sat Aug 10 2013 17:12:46 for Stellarium by љ 1.8.3.1
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/dir_fa305d74d656edecd2e045281111cec8.html -- 4.2 Кб -- 28.02.2014
Похожие документы

2. PluginClassLoader (ImageJ API)
... Class . ... FIELD | ... java.lang.Object java.lang.ClassLoader java.security.SecureClassLoader java.net.URLClassLoader ij.io.PluginClassLoader . ... ImageJ uses this class loader to load plugins and resources from the plugins directory and immediate subdirectories. ... PluginClassLoader (java.lang.String path) . ... PluginClassLoader (java.lang.String path, boolean callSuper) . ... path - the path to the plugins directory. public PluginClassLoader (java.lang.String path, boolean callSuper) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/PluginClassLoader.html -- 14.6 Кб -- 02.12.2010
Похожие документы

3. Python: module pdbman
... A module for the pdbman class. ... Send products to the Engineering Workstation Data Store. send_sssp1 (self) . ... configure_pickle (self, pickle_directory ='/data/scheduling/spss_flight_data/pass/pickles' , new_pickle_name =None , verbose =False ) . ... MEGG_OUTPUT_DIRECTORY = '/data/scheduling/spss_flight_data/pass//megg/data' . ... PDBMAN_DISK = '/data/scheduling/spss_flight_data/pass//' . TEMPLATE_LOGICAL_FILE = '/data/scheduling/spss_flight_data/pass//op_logicals/ops_job_logs.com' . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/pdbman.html -- 23.5 Кб -- 08.04.2016
Похожие документы

4. casacore: casa::DirectoryIterator Class Reference
... casa::DirectoryIterator . ... Construct the iterator for the working directory. DirectoryIterator (const Directory &dir) . ... DirectoryIterator (const Directory &dir, const Regex &regExpression) . ... Regular expression if given, with this variable it is possible to compare files with regular expression. dirent ** . ... Note that the regular expression is a true regular expression (as defined by class Regex and not a file expression as used in shells. ... File casa::DirectoryIterator::file . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1DirectoryIterator.html -- 34.1 Кб -- 14.02.2011
Похожие документы

5. mod_dav - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... To enable mod_dav , add the following to a container in your httpd.conf file: . ... In addition, a location for the DAV lock database must be specified in the global section of your httpd.conf file using the DavLockDB directive: . ... In order for mod_dav to manage files, it must be able to write to the directories and files under its control using the User and Group under which Apache is running. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/de/mod/mod_dav.html -- 16.8 Кб -- 25.02.2008
Похожие документы

6. mod_dav - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... To enable mod_dav , add the following to a container in your httpd.conf file: Dav On . ... In addition, a location for the DAV lock database must be specified in the global section of your httpd.conf file using the DavLockDB directive: DavLockDB /usr/local/apache2/var/DavLock . ... Use the Dav directive to enable the WebDAV HTTP methods for the given container: <Location /foo> Dav On </Location> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_dav.html -- 18.2 Кб -- 19.11.2015
Похожие документы

7. TUI:Scripts:TUIAdditions
TUI will look in two separate "TUIAdditions" directories for user scripts and extra TUI window code. ... Scripts should be put in a directory named Scripts in the TUIAdditions directory; they will then show up immediately in the Scripts menu (you do not have to restart TUI).. ... In general, additions present in the user TUIAdditions directory mask identically named additions in the shared TUIAdditions directory, and both mask identically named built-in scripts and windows. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/TUIAdditions.html -- 2.9 Кб -- 05.09.2014
Похожие документы

8. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/script_struct.html -- 12.3 Кб -- 20.05.2014
Похожие документы

9. http://www.mrao.cam.ac.uk/~eic22/ALMAmemos/memo590/dispersivephase.py
Emily Curtis eic22@mrao.cam.ac.uk Script for working with ATM dispersive phase for Memo 590 import os import string import numpy from atmtools import * System variable parameters ... #Users' output directory dcval = 0.01 #Change in water vapour to compute change in path /mm fmin = 0 #Minimum frequency to compute phase /GHz fmax = 1000 #Maximum frequency to compute ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~eic22/ALMAmemos/memo590/dispersivephase.py -- 7.4 Кб -- 11.11.2009
Похожие документы

10. Gimp related links collection
... Now I have an occasion - Grokking the GIMP by Carey Bunks ! ... I have Linux binaries gimp-1.0.2.linux.tgz of current development version with all patches applied and plugins updated . ... I used to configure gimp with --prefix=/usr/local/gimp, so everything will go to /usr/local/gimp directory. Just make a symbolic link to make it visible ( e.g. ln -s /usr/local/gimp/bin/gimp /usr/local/bin/gimp). ... Also, you need gtk libraries installed ! ... GIMP Plugin Registry . ... figures plugin . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/gimp/ -- 13.5 Кб -- 21.12.2007
Похожие документы

11.