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 |
|---|---|---|---|---|---|---|
awaitor
yield(require-atomic-updates)
When writing asynchronous code, it is possible to create subtle race condition bugs. Consider the following example:
let totalLength = 0; async function addLengthOfSinglePage(pageNum) { totalLength += await getPageLength(pageNum); } Promise.all([addLengthOfSinglePage(1), addLengthO... | https://docs.w3cub.com/eslint/rules/require-atomic-updates | 2021-04-10T18:59:31 | CC-MAIN-2021-17 | 1618038057476.6 | [] | docs.w3cub.com |
hlen #
Returns the number of fields contained in a hash.
hlen(key, [options], callback) #
Options #
Callback Response #
Returns an integer containing the number of fields in the hash.
Usage #
// Using callbacks (NodeJS or Web Browser) kuzzle.memoryStorage.hlen('key', function (err, count) { // callback called once the ... | https://docs-v2.kuzzle.io/sdk/js/5/core-classes/memory-storage/hlen/ | 2021-04-10T19:16:20 | CC-MAIN-2021-17 | 1618038057476.6 | [] | docs-v2.kuzzle.io |
Time
Usage
To specify whether the trigger is fired before or after the event, use the following syntax:
Trigger name [ Event = sqlevent, Time = time ] { //implementation }
Where time is one of the following:
AFTER — this trigger is fired after an event.
BEFORE — this trigger is fired before an event.
Details
This keywo... | https://docs.intersystems.com/latest/csp/docbook/Doc.View.cls?KEY=ROBJ_trigger_time | 2021-04-10T19:24:41 | CC-MAIN-2021-17 | 1618038057476.6 | [] | docs.intersystems.com |
Hi all,
Inside company there is a WSUS server for computer and servers updates.
I would get Microsoft Edge update an automatic approval.
I tried to create a new rule in "Automatic Approvals > New Rules...
I selected "When an update is a specific product" and than I selected "Microsoft Edge" (I showed it in the picture)... | https://docs.microsoft.com/en-us/answers/questions/278354/wsus-microsoft-edge-update.html | 2021-04-10T20:46:40 | CC-MAIN-2021-17 | 1618038057476.6 | [array(['/answers/storage/attachments/69368-image.png', '69368-image.png'],
dtype=object)
array(['/answers/storage/attachments/69428-image.png', '69428-image.png'],
dtype=object) ] | docs.microsoft.com |
Compute Base API¶
- class
libcloud.compute.base.
NodeDriver(key, secret=None, secure=True, host=None, port=None, api_version=None, region=None, **kwargs)[source]¶
A base NodeDriver class to derive from
This class is always subclassed by a specific driver. For examples of base behavior of most functions (except deploy n... | http://libcloud.readthedocs.io/en/latest/compute/api.html | 2017-07-20T22:39:39 | CC-MAIN-2017-30 | 1500549423512.93 | [] | libcloud.readthedocs.io |
Configuration¶
While writing a Substance D application is very similar to writing a Pyramid application, there are a few extra considerations to keep in mind.
Scan and Include¶
When writing Pyramid applications, the Configurator supports
config.include and
config.scan Because of ordering
effects, do all your
config.inc... | http://substanced.readthedocs.io/en/latest/configuration.html | 2017-07-20T22:49:27 | CC-MAIN-2017-30 | 1500549423512.93 | [] | substanced.readthedocs.io |
Signals¶
Dynamo provides numerous Django signals to let developers hook into the process.
- pre_model_creation: triggers before a model is created; providing_args=[‘new_model’]
- post_model_creation: triggers after a model is created: providing_args=[‘new_model’]
- pre_model_update: triggers before a model is updated; ... | http://django-dynamo.readthedocs.io/en/latest/signals.html | 2017-07-20T22:32:48 | CC-MAIN-2017-30 | 1500549423512.93 | [] | django-dynamo.readthedocs.io |
Content Filtering with Destination NAT Policies
How to create content filtering policies using destination NAT (network address translation), which proxy user traffic through an external "net nanny" server for safe browsing.
Log into SputnikNet, then navigate to network policies overview.Log into SputnikNet, then navig... | http://docs.sputnik.com/m/sputniknet/l/4118-content-filtering-with-destination-nat-policies | 2017-07-20T22:38:47 | CC-MAIN-2017-30 | 1500549423512.93 | [] | docs.sputnik.com |
Report Structure
This article describes the structure of a Telerik Report.
Report Structure
The design of a report is divided into sections and you can open your report in Visual Studio Report Designer or Standalone Report Designer to see its sections. To create useful reports, you need to understand how each section w... | http://docs.telerik.com/reporting/designing-reports-understanding-report-structure | 2017-07-20T22:33:11 | CC-MAIN-2017-30 | 1500549423512.93 | [] | docs.telerik.com |
Universal Plugin¶
The Universal Plugin creates a generic, or “universal” distribution package. This is called “universal packaging.” Universal packaging just takes a plain
mappings configuration and generates various
package files in the output format specified. Because it creates a distribution
that is not tied to any... | http://sbt-native-packager.readthedocs.io/en/latest/formats/universal.html | 2017-07-20T22:48:51 | CC-MAIN-2017-30 | 1500549423512.93 | [] | sbt-native-packager.readthedocs.io |
There are significant breaking changes between the 0.8.x versions of InfluxDB and the 0.9 for those more familiar with 0.8. It is not a comprehensive list of the differences, that would be prohibitively large. Less than half of the 0.8 code is retained in 0.9.0.
Schema
The most noticeable difference between InfluxDB 0.... | https://docs.influxdata.com/influxdb/v0.9/concepts/08_vs_09/ | 2017-07-20T22:32:02 | CC-MAIN-2017-30 | 1500549423512.93 | [] | docs.influxdata.com |
asks - Useful idioms and tricks.¶
Sanely making many requests (with semaphores)¶
A (bounded) semaphore is like a sofa (sofaphore?). It can only fit so many tasks at once. If we have a semaphore who’s maximum size is
5 then only
5 tasks can sit on it. If one task finishes, another task can sit down. This is an extremely... | http://asks.readthedocs.io/en/latest/idioms.html | 2017-07-20T22:57:11 | CC-MAIN-2017-30 | 1500549423512.93 | [] | asks.readthedocs.io |
Backing Up
Backing up the database
You can backup the database using mysqldump using the following syntax. The database name, username and password follows that which was used in the install guide - however the username and password should be different for you if you’d changed them as suggested.
mysqldump -umysqluser -... | http://docs.seek4science.org/tech/backups.html | 2017-07-20T22:37:23 | CC-MAIN-2017-30 | 1500549423512.93 | [] | docs.seek4science.org |
A StatsNode emits internal statistics about the 'host' as an example, then the counts are output per host with the appropriate 'host'.
Index
Properties
Chaining Methods
- Alert
- Bottom
- Combine
- Count
- Deadman
- Default
-
- Derivative
- Difference
- Distinct
- Elapsed
- Eval
- First
- Flatten
- GroupBy
- HoltWinte... | https://docs.influxdata.com/kapacitor/v1.0/nodes/stats_node/ | 2017-07-20T22:34:31 | CC-MAIN-2017-30 | 1500549423512.93 | [] | docs.influxdata.com |
Site Recovery Manager Installation and Configuration provides information about how to install, upgrade, and configure VMware vCenter Site Recovery Manager.
This information also provides a general overview of Site Recovery Manager.
For information about how to perform day-to-day administration of Site Recovery Manager... | https://docs.vmware.com/en/Site-Recovery-Manager/5.5/com.vmware.srm.install_config.doc/GUID-B3A49FFF-E3B9-45E3-AD35-093D896596A0.html | 2017-07-20T22:27:47 | CC-MAIN-2017-30 | 1500549423512.93 | [] | docs.vmware.com |
All administrative functions are available through the vSphere Web Client.
The vSphere Web Client is a cross platform application that can connect only to vCenter Server. It has a full range of administrative functionality and an extensible plug-in-based architecture. Typical users are virtual infrastructure administra... | https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.vm_admin.doc/GUID-588861BB-3A62-4A01-82FD-F9FB42763242.html | 2017-07-20T22:51:28 | CC-MAIN-2017-30 | 1500549423512.93 | [] | docs.vmware.com |
The small deployment profile is intended for systems that manage up to 12,000 resources.
Virtual Appliance Name
The small deployment profile contains a single large analytics node, analytic-1.ra.local.
Deployment Profile Support
The small deployment profile supports the following configuration.
12,000 resources
1,000 E... | https://docs.vmware.com/en/vRealize-Operations-Manager/6.5/com.vmware.vcom.core.doc/GUID-A76A0652-79E2-4D5D-A0E3-574072909C9A.html | 2017-07-20T22:50:40 | CC-MAIN-2017-30 | 1500549423512.93 | [array(['images/GUID-BDFDD1D2-328E-4328-8CB0-5B732BC4D707-high.png', None],
dtype=object) ] | docs.vmware.com |
Overriding SiteTree Admin representation¶
SiteTree allows you to override tree and tree item representation in Django Admin interface.
That could be used not only for the purpose of enhancement of visual design but also for integration with other applications, using admin inlines.
The following functions from sitetree.... | http://django-sitetree.readthedocs.io/en/latest/admin.html | 2017-07-20T22:38:35 | CC-MAIN-2017-30 | 1500549423512.93 | [] | django-sitetree.readthedocs.io |
Hortonworks supports using Ambari in a multi-OS version environment. Specifically, an environment in which both RHEL/CentOS 6 and RHEL/CentOS 7 nodes are being used in the cluster. This configuration is common, as many organizations are migrating from RHEL/CentOS 6 to RHEL/CentOS 7. This chapter describes specific cave... | https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-upgrade/content/upgrading_cluster_os.html | 2017-07-20T22:42:03 | CC-MAIN-2017-30 | 1500549423512.93 | [] | docs.hortonworks.com |
To configure Active Directory and View to support clients in kiosk mode, you must perform several tasks in sequence.
Prerequisites remote desktops.
Administrators or an equivalent role to run the vdmadmin command. | https://docs.vmware.com/en/VMware-Horizon-6/6.2/com.vmware.horizon-view.administration.doc/GUID-C09E1E68-589D-4E06-83CB-4642775A337F.html | 2017-11-17T20:06:08 | CC-MAIN-2017-47 | 1510934803906.12 | [] | docs.vmware.com |
You can add the policy settings in the RTAV ADM file, vdm_agent_rtav.adm, to group policy objects (GPOs) in Active Directory and configure the settings in the Group Policy Object Editor.
Prerequisites
Verify that the RTAV setup option is installed on your desktops. This setup option is installed by default but can be d... | https://docs.vmware.com/en/VMware-Horizon-6/6.2/com.vmware.horizon-view.desktops.doc/GUID-E4E81604-A417-4435-BDC2-065FBCB8FDF7.html | 2017-11-17T20:06:12 | CC-MAIN-2017-47 | 1510934803906.12 | [] | docs.vmware.com |
Introduction¶
A library to easily measure what’s going on in your python.
Metrology allows you to add instruments to your python code and hook them to external reporting tools like Graphite so as to better understand what’s going on in your running python program.
You can report bugs and discuss features on the issues ... | http://metrology.readthedocs.io/en/latest/ | 2017-11-17T19:21:05 | CC-MAIN-2017-47 | 1510934803906.12 | [] | metrology.readthedocs.io |
fs.s3fs¶
Currently only avaiable on Python2 due to boto not being available for Python3
FS subclass accessing files in Amazon S3
This module provides the class ‘S3FS’, which implements the FS filesystem interface for objects stored in Amazon Simple Storage Service (S3).
- class
fs.s3fs.
S3FS(bucket, prefix='', aws_acce... | http://pyfilesystem.readthedocs.io/en/latest/s3fs.html | 2017-11-17T19:29:38 | CC-MAIN-2017-47 | 1510934803906.12 | [] | pyfilesystem.readthedocs.io |
The single-sign-on (SSO) feature allows end users to supply login credentials only once.
If you do not use the single-sign-on feature, end users must log in twice. They are first prompted to log in to View Connection Server and then are prompted log in to their remote desktop. If smart cards are also used, end users mu... | https://docs.vmware.com/en/VMware-Horizon-6/6.0/com.vmware.horizon-view.planning.doc/GUID-E8152572-1B10-42C2-B605-1EF738AC2D20.html | 2017-11-17T19:52:29 | CC-MAIN-2017-47 | 1510934803906.12 | [] | docs.vmware.com |
Intelligent operations, automated IT, Infrastructure as a Service (IaaS), and DevOps-ready IT are the most common uses of a cloud management solution. Intelligent operations help deliver streamlined and automated data center operations. Automated IT, IaaS, and DevOps-ready IT enable application and infrastructure servi... | https://docs.vmware.com/en/vRealize-Suite/2017/com.vmware.vrealizesuite.overview.doc/GUID-6B630DA7-FFDC-44F4-A919-084AF31C41C2.html | 2017-11-17T19:52:34 | CC-MAIN-2017-47 | 1510934803906.12 | [] | docs.vmware.com |
In order to launch a cluster on Containership Cloud with Azure, be sure to have properly configured your provider by following all of the steps outlined in this document.
Once you have logged into Containership Cloud select the pink Create button, then select Cluster.
Select the Create Cluster option and press continue... | http://docs.containership.io/create-cluster/launch-cluster-using-microsoft-azure | 2019-02-16T03:55:45 | CC-MAIN-2019-09 | 1550247479838.37 | [array(['https://downloads.intercomcdn.com/i/o/72303150/28e2232f0739d81bea9b7973/image.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/72303194/3762749008beae5e11390121/image.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/72303488/c3280e805ba66403edf6... | docs.containership.io |
datalad.support.configparserinc¶
- class
datalad.support.configparserinc.
SafeConfigParserWithIncludes(defaults=None, dict_type=<class 'collections.OrderedDict'>, allow_no_value=False)[source]¶
Bases:
ConfigParser.SafeConfig | https://datalad.readthedocs.io/en/docs/generated/datalad.support.configparserinc.html | 2019-02-16T02:54:12 | CC-MAIN-2019-09 | 1550247479838.37 | [] | datalad.readthedocs.io |
Exporting data from OpenSpending
We've found that quite a few people want to get the raw data from OpenSpending. A common use case for the raw data is to look at it through tools that are more familiar, such as Microsoft Excel or Google Sheets. No problem! All the data in OpenSpending is stored in CSV files. You can ex... | https://docs.openspending.org/en/latest/users/export/ | 2019-02-16T03:04:20 | CC-MAIN-2019-09 | 1550247479838.37 | [array(['https://raw.githubusercontent.com/openspending/docs/master/images/Download%201..jpg',
'Image1'], dtype=object)
array(['https://raw.githubusercontent.com/openspending/docs/master/images/Data%20download%202..jpg',
'Image2'], dtype=object)
array(['https://raw.githubusercontent.com/openspending/d... | docs.openspending.org |
Project Management
To distribute work to different board artists, it is necessary to split up a large storyboard into different files. Once the work on all of the parts is completed, you must reassemble them into the same project to complete the storyboard.
This section includes the following topics:
Splitting a Storyb... | https://docs.toonboom.com/help/storyboard-pro-4-2/Content/SBP/User_Guide/012_Supervision/003_H1_Project_Management.html | 2019-02-16T03:02:01 | CC-MAIN-2019-09 | 1550247479838.37 | [array(['../../../Resources/Images/_ICONS/Home_Icon.png', None],
dtype=object)
array(['../../../Resources/Images/HAR/_Skins/Activation.png', None],
dtype=object)
array(['../../../../Skins/Default/Stylesheets/Images/transparent.gif',
'Closed'], dtype=object)
array(['../../../Resources/Images/_IC... | docs.toonboom.com |
Suppliers
Overview
This is the place where you can maintain your Suppliers. Defining Suppliers is a prerequisite for Purchases creation.
Suppliers Grid
Here you see a list of all avaliable Suppliers, displayed with their name, address, e-mail and phone number. Use command buttons above the grid or right-click on the gr... | https://docs.vendsoft.com/configuration/suppliers/ | 2019-02-16T03:34:09 | CC-MAIN-2019-09 | 1550247479838.37 | [array(['../../screenshots/configuration/suppliers-overview.png', None],
dtype=object)
array(['../../screenshots/configuration/create-supplier.png', None],
dtype=object) ] | docs.vendsoft.com |
Technical Details
Under the hood, we are using Docker to build a container image that is used each time a student's submission needs to be graded. If you're not familiar with Docker, think of it as a lightweight virtual machine. Each container is isolated from others, and you can install anything you want inside the co... | https://gradescope-autograders.readthedocs.io/en/latest/tech/ | 2019-02-16T02:54:16 | CC-MAIN-2019-09 | 1550247479838.37 | [] | gradescope-autograders.readthedocs.io |
Saving and Loading Aboleth Models¶
In this tutorial we will cover the basics of how to save and load models constructed with Aboleth. We don’t provide any inherent saving and loading code in this library, and rely directly on TensorFlow functionality.
Naming the Graph¶
Even though the whole graph you create is saved an... | https://aboleth.readthedocs.io/en/stable/tutorials/saving_loading.html | 2019-02-16T04:04:49 | CC-MAIN-2019-09 | 1550247479838.37 | [] | aboleth.readthedocs.io |
An Act to create 13.176 of the statutes; Relating to: appointing delegates for a convention under Article V of the United States Constitution.
Amendment Histories
2017 Wisconsin Act 83 (PDF: )
Bill Text (PDF: )
LC Bill Hearing Materials
Wisconsin Ethics Commission information
2017 Senate Bill 107 - S - Hold (Available ... | https://docs-preview.legis.wisconsin.gov/2017/proposals/ab165 | 2019-02-16T04:08:42 | CC-MAIN-2019-09 | 1550247479838.37 | [] | docs-preview.legis.wisconsin.gov |
Read Database
(JDBC Connectors)
SynopsisThis operator reads an ExampleSet from a SQL database.
Description
The Read Database operator is used for reading an ExampleSet from the specified SQL database. You need to have at least basic understanding of databases, database connections and queries in order to use this opera... | https://docs.rapidminer.com/latest/studio/operators/data_access/database/read_database.html | 2019-02-16T03:56:29 | CC-MAIN-2019-09 | 1550247479838.37 | [] | docs.rapidminer.com |
Contents Now Platform Capabilities Previous Topic Next Topic Select feeds Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Select feeds A feed is a stream of related messages. You can use the feed selector to swi... | https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/use/live-feed/task/t_SelectingFeeds.html | 2019-02-16T03:54:20 | CC-MAIN-2019-09 | 1550247479838.37 | [] | docs.servicenow.com |
Optimus Template Structure
Optimus Template is structured in the lines of Cucumber as shown below
optimustemplate/ +-- build.gradle +-- app //Store Application Under Test for Android or Ios platforms. +-- hellooptimus.apk +-- hellooptimus.app +-- src/test +-- java ¦ +-- pages ¦ +-- BasePage.java ¦ +-- steps ¦ +-- BaseS... | http://docs.testvagrant.com/template_structure | 2019-02-16T03:58:20 | CC-MAIN-2019-09 | 1550247479838.37 | [] | docs.testvagrant.com |
OnBase, the campus document imaging and workflow system, has been returned to full service after the brief maintenance window scheduled for 8AM this morning.
OnBase Maintenance Complete
- Network hardware replacement - starting
- OnBase Maintenance Complete
- OnBase Maintenance SAT 8AM
- Resolved - Partial Network Outa... | https://docs.rice.edu/confluence/display/PUBLIC/2011/12/17/OnBase+Maintenance+Complete | 2019-02-16T04:27:44 | CC-MAIN-2019-09 | 1550247479838.37 | [] | docs.rice.edu |
RAMP Version 3.10¶
New Features¶
Added integration with Asset Vue RFID Tracking
Note: RAMP 3.10 has been tested with Asset Vue release 2.12. Integrating RAMP 3.10 with other Asset Vue software releases has not been tested and may or may not be successful. Refer to RAMP 3.10 User Guide for the implementation details to ... | https://docs.tuangru.com/release_notes/files/3_10.html | 2019-02-16T02:58:17 | CC-MAIN-2019-09 | 1550247479838.37 | [] | docs.tuangru.com |
The [paths] section of the config file (see .beetsconfig):
Because $ is used to delineate a field reference, you can use $$ to emit a dollars sign. As with Python template strings, ${title} is equivalent to $title; you can use this if you need to separate a field name from the text that follows it.:
Plugins can extend ... | https://beets.readthedocs.io/en/1.0b14/reference/pathformat.html | 2019-02-16T04:40:09 | CC-MAIN-2019-09 | 1550247479838.37 | [] | beets.readthedocs.io |
Priming Prepared Statements
Endpoint for priming prepared statements:
POST on http://[host]:[admin-port]/prime-prepared-single
Priming prepared statements is more complex than queries as the types of the variables need to be defined and the types of the columns in the result. If you fail to provide either the variable_... | https://scassandra-docs.readthedocs.io/en/latest/standalone/priming-prepared-statements/ | 2019-02-16T04:08:12 | CC-MAIN-2019-09 | 1550247479838.37 | [] | scassandra-docs.readthedocs.io |
The following status checks are performed at regular intervals through the cron mechanism on Solaris and the scheduler facility on Windows, and the results are sent to your computer through email.
For information about how to ensure that your computer is configured to receive these email messages, see Performing pre-in... | https://docs.bmc.com/docs/display/public/tsim10/Internal+status+checks+for+various+processes | 2019-03-19T00:55:17 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.bmc.com |
TechNet Magazine: Active Directory.
Hey, Scripting Guy!: Who Are You?
The Microsoft Scripting Guys - August 2007
With Active Directory, users can have a variety of identities, such as givenName, displayName, userPrincipalName, or distinguishedName. As a system administrator, how do you get all this information about a ... | https://docs.microsoft.com/en-us/previous-versions/technet-magazine/cc135927(v=msdn.10) | 2019-03-19T00:15:41 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.microsoft.com |
Numerical evaluation¶
Floating-point numbers¶
Floating-point numbers in Diofant.
Function
N() (or
evalf() method) can be used to
change the precision of existing floating-point numbers:
>>> N(3.5) 3.50000000000000 >>> N(3.5, 5) 3.5000
However, you can “increase” precision of the
Float number only with it’s class
constr... | https://diofant.readthedocs.io/en/latest/internals/evalf.html | 2019-03-18T23:44:12 | CC-MAIN-2019-13 | 1552912201812.2 | [] | diofant.readthedocs.io |
Compatibility version for ASP.NET Core MVC
The SetCompatibilityVersion method allows an app to opt-in or opt-out of potentially breaking behavior changes introduced in ASP.NET Core MVC 2.1 or later..Version_2_2). We anticipate that most apps won't have breaking behavior changes using the latest version.
Apps that call
... | https://docs.microsoft.com/en-us/aspnet/core/mvc/compatibility-version?view=aspnetcore-2.2 | 2019-03-19T00:32:01 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.microsoft.com |
Enabling multivariate testing
To allow Multivariate testing on your website:
- Open the Settings application.
- Click on On‑line marketing.
- Select your Site (or enable MVT testing globally).
- Check Enable multivariate testing.
- Click Save.
You also need to enable Web analytics, which the system uses to log conversi... | https://docs.kentico.com/k8/on-line-marketing-features/optimization-testing/multivariate-testing/enabling-multivariate-testing | 2019-03-19T00:33:15 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.kentico.com |
Currencies
Although each on-line store can have precisely one main currency defined (in which your store administrators enter the prices of all store items, i.e. product prices, shipping charges, discounts, etc.), the E-commerce Solution provides support for multiple currencies.
This means that a customer can make an o... | https://docs.kentico.com/k81/e-commerce-features/configuring-and-managing-your-store/currencies | 2019-03-19T00:37:21 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.kentico.com |
Contents Now Platform Capabilities On this page Send Feedback Previous Topic Next Topic | https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/use/reporting/concept/c_CreateLineCharts.html | 2019-03-19T00:32:50 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.servicenow.com |
Introduction¶
What does it do?¶
This extension integrates the popular DocCheck Login Service with your TYPO3 6.x-Website. It is currently maintained by antwerpes ag (a subsidiary of DocCheck AG), in close cooperation with DocCheck.
It supports the basic functionality by logging in a dummy frontend user whenever someone... | https://docs.typo3.org/typo3cms/extensions/ap_docchecklogin/Introduction/Index.html | 2019-03-19T00:33:00 | CC-MAIN-2019-13 | 1552912201812.2 | [array(['../_images/ConfigScreen1.png', 'Configuration Screen'],
dtype=object) ] | docs.typo3.org |
Chapter 11. Getting the Information you need about the PPP server
Before you can establish a PPP connection with a server, you need to obtain the following information (from the sysadmin/user support people of the PPP server):-
The telephone number(s) to dial for the service If you are behind a PABX. You also need the ... | http://tldp.docs.sk/howto/linux-ppp/server-info.html | 2019-03-19T00:26:13 | CC-MAIN-2019-13 | 1552912201812.2 | [] | tldp.docs.sk |
Contents Now Platform Capabilities Previous Topic Next Topic Current Status widget Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Current Status widget The Current Status widget displays any issues reported in ... | https://docs.servicenow.com/bundle/madrid-servicenow-platform/page/build/service-portal/concept/current-status-widget.html | 2019-03-19T00:28:09 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.servicenow.com |
Typically, you cannot use logical-volume manager software on virtual machines to mirror virtual disks. However, if your Microsoft Windows virtual machines support dynamic disks, you can protect the virtual machines from an unplanned storage device loss by mirroring virtual disks across two SAN LUNs.
Prerequisites
Use a... | https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.storage.doc/GUID-F78EB579-B11C-4E65-9EE3-145888A005F6.html | 2019-03-18T23:28:19 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.vmware.com |
sprite_add_from_surface(index, surface, x, y, w, h, removeback, smooth);
Returns: N/A
This function works in exactly the same way as sprite_create_from_surface
only instead of creating a new sprite from the area of the indexed
surface that you select, it adds the defined area of the surface as
a new sub-image to a prev... | https://docs.yoyogames.com/source/dadiospice/002_reference/game%20assets/sprites/sprite_add_from_surface.html | 2019-03-18T23:47:53 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.yoyogames.com |
Vectors diofant.vector (doctrings)
- Orienter classes (docstrings)
- Essential Functions in diofant.vector (docstrings) | https://diofant.readthedocs.io/en/latest/modules/vector/index.html | 2019-03-19T00:22:12 | CC-MAIN-2019-13 | 1552912201812.2 | [] | diofant.readthedocs.io |
Section: Manipulating a result set
− Table of content
Creating, modifying and deleting records in a database is very useful. However, it's not as useful as being able to fetch records and use them. The page on the use of a dao factory and record showed you the create, the delete and the update. This is the page on the ... | https://docs.jelix.org/en/manual-1.4/daos/use-result | 2019-03-18T23:50:55 | CC-MAIN-2019-13 | 1552912201812.2 | [array(['/design/2011/icons/ui-menu-blue.png', None], dtype=object)] | docs.jelix.org |
Tools¶
Tools & Setup for Editing reST¶
When editing reST files locally, you should use an editor or IDE with good support for syntax highlighting and marking errors in reST.
PhpStorm is commonly used by developers in the TYPO3 community. It does however cost money.
Good alternatives can be found in the "Free Editors" s... | https://docs.typo3.org/typo3cms/HowToDocument/Tools/Index.html | 2019-03-19T00:27:19 | CC-MAIN-2019-13 | 1552912201812.2 | [array(['../_images/phpstorm-rest-plugin.png',
'../_images/phpstorm-rest-plugin.png'], dtype=object)
array(['../_images/phpstorm-rest-warning.png',
'../_images/phpstorm-rest-warning.png'], dtype=object)
array(['../_images/phpstorm-add-to-dictionary.png',
'../_images/phpstorm-add-to-dictionary.... | docs.typo3.org |
This sections guides you through BPMN process monitoring which allows you to observe historic information of existing process instances.
Login to the BPMN explorer and navigate to Monitoring>Process Monitoring to view historic information of the process instances.
By default there is no any information available in thi... | https://docs.wso2.com/display/EI600/Monitoring+a+BPMN+Process | 2019-03-19T00:07:58 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.wso2.com |
Backing up your VM
There are a few different strategies to backup your virtual machine and to recover from disasters, which you choose will depend on your requirements and your particular use case. Creating backups in locations outside the cloud is strongly encouraged. A very common backup rule is the 3-2-1 backup rule... | https://docs.computecanada.ca/wiki/Backing_up_your_VM | 2019-03-18T23:26:00 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.computecanada.ca |
Console Servers
An IXP would typically have out of band access (for emergencies, firmware upgrades, etc) to critical infrastructure devices by means of a console server.
IXP Manager has Console Servers and Console Server Connections menu options to allow IXP administrators add / edit / delete / list console server devi... | https://docs.ixpmanager.org/features/console-servers/ | 2019-03-19T00:22:00 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.ixpmanager.org |
TechNet Magazine: Windows Client
All TechNet Magazine Topics
Windows Confidential: Building on the Past
Raymond Chen - August 2008
Raymond explains how the one-time powerful Alpha AXP system came out of retirement to help develop a new generation of 64-bit systems.
Windows Confidential: History Taking Up Space
Raymond ... | https://docs.microsoft.com/en-us/previous-versions/technet-magazine/cc135932(v=msdn.10) | 2019-03-18T23:23:26 | CC-MAIN-2019-13 | 1552912201812.2 | [array(['images/cc135955.rss.gif', 'rss rss'], dtype=object)] | docs.microsoft.com |
Tcl/Tk Documentation > TkCmd > ttk_checkbutton
Tcl/Tk Applications | Tcl Commands | Tk Commands | Tcl Library | Tk Library
- NAME
- ttk::checkbutton - On/off widget
- SYNOPSIS
- ttk::checkbutton pathName ?options?
- DESCRIPTION
- STANDARD OPTIONS
- WIDGET-SPECIFIC OPTIONS
- WIDGET COMMAND
- WIDGET STATES
- STANDARD STY... | http://docs.activestate.com/activetcl/8.5/tcl/tcl/TkCmd/ttk_checkbutton.html | 2019-03-19T00:20:42 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.activestate.com |
Authorization Management
Defining authorizations for users is done based on process & decision definitions. To be more precise, you can specify which user has access to certain process or decision definition including data related to that definition. By that we mean the user can only see, create, edit and delete report... | https://docs.camunda.org/optimize/2.3/technical-guide/setup/authorization/ | 2019-03-18T23:53:00 | CC-MAIN-2019-13 | 1552912201812.2 | [array(['Admin-GrantDefinitionAuthorizations.png',
'Grant Optimize Access in Admin'], dtype=object)
array(['Admin-RevokeDefinitionAuthorization.png',
"Revoke Optimize Access for group 'engineers' in Admin"],
dtype=object) ] | docs.camunda.org |
This section is about sending and reading data values.
/api/26/dataValueSets
A common use-case for system integration is the need to send a set of data values from a third-party system into DHIS. In this example we will use the DHIS2 demo on as basis and we recommend that you follow the provided links with a web browse... | https://docs.dhis2.org/2.29/en/developer/html/webapi_data_values.html | 2019-03-18T23:57:42 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.dhis2.org |
Microsoft.VisualStudio.Data.AdoDotNet Namespace
The AdoDotNet namespace contains a set a classes to complement native ADO.NET functionality. That is, since ADO.NET natively provides a great deal of the functionality required to support a DDEX Provider, classes in this namespace provide default implementations of interf... | https://docs.microsoft.com/fr-fr/previous-versions/visualstudio/visual-studio-2008/bb161853%28v%3Dvs.90%29 | 2019-03-19T00:31:31 | CC-MAIN-2019-13 | 1552912201812.2 | [] | docs.microsoft.com |
Use cases¶
Whereas the section on writing applications based on the ASpecD framework gave a first impression of how to use the ASpecD framework for own analysis software, this section provides a few ideas of how basic operation of applications based on the ASpecD framework may look like.
General usage¶
The best tools w... | https://docs.aspecd.de/usecases.html | 2019-10-14T08:30:24 | CC-MAIN-2019-43 | 1570986649841.6 | [] | docs.aspecd.de |
An M2E Pro Listing contains information about the eBay Account and Site you want to List on, along with Payment, Shipping and Selling Settings (and Inventory Synchronization Settings, if in Advanced Mode). It also needs to know which Products you want to list.
To List your products on eBay you need to:
- Select product... | https://docs.m2epro.com/display/eBayMagentoV6X/Add+Magento+Products | 2019-10-14T08:44:38 | CC-MAIN-2019-43 | 1570986649841.6 | [] | docs.m2epro.com |
CONVERGE Examples
CONVERGE is a commercial computational fluid dynamics (CFD) package that is loaded with physical models for spray, turbulence (including LES), and combustion. CONVERGE is widely used in the internal combustion engine design community due to its ability to generate high-quality orthogonal and body-fitt... | https://docs.rescale.com/articles/converge-examples/ | 2019-10-14T07:58:00 | CC-MAIN-2019-43 | 1570986649841.6 | [array(['https://d33wubrfki0l68.cloudfront.net/b80afe5356ada245c04471996d09817ff89fdf09/6a08d/images/en/software-examples/converge/converge-1.a69b1068.jpg',
'Post processing visualization of results (using EnSight) Post processing visualization of results (using EnSight)'],
dtype=object)
array(['https:/... | docs.rescale.com |
7.2.0 - 2019/04/15¶
All Changes¶
This is a list of all changes in this release:
2019-04-10 [DOC] Added tip for chars counter. (Commit 7b687c59 by gaumondp) 2019-04-09 [FEATURE] Allow other extensions to add actions to the news administration module (#688) (Commit c8208edd by Dmitry Dulepov) 2019-04-09 [BUGFIX] Change p... | https://docs.typo3.org/p/georgringer/news/master/en-us/Misc/Changelog/7-2-0.html | 2019-10-14T09:36:34 | CC-MAIN-2019-43 | 1570986649841.6 | [] | docs.typo3.org |
="" } module "dcos" { source = "dcos-terraform/dcos/gcp" version = "~> 0.2.0" providers = { google = "google" } cluster_name = "my-dcos-demo" ssh_public_key_file = "<path-to-public-key-file>" admin_ips = ["${data.http.whatismyip.body}/32"].<< | http://docs-staging.mesosphere.com/mesosphere/dcos/1.10/installing/evaluation/gcp/ | 2019-10-14T08:04:46 | CC-MAIN-2019-43 | 1570986649841.6 | [array(['./images/install/dcos-login.png', None], dtype=object)
array(['./images/install/dcos-ui.png', None], dtype=object)
array(['./images/destroy/terraform-destory.png', None], dtype=object)] | docs-staging.mesosphere.com |
clusterdb
clusterdb
Reclusters tables that were previously clustered with CLUSTER.
Synopsis
clusterdb [connection-option ...] [-v] [-t table] [[-d] dbname] clusterdb [connection-option ...] [-a] [-v] clusterdb --help clusterdb --version
Description
To cluster a table means to physically reorder a table on disk accordin... | https://gpdb.docs.pivotal.io/43150/utility_guide/client_utilities/clusterdb.html | 2017-07-20T14:24:37 | CC-MAIN-2017-30 | 1500549423222.65 | [array(['/images/icon_gpdb.png', None], dtype=object)] | gpdb.docs.pivotal.io |
Greenplum Database 4.3.1 Release Notes
Greenplum Database 4.3.1 Release Notes
Rev: A04
Updated: March, 2015
Welcome to Pivotal Greenplum Database.1
Greenplum Database 4.3.1 is a maintenance release that introduces a number of significant new features, as well as performance and stability enhancements. Please refer to t... | http://gpdb.docs.pivotal.io/43150/relnotes/GPDB_4310_README.html | 2017-07-20T14:36:21 | CC-MAIN-2017-30 | 1500549423222.65 | [array(['/images/icon_gpdb.png', None], dtype=object)] | gpdb.docs.pivotal.io |
createlang.
The procedural language packages included in the standard Greenplum Database distribution are:
- PL/pgSQL
- PL/Perl
- PL/Python
- PL/Java
The PL/pgSQL language is registered in all databases by default.
Greenplum Database has a language handler for PL/R, but the PL/R language package is not pre-installed wi... | https://gpdb.docs.pivotal.io/43150/utility_guide/client_utilities/createlang.html | 2017-07-20T14:38:33 | CC-MAIN-2017-30 | 1500549423222.65 | [array(['/images/icon_gpdb.png', None], dtype=object)] | gpdb.docs.pivotal.io |
Message-ID: <1126456046.7011.1413800688843.JavaMail.haus-conf@codehaus02.managed.contegix.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_7010_1971095924.1413800688843" ------=_Part_7010_1971095924.1413800688843 Content-Type: text/html; charset=UTF-8 Conten... | http://docs.codehaus.org/exportword?pageId=230397062 | 2014-10-20T10:24:48 | CC-MAIN-2014-42 | 1413507442420.22 | [] | docs.codehaus.org |
In This Issue
Preparing for ANC 2013: Taking Advantage of Education, Certification and Credentialing Opportunities
SNA wants you to take your career to the next level, and the 2013 Annual National Conference (ANC), July 14-17, is just the place to start!
[Read Full Story]
Jarrett J. Krosoczka, SNA and Random House Chil... | http://docs.schoolnutrition.org/newsroom/cndirect/v12/cndirectv12n9.html | 2014-10-20T09:41:30 | CC-MAIN-2014-42 | 1413507442420.22 | [] | docs.schoolnutrition.org |
public interface BundleContextAware
Interface that enables beans to find the bundle context they are defined in. Note that in most circumstances there is no need for a bean to implement this interface.
void setBundleContext(BundleContext bundleContext)
BundleContextthat this bean runs in. Normally this can be used to i... | http://docs.spring.io/osgi/snapshot-site/apidocs/org/springframework/osgi/context/BundleContextAware.html | 2014-10-20T10:10:16 | CC-MAIN-2014-42 | 1413507442420.22 | [] | docs.spring.io |
System Requirements
Hardware
We recommend 16 GB of RAM when working with containerization / virtualization. You can certainly get by with 8 GB but you may want to keep other applications to a minimum. It is also dependent on the RAM configuration required if using virtualization. By default the Outrigger Docker Host is... | http://docs.outrigger.sh/getting-started/system-requirements/ | 2019-04-18T21:06:26 | CC-MAIN-2019-18 | 1555578526807.5 | [] | docs.outrigger.sh |
Following Libraries¶
Funkwhale’s major strength is its focus on federated sharing of music. Users can share music with one another through the network using library links.
Library Permissions¶
Libraries are set up with specific permissions that determine their visibility to users on the local instance and wider federat... | https://docs.funkwhale.audio/users/follow.html | 2019-04-18T20:50:13 | CC-MAIN-2019-18 | 1555578526807.5 | [] | docs.funkwhale.audio |
Archives
- Downloading
- Folder Permissions
- Web Upgrader
- Enter your License ID & Key
- Upgrade Process
- Set up Cron
- Finishing Up
This guide will help you through the upgrade process of phpFox v4 or higher. This is also for upgrading from phpFox v3 Nebula. If your version is below v3 Nebula, you'll need to first ... | https://docs.phpfox.com/display/FOX4MAN/Upgrading+Your+phpFox+Website | 2019-04-18T20:36:56 | CC-MAIN-2019-18 | 1555578526807.5 | [] | docs.phpfox.com |
This error is reported when application arguments are used, unchecked, for all or part of an operating system command executed by the application. This checker differs from other SV.EXEC checkers in that it targets “Local” parameters to the application, which require an attacker to have the ability to modify settings o... | https://docs.roguewave.com/en/klocwork/current/sv.exec.local | 2019-04-18T20:44:08 | CC-MAIN-2019-18 | 1555578526807.5 | [] | docs.roguewave.com |
Chapter 8 Requests
All requests made to the Sorry™ API should use the standard REST patterns.
If you want to pass data to the API, such as the details of a notice you want to create we’re recommend you pass them as query parameters rather than as JSON in the body.
curl -X POST \ -d name="My Example Status Page" \ -H "A... | https://docs.sorryapp.com/api/v1/getting-started/requests.html | 2019-04-18T20:23:53 | CC-MAIN-2019-18 | 1555578526807.5 | [] | docs.sorryapp.com |
Logging is one of the most important aspects of a production-grade server. A properly configured logging system is vital for identifying errors, security threats and usage patterns. All WSO2 products are shipped with the log4j logging capabilities, which generates administrative activities and server side logs. The
log... | https://docs.wso2.com/display/AS530/Working+with+Logs | 2019-04-18T21:08:53 | CC-MAIN-2019-18 | 1555578526807.5 | [] | docs.wso2.com |
Resco platform
Contents
What is Resco Mobile CRM platform
Resco Mobile CRM as a platform allows you to create apps that are connected to cloud services like Microsoft Dynamics, Salesforce, or the Resco Cloud. Choose one of the ready-to-use app templates for sales, field service, inspections, or routes. Or start from sc... | https://docs.resco.net/mediawiki/index.php?title=Resco_platform&oldid=35 | 2020-05-25T03:10:32 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.resco.net |
Simulating Physics Behavior with the PhysX System
Lumberyard's PhysX system acts upon entities to create realistic physical effects
such as
collision detection and rigid body dynamics simulation. To use the PhysX system, install
the
PhysX SDK
Lumberyard's PhysX system does not interact with Physics (Legacy) component e... | https://docs.aws.amazon.com/lumberyard/latest/userguide/physx-intro.html | 2020-05-25T03:14:37 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.aws.amazon.com |
Main feed summary¶
The main field provides a little more detail to the edits made to packages. In each entry summary, there is a list of packages affected, and the change to each is described as ‘created’, ‘updated’ or ‘deleted’. For example:
<summary type="html>Packages affected: [hospital_performance:created].</summa... | https://docs.ckan.org/en/ckan-1.4.1/feeds.html | 2020-05-25T01:47:07 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.ckan.org |
Building transactions
Introduction. Typically,
the
TransactionBuilder will need to be exchanged back and forth between
parties before it is fully populated. This is an immediate consequence of
the Corda privacy model, in which the input states are likely to be unknown
to the other node. one) }
FxTransactionBuildTutoria... | https://docs.corda.net/docs/corda-os/4.0/tutorial-building-transactions.html | 2020-05-25T02:27:44 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.corda.net |
Getting started¶
This guide explains how to run the FRINX UniConfig for the first time. Content:
- System requirements
- Download the FRINX UniConfig distribution
- Activate your FRINX UniConfig distribution
- Running as a docker container
- UniConfig basic principles
- Install features
- Connecting devices
System requ... | https://docs.frinx.io/FRINX_ODL_Distribution/oxygen/getting-started.html | 2020-05-25T01:13:33 | CC-MAIN-2020-24 | 1590347387155.10 | [array(['../../_images/FRINX_UniConfig_solution.jpg', 'UniConfig solution'],
dtype=object) ] | docs.frinx.io |
ReadTimeout, a subclass of
Timeout::Error, is raised if a chunk of the response cannot be read within the read_timeout.
# File lib/net/protocol.rb, line 79 def initialize(io = nil) @io = io end
# File lib/net/protocol.rb, line 84 def message msg = super if @io msg = "#{msg} with #{@io.inspect}" end msg end
Exception#me... | https://docs.w3cub.com/ruby~2.6/net/readtimeout/ | 2020-05-25T01:36:00 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.w3cub.com |
TOPICS×
Search facets
Learn.. Similarly, when searching for documents, you can specify the format, for example PDF or MS Word.
Add a predicate.
Add an Options predicate Filters..
-.
- Do one of the following:
- In the Property Name field, mention the path of the JSON file where you define the nodes for the options and ... | https://docs.adobe.com/content/help/en/experience-manager-cloud-service/assets/admin/search-facets.html | 2020-05-25T00:38:50 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.adobe.com |
TOPICS×
Real-time Customer Profile overview
Real-time Customer Profile enables you to see a holistic view of each individual customer by combining data from multiple channels, including online, offline, CRM, and third party data. Profile allows you to consolidate your disparate customer data into a unified view offerin... | https://docs.adobe.com/content/help/en/experience-platform/rtcdp/profile/profile-overview.html | 2020-05-25T02:10:36 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.adobe.com |
Support for physical and emulated persistent memory devices, commonly referred to as Non-Volatile DIMMs (NVDIMMs), is present in the Linux Kernel v4.0 or newer. It is recommended to use Kernel version 4.2 or later since NVDIMM support is enabled by default. Kernel versions 4.0 and 4.1 require manual configuration and r... | https://docs.pmem.io/persistent-memory/getting-started-guide/creating-development-environments/linux-environments | 2020-05-25T01:57:08 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.pmem.io |
Modules
How to create, use, and distribute Raku modules
Creating and using modules
A module is usually a source file or set of source files that expose Raku constructs [1].
Modules are typically packages (classes, roles, grammars), subroutines, and sometimes variables. In Raku module can also refer to a type of package... | https://docs.raku.org/language/modules | 2020-05-25T02:18:15 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.raku.org |
When streaming content into Unreal Engine 4 (UE4) using the Live Link Plugin, you may want to view the various curves and values that are active. The Live Link Curve Debugger is a tool that enables you to quickly see what the output is of various Live Link curves are in an easy to debug manner.
Enabling Live Link Curve... | https://docs.unrealengine.com/ko/Engine/Animation/LiveLinkPlugin/LiveLinkCurveDebugger/index.html | 2020-05-25T03:03:44 | CC-MAIN-2020-24 | 1590347387155.10 | [array(['./../../../../../Images/Engine/Animation/LiveLinkPlugin/LiveLinkCurveDebugger/DebuggerWindowSubject.jpg',
'DebuggerWindowSubject.png DebuggerWindowSubject.png'],
dtype=object) ] | docs.unrealengine.com |
Networking Overview¶
This Network Design Guide will discuss some of the useful principles for creating robust data networks as a service both to the amateur radio hobby and the community at large. An AREDN® network is able to serve as the transport mechanism for the applications people rely upon to communicate with eac... | https://arednmesh.readthedocs.io/en/latest/arednNetworkDesign/networking_overview.html | 2020-05-25T02:12:58 | CC-MAIN-2020-24 | 1590347387155.10 | [] | arednmesh.readthedocs.io |
CorDapps
-
- Secure coding guidelines
- Configuring Responder Flows
- Corda API
- Flow cookbook
- Cheat sheet
- Vault
- Soft Locking | https://docs.corda.net/docs/corda-os/4.0/building-a-cordapp-index.html | 2020-05-25T00:34:49 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.corda.net |
An
SimpleRenewer allows a
TupleSpace to check if a
TupleEntry is still alive.
# File lib/rinda/rinda.rb, line 314 def initialize(sec=180) @sec = sec end
Creates a new
SimpleRenewer that keeps an object alive for another
sec seconds.
# File lib/rinda/rinda.rb, line 321 def renew @sec end
Called by the
TupleSpace to chec... | https://docs.w3cub.com/ruby~2.6/rinda/simplerenewer/ | 2020-05-25T01:14:13 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.w3cub.com |
NavBarControl.NavPaneOptionsReset Event
Fires when the Reset button in the Navigation Pane Options dialog is clicked.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v21.2.dll
Declaration
Event Data
The NavPaneOptionsReset event's data class is DevExpress.XtraNavBar.NavPaneOptionsResetEventArgs.
Remark... | https://docs.devexpress.com/WindowsForms/DevExpress.XtraNavBar.NavBarControl.NavPaneOptionsReset | 2022-05-16T12:48:11 | CC-MAIN-2022-21 | 1652662510117.12 | [] | docs.devexpress.com |
Release 3.1 (dunfell)¶
This section provides migration information for moving to the Yocto Project 3.1 Release (codename “dunfell”) from the prior release..
Reproducible builds now enabled by default¶
In order to avoid unnecessary differences in output files (aiding binary
reproducibility), the Poky distribution config... | https://docs.yoctoproject.org/migration-guides/migration-3.1.html | 2022-05-16T12:23:17 | CC-MAIN-2022-21 | 1652662510117.12 | [] | docs.yoctoproject.org |
Updating your Codacy license¶
Some changes to your Codacy plan require that you update your Codacy license with a new one provided by a Codacy representative:
Edit the value of
codacy-api.config.licensein the
values-production.yamlfile that you used to install Codacy:
codacy-api: config: license: <--- insert your Codac... | https://docs.codacy.com/chart/maintenance/license/ | 2020-11-24T03:46:42 | CC-MAIN-2020-50 | 1606141171077.4 | [] | docs.codacy.com |
You can use the SnapCenter Add Host page to add Windows hosts. The SnapCenter Plug-in for Microsoft Windows is automatically installed on the specified host. This is the recommended method for installing plug-ins. You can add a host and install a plug-in either for an individual host or a cluster.
Log on as a servicero... | https://docs.netapp.com/ocsc-43/topic/com.netapp.doc.ocsc-isg/GUID-8674BCB1-0CA6-4B2B-8D07-146E1AB9AE79.html?lang=en | 2020-11-24T04:26:36 | CC-MAIN-2020-50 | 1606141171077.4 | [] | docs.netapp.com |
Covid-19 Patient Updates
The clinic is open during the pandemic. We have incorporated extra precautions to keep everyone safe. All appointments are being offered by telehealth, unless you have been otherwise notified. If you book an appointment through our online booking system your doctor will call you as close to the... | https://888docs.ca/ | 2020-11-24T02:59:34 | CC-MAIN-2020-50 | 1606141171077.4 | [array(['https://d17wgeyuqe7yrh.cloudfront.net/wp-content/uploads/sites/16/2015/10/29143508/Pic3.jpg',
'About Us'], dtype=object) ] | 888docs.ca |
Configure inSync to protect Slack data
Overview
You can configure inSync to integrate with Slack so that inSync connects with your Slack Org workspace and accesses the Slack data for backup.
Before you begin
Ensure that the Slack Discovery API is enabled before you begin the configuration. For more information, see Sla... | https://docs.druva.com/001_inSync_Cloud/Cloud/050_Cloud_Apps/Protect_Slack_using_inSync/020_Configure_inSync_to_protect_Slack_data | 2020-11-24T03:29:08 | CC-MAIN-2020-50 | 1606141171077.4 | [array(['https://docs.druva.com/@api/deki/files/3644/tick.png?revision=2&size=bestfit&width=13&height=12',
'File:/tick.png'], dtype=object)
array(['https://docs.druva.com/@api/deki/files/3644/tick.png?revision=2&size=bestfit&width=13&height=12',
'File:/tick.png'], dtype=object)
array(['https://docs.dr... | docs.druva.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.