Перевод: с английского на арабский

с арабского на английский

type+code

  • 1 Type-Length-Value

    "A method of organizing data that involves a Type code (16 bit), a specified length of a Value field (16 bit), and the data in the Value field (variable)."

    English-Arabic terms dictionary > Type-Length-Value

  • 2 Type, Length, Value

    "A method of organizing data that involves a Type code (16 bit), a specified length of a Value field (16 bit), and the data in the Value field (variable)."
    "Type, Length, Value"

    English-Arabic terms dictionary > Type, Length, Value

  • 3 managed code

    "Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications."
    تعليمات برمجية مُدارة

    English-Arabic terms dictionary > managed code

  • 4 unmanaged code

    "Code that is executed directly by the operating system, outside the.NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime."
    تعليمات برمجية غير مُدارة

    English-Arabic terms dictionary > unmanaged code

  • 5 unsafe code

    "Code that is executed directly by the operating system, outside the.NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime."

    English-Arabic terms dictionary > unsafe code

  • 6 field code

    "Placeholder text that shows where specified information from your data source will appear; the elements in a field that generate a field's result. The field code includes the field characters, field type, and instructions."

    English-Arabic terms dictionary > field code

  • 7 earning code

    A code that represents the type of earnings paid to an employee.

    English-Arabic terms dictionary > earning code

  • 8 occupation code

    A code that represents the type of work performed by an employee within the organization.

    English-Arabic terms dictionary > occupation code

  • 9 skill code

    A type of enterprise outline code that allows you to specify the skills that a resource has.

    English-Arabic terms dictionary > skill code

  • 10 Single Payment Classification Code

    A Standard Entry Class ACH code that describes a type of financial transaction.

    English-Arabic terms dictionary > Single Payment Classification Code

  • 11 External Content Type Designer

    "A modeling tool in SharePoint Designer that enables users to create external content types, external lists and forms without writing code."

    English-Arabic terms dictionary > External Content Type Designer

  • 12 TLV

    "A method of organizing data that involves a Type code (16 bit), a specified length of a Value field (16 bit), and the data in the Value field (variable)."

    English-Arabic terms dictionary > TLV

  • 13 thunk

    "A small section of code that performs a translation or conversion during a call or indirection. For example, a thunk is used to change the size or type of function parameters when calling between 16-bit and 32-bit code."

    English-Arabic terms dictionary > thunk

  • 14 bug

    A type of work item that records a potential source of dissatisfaction with the product. The common name of a work item type for tracking code defects.

    English-Arabic terms dictionary > bug

  • 15 test shim

    "A type of test fake that works by introducing a detour to the entry point of methods or properties that are called by a unit under test. The shim is executed instead of the existing code, and is under the control of the tests. A shim can be applied to any code, even if it was not designed to be isolated during testing."

    English-Arabic terms dictionary > test shim

  • 16 module

    "In programming, a collection of routines and data structures that performs a particular task or implements a particular abstract data type. Modules usually consist of two parts: an interface, which lists the constants, data types, variables, and routines that can be accessed by other modules or routines, and an implementation, which is private (accessible only to the module) and which contains the source code that actually implements the routines in the module."

    English-Arabic terms dictionary > module

  • 17 provider

    "In a Web Parts connection, a server control that sends data to a consumer control. A provider can be a WebPart control or any type of server control, but must be designed to function as a provider. A provider must have a special callback method marked with a ConnectionProviderAttribute attribute in the source code. This method provides data to consumer controls in the form of an interface instance."

    English-Arabic terms dictionary > provider

  • 18 declarative security check

    "Declarative security information in metadata. Developers can use such declarations, which are usually written as custom attributes, to invoke several kinds of security functionality - require permissions to bind reference to the code, require permissions to derive a type, demand that callers have certain permissions, and so on."

    English-Arabic terms dictionary > declarative security check

  • 19 imperative security check

    "A security check that occurs when a security method is called within the code that is being protected. This type of check can be data-driven and can be isolated to a single location within an object or method. For example, if the name of a file to be protected is known only at run time, an imperative security check can be invoked by passing the file name as a parameter to a security method."

    English-Arabic terms dictionary > imperative security check

  • 20 C#

    "A programming language designed for building enterprise applications that run on the.NET Framework. C#, which is an evolution of C and C++, is type safe and object oriented. Because it is compiled as managed code, it benefits from the services of the common language runtime, such as language interoperability, security, and garbage collection."
    C#

    English-Arabic terms dictionary > C#

См. также в других словарях:

  • Type code — A type code is the only mechanism used in pre Mac OS X versions of the Macintosh operating system to denote a file s format, in a manner similar to file extensions in other operating systems. Codes are four byte OSTypes. For example, the type… …   Wikipedia

  • Type code — Un type code (traducido como código de tipo) es el mecanismo utilizado en las versiones anteriores de la Mac OS X del sistema operativo Macintosh para indicar el formato de un archivo, es algo similar a las extensiones de archivo usado en otros… …   Wikipedia Español

  • Code personnel (Tunisie) — Code du statut personnel (Tunisie)  Pour les autres articles nationaux, voir Code du statut personnel. Code du statut personnel Titre مجلة الأحوال الشخصية Pays …   Wikipédia en Français

  • Code Tang — Titre Code Tang Pays  Chine Type Code juridique Branche Droit pénal …   Wikipédia en Français

  • unit type code — A Joint Chiefs of Staff developed and assigned code, consisting of five characters that uniquely identify a “type unit” …   Military dictionary

  • Funds type code —   An ISO term. The component of the currency code that identifies the funds type. 1an …   International financial encyclopaedia

  • Message type code —   An ISO term. A code that designates the function of and/or the action requested by the message.   ISO Key Management term. 3a.   ISO Identification Cards term. ISO Bank Card Originated Messages term. 4n.   ISO Funds Transfer Messages term. 3an …   International financial encyclopaedia

  • Code civil (Belgique) — Pour les autres articles nationaux, voir code civil. Code civil Titre Code civil de la Belgique Pays …   Wikipédia en Français

  • Code du statut personnel (Tunisie) — Pour les autres articles nationaux, voir Code du statut personnel. Code du statut personnel Titre مجلة الأحوال الشخصية Pays …   Wikipédia en Français

  • type unit — A type of organizational or functional entity established within the Armed Forces and uniquely identified by a five character, alphanumeric code called a unit type code …   Military dictionary

  • Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»