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

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

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

1. Python: module base64
... RFC 3548 : Base16, Base32, Base64 Data Encodings . ... Decode a Base16 encoded string. s is the string to decode. ... The decoded string is returned. ... Decode a Base64 encoded string. s is the string to decode. ... Decode a string encoded with the standard Base64 alphabet. s is the string to decode. ... Encode a string using the standard Base64 alphabet. s is the string to encode. ... Encode a string using a url-safe Base64 alphabet. s is the string to encode. The encoded string is returned. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/base64.html -- 11.4 Кб -- 05.11.2015
Похожие документы

2. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/event.htm
... The event object contains properties that describe a JavaScript event, and is passed as an argument to an event handler when the event occurs. Client-side object . ... See Chapter 3, "Event Handlers," for complete information about event handlers. For more information on handling events, see the Client-Side JavaScript Guide . ... Setting any property of this object requires the UniversalBrowserWrite privilege. ... For information on security, see the Client-Side JavaScript Guide . ... event . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/event.htm -- 27.0 Кб -- 07.10.1999
Похожие документы

3. WCSLIB: fitskey Struct Reference
WCSLIB љ 5.15 . ... DataљStructures . ... fitskey Struct Reference . ... fitshdr() returns an array of fitskey structs, each of which contains the result of parsing one FITS header keyrecord. ... Returned ) Keyvalue data type: . ... Returned ) Logical ( fitskey::type == 1) and 32-bit signed integer ( fitskey::type == 2) data types in the fitskey::keyvalue union. int64 fitskey::k . Returned ) 64-bit signed integer ( fitskey::type == 3) data type in the fitskey::keyvalue union. int fitskey::l . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structfitskey.html -- 23.4 Кб -- 10.04.2016
Похожие документы

4. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы

5. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы

6. OptInt PmWiki : PmWiki / Markup Expressions
OptInt PmWiki : Pm Wiki / Markup Expressions . ... The {(...)} "expression markup" allows for a variety of string and formatting operations to be performed from within markup. Operations defined by this recipe include substr , ftime , strlen , rand , toupper / tolower , ucfirst , ucwords , pagename and asspaced . ... Note that the initial position argument is zero-based (i.e., the first character is referenced via a "0"). the number of characters to extract . ... ftime "fmt" "when")} . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MarkupExpressions?action=print -- 19.9 Кб -- 10.04.2016
Похожие документы

7. PolygonRoi (ImageJ API)
... java.lang.Object ij.gui.Roi ij.gui.PolygonRoi . ... public class PolygonRoi . ... protected int . ... protected void . ... Type must be Roi.POLYGON, Roi.FREEROI, Roi.TRACED_ROI, Roi.POLYLINE, Roi.FREELINE or Roi.ANGLE. public PolygonRoi (java.awt.Polygon p, int type) . ... Type must be Roi.POLYGON, Roi.FREEROI, Roi.TRACED_ROI, Roi.POLYLINE, Roi.FREELINE or Roi.ANGLE. public PolygonRoi (int[] xPoints, int[] yPoints, int nPoints, ImagePlus imp, int type) . ... protected void grow (int sx, int sy) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/PolygonRoi.html -- 43.1 Кб -- 02.12.2010
Похожие документы

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

9. Links and anchors examples
... You can learn how to use style sheets and how to position HTML content by reading the Guide to Dynamic HTML in Netscape Communicator . ... To return to the top of this page, jump to anchor 1 in this document . ... Jump to the second section A Cold Autumn Day in the mystery "A man from Nowhere". ... If you click on this link, you'll see a confirmation dialog box. ... If you move the mouse over and then away from The Man From Nowhere , a dialog box appears telling you what the link will do. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/links.htm -- 5.2 Кб -- 15.04.1998
Похожие документы

10. Stellarium: Quasar Class Reference
Stellarium 0.12.3 . ... Classes . ... Quasar Class Reference . ... Quasar (const QVariantMap &map) . ... Get a QVariantMap which describes the Quasar . ... getSelectPriority (const StelCore *core) const . ... getInfoString (const StelCore *core, const InfoStringGroup &flags) const . ... getVMagnitude (const StelCore *core, bool withExtinction=false) const . ... getAngularSize (const StelCore *core) const . ... getPositionInfoString (const StelCore *core, const InfoStringGroup &flags) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classQuasar.html -- 41.0 Кб -- 28.02.2014
Похожие документы

11. Coordinate Systems
... The IRAF environment provides three coordinates systems: . physical: image pixel coordinates used in the reference (original) image. logical: image pixel coordinates, relative to the current section and size of the image. ... 22:13:53.7 44:28:53.9 - the usual representation of RA, Dec . ... Logical, physical and world coordinate systems are all supported in the PROS software, and regions can be specified with any combination of them. ... c 22:13:53.7 44:28:53.9 8 . ... physical: 6930 9390 240 . ...
[