About 1,959,791 results (3,415 milliseconds)

Write Cloud Run functions

https://cloud.google.com/functions/docs/writing
By default, Cloud Run functions attempts to load source code from a file named index.js at the root of your function directory. To specify a different main ...

JavaScript: fixing categorization

http://feedproxy.google.com/~r/2ality/~3/IsGBZJvA5zg/isinstance.html
Feb 3, 2013 ... ... different kinds correctly. Objects that are not ... The type of objects is 'object', except for functions, whose type is 'function'.

Global variables and namespace

https://groups.google.com/d/msgid/brython/CAB-sx62-JRR_LKOSfNiSEYi3zFOVVsfFgeDfyCGtvjh1f%2B2sLg%40mail.gmail.com
... functions are Javascript functions, they can be exposed in the global Javascript namespace. ... I see them as two different variables/functions in different ...

How do I find duplicate functions in a project - Google Docs Editors ...

https://support.google.com/docs/thread/290701903/how-do-i-find-duplicate-functions-in-a-project?hl=en
Aug 13, 2024 ... Hi Random Poster,. I think that warning will only be shown when a function name appears in two different script files in the script project. It ...

Organize multiple functions | Cloud Functions for Firebase

https://firebase.google.com/docs/functions/organize-functions
Cloud Functions offers different ways to organize your code to make it easier to navigate and maintain your functions. Organize functions in codebases. You can ...

Run functions with Functions Framework | Cloud Run functions ...

https://cloud.google.com/functions/docs/running/function-frameworks
js Functions Framework allows you to specify your function's name and signature type as command line arguments or environment variables. Note: command-line ...

Custom block with enforced types - create typed variables

https://groups.google.com/g/blockly/c/UIkMLD3LWPA
Oct 10, 2018 ... JavaScript['bin_storenum'] = function(block) { var number_name ... You could add multiple buttons to a single category for creating the three ...

Define Blocks | Blockly | Google for Developers

https://developers.google.com/blockly/guides/create-custom-blocks/define-blocks
Sep 18, 2024 ... Blockly has two ways of defining blocks: JSON objects and JavaScript functions. ... The JSON format and JavaScript API use slightly different ...

Map Types | Maps JavaScript API | Google for Developers

https://developers.google.com/maps/documentation/javascript/maptypes
JavaScript. function initMap() { const map = new google.maps.Map(document ... different style than that used in the default map type. The StyledMapType ...

JavaScript Basics: Primitive Types, Objects, Functions - Google Slides

https://docs.google.com/presentation/d/1uT8eqrBayG6ZgdBsGIWbxOr9Lf7nWnTZSHi1mlKfZks/htmlpresent
All JavaScript types are objects except these primitive types: string ... b: 2, c: 'three', addMe: function() { return this.a + this.b; } }; console.log ...

Write HTTP functions | Cloud Run functions Documentation | Google ...

https://cloud.google.com/functions/docs/writing/write-http-functions
js, you register an HTTP handler function with the Functions Framework for Node. ... Your HTTP handler can inspect the request method and perform different ...

Security Rules language | Firebase Security Rules

https://firebase.google.com/docs/rules/rules-language
The syntax for custom functions is a bit like JavaScript, but security rules ... In Realtime Database, there are three types of rules. Two of these ...

Use JavaScript in Dataform | Google Cloud

https://cloud.google.com/dataform/docs/javascript-in-dataform
5 days ago ... You can add JavaScript code to a SQLX file in two ways: inline or inside a JavaScript block. You can use a JavaScript block to define functions ...

GWT 2.7 JsInterop Handle static JavaScript Functions

https://groups.google.com/g/google-web-toolkit-contributors/c/vZPq40ujBak
js("$wnd.THREE.ImageUtils.loadTexture($0)", url); } } ... Otherwise, @JsType interfaces are treated like JavaScriptObject overlay types as far as castability/ ...

Javascript Custom Aggregation and other Questions

https://groups.google.com/g/druid-user/c/GYXS8LMTOuc
Jul 9, 2015 ... There are three query types which gives you metadata: Data Source ... fnCombine: is the function how to aggregate the different rows ...

Data types | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types
Notice that the second example contains three expressions: one that returns ... Most functions on strings are also defined on bytes. The bytes version ...

User-defined variable types for web - Tag Manager Help

https://support.google.com/tagmanager/answer/7683362?hl=en
Custom JavaScript. The value is set to the result of a JavaScript function. The JavaScript must take the form of an anonymous function that returns a value.

Applying different calculations based on radio button result

https://groups.google.com/g/mementodatabase/c/BnntDYYXqoI
Jan 19, 2022 ... It's got a few extra functions, but it's got so much of ... JavaScript. Again, this is not aimed at Paul specifically, but at ...

Closure Compiler Compilation Levels | Google for Developers

https://developers.google.com/closure/compiler/docs/compilation_levels
Oct 25, 2023 ... ... three levels. The ADVANCED_OPTIMIZATIONS level compresses ... If you do not flag external functions and properties referenced in your code ...

google/data-layer-helper: JavaScript library for working with ... - GitHub

https://opensource.google.com/projects/data-layer-helper
They simply define an array called dataLayer , then push messages onto it. There are three types of messages: Standard Messages (Objects); Native Method Calls ( ...