... find changesets by author, revision, files, or words in the commit message hg branch [-fC] [NAME] set or show the current branch name Note: Branch names are permanent and global. ... With one argument, set the working directory branch name (the branch will not exist in the repository until the next commit). ... Returns 0 on success. options: -f --force set branch name even if it shadows an existing branch -C --clean reset branch name to parent branch name use "hg -v help branch" to show more info ...
... Next . 3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) function_exists -- Return TRUE if the given function has been defined . bool function_exists ( string function_name) . Checks the list of defined functions for function_name . Returns TRUE if the given function name was found, FALSE otherwise. if (function_exists('imap_open')) { echo "IMAP functions are available.<br>\n"; } else { echo "IMAP functions are not available.<br>\n"; } . ... get_defined_functions ...
... DROP FULLTEXT DICTIONARY -- remove a full-text dictionary . DROP FULLTEXT DICTIONARY [ IF EXISTS ] dictname [ CASCADE | ... DROP FULLTEXT DICTIONARY removes full-text dictionary from the database. ... To drop a dictionary and all FTS objects, which depends on it, CASCADE must be specified. IF EXISTS . ... Automatically drop FTS objects that depend on the dictionary. ... Refuse to drop the dictionary if any objects depend on it. ... CREATE FULLTEXT DICTIONARY . ... ALTER FULLTEXT DICTIONARY ...
... FUNCTION: bzr _initial_fetch # @USAGE: repository URI branch directory # @ DESCRIPTION : # Internal function, retrieves the source code from a repository for the # first time, using ${ EBZR _FETCH_CMD}. bzr _initial_fetch() { local repo_uri=$1 branch_dir =$2 if [[ -n ${ EBZR _OFFLINE} ]]; then ewarn EBZR _OFFLINE cannot be used when there is no local branch yet. fi # fetch branch ... d ${branch_dir}/.bzr ]]; then if [[ ${repo_dir} != "${branch_dir}" && ! ...
... This plugin sets the VIEW_TEMPLATE and EDIT_TEMPLATE variables according to a corresponding form definition. So when you attach a new form to a topic, this plugin will enable the corresponding view/edit template automatically. ... section . ... The mode the plugin uses for defining templates. exist for deriving the template name from the form name . section for defining the template in a section of the form definition topic . ... This topic: System > AutoViewTemplatePlugin . ...
The files containing information about Affymetrix microarrays were downloaded from the official Affymetrix site. ... Probe sequences were mapped to the genome using Blat. ... The hits found "probe alignment regions" were . ... We annotated each probe alignment region using the mRNA and EST alignments provided by UCSC, considering only . ... The textual part of the interface consists of probe information section, probe alignment section and transcription state . ... Each gene and each probe alignment . ...
... Second-year students classes . Introduction to Linux . ... 32-bit Microcontroller Programming . ... In the given practical special course we address user techniques for working with Linux OS; we study the interface of the command line in great detail, methods of automation and batch processing, composition of scientific articles as well as the specifics of software design by using in-built toolkit. ... Use of console interface of the command line, automation (bash scripts) . ...
Series on Stability, Vibration and Control of Systems, Series A - Vol. ... MULTIPARAMETER STABILITY THEORY WITH MECHANICAL APPLICATIONS . ... This book deals with fundamental problems, concepts, and methods of multiparameter stability theory with applications in mechanics. ... Introduction to Stability Theory . ... Read Full Review . ... Since Bolotin's pioneering book on nonconservation problems on the theory of elastic stability, not many books appeared at such a high level, such as this one. ...
makecpt - Make GMT color palette tables makecpt [ -C table ] [ -I ] [ -T z0 / z1 / dz ] [ -V ] [ -Z ] makecpt is a utility that will help you make color palette tables (cpt files). ... The resulting cpt file can be reversed relative to the master cpt, and can be made continuous or discrete. ... Choose among the built-in tables (type makecpt to see the list) or give the name of an existing cptfile [Default gives a rainbow cpt file]. I Reverses the sense of color progression in the master cptfile. ...
... Plugin Installation Instructions . ... There are two different ways to do that: either by using the inline %IFDEFINED{"string" then="..." else="..."}% tag that returns the then or else argument depending on the string being defined, that is non-empty. ... Similar extensions have been done before but are either only available as an integral part of TWiki-4.0 (see TWiki:TWiki04/IfStatements ) or unmaintained (see TWiki:Plugins/ConditionalPlugin ). ... TWikiGuest has no write access to IfDefinedPlugin ...
... Research programm of the laboratory-chair< . ... Laboratory-chair of Discrete mechanics on a microscopic scale . ... Thus the structures of the physical world are not physical objects but physical processes. ... The primitive entity is called a material point. ... The value of the property “existence” of the material point varies from “the material point does not exist” to “the material point exists” by this process. ... Let call this structure a dynamical graph or a d-graph. ...
. Руководство пользователя Gnumeric . Prev . Next . GETENV -- . GETENV(string) . GETENV retrieves a value from the execution environment. If the variable specified by @STRING does not exist, #N/A! will be returned. Note, that variable names are case sensitive. Prev . Home . Next . GESTEP . Up . GETPIVOTDATA
Moves data from a QDataSource to a QDataSink during event processing. ... QDataPump ( QDataSource *, QDataSink * ) . ... For a QDataSource to provide data to a QDataSink, a controller must exist to examine the QDataSource::readyToSend () and QDataSink::readyToReceive () methods and respond to the QASyncIO::activate() signal of the source and sink. ... QDataPump provides this - create a pipe between a source and a sink, and data will be moved during subsequent event processing. ...
... Siberian Lang . Minority languages of Siberia as our cultural heritage . ... The project ?Development of the web-site ?Minority languages of Siberia as our cultural heritage? (on the material of the languages of the basin Middle Yenisei and the Middle and the Upper Taz)? was realized at the Laboratory for Computational Lexicography, Research Computing Centre, Lomonosov Moscow State University, with financial support from Russian Foundation for the Humanities, grant 12-04-12049.љ ...
Results of numerical simulations for pair production of unstable particles in MPT in NNLO M.L.Nekrasov IHEP, Protvino The problem: A description of productions and decays of fundamental unstable particles for colliders subsequent to LH ( generally should be made with NNLO accuracy (i) gauge cancellations and unitarity; (ii) enough high accuracy of computation of resonant contributions ILC) Existing methods: · Pole expansion /DPA: Laurent A.Denner, S.Dittmaier, M.Roth, etc. ...
... USER MAILING LIST . ... TAGGING FOR SPAM MAILS . ... spamassassin - extensible email filter used to identify spam . ... Mail :: SpamAssassin Spam detector and markup engine Mail :: SpamAssassin ::ArchiveIterator find and process messages one at a time Mail :: SpamAssassin ::AutoWhitelist auto-whitelist handler for SpamAssassin Mail :: SpamAssassin ::Bayes determine spammishness using a Bayesian classifier Mail :: SpamAssassin ::BayesStore Bayesian Storage Module Mail :: ...
... MPI . ... Add MPI to your path % set path = ( $path /usr/local/mpi/bin ) Compute pi to a given resolution on 8 processors or threads % mpirun -np 8 /usr/local/mpi/examples/basic/fpi Try 10000 intervals at the prompt. ... A coarse timing program is also available here % mpirun -np 8 /usr/local/mpi/examples/basic/systest More sophisticated timing programs may be found in the source for the MPICH implementation of MPI (/home/MPI/mpich/examples/perftest). ... See COPYRIGHT for details. ... Центры . ...
DVM debugger - contents . Part 1 (1 - 4) . ... Writing to read-only variable is detected. ... Using non-initialized element <elem> . ... Using variable <var> before asynchronous reduction competed . ... The dynamic debugger detects access to a shadow element before asynchronous shadow renew competed . ... It is reported when any non-correspondence of trace or loop description file is detected. ... Different values of reduction operation are detected for current event and in reference trace record. ...