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
Unzer API basics The Unzer API connects your business to the Unzer payment infrastructure. Overview The Unzer API is based on the representational state transfer (REST) architectural style. Exposed API resources can be manipulated using HTTP methods. Request to a resource URL generate a response with JSON payload conta...
https://docs.unzer.com/server-side-integration/api-basics/
2022-06-25T11:17:43
CC-MAIN-2022-27
1656103034930.3
[]
docs.unzer.com
You are viewing documentation for Kubernetes version: v1.23 Kubernetes v1.23 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version. kubelet Synopsis The kubelet is the primary "node agent" that runs on each node. ...
https://v1-23.docs.kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
2022-06-25T11:39:41
CC-MAIN-2022-27
1656103034930.3
[]
v1-23.docs.kubernetes.io
. Controllers are the glue that binds the parts of an application together, implementing the business rules and logic that make your application behave as intended. They listen for events (usually from Views) and take some action based on the event, whether that is rendering Views, instantiating Models, or performing s...
http://docs.sencha.com/architect/4.1/guides/creating_an_application/controllers.html
2017-02-19T14:15:17
CC-MAIN-2017-09
1487501169776.21
[]
docs.sencha.com
GSOC 2013 Project Ideas/template < GSOC 2013 Project Ideas Advertisement
https://docs.joomla.org/GSOC_2013_Project_Ideas/template
2017-02-19T14:26:26
CC-MAIN-2017-09
1487501169776.21
[]
docs.joomla.org
this release of Ext JS, we have worked hard to minimize the impact of changes on existing code, but in some situations this was not completely achievable. This guide walks through the most important changes and their potential impact on Ext JS 5.0 applications. We have removed the top-level "ext*.js" files from the di...
http://docs.sencha.com/extjs/5.1.0/guides/upgrades_migrations/extjs_upgrade_guide.html
2017-02-19T14:21:20
CC-MAIN-2017-09
1487501169776.21
[]
docs.sencha.com
Switching methods for importing data file From Displayr This page describes how to change a data set imported from a file off your local computer to a data set imported from a URL. There are several reasons you may want to do this - Transparency: Displayr will store the link from which you imported the file so your sou...
http://docs.displayr.com/wiki/Switching_methods_for_importing_data_file
2017-12-11T03:59:58
CC-MAIN-2017-51
1512948512121.15
[]
docs.displayr.com
Module Metadata and metadata.json Included in Puppet Enterprise 2015.3. A newer version is available; see the version menu above for details. Puppet: ["msyql", : Best Practice: Set an Upper Bound for Dependencies When your module depends on other modules, make sure to). Specifying Operating System Compatibility" }, ]
https://docs.puppet.com/puppet/4.3/modules_metadata.html
2017-12-11T04:12:05
CC-MAIN-2017-51
1512948512121.15
[]
docs.puppet.com
The SQL Server Installation Wizard provides a single feature tree for an in-place upgrade of SQL Server components to SQL Server 2017. Warning When you upgrade SQL Server, the previous SQL Server instance will be overwritten and will no longer exist on your computer. Before upgrading, back up SQL Server databases and o...
https://docs.microsoft.com/en-us/sql/database-engine/install-windows/upgrade-sql-server-using-the-installation-wizard-setup
2017-06-22T17:30:52
CC-MAIN-2017-26
1498128319636.73
[]
docs.microsoft.com
Micro and REST A Route in Micro is an http method paired with a URL-matching pattern; same as Sinatra. Routes are defined in the config/routes.yml as simple Controllers/Views-to-URL-patterns bindings. The Java ecosystem is full with cool web development frameworks that are using annotated code for implementing RESTful ...
http://micro-docs.simplegames.ca/routing.md
2017-06-22T16:23:15
CC-MAIN-2017-26
1498128319636.73
[]
micro-docs.simplegames.ca
Sencha Cmd 6.0, we are excited to introduce a new and rapid tool for developing themes for Ext JS 6.0 called "Fashion". Combining Fashion and sencha app watch creates a new mode for theme development we call "Live Update". Live Update uses Fashion to compile and then inject up-to-date CSS into your running page. This ...
http://docs.sencha.com/cmd/guides/fashion.html
2017-06-22T16:36:32
CC-MAIN-2017-26
1498128319636.73
[]
docs.sencha.com
Three kinds of data types can be used as input or output by WSME. The native types are a fixed set of standard Python types that different protocols map to their own basic types. The native types are : - - type bytes¶ A pure-ascii string (wsme.types.bytes which is str in Python 2 and bytes in Python 3). - - type text¶ ...
http://wsme.readthedocs.io/en/latest/types.html
2017-06-22T16:32:38
CC-MAIN-2017-26
1498128319636.73
[]
wsme.readthedocs.io
Warning! This page documents an old version of InfluxDB, which is no longer actively developed. InfluxDB v1.2 OS X. Getting Started A introductory guide to reading and writing time series data using InfluxDB.
https://docs.influxdata.com/influxdb/v0.13/introduction/
2017-06-22T16:27:56
CC-MAIN-2017-26
1498128319636.73
[]
docs.influxdata.com
Examples¶ This section has a few examples of how to do these things. Read and manipulate¶ Say we have a directory with a bunch of CSV files with information about light bulbs in a home. Each CSV file has the wattage used by the bulb as a function of time. Some of the light bulbs only send a signal when the state change...
http://traces.readthedocs.io/en/latest/examples.html
2017-06-22T16:18:01
CC-MAIN-2017-26
1498128319636.73
[]
traces.readthedocs.io
Applies To: Windows Server 2016 You can use this topic to learn how to configure DNS policy to perform application load balancing. Previous versions of Windows Server DNS only provided load balancing by using round robin responses; but with DNS in Windows Server 2016, you can configure DNS policy for application load b...
https://docs.microsoft.com/en-us/windows-server/networking/dns/deploy/app-lb
2017-06-22T17:26:56
CC-MAIN-2017-26
1498128319636.73
[array(['../../media/dns-app-lb/dns-app-lb.jpg', 'DNS Application Load Balancing with DNS Policy'], dtype=object)]
docs.microsoft.com
) Transforms the source node to a string applying the stylesheet given by the xsltprocessor::importStylesheet() method. doc The DOMDocument or SimpleXMLElement object to be transformed. The result of the transformation as a string or FALSE on error. Example #1 Transforming to a string <?php // Load the XML source $xml ...
http://docs.php.net/manual/it/xsltprocessor.transformtoxml.php
2017-06-22T16:40:30
CC-MAIN-2017-26
1498128319636.73
[]
docs.php.net
JS 5.0, developers have had the ability to embed components within grid cells using the Widget Column class. Beginning in ExtJS 6.2.0, developers have the ability to configure a component to be displayed in an expansion row below (or, configurably, above) the data row using the Row Widget plugin. In this guide we will ...
http://docs.sencha.com/extjs/6.2.1/guides/components/widgets_widgets_columns.html
2017-06-22T16:34:48
CC-MAIN-2017-26
1498128319636.73
[]
docs.sencha.com
Getting Started¶ This section is intended to get Pylons up and running as fast as possible and provide a quick overview of the project. Links are provided throughout to encourage exploration of the various aspects of Pylons. Requirements¶ - Python 2 series above and including 2.4 (Python 3 or later not supported at - t...
http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/gettingstarted.html
2017-06-22T16:28:22
CC-MAIN-2017-26
1498128319636.73
[array(['_images/helloworld.png', '_images/helloworld.png'], dtype=object) array(['_images/hellotemplate.png', '_images/hellotemplate.png'], dtype=object) ]
docs.pylonsproject.org
Fit the maxent model p whose feature expectations are given by the vector K. Model expectations are computed either exactly or using Monte Carlo simulation, depending on the ‘func’ and ‘grad’ parameters passed to this function. For ‘model’ instances, expectations are computed exactly, by summing over the given sample s...
http://docs.scipy.org/doc/scipy-0.9.0/reference/generated/scipy.maxentropy.model.fit.html
2014-10-20T11:23:39
CC-MAIN-2014-42
1413507442497.30
[]
docs.scipy.org
Browser security options If your email account uses a BlackBerry Enterprise Server, you might not be able to change your browser security options. If you change a browser security option, other applications on your BlackBerry smartphone that access a server might be affected. Was this information helpful? Send us your ...
http://docs.blackberry.com/en/smartphone_users/deliverables/38326/1477846.jsp
2014-10-20T11:49:16
CC-MAIN-2014-42
1413507442497.30
[]
docs.blackberry.com
: An alternative to "{loadposition xx}" is the "{loadmodule yyy}" variation which is handled by the same plugin. In this case the plugin looks for the first module who's type matches the string 'yyy'. So, you could load a "mod_login" module by placing {loadmodule login} in your text. If you wish to load a specific inst...
http://docs.joomla.org/index.php?title=How_do_you_put_a_module_inside_an_article%3F&diff=106598&oldid=22277
2014-10-20T11:36:41
CC-MAIN-2014-42
1413507442497.30
[]
docs.joomla.org
Smart Tag The Smart Tags for RadDock, RadDockZone, and RadDockLayout are identical. They all let you easily change the skin for your control or quickly get help. You can display the Smart Tag by right clicking on a RadDock, RadDockZone, or RadDockLayout control and choosing "Show Smart Tag". As of Q2 2015 we have impro...
https://docs.telerik.com/devtools/aspnet-ajax/controls/dock/design-time/smart-tag
2018-06-18T05:17:39
CC-MAIN-2018-26
1529267860089.11
[array(['images/dock-smart-tag.png', 'dock-smart-tag'], dtype=object)]
docs.telerik.com
Depending on what type of user depends on what type of license to buy. Dongle A dongle is a small security device that plugs into your computer. It acts like a mobile serial number for FlowJo, allowing users to run FlowJo on any number of computers (one at a time). Serial Number A license number will run FlowJo on one,...
http://docs.flowjo.com/d2/faq/general-faq/dongle-serial-number/
2018-06-18T05:18:58
CC-MAIN-2018-26
1529267860089.11
[]
docs.flowjo.com
This is a script for a workshop on using Voyant for the CWRC community. 1.0 Introduction - The workshop leaders will introduce themselves: - Stéfan Sinclair, McGill University - Susan Brown, University of Guelph -” (multi-tool interface) Jane Austen’s Persuasion. Cirrus (Austen’s Persuasion): (backup) The Cirrus tool s...
http://docs.voyant-tools.org/workshops/cwrcshop2-ryerson/
2018-06-18T06:05:23
CC-MAIN-2018-26
1529267860089.11
[]
docs.voyant-tools.org
In this section, we’ll show you in the staff client: We also provide an appendix with a listing of suggested minimum permissions for some essential groups. You can compare the existing permissions with these suggested permissions and, if any are missing, you will know how to add them. In the staff client, in the upper ...
http://docs.evergreen-ils.org/3.0/_managing_permissions_in_the_staff_client.html
2018-06-18T05:39:38
CC-MAIN-2018-26
1529267860089.11
[]
docs.evergreen-ils.org
Testing an Email Flow Rule To check your current rule configuration, you can test how the configuration will behave against specific email addresses. To test an email flow rule Open the Amazon WorkMail console at. In the navigation pane, choose Organization settings, Email flow rules. Next to Test configuration, enter ...
https://docs.aws.amazon.com/workmail/latest/adminguide/test-email-flow-rule.html
2018-06-18T05:41:33
CC-MAIN-2018-26
1529267860089.11
[]
docs.aws.amazon.com
Steffens Scleroderma Center The Steffens Scleroderma Center is an integral part of The Center for Rheumatology. Led by Dr. Lee S. Shapiro, it is the only upstate New York clinic devoted to the diagnosis and care of individuals with scleroderma and related disorders. It is also a research center and, as such, a particip...
http://joint-docs.com/about-us/Steffens-Scleroderma-Center_79_pg.htm
2018-06-18T05:15:41
CC-MAIN-2018-26
1529267860089.11
[array(['../img/uploads/_middle/image/1024x1024-tower-place-albany.jpg', None], dtype=object) array(['../img/uploads/_middle/image/saratoga-location.jpg', None], dtype=object) ]
joint-docs.com
Difference between revisions of "Using a custom image in the menu bar title" From Joomla! Documentation Latest revision as of 09 To use a custom image in the Menu Bar title we need an image (obviously) and a little bit of CSS. First off, create the following folders in your administrator component (we're using a fictit...
https://docs.joomla.org/index.php?title=Using_a_custom_image_in_the_menu_bar_title&diff=76150&oldid=71348
2015-11-25T00:31:28
CC-MAIN-2015-48
1448398444138.33
[array(['/images/c/c8/Compat_icon_1_5.png', 'Since Version 1.5'], dtype=object) ]
docs.joomla.org
. Down Down /help/statutes false /help/statutes section true » » Statutes × Details for PDF view Link (Permanent link) Bookmark this location View toggle Go to top of document Cross references for section Acts affecting this section References to this 1970 Statutes Annotations Appellate Court Citations Reference lines ...
http://docs.legis.wisconsin.gov/help/statutes
2015-11-25T00:11:43
CC-MAIN-2015-48
1448398444138.33
[]
docs.legis.wisconsin.gov
resizeobject. If you set either height or width to null it will keep the aspect ratio based on the width or height that is set. So, for the example above the widthis set to 1000pixels and since the heightis set to nullit will resize the image width to 1000 pixels and resize the height based on the current aspect ratio....
https://voyager-docs.devdojo.com/bread/introduction-1/images
2022-06-25T13:26:13
CC-MAIN-2022-27
1656103035636.10
[]
voyager-docs.devdojo.com
SDK 3.2.0 released Windowed Mode (beta) You can now choose to display your game in "Windowed Mode". That means that players can now enjoy your game without going into full-screen. This way, they can play your game while doing something else. Players will still be able to play in fullscreen if they wish so. Note, this f...
https://docs.trail.gg/changelog?page=2
2022-06-25T14:36:43
CC-MAIN-2022-27
1656103035636.10
[array(['https://files.readme.io/aa0aa8a-trail_analytics.png', 'trail analytics.png'], dtype=object) array(['https://files.readme.io/aa0aa8a-trail_analytics.png', 'Click to close...'], dtype=object) ]
docs.trail.gg
Interactive Examples using the ReactiveSearch REST API While appbase.io maintains 100% API compatibility with Elasticsearch, it also provides a declarative API to query Elasticsearch. This is the recommended way to query via web and mobile apps as it prevents query injection attacks. It composes well with Elasticsearch...
https://docs.appbase.io/api/examples/rest/
2022-06-25T13:16:38
CC-MAIN-2022-27
1656103035636.10
[]
docs.appbase.io
Verify Password Used to Protect the Worksheet Aspose.Cells APIs have enhanced the Protection class by introducing some useful properties & methods. One such method is the verifyPassword which allows specifying a password as an instance of String and verifies if the same password has been used to protect the Worksheet. ...
https://docs.aspose.com/cells/java/verify-password-used-to-protect-the-worksheet/
2022-06-25T13:36:03
CC-MAIN-2022-27
1656103035636.10
[]
docs.aspose.com
Debugging with Dagger Cloud Dagger Cloud is under development, but we have just released the first telemetry feature! tip Ensure you're using Dagger Engine/CLI version 0.2.18 or higher for Dagger Cloud. To take advantage of this feature, you will need to create an account by following the steps below: - Initiate a logi...
https://docs.dagger.io/1241/dagger-cloud/
2022-06-25T14:45:37
CC-MAIN-2022-27
1656103035636.10
[array(['/assets/images/runs-8d03ccb01d43e12e28e4ec3f42176ecf.png', 'Dagger Cloud run URL'], dtype=object) array(['/assets/images/share-url-9163608173500d1c3038cc14bfbb4e83.png', 'Dagger Cloud run URL'], dtype=object) ]
docs.dagger.io
This is a typical scenario of the flow management in the SmartNIC and the application. Flow learning The SmartNIC decodes every frame and looks up the flow in the flow table, taking actions based on the rules programmed by the application. The application controls the SmartNIC flow table as well as manages the host flo...
https://docs.napatech.com/r/Stateful-Flow-Management/Managing-the-Life-of-a-Flow
2022-06-25T13:44:59
CC-MAIN-2022-27
1656103035636.10
[]
docs.napatech.com
Describes how to configure a Non VMware SD-WAN Site of type Generic IKEv2 Router (Route Based VPN) in SD-WAN Orchestrator. Note: To configure a Generic IKEv2 Router (Route Based VPN) via Edge, see Configure a Non-VMware SD-WAN Site of Type Generic IKEv2 Router via Edge. IKEv2 Router (Route Based VPN). - Enter the IP ad...
https://docs.vmware.com/en/VMware-SD-WAN/4.0/VMware-SD-WAN-by-VeloCloud-Administration-Guide/GUID-562EF637-AC76-4CE1-B49A-915D44A3E407.html
2022-06-25T15:04:26
CC-MAIN-2022-27
1656103035636.10
[]
docs.vmware.com
Write IO path API, which is either YSQL or YCQL. This user request is translated by the YQL layer into an internal key. Recall from the sharding section that.PC requests. -abyteDB server, which then routes the request appropriately. In practice, the use of the YugabyteDB smart client is recommended for removing the ext...
https://docs.yugabyte.com/preview/architecture/core-functions/write-path/
2022-06-25T13:28:54
CC-MAIN-2022-27
1656103035636.10
[array(['/images/architecture/write_path_io.png', 'write_path_io'], dtype=object) ]
docs.yugabyte.com
Downstream to Kinshasa The odyssey of war crime victims in the Democratic Republic of Congo. A group of people with disabilities tries to force corrupt politicians in the capital to take action. Dieudo Hamadi's camera accompanies a group of people with disabilities on their journey to the capital of the Democratic Repu...
https://watchdocs.pl/en/watch-docs/2021/films/downstream-to-kinshasa
2022-06-25T14:51:31
CC-MAIN-2022-27
1656103035636.10
[array(['/upload/thumb/2021/12/plynac-do-kinszasy-3_auto_800x900.jpg', 'Downstream to Kinshasa'], dtype=object) ]
watchdocs.pl
CORSRule Specifies a cross-origin access rule for an Amazon S3 bucket. Contents - AllowedHeaders Headers that are specified in the Access-Control-Request-Headersheader. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, Amazon S3 returns any requested headers that ar...
https://docs.aws.amazon.com/AmazonS3/latest/API/API_CORSRule.html
2022-06-25T15:27:28
CC-MAIN-2022-27
1656103035636.10
[]
docs.aws.amazon.com
Table of Contents The. The information driving the MARC 007 Field Physical Characteristics Wizard is already a part of the Evergreen database. This data can be customized by individual sites and / or updated when the Library of Congress dictates new values or positions in the 007 field. There are three relevant tables ...
http://docs-testing.evergreen-ils.org/docs/reorg/3.5/command_line_admin/_cataloging_staff_interface.html
2022-06-25T13:23:55
CC-MAIN-2022-27
1656103035636.10
[]
docs-testing.evergreen-ils.org
Configure the Client Session To improve 3DS success rates, it is recommended to pass the following elements in the Client Session: Set up the Workflow for 3D Secure There are multiple ways to trigger 3D Secure prompts within your Primer Workflow. - Dynamic 3DS via a processor - Enforced 3DS - Via a fraud provider If yo...
https://deploy-preview-320--primerapidocs.netlify.app/docs/accept-payments/three-d-secure/configuring-three-d-secure/
2022-06-25T13:33:31
CC-MAIN-2022-27
1656103035636.10
[array(['/docs/static/b063fdb26740f448a36349624b88bdec/b1665/dynamic-3ds.png', 'Dynamic 3DS Dynamic 3DS'], dtype=object) array(['/docs/static/62fc1579b9c25e421ff3e62410ba490f/d0e73/dynamic-3ds-2.png', 'Dynamic 3DS Dynamic 3DS'], dtype=object) array(['/docs/static/25b4e29a32a1bf2d3f847fa300122a78/d9199...
deploy-preview-320--primerapidocs.netlify.app
Use CloudWatch RUM With CloudWatch RUM, you can perform real user monitoring to collect and view client-side data about your web application performance from actual user sessions in near real time. The data that you can visualize and analyze includes page load times, client-side errors, and user behavior. When you view...
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-RUM.html
2022-06-25T15:40:38
CC-MAIN-2022-27
1656103035636.10
[]
docs.aws.amazon.com
Ensure storage account uses the latest version of TLS encryption Error: Storage account does not use the latest version of TLS encryption Bridgecrew Policy ID: BC_AZR_STORAGE_2 Checkov Check ID: CKV_AZURE_44 Severity: HIGH Storage account does not use the latest version of TLS encryption Description Communication betwe...
https://docs.bridgecrew.io/docs/bc_azr_storage_2
2022-06-25T15:04:37
CC-MAIN-2022-27
1656103035636.10
[]
docs.bridgecrew.io
How to debug scanning problems next. Debugging sane-airscan If your device supports eSCL or WSD (you can find it out from device specification - look for the mentioned protocols or AirScan), then its scanning functionality is supported by sane-airscan. Regarding debugging, on the top of usual logging sane-airscan gathe...
https://docs.fedoraproject.org/ne/quick-docs/how-to-debug-scanning-problems/
2022-06-25T14:42:58
CC-MAIN-2022-27
1656103035636.10
[]
docs.fedoraproject.org
Improved Updated Apache Log4j checks We updated our Apache Log4j checks so that results from Log4Shell-specific scan templates no longer get removed by subsequent scans. Improved Wordpress fingerprinting We improved WordPress fingerprinting to reduce false negatives. Windows Application Manifest file verification The W...
https://docs.rapid7.com/release-notes/nexpose/20220309/
2022-06-25T14:20:11
CC-MAIN-2022-27
1656103035636.10
[]
docs.rapid7.com
. Download and Install Teradata drivers To enable connectivity, you must download and install the Teradata drivers into an accessible location on the. Steps: - If you don't have a Teradata developer account, create one here: - Log in to the account. Navigate to - Download the JDBC driver in ZIP or TAR form. - Copy the...
https://docs.trifacta.com/pages/diffpages.action?originalId=148810776&pageId=151995031
2022-06-25T13:23:07
CC-MAIN-2022-27
1656103035636.10
[]
docs.trifacta.com
Secure Secure your deployment of YugabyteDB. Role-based access control Manage users and roles, grant privileges, implement row-level security (RLS), and column-level security. Encryption in transit Enable encryption in transit (using TLS) to secure and protect network communication. Encryption at rest Enable encryption...
https://docs.yugabyte.com/preview/secure/
2022-06-25T13:58:13
CC-MAIN-2022-27
1656103035636.10
[array(['/images/section_icons/index/secure.png', 'Secure Secure'], dtype=object) ]
docs.yugabyte.com
Trailer The Quiet Epidemic Skip to tickets Directed By: Lindsay Keys, Winslow Crane-Murdoch Special Presentations 2022 USA English World Premiere 102 minutes When a young girl's mysterious symptoms go undiagnosed, her desperate father takes measures into his own hands, only to discover he has landed in the middle of a ...
https://hotdocs.ca/whats-on/hot-docs-festival/films/2022/quiet-epidemic
2022-06-25T13:35:56
CC-MAIN-2022-27
1656103035636.10
[]
hotdocs.ca
GetBotAlias Returns information about an Amazon Lex bot alias. For more information about aliases, see Versioning and Aliases. This operation requires permissions for the lex:GetBotAlias action. Request Syntax GET /bots/ botName/aliases/ nameHTTP/1.1 URI Request Parameters The request uses the following URI parameters....
https://docs.aws.amazon.com/lex/latest/dg/API_GetBotAlias.html
2022-06-25T15:44:51
CC-MAIN-2022-27
1656103035636.10
[]
docs.aws.amazon.com
KT Cloud #Set up Kupboard clusters #Introduction This section describes how to create and configure G1,G2 instances to build a kupboard cluster on KT Cloud. #G11,G2 instances as in the table below. OS for all instances must be Ubuntu18.04 or 20.04. The size of additional disks should change depending on services or pac...
https://docs.kupboard.io/docs/getstarted/kcloud/
2022-06-25T13:50:02
CC-MAIN-2022-27
1656103035636.10
[]
docs.kupboard.io
Go to the docs for the latest release. Provisioning storage You can provision additional NFS and CIFS storage for your Cloud Volumes ONTAP systems from Cloud Manager by managing volumes and aggregates. If you need to create iSCSI storage, you should do so from System Manager. Creating FlexVol volumes If you need more s...
https://docs.netapp.com/us-en/occm37/task_provisioning_storage.html
2022-06-25T14:04:49
CC-MAIN-2022-27
1656103035636.10
[array(['./media/workflow_storage_provisioning.png', 'This illustration shows the steps to provision storage for Cloud Volumes ONTAP: if using NFS, create volumes in Cloud Manager and if using CIFS or iSCSI, create aggregates in Cloud Manager and then provision storage in System Manager.'], dtype=object)...
docs.netapp.com
The XEM8320 supports the FrontPanel Device Settings in the table below, accessible from the FrontPanel Application as well as the Device Settings API. XEM8320 Device Settings The XEM8320 has six SYZYGY ports that support SmartVIO for automatic interface voltage selection. These settings may optionally be overridden by ...
https://docs.opalkelly.com/xem8320/device-settings/
2022-06-25T14:01:28
CC-MAIN-2022-27
1656103035636.10
[]
docs.opalkelly.com
Quickstart¶ Clients only require a valid config object: >>> from oci ~/.oci/config and default profile name DEFAULT to create an Identity client. Since we’ll be using the root compartment (or tenancy) for most operations, let’s also extract that from the config object: >>> import oci >>> config = oci.config.from_file()...
https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/stable/quickstart.html
2022-06-25T13:42:21
CC-MAIN-2022-27
1656103035636.10
[]
oracle-cloud-infrastructure-python-sdk.readthedocs.io
I’m so sorry From Chernobyl to Fukushima. Impressive with its tasteful cinematography, a poetic image of the dangers associated with the use of nuclear energy. The latest production by Zhao Liang, one of the most important Chinese documentary artists, again impresses with its refined form. However, the dreamy, deserted...
https://watchdocs.pl/en/watch-docs/2021/films/i-m-so-sorry,111575332
2022-06-25T14:16:20
CC-MAIN-2022-27
1656103035636.10
[array(['/upload/thumb/2021/11/i-am-so-sorry_auto_800x900.jpg', 'I’m so sorry'], dtype=object) ]
watchdocs.pl
Web Interface - Alluxio Master Web UI - Alluxio Worker Web UI - Security Alluxio has a user-friendly web interface to allow users to monitor and manage the system. Each master and worker serve their own web UI. The default port for the web interface is 19999 for the master and 30000 for the workers. Alluxio Master Web ...
https://docs.alluxio.io/ee/user/1.8/en/Web-Interface.html
2020-08-03T12:21:42
CC-MAIN-2020-34
1596439735810.18
[array(['../img/screenshot_overview.png', 'Alluxio Master Home Page'], dtype=object) array(['../img/screenshot_browseFileSystem.png', 'browse'], dtype=object) array(['../img/screenshot_viewFile.png', 'viewFile'], dtype=object) array(['../img/screenshot_systemConfiguration.png', 'configurations'], dtype...
docs.alluxio.io
Palette:pointMerge Summary[edit] The merge component packs the pixels of two input images into a single output image. The dimensions of the output image are automatically calculated to fit all of the pixels of the input imagess. The Palette:pointRepack component can be used to resize the output image if specific dimens...
https://docs.derivative.ca/Palette:pointMerge
2020-08-03T12:08:34
CC-MAIN-2020-34
1596439735810.18
[]
docs.derivative.ca
Where the syntax is used Data Modeling Syntax is used in SQL interfaces, including: - SQL editors: SQL Editor, Transform Model's creation interface - Custom Dimensions and Measures creation in Data Modeling In SQL editors Model reference In queries, you can use models just like your normal database tables. This means y...
https://docs.holistics.io/docs/data-modeling-syntax
2020-08-03T11:37:54
CC-MAIN-2020-34
1596439735810.18
[array(['https://files.readme.io/6714fa6-Selection_246.png', 'Selection_246.png'], dtype=object) array(['https://files.readme.io/6714fa6-Selection_246.png', 'Click to close...'], dtype=object) array(['https://files.readme.io/944fc06-Selection_248.png', 'Selection_248.png'], dtype=object) arra...
docs.holistics.io
Installation of Yatra The installation of Yatra WordPress Travel plugin is quite easy. You can follow the following steps to install the yatra plugin. - Go to plugin area of your admin panel - Click on add new button - Type Yatra search box - Click on install button and wait for a couple of seconds and click on activat...
https://docs.mantrabrain.com/yatra-wordpress-plugin/
2020-08-03T11:25:28
CC-MAIN-2020-34
1596439735810.18
[]
docs.mantrabrain.com
adCenter API forums back online We had some issues yesterday with the API forums during a migration of the MSDN system but the problems appear to be resolved. Apologies for the inconvenience. Please let us know if you encounter any ongoing issues with the forum by posting via the blog comments, the Advertiser forum on ...
https://docs.microsoft.com/en-us/archive/blogs/bing_ads_api/adcenter-api-forums-back-online
2020-08-03T12:25:21
CC-MAIN-2020-34
1596439735810.18
[]
docs.microsoft.com
Basic string operations in .NET Applications often respond to users by constructing messages based on user input. For example, it is not uncommon for websites. Related sections Type Conversion in .NET Describes how to convert one type into another type. Formatting Types Describes how to format strings using format spec...
https://docs.microsoft.com/en-us/dotnet/standard/base-types/basic-string-operations
2020-08-03T13:40:24
CC-MAIN-2020-34
1596439735810.18
[]
docs.microsoft.com
Modules in v0.2.0¶ MONAI aims at supporting deep learning in medical image analysis at multiple granularities. This figure shows a typical example of the end-to-end workflow in medical deep learning area: MONAI architecture¶ The design principle of MONAI is to provide flexible and light APIs for users with varying expe...
https://docs.monai.io/en/latest/highlights.html
2020-08-03T12:39:47
CC-MAIN-2020-34
1596439735810.18
[array(['_images/end_to_end.png', 'image'], dtype=object) array(['_images/medical_transforms.png', 'image'], dtype=object) array(['_images/affine.png', 'image'], dtype=object) array(['_images/multi_transform_chains.png', 'image'], dtype=object) array(['_images/post_transforms.png', 'image'], dtype=object) array(['...
docs.monai.io
; has on-board debug probe and IS READY for debugging. You don’t need to use/buy external debug probe.
https://docs.platformio.org/en/stable/boards/atmelavr/metro.html
2020-08-03T12:17:59
CC-MAIN-2020-34
1596439735810.18
[]
docs.platformio.org
For using the AAT SDK on a remote(or local) server, this section assumes you have basic knowledge of setting up and maintaining a server. In this tutorial, we are going to be using NPM and Node.js to setup the AAT SDK on a local node. Prerequisites: Installing the AAT-SDK On your server, create an NPM project. Then we ...
https://docs.pokt.network/docs/using-the-aat-sdk
2020-08-03T12:36:32
CC-MAIN-2020-34
1596439735810.18
[]
docs.pokt.network
Commit hook is a logic flow control pattern similar to trigger in relational databases. It enables to hook the CRUD events per objects of particular class. For cases when an object is being created (with a new operator), updated (by writing to a field) and deleted (when Deleteis called, and after the committed delete),...
https://docs.starcounter.io/v/2.3.2/guides/transactions/commit-hooks/
2020-08-03T12:34:48
CC-MAIN-2020-34
1596439735810.18
[]
docs.starcounter.io
Create a deployment checklist To ensure the quality of a deployment pipeline, you can optionally associate environments in the pipeline with a checklist that each deployment package must satisfy before being deployed to the environment. This topic describes how to create a deployment checklist for an environment. Note:...
https://docs.xebialabs.com/v.9.7/deploy/how-to/create-a-deployment-checklist/
2020-08-03T12:55:48
CC-MAIN-2020-34
1596439735810.18
[]
docs.xebialabs.com
MarkLogic Server provides a rich set of monitoring features that include a pre-configured monitoring dashboard and a Management API that allows you to integrate MarkLogic Server with existing monitoring applications or create your own custom monitoring applications. This chapter includes the following sections: In gene...
http://docs.marklogic.com/guide/monitoring/intro
2020-08-03T12:05:51
CC-MAIN-2020-34
1596439735810.18
[]
docs.marklogic.com
AWS Tools and SDKs Shared Configuration and Credentials Reference Guide Go right to the list of global settings. Go right to the list of per-service settings. AWS SDKs and other AWS developer tools, such as the AWS Command Line Interface (AWS CLI) enable you to interact with AWS service APIs. Before attempting that, ho...
https://docs.aws.amazon.com/credref/latest/refdocs/overview.html
2020-08-03T12:58:36
CC-MAIN-2020-34
1596439735810.18
[]
docs.aws.amazon.com
Frequently Asked Questions Check the FAQs below to get familiar with Recommendations offerings and functionalities. What Phoenix License should I subscribe to receive and view Recommendations? Recommendations is available for Phoenix customers with Elite and Enterprise License, and comes inclusive of Realize Storage In...
https://docs.druva.com/Druva_Realize/025_Recommendations/080_Frequently_Asked_Questions
2020-08-03T12:31:12
CC-MAIN-2020-34
1596439735810.18
[]
docs.druva.com
Pre-migration steps for data migrations from MongoDB to Azure Cosmos DB's API for MongoDB Before you migrate your data from MongoDB (either on-premises or in the cloud) to Azure Cosmos DB's API for MongoDB, you should: - Read the key considerations about using Azure Cosmos DB's API for MongoDB - Choose an option to mig...
https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-pre-migration
2020-08-03T12:43:02
CC-MAIN-2020-34
1596439735810.18
[]
docs.microsoft.com
Object Store Resource OverviewResource Overview An Object Store provisions an Amazon S3 bucket. Amazon Simple Storage Service (S3) provides users with scalable object storage in the cloud and a simple way to retrieve your data from anywhere on the web. An object store like an Amazon S3 bucket makes it possible for you ...
https://docs.stackery.io/docs/3.12.2/api/nodes/ObjectStore/
2020-08-03T12:40:56
CC-MAIN-2020-34
1596439735810.18
[array(['/docs/assets/resources/service-discovery/func-object-store.png', 'screenshot'], dtype=object) ]
docs.stackery.io
callback that can be populated to be notified when the client-authority state of objects changes. Whenever an object is spawned using SpawnWithClientAuthority, or the client authority status of an object is changed with AssignClientAuthority or RemoveClientAuthority, then this callback will be invoked. This callback i...
https://docs.unity3d.com/2018.1/Documentation/ScriptReference/Networking.NetworkIdentity-clientAuthorityCallback.html
2020-08-03T13:13:12
CC-MAIN-2020-34
1596439735810.18
[]
docs.unity3d.com
max() function The max() function selects record with the highest _value from the input table. Function type: Selector Output data type: Object max(column: "_value") Empty tables max() drops empty tables. Parameters column The column to use to calculate the maximum value. Default is "_value". Data type: String Examples...
https://v2.docs.influxdata.com/v2.0/reference/flux/stdlib/built-in/transformations/selectors/max/
2020-08-03T12:23:34
CC-MAIN-2020-34
1596439735810.18
[]
v2.docs.influxdata.com
xdmp:estimate( $expression as item()*, [$maximum as xs:double?] ) as xs:integer Returns the number of fragments selected by an expression. This can be used as a fast estimate of the number of items in a sequence. xdmp:estimaterequire:estimateoperation on it. xdmp:estimate(collection()) => 10476 xdmp:estimate(/PLAY/TITL...
http://docs.marklogic.com/xdmp:estimate
2020-08-03T12:15:26
CC-MAIN-2020-34
1596439735810.18
[]
docs.marklogic.com
. Using the PowerShellGet cmdlets is the preferred installation method. Install the Az module for the current user only. This is the recommended installation scope. This method works the same on Windows, macOS, and Linux platforms. Run the following command from a PowerShell session:. following address: To start workin...
https://docs.microsoft.com/en-us/powershell/azure/install-Az-ps?view=azps-4.4.0&viewFallbackFrom=azps-3.6.1
2020-08-03T13:51:28
CC-MAIN-2020-34
1596439735810.18
[]
docs.microsoft.com
Delete a bucket Use the InfluxDB user interface (UI) or the influx command line interface (CLI) to delete a bucket. Delete a bucket in the InfluxDB UI In the navigation menu on the left, select Data (Load Data) > Buckets. Hover over the bucket you would like to delete. Click Delete Bucket and Confirm to delete the buck...
https://v2.docs.influxdata.com/v2.0/organizations/buckets/delete-bucket/
2020-08-03T12:40:09
CC-MAIN-2020-34
1596439735810.18
[]
v2.docs.influxdata.com
Using an iPad, download the proper Erply Pos for Cayan Using the iPad, install the Cayan root certificate. Just click on the link, download the certificate and open it to install it. Follow the onscreen instructions. Using the iPad, manually trust the Cayan root certificate on your iOS Go to Settings > General > About ...
http://docs-eng.nimi24.com/installation/cayan-mini-setup
2020-08-03T12:32:39
CC-MAIN-2020-34
1596439735810.18
[]
docs-eng.nimi24.com
Managing payments via Stripe What. What is the “live mode” and “test mode” of Stripe? The CoopCycle platform can be configured to use the “live” or “test” mode from the “settings” tab. In test mode clients will not be debited. You have to use test cards (typically 4242 4242 4242 4242 4242). Don’t forget to switch to “l...
https://docs.coopcycle.org/en/admin/stripe-payments.html
2020-08-03T12:06:52
CC-MAIN-2020-34
1596439735810.18
[]
docs.coopcycle.org
In Holistics, Metric/KPI visualization presents your data as a single number. This is a simple yet effective way to draw attention and invite further data exploration. When to use Metric/KPI? Sometimes, a number is worth a thousand words. Metric/KPI visualization is the best choice when you just want a snapshot of your...
https://docs.holistics.io/docs/metric-kpi
2020-08-03T12:39:13
CC-MAIN-2020-34
1596439735810.18
[array(['https://files.readme.io/e035cb2-Selection_436.png', 'Selection_436.png'], dtype=object) array(['https://files.readme.io/e035cb2-Selection_436.png', 'Click to close...'], dtype=object) array(['https://files.readme.io/5790dff-Selection_438.png', 'Selection_438.png'], dtype=object) arra...
docs.holistics.io
Radar Chart presents your multivariate data on axes starting from the same point. Values on the axes of the same subject are connected with a straight line, which makes the visualization looks like a "radar". When to use Radar Chart? Radar Chart is a visually striking means to show outliers and commonality between obje...
https://docs.holistics.io/docs/radar-chart
2020-08-03T11:26:33
CC-MAIN-2020-34
1596439735810.18
[array(['https://files.readme.io/5199d53-Selection_508.png', 'Selection_508.png'], dtype=object) array(['https://files.readme.io/5199d53-Selection_508.png', 'Click to close...'], dtype=object) array(['https://files.readme.io/ea9e969-Selection_509.png', 'Selection_509.png'], dtype=object) arra...
docs.holistics.io
What is the edition currently on sale? Our development team have worked extremely hard to ensure all of the books are accurate and error free. You can read more about that in this article. That said, no work of a human is perfect and we constantly receive editing requests where our honourable readers and customers poin...
https://docs.safarpublications.org/article/132-what-is-the-edition-currently-on-sale
2020-08-03T12:39:36
CC-MAIN-2020-34
1596439735810.18
[]
docs.safarpublications.org
In order to foster interest and excitement amongst consumers in the process of providing ratings TR includes a system of consumer treats or prizes, referred to as a TruTreat. This feature is not enabled by default for a merchant. It can be enabled by TruRating for specific merchants once the relevant contracts have bee...
https://docs.trurating.com/get-started/payment-devices/core-concepts/prizes/
2020-08-03T11:52:50
CC-MAIN-2020-34
1596439735810.18
[]
docs.trurating.com
Running A Wallaroo Application Running the Application Wallaroo uses an embedded Python runtime wrapped with a C API around it that lets Wallaroo execute Python code and read Python variables. So when machida --application-module my_application is run, machida (the binary we previously compiled), loads up the my_applic...
https://docs.wallaroolabs.com/python-tutorial/running-a-wallaroo-application/
2020-08-03T12:31:13
CC-MAIN-2020-34
1596439735810.18
[]
docs.wallaroolabs.com
Upgrade Citrix Provisioning supports upgrading to the latest product version from versions starting with 7.6 LTSR. Important: When upgrading from Citrix Provisioning 1808, you must uninstall Citrix Provisioning server 1808 before installing the new Citrix Provisioning server. If you are upgrading from Provisioning Serv...
https://docs.citrix.com/en-us/provisioning/1912-ltsr/upgrade.html
2020-08-03T11:27:07
CC-MAIN-2020-34
1596439735810.18
[]
docs.citrix.com
- ! Adding target devices to the database To create target device entries in the Provisioning Services database, select one of the following methods: - Using the Console to Manually Create Target Device Entries - Using Auto-add to Create Target Device Entries - Importing Target Device Entries After the target device ex...
https://docs.citrix.com/en-us/provisioning/7-15/managing-target-device/target-database-add.html
2020-08-03T12:42:16
CC-MAIN-2020-34
1596439735810.18
[]
docs.citrix.com
View vulnerabilities The Vulnerabilities page in Contrast allows you to browse, search and filter through all vulnerabilities in your organization. Click on each vulnerability for more details, including guidelines for determining how to resolve them to prevent an attack. You can also go to the Vulnerabilities tab from...
https://docs.contrastsecurity.com/en/view-vulnerabilities.html
2020-08-03T12:09:26
CC-MAIN-2020-34
1596439735810.18
[]
docs.contrastsecurity.com
Additional BOM may be generated for RosettaNet solution with BizTalk 2013 R2 CU2 or higher and BizTalk 2016 The problem: You have RosettaNet solutions deployed on BizTalk 2013 R2. After urpgrading to CU2 (or higher) or BizTalk 2016, your trading partner complained that they cannot process the documents sent from you wi...
https://docs.microsoft.com/en-us/archive/blogs/apacbiztalk/additional-bom-may-be-generated-for-rosettanet-solution-with-biztalk-2013-r2-cu2-or-higher-and-biztalk-2016
2020-08-03T12:47:18
CC-MAIN-2020-34
1596439735810.18
[]
docs.microsoft.com
Heatmap visualization A Heatmap displays the distribution of data on an x and y axes where color represents different concentrations of data points. Select the Heatmap option from the visualization dropdown in the upper right. Heatmap behavior Heatmaps divide data points into “bins” – segments of the visualization with...
https://v2.docs.influxdata.com/v2.0/visualize-data/visualization-types/heatmap/
2020-08-03T12:43:32
CC-MAIN-2020-34
1596439735810.18
[array(['/img/2-0-visualizations-heatmap-example.png', 'Heatmap example'], dtype=object) array(['/img/2-0-visualizations-heatmap-correlation.png', 'Heatmap correlation example'], dtype=object) array(['/img/2-0-visualizations-heatmap-vs-scatter.png', 'Heatmap vs Scatter plot'], dtype=object) ...
v2.docs.influxdata.com
1) In v6.4 some methods, properties and events of the Combobox DataView. The following API methods have been deprecated: getFocusIndex(), setFocusIndex(). These methods are still available but not recommended for use. Instead of using the getFocusIndex() method, you can get the index of an item in focus as follows: var...
https://docs.dhtmlx.com/suite/dataview__migration.html
2020-08-03T12:30:09
CC-MAIN-2020-34
1596439735810.18
[]
docs.dhtmlx.com
Catalog settings What are the Catalogs for? The catalog is usually used if you want to allow users to self-register for courses. In some cases - since the courses can be divided into "categories" - it is also useful only to show the courses divided into categories. This is especially useful if there are many courses. O...
https://docs.formalms.org/tutorial/105-forma-lms-how-to-configure-the-catalogs.html
2020-08-03T11:30:37
CC-MAIN-2020-34
1596439735810.18
[array(['/jfiles/images/documentation/tutorial/catalogue_1.png', 'catalogue 1'], dtype=object) array(['/jfiles/images/documentation/tutorial/catalogue_2.png', 'catalogue 2'], dtype=object) array(['/jfiles/images/documentation/tutorial/catalogue_3.png', 'catalogue 3'], dtype=object) array(['/j...
docs.formalms.org
# Integrate a relevant search bar to your documentation You might have noticed the search bar in this documentation. And you are probably wanting the same for your own documentation! This tutorial will guide you through the steps of building a relevant and powerful search bar for your documentation 🚀 # Run a MeiliSear...
https://docs.meilisearch.com/resources/howtos/search_bar_for_docs.html
2020-08-03T11:23:10
CC-MAIN-2020-34
1596439735810.18
[array(['/tuto-searchbar-for-docs/vuepress-searchbar-demo.gif', 'MeiliSearch docs search bar demo'], dtype=object) array(['/tuto-searchbar-for-docs/vuepress-plugin-example.png', 'VuePress plugin example'], dtype=object) array(['/tuto-searchbar-for-docs/docs-searchbar-example.png', 'docs-search...
docs.meilisearch.com
Table of Contents Product Index Meet Dallas for Victoria 8. This pack includes: Custom 3D Eyebrows especially designed for Dallas' Face and Textures Separate Head and Body Morph with slight facial asymmetry Separate Head and Body HD details (build resolution 4) Separate HD Navel Morph Separate HD Iris and Lacrimal Morp...
http://docs.daz3d.com/doku.php/public/read_me/index/63665/start
2020-08-03T13:00:11
CC-MAIN-2020-34
1596439735810.18
[]
docs.daz3d.com
Constructor: chatAdminRights Back to constructors index Represents the rights of an admin in a channel/supergroup. Attributes: Type: ChatAdminRights Example: $chatAdminRights = ['_' => 'chatAdminRights', 'change_info' => Bool, 'post_messages' => Bool, 'edit_messages' => Bool, 'delete_messages' => Bool, 'ban_users' => B...
https://docs.madelineproto.xyz/API_docs/constructors/chatAdminRights.html
2020-08-03T11:59:25
CC-MAIN-2020-34
1596439735810.18
[]
docs.madelineproto.xyz
What should I teach after Year 6 (primary syllabus)? We currently have the first book in the secondary syllabus, Textbook and Workbook 7 available to buy and use. This continues and extends the teaching from our primary syllabus, but is also great for new starters too. You can find out more about the secondary syllabus...
https://docs.safarpublications.org/article/89-what-should-i-teach-after-year-6-primary-syllabus
2020-08-03T12:58:25
CC-MAIN-2020-34
1596439735810.18
[]
docs.safarpublications.org
The error messages that might be displayed during the NFS hierarchy creation are listed below, along with a suggested explanation for each. The messages listed cover both the creation of the nfs and hanfs resources. Error messages displayed by the LifeKeeper core and by other recovery kits are not listed in this guide....
http://docs.us.sios.com/spslinux/9.5.0/en/topic/nfs-hierarchy-creation-errors
2020-08-03T12:57:14
CC-MAIN-2020-34
1596439735810.18
[]
docs.us.sios.com
Download New Version With the Progress Telerik UI for Silverlight Extension you keep your projects in an up-to-date state. The Latest Version Acquirer tool automatically retrieves the most fresh Telerik UI for Silverlight distribution, available on the Telerik website. Running the Upgrade Wizard as a next step makes th...
https://docs.telerik.com/devtools/silverlight/integration/visual-studio-extensions/vs-extensions-project-latest-version-acquirer
2021-01-16T01:12:32
CC-MAIN-2021-04
1610703497681.4
[array(['images/extensions_acquirertool_sl_1.png', 'extensions acquirertool sl 1'], dtype=object) array(['images/extensions_acquirertool_sl_2.png', 'extensions acquirertool sl 2'], dtype=object) array(['images/extensions_acquirertool_sl_3.png', 'extensions acquirertool sl 3'], dtype=object) a...
docs.telerik.com
Assigning a default channel to a location is an ideal solution for organizations requiring to quickly replace, or add a device to a display without having to worry about which channel to select or mode to put it on. This allows almost anyone to just plug in and register a digital media device, and leave the channel sel...
https://docs.appspace.com/latest/channel/assign-default-channel-to-network/
2021-01-16T00:25:12
CC-MAIN-2021-04
1610703497681.4
[]
docs.appspace.com
Regex. Infinite Match Timeout Field Definition Specifies that a pattern-matching operation should not time out. public: static initonly TimeSpan InfiniteMatchTimeout; public static readonly TimeSpan InfiniteMatchTimeout; staticval mutable InfiniteMatchTimeout : TimeSpan Public Shared ReadOnly InfiniteMatchTimeout As Ti...
https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex.infinitematchtimeout?view=netframework-4.7.1
2021-01-16T01:00:01
CC-MAIN-2021-04
1610703497681.4
[]
docs.microsoft.com
Using the Stack Auditor Plugin Page last updated: This topic describes how to use the Stack Auditor plugin for the Cloud Foundry Command Line Interface (cf CLI). Overview Stack Auditor is a cf CLI plugin that provides commands for listing apps and their stacks, migrating apps to a new stack, and deleting a stack. One u...
https://docs.cloudfoundry.org/adminguide/stack-auditor.html
2021-01-16T00:12:11
CC-MAIN-2021-04
1610703497681.4
[]
docs.cloudfoundry.org
Git Integration Blog Posts You can read the CollabNet blog posts on Git integration and follow the latest developments in the CollabNet TeamForge-Git integration space. Here’s a list of few useful blog posts: - Bulletproof, Military Grade Security – Visualizing the Access Control Mechanisms of Your SCM Solution - You s...
https://docs.collab.net/teamforge191/gitreference.html
2021-01-16T00:16:01
CC-MAIN-2021-04
1610703497681.4
[]
docs.collab.net
Certificates¶ Zercurity keeps track of all of the certificates that are used to sign the applications that your Assets run. Table view¶ Risk Represented by either a; red, orange or green icon of the applications platform. Red Caution. The certificate is known to be malicious and will have been blocked from running. How...
https://docs.zercurity.com/inventory/certificates.html
2021-01-15T23:35:33
CC-MAIN-2021-04
1610703497681.4
[array(['../_images/certificates.png', '../_images/certificates.png'], dtype=object) ]
docs.zercurity.com
Redirect a Page to the BuddyPress Member Profile In BuddyPress, we do not have a page for the member profile. This makes ist difficult to redirect to the member profile. If you want to redirect to the member profile after "Submitting a Form", "Login", "Reset the Password" or after the registration when the user clicks ...
https://docs.buddyforms.com/article/581-redirect-a-page-to-the-buddypress-member-profile
2021-01-15T22:58:06
CC-MAIN-2021-04
1610703497681.4
[]
docs.buddyforms.com