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
Crate trillium_conn_idsource · [−] Expand description Trillium crate to add identifiers to conns. This crate provides the following utilities: ConnIda handler which must be called for the rest of this crate to function log_formatter::conn_ida formatter to use with trillium_logger (note that this does not depend on the ...
https://docs.trillium.rs/trillium_conn_id/index.html
2022-09-25T04:37:36
CC-MAIN-2022-40
1664030334514.38
[]
docs.trillium.rs
Using with Docker Toolbox and Machine In development, Docker recommends using Docker Toolbox to set up Docker. It includes a tool called Machine which will create a VM running Docker Engine and point your shell at it using environment variables. To configure docker-py with these environment variables First use Machine ...
https://docker-py.readthedocs.io/en/1.10.3/machine/
2022-09-25T05:07:23
CC-MAIN-2022-40
1664030334514.38
[]
docker-py.readthedocs.io
Server Scaling Introduction AppsAnywhere is intended to be the primary method of deploying applications and resources to end-users, so every installation is built with redundancy and failover. During the implementation phase, an Implementation Consultant will advise if more servers are required. All installations requi...
https://docs.appsanywhere.com/appsanywhere/2.12/server-scaling
2022-09-25T04:11:48
CC-MAIN-2022-40
1664030334514.38
[]
docs.appsanywhere.com
SSL Certificates Overview An SSL certificate issued by a trusted public certificate authority is required for AppsAnywhere, to secure access, and so that users do not see in-browser security warnings. The SSL certificates required for the Cloudpaging and Parallels RAS are used to provide secure communication between Ap...
https://docs.appsanywhere.com/appsanywhere/2.12/ssl-certificates
2022-09-25T05:57:52
CC-MAIN-2022-40
1664030334514.38
[]
docs.appsanywhere.com
Attach a policy for cross-account access When the CA administrator and the certificate issuer reside in different AWS accounts, the CA administrator must share CA access. This is accomplished by attaching a resource-based policy to the CA. The policy grants issuance permissions to a specific principal, which can be an ...
https://docs.aws.amazon.com/acm-pca/latest/userguide/pca-ram.html
2022-09-25T05:36:25
CC-MAIN-2022-40
1664030334514.38
[array(['images/ca_access_2_accounts_console.png', 'Cross-account issuance with the console'], dtype=object) array(['images/ca_access_2_accounts_api_options.png', 'Cross-account issuance using the APIs'], dtype=object)]
docs.aws.amazon.com
Automonitoring enables quick onboarding for multiple cloud, cloud native, and other resources. By providing environment-specific configuration parameters (such as the port and hostname) you can discover and monitor resources in real-time. Pre-configured dashboards provide out-of-the-box visualizations, which can be cus...
https://docs.opsramp.com/solutions/auto-monitoring/
2022-09-25T04:17:33
CC-MAIN-2022-40
1664030334514.38
[array(['https://docsmedia.opsramp.com/diagrams/automonitoring-vs-templates.png', 'Automonitoring and Template-based Monitoring'], dtype=object) ]
docs.opsramp.com
[−][src]Crate proc_macro_error proc-macro-error This best way of emitting available based on compiler's version. When the underlying diagnostic type is finally stabilized, this crate will simply be delegating to it requiring no changes in your code! So you can just use this crate and have both some of proc_macro::Diagn...
https://docs.rs/proc-macro-error/1.0.4/proc_macro_error/
2022-09-25T05:38:23
CC-MAIN-2022-40
1664030334514.38
[]
docs.rs
Cisco Secure Client is the next generation of secure mobility client for Cisco. The Cisco Secure Client directly replaces the AnyConnect secure mobility client. Umbrella module for Cisco Secure Client (formerly AnyConnect) provides always-on security on any network, anywhere, any time—both on and off your corporate VPN...
https://docs.umbrella.com/umbrella-user-guide/docs/secure-client-introduction
2022-09-25T04:29:01
CC-MAIN-2022-40
1664030334514.38
[]
docs.umbrella.com
移動先のレンダーテクスチャ Usually cameras render directly to screen, but for some effects it is useful to make a camera render into a texture. This is done by creating a RenderTexture object and setting it as targetTexture on the camera. The camera will then render into that texture. targetTexture が null を返す場合、カメラは画面をレンダリング先にします。.
https://docs.unity3d.com/ja/2020.3/ScriptReference/Camera-targetTexture.html
2022-09-25T05:50:29
CC-MAIN-2022-40
1664030334514.38
[]
docs.unity3d.com
Reporting Bugs - xfce4-taskmanager If you are experiencing a bug in xfce4-taskmanager, your way of helping things getting fixed is to report a bug about it in Xfce GitLab. Please note that to do this you will need to have / create an account. Before reporting a new bug, please try your best to check if it has already b...
https://docs.xfce.org/apps/xfce4-taskmanager/bugs?do=
2022-09-25T04:04:36
CC-MAIN-2022-40
1664030334514.38
[]
docs.xfce.org
Hacking¶ This document addresses hackers who wants to get involved in the framework development. Code conventions¶ Valum uses the Vala compiler coding style and these rules are specifically highlighted: - tabs for indentation - spaces for alignment - 80 characters for comment block and 120 for code - always align block...
https://valum-framework.readthedocs.io/en/stable/hacking/
2022-09-25T05:36:54
CC-MAIN-2022-40
1664030334514.38
[]
valum-framework.readthedocs.io
Google Cloud Storage To set up your Datastream with Google Cloud Services (GCS) from Chartbeat, GCS must be configured to receive the exported data. Once you have configured GCS to receive data, send the below information back to your account manager at Chartbeat. Destination bucket name Service Account HMAC key The f...
https://docs.chartbeat.com/datastream/destination-setup/google-cloud-storage
2022-09-25T04:33:45
CC-MAIN-2022-40
1664030334514.38
[]
docs.chartbeat.com
To create the minikube cluster, run the following command. Linux users should use the kvm2driver and Mac users should use the hyperkit driver. Other drivers, including the docker driver, are not supported.minikube start --driver=<kvm2|hyperkit> --cni=flannel --cpus=4 --memory=8000 -p=<cluster-name> Run kubectl get nod...
https://docs.px.dev/installing-pixie/setting-up-k8s/minikube-setup/
2022-09-25T05:18:44
CC-MAIN-2022-40
1664030334514.38
[]
docs.px.dev
Klondike is the most famous patience — most likely because it comes with a well-known operating system. It is played with one deck. The goal in Klondike is to put all cards, as real families, ascending on the foundation. This gets easier once all cards are lying face up in the playing piles. The sequences on the playin...
https://docs.kde.org/trunk5/en/kdegames/kpat/rules-specific.html
2017-04-23T10:04:14
CC-MAIN-2017-17
1492917118519.29
[array(['/trunk5/en/kdoctools5-common/top-kde.jpg', None], dtype=object)]
docs.kde.org
AttributesToGet AttributesToGet is an array of one or more attributes to retrieve from DynamoDB. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. AttributesToGet allows you to retrieve attributes of type List ...
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.AttributesToGet.html
2017-11-17T23:15:44
CC-MAIN-2017-47
1510934804019.50
[]
docs.aws.amazon.com
The Database Backend Previously, in order to use Django's ORM with the App Engine Datastore, django-nonrel was required, along with djangoappengine. That's now changed. With Djangae you can use vanilla Django with the Datastore. Heavily inspired by djangoappengine (thanks Waldemar!) Djangae provides an intelligent data...
https://djangae.readthedocs.io/en/latest/db_backend/
2017-11-17T23:12:32
CC-MAIN-2017-47
1510934804019.50
[]
djangae.readthedocs.io
To deploy the VMware Identity Manager connector, you install the connector virtual appliance in vCenter Server, power it on, and activate it using an activation code that you generate in the VMware Identity Manager administration console. You also configure appliance settings such as setting passwords. After you instal...
https://docs.vmware.com/en/VMware-AirWatch/services/com.vmware.vidm-cloud-deployment/GUID-FB6DDF8C-ED7F-4A2B-A494-F20A45F9EF9B.html
2017-11-17T23:35:33
CC-MAIN-2017-47
1510934804019.50
[]
docs.vmware.com
Ensure that your system meets certain database and browser requirements when working with App Volumes.
https://docs.vmware.com/en/VMware-App-Volumes/2.12/com.vmware.appvolumes.user.doc/GUID-5C1CFB43-1311-4E0D-B0E2-9E45165A5353.html
2017-11-17T23:35:39
CC-MAIN-2017-47
1510934804019.50
[]
docs.vmware.com
AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region. You can take snapshots of your gateway volumes on a scheduled or ad-hoc basis. This API enables you to delete a snapshot sc...
http://docs.aws.amazon.com/sdkfornet/latest/apidocs/items/TStorageGatewayDeleteSnapshotScheduleRequestNET45.html
2017-11-17T23:30:47
CC-MAIN-2017-47
1510934804019.50
[]
docs.aws.amazon.com
ComboBoxField Class This article describes the following topics: Overview This class corresponds to the FormFieldType.ComboBox enum value and represents a drop down control with choices that can be selected. Properties ComboBoxField provides the following properties: Value: Gets or sets single choice that is selected. ...
https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/interactive-forms/form-fields/comboboxfield
2017-11-17T23:20:39
CC-MAIN-2017-47
1510934804019.50
[]
docs.telerik.com
Chart: Overview TKChart is a versatile charting component that offers full customization, great performance and intuitive object model. Its API allows creating complex charts with stunning animations and appearance. TKChart main features include: - Various series types: bar, column, line, spline, area, pie, donut, scat...
https://docs.telerik.com/devtools/xamarin/nativecontrols/ios/chart/overview.html
2017-11-17T23:18:30
CC-MAIN-2017-47
1510934804019.50
[array(['../images/chart-overview001.png', None], dtype=object)]
docs.telerik.com
Point Labels: Overview TKChart supports point labels. Point labels are visual elements that are placed on the plot at the location of series data points showing the data point's value or other string by your choice. By default point labels are hidden. If you would like to show them, you should set TKChartPointLabelStyl...
https://docs.telerik.com/devtools/xamarin/nativecontrols/ios/chart/pointlabels/overview.html
2017-11-17T23:18:08
CC-MAIN-2017-47
1510934804019.50
[array(['../../images/chart-point-labels-overview001.png', None], dtype=object) ]
docs.telerik.com
string_format(val, tot, dec); Returns: String Turns a real number into a string using your own formatting, where you can choose how many "places" are saved to the string and how many decimal places are saved also. Both can be very handy, some games prefer to display a score as a set number of digits, while control over...
http://docs.yoyogames.com/source/dadiospice/002_reference/strings/string_format.html
2017-11-17T23:02:11
CC-MAIN-2017-47
1510934804019.50
[]
docs.yoyogames.com
General preferences Note that many preferences are now set on a per-store basis i.e. each store has its own setting for some preferences. See the Virtual stores preferences section for more information. Preferences are used to configure some of mSupply's functionality to more closely match your needs. mSupply is very f...
http://docs.msupply.org.nz/preferences:general
2018-12-10T04:05:58
CC-MAIN-2018-51
1544376823303.28
[]
docs.msupply.org.nz
Spec DfsPreorderIteratorIterate vertices of a graph in depth-first preorder fashion. Iterate vertices of a graph in depth-first preorder fashion. Template Parameters Member Function Overview Member Functions Inherited From Iter Interface Function Overview Interface Functions Inherited From IteratorAssociatedTypesConcep...
http://docs.seqan.de/seqan/2.4.0/specialization_DfsPreorderIterator.html
2018-12-10T04:32:01
CC-MAIN-2018-51
1544376823303.28
[]
docs.seqan.de
Binary Ninja Intermediate Language Series, Part 1: Low Level IL¶ The Binary Ninja Intermediate Language (BNIL) is a semantic representation of the assembly language instructions for a native architecture in Binary Ninja. BNIL is actually a family of intermediate languages that work together to provide functionality at ...
https://docs.binary.ninja/dev/bnil-llil.html
2018-12-10T03:59:46
CC-MAIN-2018-51
1544376823303.28
[array(['../img/BNIL.png', 'BNIL-LLIL Selected'], dtype=object) array(['../img/llil_option.png', 'Low Level IL Option >'], dtype=object)]
docs.binary.ninja
Xerox® DocuShare® 7.0 Release Notes What's New in this Release Installation Notes For information on how to configure ConnectKey for DocuShare, refer to the Xerox ConnectKey for DocuShare Setup Guide located on the Help Desk. For information on how to configure ConnectKey for DocuShare, refer to the Xerox ConnectKey fo...
https://docs.mackenziecounty.com/docushare/en/help/release.htm
2018-12-10T04:45:43
CC-MAIN-2018-51
1544376823303.28
[]
docs.mackenziecounty.com
User Interface Guidelines¶ This is a resource for developers, product managers, and designers, providing a unified language to build and customize eZ Platform admin user interface (aka Admin UI). We use it to simplify how we can build and offer a consistent interface across our content management platform. This section...
https://ez-systems-developer-documentation.readthedocs-hosted.com/en/latest/guidelines/Introduction/
2018-12-10T05:21:45
CC-MAIN-2018-51
1544376823303.28
[]
ez-systems-developer-documentation.readthedocs-hosted.com
Time Source Peer Applies To: Windows Server 2008 A time source peer is a server from which time samples are acquired. The time source for this varies, depending on whether the computer is joined to a domain in Active Directory Domain Services (AD DS) (domain heirarchy peers) or to a workgroup (manually configured peers...
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc756454%28v%3Dws.10%29
2018-12-10T04:33:37
CC-MAIN-2018-51
1544376823303.28
[]
docs.microsoft.com
Building (manufacturing) items mSupply provides for a mechanism to manufacture (build) a new item from two or more existing items. A build is a way of recording items you have manufactured. That is, raw materials that are in your stock are used (taken out of stock), and a new stock item is created. Show builds... From ...
http://docs.msupply.org.nz/items:manufactured_items
2018-12-10T04:29:26
CC-MAIN-2018-51
1544376823303.28
[array(['/_media/items:build_print_options.png?w=450&tok=01733c', None], dtype=object) ]
docs.msupply.org.nz
From within the Devices overview screen you can add, edit, lock or remove a device. The Devices overview screen To edit or remove a device you have to use the action buttons located on the far right of each row in the table list in the Devices overview screen, as shown below. For your convenience, tooltips appear when ...
https://docs.moreal.co/add-edit-remove-a-device/
2018-12-10T04:19:04
CC-MAIN-2018-51
1544376823303.28
[]
docs.moreal.co
Making the scheduling add-in available to all users The VMR Scheduling for Exchange feature allows you to create an add-in that enables Microsoft Outlook desktop and Web App users in Office 365 or Exchange environments to schedule meetings using Pexip VMRs as a meeting resource. This topic explains how to make the Pexi...
https://docs.pexip.com/admin/scheduling_addin.htm
2018-12-10T04:38:04
CC-MAIN-2018-51
1544376823303.28
[array(['../Resources/Images/admin_guide/scheduling_edit_addin.png', None], dtype=object) array(['../Resources/Images/admin_guide/scheduling_addin_installed_840x416.png', None], dtype=object) ]
docs.pexip.com
Contains classes that are specific to the ASP.NET Dashboards Module. The module contained in the DevExpress.ExpressApp.Dashboards.Web.v18.2.dll assembly. A ViewController that provides the ShowDashboardInSeparateTab, ExportDashboard and SetDashboardParameters Actions. The ViewController that opens a dashboard in a sepa...
https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.Dashboards.Web?v=18.2
2020-01-17T18:29:23
CC-MAIN-2020-05
1579250590107.3
[]
docs.devexpress.com
2014 Appendix 2 – Equity groups View this document as… Higher education equity groups tables for the 2014 full year. Equity groups include students that: · are from non-English speaking backgrounds (NESB); · have a disability; · are women in non-traditional areas; · identify as indigenous; · are from low SES (socioecon...
https://docs.education.gov.au/node/38145
2020-01-17T18:36:47
CC-MAIN-2020-05
1579250590107.3
[]
docs.education.gov.au
UDP Delivers Take Total Control Of Your Networking With .NET And UDP Yaniv Pessach Code download available at:UDP.exe(136 KB) Contents TCP Versus UDP A Custom UDP Solution Improving the Code Reliability Protocols Sample Protocol Implementation Broadcast and Multicast Security Windows Communication Foundation Conclusion...
https://docs.microsoft.com/en-us/archive/msdn-magazine/2006/february/udp-delivers-take-total-control-of-your-networking-with-net-and-udp
2020-01-17T18:54:34
CC-MAIN-2020-05
1579250590107.3
[array(['images/cc163648.fig01.gif', 'Figure 1 UDP and TCP Request/Response Models'], dtype=object) array(['images/cc163648.fig04.gif', 'Figure 4 Dropped and Out-of-Order Packets'], dtype=object)]
docs.microsoft.com
April 2019 Volume 34 Number 4 [Machine Learning] Closed-Loop Intelligence: A Design Pattern for Machine Learning By Geoff Hulten | April 2019 There are many great articles on using machine learning to build models and deploy them. These articles are similar to ones that teach programming techniques—they give valuable c...
https://docs.microsoft.com/en-us/archive/msdn-magazine/2019/april/machine-learning-closed-loop-intelligence-a-design-pattern-for-machine-learning
2020-01-17T19:39:36
CC-MAIN-2020-05
1579250590107.3
[]
docs.microsoft.com
In-Memory OLTP and Memory-Optimization SQL Server Azure SQL Database Azure Synapse Analytics (SQL DW) Parallel Data Warehouse In-Memory OLTP can significantly improve the performance of transaction processing, data ingestion and data load, and transient data scenarios. To jump into the basic code and knowledge you need...
https://docs.microsoft.com/en-us/sql/relational-databases/in-memory-oltp/in-memory-oltp-in-memory-optimization?view=sql-server-linux-2017
2020-01-17T18:46:49
CC-MAIN-2020-05
1579250590107.3
[]
docs.microsoft.com
This feature is part of the MLDB Pro Plugin and so can only be used in compliance with the trial license unless a commercial license has been purchased The Behaviour Dataset is used to store behavioural data. It is designed for the following situations: The reason for these restrictions is that the underlying data stru...
https://docs.mldb.ai/v1/plugins/pro/doc/BehaviourDataset.md.html
2020-01-17T19:04:04
CC-MAIN-2020-05
1579250590107.3
[]
docs.mldb.ai
Discrete sensors do not have thresholds. Their readings, displayed under the Current column in the SP CLI system sensors command output, do not carry actual meanings and thus are ignored by the SP. The Status column in the system sensors command output displays the status values of discrete sensors in hexadecimal forma...
https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-sag/GUID-B3846958-4732-4210-9059-9CAC8169C1A1.html
2020-01-17T19:16:09
CC-MAIN-2020-05
1579250590107.3
[]
docs.netapp.com
Bubble Chart A Bubble chart shows the data as points with coordinates and size defined by their items' values. You might think of a Bubble chart as a variation of the Scatter chart, in which the data points are replaced with bubbles. This allows a Bubble chart to display three dimensional data — two values for the item...
https://docs.telerik.com/devtools/aspnet-ajax/controls/htmlchart/chart-types/bubble-chart
2020-01-17T18:53:52
CC-MAIN-2020-05
1579250590107.3
[array(['images/htmlchart-bubblechart-simple-example.png', 'htmlchart-bubblechart-simple-example'], dtype=object)]
docs.telerik.com
WP7 Silverlight TextBoxes No Longer Scroll There's a change in the pipeline that will be hitting the public Windows Phone 7 images at some point soon (post the current Beta), which removes the ScrollViewer from a TextBox's template. What does this mean? Basically, long TextBoxes will no longer scroll when you gesture o...
https://docs.microsoft.com/en-us/archive/blogs/oren/wp7-silverlight-textboxes-no-longer-scroll
2020-01-17T20:15:26
CC-MAIN-2020-05
1579250590107.3
[]
docs.microsoft.com
TreeViewDragDropService RadTreeView handles the whole drag and drop operation by its TreeViewDragDropService. It exposes the following public properties: ShowDropHint: Gets or sets a value indicating whether show drop hint should be shown. ShowDragHint: Gets or sets a value indicating whether show drag hint should be s...
https://docs.telerik.com/devtools/winforms/controls/treeview/drag-and-drop/treeviewdragdropservice
2020-01-17T19:05:16
CC-MAIN-2020-05
1579250590107.3
[array(['images/treeview-drag-and-drop-treeviewdragdropservice001.gif', 'treeview-drag-and-drop-treeviewdragdropservice 001'], dtype=object)]
docs.telerik.com
Policy Level Class Definition Represents the security policy levels for the common language runtime. This class cannot be inherited. public ref class PolicyLevel sealed [System.Runtime.InteropServices.ComVisible(true)] [System.Serializable] public sealed class PolicyLevel type PolicyLevel = class Public NotInheritable ...
https://docs.microsoft.com/en-us/dotnet/api/system.security.policy.policylevel?redirectedfrom=MSDN&view=netframework-4.8
2020-01-17T20:27:01
CC-MAIN-2020-05
1579250590107.3
[]
docs.microsoft.com
You can use System Manager to run deduplication immediately after creating a FlexVol volume or an Infinite Volume, or to schedule deduplication to run at a specified time. Deduplication is a background process that consumes system resources during the operation; therefore, it might affect other operations that are in p...
https://docs.netapp.com/ontap-9/topic/com.netapp.doc.onc-sm-help-930/GUID-A8911197-4761-4405-99F0-6841DAAB20A7.html
2020-01-17T18:57:45
CC-MAIN-2020-05
1579250590107.3
[]
docs.netapp.com
, template_name='BASIC', description='This is a sample basic job. It can't actually compute anything.', extended_properties={ 'app_spcific_property': 'default_value', } ) Before a controller returns a response the job must be saved or else all of the changes made to the job will be lost (executing the job automatically...
http://docs.tethysplatform.org/en/stable/tethys_sdk/jobs/basic_job_type.html
2020-01-17T19:06:31
CC-MAIN-2020-05
1579250590107.3
[]
docs.tethysplatform.org
What is rejected and skipped requests? If you're seeing rejected or skipped requests on your configuration then it usually means that there is something wrong with the configuration. What's a request? A request is a notification from your connected service. If you're monitoring your email list for new subscribers then ...
https://docs.couponcarrier.io/article/36-what-is-rejected-and-skipped-requests
2020-01-17T18:35:15
CC-MAIN-2020-05
1579250590107.3
[array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/595227fa0428637ff8d41632/images/5a72de612c7d3a4a4198b2c7/file-bm5qSa4DO3.png', None], dtype=object) ]
docs.couponcarrier.io
. Advanced. Managing Security Context Constraints Added a new Example Security Context Constraints Settings section. All topics New guide comprised of topics previously found in the Installation and Configuration documentation.. Managing Nodes Added information about the --dry-run option for oc adm drain. --dry-run oc ...
https://docs.openshift.com/container-platform/3.7/welcome/revhistory_full.html
2020-01-17T18:59:27
CC-MAIN-2020-05
1579250590107.3
[]
docs.openshift.com
exportImage Exports the chart as an image. The result can be saved using kendo.saveAs. The export operation is asynchronous and returns a promise. The promise will be resolved with a PNG image encoded as a Data URI. Parameters options Object (optional)Parameters for the exported image. options.width StringThe width of ...
https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/methods/exportimage
2020-01-17T18:54:40
CC-MAIN-2020-05
1579250590107.3
[]
docs.telerik.com
A WordPress child theme is a theme that inherits the functionality of another theme called the parent theme. Child themes allow you to modify, or add to the functionality of that parent theme. —WordPress Codex: Child Themes Bookshop is a child theme for Storefront, the official WooCommerce theme. It features a classic ...
https://docs.woocommerce.com/document/bookshop-storefront-child-theme/
2020-01-17T18:32:28
CC-MAIN-2020-05
1579250590107.3
[array(['https://docs.woocommerce.com/wp-content/uploads/2016/04/storefront-bookshop-theme.png', 'storefront bookshop theme'], dtype=object) array(['https://docs.woocommerce.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-21-at-11.49.04.png', 'The author and format attributes on display'], dtype=obj...
docs.woocommerce.com
nmrglue.proc_autophase¶ Automated phase correction These functions provide support for automatic phasing of NMR data. They consist of the core autops function which performs the optimisation and a set of private functions for calculating a spectral phase quality score for a provided spectrum. This module is imported as...
https://nmrglue.readthedocs.io/en/latest/reference/proc_autophase.html
2020-01-17T19:29:55
CC-MAIN-2020-05
1579250590107.3
[]
nmrglue.readthedocs.io
When you read the user assistance of a product as broad and multifaceted as Sitefinity CMS, sometimes you struggle to find the term or topic that you need at the moment. The Reference section aims to help you find what you need through the path most convenient for you. Back To Top
https://docs.sitefinity.com/reference
2017-09-19T17:15:39
CC-MAIN-2017-39
1505818685912.14
[]
docs.sitefinity.com
You can batch receive items through a simple or an advanced interface. The simple interface does not allow you to add barcodes or use the copy template. These items are also not visible in the OPAC. The advanced interface enables you to use the copy templates that you created, add barcodes, and make items OPAC visible ...
http://docs.evergreen-ils.org/2.11/_batch_receiving.html
2017-09-19T17:14:11
CC-MAIN-2017-39
1505818685912.14
[]
docs.evergreen-ils.org
The following statement could be used to grab the data in the folder and dump it with admin account as the owner and the first folder in your system. SELECT 1 as owner, name, description, data, 1 as folder FROM reporter.template or use the following to capture your folder names for export SELECT 1 as owner, t.name, t.d...
http://docs.evergreen-ils.org/2.11/_dump_data_with_an_sql_statement.html
2017-09-19T17:14:13
CC-MAIN-2017-39
1505818685912.14
[]
docs.evergreen-ils.org
To create an order, choose 'New Order' in 'Planning' section (left panel). New order menu consists of 4 blocks: order's parameters, map, contact details, files attaching. An order may contain the following parameters: An order may contain the following parameters: The indicated address is shown on the map by a marker. ...
http://docs.wialon.com/en/local/logistics/orders
2017-09-19T17:10:47
CC-MAIN-2017-39
1505818685912.14
[]
docs.wialon.com
SignSecureChannel HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters Description Determines whether outgoing secure channel traffic is signed. This entry is used when negotiating the conditions of a secure channel with a domain controller. Channel traffic security is determined jointly by the value of this entr...
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc937928(v=technet.10)
2018-04-19T14:24:04
CC-MAIN-2018-17
1524125936969.10
[array(['images%5ccc938288.regentry_reltopic(en-us,technet.10', 'Page Image'], dtype=object) array(['images%5ccc938288.regentry_reltopic(en-us,technet.10', 'Page Image'], dtype=object) array(['images%5ccc938288.regentry_reltopic(en-us,technet.10', 'Page Image'], dtype=object) ...
docs.microsoft.com
Checklist: Install, Configure, and Get Started With a Fax Server Applies To: Windows Server 2008 R2.
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc753416(v=ws.11)
2018-04-19T14:08:54
CC-MAIN-2018-17
1524125936969.10
[]
docs.microsoft.com
<![CDATA[ ]]>User Guide > Library > Templates > Editing a Template Editing a Template A template is like a scene, you can open it and edit it as any regular project. If you want to do some modifications in your templates, you can edit them using the Edit Template command. To edit a template A new Animate Pro applicatio...
https://docs.toonboom.com/help/animate-pro/Content/HAR/Stage/010_Library/037_H2_Editing_a_Template.html
2018-04-19T13:55:44
CC-MAIN-2018-17
1524125936969.10
[]
docs.toonboom.com
._22<< - Do one of the following: - In the Export to Harmony window, click Export button. - Select Commands > Export to Harmony._23<<
https://docs.toonboom.com/help/harmony-15/advanced/import/export-fla-file.html
2018-04-19T13:54:02
CC-MAIN-2018-17
1524125936969.10
[array(['../Resources/Images/_ICONS/Home_Icon.png', None], dtype=object) array(['../Resources/Images/_ICONS/Producer.png', None], dtype=object) array(['../Skins/Default/Stylesheets/Images/transparent.gif', 'Closed'], dtype=object) array(['../Resources/Images/_ICONS/Harmony.png', None], dtype=object) array(['...
docs.toonboom.com
<![CDATA[ ]]>About > Release Notes > Harmony 15.0.1 Toon Boom Harmony 15.0.1 Release Notes IMPORTANT: An important fix was made to the licensing mechanic of Harmony in Harmony 15.0.1. If your studio uses a license server, you must upgrade Harmony 15.0 to Harmony 15.0.1 on the license server before upgrading your workst...
https://docs.toonboom.com/help/harmony-15/advanced/release-notes/harmony/harmony-15-0-1-release-notes.html
2018-04-19T13:54:32
CC-MAIN-2018-17
1524125936969.10
[array(['../../Resources/Images/_ICONS/Home_Icon.png', None], dtype=object) array(['../../Resources/Images/_ICONS/Producer.png', None], dtype=object) array(['../../Skins/Default/Stylesheets/Images/transparent.gif', 'Closed'], dtype=object) array(['../../Resources/Images/_ICONS/Harmony.png', None], dtype=objec...
docs.toonboom.com
Functions: julia> function f(x,y) x + y end f (generic function with 1 method) As with variables, Unicode can also be used for function names: julia> ∑(x,y) = x + y ∑ (generic function with 1 method) julia> ∑(2, 3) 5 Argument Passing Behavior J.: These functions are included in the Base.Operators module even though the...
https://docs.julialang.org/en/stable/manual/functions/
2018-04-19T13:52:27
CC-MAIN-2018-17
1524125936969.10
[]
docs.julialang.org
public class IncompatibleSystemException extends GemFireException IncompatibleSystemExceptionis thrown when a new GemFire process tries to connect to an existing distributed system and its version is not the same as that of the distributed system. In this case the new member is not allowed to connect to the distributed...
http://gemfire-91-javadocs.docs.pivotal.io/org/apache/geode/IncompatibleSystemException.html
2018-04-19T13:28:04
CC-MAIN-2018-17
1524125936969.10
[]
gemfire-91-javadocs.docs.pivotal.io
System Testing From Joomla! Documentation Revision as of 10:43, 24 May 2010 by Betweenbrain (Talk | contribs) System testing is an essential part of a good Quality Control program. For a good general discussion of system testing, visit the Wikipedia article. System Testing in Open: - System tests help highlight cases w...
https://docs.joomla.org/index.php?title=System_Testing&oldid=28050
2015-10-04T09:23:11
CC-MAIN-2015-40
1443736673081.9
[]
docs.joomla.org
Difference between revisions of "JDocumentRendererModule" From Joomla! Documentation Latest revision as of 12:32,DocumentRendererModule is responsible for rendering the output from a single module. It is called whenever a <jdoc:include statement is encountered in the document template. Contents Defined in libraries/joo...
https://docs.joomla.org/index.php?title=API15:JDocumentRendererModule&diff=prev&oldid=26100
2015-10-04T09:30:40
CC-MAIN-2015-40
1443736673081.9
[]
docs.joomla.org
scipy.sparse.linalg.expm_multiply¶ - scipy.sparse.linalg.expm_multiply(A, B, start=None, stop=None, num=None, endpoint=None)[source]¶ Compute the action of the matrix exponential of A on B. Notes The optional arguments defining the sequence of evenly spaced time points are compatible with the arguments of numpy.linspac...
http://docs.scipy.org/doc/scipy/reference/generated/generated/scipy.sparse.linalg.expm_multiply.html
2015-10-04T09:14:38
CC-MAIN-2015-40
1443736673081.9
[]
docs.scipy.org
Difference between revisions of "Creating a CSS Drop down Menu" From Joomla! Documentation Revision as of 13:19, 5 April 2009 (view source)Couch Guy (Talk | contribs)← Older edit Latest revision as of 17:30, 27 May 2013 (view source) Tom Hutchison (Talk | contribs) m (Hutchy68 moved page Talk:Creating a CSS Drop down M...
https://docs.joomla.org/index.php?title=J1.5_talk:Creating_a_CSS_Drop_down_Menu&diff=99653&oldid=13828
2015-10-04T10:39:25
CC-MAIN-2015-40
1443736673081.9
[]
docs.joomla.org
Language switcher frontend From Joomla! Documentation Revision as of 02:52, 4 June 2011 by Infograf768 (Talk | contribs) Language switcher idea The Sw.:
https://docs.joomla.org/index.php?title=Language_switcher_frontend&oldid=59215
2015-10-04T09:55:20
CC-MAIN-2015-40
1443736673081.9
[array(['/images/d/da/Compat_icon_1_6.png', 'Joomla 1.6'], dtype=object)]
docs.joomla.org
The following information is for online merchants transitioning to Miva Merchant 5 from any version of Miva Merchant 4. If you have a Miva Merchant 4 store, contact Miva Merchant, or your e-commerce hosting company, for information on upgrading your Miva Merchant license. New users, who are just starting out in Miva Me...
http://docs.smallbusiness.miva.com/en-US/merchant/5/webhelp/providexml.html
2015-10-04T10:43:32
CC-MAIN-2015-40
1443736673081.9
[]
docs.smallbusiness.miva.com
value (HTMLProgressElement) value (HTMLProgressElement)]
http://docs.webplatform.org/wiki/html/attributes/value_(HTMLProgressElement)
2015-10-04T09:11:46
CC-MAIN-2015-40
1443736673081.9
[]
docs.webplatform.org
Access Control List From Joomla! Documentation):-
https://docs.joomla.org/index.php?title=Access_Control_List&oldid=99404
2015-10-04T10:19:45
CC-MAIN-2015-40
1443736673081.9
[]
docs.joomla.org
Revision history of "Detailed instructions for updating from 3.1.2 to 3.1.4" View logs for this page Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom. Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.
https://docs.joomla.org/index.php?title=J3.2:Detailed_instructions_for_updating_from_3.1.2_to_3.1.4&action=history
2015-10-04T09:51:38
CC-MAIN-2015-40
1443736673081.9
[]
docs.joomla.org
User Guide Local Navigation Connect to a Wi-Fi network - On the home screen, click the connections area at the top of the screen, or click the Manage Connections icon. - Click Wi-Fi Network. - If you want to connect to a public hotspot or to a Wi-Fi® network that does not require authentication, select the Show Open ne...
http://docs.blackberry.com/en/smartphone_users/deliverables/32004/Connect_to_a_Wi-Fi_network_70_1716021_11.jsp
2015-10-04T09:42:58
CC-MAIN-2015-40
1443736673081.9
[]
docs.blackberry.com
tox26,py27 [testenv] deps=pytest # install pytest in the venvs commands=py.test # or 'nosetests' or ... To sdist-package, install and test your project against Python2.6 and Python2.7, just type: tox and watch things happening (you must have python2.6 and python2. automation of tedious Python related test activities te...
http://tox.readthedocs.org/en/1.1/
2015-10-04T09:11:06
CC-MAIN-2015-40
1443736673081.9
[]
tox.readthedocs.org
API Tester Guides Search… API Tester features Guides GitHub GraphQL API Guide Google Cloud APIs Guide YouTube API Guide Twitter API Guide Coingecko API Guide Discord API Guide Cloudflare API Guide Add your guide Media kit GitBook Coingecko API Guide The CoinGecko API allows us to retrieve cryptocurrency data such as pr...
https://docs.apitester.org/guides/coingecko-api-guide
2022-09-25T02:35:45
CC-MAIN-2022-40
1664030334332.96
[]
docs.apitester.org
Using LabelsUsing Labels As your add more Candidates, Assessments & Challenges to your team account, keeping everything straight may start to get unwieldy. This is where labels comes in. You can assign any label you wish to one or more of these record types. When viewing lists of these records, you can easily filter th...
https://docs.qualified.io/for-teams/process/labels/
2022-09-25T02:54:36
CC-MAIN-2022-40
1664030334332.96
[]
docs.qualified.io
Documentation for a newer release is available. View Latest Golang 1.18 The Go language/Golang has been updated to version 1.18 in Fedora 36. The new version includes improved support of the RISC-V processor architecture and added support for Aarch64 based Darwin (macOS) machines, among other bug fixes, enhancements an...
https://docs.fedoraproject.org/jp/fedora/f36/release-notes/developers/Development_Go/
2022-09-25T01:16:00
CC-MAIN-2022-40
1664030334332.96
[]
docs.fedoraproject.org
Help Scout On This Page Help Scout is an email-based customer support software that assists small businesses and teams manage their customer relationships. Help Scout is similar to your email with a mailbox at the top of the hierarchy. All customer-related communication is tracked through conversations and threads in t...
https://docs.hevodata.com/sources/sns-analytics/helpscout/
2022-09-25T02:29:45
CC-MAIN-2022-40
1664030334332.96
[]
docs.hevodata.com
Transferred chat interactions with contextual information When your agents know who your customers are, what they’re looking for, and what they’ve already shared with another agent, they can give better service, faster. Contextual information informs agents facilitating more productive conversations while handling cust...
https://docs.8x8.com/8x8WebHelp/VCC/release-notes/Content/9-10-release/chat-transfer-context.htm
2022-09-25T01:58:23
CC-MAIN-2022-40
1664030334332.96
[array(['../../Skins/Default/Stylesheets/Images/transparent.gif', 'Closed'], dtype=object) array(['../../Skins/Default/Stylesheets/Images/transparent.gif', 'Closed'], dtype=object) array(['../../Skins/Default/Stylesheets/Images/transparent.gif', 'Closed'], dtype=object) array(['../../Skins/Defau...
docs.8x8.com
Cosmos DB General guidelines and best practice for working with Cosmos DB Querying documents in CosmosDB Use FeedResponse to retrieve all hits The documents in a collection might be stored in different partitions. When querying documents in a collection, the response will only contain documents from a single partition ...
https://docs.altinn.studio/community/contributing/handbook/cosmosdb/
2022-09-25T01:58:55
CC-MAIN-2022-40
1664030334332.96
[]
docs.altinn.studio
# Malware: Sality # Problem description A Windows computer in your network is likely infected with the Sality malware. Sality is a very common type of malicious code that affects only Windows systems. It usually infects your PC when you open a file with malicious contents. It can be used to perform many kinds of bad ac...
https://docs.badrap.io/types/malware-sality.html
2022-09-25T02:33:20
CC-MAIN-2022-40
1664030334332.96
[]
docs.badrap.io
- - DarkLight Contributors - - DarkLight Contributors are the users added to the project. These could be from the organization owning the project, for higher-level roles, or from other organizations (or no organization at all). A project has 1 or more ‘Project owners’, and also ‘Developers’. The project owner can add ‘...
https://docs.dataloop.ai/docs/contributor-roles
2022-09-25T01:47:56
CC-MAIN-2022-40
1664030334332.96
[array(['https://cdn.document360.io/53f32fe9-1937-4652-8526-90c1bc78d3f8/Images/Documentation/20e32b1-projecthierarchy%281%29.jpg', '20e32b1-projecthierarchy.jpg'], dtype=object) array(['https://cdn.document360.io/53f32fe9-1937-4652-8526-90c1bc78d3f8/Images/Documentation/final_60d2e0a889e21200cd4321a1_82036.gi...
docs.dataloop.ai
CLI is the interface between an application and the Micro Teradata Director Program (MTDP). CLI does the following: - Builds parcels that MTDP packages for sending to the database using the Micro Operating System Interface (MOSI), and - Provides the application with a pointer to each of the parcels returned from the da...
https://docs.teradata.com/r/Teradata-Call-Level-Interface-Version-2-Reference-for-Workstation-Attached-Systems/October-2021/Introduction-to-CLI/Interface-Overview/Logical-Structure
2022-09-25T01:11:53
CC-MAIN-2022-40
1664030334332.96
[]
docs.teradata.com
Trigger a Subworkflow This action allows you to trigger one or more workflows for sub-data within your original workflow. Common examples for subworkflows include: - Order > Line Items (multiple) - Order > Customer - Order > Fulfillments (multiple) - Product > Variants (multiple) In the subworkflow action, select the d...
https://arigato.docs.bonify.io/article/44-trigger-a-subworkflow
2022-09-25T01:05:43
CC-MAIN-2022-40
1664030334332.96
[array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5ecd69412c7d3a3dea3d0b36/images/5ecefa332c7d3a3dea3d21e3/img-15304-1590621982-720838557.png', 'Screenshot_2020-04-30_13.17.27.png'], dtype=object) array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5ecd69412c7d3a3dea3d0b36/images/5ecefa330428632fb...
arigato.docs.bonify.io
This is a bugfix release, for a full list of features see the Arnold 6.0.1.0 release notes. Bug Fixes - #9229 AiProceduralViewport doesn't honor procedural_searchpath - #9216 [Alembic] Normals not read from polymeshes in some archives - #9227 [Alembic] Visibility overridden for ginstances of Alembic procedural - #9201 ...
https://docs.arnoldrenderer.com/pages/diffpages.action?originalId=111838347&pageId=111838348
2022-09-25T01:45:07
CC-MAIN-2022-40
1664030334332.96
[]
docs.arnoldrenderer.com
How to add multiple IPv4 service addresses. To configure additional IPv4 service Edit Interfaces pop-up window closes. - Under Addresses, expand to view the newly added IPv4 service address.
https://docs.bluecatnetworks.com/r/Address-Manager-Administration-Guide/Configuring-additional-IP-service-addresses/9.2.0
2022-09-25T01:54:38
CC-MAIN-2022-40
1664030334332.96
[]
docs.bluecatnetworks.com
Simple Interaction GUI Let’s create a simple interaction GUI for our Simple Machine. We’ll use it to read the current data and to reset the counters. The Widget The very first thing we do is to create the GUI itself. You do this by creating a new BP-Class of type FGInteractWidget. This works like every other regular UM...
https://docs.ficsit.app/satisfactory-modding/v3.1.1/Development/BeginnersGuide/SimpleMod/machines/SimpleInteraction.html
2022-09-25T01:49:50
CC-MAIN-2022-40
1664030334332.96
[]
docs.ficsit.app
Graphical’s..ttk— Tk themed widgets - Using Ttk - Ttk Widgets - Widget - Combobox - Spinbox - Notebook - Progressbar - Separator - Sizegrip - Treeview - Ttk Styling tkinter.tix— Extension widgets for Tk tkinter.scrolledtext— Scrolled Text Widget - IDLE - Menus - Editing and navigation - Startup and code execution - Hel...
https://docs.python.org/3.8/library/tk.html
2022-09-25T01:54:13
CC-MAIN-2022-40
1664030334332.96
[]
docs.python.org
sched — Event scheduler¶ Código-fonte: Lib/sched.py The sched module defines a class which implements a general purpose event scheduler: - class sched. scheduler(timefunc=time.monotonic, delayfunc=time.sleep)¶ The schedulerclass defines a generic interface to scheduling events. It needs two functions to actually deal w...
https://docs.python.org/pt-br/3/library/sched.html
2022-09-25T02:44:57
CC-MAIN-2022-40
1664030334332.96
[]
docs.python.org
Managing content sets Content sets overview A content set is a group of sensors, saved questions, packages, dashboards, categories, filter groups, and plugins to which a permission applies. Tanium provides several predefined content sets through the Default Content pack and through Tanium modules and shared services. Y...
https://docs.tanium.com/interact/platform_user/console_content_sets.html
2022-09-25T01:53:45
CC-MAIN-2022-40
1664030334332.96
[array(['images/content_sets_configuration_2.1.png', None], dtype=object)]
docs.tanium.com
Summary views provide tabular data about the use of resources in the monitored environment. Where You Find the Summary View From the left menu, click Views panel, click Create. Click Summary from the right panel.. From the Name and Configuration Tab Data Tab The data definition process includes adding properties, metri...
https://docs.vmware.com/en/vRealize-Operations/Cloud/com.vmware.vcom.config.doc/GUID-39FE0B5C-E1E1-45E9-8964-4A4BDED0B74C.html
2022-09-25T01:52:50
CC-MAIN-2022-40
1664030334332.96
[]
docs.vmware.com
Help Center How do I open a Zivver message? If you received a Zivver message and you do not have a Zivver account, the message is secured. Depending on the verification method selected by the sender of the message, you can open the message by following one of these three methods: - Open the message with a SMS-code Clic...
https://docs.zivver.com/en/faq/open-zivver-message.html
2022-09-25T02:08:27
CC-MAIN-2022-40
1664030334332.96
[]
docs.zivver.com
Release Notes Not all plugins are maintained by Veertu Inc developers. You might not see them listed here. Current Versions) Jenkins Plugin 2.3.0 - Dec 1st, 2020 - New Feature: Disable appending timestamp to Cache Builder/tags TeamCity Plugin version 1.7.1 - July 7, 2020 - Bug Fix: Long-running threads were being creat...
http://docs-1.12.0-and-2.3.1.s3-website.us-west-1.amazonaws.com/docs/release-notes/
2021-06-12T22:59:38
CC-MAIN-2021-25
1623487586465.3
[]
docs-1.12.0-and-2.3.1.s3-website.us-west-1.amazonaws.com
, which allows you to configure the software, packages, libraries, and drivers that you need. Domino comes with a default environment called the Domino Analytics Distribution, which includes Python, R, Jupyter, RStudio, and hundreds of data science related packages and libraries. We’ll choose the default environment wh...
https://docs.dominodatalab.com/en/4.4/get_started_r/2-configure_project.html
2021-06-12T23:03:39
CC-MAIN-2021-25
1623487586465.3
[array(['../_images/collaborator_panel.png', '../_images/collaborator_panel.png'], dtype=object)]
docs.dominodatalab.com
cts:geospatial-region-query( $geospatial-region-reference as cts:reference*, $operation as xs:string, $regions as cts:region*, [$options as xs:string*], [$weight as xs:double?] ) as cts:geospatial-region-query Construct a query to match regions in documents that satisfy a specified relationship relative to other region...
https://docs.marklogic.com/9.0/cts:geospatial-region-query
2021-06-13T00:05:49
CC-MAIN-2021-25
1623487586465.3
[]
docs.marklogic.com
The Trail Renderer component renders a trail of polygons behind a moving GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info See in Glossary.. Trail Renderers m...
https://docs.unity3d.com/2019.4/Documentation/Manual/class-TrailRenderer.html
2021-06-13T00:46:05
CC-MAIN-2021-25
1623487586465.3
[]
docs.unity3d.com
After successfully deploying a node on Ankr you can get the endpoint from the Application details section as seen below: The Endpoint URL will have the following format: http://<your_app_id>.ankr.com Example (as shown in the image above): //requestcurl -H "Content-Type: application/json"{"accounts":[{"balance":{"timest...
https://docs.ankr.com/enteprise-solutions/hedera-hashgraph/ankr-json-rpc-endpoint
2021-06-13T00:28:01
CC-MAIN-2021-25
1623487586465.3
[]
docs.ankr.com
A newer version of this page is available. Switch to the current version. How to: Create Named Formulas - 2 minutes to read This example demonstrates how to define names for formulas. To do this, call the DefinedNameCollection.Add method with a name to be associated with a formula and the formula string passed as param...
https://docs.devexpress.com/OfficeFileAPI/14708/spreadsheet-document-api/examples/formulas/how-to-create-named-formulas?v=19.1
2021-06-12T22:46:23
CC-MAIN-2021-25
1623487586465.3
[array(['/OfficeFileAPI/images/spreadsheet_namedformulas18709.png?v=19.1', 'Spreadsheet_NamedFormulas'], dtype=object) ]
docs.devexpress.com
cts:element-attribute-value-query( $element-name as xs:QName*, $attribute-name as xs:QName*, $text as xs:string*, [$options as xs:string*], [$weight as xs:double?] ) as cts:element-attribute-value-query Returns a query matching elements by name with attributes by name with text content equal. When multiple element and/...
https://docs.marklogic.com/9.0/cts:element-attribute-value-query
2021-06-12T23:09:08
CC-MAIN-2021-25
1623487586465.3
[]
docs.marklogic.com
Build System Support¶ What is it?¶ Python packaging has come a long way. The traditional setuptools way of packaging Python modules uses a setup() function within the setup.py script. Commands such as python setup.py bdist or python setup.py bdist_wheel generate a distribution bundle and python setup.py install install...
https://setuptools.readthedocs.io/en/latest/build_meta.html
2021-06-12T23:52:13
CC-MAIN-2021-25
1623487586465.3
[]
setuptools.readthedocs.io
Deployment - 3 minutes to read This document describes which assemblies are required by applications that use the functionality of the XtraSpreadsheet Suite. Some of the assemblies are essential, while others that provide additional functionality can be optionally deployed, depending on your requirements. If you use ot...
https://docs.devexpress.com/WindowsForms/12070/controls-and-libraries/spreadsheet/product-information/deployment?v=18.2
2021-06-13T00:24:23
CC-MAIN-2021-25
1623487586465.3
[]
docs.devexpress.com
Parties store data in local systems of record (Mongo, Oracle, SAP, etc). Components involved in the baseline process are given CRUD access to this and conduct a series of operations to serialize records (including any associated business logic), send those records to counterparties, receive the records, sign them, gene...
https://docs.baseline-protocol.org/baseline-protocol/baseline-process
2021-06-12T22:26:56
CC-MAIN-2021-25
1623487586465.3
[]
docs.baseline-protocol.org