이스케이프 문자 oor Engels

이스케이프 문자

Vertalings in die woordeboek Koreaans - Engels

escape character

naamwoord
en
A single character that suppresses any special meaning of the character that follows it.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
특정 문자이스케이프 처리해야 한다는 사실을 염두에 두고 원하는 업데이트를 수행합니다.
Make the desired updates, keeping in mind that you need to escape certain characters.support.google support.google
피드의 문자열과 문자가 제대로 이스케이프되었는지 확인하세요.
Ensure that strings and characters in your feed are properly escaped.support.google support.google
백슬래시를 사용하여 점을 이스케이프 처리하고 점을 문자 그대로 해석해야 합니다.
Use the slash to escape the dot and ensure that it is interpreted literally.support.google support.google
이 문제는 URL에 이스케이프 처리되지 않는 문자가 있을 때 종종 발생합니다.
Often, this problem is caused by an unescaped character in the URL.support.google support.google
참고: ^ 및 $와 같이 정규 표현식에서 특정 의미를 갖는 문자의 실제 예시를 검색해 볼 때 검색어에서 해당 문자 앞에 백슬래시를 배치하여 검색어에서 해당 문자이스케이프(escape)해야 합니다.
NOTE: When trying to search for actual instances of any character that has a specific meaning in regular expressions, like ^ and $, you need to "escape" the character in your search query by placing a backslash in front of it.support.google support.google
모든 XML 파일과 마찬가지로 모든 데이터 값(URL 포함)은 & ' " < > 기호와 같은 특정 문자에 대해 엔티티 이스케이프 코드를 사용해야 합니다.
As with all XML files, any data values (including URLs) must use entity escape codes for certain characters such as & ' " < > symbols.support.google support.google
문자열 값에 잘못된 이스케이프 시퀀스가 사용되었습니다.
An invalid escape sequence used in a string value.support.google support.google
또한 동적인 문자열 기반 언어(예: JavaScript 및 SQL)도 이스케이프 문자 및 스크립트 주입 으로 인해 입력 유효성 검사 문제에 노출됩니다.
Dynamic, string-based languages such as JavaScript and SQL are also subject to input validation problems due to escape characters and script injection .ParaCrawl Corpus ParaCrawl Corpus
x (PCRE_EXTENDED) 이 변경자가 지정되면, 공백 문자이스케이프 되거나 문자 클래스 안에 있을 경우를 제외하고, 완전히 무시합니다. 문자 클래스 밖에서 이스케이프 되지 않은 # 사이와 뉴라인 문자 다음의 문자도 무시합니다.
x (PCRE_EXTENDED ) If this modifier is set, whitespace data characters in the pattern are totally ignored except when escaped or inside a character class, and characters between an unescaped # outside a character class and the next newline character, inclusive, are also ignored.ParaCrawl Corpus ParaCrawl Corpus
필드 자체에 세미콜론이 포함되는 경우 백슬래시 문자(\)로 이스케이프 처리합니다.
If part of a field contains a semi-colon, escape it with a backslash character (\).ParaCrawl Corpus ParaCrawl Corpus
16진수 이스케이프 시퀀스는 길이의 제한은 없지만 처음으로 16진수가 아닌 문자를 만나면 시퀀스를 종료합니다. 만약 하나의 16진수 이스케이프 시퀀스가 문자열(char , char16_t , char32_t , or wchar_t ) 내에서 글자를 표현하기에 범위가 부족하면 예상치 못한 동작을 수행합니다.
Hexadecimal escape sequences have no length limit and terminate at the first character that is not a valid hexadecimal digit. If the value represented by a single hexadecimal escape sequence does not fit the range of values represented by the character type used in this string literal (char , char16_t , char32_t , or wchar_t ), the result is unspecified.ParaCrawl Corpus ParaCrawl Corpus
따라서 이스케이프 처리가 필요 없는 ASCII 문자만 사용하여 URL 경로를 만드는 것이 좋습니다.
Therefore, we recommend you create your URL path using only ASCII characters that do not need escaping.ParaCrawl Corpus ParaCrawl Corpus
문 은 비 공백 문자로 시작하여 첫 번째 닫는 중괄호 또는 세미콜론 (문자열 외에, 이스케이프되지 않고 다른 {}, () 및 [] 쌍에 포함되지 않는) 으로 끝나는 구성 블록입니다.
A statement is a building block that begins with any non-space characters and ends at the first closing brace or semi-colon (outside a string, non-escaped and not included into another {}, () or [] pair).ParaCrawl Corpus ParaCrawl Corpus
입력은 왼쪽에서 오른쪽으로 처리되기 때문에 줄 끝 기호의 전 (또는 다른 장소)에 제로가 아닌 연속한 backslash가 2n (짝수) 개존재하는 경우, 이스케이프 처리 후에 n 개의 backslash가 encode 됩니다. 키에는 최초의 비공백 문자로부터, 최초의 이스케이프되어 있지 않은 '=' , ':' , 또는 공백 문자의 앞까지의 문자 모든 것 (줄 끝 기호를 제외하다)이 포함됩니다.
Since the input is processed from left to right, a non-zero even number of 2n contiguous backslashes before a line terminator (or elsewhere) encodes n backslashes after escape processing. The key contains all of the characters in the line starting with the first non-white space character and up to, but not including, the first unescaped '=' , ':' , or white space character other than a line terminator.ParaCrawl Corpus ParaCrawl Corpus
이것들 키의 마지막을 나타내는 문자는 모두, backslash를 앞에 두고 붙여 이스케이프 하는 것으로 키에 포함할 수 있습니다 . 예를 들어,
All of these key termination characters may be included in the key by escaping them with a preceding backslash character; for example,ParaCrawl Corpus ParaCrawl Corpus
도스의 TUI [ 편집 ] PC 호환기종에서는 BIOS 와 MS-DOS 가 화면에 문자를 출력하는 수단을 제공하며, ANSI.SYS 가 안시 이스케이프 코드를 처리해 준다.
On IBM Personal Computers and compatibles , the Basic Input Output System (BIOS ) and DOS system calls provide a way to write text on the screen, and the ANSI.SYS driver could process standard ANSI escape sequences.ParaCrawl Corpus ParaCrawl Corpus
논리행이 복수의 자연행에 걸치는 경우, 줄 끝 기호 순서를 이스케이프 하는 backslash, 줄 끝 기호 순서 및 다음의 행의 선두의 공백 문자는 키 또는 요소의 값에 어떤 영향도 미치지 않습니다.
If a logical line is spread across several natural lines, the backslash escaping the line terminator sequence, the line terminator sequence, and any white space at the start of the following line have no affect on the key or element values.ParaCrawl Corpus ParaCrawl Corpus
18 sinne gevind in 16 ms. Hulle kom uit baie bronne en word nie nagegaan nie.