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 |
|---|---|---|---|---|---|---|
Changes related to "How Joomla! compares to an operating system"
← How Joomla! compares to an operating system
This is a list of changes made recently to pages linked from a specified page (or to members of a specified category). Pages on your watchlist are bold.
No changes during the given period matching these criter... | https://docs.joomla.org/index.php?title=Special:RecentChangesLinked&limit=250&target=How_Joomla!_compares_to_an_operating_system | 2015-06-30T04:55:16 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.joomla.org |
The BlackBerry 10 device uses a micro SIM card. To get a micro SIM card for your new device, contact your service provider.
The type of device you transferred data from and the version of device software on your previous device determines what data can be transferred to your new device. For a list of the type of data t... | http://docs.blackberry.com/en/smartphone_users/deliverables/61705/mba1351020541078.html | 2015-06-30T03:30:50 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.blackberry.com |
Change or delete a software token
You can rename, delete, and view information about your software tokens. When a software token expires, you can delete it to make room for new ones.
- Tap Menu > Token List.
- To change which software token appears when you open the Work Security ID app, tap a different software token.... | http://docs.blackberry.com/en/smartphone_users/deliverables/64673/laf1399407638575.jsp | 2015-06-30T03:36:50 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.blackberry.com |
Compute the one-dimensional discrete Fourier Transform.
This function computes the one-dimensional n-point discrete Fourier Transform (DFT) with the efficient Fast Fourier Transform (FFT) algorithm [CT].
See also
Notes
FFT (Fast Fourier Transform) refers to a way the discrete Fourier Transform (DFT) can be calculated e... | http://docs.scipy.org/doc/numpy-1.5.x/reference/generated/numpy.fft.fft.html | 2015-06-30T03:34:51 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.scipy.org |
Difference between revisions of "Developer Tutorials Project/Get Involved"
From Joomla! Documentation
JDOC:Developer Tutorials Project
Revision as of 10:08, 11 February 2013
Joining This JDOC Project
You don't need to join the Documentation Working Group to help us improve the Joomla! documentation. You don't need to b... | https://docs.joomla.org/index.php?title=JDOC:Developer_Tutorials_Project/Get_Involved&diff=81055&oldid=81054 | 2015-06-30T04:37:22 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.joomla.org |
My headset makes calls instead of my smartphone
If your BlackBerry smartphone is connected to a Bluetooth enabled headset, your smartphone might automatically make calls on the Bluetooth-enabled headset.
Try the following actions:
- Disconnect the Bluetooth-enabled headset from your smartphone.
- During a call, press t... | http://docs.blackberry.com/en/smartphone_users/deliverables/38326/1488131.jsp | 2015-06-30T03:54:06 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.blackberry.com |
Adding a Blog to Your Site
This topic targets, and was tested with, the Orchard 1.8 release.
Orchard provides a blogging engine that makes it easy to add a blog to your web site. This topic describes how to create a blog for your site, add a new blog post, and then setup comments and tags.
Add the Blog
On the Orchard d... | http://docs.orchardproject.net/Documentation/Adding-a-blog-to-your-site | 2015-06-30T03:25:42 | CC-MAIN-2015-27 | 1435375091587.3 | [array(['/Attachments/Adding-A-Blog-To-Your-Site/NewBlog.png', None],
dtype=object)
array(['/Attachments/Adding-A-Blog-To-Your-Site/ManageBlog.png', None],
dtype=object)
array(['/Attachments/Adding-A-Blog-To-Your-Site/NewPost1.png', None],
dtype=object)
array(['/Attachments/Adding-A-Blog-To-Your... | docs.orchardproject.net |
when the MonoBehaviour will be destroyed.
OnDestroy will only be called on game objects that have previously been active.
function OnDestroy () { print("Script was destroyed"); }
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void OnDestroy() { print("Script was destroyed"); }... | http://docs.unity3d.com/ScriptReference/MonoBehaviour.OnDestroy.html | 2015-06-30T03:31:04 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.unity3d.com |
Sip Servlets – Extension to Arquillian
Introduction
The Mobicents Sip Servlet extension to Arquillian 1.0.0-CR1 release introduces two Maven archetypes to help you quickly setup a test project.
This tutorial will walk you through the basic steps to create a testing project.
First pick one on of the Mobicent Sip Servlet... | http://docs.telestax.com/sip-servlets-extension-to-arquillian/ | 2015-06-30T03:27:02 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.telestax.com |
Does HIPAA allow me to send PHI to patients in unencrypted emails or SMS messages?
Warning
This material is provided for informational purposes only and not for the purpose of providing legal advice. Aptible is not a law firm. You should consult an attorney to obtain advice with respect to any particular issue or probl... | https://docs.aptible.com/docs/does-hipaa-allow-me-to-send-phi-to-patients-in-unencrypted-emails-or-sms-messages | 2022-01-16T19:58:15 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.aptible.com |
Temperature value > 40DO THIS: send notification
Sensortype
stepvalue. Step defines increments between min and max value of the datastream
{ORG_NAME}- name of the organization device belongs to
{PRODUCT_NAME}- name of the Template belongs to
{DEVICE_NAME}- device name
{TRIGGER_VALUE}- if Device State trigger was used, ... | https://docs.blynk.io/en/getting-started/notification-management/use-automations-to-send-notifications-no-code | 2022-01-16T18:15:21 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.blynk.io |
Kafka Streams Processor API¶
The Processor API allows developers to define and connect custom processors and to interact with state stores. With the Processor API, you can define arbitrary stream processors that process one received record at a time, and connect these processors with their associated state stores to co... | https://docs.confluent.io/platform/6.0.0/streams/developer-guide/processor-api.html | 2022-01-16T18:59:39 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.confluent.io |
Using the Spy Tool for Image Management
The
Capturing an Image Using WinSpy
- Open a Citrix session using the Eggplant Performance Citrix recorder, viewer, or Citrix Workspace. You must ensure the screen and display properties for color depth, font smoothing and screen size are consistent especially if not connecting u... | https://docs.eggplantsoftware.com/epp/9.4.0/ePP/webvuusing_the_spy_tool_for_images.htm | 2022-01-16T19:57:39 | CC-MAIN-2022-05 | 1642320300010.26 | [array(['../../../Resources/Images/winspyimages.png',
'WinSpy image viewer tool WinSpy image viewer tool'], dtype=object)] | docs.eggplantsoftware.com |
–
Find Rules by Custom Field Wizard - Step 3
Selecting fields in the Find Rules by Custom Field wizard
Include additional properties in the generated report. The selections you make here only augment the returned results; they do not filter them.
Select the check box next to the property names to include as columns in ... | https://docs.pega.com/application-development/84/find-rules-custom-field-wizard-step-3 | 2022-01-16T19:19:13 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.pega.com |
Group Management
Creating New GroupCreating New Group
Click
Add to add a group, which will pop up the editing screen of Groups.
Need to fill in the fields in the above picture:
Name(required): Only lowercase letters, numbers, dash
-and the bottom line
_can be filled in.
Display name.
UsersUsers
Click
edit users under t... | https://docs.primehub.io/docs/3.4/model_deployment/md-group | 2022-01-16T18:46:46 | CC-MAIN-2022-05 | 1642320300010.26 | [array(['/docs/assets/md_group_list_v28.png', None], dtype=object)
array(['/docs/assets/md_group_shared_volume_v34.png', None], dtype=object)
array(['/docs/assets/edit_users.png', None], dtype=object)
array(['/docs/assets/md_group_it.png', None], dtype=object)] | docs.primehub.io |
!
Two-step verification for Bitbucket is disabled by default. It can ONLY be enabled after you have completed the following:
Set up SSH on your account
Confirm primary email address
Ensure all applications connected to Bitbucket are up to date
For more information on how to complete each requirement, click HERE
1. Log ... | https://docs.trusona.com/totp/bitbucket/ | 2022-01-16T20:04:50 | CC-MAIN-2022-05 | 1642320300010.26 | [array(['https://docs.trusona.com/images/totp-integration-images/bitbucket/step-2.png',
'Click on Personal Settings'], dtype=object)
array(['https://docs.trusona.com/images/totp-integration-images/bitbucket/step-3.png',
'Click on Two-step verification'], dtype=object)
array(['https://docs.trusona.com/... | docs.trusona.com |
Mod) can be created this way:
TYPO3.Modal.confirm('The title of the modal', 'This the the body of the modal');
A modal as warning with button:
TYPO3.Modal.confirm('Warning', 'You may break the internet!', TYPO3.Severity.warning, [ { text: 'Break it', active: true, trigger: function() { // break the net } }, { text: 'Ab... | https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/ApiOverview/JavaScript/Modules/Modals.html | 2022-01-16T19:12:26 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.typo3.org |
Jetpack Instant Search
Jetpack Instant Search is a paid upgrade to the Jetpack plugin, bringing an improved search experience to self-hosted or WordPress.com-hosted WordPress sites. It uses Elasticsearch to provide this service. Jetpack handles the Elasticsearch indexing and searching described earlier, typically witho... | https://docs.wpvip.com/backgrounds/jetpack-search/ | 2022-01-16T19:36:27 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.wpvip.com |
Specifying purchase order numbers for SaaS contract products
When you purchase software as a service (SaaS) contract products in AWS Marketplace, you can specify
a purchase order number during the checkout process. This purchase order number is included on
the invoice for your SaaS contract purchase and is included in ... | https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-purchase-orders.html | 2022-01-16T20:10:31 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.aws.amazon.com |
Load and manage data. | https://docs.thoughtspot.com/software/6.1/loading-intro.html | 2022-01-16T19:52:22 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.thoughtspot.com |
The Map Error Report Dialog¶
This dialog is opened by clicking on its related item in The Map Menu.
It checks the map for errors and shows them in an error report list.
- Errors found
- The list of errors found in the map.
- Description
- Detailed description of the currently selected error.
- Go to error
- Centers the... | https://cafu.readthedocs.io/en/latest/mapping/cawe/dialogs/maperror.html | 2022-01-16T19:22:06 | CC-MAIN-2022-05 | 1642320300010.26 | [array(['../../../_images/dialog_errorreport.png', 'image0'], dtype=object)] | cafu.readthedocs.io |
Preview
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 14, 2022: Merge pull request #2038 from sidilabs/kind-setup (40122cc) | https://docs.dapr.io/operations/support/support-preview-features/ | 2022-01-16T19:13:11 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.dapr.io |
VisibilityNotifier¶
Inherits: CullInstance <. | https://docs.godotengine.org/uk/latest/classes/class_visibilitynotifier.html | 2022-01-16T19:14:25 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.godotengine.org |
This demonstration will be based on a video presenting the self defending transformation in action. This transformation can be used to avoid tampering and debugging of JavaScript code.
This is an unprotected space shooter. Note at the top of the screen there are 3 rockets. There is also a ‘Buy Rockets’ button. The goal... | https://docs.jscrambler.com/code-integrity/tutorials/self-defending | 2022-01-16T19:38:26 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.jscrambler.com |
Xml
Attributes. Xml Any Attribute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the XmlAnyAttributeAttribute to override.... | https://docs.microsoft.com/en-us/dotnet/api/system.xml.serialization.xmlattributes.xmlanyattribute?view=net-5.0 | 2022-01-16T20:52:47 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.microsoft.com |
Card link
Moov Drops are custom web components you can add to your page the same way you would add any HTML tag. Moov Drops are defined in the Moov.js package. After initializing Moov.js, you will have access to the
moov-card-link element, as well as other Moov Drops.
With the
moov-card-link element, credit card inform... | https://docs.moov.io/moovjs/drops/card-link/ | 2022-01-16T19:54:38 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.moov.io |
Skin form — Components tab — Reports — List view
Styles set here apply to report rows used in list views, including those embedded in work forms.
A preview of the currently selected format displays to the right. You can also preview formats by selecting Actions > Launch in the toolbar and then choosing one of the follo... | https://docs.pega.com/user-experience/84/skin-form-components-tab-reports-list-view-0 | 2022-01-16T20:13:35 | CC-MAIN-2022-05 | 1642320300010.26 | [] | docs.pega.com |
Config file format and location¶
We look for
mrjob.conf in these locations:
- The location specified by
MRJOB_CONF
~/.mrjob.conf
/etc/mrjob.conf
You can specify one or more configuration files with the
--conf-path
flag. See Options available to all runners for more information.
The point of
mrjob.conf is to let you set... | https://mrjob.readthedocs.io/en/stable/guides/configs-basics.html | 2022-01-16T18:46:14 | CC-MAIN-2022-05 | 1642320300010.26 | [] | mrjob.readthedocs.io |
Catalyst Blockchain Platform as a service allows you to use all the Hyperledger Fabric platform's advantages without spending time setting up the infrastructure for it. Choose a suitable subscription, and Catalyst Blockchain Platform will install and host a Hyperledger Fabric service for you.
Register to the Catalyst B... | https://docs.catalyst.intellecteu.com/catalyst-blockchain-platform-as-a-service | 2021-09-16T16:11:36 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.catalyst.intellecteu.com |
In Versions 6 and above, all outgoing operations that happen as part of processing a message (e.g. commands, responses, events) will be bundled together and passed to the transport after message handling pipeline has completed. This has two benefits:
- Business data will always be committed to storage before any outgoi... | https://docs.particular.net/nservicebus/messaging/batched-dispatch?version=core_8 | 2021-09-16T15:27:48 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.particular.net |
23.9. Writing new Processing algorithms as Python scripts¶
There are two options for writing Processing algorithms using Python..
23.
23.
23.9.3. Input and output types for Processing Algorithms¶
Here is the list of input and output types that are supported in
Processing with their corresponding alg decorator constants... | https://docs.qgis.org/testing/en/docs/user_manual/processing/scripts.html | 2021-09-16T15:29:15 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.qgis.org |
Crate bstr[−][src]
An experimental byte string library.
Byte strings are just like standard Unicode strings with one very important difference: byte strings are only conventionally UTF-8 while Rust’s standard Unicode strings are guaranteed to be valid UTF-8. The primary motivation for byte strings is for handling arbit... | https://docs.rs/bstr/0.2.16/bstr/ | 2021-09-16T15:08:15 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.rs |
Pay Link
The Pay Link feature allows you to create a ‘Pay Now’ button that can be sent via email from the gateway or you can embed it into an email from your own address. When the customer clicks the ‘Pay Now’ button, they will be directed to a pre populated Payment Page to enter their card details and make the payment... | http://docs.worldnettps.com/doku.php?id=merchant:existing_merchant:selfcare_system:pay_link | 2021-09-16T15:12:56 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.worldnettps.com |
Akash is an open source Cloud platform that lets you quickly deploy a Docker container to the Cloud provider of your choice for less than the cost of AWS, right from the command-line.
Define your Docker image, CPU, Memory, and Storage in a deploy.yaml file.
Set your price, receive bids from providers in seconds, and se... | https://docs.akash.network/ | 2021-09-16T15:34:07 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.akash.network |
Customizing at the edge with functions
With Amazon CloudFront, you can write your own code to customize how your CloudFront distributions process HTTP requests and responses. The code runs close to your viewers (users) to minimize latency, and you don’t have to manage servers or other infrastructure. You can write code... | https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/edge-functions.html | 2021-09-16T15:53:14 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.aws.amazon.com |
Resource Visibility
The visibility of the resource defines who can see the resource. It can have one of the following values:
- private - The resource is visible to the user that created the resource, the tenant’s managers and the system’s admins. Only these users can see or use this resource.
- tenant - The resource i... | https://docs.cloudify.co/5.0.0/working_with/manager/resource-visibility/ | 2021-09-16T15:19:23 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.cloudify.co |
You must complete a series of tasks to recover a software-based Storage Node where one or more storage volumes on the Storage Node have failed, but the system drive is intact. If only storage volumes have failed, the Storage Node is still available to the StorageGRID system.
Recovering a StorageGRID appliance Storage N... | https://docs.netapp.com/sgws-114/topic/com.netapp.doc.sg-maint/GUID-276D4305-225B-4E33-BC22-ACA7DFE57890.html | 2021-09-16T15:59:14 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.netapp.com |
DKIM Records Explained. When sending email with DKIM enabled, the sending server signs the messages with a private key. A domain owner also adds a DKIM record, which is a modified TXT record, to the DNS records on sending domain. This TXT record will contain a public key that's used by receiving mail servers to verify ... | https://docs.sendgrid.com/ui/account-and-settings/dkim-records | 2021-09-16T16:51:59 | CC-MAIN-2021-39 | 1631780053657.29 | [array(['https://twilio-cms-prod.s3.amazonaws.com/images/dkim_mail_flow_5uJ0Uen.original.jpg',
'DKIM mail flow diagram A diagram of the DKIM traffic flow described in the steps above this image'],
dtype=object)
array(['https://twilio-cms-prod.s3.amazonaws.com/images/expert-insights-promo1.original.png',... | docs.sendgrid.com |
Extended Advertising Example
Introduction
The feature – LE Advertising Extensions – is introduced by Bluetooth Specification Version 5.0. It defines two types of advertising channels, primary advertising channel and secondary advertising channel. Channels from 0 to 36 known as LE piconet channels in Bluetooth Specifica... | https://docs.silabs.com/bluetooth/2.13/code-examples/stack-features/adv-and-scanning/extended-adv-example | 2021-09-16T15:08:22 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.silabs.com |
This guide contains all the information needed by Android developers to integrate with the AdFlacon Network. The guide will also show examples and code snippets on how to perform the integration.
Prerequisites
- Android API v16 or above
- Android Studio v2.0.0 or above.
- Gradle version v3.0.0 or above.
- Google play s... | https://docs.developers.adfalcon.com/android-guidelines/ | 2021-06-12T14:57:49 | CC-MAIN-2021-25 | 1623487584018.1 | [] | docs.developers.adfalcon.com |
Advanced Topics¶
Custom Topologies¶
Romana uses an advanced, topology aware IPAM module in order to assign IP addresses to endpoints (pods or VMs). The topology awareness of Romana’s IPAM allows for the endpoint IPs to align with the topology of your network. This in turn makes it possible for Romana to effectively agg... | https://romana.readthedocs.io/en/latest/Content/advanced.html | 2021-06-12T14:39:55 | CC-MAIN-2021-25 | 1623487584018.1 | [] | romana.readthedocs.io |
Proctoring FAQs
If you're having issues running a proctored exam these FAQs may have an answer for you.
What happens if a student is removed from an exam?
Intentional or unintentional user activity can trigger the removal of a student from an exam. The conditions that trigger a removal can be configured by the examiner... | https://docs.betterexaminations.com/betterexaminations-online/exam-administrators/proctoring-faqs/ | 2021-06-12T14:14:57 | CC-MAIN-2021-25 | 1623487584018.1 | [array(['https://docs.betterexaminations.com/media/proctorio-share-screen.gif',
'Proctoring install select screen'], dtype=object)
array(['https://docs.betterexaminations.com/media/security-spotlight-800x186.png',
'Security and Privacy'], dtype=object)
array(['https://docs.betterexaminations.com/media... | docs.betterexaminations.com |
Setting the System Time
You can't enter an Exam if the system time on the device you are sitting the Exam with is incorrect.
To check if there is an issue with the system time go to the "Time Is" website which will show the current time and, if your system time is incorrect, by how much.
To change the time change the t... | https://docs.betterexaminations.com/betterexaminations-online/exam-candidates--students/setting-the-time-/ | 2021-06-12T15:06:14 | CC-MAIN-2021-25 | 1623487584018.1 | [] | docs.betterexaminations.com |
ViewItem.View Property
Specifies the Detail View that contains the current View Item.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v21.1.dll
Declaration
Property Value
Remarks
Use this property to access the current View Item’s Detail View. The following code snippet demonstrates how to do t... | https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.Editors.ViewItem.View | 2021-06-12T14:29:23 | CC-MAIN-2021-25 | 1623487584018.1 | [] | docs.devexpress.com |
Text Preprocessor¶
The build system contains a text preprocessor similar to the C preprocessor,
meant for processing files which have no built-in preprocessor such as XUL
and JavaScript documents. It is implemented at
python/mozbuild/mozbuild/preprocessor.py and
is typically invoked via JAR Manifests.
While used to pre... | https://firefox-source-docs.mozilla.org/build/buildsystem/preprocessor.html | 2021-06-12T14:58:54 | CC-MAIN-2021-25 | 1623487584018.1 | [] | firefox-source-docs.mozilla.org |
Default Browser Agent¶
The Default Browser Agent is a Windows-only scheduled task which runs in the background to collect and submit data about the browser that the user has set as their OS default (that is, the browser that will be invoked by the operating system to open web links that the user clicks on in other prog... | https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html | 2021-06-12T15:21:38 | CC-MAIN-2021-25 | 1623487584018.1 | [] | firefox-source-docs.mozilla.org |
Scroll
Pattern Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents controls that act as scrollable containers for a collection of ch... | https://docs.microsoft.com/en-us/dotnet/api/system.windows.automation.scrollpattern?view=net-5.0 | 2021-06-12T15:36:28 | CC-MAIN-2021-25 | 1623487584018.1 | [] | docs.microsoft.com |
In the MCP 2019.2.5 maintenance update, Mirantis introduces the following enhancements for DriveTrain:
Security updates for Jenkins and Gerrit configuration
AuditTrail plugin and Jenkins logging to StackLight
Galera parameters configuration
HAProxy global parameters configuration
SSH connection for Jenkins slaves
Backu... | https://docs.mirantis.com/mcp/q4-18/mcp-release-notes/mu/mu-5/mu-5-features/mu5-features-dtrain.html | 2021-06-12T14:40:41 | CC-MAIN-2021-25 | 1623487584018.1 | [] | docs.mirantis.com |
Please note that you are using an outdated version of Internet Explorer which is not compatible with some elements of the site. We strongly urge you to update to a newer version for optimal browsing experience. The heritage town of Ardara is geographically well placed for exploring the wild and beautiful county of Done... | http://wp-docs.ru/2016/09/12/10255-woodhill-homes-%D1%88%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD | 2018-03-17T10:54:04 | CC-MAIN-2018-13 | 1521257644877.27 | [array(['http://4.bp.blogspot.com/-6rA2aA-iN8s/UlZp9P3AeOI/AAAAAAAAAS8/hKqU9TsayKU/s1600/DSCF4405.jpg',
None], dtype=object) ] | wp-docs.ru |
Behind the scenes.
This is a community blog, if you are part of the project I really encourage you to become a blogger. Send me a mail and I will give you the needed permissions.
June is over. It has been a busy month, and we are heading towards and exciting July.
Thanks to all the amazing folks that are involved in th... | http://improving-boost-docs.blogspot.com/2007/07/idea-of-this-blog-is-to-have-medium.html | 2018-03-17T10:33:11 | CC-MAIN-2018-13 | 1521257644877.27 | [] | improving-boost-docs.blogspot.com |
User Preferences
You can change your profile by clicking on your account name.
Firstname & Surname
Both firstname and surname are required adnd can be changed.
Username & Email
Your username cannot be changed but email can be changed as required.
Decide if you wish to receive any email alerts and whether you wish to be... | https://docs.countersoft.com/user-preferences/ | 2018-03-17T10:52:23 | CC-MAIN-2018-13 | 1521257644877.27 | [array(['menu.png', None], dtype=object)] | docs.countersoft.com |
ICommand
Runtime
ICommand Runtime
ICommand Runtime
Interface
Definition
This interface defines the set of functionality that must be implemented to directly execute an instance of a Cmdlet.
public interface ICommandRuntime
type ICommandRuntime = interface
Public Interface ICommandRuntime
- Derived
-
Remarks
When a cmdl... | https://docs.microsoft.com/en-us/dotnet/api/system.management.automation.icommandruntime?redirectedfrom=MSDN&view=powershellsdk-1.1.0 | 2018-03-17T10:52:41 | CC-MAIN-2018-13 | 1521257644877.27 | [] | docs.microsoft.com |
Screens
Once you have created a Process definition, you need to decide which data fields will be needed for the process's items. You may also configure who is allowed to see, and interact, with specific fields. To do this, click on the 'Screens' hyperlink to the right of the process you wish to edit (on the Process Pag... | https://docs.countersoft.com/screens/ | 2018-03-17T10:45:07 | CC-MAIN-2018-13 | 1521257644877.27 | [array(['find-screens.png', None], dtype=object)
array(['screens.png', None], dtype=object)
array(['screen-modes.png', None], dtype=object)
array(['enable-field.png', None], dtype=object)
array(['restrict-access.png', None], dtype=object)
array(['drag-handles.png', None], dtype=object)] | docs.countersoft.com |
Activate GRC Risk - Legacy Administrators can activate the GRC: Risk plugin [com.sn_risk] and doing so automatically installs the Core GRC Components [com.snc.governance_core] plugin. Additional plugins are activated as needed. This plugin provides demonstration data. About this task Note: The Core GRC Components [com.... | https://docs.servicenow.com/bundle/helsinki-governance-risk-compliance/page/product/it-governance-risk-and-compliance/task/t_ActivateGRCRisk.html | 2018-03-17T10:39:44 | CC-MAIN-2018-13 | 1521257644877.27 | [] | docs.servicenow.com |
Configuring Instagram Access Token
To begin creating feeds with WordPress Instagram Feed plugin, you need to configure Instagram Access Token first. Visit Instagram Feed > Settings page from WordPress administrative dashboard to start the setup.
.
Using Account Feed
As soon as you sign in to Instagram and get Access To... | http://docs.10web.io/docs/wd-instagram-feed/getting-access-token.html | 2018-03-17T10:40:41 | CC-MAIN-2018-13 | 1521257644877.27 | [array(['http://docscdn.10web.io/wd-instagram-feed/instagram-03.png',
'Signing in to Instagram'], dtype=object)
array(['http://docscdn.10web.io/wd-instagram-feed/instagram-02.png',
'Instagram Access Token'], dtype=object) ] | docs.10web.io |
Publishing Facebook feed
Instructions to publish Facebook Feed plugin.
You can publish Facebook Feed in a post/page or as a widget.
Publishing in a Page/Post
To publish the created feeds within a page or post you should use shortcode. Open the page/post from the back end. Press on the Add Facebook Feed button within th... | http://docs.10web.io/docs/wd-facebook-feed/publishing-feed.html | 2018-03-17T10:46:05 | CC-MAIN-2018-13 | 1521257644877.27 | [] | docs.10web.io |
Container class for cookies used in Http\Client.
Provides an interface for building multipart/form-encoded message bodies.
Base class for other HTTP requests/responses
Implements methods for HTTP requests.
Implements methods for HTTP responses.
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT Licen... | http://docs.w3cub.com/cakephp~3.5/namespace-cake.http.client/ | 2018-03-17T10:31:07 | CC-MAIN-2018-13 | 1521257644877.27 | [] | docs.w3cub.com |
This allows a bridge designer to see where the major CO2 burdens are, allowing the focus of design development to be on the big issues in terms of reducing carbon emissions. Очередной шаблон от CSR подойдет под тематику новости, порталы, программы или варез сайт. Program Output The Fire Program provides numerous report... | http://wp-docs.ru/2016/10/19/16093-%D1%88%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD-firesoft | 2018-03-17T10:51:14 | CC-MAIN-2018-13 | 1521257644877.27 | [array(['http://flesha.ru/uploads/posts/2012-02/1329586271_frontpage.jpg',
None], dtype=object) ] | wp-docs.ru |
Compatibility Level of a Multidimensional Database (Analysis Services)
APPLIES TO:
SQL Server Analysis Services
Azure Analysis Services
In Analysis Services, the database compatibility level property determines the functional level of a database. Compatibility levels are unique to each model type. For example, a compat... | https://docs.microsoft.com/en-us/sql/analysis-services/multidimensional-models/compatibility-level-of-a-multidimensional-database-analysis-services | 2018-03-17T10:58:21 | CC-MAIN-2018-13 | 1521257644877.27 | [] | docs.microsoft.com |
Registered typography vendors, j - n
Vendors who have registered a unique 'Vendor ID' with Microsoft.
j
JAB'M Foundry,
46, rue Crozatier, 75012 Paris, France
Telephone: +33 1 43 41 94 03
JAB'M is an independent foundry designing specific glyphs and logos, and complete fonts as well. Its primary source of inspiration is... | https://docs.microsoft.com/en-us/typography/vendors/j-n | 2018-03-17T10:58:26 | CC-MAIN-2018-13 | 1521257644877.27 | [] | docs.microsoft.com |
Access sensors and devices from a background task
DeviceUseTrigger lets your Universal Windows app access sensors and peripheral devices in the background, even when your foreground app is suspended. For example, depending on where your app is running, it could use a background task to synchronize data with devices or ... | https://docs.microsoft.com/en-us/windows/uwp/launch-resume/access-sensors-and-devices-from-a-background-task | 2018-03-17T10:58:23 | CC-MAIN-2018-13 | 1521257644877.27 | [] | docs.microsoft.com |
AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region..
For .NET Core, PCL and Unity this operation is only available in asynchronous form. Please refer to SetPlatformApplication... | https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/SNS/MSNSSetPlatformApplicationAttributesSetPlatformApplicationAttributesRequest.html | 2018-03-17T11:05:10 | CC-MAIN-2018-13 | 1521257644877.27 | [] | docs.aws.amazon.com |
Difference between revisions of "Web Application Firewall Setup"
Latest revision as of 21:36, 24 August
- 3 Still need help?.
Solutions to Error Messages and Setup Issues.
-, click the "Add" button, and then.
Using php.ini with multiple sites on a single hosting account
If you have multiple sites on a single hosting ac... | https://docs.wordfence.com/index.php?title=Web_Application_Firewall_Setup&diff=1018&oldid=744 | 2018-03-17T10:23:52 | CC-MAIN-2018-13 | 1521257644877.27 | [] | docs.wordfence.com |
Change the Password Keeper password
- In the Password Keeper application, swipe down from the top of the screen. Tap
> Change Password Keeper Password.
- Type your current password for Password Keeper.
- Tap Next.
- Type a new password.
- Tap Save.
Was this information helpful? Send us your comments. | http://docs.blackberry.com/en/smartphone_users/deliverables/50635/cag1350407937637.jsp | 2014-08-20T11:05:41 | CC-MAIN-2014-35 | 1408500804220.17 | [] | docs.blackberry.com |
Requirements for GeoWidgets and their status
Work on this MapFramework is crucial for GeoWidgets. On this page I give an overview about what has to be done in which order to continue development on GeoWidgets.
Sub components of this RND project
Note that these sub components are not necessarily independent of each othe... | http://docs.codehaus.org/display/GEOTOOLS/MapLayerArchitecture+-+9_Status | 2014-08-20T10:55:34 | CC-MAIN-2014-35 | 1408500804220.17 | [] | docs.codehaus.org |
Sets the port number part of the URI represented by the JURI object.
void setPort( $port )
where:
In this example, a URI object is created and the port is then changed.
$uri = ''; $u =& JURI::getInstance( $uri ); echo 'Before: ' . $u->toString() . "\n"; $u->setPort( 8081 ); echo 'After : ' . $u->toString();
would outpu... | http://docs.joomla.org/index.php?title=JURI/setPort&oldid=70870 | 2014-08-20T12:24:20 | CC-MAIN-2014-35 | 1408500804220.17 | [] | docs.joomla.org |
.
Sections.
Actions have dependencies and precedence. For example, setting a group Admin rights will take precedence over lesser actions such as login. Thus, if a group has admin set to allow, you cannot deny them the ability to login. | http://docs.joomla.org/index.php?title=Archived:Access_Control_System_In_Joomla_1.6&diff=29946&oldid=29945 | 2014-08-20T12:28:43 | CC-MAIN-2014-35 | 1408500804220.17 | [] | docs.joomla.org |
BlockScout utilizes two separate indexers in order to index the network history as well as keep up with new incoming blocks. Due to this process, a node may become overloaded and not respond to BlockScout's RPC requests within the designated timeout period.
The indexer umbrella application can be tweaked to meet your n... | https://docs.blockscout.com/for-users/faqs/how-do-i-fix-indexer-timeouts | 2020-10-20T00:18:03 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.blockscout.com |
Installing an application on Windows RT for testing is simple pimple
There appears to be a small myth that getting a Windows 8 store app on a Windows RT device during development is complicated. I think this stems from a) some of the (quite complex) blogosphere posts on Windows RT and … Continue reading →
| https://docs.microsoft.com/en-us/archive/blogs/ericnel/installing-an-application-on-windows-rt-for-testing-is-simple-pimple | 2020-10-20T00:24:41 | CC-MAIN-2020-45 | 1603107867463.6 | [array(['http://stats.wordpress.com/b.gif?host=ericnelson.wordpress.com&blog=6134125&post=1200&subd=ericnelson&ref=&feed=1',
None], dtype=object) ] | docs.microsoft.com |
List of places
The List of Places is a list of all places and corresponding events of the genealogy.
All places found in the genealogy are listed, with their geographical coordinates.
For each of them, it is possible to see the events that occurred there.
The sorting of the list can be modified, as well as the display ... | https://docs.ancestris.org/books/user-guide/page/list-of-places | 2020-10-20T00:32:57 | CC-MAIN-2020-45 | 1603107867463.6 | [array(['https://docs.ancestris.org/uploads/images/gallery/2020-04/scaled-1680-/clapet.jpg',
'clapet.jpg'], dtype=object) ] | docs.ancestris.org |
Tagging Resources
A tag consists of a key and a value, both of which you define. When you tag an Athena
resource, you assign custom metadata to it. You can use tags to categorize your AWS
resources in different ways; for example, by purpose, owner, or environment. In Athena,
workgroups and data catalogs are taggable re... | https://docs.aws.amazon.com/athena/latest/ug/tags.html | 2020-10-20T01:06:13 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.aws.amazon.com |
Create a DNS load balancing virtual server
The DNS virtual server enables the forward proxy to perform DNS resolution before forwarding a client request to an origin server. The DNS load balancing virtual server is associated with the DNS service that represents the physical DNS server on the network.
Create a DNS load... | https://docs.citrix.com/en-us/citrix-adc/current-release/citrix-adc-cache-redirection-gen-wrapper-10-con/cache-redirection-config/configure-forward-proxy-redirection/create-dns-lb-virtual-server.html | 2020-10-20T00:44:50 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.citrix.com |
If needed, you can turn off SAML Single Sign-on (SSO) for your CertCentral account.
Turning off SAML SSO:
Turn off SSO and delete settings only appears if you've configured SAML SSO for your account (i.e., turned it on).
In your CertCentral account, in sidebar menu, click Settings > Single Sign-On.
On the Single Sign-o... | https://docs.digicert.com/manage-account/saml-single-sign-on-admin-guide/turn-off-saml-single-sign-on/ | 2020-10-20T00:28:31 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.digicert.com |
HI
I have a customer that don't want me to have roghts on the azure subscription, they only bought credits, if I remove the delegated user on the subscription, ehat happens ? can i still see usage and other things from the csp portal?
When a customer removes delegated administration privileges from a partner using Offi... | https://docs.microsoft.com/en-us/answers/questions/2847/csp-partner-permissions.html | 2020-10-20T01:12:51 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.microsoft.com |
Contribution License Agreement
This Contribution License Agreement (this “Agreement”), effective as of the last date beneath the parties’ signature below (the “Effective Date”), is entered into by mParticle, Inc., a Delaware corporation having its principal place of business at 257 Park Avenue South, Suite 900, New Yor... | https://docs.mparticle.com/cla/ | 2020-10-19T23:52:01 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.mparticle.com |
DigiCert replacing multiple intermediate CA certificates
On November 2, 2020, DigiCert is replacing another set of intermediate CA certificates (ICAs). For a list of the ICA certificates being replaced, see our DigiCert ICA Update KB article.
How does this affect me?
Rolling out new ICAs does not affect existing certif... | https://docs.digicert.com/change-log/?tag=ICAs | 2020-10-20T01:06:54 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.digicert.com |
TOPICS×
Selecting your UI
Since the touch-enabled UI supersedes-enabled UI.
For convenience to authoring users, the touch-enabled UI does allow for switching to the classic UI when necessary. See the Selecting your UI in the standard Authoring documentation for details.. | https://docs.adobe.com/content/help/en/experience-manager-64/classic-ui/introduction/author-env-select-ui.html | 2020-10-19T23:55:31 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.adobe.com |
Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
Command Reference¶
Important
The Confluent CLI is meant for development purposes only and is not suitable for a production environment. The data that are produced are transient and are intended to be temporar... | https://docs.confluent.io/3.3.2/cli/command-reference/index.html | 2020-10-20T00:44:32 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.confluent.io |
.
Bidding Details View
You reached this view from the Bidding Assignment pane by clicking on one of the schedule names, or on a week within any schedule.
Click on the name of a multiple-week schedule name to display all weeks in that schedule.
Click on a single week within a multiple-week schedule (or on the name of a ... | https://docs.genesys.com/Documentation/WM/latest/AHelp/DtlVw | 2020-10-19T23:39:42 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.genesys.com |
Backlinks Rename Page Add to book Export to PDF Book Creator Add this page to your book Book Creator Remove this page from your book Manage book (0 page(s)) Help ALF user manual Art.Nr. 9352-ALF documentation of version XX 1 Description Connecting of a network or a network-user via wireless to an access point; also wor... | https://docs.traeger.de/en/hardware/router/alf | 2020-10-20T01:03:57 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.traeger.de |
Contents:
Contents:
This section describes the syntax for defining scheduled executions using cron in Trifacta® Wrangler Enterprise. Typically, this method is used for repeated schedules.
- Flow schedules:
- Flow owners can define scheduled executions of flows from within the Flow View page.
- Collaborators can review ... | https://docs.trifacta.com/display/r071/cron+Schedule+Syntax+Reference | 2020-10-20T01:04:36 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.trifacta.com |
The Real Email API is used to programmatically validate email addresses. It can be integrated with any system that can make http API calls. There are language specific examples for python, javascript, php, Java . Other ways to validate emails are using CSV files or Zapier.
{"status": "valid"}
As an example a curl reque... | https://docs.isitarealemail.com/ | 2020-10-20T00:58:50 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.isitarealemail.com |
Hi,
I'm attempting to publish our intranet as an enterprise application with SSO. This works like a charm and I'm able to access it via office.com and also as a published web link via Intune and my phone. But - I have to sign-in each time which is not what I want.
My settings in application proxy is as follows:
The end... | https://docs.microsoft.com/en-us/answers/questions/2922/enterprise-applications-on-premise-application-pub.html | 2020-10-20T01:32:01 | CC-MAIN-2020-45 | 1603107867463.6 | [array(['/answers/storage/attachments/981-intranet-login.png', 'alt text'],
dtype=object)
array(['/answers/storage/attachments/982-application-proxy.png',
'alt text'], dtype=object) ] | docs.microsoft.com |
Players can signup with email or social media. Social media is preferred as it provides you with a smoother and safer login experience. We take the minimum possible amount of data from the social media account - just name and email address. We will never post on your behalf, and we have no interest in scraping your net... | https://docs.sasensei.com/signup/ | 2020-10-19T23:35:19 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.sasensei.com |
Reactivate an Account
To reactivate your account, open the account drop down menu by clicking your name located in the upper righthand corner of any page.
Select the Billing option from the menu.
Select "Subscriptions" from the left navigation menu.
Click the "Reactivate Subscription" button in the upper righthand corn... | https://docs.scoutforpets.com/en/articles/2602826-reactivate-an-account | 2020-10-19T23:29:53 | CC-MAIN-2020-45 | 1603107867463.6 | [array(['https://downloads.intercomcdn.com/i/o/93888192/79e8a7cede32deca74e28723/Screen+Shot+2018-12-31+at+9.54.31+AM.png',
None], dtype=object) ] | docs.scoutforpets.com |
the Trifacta platform,.
For more information, see Create Dataset with Parameters. Overview of Parameterization.: Within a
SELECT statement, you cannot...
Configuration
Disable
By default, parameterization is enabled. For more information on disabling this feature, see Miscellaneous Configuration.
This page has no comm... | https://docs.trifacta.com/display/r050/Overview+of+Parameterization | 2020-10-19T23:48:24 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.trifacta.com |
Determines the size of the bounce when the joint hits it's limit. Also known as restitution.
See Also: bounceMinVelocity.
The size of the new velocity after the bounce will be determined as:
newVelocity = currentVelocity * bounciness.
When opening an old project using the deprecated
maxBounce and
minBounce the new
boun... | https://docs.unity3d.com/kr/2019.3/ScriptReference/JointLimits-bounciness.html | 2020-10-20T00:54:19 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.unity3d.com |
# CLEAR-ITEM-LOCKS
Updated: 10/19/2020, 10:24:56 AM
Created: 10/19/2020, 10:24:56 AM
Last Updated By: Daniel Klein
Read Time: 1 minute(s)
Tags: locking
# Description
The CLEAR-ITEM-LOCKS command can be used to clear a specific lock or all locks taken against a specific file. This command can only be used with jBASE has... | https://docs.zumasys.com/jbase/utilities/clear-item-locks/ | 2020-10-20T00:20:42 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.zumasys.com |
Running Zend Framework 2 and Zend Framework 1 in parallel¶
From a technical point of view it is absolutely possible to run ZF2 in parallel with ZF1 because there is no conflict between the classnames due to the fact that ZF2 uses namespaces and ZF1 does not. Running ZF1 and ZF2 in parallel can be used as a migration st... | https://zf2-docs.readthedocs.io/en/latest/migration/zf1_zf2_parallel.html | 2020-10-20T00:15:50 | CC-MAIN-2020-45 | 1603107867463.6 | [] | zf2-docs.readthedocs.io |
-
-
-
-
-
-
-
!
Substitutions
The substitutions section is used to define shorthand names for complex expressions that can be used in the rest of the StyleBook to make reading the StyleBook easier. They are also useful when the same expression or value is repeated more than once in the StyleBook, for example, a constan... | https://docs.citrix.com/en-us/citrix-application-delivery-management-software/current-release/stylebooks/stylebooks-grammar/substitutions.html | 2020-10-20T01:27:58 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.citrix.com |
UAB Galaxy Workshop Tutorial
From UABgrid Documentation
Revision as of 12:59, 13 September 2011
UAB Galaxy.. | https://docs.uabgrid.uab.edu/tgw/index.php?title=UAB_Galaxy_Workshop_Tutorial&diff=next&oldid=3129 | 2020-10-20T01:22:36 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.uabgrid.uab.edu |
This chapter is part of the Mix and OTP guide and it depends on previous chapters in this guide. For more information, read the introduction guide or check out the chapter index in the sidebar.
In the previous chapter, we used agents to represent our buckets. In the introduction to mix,, we would need to convert the bu... | https://docs.w3cub.com/elixir~1.9/mix-otp/genserver/ | 2020-10-19T23:56:03 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.w3cub.com |
1. Please go to Dashboard >> Pages >> Add New and enter a title and save. Then click the ‘Edit with Elementor’ button.
2. Please add a section and add a ‘Text Editor’ widget to that section.
3. Please add a shortcode to create a post form.4. You should set this page to this option in the theme setting. Then you can see... | https://docs.wpjavo.com/theme/how-to-make-submit-topic-form/ | 2020-10-20T00:16:01 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.wpjavo.com |
We are unable to load Help and Support right now. Please refresh the page but if the problem persists, please create a case through M365 Admin Center and reference the session ID provided.
is the text I get when I access it from the menu on the left.
(this was my session id: 1c39ecea173e4884b2491e07424529be)
was asked ... | https://docs.microsoft.com/en-us/answers/questions/8044/help-site-is-down-for-intune.html | 2020-10-20T01:50:32 | CC-MAIN-2020-45 | 1603107867463.6 | [array(['/answers/storage/attachments/2623-screendump.png',
'2623-screendump.png'], dtype=object) ] | docs.microsoft.com |
JIT compiler and type constructors (.cctors).
using System;
class Precise
{
public static int i = CCtorHelper();
public static int CCtorHelper()
{
Console.WriteLine("Running inside Precise .cctor");
return 20;
}
static Precise()
{
}
}
class BeforeFieldInit
{
public static int CCtorHelper()
{
Console.WriteLine("Running ... | https://docs.microsoft.com/en-us/archive/blogs/davidnotario/jit-compiler-and-type-constructors-cctors | 2020-10-20T01:30:51 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.microsoft.com |
Work in Progress. Content to be finalized at a later time.
This documentation applies to installation from a supported Marketplace. Please use the installation instructions provided with your deployment.
If you are installing or upgrading a Marketplace deployment, please use the available PDF content. You must use the ... | https://docs.trifacta.com/display/r071/Install+from+AWS+Marketplace+with+EMR | 2020-10-20T01:00:00 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.trifacta.com |
You can put a list of listings or posts into the page in a variety of designs on the page using our ‘Post Block’ widget.
Block Header: This option sets the filter header of the block.
Post Type: In this configuration tab, you can select the type of post or listing that will be displayed in the block, and you can set th... | https://docs.wpjavo.com/theme/post-block/ | 2020-10-20T00:47:25 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.wpjavo.com |
Scrollbar
From Xojo Documentation
Class (inherits from RectControl)
The scrollbar control.
Notes
A Scrollbar can be either horizontal or vertical. To set its orientation programatically, set the height to be greater than the width for a vertical scrollbar. Set the width to be greater than the height for a horizontal sc... | https://docs.xojo.com/Scrollbar | 2020-10-20T00:50:20 | CC-MAIN-2020-45 | 1603107867463.6 | [] | docs.xojo.com |
NFS¶
Overview¶
The configuration of the server is done using the common NFS guidelines. Shared folders are actually binded to the /export directory. You can check by examining the
/etc/fstab file after you have added a folder to the server. All NFS server configured folders are in /etc/exports as follows:
/export/Share... | https://openmediavault.readthedocs.io/en/5.x/administration/services/nfs.html | 2020-10-20T00:44:08 | CC-MAIN-2020-45 | 1603107867463.6 | [] | openmediavault.readthedocs.io |
Contributing¶
You can contribute to django-polymorphic to forking the code on GitHub:
Running tests¶
We require features to be backed by a unit test. This way, we can test django-polymorphic against new Django versions. To run the included test suite, execute:
./runtests.py
To test support for multiple Python and Djang... | https://django-polymorphic.readthedocs.io/en/stable/contributing.html | 2018-10-15T17:22:43 | CC-MAIN-2018-43 | 1539583509336.11 | [] | django-polymorphic.readthedocs.io |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.