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 |
|---|---|---|---|---|---|---|
If you want to assign custom properties using the code, you can use component.dispatch as follows:
function changeMargin(): void {this.marginTop = 5; // Wrong. The property will be set but the UI will not be updated.this.dispatch({type: "updateUserStyle",userStyle: {marginTop: 5}});// Perform this when position related... | https://docs.smartface.io/smartface-cloud-development/cloud-ide/changing-ui-properties-on-runtime | 2021-07-24T07:37:54 | CC-MAIN-2021-31 | 1627046150134.86 | [] | docs.smartface.io |
Manage Access Levels
Change a team member’s access level.
Only the company account owner or a team member with administrator permission can edit a user’s access level.
Edit Access Level
- Go to Settings » Project Configuration and click Manage for Team Access.
- Click edit next to the user’s current access level.
- Sel... | https://docs.airship.com/guides/messaging/user-guide/admin/team/access-levels/ | 2021-07-24T07:36:07 | CC-MAIN-2021-31 | 1627046150134.86 | [] | docs.airship.com |
compile¶
Purpose¶
Compiles a source file to a compiled code file. See also the Compiler chapter.
Examples¶
compile qxy.e;
In this example, the
source path would be searched for qxy.e, which
would be compiled to a file called
qxy.gcg on the same subdirectory qxy.e was found.
compile qxy.e xy;
In this example, the
source... | https://docs.aptech.com/gauss/compile.html | 2021-07-24T07:49:14 | CC-MAIN-2021-31 | 1627046150134.86 | [] | docs.aptech.com |
Assignar Forms are one of the most popular tools for capturing any information in a digital format from the field. With Assignar Webhooks module, you can push data captured by Assignar Forms into Assignar GPS Tracking via Zapier webhooks.
In this example, we'll show you how you can capture your vehicle fuel receipts, a... | https://docs.assignar.com/en/articles/4939889-send-fuel-receipts-from-assignar-forms-into-assignar-gps-tracking | 2021-07-24T08:26:44 | CC-MAIN-2021-31 | 1627046150134.86 | [array(['https://downloads.intercomcdn.com/i/o/302696336/979317985b73a54a1f0f122a/Screen+Shot+2021-02-22+at+1.01.55+am.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/302695837/fed9fe0f4014f30427ce1dac/Screen+Shot+2021-02-22+at+1.07.33+am.png',
None], dtype=object)
array(['htt... | docs.assignar.com |
Introduction
Apache NiFi Registry-a subproject of Apache NiFi-is a complementary application that provides a central location for storage and management of shared resources across one or more instances of NiFi and/or MiNiFi.
The first implementation of the Registry supports versioned flows. Process group level dataflow... | https://docs.cloudera.com/cdf-datahub/7.2.10/nifi-reg-user-guide/topics/nifi-reg-introduction.html | 2021-07-24T08:56:16 | CC-MAIN-2021-31 | 1627046150134.86 | [] | docs.cloudera.com |
Reserving the Master Host for.
- Log into the Cloudera Manager Admin Console.
- Go to the CDSW service.
- Click the Configuration tab.
- Search for the following property: Reserve Master Host., then select the checkbox to enable it.
- Click Save Changes.
- Restart the CDSW service to have this change go into effect. | https://docs.cloudera.com/cdsw/1.9.2/manage-hosts/topics/cdsw-reserving-the-master-host-for-cds-deployments.html | 2021-07-24T08:28:33 | CC-MAIN-2021-31 | 1627046150134.86 | [] | docs.cloudera.com |
Please refer to the numbered sections below for information about each numbered component in the following screen:
The “Project Panel” contains all of the files and folders in your project in a tree-based file navigation structure.
"Run on Device" allows you to deploy and run your application instantly on Android or iO... | https://docs.smartface.io/smartface-cloud-development/cloud-ide/cloud-ide-basics | 2021-07-24T08:04:23 | CC-MAIN-2021-31 | 1627046150134.86 | [] | docs.smartface.io |
Contents:
Contents:
- If an input value is missing or null, it is not factored in the computation. For example, for the first row in the dataset, the rolling mode MODE Function.
rollingmode. | https://docs.trifacta.com/display/r068/ROLLINGMODE+Function | 2021-07-24T08:29:54 | CC-MAIN-2021-31 | 1627046150134.86 | [] | docs.trifacta.com |
Actions
Actions determine what happens when a user interacts with your App and Web messages.
About actions
With actions, you gain much greater control of your users' experience with your app, and can not only provide them with more relevant, specific content, you can learn from their usage and continue to do so over ti... | https://docs.airship.com/guides/messaging/user-guide/messages/content/actions/ | 2021-07-24T07:05:20 | CC-MAIN-2021-31 | 1627046150134.86 | [array(['https://docs.airship.com/images/app-id-connect.png', None],
dtype=object) ] | docs.airship.com |
Running your CorDapp
Now that you’ve written a CorDapp, it’s time to test it by running it on some real Corda nodes.
Deploying your CorDapp
Let’s take a look at the nodes']) { nodeDefaults { projectCordapp { deploy = false } cordapp project(':contracts') cordapp project(':workflows') runSchemaMigration = true } node { ... | https://docs.corda.net/docs/corda-os/4.6/hello-world-running.html | 2021-07-24T07:58:29 | CC-MAIN-2021-31 | 1627046150134.86 | [array(['/en/images/running_node.png', 'running node'], dtype=object)] | docs.corda.net |
By default time series creates samples only if the associated data source is changed. Optionally you can add behavior where the new sample will be created if the data source is not changed within RepeatLastSampleFactor ✕ DataSource.UpdateRate time interval (in milliseconds). The new sample time will differ RepeatLastSa... | https://docs.monokot.io/hc/en-us/articles/360034374912-Last-Sample-Repeat | 2021-07-24T06:58:24 | CC-MAIN-2021-31 | 1627046150134.86 | [] | docs.monokot.io |
Web 3.0 has opened an entirely new technological field for developers. A question we often get from developers looking to begin building for the decentralized web is, “Where do I start?”. There are many ways to answer this question. We’ll be exploring one: decentralizing your existing static site.
This guide will highl... | https://docs.namebase.io/guides-1/building-a-decentralized-blog-on-handshake | 2021-07-24T07:40:14 | CC-MAIN-2021-31 | 1627046150134.86 | [] | docs.namebase.io |
Custom templates help you save time and standardize meetings. Now you can create your own templates and reuse it in your team. Here is how you can start using custom templates.
Saving the Template
To save a template create the draft notes in MeetNotes Editor and click the vertical ellipses in the meeting header.
Select... | http://docs.meetnotes.co/overview-and-getting-started/custom-templates | 2018-10-15T11:06:14 | CC-MAIN-2018-43 | 1539583509170.2 | [array(['https://downloads.intercomcdn.com/i/o/35978530/cd09fbb04829283cc1a93174/Screen+Shot+2017-10-09+at+7.52.03+PM.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/35979956/968e72c365d9c4bdf46c8ee2/Screen+Shot+2017-10-09+at+8.04.13+PM.png',
None], dtype=object) ... | docs.meetnotes.co |
New in version 2.0.
SAX parsers implement the
XMLReader interface. They are implemented in a Python module, which must provide a function
create_parser(). This function is invoked by
xml.sax.make_parser() with no arguments to create a new parser object.
class xml.sax.xmlreader.XMLReader
Base class which can be inherite... | http://docs.w3cub.com/python~2.7/library/xml.sax.reader/ | 2018-10-15T10:57:46 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.w3cub.com |
Set.
Next Steps
- Create an HTML version of the standard response.
- Add an attachment to the standard response.
- Maintain multiple versions of the standard response.
- Create Field Codes to use in your standard responses.
Feedback
Comment on this article: | https://docs.genesys.com/Documentation/PSAAS/latest/Administrator/SRProperties | 2018-10-15T11:31:44 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.genesys.com |
Expressions are used within constraints to generate a value that is true.
There are three types of expressions usable for constraints:
- Comparisons with operators
- Functions
- Exist-expressions
Comparisons
A comparison expression consists of two attributes or values, separated by a comparison operator, like ‘=’, ‘<=’... | https://docs.mendix.com/refguide/xpath-expressions | 2018-10-15T10:21:57 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.mendix.com |
is not supported for MacOS. get a prompt about every 90 to 120 minutes by default when they leave the set of approved IP address ranges. The exact timing depends on the access token expiry duration (60 minutes by default), when their computer last obtained a new access token, and any specific conditional access timeou... | https://docs.microsoft.com/en-us/onedrive/enable-conditional-access?redirectSourcePath=%252fbg-bg%252farticle%252f%2525D0%2525A0%2525D0%2525B0%2525D0%2525B7%2525D1%252580%2525D0%2525B5%2525D1%252588%2525D0%2525B0%2525D0%2525B2%2525D0%2525B0%2525D0%2525BD%2525D0%2525B5-%2525D0%2525BD%2525D0%2525B0-%2525D1%252583%2525D1%... | 2018-10-15T11:28:59 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.microsoft.com |
Changelog for Falcon 0.2.0¶
Breaking Changes¶
- The deprecated util.misc.percent_escape and util.misc.percent_unescape functions were removed. Please use the functions in the util.uri module instead.
- The deprecated function, API.set_default_route, was removed. Please use sinks instead.
- HTTPRangeNotSatisfiable no lo... | https://falcon.readthedocs.io/en/stable/changes/0.2.0.html | 2018-10-15T11:13:31 | CC-MAIN-2018-43 | 1539583509170.2 | [] | falcon.readthedocs.io |
Starting with System Manager 9.4, you can update single-node clusters. Updating single-node clusters is disruptive, and client data will not be available while the update is in progress.
Obtaining Data ONTAP software images
If you try to perform other tasks from System Manager while updating the node that hosts the clu... | http://docs.netapp.com/ontap-9/topic/com.netapp.doc.onc-sm-help-930/GUID-0BA0F395-B771-496D-B019-294DB1035907.html | 2018-10-15T10:40:05 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.netapp.com |
Infinispan ships several server modules, some of which can be started via calling startServer.sh or startServer.bat scripts from command line. These currently include Hot Rod, Memcached and Web Socket servers. Please find below the set of common command line parameters that can be passed to these servers:
Note that sta... | https://docs.jboss.org/author/display/ISPN53/Server+Command+Line+Options | 2018-10-15T11:16:34 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.jboss.org |
All content with label load+mod_cluster.
Related Labels:
high, wildfly, clustering, cluster, jboss, tutorial, mod_jk, domain, l, httpd, standalone, eap, eap6, ha, high-availability, modcluster, getting_started, balancing, as7,
availability
more »
( - load, - mod_cluster )
Powered by a free Atlassian Confluence Open Sou... | https://docs.jboss.org/author/label/load+mod_cluster | 2018-10-15T11:21:50 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.jboss.org |
Identifies the selected item type within the component view
Member of Explorer (PRIM_DCBX)
Data Type - Enumeration
The PathType property returns the type of the current focus folder in the Path property.
PathType has many available values. See the Feature Viewer (F2) or autocomplete in the IDE for additional informatio... | https://docs.lansa.com/14/en/lansa016/prim_dcbx_pathtype.htm | 2018-10-15T11:20:55 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.lansa.com |
Create a custom template for dotnet new
This tutorial shows you how to:
- Create a basic template from an existing project or a new console app project.
- Pack the template for distribution at nuget.org or from a local nupkg file.
- Install the template from nuget.org, a local nupkg file, or the local file system.
- Un... | https://docs.microsoft.com/en-us/dotnet/core/tutorials/create-custom-template | 2018-10-15T11:45:37 | CC-MAIN-2018-43 | 1539583509170.2 | [array(['media/create-custom-template/nunit1.png',
'Console window showing the NUnit template listed with other installed templates'],
dtype=object)
array(['media/create-custom-template/nunit2.png',
'Console window showing the output of the dotnet new command as it creates the NUnit project and ... | docs.microsoft.com |
Using secrets¶
This page shows how to use secrets within your functions for API tokens, passwords and similar.
Using secrets is a two step process. First we need to define the secret in your cluster and then you need to 'use' the secret to your function. You can find a simple example function ApiKeyProtected in the Ope... | https://docs.openfaas.com/reference/secrets/ | 2018-10-15T11:05:25 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.openfaas.com |
You can use vSphere Fault Tolerance (FT) for most mission critical virtual machines. FT provides continuous availability for such a virtual machine by creating and maintaining another VM that is identical and continuously available to replace it in the event of a failover situation.
The protected virtual machine is cal... | https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.avail.doc/GUID-623812E6-D253-4FBC-B3E1-6FBFDF82ED21.html | 2018-10-15T11:19:40 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.vmware.com |
_FACT
Description
This fact table contains a record of the attribute values that applications attach to SDR for reporting purposes. A new row is added for each attribute that is attached (for example, DNIS of the destination phone number). A row is updated when a new value is reported for an existing attribute.
Note th... | https://docs.genesys.com/Documentation/PSAAS/latest/RPRT/Table-SDR_CUST_ATRIBUTES_FACT | 2018-10-15T10:23:23 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.genesys.com |
imply 'hscroll and 'vscroll, respectively, but they cause the corresponding scrollbar to disappear when no scrolling is needed in the corresponding direction; the 'auto-vscroll and 'auto-hscroll modes assume that children subareas are placed using the default algorithm for a panel%, vertical-panel%, or horizontal-pane... | https://docs.racket-lang.org/gui/panel_.html | 2018-10-15T10:17:17 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.racket-lang.org |
Running Tests¶
Test make targets, invoked as
$ make <target>, subject to which
environment variables are set (see Test Environment Variables).
Run all tests (including slow tests):
$ make test
Run only quick tests (as of Sep 18, 2017, this was < 30 minutes):
$ export TOIL_TEST_QUICK=True; make test
Run an individual te... | https://toil.readthedocs.io/en/3.15.0/contributing/contributing.html | 2018-10-15T10:16:22 | CC-MAIN-2018-43 | 1539583509170.2 | [] | toil.readthedocs.io |
In the Gantry framework, we use the term Feature to mean a specific bit of functionality. Features are flexible enough that they can be used to perform almost any type of logic you would need. The base GantryFeature class contains methods that can be implemented to control how your feature functions. Those methods are:... | http://docs.gantry.org/gantry4/advanced/creating-a-new-feature | 2018-10-15T11:40:47 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.gantry.org |
Tracing Calls to Downstream HTTP Web Services Using the X-Ray SDK for Python
When your application makes calls to microservices or public HTTP APIs, you can use the X-Ray SDK for Python to instrument those calls and add the API to the service graph as a downstream service.
To instrument HTTP clients, patch the library ... | https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-python-httpclients.html | 2018-10-15T10:46:06 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.aws.amazon.com |
. information, see Assess your environment and requirements for deploying Office 365 ProPlus., see Plan your enterprise deployment of,. | https://docs.microsoft.com/en-us/deployoffice/office-2010-end-support-roadmap?redirectSourcePath=%252ffi-fi%252farticle%252foffice-2010-n-tuen-p%2525C3%2525A4%2525C3%2525A4ttymisen-ohje-2a58999c-4d83-4e67-9fde-bc96d487105e | 2018-10-15T10:58:09 | CC-MAIN-2018-43 | 1539583509170.2 | [] | docs.microsoft.com |
User Guide
Local Navigation
Search This Document
Copy, move, rename, or delete a file
- Do one of the following:
- Find and highlight a file.
- Press the
key.
Next topic: Open a password-protected .pdf file
Previous topic: View properties for a file
Was this information helpful? Send us your comments. | http://docs.blackberry.com/en/smartphone_users/deliverables/23782/Move_rename_or_delete_a_file_60_1048889_11.jsp | 2013-12-05T03:28:34 | CC-MAIN-2013-48 | 1386163039002 | [] | docs.blackberry.com |
Inheritance Mapping
===================
Doctrine currently offers two supported methods of inheritance
which are Single Collection Inheritance and Collection Per Class
Inheritance.
Mapped Superclasses
-------------------
An mapped superclass is an abstract or concrete class that provides
persistent document state and m... | http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/_sources/reference/inheritance-mapping.txt | 2013-12-05T03:28:14 | CC-MAIN-2013-48 | 1386163039002 | [] | docs.doctrine-project.org |
Welcome to the Actors Migration Kit project! This project aims to help users migrate their code from Scala Actors to Akka. This project consists from the code in the Scala 2.10.0 release, Akka, and code in this project. The Actor Migration Guide will explain how to migrate from Scala Actors to Akka. Scaladoc API can al... | http://docs.scala-lang.org/actors-migration/ | 2013-12-05T03:39:16 | CC-MAIN-2013-48 | 1386163039002 | [] | docs.scala-lang.org |
User Guide
Local Navigation
Search This Document
Change the size of a column
In a spreadsheet, do one of the following:
-.
- To change the column size for all spreadsheets, press the
key > Options. Change the Column Width field. Press the
key > Save.
Next topic: Set display options for a spreadsheet
Previous topic: Vie... | http://docs.blackberry.com/en/smartphone_users/deliverables/36023/Change_the_size_of_a_column_60_1049127_11.jsp | 2013-12-05T03:40:02 | CC-MAIN-2013-48 | 1386163039002 | [] | docs.blackberry.com |
Select Menus → [name of the menu] from the drop-down menu on the back-end of your Joomla! installation (for example, Menus → Main Menu). Then click New to create a new menu item or click on an existing item to edit.: | http://docs.joomla.org/index.php?title=Help25:Menus_Menu_Item_Article_Archived&diff=66367&oldid=66360 | 2013-12-05T03:46:45 | CC-MAIN-2013-48 | 1386163039002 | [] | docs.joomla.org |
scipy.special.betainc¶
- scipy.special.betainc(a, b, x) = <ufunc 'betainc'>¶
Compute the incomplete beta integral of the arguments, evaluated from zero to x:
gamma(a+b) / (gamma(a)*gamma(b)) * integral(t**(a-1) (1-t)**(b-1), t=0..x).
Notes
The incomplete beta is also sometimes defined without the terms in gamma, in whi... | http://docs.scipy.org/doc/scipy-dev/reference/generated/scipy.special.betainc.html | 2013-12-05T03:26:51 | CC-MAIN-2013-48 | 1386163039002 | [] | docs.scipy.org |
An Act to renumber and amend 74.11 (4), 74.11 (7), 74.11 (8), 74.11 (10) (a), 74.12 (6), 74.12 (7) and 74.12 (8); to amend 74.12 (9) (a) and 74.69 (1); and to create 74.11 (4) (b), 74.11 (7) (b), 74.11 (8) (b), 74.11 (10) (a) 2., 74.12 (6) (b), 74.12 (7) (b), 74.12 (8) (b) and 74.12 (9) (am) of the statutes; Relating t... | http://docs.legis.wisconsin.gov/2019/proposals/ab141 | 2019-05-19T14:24:06 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.legis.wisconsin.gov |
GemFire XD provides the capability to store partitioned table data in a Hadoop Distributed File System (HDFS). Using HDFS as a persistent store enables you to capture high rates of table updates in HDFS for later processing in Hadoop. Or, you can choose to manage very large tables in GemFire XD--tables much larger than... | http://gemfirexd.docs.pivotal.io/docs/1.4.0/userguide/disk_storage/persist-hdfs.html | 2019-05-19T15:43:49 | CC-MAIN-2019-22 | 1558232254889.43 | [] | gemfirexd.docs.pivotal.io |
System configuration / Sending the data / Sending from Windows operating systems / ProxyServerContainerDownload as PDF
ProxyServerContainer
ProxyServerContainer is an application that receives logs from local applications and sends them to Devo, by opening a TCP and UDP port in the local direction (localhost).
The appl... | https://docs.devo.com/confluence/docs/system-configuration/sending-the-data/sending-from-windows-operating-systems/proxyservercontainer | 2019-05-19T15:25:32 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.devo.com |
Grove LCD¶
Overview¶
This sample displays an incrementing counter through the Grove LCD, with changing backlight.
Requirements¶
To use this sample, the following hardware is required:
- Arduino 101 or Quark D2000 Devboard
- Grove LCD module
- Grove Base Shield [Optional]
Wiring¶
You will need to connect the Grove LCD v... | https://docs.zephyrproject.org/latest/samples/display/grove_display/README.html | 2019-05-19T15:08:51 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.zephyrproject.org |
How to create a Payment backend¶
Payment backends must be listed in settings.SHOP_PAYMENT_BACKENDS
Shop interface¶
While we could solve this by defining a superclass for all payment backends, the better approach to plugins is to implement inversion-of-control, and let the backends hold a reference to the shop instead.
... | https://django-shop.readthedocs.io/en/latest/howto/how-to-payment.html | 2019-05-19T14:38:33 | CC-MAIN-2019-22 | 1558232254889.43 | [] | django-shop.readthedocs.io |
What are the limitations of PPTP in pfSense¶
Warning
PPTP in general has many limitations, especially from a security standpoint. It should not be used no matter how strongly a client pushes to have it enabled.
There are limitations of PPTP in pfSense, due to limitations in the NAT
capabilities of
pf.
Only one client c... | https://docs.netgate.com/pfsense/en/latest/vpn/what-are-the-limitations-of-pptp-in-pfsense.html | 2019-05-19T14:27:32 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.netgate.com |
Available only in PRO Edition
Webix DataTable features Excel-like area selection. You can click on any cell in the DataTable and move the mouse pointer over the grid, a block of cells will be selected and colored in gray.
When you release the mouse pointer, the selection will remain and marked with bold border with a h... | https://docs.webix.com/datatable__area_selection.html | 2019-05-19T15:05:25 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.webix.com |
smp_svr enables support for the following command groups:
-
fs_mgmt
-
img_mgmt
-
os_mgmt
-
stat_mgmt
Caveats¶
- The Zephyr port of
smp_svris configured to run on a Nordic nRF52x MCU. The application should build and run for other platforms without modification, but the file system management commands will not work. To... | https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html | 2019-05-19T14:36:00 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.zephyrproject.org |
Zoom All
Clicking the ZoomAll button (fifth button from the top on the right hand side vertical toolbar) will zoom the contents such that all the objects fit fully onto the screen.
The objects that are taken into consideration are also objects that are currently hidden.
Press F1 inside the application to read context-s... | http://docs.teamtad.com/doku.php/actzoomall | 2019-05-19T15:28:11 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.teamtad.com |
Oxygen XML Web Author
Welcome to Acrolinx for Oxygen XML Web Author!
You can use Acrolinx for Oxygen XML Web Author to include content quality checks into your CMS workflow. Here are the main steps to get you working comfortably with Acrolinx for Oxygen XML Web Author.
The Sidebar Card Guide is also worth having close ... | https://docs.acrolinx.com/oxwa/latest/en | 2019-05-19T14:40:11 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.acrolinx.com |
Beta 6.0
The latest version of AURIN’s flagship facility, the ‘Portal’, went live on the 3rd of April. This version has seen the implementation of many improvements ‘under-the-hood’ to harden and scale the existing infrastructure and optimize code and attend to bugs. The user-interface is unchanged from Beta-5A but new... | https://docs.aurin.org.au/beta-release-notes/beta-6/ | 2019-05-19T15:18:52 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.aurin.org.au |
Define a primary service
As part of the Splunk App for PCI Compliance, primary functions are defined as one or more of the following items:
- Running Process (process name)
- Installed Service (service name)
- Listening Port (transport/port combination)
Primary functions are defined in a Splunk lookup table (
SA-Endpoi... | https://docs.splunk.com/Documentation/PCI/3.7.2/User/Defineaprimaryservice | 2019-05-19T15:11:05 | CC-MAIN-2019-22 | 1558232254889.43 | [array(['/skins/OxfordComma/images/acrobat-logo.png', None], dtype=object)] | docs.splunk.com |
Spring Session provides an API and implementations for managing a user’s session information.
Introduction
Spring Session provides an API and implementations for managing a user’s session information. It also provides transparent integration with:essionalive when receiving WebSocket messages
Samples and Guides (Start H... | https://docs.spring.io/spring-session/docs/1.0.2.BUILD-SNAPSHOT/reference/html5/ | 2019-05-19T14:42:39 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.spring.io |
Python Packaging User Guide¶
Welcome to the Python Packaging User Guide, a collection of tutorials and references to help you distribute and install Python packages with modern tools.
This guide is maintained on GitHub by the Python Packaging Authority. We happily accept any contributions and feedback. 😊
Essential too... | https://python-packaging-user-guide.readthedocs.io/ | 2019-05-19T15:10:24 | CC-MAIN-2019-22 | 1558232254889.43 | [] | python-packaging-user-guide.readthedocs.io |
Gets or sets the command executed when an end-user taps a row within the grid. This is a bindable property.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that y... | https://docs.devexpress.com/Xamarin/DevExpress.Mobile.DataGrid.GridControl.RowTapCommand | 2019-05-19T14:25:44 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.devexpress.com |
1GB of memory or more is a prerequisite of installing Ghost to production. If this space isn’t available, it is possible to configure a larger amount of swap memory.
Use the following commands one by one:
dd if=/dev/zero of=/var/swap bs=1k count=1024k mkswap /var/swap swapon /var/swap echo '/var/swap swap swap defaults... | https://docs.ghost.org/faq/adding-swap-memory/ | 2019-05-19T15:12:13 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.ghost.org |
Is it possible to schedule a YO via the API
Solved!Posted in General by david pichsenmeister Sat Mar 28 2015 20:04:52 GMT+0000 (UTC)·1·Viewed 1,871 times
I would like to send a schedule YO to all me subscribers like it's possible in my account dashboard. Is there any (inofficial, work in progress,...) API function to a... | http://docs.justyo.co/discuss/5517096416a294230084a9aa | 2019-05-19T15:09:56 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.justyo.co |
An Act to create 66.10015 of the statutes; Relating to: the effect of changes in requirements for development-related permits or authorizations on persons who apply for the permits or authorizations.
Amendment Histories
2013 Wisconsin Act 74 (PDF: )
2013 Wisconsin Act 74: LC Act Memo
Bill Text (PDF: )
LC Amendment Memo... | https://docs.legis.wisconsin.gov/2013/proposals/sb314 | 2019-05-19T15:24:44 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.legis.wisconsin.gov |
Media for Windows Phone
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
You can incorporate audio and video in various ways into your Windows Phone apps.
Note
Any application that incorporates media must adhere to the App certification requirements ... | https://docs.microsoft.com/en-us/previous-versions/windows/apps/ff402550%28v%3Dvs.105%29 | 2019-05-19T14:56:05 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.microsoft.com |
/
function returns num as an array in binary
It does this with the 0th digit being on the right
>>> from sympy.physics.quantum.shor import arr >>> arr(5, 4) [0, 1, 0, 1]
This applies the continued fraction expansion to two numbers x/y
x is the numerator and y is the denominator
>>> from sympy.physics.quantum.shor impo... | https://docs.sympy.org/0.7.2-py3k/modules/physics/quantum/shor.html | 2019-05-19T14:42:12 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.sympy.org |
The VMware Identity Manager machine accesses the cloud application catalog and other Web services on the Internet. If your network configuration provides Internet access through an HTTP proxy, you must adjust your proxy settings on the VMware Identity Manager machine.
Enable your proxy to handle only Internet traffic. ... | https://docs.vmware.com/en/VMware-Identity-Manager/3.3/vidm_windows_install/GUID-E51F7A26-315D-4D92-B778-F0B9E96C4E78.html | 2019-05-19T14:20:08 | CC-MAIN-2019-22 | 1558232254889.43 | [] | docs.vmware.com |
3.4.16. Logs¶
- class
buildbot.process.log.
Log¶
This class handles write-only access to log files from running build steps. It does not provide an interface for reading logs - such access should occur directly through the Data API.
Instances of this class can only be created by the
addLogmethod of a build step.
decode... | http://docs.buildbot.net/html/developer/cls-log.html | 2017-10-17T07:56:20 | CC-MAIN-2017-43 | 1508187820930.11 | [] | docs.buildbot.net |
The Urban 8+
- Android: Android SDK installed and updated (requires Android MinSdkVersion = 16)
Setup
Download the latest plugin
and import the
unitypackage into the unity project:
Open Assets -> Import Package -> Custom Package.
Configure Urban Airship Settings:
Open Window -> Urban Airship -> Settings and set the Urb... | https://docs.urbanairship.com/platform/unity/ | 2017-10-17T07:53:44 | CC-MAIN-2017-43 | 1508187820930.11 | [array(['https://docs.urbanairship.com/images/unity-assets-import-package.png',
None], dtype=object)
array(['https://docs.urbanairship.com/images/unity-ua-settings.png', None],
dtype=object)
array(['https://docs.urbanairship.com/images/unity-ua-config.png', None],
dtype=object)
array(['https://... | docs.urbanairship.com |
Alloy Discovery Enterprise Tools and Resources
The Alloy Discovery Enterprise 8 suite includes main components and auxiliary tools (utilities, configuration files, and resources). The main components can be viewed and launched from the Alloy Control Panel.
See the table below for list of basic auxiliary tools with desc... | https://docs.alloysoftware.com/alloydiscovery/8/docs/installguide/installguide/appendix/tools-and-resources.htm | 2021-02-24T22:38:29 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.alloysoftware.com |
Welcome to the new Amazon S3 User Guide! The Amazon S3 User Guide combines information and instructions from the three retired guides: Amazon S3 Developer Guide, Amazon S3 Console User Guide, and Amazon S3 Getting Started Guide.
Uploading objects using presigned URLs.
All objects and buckets by default are private. The... | https://docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html | 2021-02-25T00:15:49 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.aws.amazon.com |
Install plugins
NOTE: Before installing a plugin, make sure that the plugin is compatible with your OpenProject version.
OpenProject plug-ins are separated in Ruby gems. You can install them by including the gems in the /opt/bitnami/apps/openproject/htdocs/Gemfile.plugins file. An example of a Gemfile.plugins file look... | https://docs.bitnami.com/virtual-machine/apps/openproject/configuration/install-plugins/ | 2021-02-24T23:22:01 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.bitnami.com |
M Publishers
From GCD
- Madison Comics - Independent publisher in the mid-1980's.
- Mad Love (1994) - P.O. Box 61, Northampton, NN1 4DD, UK.
- Mad Monkey Press - Small color publisher of the 1990's.
- Magazine Enterprises, Inc. - Publisher of movie spinoff comics and others.
- Magian Line (1994) - P.O. Box 170712, San ... | https://docs.comics.org/wiki/M_Publishers | 2021-02-24T23:05:01 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.comics.org |
VM-Series Firewall on NSX-T (East-West) Integration
NSX-T Manager, vCenter, Panorama, and the VM-Series firewall work together to meet the security challenges of your NSX-T Data Center.
- Register the VM-Series firewall as a service—Use Panorama to connect to your VMware NSX-T manager. Panorama communicates with NSX-T ... | https://docs.paloaltonetworks.com/vm-series/9-1/vm-series-deployment/set-up-the-vm-series-firewall-on-nsx/set-up-the-vm-series-firewall-on-nsx-t-east-west/vm-series-firewall-on-nsx-t-east-west-integration.html | 2021-02-25T00:05:19 | CC-MAIN-2021-10 | 1614178349708.2 | [array(['/content/dam/techdocs/en_US/dita/_graphics/9-1/virtualization/nsx-t/nsxt-ew-integration-workflow.png',
'nsxt-ew-integration-workflow.png'], dtype=object) ] | docs.paloaltonetworks.com |
Horizon Administrator cannot uninstall a ThinApp application.
Problem
The ThinApp application installation status shows Uninstall Error.
Cause
Common causes for this error include the following:
- The ThinApp application was busy when Horizon Administrator tried to uninstall it.
- Network connectivity was lost between ... | https://docs.vmware.com/en/VMware-Horizon-7/7.9/horizon-administration/GUID-160642AF-82A3-4A3C-B113-62DD6372FF92.html | 2021-02-24T23:41:38 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.vmware.com |
Prerequisites OS SupportThese are Operating Systems supported for NCM Core servers (AS, DS, DB) and Smarts Integration Adapter. Bandwidth Combination, Application, Device, and Database server requirementsThe hardware requirements for Network Configuration Manager. Supported virtual hardware RSA Token server hardware re... | https://docs.vmware.com/en/VMware-Smart-Assurance/10.1.0/ncm-support-matrix-10.1.0/GUID-1FCA005D-9A2C-4438-B379-484B537AC877.html | 2021-02-25T00:15:22 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.vmware.com |
After you save the VMware Identity Manager on Windows configuration to the service-backup-hostname-timestamp.enc file and install Workspace ONE Access on Linux, you can run the configuration package on the Linux host.
Prerequisites
- Download the VMware Workspace ONE Access SVA file from the My VMware site at my.vmware... | https://docs.vmware.com/en/VMware-Workspace-ONE-Access/20.01/ws1_access_migration/GUID-3AED35F8-7478-4F80-A058-1C640C254C61.html | 2021-02-25T00:34:00 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.vmware.com |
The SEG v2 configurations are controlled at an individual node level. The custom gateway setting feature centralizes the configuration on the Workspace ONE UEM Console as part of the MEM configuration itself.
Prerequisites
The following table lists the requirements for the SEG custom settings feature:
Configure SEG Cus... | https://docs.vmware.com/en/VMware-Workspace-ONE-UEM/2011/WS1-Secure-Email-Gateway/GUID-2A63696B-9DC2-487B-9AD4-A3D1C4B41961.html | 2021-02-24T23:40:39 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.vmware.com |
Basic Usage¶
The
spack command has many subcommands. You’ll only need a
small subset of them for typical usage.
Note that Spack colorizes output.
less -R should be used with
Spack to maintain this colorization. E.g.:
$ spack find | less -R
It is recommended that the following be put in your
.bashrc file:
alias less='le... | https://spack.readthedocs.io/en/latest/basic_usage.html | 2021-02-24T22:54:54 | CC-MAIN-2021-10 | 1614178349708.2 | [] | spack.readthedocs.io |
2.2.1.1 Message Framing
The Peer-to-Peer Graphing Protocol uses TCP, which is a stream-based communication mechanism. However, the protocol is message-oriented. Additionally, the size of a message can be quite large. Thus, the Peer-to-Peer Graphing Protocol defines a framing mechanism to break up messages and to find t... | https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-ppgrh/f6dfd995-63bb-4346-b9d8-38dd5ab12b1f | 2021-02-25T01:04:40 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.microsoft.com |
2.2.6.2.10 x-wms-event-subscription
This directive contains a comma-separated list of event type names that the server accepts for the current URL. The list is enclosed in quotation marks. The SendEvent (section 2.2.7.11) request is used to send the remote events to the server.<5>
The syntax of the directive is as foll... | https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rtsp/dc67dae0-7934-4c8b-9c16-b3e45b54a8ef | 2021-02-25T00:12:28 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.microsoft.com |
Add a User
The people in your team need an admin or a moderator account before they can sign into SearchUnify. The easiest way to add a new user account is to use the Invite New User feature.
Adding a User
- Go to Manage Users and select the Admin Users tab.
- Click Invite New User.
- A window with two fields will pop-... | https://docs.searchunify.com/Content/Manage-Users/Add-a-User.htm | 2021-02-24T23:53:27 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.searchunify.com |
Perform the environmental stabilization with the assistance of the Teradata team.
If temperature and humidity changes have been extreme during transit, cabinets and components may develop condensation. Before installing or powering on the system, make sure the cabinets and components are free of condensation.
The insta... | https://docs.teradata.com/r/ahO6MgGb70I5JiiWnr1zDA/F0cNv_Hlh7tS_oPCKVJRvw | 2021-02-25T00:26:32 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.teradata.com |
Sending mail from Betty Blocks apps is done through Mandrill (mandrillapp.com). Mandrill requires that the sender-domain is verified before it can be used to send mail. If your domain isn't verified yet, you'll receive
error: unsigned when executing your mail event. Here's how you can tackle this.
The following steps c... | https://docs.bettyblocks.com/en/articles/1009246-howto-send-emails-from-my-own-domain | 2021-02-24T23:29:53 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.bettyblocks.com |
ListFormat
Synopsis
[Miscellaneous] ListFormat=n
n is an integer in the range 0—3. The default value is 0.
Description
ListFormat determines which values should be compressed within a list. The possible options for ListFormat are:
0 — no compression in a list
1 — $DOUBLE (IEEE) values in a list are compressed
2 — Unico... | https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI.Page.cls?KEY=RACS_LISTFORMAT | 2021-02-24T23:49:41 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.intersystems.com |
When recovering a Storage Node with failed storage volumes, you must identify and unmount the failed volumes. You must verify that only the failed storage volumes are reformatted as part of the recovery procedure.
You must be signed in to the Grid Manager using a supported browser.
You should recover failed storage vol... | https://docs.netapp.com/sgws-112/topic/com.netapp.doc.sg-maint/GUID-D2B0E6F0-91E0-484C-9601-B0C55C7208D1.html | 2021-02-25T00:45:18 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.netapp.com |
Compiler implementation of the D programming language.
The Unicode code space is the range of code points [0x000000,0x10FFFF] except the UTF-16 surrogate pairs in the range [0xD800,0xDFFF]
Return !=0 if unicode alpha. Use table from C99 Appendix D.
Returns the code length of c in code units.
Returns the code length of ... | https://docs.w3cub.com/d/dmd_utf | 2021-02-24T23:39:33 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.w3cub.com |
Used to notify when a value is added to a property. More...
Constructs a new QPropertyValueRemovedChange with subjectId.
Returns the value removed from the property.
See also setRemovedValue().
Sets the value removed from the property to value.
See also removedValue().
A shared pointer for QPropertyValueRemovedChange.
... | https://docs.w3cub.com/qt~5.15/qt3dcore-qpropertyvalueremovedchange | 2021-02-24T23:32:30 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.w3cub.com |
I Publishers
From GCD
- Ianus (1994) - 5000 Iberville St, Studio #332, Montreal, Quebec, H2H 2S6 CANADA.
- I Box Publishing (1994) - P.O. Box 6671, stn A, Toronto, Ontario, M5W 1X5 CANADA.
- IC Graphics - Publisher of Blonde Avenger Comics and related material.
- Illegal Batman (1994) - 43 Finsen Road, London SE5 9AW E... | https://docs.comics.org/wiki/I_Publishers | 2021-02-24T23:01:36 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.comics.org |
Table of Contents
- Introduction
- Plan your system
- Install and configure SAFR
- Configure for a threat
- Learn/register a person
- Configure person as threat
- Adjust SAFR recognition preferences
- Edit the SAFR Actions config file
- Configure the outbound email server
- Test alerts
- Appendix
Introduction
This tuto... | https://docs.real.com/guides/solution/Threat-Detection.html | 2021-02-25T00:00:21 | CC-MAIN-2021-10 | 1614178349708.2 | [array(['attachments/68649956/68976824.png', None], dtype=object)
array(['attachments/67486990/69370092.jpg', None], dtype=object)
array(['attachments/68649956/69370942.png', None], dtype=object)
array(['attachments/68649956/69370946.png', None], dtype=object)
array(['attachments/68649956/69370945.png', None], dtyp... | docs.real.com |
Previous mechanism:
The only way we could have retrieved the number of files/objects in a directory or volume was to do a crawl of the entire directory/volume. That was expensive and was not scalable.
New Design Implementation:
The proposed mechanism will provide an easier alternative to determine the count of files/ob... | https://staged-gluster-docs.readthedocs.io/en/release3.7.0beta1/Features/quota-object-count/ | 2021-02-24T23:39:13 | CC-MAIN-2021-10 | 1614178349708.2 | [] | staged-gluster-docs.readthedocs.io |
OnCommand Workflow Automation (WFA) operates on data that is acquired from data sources. Various versions of OnCommand Unified Manager and VMware vCenter Server are provided as predefined WFA data source types. You must be aware of the predefined data source types before you set up the data sources for data acquisition... | https://docs.netapp.com/wfa-42/topic/com.netapp.doc.onc-wfa-isg-rhel/GUID-CC311253-E4A2-4DC9-B24F-6EC1CCC66EA3.html | 2021-02-24T23:24:23 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.netapp.com |
Prudent Expenses
Prudent Expenses is a robust expense recording app for iOS, catering to busy people on the go, parents with family expenses and individuals looking to quickly record their daily expenses.
Privacy first policyPrivacy first policy
Prudent Expenses is designed with data privacy in mind. No data is stored ... | https://docs.prudent.me/docs/expenses | 2021-02-25T01:05:03 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.prudent.me |
Working with risk trends in reports
Risks change over time as vulnerabilities are discovered and old vulnerabilities are remediated on assets or excluded from reports. As system configurations are changed, assets or sites that have been added or removed also will impact your risk over time. Vulnerabilities can lead to ... | https://docs.rapid7.com/nexpose/working-with-risk-trends-in-reports/ | 2021-02-24T22:47:22 | CC-MAIN-2021-10 | 1614178349708.2 | [array(['/areas/docs/_repos//product-documentation__master/e72e7043e22ca9f0d57e195a9d1aa23334384c48/nexpose/images/s_report_config_risk_trends.jpg',
None], dtype=object) ] | docs.rapid7.com |
Shadow Cascades help solve a problem called perspective aliasing, where real-time shadows from Directional Lights appear pixelated when they are near the Camera.
Shadow Cascades only work with Directional Lights.
A Directional Light typically simulates sunlight, and a single Directional Light can illuminate the entire ... | https://docs.unity3d.com/es/2020.2/Manual/shadow-cascades.html | 2021-02-25T00:21:12 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.unity3d.com |
Changes related to "iPi Mocap Studio"
This is a list of changes made recently to pages linked from a specified page (or to members of a specified category). Pages on your watchlist are bold.
24 February 2021
- (diff | hist) . . iPi Mocap Studio Release Notes; 10:28 . . (+432) . . Andrew (Talk | contribs) (4.4.1.243) | http://docs.ipisoft.com/index.php?title=Special:RecentChangesLinked&hideanons=0&days=14&limit=500&target=iPi_Mocap_Studio | 2021-02-24T23:53:31 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.ipisoft.com |
The DHTMLX library supplies customizable components to help you build interfaces of different kinds, nicely present data and work with it. There are layouts, data-processing components, typical form-inhabitants, handy navigation elements for surfing an app and fairly all-sufficient macro widgets.
The Suite package cont... | https://docs.dhtmlx.com/ | 2021-02-24T23:06:54 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.dhtmlx.com |
Install Agent Helper in Salesforce Console
Agent Helper is an addon. It enables support reps to solve cases quickly by presented four key pieces of information right on a case page:
- Cases: A list of related cases.
- Agents: The reps who worked on related cases.
- Articles: A set of help articles that reps shared with... | https://docs.searchunify.com/Content/Addons/Agent-Helper.htm?TocPath=Addons%7C_____5 | 2021-02-24T23:27:26 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.searchunify.com |
Use the Firmware Version Checker provides a list of all firmware, including status of Mismatched (out-of-date) highlighted in yellow, Unknown highlighted in gray, and OK (not highlighted). It also displays corresponding information for firmware that can be flashed through server management.command to check the status o... | https://docs.teradata.com/r/ULK3h~H_CWRoPgUHHeFjyA/AC9ke8NKJ2uuwywszZuBAg | 2021-02-24T23:56:30 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.teradata.com |
Verify the recovery plan for the operations management layer.
Performing a test recovery of the operations management recovery plan ensures that the virtual machines are being replicated correctly and the power on order is accurate with the correct timeout values and dependencies. Site Recovery Manager runs the analyti... | https://docs.vmware.com/en/VMware-Validated-Design/5.0/com.vmware.vvd.sddc-verify.doc/GUID-A0216791-C5A5-4C8B-AED3-E566A256DC1B.html | 2021-02-25T00:26:33 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.vmware.com |
WikkaWiki 1.4.2 Features
See also:
General
- Programming language: PHP. | (PHP 7.0 SystemRequirements required)
- Storage: MySQL. | (MySQL 5.7+ SystemRequirements required)
- content can be displayed as rendered, source and raw source.
Installation
- 100% web-based upgrading from WakkaWiki.
- Shell/root access not requ... | http://docs.wikkawiki.org/WikkaFeatures/show?time=2020-04-20+02%3A22%3A07 | 2021-02-24T23:53:43 | CC-MAIN-2021-10 | 1614178349708.2 | [array(['http://docs.wikkawiki.org/images/features/sr.jpg',
'Search and Replace handler Search and Replace screenshot'],
dtype=object)
array(['http://docs.wikkawiki.org/images/features/rss.jpg',
'RSS autodiscovery support RSS autodiscovery screenshot'],
dtype=object) ... | docs.wikkawiki.org |
Step 3: Creating a configuration and a configuration profile
A configuration is a collection of settings that influence the behavior of your application. For example, you can create and deploy configurations that carefully introduce changes to your application or turn on new features that require a timely deployment, s... | https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-creating-configuration-and-profile.html | 2021-02-24T23:42:18 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.aws.amazon.com |
🚀New (ES) 7.11.0, 7.10.2, 6.8.14 support
🧐Enhancement (KBN) X-Forwarded-For copied from incoming request (or filled with source IP) before forwarding to ES
🧐Enhancement (KBN) Kibana logout event generates a special audit log entry in ROR audit logs index
🧐Enhancement (KBN) ROR panel shows "reports" button if kibana... | https://docs.readonlyrest.com/changelog | 2021-02-25T00:13:39 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.readonlyrest.com |
Use the SMWeb Services Bootp/DHCP Packet Monitor to obtain or verify the MAC address of a chassis or chassis component.
- Access the web page of the managing CMIC.
- From the web page of the managing CMIC, select The .Bootp/DHCP Packet Monitor appears on the CMIC web page.
- Power cycle the chassis.
- Write down or ver... | https://docs.teradata.com/r/EeEFmq4RLQF2eA6U5ZM6Qg/lj1pIhkqpRantvWlSQbDxQ | 2021-02-25T00:14:30 | CC-MAIN-2021-10 | 1614178349708.2 | [] | docs.teradata.com |
WORM (Write Once Read Many)
This features enables you to create a
WORM volume using gluster CLI.
Description
WORM (write once,read many) is a desired feature for users who want to store data such as
log files and where data is not allowed to get modified.
GlusterFS provides a new key
features.worm which takes boolean v... | https://staged-gluster-docs.readthedocs.io/en/release3.7.0beta1/Features/worm/ | 2021-02-24T23:09:19 | CC-MAIN-2021-10 | 1614178349708.2 | [] | staged-gluster-docs.readthedocs.io |
An internationally recognized pediatric ophthalmologist with expertise in strabismus, amblyopia, pediatric cataracts and glaucoma has joined CHOC Children’s. Dr. Rahul Bhola is the newest division chief of ophthalmology with CHOC Children’s Specialists.
“The biggest reason I was inspired to join CHOC was the mission of... | https://docs.chocchildrens.org/tag/ophthalmology/ | 2019-03-18T20:12:28 | CC-MAIN-2019-13 | 1552912201672.12 | [array(['https://docs.chocchildrens.org/wp-content/uploads/2017/08/Bhola-Rahul_0128-411x576.jpg',
'Dr. Rahul Bhola'], dtype=object) ] | docs.chocchildrens.org |
pgr_apspJohnson - Deprecated function¶
Warning
This function is deprecated!!!
- It has been replaced by a new functions, is no longer supported, and may be removed from future versions.
- All code that uses this function should be converted to use its replacement: pgr_johnson.
Synopsis¶
Johnson’s algorithm is a way to ... | https://docs.pgrouting.org/2.3/en/src/apsp_johnson/doc/pgr_apspJohnson.html | 2019-03-18T19:22:17 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.pgrouting.org |
Availability: Macintosh.
This module provides an interface to the Macintosh Domain Name Resolver. It is usually used in conjunction with the mactcp module, to map hostnames to IP addresses. It may not be available in all Mac Python versions.
The macdnr module defines the following functions:
HInforecord for host hostna... | http://docs.python.org/release/2.1.1/mac/module-macdnr.html | 2012-05-27T05:13:24 | crawl-003 | crawl-003-023 | [] | docs.python.org |
Write a Python search command
This documentation does not apply to the most recent version of Splunk. Click here for the latest version.
Contents
Write a Python search command
This topic discusses how your Python script should handle inputs and arguments. The search command script should be located in
$SPLUNK_HOME/etc/... | http://docs.splunk.com/Documentation/Splunk/4.0.1/SearchReference/WriteaPythonsearchcommand | 2012-05-27T05:31:10 | crawl-003 | crawl-003-023 | [] | docs.splunk.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.