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 |
|---|---|---|---|---|---|---|
With VMware Horizon with View, you can create desktop pools that include one or hundreds or thousands of virtual desktops. You can deploy desktops that run on virtual machines, physical machines, and Windows Remote Desktop Services (RDS) hosts. Create one virtual machine as a base image, and View can generate a pool of... | https://docs.vmware.com/en/VMware-Horizon-6/6.0/com.vmware.horizon-view.desktops.doc/GUID-39A9B9B7-7DD0-4DF0-B298-9C6AD71F526E.html | 2018-07-16T01:25:17 | CC-MAIN-2018-30 | 1531676589029.26 | [] | docs.vmware.com |
Enable the Shopping Cart widget The shopping cart widget is enabled automatically for instances upgrading to Istanbul, however, there are several ways to manually enable or disable the widget. To enable the shopping cart for a catalog item: Navigate to a catalog item on the Service Catalog page in Service Portal. CTRL+... | https://docs.servicenow.com/bundle/kingston-servicenow-platform/page/build/service-portal/concept/enable-shopping-cart.html | 2018-07-16T01:09:47 | CC-MAIN-2018-30 | 1531676589029.26 | [] | docs.servicenow.com |
Certification follow-on tasks The ServiceNow system can automatically generate and assign follow-on tasks to correct discrepancies detected during compliance audits. The system attribute glide.allow.new.cert_follow_on_task is set to true by default, allowing for new follow on tasks to be created for the same failure, a... | https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/product/compliance/concept/c_CertificationFollowOnTasks.html | 2018-07-16T01:16:39 | CC-MAIN-2018-30 | 1531676589029.26 | [] | docs.servicenow.com |
svds¶
Format¶
- s =
svds(x)¶
- Parameters
x (matrix or array) – NxP matrix or K-dimensional array where the last two dimensions are NxP, whose singular values are to be computed.
- Returns
s (min(N,P)x1 vector or K-dimensional array) – singular values of x arranged in descending order, the last two dimensions are \(min... | https://docs.aptech.com/gauss/svds.html | 2022-06-25T10:57:23 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.aptech.com |
fn:id( arg as xs:string*, [node as node()] ) as element()*
Returns the sequence of element nodes that have an ID value matching the value of one or more of the IDREF values supplied in $arg.
The function returns a sequence, in document order with duplicates eliminated, containing every element node E that satisfies all... | https://docs.marklogic.com/fn:id | 2022-06-25T11:45:26 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.marklogic.com |
Camera
- class Camera
A node that can be positioned around in the scene graph to represent a point of view for rendering a scene.
Inheritance diagram
- explicit Camera(std::string const &name, Lens *lens = (new PerspectiveLens()))
- int cleanup_aux_scene_data(Thread *current_thread = Thread::get_current_thread())
Walks... | https://docs.panda3d.org/1.10/cpp/reference/panda3d.core.Camera | 2022-06-25T10:14:40 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.panda3d.org |
In,.
- This feature was formerly known as, "target matching.".
Known Limitations
Targets are applied only after initial type inferencing has been applied to the loaded dataset.
-.
Creating Targets
Sources for creating a target
The schema used to define a target can be imported and assigned from any of the following obj... | https://docs.trifacta.com/pages/diffpages.action?originalId=136167305&pageId=138084391 | 2022-06-25T11:29:36 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.trifacta.com |
You can get help directly from the Tcl console. Every Vivado
command supports the
-help command line argument that
can be used anywhere in the line.
For example:
Vivado% create_clock -help Vivado% create_clock -name CLK1 -period 10 -help
In addition, there is a
help command that provides additional information. Providi... | https://docs.xilinx.com/r/en-US/ug894-vivado-tcl-scripting/Getting-Help | 2022-06-25T10:25:25 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.xilinx.com |
Project import/export administration:
-. | https://docs.gitlab.com/14.10/ee/administration/raketasks/project_import_export.html | 2022-06-25T11:47:03 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.gitlab.com |
Optimizing Memory Usage while Working with Big Files having Large Datasets
When building a workbook with large data sets, or reading a big Microsoft Excel file, the total amount of RAM the process will take is always a concern. There are measures that can be adapted to cope with the challenge. Aspose.Cells provides som... | https://docs.aspose.com/cells/net/optimizing-memory-usage-while-working-with-big-files-having-large-datasets/ | 2022-06-25T10:15:54 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.aspose.com |
Implementing automatic WLM
With automatic workload management (WLM), Amazon Redshift manages query concurrency and memory allocation. You can create up to eight queues with the service class identifiers 100–107. Each queue has a priority. For more information, see Query priority.
In contrast, manual WLM requires you to... | https://docs.aws.amazon.com/redshift/latest/dg/automatic-wlm.html | 2022-06-25T11:51:42 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.aws.amazon.com |
Connections (preview) overview
Connections are the key to enable data sharing to and from Customer Insights. Each connection establishes data sharing with a specific service. Connections are the foundation to configure third-party enrichments and configure exports. The same connection can be used multiple times. For ex... | https://docs.microsoft.com/en-us/dynamics365/customer-insights/connections | 2022-06-25T11:53:11 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.microsoft.com |
Out-Null
Hides the output instead of sending it down the pipeline or displaying it.
Syntax
Out-Null [-InputObject <PSObject>] [<CommonParameters>]
Description
The
Out-Null cmdlet sends its output to NULL, in effect, removing it from the pipeline and
preventing the output to be displayed at the screen.
Examples
Example ... | https://docs.microsoft.com/en-us/powershell/module/Microsoft.powershell.core/out-null?view=powershell-7.2 | 2022-06-25T12:17:55 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.microsoft.com |
Scripture Burrito Documentation¶
After several years of development and testing, we are pleased to announce the availability of Scripture Burrito 1.0-rc1 specification! We recommend that developers of Scripture and Scripture-related applications test and adopt this specification for interchanging data with other system... | https://docs.burrito.bible/en/latest/index.html | 2022-06-25T11:14:58 | CC-MAIN-2022-27 | 1656103034930.3 | [array(['_images/burrito_logo.png', '_images/burrito_logo.png'],
dtype=object) ] | docs.burrito.bible |
We need help filling out this section! Feel free to follow the edit this page link and contribute.
Shipping is enabled in Drupal Commerce 2.x with an external module Commerce Shipping. This module only provides an API and plugins for flat rate (both per order and per item) shipping functionality. As with Drupal Commerc... | https://docs.drupalcommerce.org/commerce2/user-guide/shipping | 2022-06-25T10:56:04 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.drupalcommerce.org |
Anatomy of a Standard Case Detail Page
While every Case Type can be configured to display case-specific information, the layout of the case detail page usually remains similar to other request types.
For new installations of ServiceJourney, there is a standard Case Detail Page for Complaints, Enquiries, and Requests. T... | https://docs.eccentex.com/doc1/anatomy-of-a-standard-case-detail-page | 2022-06-25T10:07:15 | CC-MAIN-2022-27 | 1656103034930.3 | [array(['../doc1/2052522121/image2021-12-2_2-36-45.png?inst-v=8f326cbe-d759-410f-b89d-9e6c8bf0a399',
None], dtype=object)
array(['../doc1/2052522121/image2021-12-2_2-51-33.png?inst-v=8f326cbe-d759-410f-b89d-9e6c8bf0a399',
None], dtype=object)
array(['../doc1/2052522121/image2021-12-2_2-52-13.png?inst-... | docs.eccentex.com |
- Introduced a new form in GitLab 13.11 with a flag named
fork_project_form. Disabled by default.
- Enabled on GitLab.com and self-managed in GitLab 14.8. Feature flag
fork_project_formremoved.
To fork an existing project in GitLab:
- On the project’s home page, in the top right, select Fork:
- Optional. Edit the Proj... | https://docs.gitlab.com/14.10/ee/user/project/repository/forking_workflow.html | 2022-06-25T10:23:07 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.gitlab.com |
Mesh outlines overview -- MRTK3
Many mesh outline techniques are done using a post processing technique. Post processing provides great quality outlines, but can be prohibitively expensive on many mixed reality devices.
MeshOutline.cs and MeshOutlineHierarchy.cs can be used to render an outline around a mesh renderer. ... | https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/mrtk3-graphicstools/features/mesh-outlines | 2022-06-25T12:41:01 | CC-MAIN-2022-27 | 1656103034930.3 | [array(['images/meshoutline/meshoutline.jpg', 'Mesh outlines example'],
dtype=object)
array(['images/meshoutline/outlinematerial.jpg',
'Mesh outline material inspector'], dtype=object)
array(['images/meshoutline/smoothnormals.jpg',
'Smooth normals comparison'], dtype=object)] | docs.microsoft.com |
You can use the RTL design flow to create modules, instantiate IP, or assemble the top-level design, similar to previous architectures. However, you must follow Xilinx recommendations for using Versal device-specific blocks in the RTL design flow, including the CIPS and NoC IP. The CIPS IP provides access to device con... | https://docs.xilinx.com/r/2021.2-English/ug1273-versal-acap-design/RTL-Design-Flow | 2022-06-25T11:51:23 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.xilinx.com |
Microsoft SQL Server
Description
A Microsoft SQL Server Connection can be used to easily connect to your MSSQL server. You'll need the following credentials for connecting to the server:
- MSSQL server URL
- DB port
- A valid username
- A valid password
- The database where to connect to
Enter the credentials into the ... | https://old-docs.cognigy.com/docs/microsoft-sql-server | 2022-06-25T09:59:14 | CC-MAIN-2022-27 | 1656103034930.3 | [array(['https://files.readme.io/a7e02ad-Screenshot_from_2018-11-27_09-09-24.png',
'Screenshot from 2018-11-27 09-09-24.png'], dtype=object)
array(['https://files.readme.io/a7e02ad-Screenshot_from_2018-11-27_09-09-24.png',
'Click to close...'], dtype=object)
array(['https://files.readme.io/6cfe951-d99... | old-docs.cognigy.com |
infinidat.infinibox.infini_port module – Add and Delete fiber channel and iSCSI ports to a host on Infinibox
Note
This module is part of the infinidat.infinibox collection (version 1.3_port.
New in version 2.1: of infinidat.infinibox
Synopsis
This module adds or deletes fiber channel or iSCSI ports to hosts on Infinibo... | https://docs.ansible.com/ansible/latest/collections/infinidat/infinibox/infini_port_module.html | 2022-06-25T10:22:20 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.ansible.com |
. redshift-data ]
Fetches the temporarily cached result of an SQL statement. A token is returned to page through the statement results.
See also: AWS API Documentation
See 'aws help' for descriptions of global parameters.
get-statement:
Records
get-statement-result --id <value> [--cli-input-json <value>] [--starting-t... | https://docs.aws.amazon.com/cli/latest/reference/redshift-data/get-statement-result.html | 2022-06-25T12:12:06 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.aws.amazon.com |
Information about each database object is stored in the system tables.
System tables cannot be directly modified and are used by the system to manage and maintain the integrity of the database.
Information in the system tables is used to create, access, modify and execute objects and user data stored in Vantage.
The pr... | https://docs.teradata.com/r/Teradata-VantageTM-Data-Dictionary/July-2021/Overview/What-the-Data-Dictionary-Stores | 2022-06-25T11:14:52 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.teradata.com |
Accept Apple Pay with UI components
Use Unzer UI component to add Apple Pay payment to your checkout page.
Overview
Using UI components for Apple Pay you create a payment type resource that will be used to make the payment in the server-side integration. You will need to create an Apple Pay button for this payment meth... | https://docs.unzer.com/payment-methods/applepay/accept-applepay-ui-component/ | 2022-06-25T10:49:32 | CC-MAIN-2022-27 | 1656103034930.3 | [] | docs.unzer.com |
Changes
We regularly publish updates to documentation housed at docs.fastly.com. On the dates listed here, we made changes we believe are significant according to our Terms of Service. You can subscribe to email updates of documentation changes (see the form on this page) and we also make these changes available a mach... | https://docs.fastly.com/changes/significant/ | 2016-12-03T00:16:12 | CC-MAIN-2016-50 | 1480698540798.71 | [] | docs.fastly.com |
DataS.
In other words, the DataSource fully supports CRUD (Create, Read, Update, Destroy) data operations, and provides both client-side and server-side support for sorting, paging, filtering, grouping, and aggregates.
For detailed information on the capabilities of the DataSource, refer to its configuration API, metho... | http://docs.telerik.com/kendo-ui/framework/datasource/overview | 2016-12-03T00:21:08 | CC-MAIN-2016-50 | 1480698540798.71 | [] | docs.telerik.com |
RadColorPicker Overview
Telerik RadColorPicker for ASP.NET AJAX is a lightweight UI component that allows users to select colors from the RGB or HEX color spaces using a configurable palette view. The control is completely customizable in terms of appearance and offers numerous configuration options including:
25 Prese... | http://docs.telerik.com/devtools/aspnet-ajax/controls/colorpicker/overview | 2016-12-03T00:19:44 | CC-MAIN-2016-50 | 1480698540798.71 | [array(['images/colorpicker-overview006.png', None], dtype=object)] | docs.telerik.com |
Guides
Enabling cross-origin resource sharing (CORS) header button. The Create a new header page appears.
Fill out the Create a new header fields as follows:
- From the Type menu, select Cache, and from the Action menu, select Set.
- In the Destination field, type
http.Access-Control-Allow-Origin.
- In the Source field... | https://docs.fastly.com/guides/performance-tuning/enabling-cross-origin-resource-sharing.html | 2016-12-03T00:15:40 | CC-MAIN-2016-50 | 1480698540798.71 | [] | docs.fastly.com |
Authors
- 1 The Basics
- 1.1 Pre-requisites
- 1.2 Issue Management - JIRA
- 1.2.1 Versioning Guidelines
- 1.3 Source control - Git
- 1.3.1 Setting up your IDE
- 1.3.2 Eclipse
- 1.4 Build - Maven
- 1.5 Testing - TestNG
- 1.6 Communicating with other Infinispan contributors
- 1.7 Style Requirements
- 1.7.1 Spelling
- 1.7... | https://docs.jboss.org/author/pages/viewpage.action?pageId=4587620 | 2016-12-03T01:57:03 | CC-MAIN-2016-50 | 1480698540798.71 | [array(['/author/download/attachments/4784485/git_wf_1.png?version=1&modificationDate=1309952321000',
None], dtype=object)
array(['/author/download/attachments/4784485/git_wf_2.png?version=1&modificationDate=1309952321000',
None], dtype=object)
array(['/author/download/attachments/4784485/git_wf_3.png... | docs.jboss.org |
A meta class for closures generated by the Groovy compiler. These classes have special characteristics this MetaClass uses. One of these is that a generated Closure has only additional doCall methods, all other methods are in the Closure class as well. To use this fact this MetaClass uses a MetaClass for Closure as sta... | http://docs.groovy-lang.org/latest/html/gapi/org/codehaus/groovy/runtime/metaclass/ClosureMetaClass.html | 2016-12-03T00:24:11 | CC-MAIN-2016-50 | 1480698540798.71 | [] | docs.groovy-lang.org |
100% garanti
The word innovation derives from the Latin word innovatus, which is the noun form of innovare "to renew or change," stemming from in?"into" + novus?"new". Diffusion of innovation research was first started in 1903 by seminal researcher Gabriel Tarde, who first plotted the S-shaped diffusion curve. Tarde (1... | https://www.docs-en-stock.com/business-comptabilite-gestion-management/creation-innovative-company-140753.html | 2016-12-03T00:25:08 | CC-MAIN-2016-50 | 1480698540798.71 | [] | www.docs-en-stock.com |
Within.
Generally.
The process for adding and removing Working Group members is defined by the Working Group coordinator and because of that it varies from group to group..
Joomla! is released under the GNU GPL (Gnu General Public) version 2 or later. Details of the GPL can be found.
No..
Sometimes,.
You can send or vo... | http://docs.joomla.org/index.php?title=Project_Leadership_FAQs&oldid=103867 | 2014-03-07T13:36:33 | CC-MAIN-2014-10 | 1393999642523 | [] | docs.joomla.org |
The redirects app¶
Django comes with an optional redirects application. It lets you store simple redirects in a database and handles the redirecting for you.
Installation¶¶
manage.py syncdb creates a django_redirect table in your database. This is a simple is not empty, it redirects to new_path.
- If it finds a match, ... | https://docs.djangoproject.com/en/1.2/ref/contrib/redirects/ | 2014-03-07T13:33:44 | CC-MAIN-2014-10 | 1393999642523 | [] | docs.djangoproject.com |
User Guide
Local Navigation
Create a custom status
If you have a status that you use often, such as when you're going on vacation, you can save it for another time. Your custom status is added to the bottom of the status list.
Next topic: Change your display picture or display name
Previous topic: Show what you're list... | http://docs.blackberry.com/en/smartphone_users/deliverables/41228/Create_edit_or_delete_a_custom_status_60_1328733_11.jsp | 2014-03-07T13:41:08 | CC-MAIN-2014-10 | 1393999642523 | [] | docs.blackberry.com |
Help Center
Local Navigation® Device Software 6.0 converts the context menu items to command items and provides them to the command item provider. For more information, see Support for legacy context menus.
Next topic: Create a pop-up menu
Previous topic: Support for legacy context menus
Was this information helpful? S... | http://docs.blackberry.com/en/developers/deliverables/17971/Creating_a_pop-up_menu_1223665_11.jsp | 2014-03-07T13:35:42 | CC-MAIN-2014-10 | 1393999642523 | [] | docs.blackberry.com |
Installing.
Installing Sonar Server
- Prior to the installation, check the requirements.
- Download and unzip the distribution JEE Server
- Running Sonar as a Service on Windows or Linux
- Running Sonar behind a Proxy. | http://docs.codehaus.org/pages/diffpagesbyversion.action?pageId=113541598&selectedPageVersions=144&selectedPageVersions=143 | 2014-03-07T13:37:27 | CC-MAIN-2014-10 | 1393999642523 | [] | docs.codehaus.org |
.
Chunk:Help screen column header Status
Chunk:Help screen column header Access - Chunk:Help screen column header Created By
Chunk:Help screen column header Language
At the top right you will see the toolbar (depending on the template in use):
The functions are:
Chunk:Help screen toolbar Check In
Chunk:Help screen tool... | http://docs.joomla.org/index.php?title=Help17:Content_Featured_Articles&oldid=66885 | 2014-03-07T13:39:23 | CC-MAIN-2014-10 | 1393999642523 | [] | docs.joomla.org |
changes.mady.by.user jti user
Saved on Sep 05, 2017
Saved on Sep 14, 2017
The:
Figure 1. NIRSpec, highlighted on the left, in the JWST focal plane
Image Modified
The JWST focal plane with NIRSpec on the left. The 4 magenta rectangles represent the 4-quadrants of the micro-shutter assembly (MSA). Fixed slits (in red) an... | https://jwst-docs.stsci.edu/pages/diffpagesbyversion.action?pageId=17137873&selectedPageVersions=52&selectedPageVersions=51 | 2018-01-16T13:39:45 | CC-MAIN-2018-05 | 1516084886436.25 | [] | jwst-docs.stsci.edu |
changes.mady.by.user jpp user
Saved on Sep 05, 2017
Saved on Sep 14, 2017
Instructions for designing JWST NIRCam Coronagraphic Imaging observations using APT, the Astronomer's Proposal Tool, v25.1.
Coronagraphic imaging is 1 of 5 observing modes available with the Near Infrared Camera (NIRCam). NIRCam offers 5 coronagr... | https://jwst-docs.stsci.edu/pages/diffpagesbyversion.action?pageId=20425136&selectedPageVersions=35&selectedPageVersions=34 | 2018-01-16T13:39:53 | CC-MAIN-2018-05 | 1516084886436.25 | [] | jwst-docs.stsci.edu |
About web messaging
From Genesys Documentation
This topic is part of the manual Genesys Predictive Engagement Administrator's Guide for version Current of Genesys Predictive Engagement.
Feature coming soon!Learn how to work with web messaging in Genesys Predictive Engagement.
Overview
Learn what web messaging is and ho... | https://all.docs.genesys.com/ATC/Current/AdminGuide/About_web_messaging | 2021-01-16T03:54:01 | CC-MAIN-2021-04 | 1610703499999.6 | [] | all.docs.genesys.com |
The withdraw function sends an application request into the protocol, this application request consists of the amount in which the user wants to withdraw, the address of which the users wants to transfer the asset and the market of which the asset is locked.
function withdraw(uint _amount, address _to, bool _isMarket) ... | https://docs.egoras.com/on-chain-liquidity-module/untitled | 2021-01-16T03:07:58 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.egoras.com |
The oldest synallactid sea cucumber (Echinodermata: Holothuroidea: Aspidochirotida)
Reich, Mike, 2010: The oldest synallactid sea cucumber (Echinodermata: Holothuroidea: Aspidochirotida). In: Paläontologische Zeitschrift, Band 84, 541 - 546, DOI 10.1007/s12542-010-0067-8.
Aspidochirote holothurian ossicles were discove... | https://e-docs.geo-leo.de/handle/11858/7110 | 2021-01-16T03:16:37 | CC-MAIN-2021-04 | 1610703499999.6 | [] | e-docs.geo-leo.de |
datacoco-secretsmanager¶
datacoco-secretsmanager provides basic interaction with the Amazon Web Service (AWS) Secrets Manager service.
Installation¶
datacoco-secretsmanager requires Python 3.6+
python3 -m venv venv source venv/bin/activate python -m pip install datacoco_secretsmanager
Quickstart¶
datacoco-secretsmanage... | https://datacoco-secretsmanager.readthedocs.io/en/latest/?badge=latest | 2021-01-16T03:02:28 | CC-MAIN-2021-04 | 1610703499999.6 | [] | datacoco-secretsmanager.readthedocs.io |
KPI definitions.
Next steps
- Learn about the KPI reports available in Swrve. For more information, see Intro to Swrve analytics.
- Start monitoring KPI data by creating a customized Trend Report. For more information, see Trend Reports.
- Learn more about the datasets available in Swrve and how to perform in depth ana... | https://docs.swrve.com/user-documentation/analytics/kpi-definitions/ | 2021-01-16T03:17:27 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.swrve.com |
Breaking: #65317 - TypoScriptParser sortList sanitizes input on numerical sort¶
See Issue #65317
Description¶
When calling the
:= sortList() with a “numeric” modifier of the TypoScript parser with a string, the
sort() method
differs between PHP versions. In order to make this behavior more strict, a check is done befor... | https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/7.5/Breaking-65317-TypoScriptParserSortListSanitizesInputOnNumericalSort.html | 2021-01-16T02:44:28 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.typo3.org |
Updating Studies, Samples, Experiments and Runs Interactively¶
The interactive submission interface supports some editing of your submitted objects. Access these existing objects by clicking the relevant tab after logging in to Webin.
Note that under no circumstances can an object’s own accession or alias attribute be ... | https://ena-docs.readthedocs.io/en/latest/update/metadata/interactive.html | 2021-01-16T01:51:07 | CC-MAIN-2021-04 | 1610703499999.6 | [array(['../../_images/mod_05_p03.png', '../../_images/mod_05_p03.png'],
dtype=object)
array(['../../_images/mod_05_p04.png', '../../_images/mod_05_p04.png'],
dtype=object)
array(['../../_images/mod_05_p02.png', '../../_images/mod_05_p02.png'],
dtype=object)
array(['../../_images/mod_05_p02_b.pn... | ena-docs.readthedocs.io |
block face triangulate command
Syntax
- block face triangulate <keyword> <range>
Triangulate faces of rigid blocks to increase the number of vertices on a face. If no keyword is supplied, the minimum number of triangles are created.
- radial
Add a center vertex to all faces.
- radial-8
Add a center vertex and mid-edge ... | http://docs.itascacg.com/3dec700/3dec/block/doc/manual/block_manual/block_commands/block.face/cmd_block.face.triangulate.html | 2021-01-16T03:09:54 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.itascacg.com |
Changelog for package naoqi_dcm_driver
0.0.3 (2017-11-16)
Update README
Update README
Fix typo in README
changing the speed of set_angles
changes in stiffness when shutting down
updating joint comparison
fixing the diagnostics
adding electical current and battery info to Diagnostics
adding a possibility to change stiff... | http://docs.ros.org/en/kinetic/changelogs/naoqi_dcm_driver/changelog.html | 2021-01-16T03:01:37 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.ros.org |
Setting up FTS to search across multiple forms
You can set up full text search (FTS) to search across multiple forms.
To set up FTS to search across multiple forms
- Configure each form so that it can be included in a multi-form FTS (see Configuring forms for multiple-form FTS).
- Configure the server for multi-form FT... | https://docs.bmc.com/docs/ars9000/setting-up-fts-to-search-across-multiple-forms-509972453.html | 2021-01-16T03:31:47 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.bmc.com |
SODA Multicloud provides a cloud vendor agnostic data management for hybrid cloud, intercloud, or intracloud. The goal is to provide a unified interface to support file, block, and object services across multiple cloud vendors.
Details about the design and use cases can be found at: multi-cloud File storage and multi-c... | https://docs.sodafoundation.io/guides/user-guides/multi-cloud/file-and-block/ | 2021-01-16T02:00:44 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.sodafoundation.io |
- Product
- Customers
- Solutions
Amazon Step Functions (States) enables you to coordinate the components of distributed applications and microservices using visual workflows.
Enable this integration to see all your Step Functions metrics in Datadog.
If you haven’t already, set up the Amazon Web Services integration fi... | https://docs.datadoghq.com/integrations/amazon_step_functions/ | 2021-01-16T03:48:16 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.datadoghq.com |
@Incubating public interface ModularitySpec
A classpath is a list of JAR files, classes and resources folders passed to one of the JDK's commands like javac, java, or javadoc. Since Java 9, these commands offer two different approaches to handle such a classpath:
Wherever a classpath (a list of files and folders) is co... | https://docs.gradle.org/current/javadoc/org/gradle/api/jvm/ModularitySpec.html | 2021-01-16T03:17:43 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.gradle.org |
acm-certificate-expiration-check
Checks whether ACM Certificates in your account are marked for expiration within the specified number of days. Certificates provided by ACM are automatically renewed. ACM does not automatically renew certificates that you import.
Identifier: ACM_CERTIFICATE_EXPIRATION_CHECK
Trigger type... | https://docs.aws.amazon.com/config/latest/developerguide/acm-certificate-expiration-check.html | 2021-01-16T02:44:06 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.aws.amazon.com |
If you are from Hong Kong, you can pay for Civic Liker by PayMe or FPS, the yearly subscription fee is HKD468. If you would like to subscribe monthly in HKD38, you can choose to pay by credit card or PayPal.
PayMe ID: 6636369
PayMe QR code:
After payment is done, please collect your transaction record together with you... | https://docs.like.co/user-guide/civic-liker/civic-liker-paid-by-payme | 2021-01-16T02:51:55 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.like.co |
After you deploy an MCP cluster, you can renew your expired certificates or replace them by the endpoint certificates provided by a customer as required. When you renew a certificate, its key remains the same. When you replace a certificate, a new certificate key is added accordingly.
You can either push certificates f... | https://docs.mirantis.com/mcp/q4-18/mcp-operations-guide/openstack-operations/manage-certificates.html | 2021-01-16T02:22:06 | CC-MAIN-2021-04 | 1610703499999.6 | [] | docs.mirantis.com |
CB Defense API¶
This page documents the public interfaces exposed by cbapi when communicating with a CB Defense server.
Main Interface¶
To use cbapi with Carbon Black Defense, you will be using the CBDefenseAPI. The CBDefenseAPI object then exposes two main methods to select data on the Carbon Black server:
- class
cba... | https://cbapi.readthedocs.io/en/latest/defense-api.html | 2021-01-16T02:59:26 | CC-MAIN-2021-04 | 1610703499999.6 | [] | cbapi.readthedocs.io |
The access to our Support and Service program
GUARANTEE – for access to software usage rights, upgrade, support and services
The Software Assurance (SA) provides running and working software:
- FREE – Usage rights in accordance with the end user license agreement.
- FREE – 1st Level basic support through our Support & ... | http://docs.surfray.com/ontolica-search-preview/1/en/topic/software-assurance | 2018-04-19T11:25:30 | CC-MAIN-2018-17 | 1524125936914.5 | [] | docs.surfray.com |
Point Point Point Point Point Struct
Definition
public : struct Point
struct winrt::Windows::Foundation::Point
public struct Point
Public Structure Point
var point = { x: /* Your value */, y: /* Your value */ }
<object property="X,Y"/> -or <object property="X Y"/>
- Attributes
-
Remarks
A Point value sometimes represen... | https://docs.microsoft.com/en-us/uwp/api/Windows.Foundation.Point | 2018-04-19T12:47:59 | CC-MAIN-2018-17 | 1524125936914.5 | [] | docs.microsoft.com |
Abstract
Contents
- Abstract
- PEP Deferral
- Standard Extension Namespace
- The python.details extension
- The python.project extension
- The python.integrator extension
- The python.exports extension
- The python.commands extension
- The python.constraints extension
This PEP describes several standard extensions to t... | http://docs.activestate.com/activepython/2.7/peps/pep-0459.html | 2018-04-19T11:21:58 | CC-MAIN-2018-17 | 1524125936914.5 | [] | docs.activestate.com |
Docker containers are designed for comfortable application distribution by means of fast and lightweight templates, which allows to run your projects almost everywhere. Thus, this technology represents a perfect solution for for those developers and sysadmins, who looks for speeding up the application delivery workflow... | https://docs.jelastic.com/ru/docker-private-registry | 2018-04-19T11:28:38 | CC-MAIN-2018-17 | 1524125936914.5 | [] | docs.jelastic.com |
The Wavefront Query Builder is an easy-to-use interface that makes Wavefront accessible to all users in your organization. You can construct queries using Query Builder, Query Editor, or Query Wizard. Both Query Builder and Query Editor support autocomplete.
- Query Builder allows you to construct queries from building... | https://docs.wavefront.com/query_language_query_builder.html | 2018-04-19T11:41:16 | CC-MAIN-2018-17 | 1524125936914.5 | [array(['images/query_builder_new.png', 'Query builder new'], dtype=object)
array(['images/query_builder_04x.png', 'Query builder'], dtype=object)
array(['images/query_builder_showing_chart.png',
'Query builder with chart'], dtype=object)
array(['images/metric_selector.png', 'Metric selector'], dtype=object)... | docs.wavefront.com |
ZP3102 Multi Sensor Dual: motion and temperature sensor
This describes the Z-Wave device ZP3102, manufactured by Zipato with the thing type UID of
zipato_zp3102_00_000.
Multi Sensor Dual: motion and temperature sensor
Overview
Presence detector and temperature meter in one device. Zipato Multisensor Duo offers elaborat... | https://docs.openhab.org/addons/bindings/zwave/doc/zipato_zp3102_00_000.html | 2018-04-19T13:53:05 | CC-MAIN-2018-17 | 1524125936969.10 | [] | docs.openhab.org |
Get-Role
Assignment Policy
Syntax
Get-RoleAssignmentPolicy [[-Identity] <MailboxPolicyIdParameter>] [-DomainController <Fqdn>] [<CommonParameters>]
Description
For more information about assignment policies, see Understanding management role assignment-RoleAssignmentPolicy
This example returns a list of all the existin... | https://docs.microsoft.com/en-us/powershell/module/exchange/role-based-access-control/Get-RoleAssignmentPolicy?view=exchange-ps | 2018-04-19T14:22:50 | CC-MAIN-2018-17 | 1524125936969.10 | [] | docs.microsoft.com |
GitHub
You can use the data from your GitHub commits to help find and fix bugs faster.
Configure GitHub
Note
GitHub (github.com). Make sure you have given Sentry access to these repositories in GitHub in the previous steps.
The GitHub integration is available for all projects under your Sentry organization. You can con... | https://docs.sentry.io/workflow/integrations/github/ | 2020-08-03T18:08:58 | CC-MAIN-2020-34 | 1596439735823.29 | [] | docs.sentry.io |
Warning
This document is for an old release
galaxy.security.
get_permitted_actions(filter=None)[source]¶
Utility method to return a subset of RBACAgent’s permitted actions
galaxy.security.idencoding module¶
- class
galaxy.security.idencoding.
IdEncodingHelper(**config)[source]¶
encode_dict_ids(a_dict, kind=None, skip_s... | https://docs.galaxyproject.org/en/release_19.09/lib/galaxy.security.html | 2020-08-03T17:08:26 | CC-MAIN-2020-34 | 1596439735823.29 | [] | docs.galaxyproject.org |
countBy
countBy(Array<T>, (T) -> Boolean): Number
Counts the elements in an array that return
true when the matching function is applied to the value of each element.
Example
This example counts the number of elements in the input array ([1, 2, 3, 4]) that return
true when the function
(($ mod 2) == 0) is applied their... | https://docs.mulesoft.com/mule-runtime/4.3/dw-arrays-functions-countby | 2020-08-03T18:33:45 | CC-MAIN-2020-34 | 1596439735823.29 | [] | docs.mulesoft.com |
ShortCut is an online service that allows users to precisely define changes in a road network. These changes can then be published and communicated to navigation service providers.
If you want a ShortCut for your city or study, get in touch, we're happy to help!
By default working with ShortCut is done in three steps:
... | https://docs.anyways.eu/shortcut/index.html | 2020-08-03T17:42:07 | CC-MAIN-2020-34 | 1596439735823.29 | [] | docs.anyways.eu |
So you found an SDK documentation bug...
What do you do?
Do you post in the forums?
Do you email billg@microsoft.com?
The best way is to click the link which is on the bottom of virtually every page in the MSDN library (thanks for the correction, alimbada) that says: "Send comments about this topic to Microsoft". This ... | https://docs.microsoft.com/en-us/archive/blogs/seealso/so-you-found-an-sdk-documentation-bug | 2020-08-03T18:42:04 | CC-MAIN-2020-34 | 1596439735823.29 | [] | docs.microsoft.com |
NLog
Sentry has an integration with
NLog through the Sentry.NLog NuGet package.
Installation
Using package manager:
Install-Package Sentry.NLog -Version 2.1.5
Or using the .NET Core CLI:
dotnet add package Sentry.NLog , Sentry will keep any message with log level
Info or higher as a
Breadcrumb.
The default value to rep... | https://docs.sentry.io/platforms/dotnet/nlog/ | 2020-08-03T18:24:48 | CC-MAIN-2020-34 | 1596439735823.29 | [] | docs.sentry.io |
Tarbell¶..
Requirements¶
Tarbell requires Python 2.7 and Git (v1.5.2+). Tarbell does not currently support Python 3.
Tarbell does not work on Windows machines.
Anatomy of a Tarbell project¶
Tarbell projects are made up of four pieces:
- The core Tarbell library, installed when you run pip install tarbell
- A Tarbell bl... | https://tarbell.readthedocs.io/en/1.0.10/ | 2020-08-03T17:04:24 | CC-MAIN-2020-34 | 1596439735823.29 | [] | tarbell.readthedocs.io |
Update a publication You can make changes to a publication that is in the Author or Review stages. Before you beginRole required: sn_publications.author or sn_publications.admin Procedure Navigate to one of the following: Targeted Communications > Active Publications Targeted Communications > Draft Publications Open th... | https://docs.servicenow.com/bundle/jakarta-customer-service-management/page/product/customer-service-management/task/t_TargetCommEditAPublication.html | 2018-01-16T17:33:37 | CC-MAIN-2018-05 | 1516084886476.31 | [] | docs.servicenow.com |
Using the HTTP Caching Policy in Policy Manager
Learn how to enhance performance of message processing through caching responses to previously made service requests using the HTTP Caching Policy.
About Policies Managing Policies About Operational Policies
Supported Platforms: 7.2, 8.0
Table of Contents
- Introduction
-... | http://docs.akana.com/ag/policies/using_the_http_caching_policy.htm | 2018-01-16T17:19:41 | CC-MAIN-2018-05 | 1516084886476.31 | [array(['images/modify_http_caching_policy.jpg', None], dtype=object)
array(['images/http_cache_policy_summary.jpg', None], dtype=object)] | docs.akana.com |
Redirects
Deactivate WordPress Dashboard for Vendors
By default Vendors will be redirected to their BuddyPress 'Member Profile Vendor Dashboard' if they try to access the back-end ( /wp-admin ). All other roles will be able to access the wp admin. In the WC Vendor Pro settings you can set WordPress dashboard to "only a... | http://docs.themekraft.com/article/487-redirects | 2018-01-16T17:41:01 | CC-MAIN-2018-05 | 1516084886476.31 | [] | docs.themekraft.com |
FOR INSTRUCTORS¶
This material is for current and aspiring Carpentries Instructors. Find material here on becoming an Instructor, how you can develop as an Instructor, and what networking opportunities our community offers.
Thank You to Instructors!
We are very grateful to our community of Instructors! From those who t... | https://docs.carpentries.org/topic_folders/for_instructors/index.html | 2019-10-14T06:56:37 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.carpentries.org |
Last updated 13th March 2018
Objective
You can configure Exchange accounts on email clients, if they are compatible. By doing so, you can use your email address through your preferred email application.
Find out how to configure an Exchange account on Android, via the Gmail app.
Requirements
- You must have an Exchange... | https://docs.ovh.com/lt/microsoft-collaborative-solutions/exchange_20132016_konfiguravimas_android/ | 2019-10-14T05:27:23 | CC-MAIN-2019-43 | 1570986649232.14 | [array(['https://docs.ovh.com/cz/cs/microsoft-collaborative-solutions/konfigurace-android/images/configuration-exchange-gmail-application-android-step1.png',
'Exchange'], dtype=object)
array(['https://docs.ovh.com/cz/cs/microsoft-collaborative-solutions/konfigurace-android/images/configuration-exchange-gmail-a... | docs.ovh.com |
Create and Configure Models¶
Models are powerful tools that provide connections to external systems, allowing the builder to pull data into the page. However, models follow rules that govern how they can be connected to data objects or entities. It’s important to follow these rules when creating models:
- You can conne... | https://docs.skuid.com/latest/en/skuid/models/create-model.html | 2019-10-14T07:11:06 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.skuid.com |
Once you have created an application and are ready to work on it, you can invite contributors to participate in its development, testing and management tasks as follows:
- Log in to the App Factory portal (for the online version, try) as a user who is assigned the
Application Ownerrole.
Only the app owner has permissio... | https://docs.wso2.com/display/AF100/Building+your+Team | 2019-10-14T05:31:55 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.wso2.com |
All content with label events+hibernate_search+hot_rod+infinispan+jboss_cache+listener+mvcc+publish+read_committed+scala+websocket+write_behind.
Related Labels:
expiration, datagrid, coherence, interceptor, server, replication, transactionmanager, dist, release, partitioning, query, deadlock, archetype, lock_striping, ... | https://docs.jboss.org/author/label/events+hibernate_search+hot_rod+infinispan+jboss_cache+listener+mvcc+publish+read_committed+scala+websocket+write_behind | 2019-10-14T06:36:18 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.jboss.org |
Rid¶
The
rid argument, contains the name of the environ variable containing the request id if any, for example when using GAE:
app = zunzuncito.ZunZun(root, versions, hosts, routes, rid='REQUEST_LOG_ID')
This helps to add a Request-ID header to all your responses, example when you make a request like:
curl -i
The respo... | https://zunzuncito.readthedocs.io/en/stable/zunzun/Rid.html | 2019-10-14T05:49:20 | CC-MAIN-2019-43 | 1570986649232.14 | [] | zunzuncito.readthedocs.io |
Try it now and let us know what you think. Switch to the new look >>
You can return to the original look by selecting English in the language selector above.
PUT Object Copy
The PUT object copy operation copies each object specified in the manifest. You can copy objects to a different bucket in the same AWS Region or t... | https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-copy-object.html | 2019-10-14T06:18:06 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.aws.amazon.com |
Try it now and let us know what you think. Switch to the new look >>
You can return to the original look by selecting English in the language selector above.
AssociateDelegateToResource
Adds a member (user or group) to the resource's set of delegates.
Request Syntax
{ "EntityId": "
string", "OrganizationId": "
string",... | https://docs.aws.amazon.com/workmail/latest/APIReference/API_AssociateDelegateToResource.html | 2019-10-14T06:06:36 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.aws.amazon.com |
Keying Sets¶
The Active Keying Sets data ID in the Timeline.
Keying Sets are a collection of properties. They are used to record multiple properties at the same time.
Now when you press. | https://docs.blender.org/manual/ko/dev/animation/keyframes/keying_sets.html | 2019-10-14T06:18:48 | CC-MAIN-2019-43 | 1570986649232.14 | [array(['../../_images/editors_timeline_keying-sets.png',
'../../_images/editors_timeline_keying-sets.png'], dtype=object)
array(['../../_images/animation_keyframes_keying-sets_scene-keying-set-panel.png',
'../../_images/animation_keyframes_keying-sets_scene-keying-set-panel.png'],
dtype=object)... | docs.blender.org |
Whether or not the API is better to libssh2 is debatable. This comparison looks at more objective criteria.
phpseclib is designed to be ultra-portable, even to the point of working on PHP4. Not a single extension is required, either (although if they're available they'll be used, for speed).
libssh2, in contrast... if ... | https://docs.phpseclib.org/ssh/compare.html | 2019-10-14T06:30:56 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.phpseclib.org |
This command prints the version of kubeadm.
Print the version of kubeadm
Print the version of kubeadm
kubeadm version [flags]
Was this page helpful?
Thanks for the feedback. If you have a specific, answerable question about how to use Kubernetes, ask it on Stack Overflow. Open an issue in the GitHub repo if you want to... | https://v1-13.docs.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-version/ | 2019-10-14T05:24:15 | CC-MAIN-2019-43 | 1570986649232.14 | [] | v1-13.docs.kubernetes.io |
Back
Ease
Back Ease
Back Ease
Back Ease
Class
Definition
Represents an easing function that retracts the motion of an animation slightly before it begins to animate in the path indicated.
public ref class BackEase : System::Windows::Media::Animation::EasingFunctionBase
public class BackEase : System.Windows.Media.Anima... | https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.animation.backease?view=netframework-4.8 | 2019-10-14T06:11:51 | CC-MAIN-2019-43 | 1570986649232.14 | [array(['../media/backease-graph.png?view=netframework-4.8',
'BackEase EasingMode graphs. BackEase EasingMode graphs.'],
dtype=object)
array(['../media/backease-formula.png?view=netframework-4.8',
'BackEase formula. BackEase formula.'], dtype=object) ] | docs.microsoft.com |
Xaml
Services
Xaml Services
Xaml Services
Xaml Services
Class
Definition
Provides higher-level services (static methods) for the common XAML tasks of reading XAML and writing an object graph; or reading an object graph and writing XAML file output for serialization purposes.
public ref class XamlServices abstract seale... | https://docs.microsoft.com/en-us/dotnet/api/system.xaml.xamlservices?redirectedfrom=MSDN&view=netframework-4.8 | 2019-10-14T06:46:26 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.microsoft.com |
Azure Blob Storage
To use the built-in Azure Blob provider that comes with RadCloudUpload, you must:
Adding References
RadCloudUpload can upload files to Azure Blob Storage. It is built on the top of Windows Azure Blob Storage Service in .NET. To work properly, the control needs a reference to some of the client librar... | https://docs.telerik.com/devtools/aspnet-ajax/controls/cloudupload/cloud-storage-providers/azure-blob-storage | 2019-10-14T05:50:43 | CC-MAIN-2019-43 | 1570986649232.14 | [array(['images/cloudupload-azure-nuget.png', 'cloudupload-azure-nuget'],
dtype=object) ] | docs.telerik.com |
.
1.1 Requirements and important information on the iOS SDK
The Accengage iOS SDK is provided as a dynamic framework and is compatible with:The Accengage iOS SDK is provided as a dynamic framework and is compatible with:
- Xcode 9
- iOS 8 and higher.
In terms of size, the SDK will increase your app download size by ~60... | https://docs.accengage.com/display/IOS/Section++1+++-+Getting++started | 2019-10-14T05:41:32 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.accengage.com |
This chapter describes the compatibility issues that users should consider when purchasing MPT version 1.4.
Users may have to change the way they run MPI programs because internal buffering is no longer done as of MPT 1.4 on Cray T3E-900 systems or later:
If a user is accustomed to turn off internal buffering by settin... | http://docs.cray.com/books/004-3689-001/html-004-3689-001/z832952721jlb.html | 2008-05-14T15:11:56 | crawl-001 | crawl-001-011 | [] | docs.cray.com |
Software included in MPT was designed to be used with the Cray Programming Environment 3.3 release or later.
MPT software is self-configuring, based on the operating system configuration in effect at the time of installation. You are not required to do any configuration at the initial installation of the product. If, h... | http://docs.cray.com/books/004-3689-001/html-004-3689-001/zfixedsllc0bet.html | 2008-05-14T15:13:22 | crawl-001 | crawl-001-011 | [] | docs.cray.com |
The PDFAnalyzer class¶
- class ferenda.PDFAnalyzer(pdf objects.+ | http://ferenda.readthedocs.io/en/stable/api/pdfanalyzer.html | 2017-06-22T16:26:08 | CC-MAIN-2017-26 | 1498128319636.73 | [] | ferenda.readthedocs.io |
public interface Unmarshaller
Defines the contract for Object XML Mapping unmarshallers.
Implementations of this interface can deserialize a given XML Stream to an Object graph.
Object unmarshal(Source source) throws XmlMappingException, IOException
Sourceinto an object graph.
source- the source to marshal from
XmlMapp... | http://docs.spring.io/spring-ws/sites/1.5/apidocs/org/springframework/oxm/Unmarshaller.html | 2017-06-22T16:37:50 | CC-MAIN-2017-26 | 1498128319636.73 | [] | docs.spring.io |
Perform this procedure, if in Step 4 of Configure a SalesForce synchronization, you have selected Contacts.
NOTE: If simultaneously one and the same item is being modified in both Sitefinity CMS and SalesForce, you can set which system has priority – which of the modifications is saved in both systems. To do this, clic... | http://docs.sitefinity.com/synchronize-salesforce-contacts-or-leads-with-sitefinity-users | 2017-06-22T16:25:33 | CC-MAIN-2017-26 | 1498128319636.73 | [] | docs.sitefinity.com |
Topics more information, see Policy Variables in the Using IAM guide.
The main difference between using Amazon SQS policies versus IAM policies is that you can grant another AWS Account permission to your queues with an Amazon SQS policy, and you can't do that with an IAM policy.
Note
When you grant other AWS accounts ... | http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/UsingIAM.html | 2014-03-07T08:25:14 | CC-MAIN-2014-10 | 1393999638008 | [] | docs.aws.amazon.com |
The GCD Charter
GCD By-Laws
Statement of Purpose
The Grand Comics Database [herein called the GCD] is a nonprofit, Internet-based organization of international volunteers dedicated to the collection, preservation, and dissemination of information about all printed comics throughout the world. Its primary objective is t... | http://docs.comics.org/wiki/The_GCD_Charter | 2014-03-07T08:25:11 | CC-MAIN-2014-10 | 1393999638008 | [] | docs.comics.org |
Features
Applications
In mezzio, you define a
Mezzio\Application instance and
execute it. The
Application instance is itself middleware
that composes:
- a
Mezzio\MiddlewareFactoryinstance, used to prepare middleware arguments to pipe into:
- a
Laminas\Stratigility\MiddlewarePipeinstance, representing the application mi... | https://docs.mezzio.dev/mezzio/v3/features/application/ | 2020-09-18T11:26:05 | CC-MAIN-2020-40 | 1600400187390.18 | [] | docs.mezzio.dev |
# Deep Dive
# Objectives of the Review Process
The Subspace review process has several objectives:
- Promote high quality code, and filter out poorly written code
- Encourage collaboration and discourage animosity
- Elevate the influence of coders who perform well, and limit the influence of coders who do not
- Do not ... | https://docs.subspace.net/deep-dive/ | 2020-09-18T10:21:05 | CC-MAIN-2020-40 | 1600400187390.18 | [] | docs.subspace.net |
TOPICS×
Command Line Start and Stop
Starting Adobe Experience Manager from the Command Line
The start script is available under the <cq-installation>/bin directory. Both Unix and Windows versions are provided. The script starts the instance installed in <cq-installation> directory.
Those two versions support a list of ... | https://docs.adobe.com/content/help/en/experience-manager-65/deploying/deploying/command-line-start-and-stop.html | 2020-09-18T11:52:24 | CC-MAIN-2020-40 | 1600400187390.18 | [] | docs.adobe.com |
Recommended post-installation configuration¶
Once you’ve installed SQream DB, you can and should tune your system for better performance and stability.
This page provides recommendations for production deployments of SQream DB.
In this topic:
- Recommended BIOS settings
- Use a dedicated SQream DB administration accoun... | https://docs.sqream.com/en/latest/guides/operations/setup/recommended_configuration.html | 2020-09-18T09:59:08 | CC-MAIN-2020-40 | 1600400187390.18 | [] | docs.sqream.com |
Table of Contents
Product Index
Cataleya is a tough girl, very hard, tanned in a thousand battles, rarely appears in her eyes the sweetness. But that sweetness is in her, hidden almost, imperceptible, but it is, you just have to look at it more closely and you will see it appear as if by magic.
Cataleya has a great ver... | http://docs.daz3d.com/doku.php/public/read_me/index/59739/start | 2020-09-18T10:04:02 | CC-MAIN-2020-40 | 1600400187390.18 | [] | docs.daz3d.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.