Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
구분: @ title: window prompt for iterative replacement
selection: %1 - %2 (%3)
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
이 값 사용( t): value to use in replacement when source tag empty
use & this value:
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
this function scans string for matches to pattern, then replaces the matched text with replacement.
parentheses may be nested, in which case they are counted by the opening parenthesis.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
바꾸기 단추를 누르면 바이트 배열에서 입력한 바이트를 찾은 다음, 바꿀 바이트로 바꿉니다. @ title: window prompt for iterative replacement
if you press the replace button, the bytes you entered above are searched for within the byte array and any occurrence is replaced with the replacement bytes.
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
ë°ê¿ ë°ì´í¸: @ title: window prompt for iterative replacement
template
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
array_splice() 는 input 배열로 부터 offset 와 length 로 정해진 엘린먼트를 삭제하고, replacement 배열이 제공된다면 이를 제공된 배열으리 엘리먼트로 대체시킨다.
if offset is negative then it starts that far from the end of the input array.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
substr_replace() 는 string 의 start 와 (선택적으로) length 로 정해진 구간에 해당하는 부분을 replacement 로 치환하고 그 결과를 반환한다.
the result is returned.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
if this modifier is set, preg_replace() does normal substitution of backreferences in the replacement string, evaluates it as php code, and uses the result for replacing the search string.
whitespace characters may never appear within special character sequences in a pattern, for example within the sequence (? (which introduces a conditional subpattern.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
(php 4.2) this function replaces an existing node with the passed new node. before the replacement newnode is copied if it has a parent to make sure a node which is already in the document will not be inserted a second time. this behaviour enforces doing all modifications on the node before the replacement or to refetch the inserted node afterwards with functions like domnode_first_child(), domnode_child_nodes() etc..
this behaviour enforces doing all modifications on the node before the replacement or to refetch the inserted node afterwards with functions like domnode_first_child(), domnode_child_nodes() etc..
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: