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
Dashboards Dashboards The dashboard is one of the basic components of a WD service instance - basically it’s a web page that contains widgets. Conceptually, dashboards can be of two types: generic and entity-related (endpoint, software, filter, etc.). There are some widgets which can be placed on the dashboard of any t...
https://docs.kaaiot.io/KAA/docs/current/Features/Visualization/WD/Dashboards/
2021-02-25T02:57:50
CC-MAIN-2021-10
1614178350706.6
[]
docs.kaaiot.io
The Access Log displays requests that were received in the specified time period. By default, this page shows all requests in the time period. To filter the display, type a search string into the filter box. For example, to see all the 503 errors, use "503" as the filter string. Multiple filters can be entered, delimit...
https://docs.curiefense.io/analytics/access-log
2021-02-25T02:42:22
CC-MAIN-2021-10
1614178350706.6
[]
docs.curiefense.io
Decentralized Applications If you've found Kaleido, then you've almost certainly heard of a “DApp” – or Decentralized Application. So what is it, and what makes it different from any old Web application? - More than one separately administered copy of the application runs - Application instances share some state in a c...
https://docs.kaleido.io/kaleido-platform/full-stack/dapps/
2021-02-25T02:17:38
CC-MAIN-2021-10
1614178350706.6
[]
docs.kaleido.io
{"_id":"56e96242d825061900d1abee","__v":56,"createdAt":"2016-03-16T13:40:18.471Z","githubsync":"","next":{"description":"","pages":[]},"order":0,"slug":"getting-started","title":"Installing StackPile","api":{"params":[],"results":{"codes":[]},"settings":"","url":"","auth":"required"},"isReference":false,"sync_unique":"...
http://docs.stackpile.io/
2017-10-16T23:46:22
CC-MAIN-2017-43
1508187820487.5
[]
docs.stackpile.io
#include <wx/busyinfo.h> This class makes it easy to tell your user that the program is temporarily busy. Normally the main thread should always return to the main loop to continue dispatching events as quickly as possible, hence this class shouldn't be needed. However if the main thread does need to block, this class ...
http://docs.wxwidgets.org/trunk/classwx_busy_info.html
2017-10-17T00:05:30
CC-MAIN-2017-43
1508187820487.5
[]
docs.wxwidgets.org
Acute hearing loss, tinnitus & vertigo Acute hearing loss is the sudden drop of the hearing ability of the inner ear, without external reasons like a middle ear infection or an acoustic trauma. The individual concerned usually notices a sudden feeling of pressure on one ear, combined with a reduced hearing, that cannot...
http://hno-docs.de/en/acute-hearing-loss-tinnitus-vertigo
2017-10-16T23:54:49
CC-MAIN-2017-43
1508187820487.5
[array(['http://hno-docs.de/sites/default/files/styles/page_sidebar/public/field/image/mosaik_7_0.jpg?itok=H9FwV7VY', None], dtype=object) ]
hno-docs.de
The resources already uploaded to tDAR are free for you to use and download. We only charge a fee for users that want to upload their own resources into the repository. Our prices are based upon the number of files uploaded. File price is based on a sliding scale—the more files purchased the lower the cost per file. Al...
https://docs.tdar.org/display/TDAR/Getting+Familiar+with+tDAR
2017-10-16T23:50:00
CC-MAIN-2017-43
1508187820487.5
[]
docs.tdar.org
Custom CSS code As software updates are replacing FileRun's files regardless of the fact that they have been customized, there is a way to make CSS modification which will be preserved between software updates. You can specify the URL of an external CSS file which will get loaded. Simply add the following line inside t...
http://docs.filerun.com/custom_css
2017-10-17T00:11:24
CC-MAIN-2017-43
1508187820487.5
[]
docs.filerun.com
. comprehendmedical ] Gets a list of InferRxNorm jobs that you have submitted. See also: AWS API Documentation See 'aws help' for descriptions of global parameters. list-rx-norm-inference-jobs [--filter <value>] [--next-token <value>] [--max-results <value>] [--cli-input-json <value>] [--generate-cli-skeleton <value>]...
https://docs.aws.amazon.com/cli/latest/reference/comprehendmedical/list-rx-norm-inference-jobs.html
2020-05-25T02:38:53
CC-MAIN-2020-24
1590347387155.10
[]
docs.aws.amazon.com
. storagegateway ] Deletes the bandwidth rate limits of a gateway. You can delete either the upload and download bandwidth rate limit, or you can delete both. If you delete only one of the limits, the other limit remains unchanged. To specify which gateway to work with, use the Amazon Resource Name (ARN) of the gatewa...
https://docs.aws.amazon.com/cli/latest/reference/storagegateway/delete-bandwidth-rate-limit.html
2020-05-25T02:38:30
CC-MAIN-2020-24
1590347387155.10
[]
docs.aws.amazon.com
FIXTrading Community is the non-profit, industry-driven standards body at the heart of global trading. FIXTrading Community’s work is the continuous development and promotion of the FIX family of standards, including the core FIX Protocol messaging language, which has revolutionized the trading environment and has succ...
https://docs.miniorange.com/single-sign-on-for-fixtrading-community
2020-05-25T02:35:51
CC-MAIN-2020-24
1590347387155.10
[]
docs.miniorange.com
The following sections contain information on the type, scope and purposes of processing your personal data as well as your rights. This information applies to the website Needless to say, we process your personal data exclusively within the framework of the data protection law. Data protection is, however, more than j...
https://docs.payone.com/display/public/PLATFORM/Privacy+Policy
2020-05-25T02:33:47
CC-MAIN-2020-24
1590347387155.10
[]
docs.payone.com
. quicksight ] Generates a server-side embeddable URL and authorization code. For this process to work properly, first configure the dashboards and user permissions. For more information, see Embedding Amazon QuickSight Dashboards in the Amazon QuickSight User Guide or Embedding Amazon QuickSight Dashboards in the Ama...
https://docs.aws.amazon.com/cli/latest/reference/quicksight/get-dashboard-embed-url.html
2020-05-25T01:57:09
CC-MAIN-2020-24
1590347387155.10
[]
docs.aws.amazon.com
Why we don’t recommend using List in public APIs We don’t recommend using List<T> in public APIs for two reasons. - List<T> is not designed to be extended. i.e. you cannot override any members. This for example means that an object returning List<T> from a property won’t be able to get notified when the collection is m...
https://docs.microsoft.com/en-us/archive/blogs/kcwalina/why-we-dont-recommend-using-listt-in-public-apis
2020-05-25T03:12:19
CC-MAIN-2020-24
1590347387155.10
[]
docs.microsoft.com
Upgrade Splunk Enterprise Security This topic describes how to upgrade Splunk Enterprise Security on an on-premises search head from version 5.2.2 or later to the latest release. - You can use additional options to specify add-ons to install, to skip installing, or to disable after installing. |essinstall --install-ta ...
https://docs.splunk.com/Documentation/ES/6.1.0/Install/Upgradetonewerversion
2020-05-25T00:53:16
CC-MAIN-2020-24
1590347387155.10
[array(['/skins/OxfordComma/images/acrobat-logo.png', None], dtype=object)]
docs.splunk.com
>> and CLI they do not require restarts and take place immediately. - Index time field extractions - Time stamp properties Things which affect the system settings or server state require restart. - Licensing changes - Web server configuration updates - Changes to general indexer settings (minimum free disk space, defa...
https://docs.splunk.com/Documentation/Splunk/6.0.4/Admin/Configurationfilechangesthatrequirerestart
2020-05-25T03:17:29
CC-MAIN-2020-24
1590347387155.10
[array(['/skins/OxfordComma/images/acrobat-logo.png', None], dtype=object)]
docs.splunk.com
If you install manually using the WAR file, you can modify properties in the alfresco-global.properties file. A sample global properties file is supplied with the installation. By default, the file contains sample settings for running Alfresco Community Edition, for example, the location of the content and index data, ...
https://docs.alfresco.com/community/concepts/global-props-intro.html
2020-05-25T03:16:11
CC-MAIN-2020-24
1590347387155.10
[]
docs.alfresco.com
OERemoveFormalCharge¶ bool OERemoveFormalCharge(OEChem::OEMolBase &mol) bool OERemoveFormalCharge(OEChem::OEMCMolBase &mol) This function will attempt to remove all formal charges from mol in a manner that is consistent with adding and removing implicit or explicit protons. This method will not create radicals and will...
https://docs.eyesopen.com/toolkits/cpp/quacpactk/OEProtonFunctions/OERemoveFormalCharge.html
2020-05-25T00:51:27
CC-MAIN-2020-24
1590347387155.10
[]
docs.eyesopen.com
Multiprotocol Label Switching. Click Add. The WAN Links Basic Settings configuration page appears and adds the new unconfigured WAN link to the page. Type.. Type the following: - Data Cap (MB) – type the data cap allocation for the link, in MB. - Billing Cycle – Select either Monthly or Weekly from the drop-down menu....
https://docs.citrix.com/en-us/citrix-sd-wan/10-2/configuration/setup-branch-nodes/configure-branch-node.html
2019-11-12T02:22:58
CC-MAIN-2019-47
1573496664469.42
[]
docs.citrix.com
MSBuild target framework and target platform. Important This article shows the old way to specify a target framework. SDK-style projects enable different TargetFrameworks like netstandard. For more info, see Target frameworks..5.2 The .NET Framework 4.6 (included in Visual Studio 2015) The .NET Framework 4.6.1 The .NET...
https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-target-framework-and-target-platform?view=vs-2019
2019-11-12T01:44:51
CC-MAIN-2019-47
1573496664469.42
[]
docs.microsoft.com
Integration partners¶ Note Heads up! This section is intended for developers who are integrating the Mollie API into an eCommerce or SaaS platform. If you’re looking to integrate payments for a single customer or webshop, head back over to the overview to get started. Mollie <3 developers. We have a large community of ...
https://docs.mollie.com/integration-partners/getting-started
2019-11-12T02:22:41
CC-MAIN-2019-47
1573496664469.42
[]
docs.mollie.com
Monitoring StorageOS Ingesting StorageOS Metrics StorageOS metrics are exposed on each cluster node at. For a full list of metrics that the endpoint provides please see Prometheus Endpoint. Metrics are exported in Prometheus text format, so collectors such as Prometheus, Telegraf or Sensu can be used. The examples on t...
https://docs.storageos.com/docs/operations/monitoring/
2019-11-12T02:04:57
CC-MAIN-2019-47
1573496664469.42
[]
docs.storageos.com
TOPICS× Changing Material Repeat tool options You can change the appearance and behavior of some items in the Material Repeat tool. To change Material Repeat tool options - Click Options at the bottom of the Material Repeat tool. - Change any of the following options: - Choose a Resampling Method. Generally, Nearest Ne...
https://docs.adobe.com/content/help/en/dynamic-media-developer-resources/image-authoring/vignette-authoring/tips-troubleshooting/full-tile-repeat/t-vat-chg-mat-repeat-tool-opts.html
2019-11-12T01:15:40
CC-MAIN-2019-47
1573496664469.42
[]
docs.adobe.com
- Unbinding a! Unbind a policy If you want to re-assign a policy or delete it, you must first remove its binding. Unbind an integrated caching, rewrite, or compression advanced policy globally by using the CLI At the command prompt, type the following commands to unbind an integrated caching, rewrite, or compression A...
https://docs.citrix.com/en-us/netscaler/12/appexpert/policies-and-expressions/ns-cfa-wrapper-con/ns-cfa-unbind-pol-tsk.html
2019-11-12T02:23:04
CC-MAIN-2019-47
1573496664469.42
[]
docs.citrix.com
Dataplicity's quick one-line installation is fantastic to get started on your first few Raspberry Pi devices. But if you are assembling and imaging Pi devices in their hundreds, manually typing in the command to each Pi is pretty time consuming. Here we discuss how to incorporate Dataplicity into your standard build im...
https://docs.dataplicity.com/docs/install-dataplicity-on-many-devices
2019-11-12T02:02:48
CC-MAIN-2019-47
1573496664469.42
[]
docs.dataplicity.com
Contents Calendar Items The toolbar buttons are across the top of the window and the action buttons are across the bottom of the window. The Agents and Activities trees are at the top of the Objects pane. Use the Calendar Items module to add, and edit agents' exceptions, preferences, and time off. - Exceptions are peri...
https://docs.genesys.com/Documentation/WM/latest/SHelp/CalItms
2019-11-12T01:14:58
CC-MAIN-2019-47
1573496664469.42
[]
docs.genesys.com
Deploy For deploying Tideflow, you can follow the same deployment process as for any other MeteorJS project. Check your options in MeteorJS official docs.
https://docs.tideflow.io/docs/deploying
2019-11-12T01:42:32
CC-MAIN-2019-47
1573496664469.42
[]
docs.tideflow.io
A Manifesto We've probably all heard this ad nauseum by now: Marketers need to invest more into content. But before we dive into that, let's take a step back and talk about content at its basic level. What has become nearly a buzzword in its equivocalness, “content” applies to everything from the snippets of informatio...
http://docs.simplereach.com/content-manifesto-1/content-is-king
2019-11-12T01:04:55
CC-MAIN-2019-47
1573496664469.42
[]
docs.simplereach.com
Creating and managing email templates You can use email templates to send notifications related to a record, such as updating or closing a ticket, sending customer survey link, and so on. By using business rules, you can automate the process of sending email notifications to users. You can also use email templates to c...
https://docs.bmc.com/docs/fp2018/creating-and-managing-email-templates-798068433.html
2019-11-12T02:00:32
CC-MAIN-2019-47
1573496664469.42
[]
docs.bmc.com
Full Text Search (FTS) Using the Java SDK with Couchbase Server You can use the Full Text Search service (FTS) to create queryable full-text indexes in Couchbase Server. Couchbase offers Full-text search support, allowing you to search for documents that contain certain words or phrases. In the Java SDK you can search ...
https://docs.couchbase.com/java-sdk/2.4/full-text-searching-with-sdk.html
2019-11-12T01:32:11
CC-MAIN-2019-47
1573496664469.42
[]
docs.couchbase.com
Popular topics Select your issue tracking platformDocumentation guides available for supported issue tracking systems Frequently asked questions - What REST api is used by the Exalate to access ServiceNow - Resource not found on exalate cloud - Exalate security and architecture whitepaper - Exalate for Jira Data Center...
https://docs.idalko.com/exalate/
2019-11-12T01:25:11
CC-MAIN-2019-47
1573496664469.42
[]
docs.idalko.com
Migrating from MongoDB to GraphQL¶ Hey! Today I'm going to demonstrate how I migrated a MongoDB collection to GraphQL. With Parse shutting down at the end of the month, there are a lot of applications are looking for a new home for their data and since GraphQL is the future, it's a great time to migrate! I was genuinel...
https://docs.scaphold.io/tutorials/migrate-mongodb-graphql/
2017-11-17T19:32:24
CC-MAIN-2017-47
1510934803906.12
[]
docs.scaphold.io
TOC & Recently Viewed Recently Viewed Topics Web Server Authentication The Web Server Authentication section controls the configuration of the SSL Client Certificate authentication permissions. The three options are Required, Allowed, or Forbidden. - Required configures the SecurityCenter web server to only accept conn...
https://docs.tenable.com/appliance/4_6/Content/4.6.0_GuideTopics/SecurityCenterWebServerAuthentication.htm
2017-11-17T19:35:04
CC-MAIN-2017-47
1510934803906.12
[array(['../Resources/Images/4_4/webserver_authentication_1010x255.png', None], dtype=object) ]
docs.tenable.com
Parsing IMGT output¶ Example Data¶ We have hosted a small example data set resulting from the Roche 454 example S43_atleast-2.txz). Additionally, it is recommended that you provide the FASTA file that was submitted to HighV-QUEST ( -s S43_atleast-2.fasta), as this will allow MakeDb to correct the changes HighV-QUEST ma...
http://changeo.readthedocs.io/en/version-0.3.7---igblast-1.7-fix/examples/imgt.html
2017-11-17T19:19:49
CC-MAIN-2017-47
1510934803906.12
[]
changeo.readthedocs.io
Adjust Overview¶ Send data to Adjust to maximize your understanding of your mobile acquisition efforts, while deep linking your users through Branch. What events does Branch send to Adjust?¶ The integration automatically sends Branch link clicks to Adjust, specifically we send: - All Android clicks - iOS Universal Link...
https://docs.branch.io/pages/integrations/adjust/
2017-11-17T19:08:12
CC-MAIN-2017-47
1510934803906.12
[array(['../../../img/pages/integrations/adjust/adjust-tracker-setting.png', 'image'], dtype=object) array(['../../../img/pages/integrations/adjust/adjust-tracker.png', 'image'], dtype=object) array(['../../../img/pages/integrations/adjust/enable-adjust-integration.png', 'image'], dtype=object...
docs.branch.io
$ oadm registry --config=/etc/origin/master/admin.kubeconfig \(1) --service-account=registry \(2) --images='registry.access.redhat.com/openshift3/ose-${component}:${version}' \(3) --selector='region=infra' (4) not foundError 500 Internal Server Erroron S3 storage error: build error: Failed to push image: EOF OpenShift ...
https://docs.openshift.com/enterprise/3.2/install_config/install/docker_registry.html
2017-11-17T19:24:04
CC-MAIN-2017-47
1510934803906.12
[]
docs.openshift.com
Contents Security Operations Previous Topic Next Topic Define rate limits Add To My Docs Add selected topic Add selected topic and subtopics Subscribe to Updates Share Save as PDF Save selected topic Save selected topic and subtopics Save all topics in Contents Define rate limits Define rate limits You can define the r...
https://docs.servicenow.com/bundle/istanbul-security-management/page/product/threat-intelligence/task/t_DefineScanRateLimits.html
2017-11-17T19:17:47
CC-MAIN-2017-47
1510934803906.12
[]
docs.servicenow.com
Interface public View resolveViewName(java.lang.String viewName, java.util.Locale locale) throws java.lang.Exception viewName- name of the view to resolve locale- Locale in which to resolve the view. ViewResolvers that support internationalization should respect this. java.lang.Exception- if the view cannot be resolved
https://docs.spring.io/spring/docs/1.0.0/javadoc-api/org/springframework/web/servlet/ViewResolver.html
2017-11-17T19:29:09
CC-MAIN-2017-47
1510934803906.12
[]
docs.spring.io
draw_text_colour(x, y, string, c1, c2, c3, c4, alpha); Returns: N/A This function will draw text in a similar way to draw_text only now you can choose the colours to use for colouring the text as well as the alpha value, and these new values will be used instead of the base drawing colour and alpha._colour(c_white); dr...
http://docs.yoyogames.com/source/dadiospice/002_reference/drawing/drawing%20text/draw_text_colour.html
2017-11-17T19:16:33
CC-MAIN-2017-47
1510934803906.12
[]
docs.yoyogames.com
The Administrative Console Guide Full online documentation for the WP EasyCart eCommerce plugin! Full online documentation for the WP EasyCart eCommerce plugin! Subscription plans in EasyCart are simply groups of subscriptions that you allow the customer to upgrade/downgrade to. A good example of subscription plans is ...
http://docs.wpeasycart.com/wp-easycart-administrative-console-guide/?section=subscription-plans
2017-11-17T19:30:32
CC-MAIN-2017-47
1510934803906.12
[]
docs.wpeasycart.com
Administrators can expose the Horizon workflows in the vRealize Automation self-service catalog or in the vSphere Web Client. For some workflows that delegated administrators run within vSphere Web Client, you must specify which pod or pools the workflows act on. Making the Workflows Available in vSphere Web Client and...
https://docs.vmware.com/en/VMware-Horizon-7/7.3/using-horizon-vro-plugin/GUID-9B98D281-795D-44DD-B997-FCFCA5A561BD.html
2017-11-17T19:47:37
CC-MAIN-2017-47
1510934803906.12
[]
docs.vmware.com
Insert Work Set Wizard Use the Insert Work Set Wizard to insert a work set into an agent's schedule. - In the Intra-Day or Agent-Extended grid, right-click an agent's row. - From the shortcut menu that appears, select Insert Work Set. - In the Insert Work Set Wizard's Specify Work Set Parameters screen: -. - Select the...
https://docs.genesys.com/Documentation/WM/latest/SHelp/MIAInsWrkStWzd
2019-11-12T01:49:07
CC-MAIN-2019-47
1573496664469.42
[]
docs.genesys.com
Create order payment¶ POST*orderId*/payments An order has an automatically created payment that your customer can use to pay for the order. When the payment expires you can create a new payment for the order using this endpoint. A new payment can only be created while the status of the order is created, and when the st...
https://docs.mollie.com/reference/v2/orders-api/create-order-payment
2019-11-12T02:19:42
CC-MAIN-2019-47
1573496664469.42
[]
docs.mollie.com
The Supervisor's Window The panes in WFM Web for Supervisors display some combination of the controls described below, depending upon selections that you make in Object pane. For more information, see the table below. Retrieving Lists of Items in Segments The list of items or objects (such as Agents, Shifts, Profiles, ...
https://docs.genesys.com/Documentation/PSAAS/latest/WMCloud/SpvrWndw
2019-11-12T02:03:15
CC-MAIN-2019-47
1573496664469.42
[]
docs.genesys.com
Release 6.7.5 Upgrade Notes Commercial Edition Must Be Upgraded Because a new server identifier will be generated at upgrade to this version, startup will fail unless you upgrade your commercial edition to the latest compatible version. I.E. don't just copy over your edition plugins from one instance to the next, but m...
https://docs.sonarqube.org/7.3/Release6.7.5UpgradeNotes.html
2019-11-12T01:17:52
CC-MAIN-2019-47
1573496664469.42
[]
docs.sonarqube.org
Web scraping Tideflow integrates with webParsy. An easy to use web scraper written in NodeJS that uses YAML definitions. With WebParsy's service, you can obtain data from websites and use it as part of your processes logic. When adding your web scraper step to your workflows, you must define the web scraping tasks via ...
https://docs.tideflow.io/docs/services-webparsy
2019-11-12T01:14:49
CC-MAIN-2019-47
1573496664469.42
[]
docs.tideflow.io
How-to articles How-to articles are simple and easy to use articles with configuration steps for common deployments. Click a link below to view the article. Create and use SSL certificates on a Citrix ADC appliance Configure SSL action to forward client traffic if the appliance does not have a domain specific (SNI) cer...
https://docs.citrix.com/en-us/citrix-adc/13/ssl/how-to-articles.html
2019-11-12T02:15:09
CC-MAIN-2019-47
1573496664469.42
[]
docs.citrix.com
OVERVIEW When you access a Dashboard in SimpleReach, the first tab you'll see open is the eCommerce overview. Let's break it down: TIME FRAME The time frame determines the date range of activity for the report. The default is the last seven days, but this can be configured to show any custom range you'd like; just clic...
http://docs.simplereach.com/walkthrough/ecommerce-reports
2019-11-12T01:10:48
CC-MAIN-2019-47
1573496664469.42
[array(['https://images.squarespace-cdn.com/content/v1/569812400ab3771bec43472e/1456264701236-5W2LCAF434GCAWOTWFC4/ke17ZwdGBToddI8pDm48kIpfbmBbojSj5d51NO7q_hJZw-zPPgdn4jUwVcJE1ZvWQUxwkmyExglNqGp0IvTJZamWLI2zvYWH8K3-s_4yszcp2ryTI0HqTOaaUohrI8PIYDztGINa12bh7EJrs9Q94dOCVeAOu0Aos1o2BdkEDuUKMshLAGzx4R3EDFOm1kBS/image-asset....
docs.simplereach.com
AccountingIntegrator Enabler 2.2.1 User Guide Save PDF Selected topic Selected topic and subtopics All content Monitoring AI Enabler with Sentinel This chapter introduces Sentinel and explains how to work with Sentinel in AI Enabler. About Sentinel: About Sentinel monitoring About configuring AccountingIntegrator Enabl...
https://docs.axway.com/bundle/AccountingIntegratorEnabler_221_UserGuide_allOS_en_HTML5/page/Content/UserGuide/AIEnabler/Sentinel/c_sentinel_intro.htm
2019-11-12T01:04:17
CC-MAIN-2019-47
1573496664469.42
[]
docs.axway.com
Time Zone Preferences Composer displays all date/time elements in the user-preferred time zone with the time zone identifier. You can change the preferred time zone in Window > Preferences > Composer > Context Services. This page was last edited on March 9, 2015, at 16:48. Feedback Comment on this article:
https://docs.genesys.com/Documentation/Composer/8.1.4/Help/TimeZonePreferences
2019-11-12T00:45:21
CC-MAIN-2019-47
1573496664469.42
[]
docs.genesys.com
Do Work Event Args. Argument Property Definition Gets a value that represents the argument of an asynchronous operation. public: property System::Object ^ Argument { System::Object ^ get(); }; public object Argument { get; } member this.Argument : obj Public ReadOnly Property Argument As Object Property Value Examples ...
https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.doworkeventargs.argument?redirectedfrom=MSDN&view=netframework-4.8
2019-11-12T01:18:06
CC-MAIN-2019-47
1573496664469.42
[]
docs.microsoft.com
All content with label archetype+as5+cache+cloud+eviction+grid+gridfs+guide+infinispan+installation+listener+snapshot+store. Related Labels: podcast, expiration, publish, datagrid, coherence, interceptor, server, replication, transactionmanager, dist, release, partitioning, query, deadlock, intro, pojo_cache, jbossas, ...
https://docs.jboss.org/author/label/archetype+as5+cache+cloud+eviction+grid+gridfs+guide+infinispan+installation+listener+snapshot+store
2019-11-12T02:05:53
CC-MAIN-2019-47
1573496664469.42
[]
docs.jboss.org
Graphical user interface (GUI) StorageOS provides a GUI for cluster and volume management. The GUI is available at port 5705 on any of the nodes in the cluster. Initally you can log in as the default administrator, using the username storageos and storageos. Manage cluster nodes and pools The nodes and pools page allow...
https://docs.storageos.com/docs/reference/gui
2019-11-12T02:03:57
CC-MAIN-2019-47
1573496664469.42
[array(['/images/docs/gui/login.png', 'Logging in'], dtype=object) array(['/images/docs/gui/nodes.png', 'Managing nodes'], dtype=object) array(['/images/docs/gui/pools.png', 'Managing storage pools'], dtype=object) array(['/images/docs/gui/create-volume.png', 'Creating a volume'], dtype=object) array(...
docs.storageos.com
DEPRECATION WARNING This documentation is not using the current rendering mechanism and will be deleted by December 31st, 2020. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here. To-Do list¶ Note Please use the extension’s bug tracker on Forge to p...
https://docs.typo3.org/typo3cms/extensions/image_autoresize/stable/ToDoList/Index.html
2019-11-12T01:02:55
CC-MAIN-2019-47
1573496664469.42
[]
docs.typo3.org
Add, change, or delete a contact in your fixed dialing list To perform this task, your wireless service provider must set up your SIM card for this service and provide you with a SIM card PIN2 code. - From the home screen, press the key. - Press the key > Options > FDN Phone List. - To add a contact, press the key > Ne...
http://docs.blackberry.com/en/smartphone_users/deliverables/38106/1027640.jsp
2014-04-16T14:13:07
CC-MAIN-2014-15
1397609523429.20
[]
docs.blackberry.com
?): - Shell-type string-construction, as in "hello, $name"(mix parameter subst. into a string body template) - Java Server Pages (mix Java into an HTML template) - Lisp backquote-comma (mix Lisp into an S-expr template) jrose Proposal: - JSP-like flowered brackets: builder.{% person(name: n){ ...} %} - or maybe XML-lik...
http://docs.codehaus.org/pages/diffpages.action?pageId=4542&originalId=228164335
2014-04-16T13:21:45
CC-MAIN-2014-15
1397609523429.20
[]
docs.codehaus.org
Part 13 - Enumerations Declaring an Enumeration Enumerations are handy to use as fields and properties in classes. declaring an enum Enumerations are also handy in preventing "magic numbers", which can cause unreadable code. Enumerations technically assign an integer value to each value, but that should generally be ab...
http://docs.codehaus.org/display/BOO/Part+13+-+Enumerations
2014-04-16T13:40:30
CC-MAIN-2014-15
1397609523429.20
[]
docs.codehaus.org
REPEATABLE_READ is one of two isolation levels the Infinispan's locking infrastructure provides (the other is READ_COMMITTED). Isolation levels have their origins in database. In Infinispan, REPEATABLE_READ works slightly differently to databases. REPETEABLE_READ says that "data can be read as long as there are no writ...
https://docs.jboss.org/author/display/ISPN/REPEATABLE+READ
2014-04-16T15:13:24
CC-MAIN-2014-15
1397609523429.20
[]
docs.jboss.org
The following properties must be added to $SONAR_HOME/conf/sonar.properties: Note that the library openid4java generates many INFO logs. Edit the file conf/logback.xml and add the following loggers to log only warnings and errors: Note for Tomcat When Sonar WAR is deployed into Tomcat, characters in names that have ut...
http://docs.codehaus.org/pages/viewpage.action?pageId=229741278
2014-04-16T13:03:24
CC-MAIN-2014-15
1397609523429.20
[array(['/s/en_GB-1988229788/4727/ffd10e10ff7bc0a1d7e29b4d2225707dd7f03d0b.15/_/images/icons/wait.gif', None], dtype=object) ]
docs.codehaus.org
Upgrading from Versions Earlier than 2.0.5 Upgrading to Revolution 2.0.5 There are a few changes that have occurred in 2.0.5 that will only apply to certain cases. This upgrade process applies to you only if you: - Use Form Customization - Have a Custom Access Policy - Use the extension_packages setting If you didn't e...
https://docs.modx.org/current/en/getting-started/maintenance/upgrading/2.0.5
2020-07-02T16:19:32
CC-MAIN-2020-29
1593655879532.0
[]
docs.modx.org
nntplib — NNTP protocol client¶ Source.io') >>>.io') >>> f = open('article.txt', 'rb') >>> s.post(f) '240 Article posted successfully.' >>> s.quit() '205 Bye!' The module itself defines the following classes: - class nntplib. NNTP(host, port=119, user=None, password=None, readermode=None, usenetrc=False[, timeout])¶ Re...
https://docs.python.org/3/library/nntplib.html
2020-07-02T16:51:27
CC-MAIN-2020-29
1593655879532.0
[]
docs.python.org
Difference between revisions of "Running a contest" From Win-Test Wiki Revision as of 22:25, 12 October 2006 During-contest specifics Articles related to using Win-Test during a contest: - Single-op contesting - SO1R specifics - - Editing serial numbers (e.g. if a machine crashes and one log is out of sync) - Contest s...
https://docs.win-test.com/w/index.php?title=Running_a_contest&diff=next&oldid=2426
2020-07-02T16:20:09
CC-MAIN-2020-29
1593655879532.0
[]
docs.win-test.com
(Nazi occupied Sarajevo, 1943) If one could turn the clock back to the 1990s when men like Slobodan Milosovic and places like Srebrenica were in the news they would recall the horror that they felt. People could not fathom what the Serbs, Croats, and Muslims hoped to gain from all the violence, particularly since the o...
https://docs-books.com/2017/01/22/the-man-from-berlin-by-luke-mccallin/
2020-07-02T14:36:44
CC-MAIN-2020-29
1593655879532.0
[]
docs-books.com
AppDynamics switched from Semantic Versioning to Calendar Versioning starting in February 2020 for some agents and March 2020 for the entire product suite. Related pages: Once you have instrumented your iOS application with the Mobile iOS SDK, you can also use the APIs exposed by the SDK to customize the data for your ...
https://docs.appdynamics.com/pages/viewpage.action?pageId=45487248
2020-07-02T15:07:20
CC-MAIN-2020-29
1593655879532.0
[]
docs.appdynamics.com
Document Revisions Notices Customers are responsible for making their own independent assessment of the information in this document. This document: (a) is for informational purposes only, (b) represents current AWS product offerings and practices, which are subject to change without notice, and (c) does not create any...
https://docs.aws.amazon.com/solutions/latest/fraud-detection-using-machine-learning/revisions.html
2020-07-02T16:47:42
CC-MAIN-2020-29
1593655879532.0
[]
docs.aws.amazon.com
Jupyter Notebook Application (AEN 4.0.0 uses Jupyter notebook, 4.2, plus some extensions to make them even more useful including one-click integration with Anaconda Cloud and easy management of conda environments and packages. This page includes a brief introduction to Jupyter Notebooks and information on using the not...
https://docs.continuum.io/ae-notebooks/4.0/user/notebook/
2020-07-02T14:37:45
CC-MAIN-2020-29
1593655879532.0
[array(['../../../_images/ae-notebooks/4.0/user/finding_ipython.png', 'image1'], dtype=object) array(['../../../_images/ae-notebooks/4.0/user/jupyter_main.png', 'image0'], dtype=object) array(['../../../_images/ae-notebooks/4.0/user/extensions_kernels.png', 'image6'], dtype=object) array(['.....
docs.continuum.io
1 Introduction Mendix can be found as starter kits in IBM Cloud and as IBM app templates when you create an app in the Mendix Developer Portal. IBM has integrated the provisioning and deployment of Mendix apps directly to the IBM Cloud. More information on how to deploy your app is available in IBM Cloud – Deployment. ...
https://docs.mendix.com/partners/ibm/
2020-07-02T16:52:43
CC-MAIN-2020-29
1593655879532.0
[]
docs.mendix.com
“Push” There’s a lot of talk about “Push” notifications both in web and mobile scenarios. “Push” is often positioned as something entirely different to “Pull” (or polling). The reality is that “Push” in the sense that it is used with Web Sockets or Apple/Windows/Android Push Notification systems is just a pattern nuanc...
https://docs.microsoft.com/en-us/archive/blogs/clemensv/push
2020-07-02T16:38:00
CC-MAIN-2020-29
1593655879532.0
[]
docs.microsoft.com
Scenario 3: Moving from unmanaged to managed solutions in your organization This scenario aims at a situation where your production environment contains several unmanaged solutions or your customizations were done in the default solution. With the exception of your development environment, the end result is to only hav...
https://docs.microsoft.com/en-us/power-platform/alm/move-from-unmanaged-managed-alm
2020-07-02T14:30:59
CC-MAIN-2020-29
1593655879532.0
[]
docs.microsoft.com
Audit Detailed Directory Service Replication Applies To: Windows 7, Windows 8.1, Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2012, Windows 8 This topic for the IT professional describes the Advanced Security Audit policy setting, Audit Detailed Directory Service Replication, which determines whether ...
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn311482(v%3Dws.11)
2020-07-02T16:04:23
CC-MAIN-2020-29
1593655879532.0
[]
docs.microsoft.com
Limitations for Stretch Database APPLIES TO: SQL Server 2016 and later (Windows only) Azure SQL Database Azure Synapse Analytics (SQL DW) Parallel Data Warehouse Learn about limitations for Stretch-enabled tables, and about limitations that currently prevent you from enabling Stretch for a table. Limitations for Stretc...
https://docs.microsoft.com/lt-lt/sql/sql-server/stretch-database/limitations-for-stretch-database?view=sql-server-ver15
2020-07-02T16:26:39
CC-MAIN-2020-29
1593655879532.0
[]
docs.microsoft.com
- FAQs - shopVOX specific terms - Uploading vs Linking Assets Uploading vs Linking Assets Updated by Aaron Aldrich There are a couple places in shopVOX that let you upload or link digital asset files like artwork, pdfs, excel docs, etc. This article helps you understand the differences between linking and uploading. B...
https://docs.shopvox.com/article/cys1t4nv4e-uploading-vs-linking-assets
2020-07-02T16:40:33
CC-MAIN-2020-29
1593655879532.0
[array(['https://downloads.intercomcdn.com/i/o/101974901/c77ce01c51b72e10eca9b45a/image.png', None], dtype=object) array(['https://downloads.intercomcdn.com/i/o/101974748/5371170a4cb37e9a9e636e28/image.png', None], dtype=object) array(['https://downloads.intercomcdn.com/i/o/101974033/406cc7160aa3dcf3c...
docs.shopvox.com
TOPICS× Life cycle and states of the MediaPlayer object From the moment the MediaPlayer instance is created to the moment it is terminated, this instance transitions from one state to the next. Here are the possible states: - IDLE : MediaPlayerStatus.IDLE - INITIALIZING : MediaPlayerStatus.INITIALIZING - INITIALIZED : ...
https://docs.adobe.com/content/help/en/primetime/programming/browser-tvsdk-2-4/content-playback-options/mediaplayer-objects/c-psdk-browser-tvsdk-2_4-mediaplayer-object-lifecycle-states.html
2020-07-02T15:51:19
CC-MAIN-2020-29
1593655879532.0
[array(['/content/dam/help/primetime.en/help/programming/browser-tvsdk-2.4/content-playback-options-browser-tvsdk/mediaplayerobjects-working-with/assets/player-state-transitions-diagram-android_1.2_web.png', None], dtype=object) ...
docs.adobe.com
General Information Quality Assurance and Productivity Desktop Frameworks and Libraries Web Controls and Extensions Maintenance Mode Enterprise and Analytic Tools End-User Documentation ColumnView.ShowFilterPopup(GridColumn) Method Displays a Filter DropDown for the specified column. Namespace: DevExpress.XtraGrid.View...
https://docs.devexpress.com/WindowsForms/DevExpress.XtraGrid.Views.Base.ColumnView.ShowFilterPopup(DevExpress.XtraGrid.Columns.GridColumn)
2020-07-02T16:16:06
CC-MAIN-2020-29
1593655879532.0
[]
docs.devexpress.com
Intellicus 7.x release introduced major functional changes in the product. However, Intellicus ensures that all reports and query objects you have designed in your earlier versions are fully supported in Intellicus 7.x We recommend reading this document and perform one round of upgrade rehearsal in a test environment b...
https://docs.intellicus.com/documentation/post-installation-manuals-18-1/upgrading-intellicus/intellicus-upgrade-from-6-x-to-7-x/introduction/
2020-07-02T15:16:36
CC-MAIN-2020-29
1593655879532.0
[]
docs.intellicus.com
1 Introduction Mendix Studio Pro enables you to build apps on the Mendix Platform. This how-to will guide you through the steps of installing the latest version of Mendix Studio Pro. 2 Prerequisites Before starting this how-to, make sure you have completed the following prerequisites: - You need a Windows environment t...
https://docs.mendix.com/howto/general/install
2020-07-02T16:01:02
CC-MAIN-2020-29
1593655879532.0
[]
docs.mendix.com
1 Introduction In this document, we will explain how to solve the most common consistency errors that can occur when configuring navigation in the Desktop Model window,<<
https://docs.mendix.com/refguide7/consistency-errors-navigation
2020-07-02T16:29:55
CC-MAIN-2020-29
1593655879532.0
[array(['attachments/consistency-errors-navigation/dm-page-expects-an-object-error.png', 'Scheme Showing the Menu Item Error'], dtype=object) array(['attachments/consistency-errors-navigation/dm-home-page-error.png', 'Home Page Error'], dtype=object) array(['attachments/consistency-errors-navigation/d...
docs.mendix.com
How To Troubleshoot Microsoft Exchange Server Latency or Connection Issues Written by Samuel Drey, Premier Field Engineer. T The first thing to look at is the Application Log and then the System Log for possible errors. Usually, poor messaging experiences caused due to server issues are surfaced by warnings or errors r...
https://docs.microsoft.com/en-us/archive/blogs/technet/mspfe/how-to-troubleshoot-microsoft-exchange-server-latency-or-connection-issues
2020-07-02T16:59:53
CC-MAIN-2020-29
1593655879532.0
[]
docs.microsoft.com
html — HyperText Markup Language support¶ Source code: Lib/html/__init__.py This module defines utilities to manipulate HTML. html. escape(s, quote=True)¶. html. unescape(s)¶ Convert all named and numeric character references (e.g. >, >, >) in the string s to the corresponding Unicode characters. This function uses the...
https://docs.python.org/3/library/html.html
2020-07-02T15:39:34
CC-MAIN-2020-29
1593655879532.0
[]
docs.python.org
Duty of care is only available to ExpenseIn Enterprise customers. Please speak to your Account Manager or contact accountmanagement@expensein.com if you would like to discuss the feature or upgrading your account. To add the vehicle document policy rules: 1. Navigate to Admin and click on Policies. 2. Click Edit next t...
https://docs.expensein.com/en/articles/3748760-set-up-duty-of-care
2020-07-02T16:33:39
CC-MAIN-2020-29
1593655879532.0
[]
docs.expensein.com
Magnetic Selection Tool¶ This tool, represented by a magnet over a selection border, allows you to make freeform Sélections, but unlike the Sélection polygonale or the Sélection à main levée, it will try to magnetically snap to sharp contrasts in your image, simplifying the creation of selection drastically. There are ...
https://docs.krita.org/fr/reference_manual/tools/magnetic_select.html
2020-07-02T15:43:20
CC-MAIN-2020-29
1593655879532.0
[array(['../../_images/selections-right-click-menu.png', 'Menu of magnetic selection'], dtype=object) ]
docs.krita.org
Released on: Tuesday, March 27, 2018 - 15:04 New features Added newrelic.startSegment(), which replaces newrelic.createTracer(). This new API method allows you to create custom segments using either callbacks or promises. Bug fixes Fixed bug in preroute config option in Hapi instrumentation. Only applies to Hapi v16 an...
https://docs.newrelic.com/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-330
2020-07-02T16:16:39
CC-MAIN-2020-29
1593655879532.0
[]
docs.newrelic.com
Notes The Browser Agent, sometimes called the JS agent, has multiple variants: Lite, Pro, and Pro+SPA. Unless noted otherwise, all features/improvements/bug fixes are available in all variants of the agent. Bug fixes Improved Agent Performance: Improvements to how the agent verifies interactions are complete by setting...
https://docs.newrelic.com/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1044
2020-07-02T16:05:00
CC-MAIN-2020-29
1593655879532.0
[]
docs.newrelic.com
Support chat¶ We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support chat where we and other users try to answer your questions if you get stuck using Remix. Please, join the Remix channel and ask the community for help. For any...
https://remix-ide.readthedocs.io/en/latest/support.html
2020-07-02T14:37:52
CC-MAIN-2020-29
1593655879532.0
[]
remix-ide.readthedocs.io
chemlab.core¶ This package contains general functions and the most basic data containers such as Atom, Molecule and System. Plus some utility functions to create and edit common Systems. The Atom class¶ - class chemlab.core. Atom(type, r, export=None)¶'}) export¶ Dictionary containing additional information when import...
https://chemlab.readthedocs.io/en/stable/api/chemlab.core.html
2020-07-02T14:53:44
CC-MAIN-2020-29
1593655879532.0
[]
chemlab.readthedocs.io
Applies to RichTextEdit Description Sets the value for the display width of pages inside the control. Usage By default, the value you set for display width is multiplied by 1/1000 of an inch. An application user can change the display units at runtime when you enable the PopMenu property of the RichTextEdit control. Th...
https://docs.appeon.com/pb2017r3/objects_and_controls/ch03s189.html
2020-07-02T16:07:21
CC-MAIN-2020-29
1593655879532.0
[]
docs.appeon.com
You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here. Class: Aws::DataSync::Types::OnPremConfig Overview Note: When passing OnPremConfig as input to an Aws::Client method, you can use a vanilla Hash: { agent_arns: ["AgentArn"], # required } A list of Amazon Reso...
https://docs.aws.amazon.com/sdk-for-ruby/v2/api/Aws/DataSync/Types/OnPremConfig.html
2020-07-02T17:04:07
CC-MAIN-2020-29
1593655879532.0
[]
docs.aws.amazon.com
Creating Snapshots and Requesting DOIs¶ Introduction¶ Dockstore users can create snapshots and Digital Object Identifiers (DOIs) for their workflows. The ‘Snapshot’ and ‘Request DOI’ actions can be found on the versions tab of a workflow on the ‘My Workflows’ page. These features are specific to individual versions of ...
https://docs.dockstore.org/en/snapshot-doi-docs/advanced-topics/snapshot-and-doi.html
2020-07-02T15:08:56
CC-MAIN-2020-29
1593655879532.0
[array(['../_images/snapshot_doi_versiontab.png', '../_images/snapshot_doi_versiontab.png'], dtype=object) array(['../_images/link_zenodo.png', '../_images/link_zenodo.png'], dtype=object) array(['../_images/snapshot.png', '../_images/snapshot.png'], dtype=object) array(['../_images/request_doi_1.png'...
docs.dockstore.org
PolicyMaker Preferences Migration tool To
https://docs.microsoft.com/en-us/archive/blogs/grouppolicy/policymaker-preferences-migration-tool
2020-07-02T16:54:26
CC-MAIN-2020-29
1593655879532.0
[]
docs.microsoft.com
Showcase Azure Solutions with the Cloud Platform Immersion Sales Program Partners, A lot of partners are familiar with using the Customer Immersion Experience (formerly MEC Demo) to showcase Office 365, but what about showcasing solutions on Azure and Microsoft’s Cloud Platform? The Cloud Platform Immersion Sales Progr...
https://docs.microsoft.com/en-us/archive/blogs/uspartner_ts2team/showcase-azure-solutions-with-the-cloud-platform-immersion-sales-program
2020-07-02T16:54:43
CC-MAIN-2020-29
1593655879532.0
[]
docs.microsoft.com
Fixes Added a type check to attribute validation, restricting values to primitive types (but not undefined). Previously the agent was only enforcing byte limits on string values, resulting in overly large arrays being collected. This brings the agent in line with other language agents. The DatastoreShimwill now respect...
https://docs.newrelic.com/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-331
2020-07-02T15:01:16
CC-MAIN-2020-29
1593655879532.0
[]
docs.newrelic.com
The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy. Notes Added API for ignoring transactions This release adds three new API calls for ignoring transactions: NewRelic::Agent.ignore_transaction NewRelic:...
https://docs.newrelic.com/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-392239
2020-07-02T17:03:55
CC-MAIN-2020-29
1593655879532.0
[]
docs.newrelic.com
You can get information about exchange rates for all our supported currencies (200 + transaction currencies) by using the following GET HTTP request. The parameters are sent in the message body as a JSON object. This action can be exploited when DCC (Dynamic Currency Conversion) is being used. DCC means Dynamic currenc...
https://docs.smart2pay.com/category/payments-api/get-information-on-a-payment-object/exchange-rates-api/
2020-07-02T15:43:30
CC-MAIN-2020-29
1593655879532.0
[]
docs.smart2pay.com
BarShadowStep¶ - class jwst.barshadow. BarShadowStep(name=None, parent=None, config_file=None, _validate_kwds=True, **kws)[source]¶ Bases: jwst.stpipe.Step BarShadowStep: Inserts the bar shadow and wavelength arrays into the data. Bar shadow correction depends on the position of a pixel along the slit and the wavelengt...
https://jwst-pipeline.readthedocs.io/en/stable/api/jwst.barshadow.BarShadowStep.html
2020-07-02T16:16:28
CC-MAIN-2020-29
1593655879532.0
[]
jwst-pipeline.readthedocs.io
SPARQL Query Cancellation To get the status of SPARQL queries, use HTTP GET or POST to make a request to the https:// endpoint. your-neptune-endpoint: port/sparql/status SPARQL Query Cancellation Request Parameters cancelQuery (Required) Tells the status command to cancel a query. This parameter does not take a value. ...
https://docs.aws.amazon.com/neptune/latest/userguide/sparql-api-status-cancel.html
2020-07-02T17:01:13
CC-MAIN-2020-29
1593655879532.0
[]
docs.aws.amazon.com
ES-515: Upgraded to Jackson Faster XML DataBind library update (CVE-2019-14379 and CVE-2019-14439) ES-521: Resolved issue on IE 11 where RPA Toolbar stays open when navigating to other pages or admin views. ES-521: Resolved issue on IE 11 where recorded steps do not appear in Script Center. ES-521: Resolved issue on IE...
https://docs.edge-technologies.com/docs/edgecore-3-9-2-release-notes/
2020-07-02T15:12:07
CC-MAIN-2020-29
1593655879532.0
[]
docs.edge-technologies.com
March 2018 Microsoft TechNet Wiki Guru Winners! All the votes (for March) are in! Below are the results for the TechNet Guru Awards, March: - ASP.NET Core 2.0: Cookie Authentication by AnkitSharma007 Gaurav Kumar Arora: "One more great article. It is a detailed and step-by-step write up. It would be bets one after few ...
https://docs.microsoft.com/en-us/archive/blogs/wikininjas/march-2018-microsoft-technet-wiki-guru-winners
2020-07-02T16:58:29
CC-MAIN-2020-29
1593655879532.0
[]
docs.microsoft.com
The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy. Notes Client side setting of high_securityis now supported. High Security Mode is a feature to prevent any sensitive data from being sent to New Relic....
https://docs.newrelic.com/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-170
2020-07-02T16:05:38
CC-MAIN-2020-29
1593655879532.0
[]
docs.newrelic.com
Verification Step Overview The Verification Step is used to group several verifications in one place, usually because they have logical relation, or just need to be skipped if certain Condition fails. See Verifications for information about how to configure Step's Verifications. Usages - Verify variable created by Set ...
https://docs.telerik.com/teststudio-apis/features/steps/verification
2020-07-02T16:30:01
CC-MAIN-2020-29
1593655879532.0
[array(['/teststudio-apis/img/features/steps/verification.png', 'Verification Step'], dtype=object) ]
docs.telerik.com
Development with Amazon S3 This section describes development work required for your web site and for your desktop or web product. Web Site Development It's your responsibility to provide a web site and sign-up process that includes information about your product, such as its purpose and benefits. In addition, your web...
http://docs.aws.amazon.com/AmazonDevPay/latest/DevPayDeveloperGuide/DevelopmentWork.html
2016-12-03T00:20:59
CC-MAIN-2016-50
1480698540798.71
[]
docs.aws.amazon.com