Глоссарий





Новости переводов

16 мая, 2024

Translating UMI-CMS based website

19 апреля, 2024

Translations in furniture production

07 февраля, 2024

Ghostwriting vs. Copywriting

30 января, 2024

Preparing a scientific article for publication in an electronic (online) journal

20 декабря, 2023

Translation and editing of drawings in CAD systems

10 декабря, 2023

About automatic speech recognition

30 ноября, 2023

Translation services for tunneling shields and tunnel construction technologies



Глоссарии и словари бюро переводов Фларус

Поиск в глоссариях:  

Razor syntax

Глоссарий ИТ-терминов
    An asp.net syntax that lets developers combine programming code (in c# or visual basic) with html markup in web pages.




Razor, английский
  1. A built-in view engine for asp.net mvc that uses the razor syntax.

  2. An asp.net syntax that lets developers combine programming code (in c# or visual basic) with html markup in web pages.


Razor blade, английский

Razor bumps, английский
    The painful, unsightly irritation experienced after shaving, when the hairs become trapped beneath the skin.


Razor saw, английский

Razor stone, английский

Razorback, английский

Syntax, английский
  1. N синтаксис; french (russian, english) ~ синтаксис французского (русского, английского) языка; morpho~ морфосинтаксис formal ~ формальный синтаксис semantic ~ семантический синтаксис

  2. The grammatical pattern of words in a language.

  3. The rules governing the formation of a command-line statement, including the order in which a command must be typed, and the elements that follow the command.

  4. The grammar for a language or the rules to decide if a statement is in the language but not the meaning.


Syntax, английский

Syntax checker, английский
    A program for identifying errors in syntax for a programming language.


Syntax diagram, английский

Syntax error, английский
  1. A mistake in the formulation of an instruction to a computer.

  2. An error in the grammatical structure of the code or expression.

  3. Creating a illegal program in the language by making an error such as a typo, insertion, deletion, or misuse of an element of the language. e.g. leaving o a trailing semicolon in processing or misspelling a key word.


Syntax, satzlehre, немецкий

Syntax-matching services, английский

Syntaxis, английский

Syntaxy, английский

Programming, английский
  1. Программирование

  2. Constructing a program; usually in a high level language. the art of instructing computers how to store, retrieve, and process data automatically.

  3. Планирование


Web parts page, английский
    An asp.net web page that includes web parts controls that let users personalize the page, such as selecting the information to display.


Templated control, английский
    An asp.net server control that does not itself provide a visual interface but allows its users (page developers) to supply templates that provide a visual interface. when the asp.net page parser encounters a templated control, it parses the control’s template and dynamically creates child controls that supply the visual interface. the repeater and datalist asp.net server controls are templated controls. the datagrid control is not strictly a templated control, but uses templates to customize its user interface.