About 1,836,467 results (4,128 milliseconds)

Empty Array

https://groups.google.com/g/firebase-talk/c/uMmBh1OFSjM
Dec 11, 2014 ... ... empty node, you can check for null and return an empty array: Objective-C: NSArray *snapshotValue = snapshot.value != [NSNull null] ?

Array functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/array_functions
... ARRAY s with elements of type ARRAY . If the subquery returns zero rows, the ARRAY function returns an empty ARRAY . It never returns a NULL ARRAY . Return ...

Re: Determine if array is empty

https://groups.google.com/g/microsoft.public.scripting.vbscript/c/sLz5M3aTfRo
Feb 6, 2008 ... problem whether an array is empty == contains no elements (not even ... That was about javascript arrays, methinks, in the proper NG.

Functions, operators, and conditionals | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators
The following examples illustrate how you can check to see if ... An error is raised, however, if an array in the final query result contains a NULL element.

Rows Not Copying Formulas or getting lost altogether when I move ...

https://support.google.com/docs/thread/55325899/rows-not-copying-formulas-or-getting-lost-altogether-when-i-move-sheet-to-sheet?hl=en
Jun 24, 2020 ... ={"Dupe Check";arrayformula(if ... * @return {Boolean} True if element is unique in array, false if there is another identical value in array.

HTTP status code for an empty result

https://groups.google.com/g/api-craft/c/wngl_ZKONyk
Mar 20, 2012 ... Love all the great info and tips you guys provide about APIs, so thanks a lot. My question is whether to return a 200 or a 404 when a list ...

async await in setValidator function

https://groups.google.com/g/blockly/c/_3C3y0N0tvE
... if it doesnt and set to empty. I made the API call inside setValidator and then check if entered value matches, the code for which is below:- Blockly ...

block.workspace.topBlocks is an empty array for all but the first block ...

https://groups.google.com/g/blockly/c/WMm09AeUDDo
Feb 18, 2018 ... The XML is dynamically appended to the DOM with JavaScript and the block fields are populated based on API command parameters. Everything works ...

WebElement..getText() sometimes returns empty string when ...

https://groups.google.com/g/webdriver/c/zawvuz_D_7g
Jan 8, 2013 ... If the element is not visible then the GetText is going to return ... an array of elements that I check. Here is what I get: org.openqa ...

json schema for null strings, integers, enums, objects, arrays and ...

https://groups.google.com/g/json-schema/c/J6QPptNBJgI
In Java, any class-defined properties have to exist on all instances of that class. If you want to specify that a string field has no value, then you specify ...

GPT Reference | Google Publisher Tag | Google for Developers

https://developers.google.com/publisher-tag/reference
cmd variable is initialized to an empty JavaScript array by the GPT tag syntax on the page, and cmd. ... The values associated with this key, or an empty array if ...

Return an empty struct

https://groups.google.com/g/golang-nuts/c/VmFj6WkroH0
> or not. For this case, it's more simple returns one only value for then to check if that struct is empty or not. chris dollin's profile photo. chris dollin.

Multiple instances of elements seem to be sharing property values ?

https://groups.google.com/g/polymer-dev/c/pa_Ak2ATRw8
Mar 18, 2016 ... I've defined an element with an array property (initialised to empty) with an attach method that then uses 'this.push' to add items to the ...

Changing forced response items to requested response

https://groups.google.com/g/otree/c/54VjjD-gN9I
Jun 3, 2021 ... ... check whether it is blank or not: errors = {f: 'Wrong' for f in ... true) // this function checks whether all elements in an array are true

YARA-L 2.0 language syntax | Google Security Operations | Google ...

https://cloud.google.com/chronicle/docs/detection/yara-l-2-0-syntax
Returns the smallest element in an array or zero if the array is empty. If the second, optional argument is set to true, elements equal to zero are ignored.

Perform simple and compound queries in Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/queries
This query returns every city document where the regions field is an array that contains west_coast . If the array has multiple instances of the value you query ...

Heads-up: wee ColdFusion incompat bug(?) in listToArray()

https://groups.google.com/g/railo/c/IEh5pMdawyk
... an array with a single element *is not* expected behavior. The second argument is a "delimiter", and a delimiter _cannot_ be an empty string. A delimiter is ...

Connection checks | Blockly | Google for Developers

https://developers.google.com/blockly/guides/create-custom-blocks/inputs/connection-checks
If you don't pass a value, the check is considered null . The value you pass can be a string (which becomes the only entry in the connection check), or an array ...

System functions reference | Dialogflow CX | Google Cloud

https://cloud.google.com/dialogflow/cx/docs/reference/system-functions
Note: If the list is null , the function produces a value of false . the value for the existence check. For example, the following expression produces a value ...

string_view::is_null()

https://groups.google.com/a/isocpp.org/g/std-proposals/c/8SBZGcdkW50
Dec 27, 2013 ... ... elements whether the pointer is null or not. ... Now the caller has to do a null check even if a function could handle null pointers.