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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sai.msu.su/~megera/postgres/gist/hstore/README.hstore.

1. Zen: Hstore
Hide Zen home . ... Development version, available from this site, released under the GNU General Public License, version 2 (June 1991). hstore x2192; text - get value , perl analogy $h{key} select 'a=>q, b=>g'->'a'; ? ... akeys(hstore) - returns all keys from hstore as array regression=# select akeys('a=>1,b=>2'); akeys ------- {a,b} . ... delete (hstore,text) - delete (key,value) from hstore if key matches argument. regression=# select delete('a=>1,b=>2','b'); delete ---------- "a"=>"1" . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/Hstore -- 12.3 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>2337) - www.sai.msu.su/ )

2. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

3. casacore: casa::RFReaderWriter Class Reference
... Classes . ... casa::RFReaderWriter . ... Returns the file extension for the given SupportedType. virtual const RFError & casa::RFReaderWriter::lastError . ... Sets the region name associated withe the file to be read or written. static SupportedType casa::RFReaderWriter::supportedTypes . ... Converts between enum and String for SupportedType. static Vector < SupportedType > casa::RFReaderWriter::supportedTypes . ... Returns all known SupportedTypes. static String casa::RFReaderWriter::supportedTypes...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1RFReaderWriter.html -- 35.9 Кб -- 14.02.2011
Похожие документы

4. mod_authn_dbd - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... User authentication using an SQL database . ... Please note that you need to load an authorization module , such as mod_authz_ user , to get it working. # mod_dbd configuration DBDriver pgsql DBDParams dbname=apacheauth user = apache password =xxxxxx DBDMin 4 DBDKeep 8 DBDMax 20 DBDExptime 300 Directory /usr/www/myhost/private # core authentication and mod_auth_basic configuration # for mod_authn_dbd AuthType Basic AuthName My ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_authn_dbd.html -- 14.7 Кб -- 21.01.2013
Похожие документы

5. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

6. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

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

9. Entering carriage returns
For vi , a line is the string of characters between two <RETURN> characters. Although vi will automatically wrap the text onto a new line when it reaches the right-hand side of the screen, it does not insert a <RETURN> character. ... Adding a <RETURN> at the end of every line ensures that the appearance of the text on your screen corresponds to vi 's understanding of how text is structured. Setting the wrapmargin option automatically inserts a <RETURN> character whenever vi wraps text. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/didyou/vi.1.html -- 2.5 Кб -- 17.01.1997