Examples of using Array containing in English and their translations into Russian
{-}
-
Official
-
Colloquial
Create an array containing a range of elements.
Let's take a look at an interesting piece of code for working with an array containing only 5 items.
An array containing descriptors this day events.
The analyzer has detected a potential error: an array containing private information is not cleared.
An array containing calendar days if the byDay flag is not set.
Its argument is an array containing key/message pairs.
An array containing the basic information about the server that was picked.
The given code won't process an array containing more than UINT_MAX items in a 64-bit program.
An array containing time slice starting times if the byDay flag is set.
This element is an empty string if there is no All-Day Events in that day,or it is an array containing dictionary subelements for each All-Day Event taking place that day.
An array containing calendar view elements if the byDay flag is set.
When calling a function that will verify a signature/certificate,the cainfo parameter is an array containing file and directory names that specify the locations of trusted CA files.
An array containing information about All-Day Events if the byDay flag is not set.
The function returns an array containing 2 strings for each field value.
An array containing one element for each week of the months to be displayed in the"monthly calendar".
The function returns an array containing one or more strings with field values.
The array containing weekday name strings, starting with the day specified as the first weekday in the WebUser Preferences.
This function returns an array containing the same elements as the arg value, but in the reversed order.
Returns an array containing the names of the mailboxes that have content in the text of the mailbox.
Note: Instead of a function name, an array containing an object reference and a method name can also be supplied.
An indicator array contains information about dots coordinates upon which an indicator line is drawn.
The Mas_1 array contains the values of the 3x5 matrix.
Possibility to export classes and arrays containing classes using the__set_state() magic method.
The given code, however, will work correctly only with arrays containing less than INT_MAX items.
The arrays contain some magic numbers.
Both arrays contain parameters for the found price in the following format.
When you know how many elements an array contains, it is not a problem defining the loop.
If you work with arrays containing more than UINT_MAX elements, as we have in the example, the behavior of the algorithm will not be correct.
But the given code may deal correctly with arrays containing not more than INT_MAX(2Gb) items.
In this example the expression"z* width* height+ y* width+ x", which is used for addressing, has the int type,which means that the code will be incorrect if the arrays contain more that 2 GB of elements.