Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
clearing matches
compensazione partite
Ultimo aggiornamento 2014-10-09
Frequenza di utilizzo: 1
Qualità:
Riferimento:
en fazla@ item: inlist all matches should be found
max@item: inlist all matches should be found
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
Riferimento:
returns the number of full pattern matches, or false if no match is found or an error occurred.
la funzione restituisce il numero dei riconoscimenti completi svolti (che possono essere zero), oppure false se si verificano degli errori.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
searches subject for all matches to the regular expression given in pattern and puts them in matches in the order specified by order.
dopo avere riconosciuto il primo segmento di testo, le ricerche seguenti saranno effettuate a partire dall 'ultima ricerca specificata.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
an alternative description is that a subpattern of this type matches the string of characters that an identical stan - dalone pattern would match, if anchored at the current point in the subject string.
le sotto-regole a riconoscimento singolo non compiono la catturale sotto-regole a riconoscimento singolo non compiono la cattura del testo identificato.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
the meaning of dollar can be changed so that it matches only at the very end of the string, by setting the pcre_dollar_endonly option at compile or matching time.
il comportamento del simbolo "$" può essere variato in modo da identificare la reale fine della stringa oggetto di ricerca attivando il flag pcre_dollar_endonly il comportamento del simbolo "$ "può essere variato in modo da identificare la reale fine della stringa oggetto di ricerca attivando il flag pcre_dollar_endonly durante la compila o durante la fase di riconoscimento.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
Attenzione: contiene formattazione HTML nascosta
the meaning of the various quantifiers is not otherwise changed, just the pre-the meaning of the various quantifiers is not otherwise changed, just the pre - ferred number of matches.
il significato delle varie occorrenze non è stato cambiato, si è soltantoil significato delle varie occorrenze non è stato cambiato, si è soltanto modificato il numero delle occorrenze da riconoscere.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
% 1 dakikathis is a regular expression used to match a string after the 'in' keyword in the journey search line. the english version matches strings like '5 mins.', '1 minute',... '\\ d+' stands for at least one digit, '\\.' is just a point, a '?' after a character means that it' s optional (eg. the 's' in 'mins?' is optional to match singular and plural forms). normally you will only have to translate 'mins?' and 'minutes?'. the regexp must include one pair of matching parantheses, that match an int (the number of minutes from now). note: '(?:...)' are non- matching parantheses.
%1 minutithis is a regular expression used to match a string after the 'in 'keyword in the journey search line. the english version matches strings like '5 mins.', '1 minute ',... '\\d+' stands for at least one digit, '\\. 'is just a point, a'? 'after a character means that it's optional (eg. the 's' in 'mins? 'is optional to match singular and plural forms). normally you will only have to translate 'mins?' and 'minutes? '. the regexp must include one pair of matching parantheses, that match an int (the number of minutes from now). note: '(?:...)' are non-matching parantheses.
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
Riferimento: