content stringlengths 0 557k | url stringlengths 16 1.78k | timestamp timestamp[ms] | dump stringlengths 9 15 | segment stringlengths 13 17 | image_urls stringlengths 2 55.5k | netloc stringlengths 7 77 |
|---|---|---|---|---|---|---|
August 2011
Volume 26 Number 08
Visual Studio LightSwitch - Build Business Applications with Visual Studio LightSwitch
By Robert Green | August 2011
Consider the tale of two overworked individuals. Antonio is a senior developer in the IT department of a large bank with hundreds of branch offices. Dalia is the manager a... | https://docs.microsoft.com/en-us/archive/msdn-magazine/2011/august/visual-studio-lightswitch-build-business-applications-with-visual-studio-lightswitch | 2020-01-17T17:32:56 | CC-MAIN-2020-05 | 1579250589861.0 | [array(['images/hh335065.green_figure2_hires%28en-us%2cmsdn.10%29.jpg',
'The Built-In Phone Number Data Type Provides Validation and Formatting The Built-In Phone Number Data Type Provides Validation and Formatting'],
dtype=object)
array(['images/hh335065.green_figure3_hires%28en-us%2cmsdn.10%29.jpg',
... | docs.microsoft.com |
With good tests and other static analysis and linters in place, you can let computers take care of pointing out the obvious. Human review can then focus on what people are good at.
Use
pullapprove_conditions to make sure the author
takes care of everything your automated checks can help with
before bothering real peopl... | https://docs.pullapprove.com/examples/waiting-for-ci/ | 2020-01-17T15:58:54 | CC-MAIN-2020-05 | 1579250589861.0 | [] | docs.pullapprove.com |
Code Snippets
More advanced ways to customize Sprout Invoices. Its easier than it sounds!
- Modify the PDF File Name
- Avada Theme Support
- Create an Estimate via the API
- Prevent Redirection Away from Admin for Clients
- Get User's Invoices and Estimates
- Creating a Sprout Invoice Manually
- Changing Invoice/Estima... | https://docs.sproutinvoices.com/category/53-code-snippets/2?sort=popularity | 2020-01-17T17:22:53 | CC-MAIN-2020-05 | 1579250589861.0 | [] | docs.sproutinvoices.com |
OnClientDeleting OnClientDeleting client-side event occurs when a row is about to be deleted in response to the Remove button or a call to the deleteFileInputAt() method.
This event does not occur when selected rows are deleted in response to the Delete button or a call to the deleteSelectedFileInputs() method.
The eve... | https://docs.telerik.com/devtools/aspnet-ajax/controls/upload/client-side-programming/onclientdeleting | 2020-01-17T16:11:16 | CC-MAIN-2020-05 | 1579250589861.0 | [] | docs.telerik.com |
Adopt a Badjr
Physical Badjr
You can either purchase your physical Badjr from TheBadjr or you can convert a mikrotik into one by following these steps.
Get Your Badjr to Knock
First plug your Badjr into a network which has DHCP running via ether1. This will cause your Badjr to start connecting to Unity to make itself a... | https://docs.thebadjr.com/doku.php?id=docs:latest:unity:adopt_badjr | 2020-01-17T16:21:57 | CC-MAIN-2020-05 | 1579250589861.0 | [] | docs.thebadjr.com |
Syntax
<offset time>
- A decimal number of seconds (optionally using decimal digits for fractions of seconds)
0means no offset time (this is the default)
- A whole number proceeded by a
#specifies a number of frames instead of seconds
Abbreviation
None
Description
Setting a Streaming Cue’s Offset Time
Use the Offset co... | http://docs.interactive-online.com/cs2/1.0/en/topic/offset | 2019-09-15T14:16:20 | CC-MAIN-2019-39 | 1568514571506.61 | [] | docs.interactive-online.com |
The Manage Credit Cards function allows you to manage the credit card transactions for each booking. It is important to note that this area functions as a record keeping tool and WILL NOT process the credit card transactions unless you are signed up for our automated POS Credit Card Gateway or MyCard
Customers who are ... | https://docs.bookingcenter.com/display/MYPMS/Manage+Credit+Cards | 2019-09-15T14:10:34 | CC-MAIN-2019-39 | 1568514571506.61 | [] | docs.bookingcenter.com |
numpy.histogram_bin_edges¶
numpy.
histogram_bin_edges(a, bins=10, range=None, weights=None)[source]¶
Function to calculate only the edges of the bins used by the
histogramfunction.
Notesof the data. The final bin count is obtained from
np.round(np.ceil(range / h)).
- ‘auto’ (maximum of the ‘sturges’ and ‘fd’ estimators... | https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.histogram_bin_edges.html | 2019-09-15T14:18:13 | CC-MAIN-2019-39 | 1568514571506.61 | [] | docs.scipy.org |
.
The Cipher Tool is used in WSO2 products to create encrypted values for passwords. See the following sections in the documentation for more information::. | https://docs.wso2.com/pages/viewpage.action?pageId=66618442 | 2019-09-15T14:46:51 | CC-MAIN-2019-39 | 1568514571506.61 | [] | docs.wso2.com |
Changes¶
4.2.0 (2017-07-12)¶
- Add support for Python 3.5 and 3.6.
- Drop support for Python 2.6 and 3.3.
- Documentation is hosted at
4.0.3 (2013-09-12)¶
- Drop the dependency on
zope.componentas the interface and implementation of
ObjectEventis now in
zope.interface. Retained the dependency for the tests.
- Fix:
.mov... | https://zopelifecycleevent.readthedocs.io/en/latest/changelog.html | 2019-09-15T14:31:33 | CC-MAIN-2019-39 | 1568514571506.61 | [] | zopelifecycleevent.readthedocs.io |
ASP.NET.
In This Section
- Application State
Provides an introduction to application state.
- Session State
Provides an introduction to session state.
- Passing Server Control Values Between Pages
Describes how to pass information between Web Forms pages.
Related Sections
- Creating ASP.NET Web Applications
Provides an... | https://docs.microsoft.com/en-us/previous-versions/aa719576(v=vs.71)?redirectedfrom=MSDN | 2019-09-15T13:54:59 | CC-MAIN-2019-39 | 1568514571506.61 | [] | docs.microsoft.com |
Creating a New Multiplatform Library for NuGet
Creating a Multiplatform Library project that uses PCL or .NET Standard means that the resulting NuGet can be added to any .NET project that supports the target profile, including ASP.NET projects, or desktop apps using WinForms, WPF, or UWP.
The library can only contain c... | https://docs.microsoft.com/en-us/xamarin/cross-platform/app-fundamentals/nuget-multiplatform-libraries/single-codebase | 2019-09-15T15:18:06 | CC-MAIN-2019-39 | 1568514571506.61 | [array(['single-codebase-images/nuget-output.png',
'Files contained in the NuGet package'], dtype=object)] | docs.microsoft.com |
SDK integration
Onegini IDP offers an SDK to integrate the OAuth 2.0 authorization code flow into your client. The SDK is available on GitHub.
Setup
The two steps of the login flow described above are also reflected in the SDK. The first thing you have to do is create
an instance of the
OneginiOauthSdk.
The constructor... | https://docs.onegini.com/cim/idp/6.1.0/authentication/oauth/sdk-integration.html | 2019-09-15T13:52:52 | CC-MAIN-2019-39 | 1568514571506.61 | [] | docs.onegini.com |
[iOS] Add Screens
To add screens to your project, follow these simple steps:
1. Tap the camera icon at the bottom left corner.
2. Select “Camera” or “Library” and choose an image to upload.
"Camera" option
Capture a photo of your sketch to use as a screen image.
"Library" option
Select an image file that you’ve already... | https://docs.prottapp.com/article/236-add-screens-ios | 2019-09-15T14:12:30 | CC-MAIN-2019-39 | 1568514571506.61 | [array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/563027a1c69791452ed4f4d2/images/565d31ba90336053e408e044/file-PRCtd25W6A.jpg',
None], dtype=object)
array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/563027a1c69791452ed4f4d2/images/565d31dec697915b26a5bd3d/file-iurmLGQhN9.jpg',
None], dt... | docs.prottapp.com |
(cfg, response_handler=None, request_kwargs=None, pulp_host=None)¶
Bases:
object(client, response): ... response.raise_for_status() ... return response.json() >>> client = Client(get_config(), response_handler=response_handler) >>> response = client.post('/pulp/api/v2/users/', {'login': 'Alice'}) >>> response = client.... | https://pulp-smash.readthedocs.io/en/latest/api/pulp_smash.api.html | 2019-09-15T14:37:21 | CC-MAIN-2019-39 | 1568514571506.61 | [] | pulp-smash.readthedocs.io |
Source code for fs.enums
"""Enums used by PyFilesystem. """ from __future__ import absolute_import from __future__ import unicode_literals import os from enum import IntEnum, unique[docs]@unique class ResourceType(IntEnum): """Resource Types. Positive values are reserved, negative values are implementation dependent. M... | https://pyfilesystem2.readthedocs.io/en/latest/_modules/fs/enums.html | 2019-09-15T14:11:46 | CC-MAIN-2019-39 | 1568514571506.61 | [] | pyfilesystem2.readthedocs.io |
Access to this feature depends on your subscription level.
If you have opted in to New Relic SPA (single-page app) monitoring, the Browser Page views page will include data on SPA route changes and initial page loads.
Single-page app (SPA) data
To view SPA data: Go to rpm.newrelic.com/browser > (select an app) > Page v... | https://docs.newrelic.com/docs/browser/single-page-app-monitoring/use-spa-data/view-spa-data-new-relic-browser | 2019-09-15T14:12:12 | CC-MAIN-2019-39 | 1568514571506.61 | [array(['https://docs.newrelic.com/sites/default/files/styles/inline_660px/public/thumbnails/image/Browser-SPA-page-views.png?itok=RpEGaHJP',
'Browser-SPA-page-views.png Browser SPA Page views page'],
dtype=object)
array(['https://docs.newrelic.com/sites/default/files/thumbnails/image/Browser-SPA-Page-v... | docs.newrelic.com |
EVBC::registerRingSource source-uri extractor-lib source-ids info expectBodyHeaders oneshot timeout timeoffset
The registerRingSource proc registers information to the RingSourceMgr to launch a ringFragmentSource when transitioning to the Active state from Halted. This is the preferred mechanism for associating ringFra... | http://docs.nscl.msu.edu/daq/newsite/nscldaq-11.2/r55766.html | 2017-09-19T20:37:24 | CC-MAIN-2017-39 | 1505818686034.31 | [] | docs.nscl.msu.edu |
Deploying with Setuptools¶
Setuptools, is an extension library that is commonly used to” installed, you have setuptools available on your system. Flask already depends upon setuptools.
Standard disclaimer applies: you better use a virtualenv.
Your setup code always goes into a file named
setup.py next to your
applicati... | http://flask.readthedocs.io/en/latest/patterns/distribute/ | 2017-09-19T20:46:37 | CC-MAIN-2017-39 | 1505818686034.31 | [] | flask.readthedocs.io |
Dumping Data from an ArangoDB database
To dump data from an ArangoDB server instance, you will need to invoke arangodump. Dumps can be re-imported with arangorestore. arangodump can be invoked by executing the following command:
unix>:
unix> arangodump --output-directory "dump" --overwrite true
arangodump
Here's an exa... | https://docs.arangodb.com/3.1/Manual/Administration/Arangodump.html | 2017-09-19T20:46:44 | CC-MAIN-2017-39 | 1505818686034.31 | [] | docs.arangodb.com |
ipython-gremlin¶
ipython-gremlin is an IPython extension module that allows the user to magically submit scripts to the TinkerPop Gremlin Server using %gremlin (line) and %%gremlin (cell) magic...
ipython-gremlin also provides basic integration with pandas and NetworkX data/graph analysis libraries to translate Gremlin... | http://ipython-gremlin.readthedocs.io/en/latest/ | 2017-09-19T20:26:33 | CC-MAIN-2017-39 | 1505818686034.31 | [] | ipython-gremlin.readthedocs.io |
Hides or changes the appearance of the status bar on most devices.
On iOS devices, there is an optional parameter in the
iphone →
plist
build.settings (guide) which also controls whether the status bar is hidden or not. This API overrides the
plist setting after the app loads. While the app is loading (when the splash ... | http://docs.coronalabs.com.s3-website-us-east-1.amazonaws.com/api/library/display/setStatusBar.html | 2017-09-19T20:45:05 | CC-MAIN-2017-39 | 1505818686034.31 | [] | docs.coronalabs.com.s3-website-us-east-1.amazonaws.com |
#include <CTimedTrigger.h>
class CTimedTrigger : public CEventTrigger {
CTimedTrigger(const timespec& interval);
CTimedTrigger(const CTimedTrigger& interval);
void setPeriod(const struct timespec& newInterval);
virtual void setup();
virtual bool operator()();}
Provides a concrete
CEventTrigger class
that fires periodic... | http://docs.nscl.msu.edu/daq/newsite/nscldaq-11.2/r79766.html | 2017-09-19T20:43:56 | CC-MAIN-2017-39 | 1505818686034.31 | [] | docs.nscl.msu.edu |
Small Data Exchange¶
NFC isn’t a fast data carrier - it’s beauty lies in the explicitness of interaction that a user conciously performs when touching two devices. But 424 kbps physical speed and a transmit time of about 1 second are good enough to transfer about 20 kilobyte of user data with the Simple NDEF Exchange P... | http://nfciop.readthedocs.io/en/latest/dx/index.html | 2017-09-19T20:34:59 | CC-MAIN-2017-39 | 1505818686034.31 | [] | nfciop.readthedocs.io |
AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region..
Assembly: AWSSDK.dll
Version: (assembly version)
Container for the necessary parameters to execute the ListJobs service me... | http://docs.aws.amazon.com/sdkfornet/latest/apidocs/items/MGlacierIGlacierListJobsListJobsRequestNET35.html | 2017-09-19T20:35:39 | CC-MAIN-2017-39 | 1505818686034.31 | [] | docs.aws.amazon.com |
OpsGenie parses your data to construct rich and informative alerts. You can use dynamic fields to customize alert properties, as well as alert conditions.
Draggable fields bring significant data for creating and managing well-informed alerts. OpsGenie Integrations Framework provides different dynamic fields for every i... | https://docs.opsgenie.com/docs/draggable-fields | 2017-09-19T20:48:00 | CC-MAIN-2017-39 | 1505818686034.31 | [] | docs.opsgenie.com |
GroupServer 15.11 — Limoncello to ward off summer¶
Introduction¶
The major changes to GroupServer in the Limoncello release include HTML formatting of posts, better notifications, and more ways to connect with other systems. You can get Limoncello immediately.
Changes to GroupServer¶
The most visible change to GroupSer... | http://groupserver.readthedocs.io/en/16.04/release-notes-1511.html | 2017-09-19T20:33:58 | CC-MAIN-2017-39 | 1505818686034.31 | [] | groupserver.readthedocs.io |
(Abu Mu’sab al-Zarqawi, the man who laid the foundation for ISIS)
If one were to read one book to gain an understanding of how the Islamic State (ISIS) was able to conquer a land mass that is as big as Israel and Lebanon, it should be Joby Warrick’s new monograph, BLACK FLAGS: THE RISE OF ISIS. Warrick, a Pulitzer Priz... | https://docs-books.com/category/isis/ | 2021-05-06T00:08:10 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs-books.com |
To configure site logo/ name and tagline to your website are as follows:
The theme allows you to display either the site tagline or site logo on your site. To Configure the site logo for your site please follow these steps given below:
- First of all, Go to Dashboard > Appearance > Customize > Default Settings> Site Id... | https://docs.prosysthemes.com/biz-ezone/default-settings/how-to-configure-site-logo-name-tagline-to-your-website/ | 2021-05-06T00:47:53 | CC-MAIN-2021-21 | 1620243988724.75 | [array(['http://docs.prosysthemes.com/wp-content/uploads/2020/01/site-identity-cafe-businesws.png',
None], dtype=object) ] | docs.prosysthemes.com |
Freshdesk
Freshdesk enables companies to provide customer support via a help desk, knowledge base, and chat.
Using Transifex Live, you can make your Freshdesk knowledge base multilingual. We have a live example of a localized Freshdesk help desk. Use the language dropdown at the bottom left to switch languages.
Below, ... | https://docs.transifex.com/integrations/freshdesk | 2021-05-06T01:38:41 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.transifex.com |
Installing
Before installing PATROL for Light Weight Protocols in a production environment, BMC recommends that you first install in a test environment on a limited number of computers and test the installation thoroughly.
Note
By default, a typical installation configures the PATROL Agent to connect through port 3181.... | https://docs.bmc.com/docs/PATROL4lwp/30/installing-852560041.html | 2021-05-06T01:32:33 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.bmc.com |
: Projecting a Model
- Tutorial: Linear time-invariant systems
- Tutorial: Reducing an LTI system using balanced truncation
- Tutorial: Model order reduction with artificial neural networks
- Tutorial: Model order reduction for PDE-constrained optimization problems
- An elliptic model problem with a linear objective fu... | https://docs.pymor.org/2020.2.0/index.html | 2021-05-05T23:56:55 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.pymor.org |
Squidex Identity server based on Squidex Headless CMS. It implements the OpenId Connect and OAuth 2.0 protocols to act as a central single sign on server.
Clone the Squidex identity repository with the following command:
git clone
You can create the app with predefined schemas either in the cloud or in your custom inst... | https://docs.squidex.io/01-getting-started/installation/install-identity | 2021-05-05T23:57:50 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.squidex.io |
We only accept formulae that use a Debian Free Software Guidelines license or are released into the public domain following DFSG Guidelines on Public Domain software.
All licenses are identified by their license identifier from the SPDX License List.
Specify a license by passing it to the
license method:
license "MIT"
... | https://docs.brew.sh/License-Guidelines | 2021-05-06T01:09:24 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.brew.sh |
Installing virtual operating systems with GNOME Boxes
GNOME Boxes is an application in GNOME Desktop Environment, which enables you to virtually access various operating systems.
Installing a virtual operating system from the list of predefined systems
To install a virtual operating system:
Run GNOME Boxes using the Su... | https://docs.fedoraproject.org/ms/quick-docs/installing-virtual-systems-with-gnome-boxes/ | 2021-05-06T01:43:52 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.fedoraproject.org |
MinIO Server Features following table lists MinIO features and their corresponding documentation: | https://docs.min.io/minio/baremetal/concepts/feature-overview.html | 2021-05-06T01:36:47 | CC-MAIN-2021-21 | 1620243988724.75 | [array(['https://docs.min.io/minio/baremetal/_static/img/anchor-link.svg',
None], dtype=object) ] | docs.min.io |
. BitBucket
- Administrators Guide
- Users Guide
- Performing and reviewing QA
- Service Log and Parts Apps
- Units
- | https://docs.qatrackplus.com/en/v0.3.0.20/ | 2021-05-06T01:35:36 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.qatrackplus.com |
BestiaPop¶
Date: Apr 12, 2021 Version: 3.0
BestiaPop: A python package to automate the extraction and processing of climate data for crop modelling¶
Climate data is an essential input for crop models to predict crop growth and development using site-specific (point) or gridded climate data. However, Crop Modelling soft... | https://bestiapop.readthedocs.io/en/latest/?badge=latest&flat-square | 2021-05-05T23:55:00 | CC-MAIN-2021-21 | 1620243988724.75 | [] | bestiapop.readthedocs.io |
Rust
Packaging Rust Applications and Libraries
Fedora is one of the first distributions to package software written in the Rust programming language. Fedora 28 includes the tools and instructions necessary to package applications and libraries written in Rust. As a result, users will be able to install software develop... | https://docs.fedoraproject.org/ms/fedora/f28/release-notes/developers/Development_Rust/ | 2021-05-06T01:06:59 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.fedoraproject.org |
, this should help you quickly setup the development environment and get started.
There are also a number of technical references on various topics. These are collected below.
Reference Material¶
- Zun Command Line Guide
- Administrator’s Guide
- Sample Configuration File
- Filter Scheduler
- REST API Version History
S... | https://docs.openstack.org/zun/train/ | 2021-05-06T00:27:29 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.openstack.org |
Covered in this doc:
List all images uploaded within a Site
GET /api/v2/images/?site_id=12345
{"meta": {"limit": 20,"next": "/api/v2/images/?limit=20&offset=20","offset": 0,"previous": null,"total_count": 5},"objects": [{"added": "2012-06-01T09:28:46","height": 1400,"id": 1194687,"image": "img/upload/c1_26.jpg","mimety... | https://api-docs.devhub.com/content-resources/images | 2021-05-06T01:18:39 | CC-MAIN-2021-21 | 1620243988724.75 | [] | api-docs.devhub.com |
Info
Getting tags after they're created can be done without using !tag name simply do !name
Tags can get complicated, see advanced tag usage for a more thorough explanation of the tagscript
Tag Commands
Tag Commands
Importing Tags
You can easily import tags from a tag's share link. After navigating to the link, find th... | https://docs.carl.gg/tags-and-triggers/ccs/ | 2021-05-06T01:14:38 | CC-MAIN-2021-21 | 1620243988724.75 | [array(['../../images/tag_import.png', 'Tag Import Screen'], dtype=object)] | docs.carl.gg |
Authorization for viewing Assets
Data Catalog users must have appropriate authorization set-up in Ranger to view assets.
Hive Ranger Policy - You must set-up Hive Ranger policies as per your requirement to work with Hive assets in Data Catalog.
For example, the following diagram provides a sample Hive Ranger policy.
At... | https://docs.cloudera.com/data-catalog/cloud/core-concepts/topics/dc-authorization-in-ranger.html | 2021-05-06T02:01:09 | CC-MAIN-2021-21 | 1620243988724.75 | [array(['../images/dc-hive-ranger-policy.png', None], dtype=object)
array(['../images/dc-atlas-ranger-policy.png', None], dtype=object)] | docs.cloudera.com |
3. Submit Your Sites to Search Engines
To gain more visitors and drive traffic to your site after you publish it on the Internet, you need to submit it to search engines. Before the site submission, you can improve the site ranking in search results by the following content optimizations:
- Include in the text containe... | https://docs.plesk.com/en-US/onyx/customer-guide/quick-start-with-plesk/set-up-your-first-website/3-submit-your-sites-to-search-engines.65174/ | 2021-05-06T01:17:37 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.plesk.com |
1.1.2 Completion and Well Services
A joint PRODML-WITSML project during 2012-2013 resulted in a comprehensive completion domain capability. The model comprises data objects for:
- The well completion equipment itself (assembled into multiple strings, e.g. tubing, casing, etc.); couplings between elements of the complet... | http://docs.energistics.org/PRODML/PRODML_TOPICS/PRODML-000-003-0-C-sv2000.html | 2021-05-06T01:05:53 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.energistics.org |
Fault Log Administration¶
The Fault Log app is used for tracking faults that occur on your units. There is no initial configuration required for the fault log app.
Fault Types¶
Fault types can be created on the fly as users log new faults so it is not necessary to configure fault types. However, if you want to manually... | https://docs.qatrackplus.com/en/stable/admin/faults/guide.html | 2021-05-06T00:35:58 | CC-MAIN-2021-21 | 1620243988724.75 | [array(['../../_images/fault-admin.png', 'Faults admin section'],
dtype=object)
array(['../../_images/fault-review-groups.png',
'Fault Review Group Admin'], dtype=object)
array(['../../_images/log-fault-with-reviewers.png',
'Logging a fault with reviewers'], dtype=object)] | docs.qatrackplus.com |
Bot Block
Contents
- 1 About Bots in Designer
- 2 Using this block
- 3 Intents and Slots tab
- 4 Input Settings tab
- 5 Retry tab
- 6 Results tab
- 7 Bot Option blocks
Use the Bot block to add a chatbot to your application.
About Bots in Designer
Bots are software applications that apply automatic speech recognition an... | https://all.docs.genesys.com/PEC-ROU/Current/Designer/BotBlock | 2021-05-06T00:32:00 | CC-MAIN-2021-21 | 1620243988724.75 | [] | all.docs.genesys.com |
Overseeing The State Of Your QC Program¶
There are currently two main ways of viewing the overall status of your QC program. You can see which tests lists are overdue or coming due soon on the Review By Due Status page, or you can view a snapshot of your whole QC program on the Overview page.
Review Test Lists By Due S... | https://docs.qatrackplus.com/en/stable/user/qa/qa_overview.html | 2021-05-06T00:28:53 | CC-MAIN-2021-21 | 1620243988724.75 | [array(['../../_images/due_status_menu.png',
'Review Test Lists By Due Status'], dtype=object)
array(['../../_images/due_status1.png', 'Summary of upcoming QC required'],
dtype=object)
array(['../../_images/overview1.png', 'Overview snapshot'], dtype=object)] | docs.qatrackplus.com |
scipy.sparse.csgraph.construct_dist_matrix¶
scipy.sparse.csgraph.
construct_dist_matrix(graph, predecessors, directed=True, null_value=np.inf)¶
Construct distance matrix from a predecessor matrix
New in version 0.11.0.
- Parameters
- grapharray_like or sparse
The N x N matrix representation of a directed or undirected ... | https://docs.scipy.org/doc/scipy-1.2.3/reference/generated/scipy.sparse.csgraph.construct_dist_matrix.html | 2021-05-06T01:36:29 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.scipy.org |
Java Properties
- File extensions: .properties
- i18n_type: PROPERTIES
- Encoding: ISO-8859-1
Java .properties files are one of the formats used for localizing Java applications. The format is relatively simple: each line consists (in most cases) of a key and its associated value.
The Java .properties standard requires... | https://docs.transifex.com/formats/java-properties | 2021-05-06T01:35:47 | CC-MAIN-2021-21 | 1620243988724.75 | [] | docs.transifex.com |
Import Log File Data
You can import both local and remote Log File Data quickly.
1. Select Log File Data Menu
Click '+' button next to 'Data Frames' and select 'Import File Data'.
If you import Log File on your desktop or laptop, make sure Local tab is selected. If you import a file from remote server like Amazon S3, D... | https://docs.exploratory.io/import/log.html | 2018-10-15T12:43:37 | CC-MAIN-2018-43 | 1539583509196.33 | [array(['images/import-file-data.png', None], dtype=object)
array(['images/log-select.png', None], dtype=object)
array(['images/local-file-picker-log.png', None], dtype=object)
array(['images/import-remote-log-url.png', None], dtype=object)
array(['images/import-log-dialog.png', None], dtype=object)] | docs.exploratory.io |
Hevo can bring data from your Intercom account into your Destination. Hevo connects to intercom through Webhooks.
1. Create a new Pipeline
Click on PIPELINES option in the left navigation bar and click on Create New Pipeline.
2. Select Source Type
Select Intercom from the list on Select Source Type Screen.
3. Select th... | https://docs.hevodata.com/hc/en-us/articles/360007688394-Intercom | 2018-10-15T14:11:50 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.hevodata.com |
Mobile Referral Program Guide - Intro
An introduction to referral programs for Mobile platforms.
In this guide we’re going to provide you with a blueprint for organizing and implementing a robust referral program for your Mobile platform.
Consisting of three parts, this guide includes all the resources you need to succ... | https://docs.referralsaasquatch.com/guides/mobile-intro/ | 2018-10-15T13:50:55 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.referralsaasquatch.com |
Particle Electron¶
The Particle Electron is a GSM enabled development platform for creating connected devices with M2M in mind. Particle Electron combines a powerful ARM Cortex M3 micro-controller with a 3G/2G gsm module from UBlox (U260 or G350). Particle Electron uses the STM32F205RG Cortex M3 microcontroller.
Partic... | https://docs.zerynth.com/latest/official/board.zerynth.particle_electron/docs/index.html | 2018-10-15T13:58:42 | CC-MAIN-2018-43 | 1539583509196.33 | [array(['../../../_images/ParticleElectron.jpg',
'Particle Electron Device'], dtype=object)
array(['../../../_images/ParticleElectronPin.png',
'Particle Electron Pin Map'], dtype=object)] | docs.zerynth.com |
Error getting tags : error 404Error getting tags : error 404
send "mouseUp" to me in 10 seconds
convert it to seconds
Use the seconds keyword to designate a time period with the wait or send commands, or to convert a date or time to the number of seconds since the start of the eon.
When used with the wait or send comma... | http://docs.runrev.com/Keyword/seconds | 2018-10-15T14:08:43 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.runrev.com |
webapp
The
webapp package is what lets your Meteor app serve content to a web
browser. It is included in the
meteor-base set of packages that is
automatically added when you run
meteor create. You can easily build a
Meteor app without it - for example if you wanted to make a command-line
tool that still used the Meteor... | https://docs.meteor.com/packages/webapp.html | 2018-10-15T12:52:32 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.meteor.com |
Breadcrumb
RadBreadCrumb control is specifically designed to help users with RadTreeView navigation. Breadcrumbs are most appropriate when your data has a deep hierarchical structure with many levels. When you select a node in RadTreeView the breadcrumb component will show the path to the node as a sequence of drop dow... | https://docs.telerik.com/devtools/winforms/treeview/breadcrumb | 2018-10-15T13:30:20 | CC-MAIN-2018-43 | 1539583509196.33 | [array(['images/treeview-breadcrumb003.png', 'treeview-breadcrumb 003'],
dtype=object)
array(['images/treeview-breadcrumb004.gif', 'treeview-breadcrumb 004'],
dtype=object) ] | docs.telerik.com |
Macro Function for Shuffle Using Streaming SIMD Extensions
Microsoft Specific
SSE provides a macro function to help create constants that describe shuffle operations. The macro takes four small integers (in the range of 0 to 3) and combines them into an 8-bit immediate value used by the SHUFPS instruction. See the foll... | https://docs.microsoft.com/ko-kr/previous-versions/visualstudio/visual-studio-2010/4d3eabky(v=vs.100) | 2018-10-15T12:48:56 | CC-MAIN-2018-43 | 1539583509196.33 | [array(['images/4d3eabky.vcch033%28ko-kr%2cvs.100%29.gif',
'Original and Result Words with Shuffle Function Original and Result Words with Shuffle Function'],
dtype=object) ] | docs.microsoft.com |
- Microsoft Hyper-V
To install NetScaler MAS on Microsoft Hyper-V, you must first download the NetScaler MAS image file to your local computer. Also, make sure that your system has the hardware virtualization extensions, and verify that the CPU virtualization extensions are available.
Prerequisites
Before installing t... | https://docs.citrix.com/en-us/netscaler-mas/12-1/deploy/install-mas-on-hyper-v.html | 2018-10-15T14:09:37 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.citrix.com |
Contents Now Platform Capabilities Previous Topic Next Topic Stop the Edge Encryption proxy ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Other Share Stop the Edge Encryption proxy You can stop an Edge Encryption proxy from the command line. Stop the proxy server. OptionDescription On a Linux ... | https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/administer/edge-encryption/task/t_StoptheProxy.html | 2018-10-15T13:22:00 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.servicenow.com |
run time metricsAdministrators can enable the collection of workflow run time metrics by setting Estimated Run Time (ERT) properties.Enable workflow performance timingWorkflow performance timing is disabled by default. You can create a system property to enable it. On this page Send Feedback Previous Topic Next Topic | https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/administer/workflow/concept/c_WorkflowPerformanceTiming.html | 2018-10-15T13:20:10 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.servicenow.com |
:
ngModelto create two-way data bindings for reading and writing input-control values.
You can run the live example in Stackblitz and download the code from there.
You can build forms by writing templates in the Angular template syntax with the form-specific directives and techniques described in this page.
You can als... | http://docs.w3cub.com/angular/guide/forms/ | 2018-10-15T13:08:47 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.w3cub.com |
Hardware Integration: IMX-5 Module¶
Pinout¶
The IMX-5 module is pin compatible with the uINS-3.
*External transceiver required for CAN interface.
Application¶
Serial Interface¶
The following schematic demonstrates a typical setup for the IMX-5 IMX firmware, it is recommended to add a header to an alternate IMX
The IMX-... | http://docs.inertialsense.com/user-manual/hardware/module_imx5/ | 2022-09-24T23:36:58 | CC-MAIN-2022-40 | 1664030333541.98 | [array(['../../images/IMX_5.0_800w.jpg', 'IMX-5'], dtype=object)
array(['../../images/IMX5_pinout.png', None], dtype=object)] | docs.inertialsense.com |
Publications¶
The original paper describing SEED is the following:
- N. Majeux, M. Scarsi, J. Apostolakis, C. Ehrhardt, and A. Caflisch.Exhaustive docking of molecular fragments on protein binding sites with electrostatic solvation.Proteins: Structure, Function and Genetics, 37:88-105, 1999.
The accurate energy continu... | https://caflischlab-seed.readthedocs.io/en/latest/publications.html | 2022-09-24T23:29:54 | CC-MAIN-2022-40 | 1664030333541.98 | [] | caflischlab-seed.readthedocs.io |
Documentation of KIM Factories
List of line factories
List of common elements
List of parameter factories
Bass lines based on three separate sets of heads and tails
Bass lines based on a single set of heads and tails
Bass lines typical for piano left hand
Generate broken-up arpeggio chords
Strummed guitar chords
Chord ... | https://docs.cognitone.com/synfire/EN/kim/FactoriesForLines.html | 2022-09-24T23:51:43 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.cognitone.com |
Limiting by Collection
Unfortunately, our client-side scripts don't have access to the information on which collection(s) the product belonged to when it was added to the shopping cart.
Instead, we provide a way to create custom product groups that can be used for this job.
Group limits are limit rules that apply acros... | https://docs.minmaxify.com/article/22-how-do-i-setup-limits-for-an-entire-collection | 2022-09-24T23:35:01 | CC-MAIN-2022-40 | 1664030333541.98 | [array(['https://d33v4339jhl8k0.cloudfront.net/docs/assets/5eaac29f042863474d19e824/images/6122a65ab55c2b04bf6e08b9/file-96a6474ljN.png',
None], dtype=object)
array(['https://d33v4339jhl8k0.cloudfront.net/docs/assets/5eaac29f042863474d19e824/images/6122a96db55c2b04bf6e08bc/file-EHJkedU4Pm.png',
None], ... | docs.minmaxify.com |
Monitoring NGINX and NGINX Plus with the New Relic Plug-In
Find what’s new in version 2 of the NGINX and NGINX Plus plug‑in for New Relic – more convenience, more metrics, richer visualization.
In March, 2013 we released the first version of the “nginx web server” plug‑in for New Relic monitoring of the NGINX Open Sour... | https://docs.nginx.com/nginx/admin-guide/monitoring/new-relic-plugin/ | 2022-09-24T21:49:39 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.nginx.com |
Website Configuration
You can add any websites to Analytics that you want to monitor, for example, a company website or a website that hosts or publishes key information. You can also set alarms to trigger if the probe to the website fails or the response is too slow. In addition, you can add a content alarm that trigg... | https://docs.vertigisstudio.com/analytics/latest/admin-help/Content/an/admin/website-settings.htm | 2022-09-24T22:57:26 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.vertigisstudio.com |
Administrator Help
You can configure context-sensitive menus throughout the viewer interface. Context menus allow users to perform common tasks that relate to the selected viewer element. For example, right-clicking or long-pressing on the map activates the map context menu. The map context menu displays tasks that a u... | https://docs.vertigisstudio.com/essentials/gvh/latest/admin-help/Content/gvh/admin/mp/context-menus-page-in-mp.htm | 2022-09-24T23:45:55 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.vertigisstudio.com |
Parameters¶
SEED user-modifiable parameters are contained in two main input files.
| The file
seed.inp contains the most frequently modified input_param
as they regard a specific SEED run (path and name of structural input files,
list of residues forming the binding pocket,
switch between polar and apolar docking, …).
... | https://caflischlab-seed.readthedocs.io/en/latest/params.html | 2022-09-24T23:40:22 | CC-MAIN-2022-40 | 1664030333541.98 | [] | caflischlab-seed.readthedocs.io |
Exporting from the Remote-Control Web GUI
Cargo Spectre provides a text field that allows users to input a password when exporting to an endpoint URL. Typically this is done via the Basic authentication scheme defined by RFC 7617. For more information, please see here.
Note to Warehouses: It takes two to integrate
Chec... | https://docs.cargospectre.com/matchmaking-export | 2022-09-24T21:40:30 | CC-MAIN-2022-40 | 1664030333541.98 | [array(['/assets/images/remote-control-auth-header-1ffc2301d445201be21dc68fc86fcf05.jpg',
None], dtype=object) ] | docs.cargospectre.com |
Persistent Storage
Learn how to set up persistent storage for use with NGINX Service Mesh.
OpenShift’s persistent storage mechanisms work exactly the same as in Kubernetes. See the Kubernetes Platform Persistent Storage page for more information on setting up persistent storage in your environment.
When using a managed... | https://docs.nginx.com/nginx-service-mesh/get-started/openshift-platform/persistent-storage/ | 2022-09-24T23:44:22 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.nginx.com |
Release Notes 1.2.2.1
This hotfix release resolves an issue affecting version 1.2.0 described below.
Update packaged version of Grafana to v8.1.7 to address CVE-2021-39226 (29195):
Updates the packaged version of Grafana to v8.1.7. This update incorporates the fix for CVE-2021-39226, which affects Grafana’s snapshot fe... | https://docs.nginx.com/nginx-service-mesh/releases/release-notes-1.2.1/ | 2022-09-24T22:52:16 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.nginx.com |
Learn KOP - EKS GitOps Deprovision Cluster
What Will You Do¶
In this part of the self-paced exercise, you will deprovision your EKS cluster and all infrastructure that was deployed to your AWS account.
Deprovision¶
You can deprovision/delete your EKS cluster and the other resources created using the RCTL CLI.
- Run the... | https://docs.rafay.co/learn/quickstart/eks/gitops/deprovision/ | 2022-09-24T22:47:12 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.rafay.co |
Legacy HAL
Description
The Legacy HAL is an implementation of the Hardware Abstraction Layer (HAL) that was used by the Zigbee EmberZNet and Flex Connect stacks before their transition to the new component-based architecture (Zigbee version 7.0 and Connect version 3.0). This component is not a complete duplicate of the... | https://docs.silabs.com/gecko-platform/4.1/service/api/group-legacyhal | 2022-09-24T22:06:12 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.silabs.com |
Enabling the SMB/CIFS Connector
Last Updated: August 11, 2021
For the SMB/CIFS to be available it must be enabled both for the appliance and in the User Package for an organization.
For enabling storage file locking see Storage File Locking.
Enabling the SMB / CIFS Connector for the File Fabric Appliance
- Login as app... | https://docs.storagemadeeasy.com/cloudappliance/cifs30 | 2022-09-24T23:51:14 | CC-MAIN-2022-40 | 1664030333541.98 | [array(['/_media/cloudappliance/cifs30/sme_provider_list.png',
'Provider List Provider List'], dtype=object) ] | docs.storagemadeeasy.com |
Configure a VertiGIS Studio Web Application
To configure a VertiGIS Studio Web application to run an Inline view, you must do the following:
Create a new app, using the VertiGIS Studio Web Designer.
Then, add the view URL(s) to the web app's JSON configuration file.
To configure a VertiGIS Studio Web application:
- In ... | https://docs.vertigisstudio.com/inline/latest/help/Content/gxi/help/configure-studio-web-app.htm | 2022-09-24T23:02:58 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.vertigisstudio.com |
oso 0.12.0
Core (All libraries)
Breaking Changes
This release contains breaking changes. Be sure to follow migration steps before upgrading.
Unifying with a predicate now fails at parse time
Previously it was possible to bind predicates to variables, e.g.
p = f(x).
This supported an undocumented feature for unifying pr... | https://docs-preview.oso.dev/v/main/project/changelogs/2021-04-14.html | 2022-09-24T22:29:15 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs-preview.oso.dev |
SCA Scans
Starting Scan
We can start an online scan by clicking on the
SCAN
button on top right
We choose Github for this example.
Once clicked pom.xml (SCA JAVA) rule matched our sets of backend rules. We show that
5) Vulnerable Depedency
Vulnerable dependencies with exact verion
6)Description of CVE
More information... | https://docs.clouddefenseai.com/scans/sca-scans | 2022-09-24T23:36:29 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.clouddefenseai.com |
Mobile Device Enrollment Error: "Invalid Profile" or "Invalid Certificate"
Symptoms
"Invalid Profile"
A long message containing "Invalid Certificate"
Explanation
When enrolling a mobile device with Jamf Pro, trust is established to allow encrypted communication. If Jamf Pro fails to establish trust, enrollment fails an... | https://docs.jamf.com/technical-articles/Mobile_Device_Enrollment_Error_Invalid_Profile_or_Invalid_Certificate.html | 2022-09-24T21:42:59 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.jamf.com |
Accessibility Extensions Options¶
MathJax contains several extensions meant to support those who need assistive technology, such as screen readers. See the Accessibility Components page for more details. The options that control these extensions are listed below.
- Semantic-Enrich Extension Options
- Complexity Extensi... | https://docs.mathjax.org/en/v3.2-latest/options/accessibility.html | 2022-09-24T22:39:21 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.mathjax.org |
Securing Services Instance Credentials with Runtime CredHub
Page last updated:
This topic describes how operators can ensure service instance credentials are securely stored in runtime CredHub.
Overview
The VMware Tanzu Application Service for VMs (TAS for VMs) tile includes its own CredHub component, separate from the... | https://docs.pivotal.io/application-service/2-11/operating/secure-si-creds.html | 2022-09-24T22:02:11 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.pivotal.io |
Security Advisory - Polkit Vulnerability (CVE-2021-4034)
First published on January 28, 2022
What is Polkit?
Polkit is a toolkit for defining and handling authorizations.
What is the vulnerability?
A vulnerability impacting many Linux systems has been identified in polkit, This vulnerability can be exploited to allow u... | https://docs.storagemadeeasy.com/advisories/security/advisory/polkit | 2022-09-24T23:11:11 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.storagemadeeasy.com |
Active Operating Picture Help
Cityworks Help
Before you can use Active Operating Picture Extension for Geocortex Essentials (AOP), you need to ensure that the data you want to gather is connected to AOP, including social media accounts and the ArcGIS GeoEvent Server if you plan to use it send data to AOP.
AOP Component... | https://docs.vertigisstudio.com/aop/latest/help/Content/aop/help/configuration.htm | 2022-09-24T23:29:09 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.vertigisstudio.com |
Administrator Help
This module must be configured using Manager—you cannot configure the Offline feature by editing the configuration files. See Offline for instructions.
Starting in version 2.0 of the Geocortex Viewer for HTML5, using the viewer offline requires the Geocortex Mobile App Framework. For an introduction ... | https://docs.vertigisstudio.com/essentials/gvh/latest/admin-help/Content/gvh/admin/modules/offline-module.htm | 2022-09-24T22:04:15 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.vertigisstudio.com |
Format String Editor
The Format String Editor allows you to apply formatting to
The Format String Editor Dialog
The editor offers a variety of built-in formats, which are divided into the following categories:
- DateTime
- Number
- Percent
- Currency
- Special
For more information on the format specifiers used in each ... | https://docs.vertigisstudio.com/reporting/latest/help/Content/shr/help/format-string-editor.htm | 2022-09-24T22:45:36 | CC-MAIN-2022-40 | 1664030333541.98 | [array(['../../Resources/Images/shr/format-string-editor.png', None],
dtype=object) ] | docs.vertigisstudio.com |
KICL supports the ECDSA-NIST256P-CHALLENGE SASL authentication mechanism. This document describes both how the mechanism works and how the library can be used to authenticate with this method.
Using ECDSA with KICL
To get started, a public-private keypair is required. You can do this with KICL or by using OpenSSL comma... | https://kitteh-irc-client-library.readthedocs.io/en/latest/advanced/ecdsa/ | 2022-09-24T22:46:59 | CC-MAIN-2022-40 | 1664030333541.98 | [] | kitteh-irc-client-library.readthedocs.io |
Documentation for the DamageScanner¶
Python toolkit for direct damage assessments for natural disasters.
Background¶
This package is (loosely) based on the original DamageScanner, which calculated potential flood damages based on inundation depth and land use using depth-damage curves in the Netherlands. The DamageScan... | https://damagescanner.readthedocs.io/en/latest/?badge=latest | 2022-09-24T22:34:06 | CC-MAIN-2022-40 | 1664030333541.98 | [] | damagescanner.readthedocs.io |
Getting started#
Aiven services are managed in the Aiven web console . When you first log into the console with your email address and password, you will see the Services view, which shows you all the services in the currently selected project.
Warning
Aiven for Apache Kafka® Connect services can be created only on top... | https://docs.aiven.io/docs/products/kafka/kafka-connect/getting-started.html | 2022-09-24T22:06:52 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.aiven.io |
Use Aggregations with OpenSearch® and NodeJS#
Learn how to aggregate data using OpenSearch and its NodeJS client. In this tutorial we’ll look at different types of aggregations, write and execute requests to learn more about the data in our dataset.
Note
If you’re new to OpenSearch® and its JavaScript client you might ... | https://docs.aiven.io/docs/products/opensearch/howto/opensearch-aggregations-and-nodejs.html | 2022-09-24T22:05:24 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.aiven.io |
When you install SQLstream s-Server, you need to specify three directory locations:
Although these can be located together, they have different requirements, and may need different types of access depending on how you plan to run the server. See the topic Starting the server and configuration files in this guide for mo... | https://docs.sqlstream.com/installing-sqlstream/appendix/sqlstream-s-server-installatio/ | 2022-09-24T23:14:22 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.sqlstream.com |
Administration Settings
The Settings panel can be accessed from both Sysdig Monitor and Sysdig Secure UIs, and by both administrator and non-admin users.
Access Settings Panel
Log in to Sysdig Monitor or Sysdig Secure.
Hover the mouse over the User menu in the lower left corner of the navigation bar.
The two ways to ac... | https://docs.sysdig.com/en/docs/administration/administration-settings/ | 2022-09-24T22:57:39 | CC-MAIN-2022-40 | 1664030333541.98 | [array(['/image/admin-settings-platform.png', None], dtype=object)] | docs.sysdig.com |
Review Events
Events can be reviewed in detail by clicking on the event listing in the feed:
To review the environment at the time of the event in detail, click Explore to navigate to the Explore module. The Explore module will automatically drill-down to the impacted environment objects. To view the visualization of t... | https://docs.sysdig.com/en/docs/sysdig-monitor/events/review-events/ | 2022-09-24T22:37:17 | CC-MAIN-2022-40 | 1664030333541.98 | [array(['/image/event-impact.png', None], dtype=object)
array(['/image/alert-event.png', None], dtype=object)
array(['/image/373621367.png', None], dtype=object)
array(['/image/373621371.png', None], dtype=object)
array(['/image/373621375.png', None], dtype=object)] | docs.sysdig.com |
Input data: The input layer. This layer must have point geometries.
Restrict to country: Only return the results that are within the specified country.
Results type:
Output layer: Where to save the output layer. If you leave this empty, the result will be loaded as a temporary layer. It is still possible to save a temp... | https://docs.traveltime.com/qgis/about/geocoding | 2022-09-24T23:13:53 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.traveltime.com |
Tutorials GraphQL Overview GraphQL tutorials This section includes several tutorials that demonstrate various aspects of the Fauna GraphQL API: Relations Unique constraints Pagination The tutorials in this section assume that you have successfully completed the Get started with GraphQL tutorial, and that you still have... | https://docs.fauna.com/fauna/v3/tutorials/graphql/ | 2022-09-24T22:39:18 | CC-MAIN-2022-40 | 1664030333541.98 | [] | docs.fauna.com |
Upgrades
The Controller provides seamless workflows to help customers manage the lifecycle of Kubernetes clusters including workflows to keep the Kubernetes version current and up to date.
Kubernetes Versions¶
Kubernetes versions are expressed as vMajor.vMinor.vPatch. The Kubernetes project typically releases new vMino... | https://docs.rafay.co/clusters/upstream/kubernetes_upgrades/ | 2022-09-24T22:22:18 | CC-MAIN-2022-40 | 1664030333541.98 | [array(['../img/k8s_upgrades/multiple_k8s_version.png',
'Version Selection'], dtype=object)
array(['../img/k8s_upgrades/upgrade-masters.png', 'Master Node Upgrades'],
dtype=object)
array(['../img/k8s_upgrades/upgrade-workers.png', 'Worker Node Upgrades'],
dtype=object)
array(['../img/k8s_upgrad... | docs.rafay.co |
TOPICS×
Targets
Zoom target data. None or more zoom target properties, which may be used in conjunction with the zoom viewer client.
The server returns the content of this field in response to req=targets , after replacing ' ?? ' record terminator tokens.
Up to four properties may be associated with each zoom target:
T... | https://docs.adobe.com/content/help/en/dynamic-media-developer-resources/image-serving-api/image-serving-api/image-svg-ref/image-data-reference/r-targets-cat.html | 2020-01-17T23:05:55 | CC-MAIN-2020-05 | 1579250591234.15 | [] | docs.adobe.com |
Namespace GuzzleHttp\Psr7
Classes summary
Provides a buffer stream that can be written to to fill a buffer, and read from to remove bytes from the buffer.
Stream decorator that can cache previously read bytes from a sequentially read stream.
Stream decorator that begins dropping data once the size of the underlying str... | https://docs.amazonaws.cn/aws-sdk-php/v3/api/namespace-GuzzleHttp.Psr7.html | 2020-01-17T22:03:11 | CC-MAIN-2020-05 | 1579250591234.15 | [] | docs.amazonaws.cn |
Field type: geotrace
In the form designer, click + Add visible field, choose geo... as the field type, and then choose geotrace as the type when editing the field details.
geotrace: collects GPS coordinates that form either an open polyline or a closed polygon enclosing an area, using maps and the device's built-in GPS... | https://docs.surveycto.com/02-designing-forms/01-core-concepts/03j3.field-types-geotrace.html | 2020-01-17T21:25:18 | CC-MAIN-2020-05 | 1579250591234.15 | [] | docs.surveycto.com |
Connect Enterprise Hub does not require installation as it is an on cloud and not an on-prem system. In order to access it, besides an active account, you only need an internet connection and a compatible internet browser.
Browser Compatibility:
This table lists the supported browsers and their minimum version of compa... | https://docs.uipath.com/connect-enterprise/docs/software-requirements-and-browser-compatibility | 2020-01-17T23:08:07 | CC-MAIN-2020-05 | 1579250591234.15 | [] | docs.uipath.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.