DictionaryForumContacts

   English
Terms for subject Programming containing in name | all forms
EnglishRussian
to avoid name conflicts, which may cause hard-to-find bugs in large programs, it is wise to use some kind of convention that minimizes the chance of conflicts. Possible conventions include capitalizing method names, prefixing data attribute names with a small unique string, or using verbs for methods and nouns for data attributesчтобы избежать конфликтов имен, которые в больших программах могут привести к тяжело обнаружимым ошибкам, полезно использовать своего рода соглашение, позволяющее минимизировать вероятность конфликтов. Например: называть методы именами, начинающимися с заглавной буквы, добавлять небольшую приставку в начало имен атрибутов данных возможно просто символ подчёркивания или использовать глаголы для методов и существительные для атрибутов данных (см. An Introduction to Python – The Python Tutorial version 3.2 by Guido van Rossum and Fred L. Drake 2011 ssn)
based on the name passed inна основе переданного имени (Alex_Odeychuk)
collation name for French as used in Franceимя последовательности для французского языка, используемого во Франции (последовательности сортировки ssn)
collation name for German as used in Germanyимя последовательности для немецкого языка, используемоrо в Германии (последовательности сортировки ssn)
corresponding symbolic name of a variable in the application programсоответствующее символьное имя переменной в прикладной программе (ssn)
Figure 1.11 shows that the minimal icon for a class is a box with the class name in itна рис. 1.11 показано, что минимальным представлением класса является прямоугольник с именем класса (см. UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design, Second Edition by Jim Arlow and Ila Neustadt 2005)
function block name as an in-out variableимя функционального блока как входная-выходная переменная (ssn)
in programs written in the Java programming language, an instance of a class is created using the new operator followed by the class nameв программах на языке Java экземпляр класса создаётся с помощью оператора new, за которым следует имя класса
looking up a variable name in the scope chain of a functionпоиск имени переменной в цепочке областей видимости функции (ssn)
name in the concatenationимя в конкатенации (ssn)
name of the table in the form of a symbolимя таблицы в форме обозначения (ssn)
name of user in the version control systemимя пользователя в системе контроля версий (ssn)
name of user in the version control systemимя пользователя в системе управления версиями (ssn)
process of looking up a variable name in the scope chain of a functionпроцесс поиска имени переменной в цепочке областей видимости функции (ssn)
pseudo-name, written in italicsпсевдоимя, выделенное курсивом (ssn)
Resolution functions are associated with signals that require resolution by including the name of the resolution function in the declaration of the signal or in the declaration of the subtype of the signalФункции разрешения сопоставляются сигналам, требующим разрешения, включением имени функции разрешения в объявления этих сигналов или объявления их подтипов (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
resource type name for use in resource declarationимя типа ресурса для использования в объявлении ресурса (ssn)
Some objects are shown in the figures as class instances without a given object name – for example, : CheckingAccountИногда объекты на рисунках показаны как неименованные экземпляры класса, например: CheckingAccount (см. Software Modeling and Design by Hassan Gomaa 2011 ssn)
start to name the releases after the year in which they are releasedначать именовать окончательные версии программного обеспечения по годам выпуска (Alex_Odeychuk)
symbolic name of a variable in the application programсимвольное имя переменной в прикладной программе (ssn)
when we speak of an event type in the original event model, what we really mean is the name of the event handler that is invoked in response to the eventГоворя о типе события в исходной модели обработки событий, мы на самом деле имеем в виду имя обработчика, вызываемого в ответ на событие (см. "JavaScript: The Definitive Guide, 5th Edition" by David Flanagan 2006 ssn)