Results for change plan data for activity types translation from English to Korean

English

Translate

change plan data for activity types

Translate

Korean

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

English

Korean

Info

English

monitor for & activity

Korean

활동 상태 지켜보기( a)

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

English

an <PROTECTED> light for activity

Korean

활동 상태를 보여주는 <PROTECTED> 표시등

Last Update: 1970-01-01
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

English

data for [

Korean

데이터 [

Last Update: 2012-03-30
Usage Frequency: 1
Quality:

Reference: Translated.com

English

dbpedia data for plasmoids

Korean

script- digital- clockcomment

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Reference: Translated.com

English

use data for document properties

Korean

문서 등록 정보용 데이터 사용

Last Update: 2016-11-10
Usage Frequency: 1
Quality:

Reference: Translated.com

English

data for database server connection

Korean

데이터베이스 서버 연결 데이터

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Reference: Translated.com

English

data (for xml form documents)

Korean

데이터(xml 양식 문서의 경우)

Last Update: 2013-11-25
Usage Frequency: 1
Quality:

Reference: Translated.com

English

~use user data for return address

Korean

반송 주소에 사용자 데이터 사용(~u)

Last Update: 2017-01-26
Usage Frequency: 2
Quality:

Reference: Translated.com

English

configuration data (for menu commands)

Korean

구성 데이터(메뉴 명령)

Last Update: 2013-05-18
Usage Frequency: 1
Quality:

Reference: Translated.com

English

reload free/ busy data for all attendees

Korean

@ info: whatsthis

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Reference: Translated.com

English

really override original data for this city?

Korean

이 도시의 기존 자료를 진짜 겹쳐쓸까요?

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Reference: Translated.com

English

the array of x data for recalculating the values.

Korean

값의 재계산을 위한 x 데이터 배열입니다.

Last Update: 2016-11-15
Usage Frequency: 2
Quality:

Reference: Translated.com

English

data for $(arg1) could not be written.

Korean

$(arg1)의 데이터를 기록하지 못했습니다.

Last Update: 2012-04-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

forces a write of all buffered bzip2 data for the file pointer bz.

Korean

bz 인자로 지정된 파일 포인터에 버퍼에 저장된 bzip2 데이터를 강제로 기록한다.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

to create a scenario, select all the cells that provide the data for the scenario.

Korean

시나리오를 만들려면 시나리오에 데이터를 제공하는 모든 셀을 선택합니다. 여기에서는 다음 단계에 따라 &quot;높은 달러 환율&quot;이라는 추가 시나리오를 만들 수 있습니다.

Last Update: 2016-11-15
Usage Frequency: 1
Quality:

Reference: Translated.com
Warning: Contains invisible HTML formatting

English

insert a chart with a default data set, and then use the data table dialog to enter your own data for that chart.

Korean

기본 데이터 설정으로 차트를 삽입한 다음 데이터 테이블 대화 상자를 사용하여 해당 차트에 고유 데이터를 입력합니다.

Last Update: 2016-10-05
Usage Frequency: 1
Quality:

Reference: Translated.com

English

the "stepping" number indicates design or manufacturing revision data for production intel processors.

Korean

"스테핑" 번호는 생산된 인텔 프로세서의 설계 또는 제조 개정 데이터를 나타냅니다.

Last Update: 1970-01-01
Usage Frequency: 1
Quality:

Reference: Translated.com
Warning: Contains invisible HTML formatting

English

msg_stat_queue() returns the message queue meta data for the message queue specified by the queue.

Korean

(php 4 = 4.3.0)

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

any parameters in parameter_array which start and end with single quotes will be taken as the name of a file to read and send to the database server as the data for the appropriate placeholder.

Korean

executes a statement prepared with odbc_prepare(). returns true on successful execution, false otherwise. the array arameters_array only needs to be given if you really have parameters in your statement.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com

English

if no memory can be obtained, it saves data for the first 15 capturing parentheses only, as there is no way to give an out-of-memory error from within a recursion.

Korean

outside a character class, a backslash followed by a digit greater than 0 (and possibly further digits) is a back reference to a capturing subpattern earlier (i.e. to its left) in the pattern, provided there have been that many previous capturing left parentheses. however, if the decimal number following the backslash is less than 10, it is always taken as a back reference, and causes an error only if there are not that many capturing left parentheses in the entire pattern. in other words, the parentheses that are referenced need not be to the left of the reference for numbers less than 10. see the section entitled "backslash" above for further details of the handling of digits following a backslash. a back reference matches whatever actually matched the capturing subpattern in the current subject string, rather than anything matching the subpattern itself. so the pattern (sens_bar_respons)e and \1ibility matches "sense and sensibility" and "response and responsibility", but not "sense and responsibility". if caseful matching is in force at the time of the back reference, then the case of letters is relevant. for example, ((?i)rah)\s+\1 matches "rah rah" and "rah rah", but not "rah rah", even though the original capturing subpattern is matched caselessly. there may be more than one back reference to the same subpattern. if a subpattern has not actually been used in a particular match, then any back references to it always fail. for example, the pattern (a_bar_(bc))\2 always fails if it starts to match "a" rather than "bc". because there may be up to 99 back references, all digits following the backslash are taken as part of a potential back reference number. if the pattern continues with a digit character, then some delimiter must be used to terminate the back reference. if the pcre_extended option is set, this can be whitespace. otherwise an empty comment can be used. a back reference that occurs inside the parentheses to which it refers fails when the subpattern is first used, so, for example, (a\1) never matches. however, such references can be useful inside repeated subpatterns. for example, the pattern (a_bar_b\1)+ matches any number of "a"s and also "aba", "ababaa" etc. at each iteration of the subpattern, the back reference matches the character string corresponding to the previous iteration. in order for this to work, the pattern must be such that the first iteration does not need to match the back reference. this can be done using alternation, as in the example above, or by a quantifier with a minimum of zero.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Translated.com
Warning: Contains invisible HTML formatting

Get a better translation with
9,030,474,585 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK