About 1,486,861 results (5,663 milliseconds)

Should we return an empty string or null for optional fields left blank

https://groups.google.com/g/api-craft/c/OBfA-Fl1RLs
Apr 16, 2012 ... Don't think one can be considered the 'correct way', but was wondering if there is a consensus or standard on how we should present blank

Change behavior of {$foo} when $foo is null or undefined?

https://groups.google.com/g/closure-templates-discuss/c/wjUF20sV1sc
instead of @param. (3) Introduce a print directive named "empty" so that {$foo|empty} will print $foo if $foo != null; otherwise, it will print the empty string ...

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

https://groups.google.com/g/json-schema/c/J6QPptNBJgI
"fooEnum" : { "type" : [ "string", "null" ], "enum" : [ BLAH ] } c) For completeness, let me also ask if an empty list needs any special treatment? Though I ...

How to check if Statement input is empty

https://groups.google.com/g/blockly/c/E4XVYq4tv2U
Jul 6, 2022 ... And I have not added an else input, I get an empty string as the return value. ... Returns null if it doesn't exist, and an object if it does.

Testing null/empty path parameters

https://groups.google.com/g/rest-assured/c/6jl6vl-0zWI
Dec 23, 2015 ... I'm using rest-assured to test our APIs, but we are getting a 500 response code in production when a path parameter is null/empty.

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

https://groups.google.com/g/webdriver/c/zawvuz_D_7g
Jan 8, 2013 ... I am finding that WebElement.getText() returns an empty string sometimes, but when it happens and I take a screenshot, the text is there.

vim9script and null

https://groups.google.com/g/vim_dev/c/XMyDFONi9eE
If we consider an empty string equivalent to null, then both if these should return true: if sval == '' if sval == null. If you want to check the difference ...

string_view::is_null()

https://groups.google.com/a/isocpp.org/g/std-proposals/c/8SBZGcdkW50
Dec 27, 2013 ... (except compare it to null, and that doesn't tell you anything useful). An empty string view need not point *anywhere*, or have any data behind ...

resetting the state of an observable to undefined/zero/null

https://groups.google.com/g/knockoutjs/c/khg9v5szZqg
Dec 14, 2011 ... An empty box that is expected to deliver a number should never deliver an empty string... it should instead deliver null. ... test() = null.

Protocol Buffers Well-Known Types | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/reference/google.protobuf
The fully qualified name of the API which is included. root, string, If non-empty specifies a path under which inherited HTTP paths are rooted. NullValue.

Empty Array

https://groups.google.com/g/firebase-talk/c/uMmBh1OFSjM
Dec 11, 2014 ... ... string ['']. Just check the type in your observer and have your code return an empty array if the node's type is not array: Objective-C ...

Get a custom function on Google Sheets that may return blank cells ...

https://support.google.com/docs/thread/206352592/get-a-custom-function-on-google-sheets-that-may-return-blank-cells?hl=en
Mar 16, 2023 ... When my function returns an array, with values that are empty strings, null ... test them, they don't show up as blank. function INBLANK ...

Looker functions and operators | Google Cloud

https://cloud.google.com/looker/docs/functions-and-operators
Returns the string representation of value , or an empty string if value is null. Date functions. Date functions enable you to work with dates and times.

Functions, operators, and conditionals | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators
When using the NOT IN operator, the following semantics apply in this order: Returns TRUE if value_set is empty. Returns NULL if search_value is NULL . Returns ...

How to get a Google Sheet App script to skip empty rows? - Google ...

https://support.google.com/docs/thread/236552528/how-to-get-a-google-sheet-app-script-to-skip-empty-rows?hl=en
Sep 26, 2023 ... ... javascript.info, Mozilla Developer Network and Clean Code JavaScript. ... // Then check if URL is empty or null before processing. if (url ...

Gracefully handling null values with properties()

https://groups.google.com/g/gremlin-users/c/v_vW-9fOCdY
Apr 21, 2021 ... The value of the field is NOT null (my ETL script is in fact checking for nulls before committing to the graph) --- it's likely an empty string.

UUID 'null' becomes '00000000-0000-0000-0000-000000000000'

https://groups.google.com/g/h2-database/c/QxgOJxuVzV0
'00000000-0000-0000-0000-000000000000'!! For comparision: If I insert an empty UUID like ... zeropad any string that can't be converted to an number. Kind ...

SonarLint does not detect NullPointerException problems in Java ...

https://groups.google.com/g/sonarlint/c/03C1fjq0FmI
May 17, 2017 ... private final String nullValue = null; private String testValue = "not found"; protected void checkNull() { final String valueFound = nullValue;

System functions reference | Dialogflow CX | Google Cloud

https://cloud.google.com/dialogflow/cx/docs/reference/system-functions
Performs a Luhn algorithm check to determine whether the candidate number is a valid card number. Null or empty strings are not valid credit card numbers.

[vim/vim] Language Specification: An explosion of nulls - the ...

https://groups.google.com/g/vim_dev/c/JZ_BC4tYotU
var v3: list<string> = null if v3 == null | endif var biggerList ... null for string, an uninitialized string equal to empty string. Also I don't ...