About 1,997,565 results (2,726 milliseconds)

Language Guide (proto 3) | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/proto3
For example, field numbers in the range 1 through 15 take one byte to ... For enums, the default value is the first defined enum value, which must be 0.

Default value if condition met but only want one other value to be ...

https://support.google.com/docs/thread/181453830/default-value-if-condition-met-but-only-want-one-other-value-to-be-accepted?hl=en
Sep 28, 2022 ... Here is a doc for reference. For example, I want C9 to default to FALSE if A9 and B9 have values. and I want C12 to default to ...

default values for maps

https://groups.google.com/g/golang-nuts/c/2VQ7h0CMkjg
Mar 17, 2010 ... default values /for those times when it's convenient/. The example I fell over, and the example I gave in my previous ... > If the default value ...

What determines 'Default' value in chrome://flags

https://groups.google.com/a/chromium.org/g/chromium-dev/c/aAHqoy1heBY
Mar 11, 2016 ... For example, 'Experimental QUIC protocol' is enabled by default in ... "Default" has a default value set by source code but in many ...

Specify default column values | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/default-values
The following example creates a table called simple_table with two STRING columns, a and b . Column b has the default value 'hello' . CREATE TABLE mydataset ...

Possible to enter a default value in cell? - Google Docs Editors ...

https://support.google.com/docs/thread/148612490/possible-to-enter-a-default-value-in-cell?hl=en
Jan 31, 2022 ... For example after filling in the field in column A in this example. See the link here as example. https://docs.google.com/spreadsheets/d ...

DropdownField: specify a default value?

https://groups.google.com/g/blockly/c/-1nt2L0kT18
Jan 17, 2024 ... My question: Can a default dropdown value be accomplished ... For example, TextField's "text" property is very similar in functionality.

`Map.get/3` to return default value for `nil` value

https://groups.google.com/g/elixir-lang-core/c/hz7tLYP-y2s
Jun 22, 2022 ... An example is: `Map.get(%{name: nil}, :name, "John")`. Expected it to return "John" but it returns `nil`. My thinking is since the default value ...

python manage.py inspectdb makes all fields with a default value ...

https://groups.google.com/g/django-developers/c/_VreFeIdLvA
Jul 20, 2018 ... Prerequisite: you have a column in one of your tables that has a default value. Example: test_field int(11) DEFAULT 1. Run python manage.py ...

Not able to get Default Values for Data Field to work

https://groups.google.com/g/golden-cheetah-users/c/T9wMHWZWXZw
Have anyone an basic example that is working, so I can start playing around out of a working example. I will import .FIT (for new rides), .TCX and .GPX (for old) ...

PSA: Don't initialize default values in Java

https://groups.google.com/a/chromium.org/g/chromium-dev/c/ylbLOvLs0bs
Oct 5, 2016 ... The example program given in the answer wouldn't work the same as-is ... default value at the end of initializing the object? Or are ...

using #textField() but want to set a default value

https://groups.google.com/g/cfwheels/c/SAJ-esFdddw
Apr 21, 2011 ... What I'm trying to do is set the default value of a text field when it initially loads (blank form). In the example below, "My Default Value ...

hiera default values for a variable

https://groups.google.com/g/puppet-users/c/kXbORLmzvbg
Dec 3, 2012 ... ... example you have a class 'foo' and a variable 'myvar' inside the class, then you should have it as 'foo::myvar' in hiera data files. Hope ...

Define custom block with default shadowed value input

https://groups.google.com/g/blockly/c/UosdT3nQIlU
Feb 4, 2019 ... Well, it is possible to do shadow blocks with other toolbox setups (we actually use JSON, for example), but none that wouldn't require ...

Builder default values - once again

https://groups.google.com/g/project-lombok/c/xEKOkfcD-4k/m/9uBzGN-0btwJ
Aug 15, 2014 ... The java 8 Optional is used in this example, for pre java 8 use, a Lombok own Optional could be used. Generating a constructor is in this case ...

python manage.py inspectdb makes all fields with a default value ...

https://groups.google.com/g/django-users/c/-ZJ3Fwt6JIs
Jul 20, 2018 ... Kimball Leavitt · Prerequisite: you have a column in one of your tables that has a default value. · Example: test_field int(11) DEFAULT 1.

Setting database default values in migrations (postgres)

https://groups.google.com/g/django-developers/c/nrVzOnHBk64
Oct 30, 2014 ... For example, I tested adding a not null boolean column with a default value of false to a table that had pre-existing rows, and the SQL for ...

Knockout overriding input value when you haven't specified default ...

https://groups.google.com/g/knockoutjs/c/nbYHo5In0tI
Mar 3, 2011 ... My expected behaviour is knockout would leave those fields intact on initialisation and use them as the default values. The example of this is ...

default values for wifi module

https://groups.google.com/g/ns-3-users/c/PNvYnSDg7vo
Jun 15, 2019 ... Another example - I want to see default value for guard interval in wifi ax standard. I set this variable using Yans wifi phy helper so I search ...

How to auto update default value on dependent drop downs ...

https://support.google.com/docs/thread/137960840/how-to-auto-update-default-value-on-dependent-drop-downs?hl=en
Nov 30, 2021 ... Here is sample sheet I set up for the example pictures. [Context: I have a sheet set up to keep track of my shift timesheets, so all I have ...