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
Deprecated install support. The PRE_INSTALL_SCRIPT and POST_INSTALL_SCRIPT properties are the old way to specify CMake scripts to run before and after installing a target. They are used only when the old INSTALL_TARGETS command is used to install the target. Use the install() command instead. © 2000–2020 Kitware, Inc. ...
https://docs.w3cub.com/cmake~3.19/prop_tgt/pre_install_script
2021-02-24T21:16:48
CC-MAIN-2021-10
1614178347321.0
[]
docs.w3cub.com
The Erlang SSL application implements the SSL/TLS/DTLS protocol for the currently supported versions, see the ssl(3) manual page. By default SSL/TLS is run over the TCP/IP protocol even though you can plug in any other reliable transport protocol with the same Application Programming Interface (API) as the gen_tcp modu...
https://docs.w3cub.com/erlang~21/lib/ssl-9.0/doc/html/ssl_protocol
2021-02-24T21:19:18
CC-MAIN-2021-10
1614178347321.0
[]
docs.w3cub.com
Examples¶ Matrix multiplication¶ Here is a naive implementation of matrix multiplication using a HSA kernel: @roc.jit def matmul(A, B, C): i = roc.get_global_id(0) j = roc.get_global_id(1) if i >= C.shape[0] or j >= C.shape[1]: return. HSA provides a fast shared memory for workitems in a group to cooper.shared.array(sh...
https://numba.readthedocs.io/en/stable/roc/examples.html
2021-02-24T20:53:50
CC-MAIN-2021-10
1614178347321.0
[]
numba.readthedocs.io
The Clean Data Utility (DelOrpModItems.dll), also referred to as Delete Orphan Model Items, allows you to check for problems in your database records and, if required, to run clean-ups on those records. should run this utility prior to upgrading your drawings. It is recommended that you make regular back-ups of your da...
https://docs.hexagonppm.com/r/en-US/Intergraph-Smart-P-ID-Utilities-Help-2019/Version-2019-9.0/174677
2021-02-24T20:17:02
CC-MAIN-2021-10
1614178347321.0
[]
docs.hexagonppm.com
Starting the Hive Metastore in CDH Cloudera recommends that you deploy the Hive metastore, which stores the metadata for Hive tables and partitions, in "remote mode." In this mode the metastore service runs in its own JVM process and other services, such as HiveServer2, HCatalog, and Apache Impala communicate with the ...
https://docs.cloudera.com/documentation/enterprise/5-16-x/topics/cdh_ig_hive_metastore_start.html
2021-02-24T20:06:41
CC-MAIN-2021-10
1614178347321.0
[]
docs.cloudera.com
This section covers more involved topics such as mail configuration and setting up mail for an entire domain.example.FreeBSD.org # host example.FreeBSD.orgexample.FreeBSD.org has address 204.216.27.XX In this example, mail sent directly to <yourlogin@example.FreeBSD.org> should work without problems, assuming Sendmail ...
https://docs.freebsd.org/zh_TW/books/handbook/mail-advanced.html
2021-02-24T21:22:28
CC-MAIN-2021-10
1614178347321.0
[]
docs.freebsd.org
To set up Fuse as a new network on Metamask. Click on the network selector at the top of the app and then choose "Custom RPC" from the list: Then in the "New RPC URL" enter this address: New rpc URL: Optionally you can add the full parameters: Additional: ChainId: 0x7a Explorer: Symbol: Fuse ``
https://docs.fuse.io/the-fuse-studio/getting-started/how-to-add-fuse-to-your-metamask
2021-02-24T19:47:27
CC-MAIN-2021-10
1614178347321.0
[]
docs.fuse.io
IPAM Guides Published Hi there, The IPAM team and I have just published design, deployment, and operations guidance for IP Address Management (IPAM) in Windows Server 2012. - IPAM Overview : Is a brief description of IPAM in Server 2012. - What's New in IPAM : Has recent changes in IPAM. - Understanding IPAM : Provides...
https://docs.microsoft.com/en-us/archive/blogs/wsnetdoc/ipam-guides-published
2021-02-24T20:45:04
CC-MAIN-2021-10
1614178347321.0
[]
docs.microsoft.com
Running a node with Docker Running a Request Node with Docker is easy. There are only a few requirements: - Docker installed on your system; - A web3 provider (we recommend using a service like infura); - An Ethereum wallet with some funds for gas (if you plan on creating requests through this node); Launching the IPFS...
https://docs.request.network/docs/guides/6-hosting-a-node/1-docker/
2021-02-24T21:03:09
CC-MAIN-2021-10
1614178347321.0
[]
docs.request.network
[−][src]Type Definition ed25519_dalek:: SignatureError type SignatureError = Error; Errors which may occur while processing signatures and keypairs. This error may arise due to: Being given bytes with a length different to what was expected. A problem decompressing r, a curve point, in the Signature, or the curve point...
https://docs.rs/ed25519-dalek/1.0.1/ed25519_dalek/type.SignatureError.html
2021-02-24T20:23:55
CC-MAIN-2021-10
1614178347321.0
[]
docs.rs
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. Write-ECRImageScanningConfiguration-RepositoryName <String>-RegistryId <String>-ImageScanningConfiguration_ScanOnPush <Bool...
https://docs.aws.amazon.com/powershell/latest/reference/items/Write-ECRImageScanningConfiguration.html
2021-02-24T20:07:50
CC-MAIN-2021-10
1614178347321.0
[]
docs.aws.amazon.com
The clean data utility allows you to check your database for broken database relationships or orphan drawing items and to clean up the database by deleting orphan model items. Clean Data utility must be run from within the Smart P&ID modeler. For easy access to this utility, you can create a custom menu in the Smart P&...
https://docs.hexagonppm.com/r/en-US/Intergraph-Smart-P-ID-Utilities-Help-2019/Version-2019-9.0/174679
2021-02-24T19:47:19
CC-MAIN-2021-10
1614178347321.0
[]
docs.hexagonppm.com
Tabbed menus are a great way to add a multiset of information inside a mega menu. WP Mega Menu provides an easy implementation for this. Below you will find a step by step guide to creating a Tabbed Menu with WP Mega Menu. Pre-requisites Before getting started please make sure that you have the latest version of WP Meg...
https://docs.themeum.com/wp-megamenu/create-a-tabbed-menu/
2021-02-24T20:30:40
CC-MAIN-2021-10
1614178347321.0
[array(['https://docs.themeum.com/wp-content/uploads/2020/02/wp-mega-menu-appearance-menus-create-menu-1024x594.png', None], dtype=object) array(['https://docs.themeum.com/wp-content/uploads/2020/02/themeum-wp-mega-menu-hover-button-click-to-configu.png', None], dtype=object) array(['https://docs.them...
docs.themeum.com
When you begin using ThoughtSpot, the onboarding process starts automatically and guides you through a few basic scenarios. Usually, you receive an email welcoming you to the onboarding process at ThoughtSpot. To repeat user onboarding, see Revisit onboarding. How onboarding works for the user Your onboarding experienc...
https://docs.thoughtspot.com/6.2/end-user/onboarding/user-onboarding-experience.html
2021-02-24T20:23:51
CC-MAIN-2021-10
1614178347321.0
[]
docs.thoughtspot.com
Saia S-Bus OPC Server Check out these articles and learn more details about the Saia S-Bus OPC Server Configuration tool and how to use it. The configuration tool for the WEBfactory Saia S-Bus OPC Server is accessible via the Start Menu > Programs > WEBfactory 2010 > OPC Server Configuration > Saia S-Bus OPC Server. Sa...
https://docs.webfactory-i4.com/webfactory2010/en/saia-s-bus-opc-server.html
2021-02-24T20:16:42
CC-MAIN-2021-10
1614178347321.0
[array(['image/15f9ab67d6f798.jpg', 'Capture24.jpg'], dtype=object) array(['image/15f9ab67d78e5a.jpg', 'Capture25.jpg'], dtype=object) array(['image/15f9ab67d80b90.jpg', 'Capture26.jpg'], dtype=object) array(['image/15f9ab67d88b80.jpg', 'Capture27.jpg'], dtype=object) array(['image/15f9ab67cda784.png', '85.png'], d...
docs.webfactory-i4.com
Smart Contracts¶ Contracts are special kinds of accounts that have code, an ABI, and state. This is a technical description of the protocol and execution. It is recommended to interact with contracts using higher level API supported by aergocli and the various SDKs. Deployment¶ Contracts are deployed by sending a trans...
https://aergo.readthedocs.io/en/1.3/specs/contracts.html
2021-02-24T21:17:42
CC-MAIN-2021-10
1614178347321.0
[]
aergo.readthedocs.io
changes.mady.by.user Unknown User (mkos) Saved on Mar 23, 2016 ... If you are a vendor, see documentation for using LAC to add products, templates, customers, create orders and activate licenses, as well as manage LAC administration, which includes: If you are an end user, see documentation for using LAC to activate li...
https://docs.x-formation.com/pages/diffpagesbyversion.action?pageId=819202&selectedPageVersions=24&selectedPageVersions=25
2021-02-24T20:10:11
CC-MAIN-2021-10
1614178347321.0
[]
docs.x-formation.com
Add Bugsnag to your EventMachine projects. Bugsnag’s Ruby gem can be installed using Bundler by adding the gem to your Gemfile: gem 'bugsnag-em' Don’t forget to run bundle install after updating your Gemfile. app, add the following code to your entrypoint: in your EventMachine applications, you’ll need to implement Eve...
https://docs.bugsnag.com/platforms/ruby/event-machine/
2021-05-06T03:21:00
CC-MAIN-2021-21
1620243988725.79
[]
docs.bugsnag.com
Military veterans can be your most dedicated and hardest working employees if you give them a quality recruiting experience and fulfilling work to do. With over 20,000 veterans transitioning out of the service every month, this source of talent is completely renewable, year after year. To help companies with the intric...
https://docs.candidit.com/diversity-and-inclusion/military-veterans
2021-05-06T04:17:33
CC-MAIN-2021-21
1620243988725.79
[]
docs.candidit.com
The QUndoView class displays the contents of a QUndoStack. More... This class was introduced in Qt 4.2. and sets the observed group to group. The view will update itself autmiatically whenever the active stack of the group changes. Constructs a new view with parent parent and sets the observed stack to stack.. Returns ...
https://docs.w3cub.com/qt~5.15/qundoview
2021-05-06T03:49:14
CC-MAIN-2021-21
1620243988725.79
[]
docs.w3cub.com
194 documents found. Gemini allows you to map Gemini global groups with Active Directory groups. Users are then automatically added or removed from the Gemini groups according to the Active Directory groups. Note that you must have the Gemini scheduler service installed for the synchronization to work. Enable and confi...
http://docs42.countersoft.com/docs/page/234/active-directory-integration
2019-05-19T12:42:17
CC-MAIN-2019-22
1558232254882.18
[]
docs42.countersoft.com
Introduction Welcome to your Confluence toolbox! With ScriptRunner for Confluence you can do the following and more. Maintain Confluence more easily Make your Confluence maintenance a breeze with built-in Scripts that allow you to: Automate everyday tasks Create automations that makes your instance more efficient and p...
http://scriptrunner-docs.connect.adaptavist.com/confluencecloud/quickstart.html
2019-05-19T12:53:20
CC-MAIN-2019-22
1558232254882.18
[array(['../image/confluencecloud/sr-banner.png', 'sr banner'], dtype=object) ]
scriptrunner-docs.connect.adaptavist.com
All content with label configuration+gridfs+hotrod+infinispan+installation+jboss_cache. Related Labels: expiration, publish, datagrid, coherence, interceptor, server, replication, transactionmanager, dist, release, partitioning, query, deadlock, archetype, jbossas, nexus, guide, schema, listener, cache, s3, amazon, mem...
https://docs.jboss.org/author/label/configuration+gridfs+hotrod+infinispan+installation+jboss_cache
2019-05-19T14:07:08
CC-MAIN-2019-22
1558232254882.18
[]
docs.jboss.org
position from world space to local space. This function is essentially the opposite of Transform.TransformPoint, which is used to convert from local to world space. Note that the returned position is affected by scale. Use Transform.InverseTransformDirection if you are dealing with direction vectors rather than positi...
https://docs.unity3d.com/ScriptReference/Transform.InverseTransformPoint.html
2019-05-19T12:35:20
CC-MAIN-2019-22
1558232254882.18
[]
docs.unity3d.com
32.2. ast — Abstract Syntax Trees¶ Source. 32.2.1. Node classes¶ - class ast. AST¶ This is the base of all AST node classes. The actual node classes are derived from the Parser/Python.asdlfile, which is reproduced below. They are defined in the _astC module and re-exported in ast. There is one class defined for each le...
http://docs.activestate.com/activepython/3.6/python/library/ast.html
2019-05-19T12:40:15
CC-MAIN-2019-22
1558232254882.18
[]
docs.activestate.com
Combining JWT-based authentication with basic access authentication¶ In this example we will make a service with basic HTTP authentication for Haskell clients and other programs, as well as with JWT-based authentication for web browsers. Web browsers will still use basic HTTP authentication to retrieve JWTs though. War...
http://docs.servant.dev/en/master/cookbook/jwt-and-basic-auth/JWTAndBasicAuth.html
2019-05-19T12:28:14
CC-MAIN-2019-22
1558232254882.18
[]
docs.servant.dev
Order Archive¶ Overview¶ easy and convenient. Admin will receive an email notification whenever the order is archived according to schedule. The order has been stored or not displayed in the Customer’s Account, depending on the settings by admin. Furthermore, admins can also use the API to manage archived orders. In ad...
https://docs.mageplaza.com/order-archive/
2019-05-19T13:21:49
CC-MAIN-2019-22
1558232254882.18
[array(['https://i.imgur.com/wccAHvS.png', 'https://i.imgur.com/wccAHvS.png'], dtype=object) array(['https://i.imgur.com/SoQPPks.png', 'https://i.imgur.com/SoQPPks.png'], dtype=object) array(['https://i.imgur.com/yUrYB3I.png', 'https://i.imgur.com/yUrYB3I.png'], dtype=object) array(['https://...
docs.mageplaza.com
- MSA-based observations are affected by slit losses due to off-center target placement in the shutter and throughput calibration inaccuracies derived from target acquisition. Introduction Parent articles: NIRSpec Operations → NIRSpec MOS Operations One of the main observing modes of NIRSpec is the multi-object spectr...
https://jwst-docs.stsci.edu/display/JTI/NIRSpec+MOS+Operations+-+Slit+Losses?reload=true
2019-05-19T13:10:03
CC-MAIN-2019-22
1558232254882.18
[]
jwst-docs.stsci.edu
Games end when certain conditions are fulfilled: a player reaches a certain goal, time runs out or all players but one are eliminated. Set End Conditions to end a game when a condition is fulfilled. Machinations diagrams use End Conditions to specify end states. End Conditions are square Nodes with a smaller, filled sq...
https://docs.machinations.io/nodes/end-conditions
2019-05-19T12:18:13
CC-MAIN-2019-22
1558232254882.18
[]
docs.machinations.io
Imaging Technology At VRA, we utilize the most advanced retinal imaging available..
https://www.retina-docs.com/technology
2019-05-19T12:24:12
CC-MAIN-2019-22
1558232254882.18
[array(['https://static1.squarespace.com/static/5be3093b2971145c1371cf3e/t/5c2ec0268a922d8f0fe9b8d7/1546567729494/mac%2Bhole%2B3.jpg', 'mac+hole+3.jpg'], dtype=object) array(['https://static1.squarespace.com/static/5be3093b2971145c1371cf3e/t/5c2ec03c4fa51a57280cf415/1546567970783/fa1.png', 'fa1.png'], ...
www.retina-docs.com
Render Modes RadSocialShare an image sprite is used to create the icons. The HTML is as lightweight and semantic as possible and CSS3 is used for the border-redius. improvesSocialShare,SocialShare uses internally RadComboBox and RadWindow for its CompactPopup and RadCaptcha for its SendEmail form. These controls inheri...
https://docs.telerik.com/devtools/aspnet-ajax/controls/socialshare/mobile-support/render-modes
2019-05-19T12:22:19
CC-MAIN-2019-22
1558232254882.18
[]
docs.telerik.com
Delete Orders¶ Overview¶ receive an email notification when Order is Delete by schedule. How to download and install¶ How to Configure¶ I.Configuration¶ From the Admin panel, go to Stores > Configuration > Mageplaza > Delete Orders. 2. Automatic Delete Configuration¶ An Order can only be deleted automatically by schedu...
https://docs.mageplaza.com/delete-orders/index.html
2019-05-19T12:54:20
CC-MAIN-2019-22
1558232254882.18
[array(['https://i.imgur.com/dFJpzZb.png', 'https://i.imgur.com/dFJpzZb.png'], dtype=object) array(['https://i.imgur.com/1r50764.png', 'https://i.imgur.com/1r50764.png'], dtype=object) array(['https://i.imgur.com/wsWjXc4.png', 'https://i.imgur.com/wsWjXc4.png'], dtype=object) array(['https://...
docs.mageplaza.com
Configure a swapfile location for the host to determine the default location for virtual machine swapfiles in the vSphere Web Client. About this task By default, swapfiles for a virtual machine are located on a the virtual machine on a local datastore rather than in the same directory as the virtual machine swapfiles. ...
https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.resmgmt.doc/GUID-12B8E0FB-CD43-4972-AC2C-4B4E2955A5DA.html
2019-05-19T12:20:22
CC-MAIN-2019-22
1558232254882.18
[]
docs.vmware.com
class oeofstream : public oeostream This class represents oeofstream. Implements an output stream capable of writing to a specified file or to any generic data source with an associated file descriptor. The following methods are publicly inherited from oeostream: The following methods are publicly inherited from oestre...
https://docs.eyesopen.com/toolkits/java/oechemtk/OEPlatformClasses/oeofstream.html
2019-05-19T13:51:43
CC-MAIN-2019-22
1558232254882.18
[]
docs.eyesopen.com
Start a baseline load-sharing set transfer The snapmirror initialize-ls-set command initializes and updates a set of load-sharing mirrors. This command is usually used after the snapmirror create command is used to create a SnapMirror relationship for each of the destination volumes in the set of load-sharing mirrors. ...
https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-cmpr-950/snapmirror__initialize-ls-set.html
2019-05-19T12:36:57
CC-MAIN-2019-22
1558232254882.18
[]
docs.netapp.com
The OME team is committed to providing frequent, project-wide upgrades both with bug fixes and new functionality. We try to make the schedule for these releases as public as possible. You may want to take a look at the roadmap for exactly what will go into a release. We always inform our mailing lists of the developmen...
https://docs.openmicroscopy.org/omero/5.1.4/sysadmins/server-upgrade.html
2019-05-19T12:40:42
CC-MAIN-2019-22
1558232254882.18
[]
docs.openmicroscopy.org
This document describes the support for SQL foreign key constraints introduced in SQLite version 3.6.19 (2009-10-14).: CREATE TABLE artist( artistid INTEGER PRIMARY KEY, artistname TEXT ); CREATE TABLE track( trackid INTEGER, trackname TEXT, trackartist INTEGER -- Must map to an artist.artistid! );: CREATE TABLE track(...
http://docs.w3cub.com/sqlite/foreignkeys/
2018-02-18T02:44:53
CC-MAIN-2018-09
1518891811352.60
[]
docs.w3cub.com
- Run Forward Path tasks - Virtualization solution Forward Path tasks are typically used to automate the creation of production-ready App-V and XenApp packages, based on logic within the Forward Path report. However, Forward Path tasks can be configured to do many other tasks, such as copying files and sending emails. ...
https://docs.citrix.com/de-de/dna/7-9/reporting/forward-path/dna-forward-path-tasks.html
2018-02-18T03:13:47
CC-MAIN-2018-09
1518891811352.60
[]
docs.citrix.com
Autoload¶ Core and most of plugins have been fitted with class autoloaders. These autoloaders (where present) are located in plugins/%plugin name%/include/autoload.php These files are auto-generated so please do not edit! When you add a new class, you need to regenerate the corresponding autoload.php file. To do so, ru...
http://tuleap-documentation.readthedocs.io/en/latest/developer-guide/autoload.html
2018-02-18T03:21:50
CC-MAIN-2018-09
1518891811352.60
[]
tuleap-documentation.readthedocs.io
Channels Channels allow users to subscribe to different release cadences for an app, be it by major version bumps or in-development releases. You can provide users with automated upgrades for daily releases, beta, candidate or stable releases. They also let you manage major software series and provide fixes to users wi...
https://docs.snapcraft.io/reference/channels
2018-02-18T03:25:40
CC-MAIN-2018-09
1518891811352.60
[]
docs.snapcraft.io
Robot Operating System (ROS) Snapcraft builds on top of the catkin tool, familiar to any ROS developer, to create snaps for people to install on Linux. What problems do snaps solve for ROS applications? ROS itself is distributed via the OSRF’s own Debian archive, along with many community-supported tools. It’s possible...
https://docs.snapcraft.io/build-snaps/ros
2018-02-18T03:20:59
CC-MAIN-2018-09
1518891811352.60
[]
docs.snapcraft.io
Managing Imply Clusters An Imply cluster consists of the processes that make up Druid, including data servers, query servers, and master servers, along with Pivot. The way you create and scale a cluster differs depending on how you are running Imply. In an Imply Cloud installation, you can add clusters from the Imply M...
https://docs.imply.io/2021.02/cluster-management/
2021-04-10T18:31:10
CC-MAIN-2021-17
1618038057476.6
[array(['/2021.02/assets/imply-manager-cloud-new-cluster.png', 'Imply manager cloud create cluster'], dtype=object) array(['/2021.02/assets/imply-manager-new-cluster-status.png', 'Imply manager Create cluster progress'], dtype=object) array(['/2021.02/assets/imply-manager-cluster-overview.png', ...
docs.imply.io
Configuring Apple's Classroom App with Jamf School Apple's Classroom app and Jamf Teacher are both apps that teachers can use to manage student's school-issued devices. Each app has a different feature set. You can choose to distribute one or both apps, depending on the needs of your environment. Apple's Classroom app,...
https://docs.jamf.com/jamf-school/deploy-guide-docs/Configuring_Apple's_Classroom_App_with_Jamf_School.html
2021-04-10T18:57:52
CC-MAIN-2021-17
1618038057476.6
[]
docs.jamf.com
- Tap Servers (cloud icon) at the bottom of the window and tap the server icon. - If prompted, supply your RSA user name and passcode, your Active Directory user name and password, or both. - Touch and hold the desktop name until the context menu appears. - Tap Log Off in the context menu. Results What to do next Tap ...
https://docs.vmware.com/en/VMware-Horizon-Client-for-iOS/4.6/com.vmware.horizon.ios-client-46-install/GUID-5C76B460-EAEA-4D6D-B03D-269BEFBEAB47.html
2021-04-10T20:15:55
CC-MAIN-2021-17
1618038057476.6
[]
docs.vmware.com
Customer Support Policy 1.: *As used herein Bug shall mean an unexpected error, fault or flaw within the Software Ideas - access to all relevant data required to pinpoint and solve the issue This is in addition to any further assistance reasonably requested from the Acrolinx Support team. Acrolinx assumes all data subm...
https://docs.acrolinx.com/kb/en/customer-support-policy-13731247.html
2022-08-08T04:28:34
CC-MAIN-2022-33
1659882570765.6
[]
docs.acrolinx.com
Localizing Applications Introduction to International Applications Based on the .NET Framework Discusses the concepts related to developing software for an international market using Visual Basic or Visual C#. Globalizing Windows Forms Provides links to pages about creating Windows applications that support multiple cu...
https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2013/z68135h5(v=vs.120)
2022-08-08T05:48:51
CC-MAIN-2022-33
1659882570765.6
[]
docs.microsoft.com
Import Google Analytics data Google Analytics is shutting down its Universal Analytics properties. To keep this data you can choose to import it into Simple Analytics. We built a simple import tool where you can import your data in just a few clicks. With Simple Analytics you can import Universal Analytics properties a...
https://docs.simpleanalytics.com/import-google-analytics-data
2022-08-08T05:06:21
CC-MAIN-2022-33
1659882570765.6
[array(['/images/pencil.svg', 'edit'], dtype=object)]
docs.simpleanalytics.com
See “CREATE AUTHORIZATION” in Teradata Vantage™ - SQL Data Definition Language Detailed Topics , B035-1184 for more information about creating authorization objects. See CREATE FUNCTION and REPLACE FUNCTION (External Form), CREATE FUNCTION and REPLACE FUNCTION (Table Form), and CREATE PROCEDURE and REPLACE PROCEDURE (E...
https://docs.teradata.com/r/Teradata-VantageTM-SQL-Data-Definition-Language-Syntax-and-Examples/September-2020/Authorization-Statements-for-External-Routines/CREATE-AUTHORIZATION-and-REPLACE-AUTHORIZATION/Related-Topics
2022-08-08T05:25:15
CC-MAIN-2022-33
1659882570765.6
[]
docs.teradata.com
Data Collection for IoT Security Use Encapsulated Remote Switched Port Analyzer (ERSPAN) to collect IoT device data from switches. Unless device traffic is visible to a firewall, the firewall cannot include it in the logs it forwards to IoT Security. When you need to collect data for devices whose traffic doesn't pass ...
https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-new-features/iot-security-features/data-collection-for-iot-security
2022-08-08T05:09:14
CC-MAIN-2022-33
1659882570765.6
[array(['/content/dam/techdocs/en_US/dita/_graphics/10-2/iot/con-switch-erspan-data-collection.png/jcr:content/renditions/original', None], dtype=object) ]
docs.paloaltonetworks.com
📄️ Introduction What is Meta Box? 📄️ Installation Requirements 📄️ Custom post types When building a website, there may be sections on the website such as events and projects where the content and appearance are very different from posts and pages. That's when you need custom post types. 📄️ Custom.
https://docs.metabox.io/category/getting-started/
2022-08-08T05:10:34
CC-MAIN-2022-33
1659882570765.6
[]
docs.metabox.io
How to create. - Press the + Create A New Queue button. A prompt will appear: - Fill in the required information: Queue Name The only non-optional item is the name. Description This is optional. Please use a description that your agents will understand. Rules Here you can choose the rule in which the alerts created by ...
https://docs.unit21.ai/u21/docs/create-alert-queues
2022-08-08T05:06:59
CC-MAIN-2022-33
1659882570765.6
[array(['https://files.readme.io/b8f8861-ezgif-4-2d52f77bd7.gif', 'ezgif-4-2d52f77bd7.gif 800'], dtype=object) array(['https://files.readme.io/b8f8861-ezgif-4-2d52f77bd7.gif', 'Click to close... 800'], dtype=object) array(['https://files.readme.io/9f38e00-Unit21-Queues-7.png', 'Unit21-Queues-7...
docs.unit21.ai
You are looking at documentation for an older release. Not what you want? See the current release documentation. 4 via the following topics: A list of things you need to do before the upgrade. How to upgrade from eXo Platform 4.3 to eXo Platform 4.4. Some tips that help you monitor the upgrade. Common steps for upgradi...
https://docs-old.exoplatform.org/public/topic/PLF44/PLFAdminGuide.Upgrade.html
2022-08-08T04:36:58
CC-MAIN-2022-33
1659882570765.6
[]
docs-old.exoplatform.org
Installation on Windows (fully manual)¶ Attention This pages details all of the manual steps to install our software on Windows. However, do note that we recommend to use our scripted installation instead: Installation on Windows. Preparation¶ Install dependency: Microsoft Visual C++ Redistributable¶ Executables and DL...
https://docs.unified-streaming.com/installation/distributions/windows-manual.html
2022-08-08T03:43:04
CC-MAIN-2022-33
1659882570765.6
[]
docs.unified-streaming.com
2. Creating an Entity Entities are the basing building block for Transaction Monitoring. Entities are either businesses or users such as: - User Name: Sarah Smith - User ID: 9547-sngfB - Business Name: JHK Corp - Business ID automatically created by your company: ja-945Jgd92N Create a Sample Entity: Typically, an engin...
https://docs.unit21.ai/u21/docs/2-agent-creating-an-entity
2022-08-08T03:36:52
CC-MAIN-2022-33
1659882570765.6
[array(['https://files.readme.io/0d05d9a-Unit21-Agent-Entity-1.png', 'Unit21-Agent-Entity-1.png 1200'], dtype=object) array(['https://files.readme.io/0d05d9a-Unit21-Agent-Entity-1.png', 'Click to close... 1200'], dtype=object) array(['https://files.readme.io/fb89310-Unit21-Agent-Entity-2.png', ...
docs.unit21.ai
How do I create an Enterprise account in Sizzle? Create an account by going to the upper right hand corner of the sizzlesells.com home page. What? How can I make sure I can sell my products, services or experiences in Sizzle.shop? We have spelled out all of the various categories of goods that you are allowed to sell i...
http://docs.sizzle.network/faq-category/accounts/
2022-08-08T05:03:18
CC-MAIN-2022-33
1659882570765.6
[]
docs.sizzle.network
Change PO Number Process Pick Ticket/Z Slip Invoice To change the Customer Purchaser Order number on an invoice - In the invoice screen recall the invoice using F3 then keying in the invoice number - Select the Change option using “C” - Press Enter through Payment Method, Invoice Discount, Freight - Make Necessary chan...
https://docs.amscomp.com/books/counterpoint/page/change-po-number
2022-08-08T03:42:27
CC-MAIN-2022-33
1659882570765.6
[]
docs.amscomp.com
78 commands Nyx // Fun // Logging // Moderation // Music // Autorole // Settings // Utility By default, the prefix is ;, or you can use "nyx (command)" You can always change this by using nyx prefix <prefix> Command usage: - []: Optional argument. - <>: Required argument. NOTE: don't put the symbols inside of the actua...
https://docs.nyx.bot/article/commands
2022-08-08T04:39:05
CC-MAIN-2022-33
1659882570765.6
[]
docs.nyx.bot
Surface Tools Surface Surface Edit Tools > Refit to Tolerance The FitSrf command tries to reduce the number of surface control points while maintaining the surface's same general shape. DeleteInput Deletes the original geometry. Retains the original geometry. ReTrim Trims the new fit surface with the original trimming ...
http://docs.mcneel.com/rhino/7/help/en-us/commands/fitsrf.htm
2022-08-08T05:25:21
CC-MAIN-2022-33
1659882570765.6
[]
docs.mcneel.com
Data Migration Questionnaire Abstract This document is intended for those requesting data migration (DM) into WebChart ( WC ), and should be used for surveying any and all requirements for that purpose. Data migration is defined as the movement, or transference of data from one system to another. For example, the movin...
https://docs.webchartnow.com/functions/system-administration/data-migration/data-migration-questionnaire.html
2022-08-08T04:17:14
CC-MAIN-2022-33
1659882570765.6
[]
docs.webchartnow.com
You are looking at documentation for an older release. Not what you want? See the current release documentation. eXo Web Service provides a framework to cross-domain AJAX. This section shows you how to use this framework. You can checkout the source code at.. To describe the method for the cross-domain AJAX solution, c...
https://docs-old.exoplatform.org/public/topic/PLF44/WS.CrossDomainAJAX.html
2022-08-08T05:05:04
CC-MAIN-2022-33
1659882570765.6
[]
docs-old.exoplatform.org
An Act to create 20.445 (1) (c) and 106.45 of the statutes; Relating to: grants for certain University of Wisconsin and technical college graduates who paid nonresident tuition; granting rule-making authority; and making an appropriation. (FE) Amendment Histories Bill Text (PDF: ) Fiscal Estimates and Reports AB888 ROC...
https://docs.legis.wisconsin.gov/2017/proposals/ab888
2022-08-08T04:31:48
CC-MAIN-2022-33
1659882570765.6
[]
docs.legis.wisconsin.gov
Subscription Jmix Studio commercial subscription provides additional visual designers for convenient work with entities, screens, fetch plans, and roles. You can open Jmix Studio Premium dialog from the toolbar of the Jmix Tool Window using Subscription Information… action. In the dialog, you can enter Studio subscript...
https://docs.jmix.io/jmix/studio/subscription.html
2022-08-08T05:04:53
CC-MAIN-2022-33
1659882570765.6
[array(['_images/open-subscription.png', 'open subscription'], dtype=object) array(['_images/subscription.png', 'subscription'], dtype=object) array(['_images/active-license.png', 'active license'], dtype=object) array(['_images/subscription-trial.png', 'subscription trial'], dtype=object) ...
docs.jmix.io
We’re excited to announce the New Relic Infrastructure’s PowerDNS integration. Customers with a subscription to New Relic One can now pull data from their PowerDNS servers directly into New Relic without installing any third-party software. This on-host integration allows you to track key metrics and gain critical insi...
https://docs.newrelic.com/whats-new/2021/11/whats-new-powerdns/
2022-08-08T04:34:38
CC-MAIN-2022-33
1659882570765.6
[]
docs.newrelic.com
Google Data Studio connector Some customers use Google Data Studio for building reports. Because we care about privacy, we don’t store any personal data. That’s why we are comfortable enough to let customers choose to connect with Data Studio while Google can’t abuse our customers’ data or their visitors. This connecto...
https://docs.simpleanalytics.com/google-data-studio
2022-08-08T05:00:17
CC-MAIN-2022-33
1659882570765.6
[array(['/images/pencil.svg', 'edit'], dtype=object) array(['https://assets.simpleanalytics.com/docs/google-data-studio/connector.jpg', 'Simple Analytics connector for Google Data Studio'], dtype=object) ]
docs.simpleanalytics.com
FuseSoC User Guide¶ The FuseSoC User Guide is aimed at hardware developers utilizing FuseSoC to build and integrate their hardware designs. Learn how to use FuseSoC in an existing project. Have you checked out a hardware design project that uses FuseSoC and are trying to understand how to build the design? Get started ...
https://fusesoc.readthedocs.io/en/latest/user/index.html
2022-08-08T05:16:01
CC-MAIN-2022-33
1659882570765.6
[]
fusesoc.readthedocs.io
Customising FTGate Webmail FTGate allows for a very simple method of customising the initial welcome screens and logos used in the user interface. Process - Locate the folder Webs5/assets - Copy the contents to a new folder (this is to prevent your logos being overwritten if we update our logos) - Replace the logo file...
http://docs.ftgate.com/ftgate-documentation/using-ftgate/management/customising-webmail/
2022-08-08T03:19:08
CC-MAIN-2022-33
1659882570765.6
[]
docs.ftgate.com
iRO. …). The number of parallel connections is controlled using the lower right stepper control in the Transfers window.
https://docs.cyberduck.io/protocols/irods/?action=diff&version=13
2021-11-27T01:41:41
CC-MAIN-2021-49
1637964358078.2
[array(['../../_images/Use_parallel_transfer_option.png', 'Open multiple connections'], dtype=object) array(['../../_images/Limit_Number_of_Transfers.png', 'Limit Number of Transfers'], dtype=object) ]
docs.cyberduck.io
SSL This is a guide to setting up SSL using the C/C++ driver. This guide will use self-signed certificates, but most steps will be similar for certificates generated by a certificate authority (CA). The first step is to generate a public and private key pair for all Cassandra nodes and configure them to use the generat...
https://docs.datastax.com/en/developer/cpp-driver/2.3/topics/security/ssl/
2021-11-27T03:23:13
CC-MAIN-2021-49
1637964358078.2
[]
docs.datastax.com
IWorkbook.Range Property Provides access to the cell range in the worbook. Namespace: DevExpress.Spreadsheet Assembly: DevExpress.Spreadsheet.v21.2.Core.dll Declaration Property Value Remarks A cell range is a rectangular block of cells that is specified by the CellRange object. The Range property returns the IRangePro...
https://docs.devexpress.com/OfficeFileAPI/DevExpress.Spreadsheet.IWorkbook.Range
2021-11-27T02:45:56
CC-MAIN-2021-49
1637964358078.2
[]
docs.devexpress.com
$ZDATEH (ObjectScript) Synopsis $ZDATEH(date,dformat,monthlist,yearopt,startwin,endwin,mindate,maxdate,erropt,localeopt) $ZDH(date The $ZDATEH function validates a specified date and converts it from any of the formats supported by the $ZDATE function to $HOROLOG format. The exact action $ZDATEH performs depends on the...
https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=RCOS_FZDATEH&ADJUST=1
2021-11-27T02:42:22
CC-MAIN-2021-49
1637964358078.2
[]
docs.intersystems.com
Title The 20 year evolution of an energy conversion course at the United States Military Academy Document Type Article Publication Title Energy Conversion and Management Publication Date 3-1-2004 Abstract Over the past several years, an energy conversion course offered by the Mechanical Engineering Program at the Unite...
https://docs.rwu.edu/seccm_fp/88/
2021-11-27T02:53:54
CC-MAIN-2021-49
1637964358078.2
[]
docs.rwu.edu
Support | Blog | Contact Us Trifacta SaaS Release 7.1 Release 6.8 Release 6.4 Release 6.0 Release 5.1 Release 5.0 Trifacta Wrangler free Schedule Enterprise Demo Feedback Trifacta.com Enterprise Release 5.1 Outdated release! Latest docs are Release 8.7: Discovery Tasks Use the techniques in the following topics to iden...
https://docs.trifacta.com/pages/viewpage.action?pageId=118229322
2021-11-27T03:17:41
CC-MAIN-2021-49
1637964358078.2
[]
docs.trifacta.com
Entity—Boundary—Interactor¶ A modern application architecture This repository contains a description and an example implementation examples of the Entity—Boundary—Interactor (EBI) application architecture, derived from ideas initially conceived by Uncle Bob in his series of talks titled Architecture: The Lost Years and...
https://ebi.readthedocs.io/en/latest/index.html
2021-11-27T03:00:13
CC-MAIN-2021-49
1637964358078.2
[]
ebi.readthedocs.io
ebook deal of the week: Exam Ref 70-532 Developing Microsoft Azure Solutions, 2nd Edition This offer expires on Sunday, May 20 at 7:00 AM GMT...
https://docs.microsoft.com/en-us/archive/blogs/microsoft_press/ebook-deal-of-the-week-exam-ref-70-532-developing-microsoft-azure-solutions-2nd-edition
2021-11-27T01:51:38
CC-MAIN-2021-49
1637964358078.2
[]
docs.microsoft.com
Feature updates for Windows 10 and later policy in Intune This feature is in public preview. With Feature updates for Windows 10 and later in Intune, you can select the Windows feature update version that you want devices to remain at, like Windows 10 version 1909 or a version of Windows 11. Intune supports setting a f...
https://docs.microsoft.com/en-us/mem/intune/protect/windows-10-feature-updates
2021-11-27T03:35:30
CC-MAIN-2021-49
1637964358078.2
[]
docs.microsoft.com
What the security styles and their effects are Contributors There are four different security styles: UNIX, NTFS, mixed, and unified. Each security style has a different effect on how permissions are handled for data. You must understand the different effects to ensure that you select the appropriate security style for...
https://docs.netapp.com/us-en/ontap/smb-admin/security-styles-their-effects-concept.html
2021-11-27T03:32:53
CC-MAIN-2021-49
1637964358078.2
[]
docs.netapp.com
Did you found an bug or you would like to suggest a new feature? I’m open for feedback. Please open a new issue and let me know what you think. You’re also welcome to contribute with pull requests. This document explains how to contribute changes to the pREST project. open discussion here. sending code out for review, ...
https://docs.prestd.com/contribute/
2021-11-27T03:00:30
CC-MAIN-2021-49
1637964358078.2
[]
docs.prestd.com
The Administrative Console Guide Full online documentation for the WP EasyCart eCommerce plugin! Full online documentation for the WP EasyCart eCommerce plugin! Google Merchant Options allow you to specify the google meta data that is required if going to move toward a google listed merchant product. Not all products s...
https://docs.wpeasycart.com/wp-easycart-administrative-console-guide/?section=google-merchant-options
2021-11-27T03:33:27
CC-MAIN-2021-49
1637964358078.2
[]
docs.wpeasycart.com
SettingsController¶ Package: Controller extends Omeka_Controller_AbstractActionController - SettingsController::checkImagemagickAction()¶ Determine whether or not ImageMagick has been correctly installed and configured. In a few cases, this will indicate failure even though the ImageMagick program works properly. In th...
https://omeka.readthedocs.io/en/stable-2.2/Reference/controllers/SettingsController.html
2021-11-27T02:07:56
CC-MAIN-2021-49
1637964358078.2
[]
omeka.readthedocs.io
Bearer provides 3 types of keys. Each of them serves different purposes to ensure your API calls are secured. Find below the documentation about the differences between your Secret Key, Publishable Key and Encryption Key Your Bearer Secret Key is used to authenticate your application with Bearer when setting up the Bea...
https://docs.bearer.sh/dashboard/settings
2020-02-17T00:53:49
CC-MAIN-2020-10
1581875141460.64
[]
docs.bearer.sh
Introduction to CDAP The Cask Data Application Platform (CDAP) is a Unified Integration Platform for Big Data applications. It provides simple, easy-to-use abstractions to process and analyze huge datasets, without having to write and debug low-level code, leading to rapid time-to-value. It integrates the latest Big Da...
https://docs.cask.co/cdap/develop/en/user-guide/overview.html
2020-02-17T01:13:48
CC-MAIN-2020-10
1581875141460.64
[]
docs.cask.co
TechEd EMEA for Developers is coming up next week – visit our Windows Mobile Talks! PDC is barely over, and we already have TechED EMEA for Developer coming up next week, so some of us are heading over to Barcelona this weekend. Maarten Struys and I will be giving the following sessions. Please make sure to visit us. H...
https://docs.microsoft.com/en-us/archive/blogs/croman/teched-emea-for-developers-is-coming-up-next-week-visit-our-windows-mobile-talks
2020-02-17T02:37:02
CC-MAIN-2020-10
1581875141460.64
[]
docs.microsoft.com
I goofed on PSSUG June meeting Mea culpa...I made a mistake when publicizing this month's Philadelphia SQL Server User Group meeting in the localized MSDN Flash. I misread their website, and inadvertently posted the data of the meeting as today, June 1st, with an incorrect speaker and topic. The correct info is as foll...
https://docs.microsoft.com/en-us/archive/blogs/gduthie/i-goofed-on-pssug-june-meeting
2020-02-17T02:41:05
CC-MAIN-2020-10
1581875141460.64
[]
docs.microsoft.com
In your data, you might have groups of events with related field values. To search more efficiently for these groups of event data, you can assign tags and aliases to your data. If you tag tens of thousands of items, use field lookups. Using many tags will not affect indexing, but your search has better event categoriz...
https://docs.splunk.com/Documentation/Splunk/6.6.2/Knowledge/Abouttagsandaliases
2020-02-17T01:12:06
CC-MAIN-2020-10
1581875141460.64
[array(['/skins/OxfordComma/images/acrobat-logo.png', None], dtype=object)]
docs.splunk.com
You can check current permissions for privacy-related privileges and request user permission to use specified privileges. This feature is supported in mobile and wearable applications only. Privacy Privilege API include: Checking privilege status. enumeration (in mobile and wearable callback used in the requestPermissi...
https://docs.tizen.org/application/web/guides/security/privacy-related-permissions
2020-02-17T00:36:01
CC-MAIN-2020-10
1581875141460.64
[]
docs.tizen.org
Building NSClient++## The dependencies are different on different Linux systems so we will start with a section on installing dependencies on various platforms. Dependencies on Ubuntu# First we need to install a set of packages: sudo apt-get install -y git sudo apt-get install -y build-essential sudo apt-get install -y...
http://docs.nsclient.org/0.5.1/about/build/
2020-02-17T01:25:48
CC-MAIN-2020-10
1581875141460.64
[]
docs.nsclient.org
There is a management SSID that lets users know the current status when an access point connects to EnGenius Cloud. If an access point has lost its connection to the Internet but still receives power, it will broadcast a management service set identifier (SSID) that can be connected to for administrative tasks. Connect...
https://docs.engenius.ai/engenius-cloud/appendix/ssid-trouble-shooting-naming-rules
2020-02-17T00:11:02
CC-MAIN-2020-10
1581875141460.64
[]
docs.engenius.ai
NATS account configurations are built using the nsc tool. The NSC tool allows you to: Create and edit Operators, Accounts, Users Manage publish and subscribe permissions for Users Define Service and Stream exports from an account Reference Service and Streams from another account Generate Activation tokens that grants ...
https://docs.nats.io/nats-tools/nsc
2020-02-17T02:10:33
CC-MAIN-2020-10
1581875141460.64
[]
docs.nats.io
Advanced Restore Options (General) Use this dialog box to access additional restore options. Use hardware revert capability if available Not applicable. Impersonate User Specifies whether to submit Windows logon information for the current restore operation. This information is needed only if you intend to restore data...
http://docs.snapprotect.com/netapp/v11/article?p=products/vs_rhev/help/restore_adv_general.htm
2020-02-17T02:06:50
CC-MAIN-2020-10
1581875141460.64
[]
docs.snapprotect.com
Viewing Payouts With the WP1099 plugin, you can view payouts made to each vendor or affiliate during the year. Simply click on WP1099 in the left side menu, then click the Payouts tab at the top. This page will show you each vendor who has reached the applicable minimum payout threshold, with the total of all the payou...
https://docs.amplifyplugins.com/article/6-viewing-payouts
2020-02-17T02:00:35
CC-MAIN-2020-10
1581875141460.64
[array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/594bf4a704286305c68d4a6f/images/594c111b2c7d3a0747ce1c7d/file-XHZMiM2Zoc.png', None], dtype=object) array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/594bf4a704286305c68d4a6f/images/594c27632c7d3a0747ce1d3b/file-pSBfjGzLLu.gif', None], dt...
docs.amplifyplugins.com
Supported upgrades for domain controllers to Windows 2008 (Melting Pot in CorpNet) Currently. - You can have DCs with down-level OS down to Windows 2000 SP4 in the same forest along with WS2008 DCs. - This means you can have forests with a mix of WS2008, WS2003 SP2, WS2003 R2, WS2003 SP1 and Win2K SP4 (please have in m...
https://docs.microsoft.com/en-us/archive/blogs/brad_rutkowski/supported-upgrades-for-domain-controllers-to-windows-2008-melting-pot-in-corpnet
2020-02-17T02:34:21
CC-MAIN-2020-10
1581875141460.64
[]
docs.microsoft.com
Windows Server Technical Preview – My Favourite Features – Part 1 Microsoft released the first Technical Preview of Windows 10 to much acclaim back in October. There have been three releases so far and we currently sit on the ‘last release of the Calendar year’ – Build 9879. The Technical Preview is intended primarily ...
https://docs.microsoft.com/en-us/archive/blogs/uktechnet/windows-server-technical-preview-my-favourite-features-part-1
2020-02-17T02:34:52
CC-MAIN-2020-10
1581875141460.64
[]
docs.microsoft.com
The NATS.io team is always working to bring you features to improve your NATS experience. Below you will find feature summaries for new implementations to NATS. Check back often for release highlights and updates. NATS introduces logfile_size_limit allowing auto-rotation of log files when the size is greater than the c...
https://docs.nats.io/whats_new
2020-02-17T01:35:19
CC-MAIN-2020-10
1581875141460.64
[]
docs.nats.io
The Shader Generator¶ The Shader Generator¶ As of version 1.5.0, panda supports several new features: per-pixel lighting normal mapping gloss mapping glow mapping high-dynamic range rendering cartoon shading It’s not that these things weren’t possible before: they were. But previously, you had to write shaders to accom...
https://docs.panda3d.org/1.10/cpp/programming/shaders/shader-generator
2020-02-17T01:31:49
CC-MAIN-2020-10
1581875141460.64
[]
docs.panda3d.org
You can send events to multiple DAS/CEP receivers, either by sending the same event to many DAS/CEP receivers or by load balancing events among a set of servers. This handles the fail-over problem. When events are load balanced within a set of servers and if one receiver cannot be reached, events are automatically sent...
https://docs.wso2.com/display/CEP400/Setting+up+Multi+Receiver+and+Load+Balancing+Data+Agent
2020-02-17T01:35:48
CC-MAIN-2020-10
1581875141460.64
[]
docs.wso2.com
How-to guides¶ A collection of guides covering common issues that might be encountered using Deluge. Deluge as a service¶ Services are used to start applications on system boot and leave them running in the background. They will also stop the application nicely on system shutdown and automatically restart them if they ...
https://deluge.readthedocs.io/en/latest/how-to/index.html
2020-02-17T01:36:33
CC-MAIN-2020-10
1581875141460.64
[]
deluge.readthedocs.io
>> and troubleshoot issues. How a recovering member resyncs with the cluster. View replication status The monitoring console contains a wealth of information about the status of configuration replication. See Use the monitoring console..!
https://docs.splunk.com/Documentation/Splunk/7.0.0/DistSearch/HowconfrepoworksinSHC
2020-02-17T02:21:00
CC-MAIN-2020-10
1581875141460.64
[array(['/skins/OxfordComma/images/acrobat-logo.png', None], dtype=object)]
docs.splunk.com
Tizen Native API is carefully selected and tightly managed APIs from the Tizen native subsystems. The Tizen Native API Specification available in the Tizen SDK shows full list of the selected native subsystem APIs. The Native API is divided into dozens of API modules; each module represents a logically similar set of s...
https://docs.tizen.org/application/native/api/wearable/2.3.2/index.html
2020-02-17T00:39:08
CC-MAIN-2020-10
1581875141460.64
[]
docs.tizen.org
Retrieves an existing Amplify App by appId. See also: AWS API Documentation See 'aws help' for descriptions of global parameters. --app-id (string) Unique Id for an Amplify -> (structure) Amplify App represents different branches of a repository for building, deploying, and hosting. appId -> (string)Unique Id for the A...
https://docs.aws.amazon.com/ja_jp/cli/latest/reference/amplify/get-app.html
2020-02-17T00:45:23
CC-MAIN-2020-10
1581875141460.64
[]
docs.aws.amazon.com
Overview In the Particle Editor, the features Location: Omni and Motion: Collisions work together to create an omnipresent colliding effect. By setting different parameters appropriately, an omnipresent environmental effect like rain or snow can be created, making sure that the particles are generated far from the view...
https://docs.cryengine.com/pages/viewpage.action?pageId=36867992
2020-02-17T02:33:08
CC-MAIN-2020-10
1581875141460.64
[]
docs.cryengine.com