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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/stringold.html.

1. Python: module string
string . ... usr/local/Python-2.5/lib/python2.5/string.py . Module Docs . ... whitespace -- a string containing all characters considered whitespace . ... Modules . ... Return the floating point number represented by the string s. atoi (s, base =10 ) . ... capitalized. capwords (s, sep =None ) . ... Return a copy of the string s converted to lowercase. lstrip (s, chars =None ) . ... If chars is given and not None, remove characters in chars instead. split (s, sep =None , maxsplit =-1 ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/string.html -- 23.8 Кб -- 05.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>11332) - www.stsci.edu/ )

2. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Specify character set translation or recoding . ... mod_charset_lite allows the server to change the character set of responses before sending them to the client. ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ... Specifying the same charset for both CharsetSourceEnc and CharsetDefault disables...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_charset_lite.html -- 15.6 Кб -- 19.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>7756) - www.arcetri.astro.it/ )

3. http://www.atnf.csiro.au/computing/software/gipsy/sub/printusing.dc2
Function: PRINTUSING Purpose: Print numbers using a format image File: printusing.c Author: M. Vogelaar Use: INTEGER PRINTUSING( FORMAT , input CHARACTER ARRAY NUMBER , input DOUBLE PRECISION RESULT ) output CHARACTER ARRAY PRINTUSING Field width in format FORMAT String containing format image NUMBER Number to be formatted RESULT String containing formatted number Description: PRINTUSING is used to print double precision numbers in an user specified format. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/printusing.dc2 -- 6.8 Кб -- 28.09.1992
Похожие документы

4. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Specify character set translation or recoding . ... charset_lite_module . ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ... The ImplicitAdd keyword specifies that mod_charset_lite should implicitly insert its filter when the configuration specifies that the character set of content should be translated. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_charset_lite.html -- 13.7 Кб -- 10.12.2010
Похожие документы

5. Query Operations
... to_tsquery( [ configuration , ] querytext text) RETURNS TSQUERY . ... Query rewriting is a set of functions and operators for tsquery type. ... We'll expand query supernovae using table-driven rewriting rules. =# create table aliases (t tsquery primary key, s tsquery); =# insert into aliases values(to_tsquery('supernovae'), to_tsquery('supernovae|sn')); =# select rewrite(to_tsquery('supernovae'), 'select * from aliases') && to_tsquery('crab'); ?column? --------------------------------- ( 'supernova'...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-query.html -- 13.1 Кб -- 13.04.2008
Похожие документы

6. Event File Specifications
SAOtng supports display of photon event data contained in raw files, similar to its support for FITS Binary Table extensions (e.g., X-ray event lists). ... Because event files do not usually contain enough information to generate an image, we have adopted some conventions for specifying how to interpret the data in these files and for how to bin rows of events into images. To image an event file, it is first of all necessary to define the structure of the events in the event file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/event_spec.html -- 7.1 Кб -- 01.10.2012
Похожие документы

7. Tools (ImageJ API)
... public class Tools . ... Tools () . ... static java.lang.String . ... Converts a Color to an 7 byte hex string starting with '#'. public static java.lang.String f2hex (float f) . Converts a float to an 9 byte hex string starting with '#'. public static double[] getMinMax (double[] a) . ... Converts the float array 'a' to a double array. public static float[] toFloat (double[] a) . Converts the double array 'a' to a float array. public static java.lang.String fixNewLines (java.lang.String s) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/util/Tools.html -- 19.2 Кб -- 02.12.2010
Похожие документы

8. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>424) - www.cplire.ru/ )

9. Text
... Value: . length> | ... block-level elements . ... Example(s): . ... The color(s) required for the text decoration should be derived from the 'color' property value. ... Since no shadow color is specified for the third shadow effect, the value of the element's 'color' property will be used: H2 { text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px } . ... Here, the 'background' and 'color' properties have the same value and the 'text-shadow' property is used to create a "solar eclipse" effect: . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/text.html -- 29.2 Кб -- 12.05.1998
Похожие документы

10. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы
Еще в разделе: (Показать все результаты (>29609) - www.eso.org/ )

11. Perl functions provided with deceit
... deceit is distributed with the following Perl functions that can be used to fill the dataset with data from text files. rows . ... fillColumn . The function signature is as follows: the first argument must be the variable col , the second the name of a text file from which the data is to be extracted, the third argument an integer denoting from which column in the text file data should be extracted. ... Vector columns in the text file are delimited by the separator character. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/deceit/node17.html -- 8.0 Кб -- 16.08.2005
Похожие документы
Еще в разделе: (Показать все результаты (>14439) - xmm.vilspa.esa.es/ )

12. CIMA Source Catalogs
Although You can type in source coordinates as You go, it is usually much easier and safer to use a source catalog. ... Note that coordinate type, velocity, velocity frame and velocity type are required parameters for all sources in a catalog. If they are the same for all objects, You can set them up in the beginning of Your source catalog with a DEFAULT line ( only for CIMA version 2.3 or later ). ... You can add a ' # ' followed by an optional comment after the