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 |
|---|---|---|---|---|---|---|
Heuristics
An approximate solution to a problem. When an algorithm is described as a heuristic it means that:
- The approach seems to be sensible (i.e., somebody created it thinking it was a good approach).
- The approach has not been proven to be correct.
- The precise situations when the approach will be unreliable a... | https://docs.displayr.com/wiki/Heuristics | 2020-09-18T13:34:01 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.displayr.com |
[−][src]Crate datadog_logs
Simple crate to send logs directly to DataDog via HTTP
It offloads the job of sending logs to DataDog to a separate thread.
Therefore it is easy to integrate it with some crates providing synchronous logging API like
log.
Feature flags
log-integration - enables optional integration with
log c... | https://docs.rs/datadog-logs/0.1.0/datadog_logs/ | 2020-09-18T13:09:36 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.rs |
Conveyor lets you quickly compute and reuse information stored in Jupyter notebooks in just a couple lines of code.
Using this tool to reference prior work in outside notebooks can help keep notebook workflows organized, separating large ideas that require multiple steps to execute into a smaller, more focused file str... | https://conveyor.readthedocs.io/en/latest/ | 2020-09-18T13:43:00 | CC-MAIN-2020-40 | 1600400187899.11 | [] | conveyor.readthedocs.io |
- Security >
- Authentication >
- Authentication Mechanisms >
- x.509
x.509¶
MongoDB supports x.509 certificate authentication for client authentication and internal authentication of the members of replica sets and sharded clusters.
x.509 certificate authentication requires a secure TLS/SSL connection.
Note
Starting i... | https://docs.mongodb.com/manual/core/security-x.509/ | 2020-09-18T14:30:53 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.mongodb.com |
In recent years, Docker has been becoming more and more popular tool used to deploy web applications. According to Datadog in 2018, the adoption of Docker in large organizations reached about 47 percent and almost 20 percent in small organizations. This report it two years old - no doubt Docker is even more common now.... | https://docs.qovery.com/guides/tutorial/how-to-deploy-a-docker-container/ | 2020-09-18T13:16:19 | CC-MAIN-2020-40 | 1600400187899.11 | [array(['/img/it-works-on-my-machine.jpg', 'It works - on my machine!'],
dtype=object) ] | docs.qovery.com |
Calendar
Shows the calendar).
Calendar query¶
Indicate what activity or issue will show in the calendar. The options are:
- Topic Activity - Allows to view topic ativity of selected topics from creation to modification.
- Open topics - Shows open topics from creation to final statuses.
- Calendar planner (eg: Milestone... | https://docs.clarive.com/palette/dashlets/calendar/ | 2020-09-18T13:20:25 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.clarive.com |
· The newest version of Windows Intune: More features and even better PC management.
The (US Pacific Time).
Next steps:
Learn more about what’s new!
· Read:
o What’s New in Windows Intune
o Windows Intune at a Glance
o Windows Intune Product Guide
o Deploying Software and Third-Party Updates with Windows Intune
o Frequ... | https://docs.microsoft.com/en-us/archive/blogs/nickmac/the-newest-version-of-windows-intune-more-features-and-even-better-pc-management | 2020-09-18T12:53:30 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.microsoft.com |
Elemental metals for environmental remediation: lessons from hydrometallurgy
Crane, R. A.
Noubactep, C.
Crane, R. A.; Noubactep, C., 2012: Elemental metals for environmental remediation: lessons from hydrometallurgy. In: Crane, R.A.; Noubactep, C. (2012): Elemental metals for environmental remediation: lessons from hyd... | https://e-docs.geo-leo.de/handle/11858/6836 | 2020-09-18T14:21:17 | CC-MAIN-2020-40 | 1600400187899.11 | [] | e-docs.geo-leo.de |
(Anarchist workers in the Spanish revolution)
Years ago I saw the film, The Prime of Miss Jean Brodie about a teacher in a Scottish girl’s school who strayed from the school curriculum by praising Adolf Hitler and Benito Mussolini while romanticizing the Spanish Civil War. The arguments she used in her classroom reappe... | https://docs-books.com/2016/04/19/spain-in-our-hearts-americans-in-the-spanish-civil-war-1936-1939-by-adam-hochschild/ | 2020-09-18T14:37:16 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs-books.com |
This page details common use cases for adding and customizing observability with Datadog APM.
Add custom span tags to your spans to customize your observability within Datadog. The span tags are applied to your incoming traces, allowing you to correlate observed behavior with code-level information such as merchant tie... | https://docs.datadoghq.com/fr/tracing/custom_instrumentation/ruby/?lang_pref=fr | 2020-09-18T14:57:53 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.datadoghq.com |
Searching data / Building a query / Operations reference / Geolocation group / Geolocated organization name with MaxMind GeoIP2 (mm2org)
Geolocated organization name with MaxMind GeoIP2 (mm2org)
Description
Uses MaxMind GeoIP2 services to return the name of the organization associated with an IPv4 or IPv6 address.
If y... | https://docs.devo.com/confluence/ndt/searching-data/building-a-query/operations-reference/geolocation-group/geolocated-organization-name-with-maxmind-geoip2-mm2org | 2020-09-18T14:18:28 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.devo.com |
Limiting Active User Sessions Based On Criteria¶
This tutorial demonstrates how you can set up active user session limiting based on a particular criteria with WSO2 Identity Server. To understand how to set up the concurrent session limiting feature, let's consider a scenario where you want a user who has an administra... | https://is.docs.wso2.com/en/5.11.0/learn/limiting-active-user-sessions-based-on-criteria/ | 2020-09-18T14:05:15 | CC-MAIN-2020-40 | 1600400187899.11 | [] | is.docs.wso2.com |
Services¶
python-for-android supports the use of Android Services, background tasks running in separate processes. These are the closest Android equivalent to multiprocessing on e.g. desktop platforms, and it is not possible to use normal multiprocessing on Android. Services are also the only way to run code when your ... | https://python-for-android.readthedocs.io/en/latest/services/ | 2020-09-18T13:28:52 | CC-MAIN-2020-40 | 1600400187899.11 | [] | python-for-android.readthedocs.io |
This section provides an overview of odl-integration-compatible-with-all and odl-integration-all features.
Integration/Distribution project produces a Karaf 4 distribution which gives users access to many Karaf features provided by upstream OpenDaylight projects. Users are free to install arbitrary subset of those feat... | https://docs.opendaylight.org/en/stable-oxygen/developer-guide/distribution-test-features.html | 2020-09-18T13:48:43 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.opendaylight.org |
End-of-Life (EoL)
Set Up an IKE Gateway
To set up a VPN tunnel, the VPN peers or gateways must authenticate each other using preshared keys or digital certificates and establish a secure channel in which to negotiate the IPSec security association (SA) that will be used to secure traffic between the hosts on each side.... | https://docs.paloaltonetworks.com/pan-os/7-1/pan-os-admin/vpns/site-to-site-vpn-concepts/set-up-site-to-site-vpn/set-up-an-ike-gateway.html | 2020-09-18T14:55:39 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.paloaltonetworks.com |
Building, Uploading, Running
Once you are done coding your project it's time to build, upload and run it.
Make sure that the Debug mode is selected in the drop-down on the debug toolbar ( View > Debug Toolbar).
You will need this later when I introduce you to Debugging.
At this point...
... If you are using a hardware ... | https://docs.tibbo.com/taiko/fb_building | 2020-09-18T14:10:42 | CC-MAIN-2020-40 | 1600400187899.11 | [array(['tide_button_buildmode.png', 'tide_button_buildmode'], dtype=object)
array(['tide_button_run.png', 'tide_button_run'], dtype=object)
array(['tide_status_progress.png', 'tide_status_progress'], dtype=object)
array(['tide_state_comm_alive.png', 'tide_state_comm_alive'], dtype=object)] | docs.tibbo.com |
Custom Alert Message Variables
The following variables can be used to create a custom alert message. You can add or remove variables to suit your needs when creating or modifying an Alert Profile.
These alert variables are also available as input parameter values when configuring an Action Profile to initiate a VMware ... | http://docs.uptimesoftware.com/pages/viewpage.action?pageId=7801702&navigatingVersions=true | 2020-09-18T13:14:06 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.uptimesoftware.com |
Key Features
Keeps you up-to-date on the status of Zenoss events and all relevant event attributes.
Correlates Zenoss events into actionable incidents in BigPanda, so you can easily manage the events and the associated devices.
How It Works
The agent queries for all new Zenoss events and for changes in event states in ... | https://docs.bigpanda.io/docs/zenoss?utm_source=site-partners-page | 2020-09-18T13:46:40 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.bigpanda.io |
The goal of tl is to provide an R equivalent to the tldr command line tool, a community-contributed set of quick reference guides for R functions.
“Perfection is achieved not when there is nothing more to add, but when there is nothing left to take away” - Antoine de Saint-Exupéry
Briefly forgotten how a function works... | https://docs.ropensci.org/tl/index.html | 2020-09-18T13:44:08 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.ropensci.org |
v1.13 Series
v1.13.0¶
Release: 2019/09/24
Features¶
- Volumetric Video support
Tutorials
It's a whole new world of possibilities, if you need some guidance we'll provide it.
Tap Trigger
Actions can now be triggered by a Tap on a scene element.
Actions
- Play Media
- Pause Media
Videos, Sounds and Animations can now be ... | http://docs.minsar.app/home/changelogs/1.13/ | 2020-09-18T13:54:00 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.minsar.app |
- Realm >
- Android SDK >
- The Realm Data Model
Realm Objects¶
Overview¶
MongoDB Realm applications model data as objects composed of field-value pairs that each contain one or more primitive data types or other Realm objects. Realm objects are essentially the same as regular objects, but they also include additional ... | https://docs.mongodb.com/realm/android/objects/ | 2020-09-18T14:51:36 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.mongodb.com |
Generates random numbers that are distributed according to the associated probability function. The entropy is acquired by calling
g.operator().
The first version uses the associated parameter set, the second version uses
params. The associated parameter set is not modified.
The generated random number.
Amortized const... | https://docs.w3cub.com/cpp/numeric/random/poisson_distribution/operator()/ | 2020-09-18T14:33:23 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.w3cub.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.
Performs all the write operations in a batch. Either all the operations succeed or none.
For .NET Core and PCL this operati... | https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/CloudDirectory/MICloudDirectoryBatchWriteBatchWriteRequest.html | 2018-08-14T14:46:31 | CC-MAIN-2018-34 | 1534221209040.29 | [] | docs.aws.amazon.com |
Resource Manager Logical Resource Group Configuration options
These options (in CTI_LRG CTI and in GW LRGs) configure fallback mechanisms that handle scenarios where CTIC/ICM is unavailable. Logical Resources are configured one of two ways:
- As sections within the Resource Manager (RM). In this case, configuration opt... | https://docs.genesys.com/Documentation/GVP/latest/GDS/851-CTIC_fallback_opts | 2018-08-14T13:35:05 | CC-MAIN-2018-34 | 1534221209040.29 | [] | docs.genesys.com |
vSAN can perform block-level deduplication and compression to save storage space. When you enable deduplication and compression on a vSAN all-flash cluster, redundant data within each disk group is reduced.
Deduplication removes redundant data blocks, whereas compression removes additional redundant data within each da... | https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.virtualsan.doc/GUID-3D2D80CC-444E-454E-9B8B-25C3F620EFED.html | 2018-08-14T13:33:32 | CC-MAIN-2018-34 | 1534221209040.29 | [array(['images/GUID-9AE5D830-646E-4992-B7C1-0885E91C6BBF-low.png', None],
dtype=object) ] | docs.vmware.com |
Discover how well any company is doing on the PR and SEO front:
- For a well known Fortune 500 company, extract company mentions using the entity filter
(e.g. for Apple Computer filter by organization:"apple" ). If the company you’re tracking is not regularly covered, just enter the company’s name as a keyword.
- Extra... | https://docs.webhose.io/v1.0/docs/pr-seo | 2018-08-14T14:23:24 | CC-MAIN-2018-34 | 1534221209040.29 | [] | docs.webhose.io |
Grid Overview
Configuring Grid Behavior
Kendo Grid supports paging, sorting, grouping, and scrolling. Configuring any of these Grid behaviors is done using simple boolean configuration options. For example, the follow snippet shows how to enable all of these behaviors.
Enabling Grid paging, sorting, grouping, and scrol... | http://docs.telerik.com/kendo-ui/web/grid/overview | 2015-02-01T07:04:00 | CC-MAIN-2015-06 | 1422115855897.0 | [] | docs.telerik.com |
Metaprogramming¶ identifying typ: Any
Expr objects may also be nested:
julia> ex3 =¶¶
Quoting¶)
Note that equivalent expressions may be constructed using parse() or the direct Expr form:
julia> :(a + b*c + 1) ==. # line 3: y = 2 #: at expression construction time is used as an immediate value in the expression. Thus, t... | http://docs.julialang.org/en/latest/manual/metaprogramming/ | 2015-02-01T07:07:11 | CC-MAIN-2015-06 | 1422115855897.0 | [] | docs.julialang.org |
Description
Gets the theme that is currently applied to the application UI.
Syntax
GetTheme ( {boolean fullpath} )
Return value
A string whose value is the theme name (or theme path and name) that is currently applied to the application. If any argument's value is null, the method returns null.
An empty string will be ... | https://docs.appeon.com/pb2021/powerscript_reference/ch02s04s350.html | 2021-11-27T07:46:13 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.appeon.com |
Whois History API
API Structure
The Whois History lookup API brings historical records of a given domain. The Domain Whois Lookup API does not show historical records about a given domain name and only refers to timely domain ownership details. Hence, you can use the domain Whois history lookup service to obtain inform... | https://docs.deepinfo.com/docs/whois-history-api-1 | 2021-11-27T09:15:58 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.deepinfo.com |
Install Wizard
After activating Billiard, a quick setup wizard will be opened. It will help you to install theme required plugins, demo content, setting. Just in a few clicks, your website will be ready for use.Read welcome message and click “Let`s go!”.
Wizard will ask you to install theme required plugins. Click on “... | https://docs.foxthemes.me/knowledge-base/355-installation/ | 2021-11-27T09:02:42 | CC-MAIN-2021-49 | 1637964358153.33 | [array(['https://docs.foxthemes.me/wp-content/uploads/2021/07/loq0nJYbSAq8S7_ASRQX2A.png',
None], dtype=object)
array(['https://docs.foxthemes.me/wp-content/uploads/2021/07/vD2kEJLVTAeBVxq8AtOVOg.png',
None], dtype=object)
array(['https://docs.foxthemes.me/wp-content/uploads/2021/07/r-0z0UQ9RjiRfxCEk8... | docs.foxthemes.me |
In Eventmie Pro, you can create a single & multiple days event. Each event belongs to an organizer. Admin & Organizers can create events from the front-end.
{success} We'll discuss repetitive & online events and classes in the next sections. We'll focus on each option in their own section to avoid confusion.
{primary} ... | https://eventmie-pro-docs.classiebit.com/docs/1.5/events/simple-events | 2021-11-27T07:42:03 | CC-MAIN-2021-49 | 1637964358153.33 | [] | eventmie-pro-docs.classiebit.com |
Table of Contents
Free Support
We provide Free Customer Support for all Curly Themes products through our quick and easy ticket application interface. Please limit your inquiries to problems related to the Image Comparison Plugin, its setup and features. For any problems concerning third-party plugins you should addres... | https://docs.curlythemes.com/image-comparison/ | 2021-11-27T08:57:26 | CC-MAIN-2021-49 | 1637964358153.33 | [array(['https://docs.curlythemes.com/image-comparison/wp-content/uploads/sites/21/2017/08/simple-weather-login.jpg',
None], dtype=object)
array(['https://docs.curlythemes.com/image-comparison/wp-content/uploads/sites/21/2017/08/image-comparison-upload.jpg',
None], dtype=object)
array(['https://docs.c... | docs.curlythemes.com |
Error Codes
This page gives you information about what errors can occur and how to handle them.
Deepinfo utilizes HTTP response error codes to show the success or failure of your API requests. If your request fails, Deepinfo returns an error with the appropriate status code.
Generally, status code ranges are described ... | https://docs.deepinfo.com/docs/error-codes | 2021-11-27T07:59:59 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.deepinfo.com |
The flow control is responsible for optimizing the flow through a network. Every object that is connected to the flow control is part of the network that this flow control will optimize. When the flow rates on an object have changed, that object may schedule a flow recalculation, for example at the time it predicts a t... | https://docs.flexsim.com/en/22.0/modules/FloWorks/manual/Reference/Objects/FlowControl.html | 2021-11-27T09:06:49 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.flexsim.com |
The theme comes with a number of shortcodes allowing you to add the info where you want the relevant content to show up. In addition, you can use WPBakery Shortcodes to add new elements to the page in a simple way:
1. Create a new page;
2. Press “Backend Editor”;
3. There you can select which you want to add to your pa... | https://docs.foxthemes.me/knowledge-base/1912-800-intro/ | 2021-11-27T08:35:13 | CC-MAIN-2021-49 | 1637964358153.33 | [array(['https://docs.foxthemes.me/wp-content/uploads/2021/03/file-e5nPJiQT3T.png',
None], dtype=object)
array(['https://docs.foxthemes.me/wp-content/uploads/2021/03/file-5dtjRLYJtf.png',
None], dtype=object)
array(['https://docs.foxthemes.me/wp-content/uploads/2021/03/file-ctSpWsWdt9.png',
No... | docs.foxthemes.me |
SharePoint Online: Using SharePoint Search Query tool to look at managed properties
I have found this SharePoint Search query tool pretty useful when looking at Managed Properties so going to share real quick here how to use this query tool in SharePoint Online.
Download link: and once you run the install file open up ... | https://docs.microsoft.com/en-us/archive/blogs/sharepointsearch/sharepoint-online-using-sharepoint-search-query-tool-to-look-at-managed-properties | 2021-11-27T07:45:02 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.microsoft.com |
Penetration testing
One of the benefits of using Azure for application testing and deployment is that you can quickly get environments created. You don’t have to worry about requisitioning, acquiring, and “racking and stacking” your own on-premises hardware.
Quickly creating environments is great – but you still need t... | https://docs.microsoft.com/en-us/azure/security/fundamentals/pen-testing | 2021-11-27T10:17:32 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.microsoft.com |
- Blog style – Select the type for blog: modern, grid with image background, grid with letter background
- Blog title – Enter title for blog
- Show sidebar on pages – Display sidebar on select pages
- Show posts from not all categories?- This option allows show posts in blog from not all categories
- Show posts from ca... | https://docs.foxthemes.me/knowledge-base/2076-blog/ | 2021-11-27T07:59:05 | CC-MAIN-2021-49 | 1637964358153.33 | [array(['https://docs.foxthemes.me/wp-content/uploads/2021/03/file-2XhSkcdVpq.jpg',
None], dtype=object) ] | docs.foxthemes.me |
Deploy Microsoft Teams Rooms with Exchange on premises
Read this topic for information on how to deploy Microsoft Teams Rooms in a hybrid environment with Exchange on-premises and Microsoft Teams.
If your organization has a mix of services, with some hosted on-premises and some hosted online, then your configuration wi... | https://docs.microsoft.com/en-us/microsoftteams/rooms/with-exchange-on-premises | 2021-11-27T09:53:48 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.microsoft.com |
The.
Although the Playables API is currently limited to animation, audio, and scripts, it is a generic API that will eventually be used by video and other systems.
The animation system already has a graph editing tool, it’s a state machine system that is restricted to playing animation. The Playables API is designed to... | https://docs.unity3d.com/ru/2019.4/Manual/Playables.html | 2021-11-27T08:38:01 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.unity3d.com |
- .xcframeworkto the "Frameworks" folder of your project.
Make sure "Copy items if needed" is checked.
- Check "Frameworks, Libraries, and Embedded Content" section under the general settings tab of your application's target. Ensure the Embed dropdown has Embed and Sign selected for the framework.
- Configure Alipay in... | https://quaife.docs.oppwa.com/tutorials/mobile-sdk/alipay | 2021-11-27T08:35:39 | CC-MAIN-2021-49 | 1637964358153.33 | [array(['https://i.ibb.co/KrnxBSQ/Quaife-Online-Logo.png', 'Home'],
dtype=object) ] | quaife.docs.oppwa.com |
. 2 to explain how each component is used. You can drag and drop KPI 2 and 3 to see the same design, but with different colors and slightly different expression patterns.
When you drag and drop the grid with selection pattern onto your interface, 233 lines of expression will be added to the section where you dragged it... | https://docs.appian.com/suite/help/20.3/kpis-pattern.html | 2021-11-27T09:23:12 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.appian.com |
Date: Fri, 18 Jul 1997 18:35:22 -0700 (PDT) From: Doug White <dwhite@gdi.uoregon.edu> To: Swee-Chuan Khoo <sckhoo@asiapac.net> Cc: questions@FreeBSD.ORG Subject: Re: missing data in /etc/rc.conf Message-ID: <Pine.BSF.3.96.970718183447.1390H-100000@localhost> In-Reply-To: <Pine.SOL.3.96.970718171552.6104A-100000@topgun>... | https://docs.freebsd.org/cgi/getmsg.cgi?fetch=762912+0+archive/1997/freebsd-questions/19970713.freebsd-questions | 2021-11-27T09:21:23 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.freebsd.org |
meridian-minion package: ├── .m2 ├── etc │ └── featuresBoot.d │ └── custom.boot ├── repositories Repositories may take a few moments to update after updating the configuration.) Install the Karaf Feature Repository URIs. Install the Karaf Features. Features listed in the features.boot files of the Maven Repositories w... | https://docs.opennms.com/meridian/2021.1.5/development/minion/container.html | 2021-11-27T08:14:39 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.opennms.com |
TSRM Ticketing Plugin The TSRM ticketing plugin creates TSRM incidents in response to Meridian alarms. Setup/tsrm.properties: Name Description tsrm.url TSRM Endpoint URL tsrm.ssl.strict Strict SSL Check (true/false) tsrm.status.open TSRM status for open ticket tsrm.status.close TSRM status for closed ticket Next, add t... | https://docs.opennms.com/meridian/2021.1.5/reference/configuration/ticketing/ticketer/tsrm.html | 2021-11-27T08:12:45 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.opennms.com |
Admin, Organizer, and Customer, all of them receive notifications separately.
{primary} First, add
Mail Credentialsfrom
Admin Panel -> Settings -> Mailtag, to start receiving emails.
{success} Notifications are received via Email and on the Website (the bell 🔔 icon)
{primary} In
v1.5, we've added email language variab... | https://eventmie-pro-docs.classiebit.com/docs/1.5/bookings/email-notifications | 2021-11-27T07:56:05 | CC-MAIN-2021-49 | 1637964358153.33 | [] | eventmie-pro-docs.classiebit.com |
Managing content in OSTree repositories
Once you have a build system going, if you actually want client systems to retrieve the content, you will quickly feel a need for "repository management".
The command line tool
ostree does cover some core functionality, but
doesn't include very high level workflows. One reason is... | https://ostree.readthedocs.io/en/stable/manual/repository-management/ | 2021-11-27T08:12:38 | CC-MAIN-2021-49 | 1637964358153.33 | [] | ostree.readthedocs.io |
e-Commerce Online Event Registration Module Setup
Here's how to setup your site to allow Online Event Registration for your customers
If you've correctly set up eCommerce, your payment option (PayPal Express is the simplest, or Pay Later for pay at the door), you are all set for site visitors to register for event(s).
... | http://docs.exponentcms.org/docs/2.6.0/online-event-registration-setup | 2021-11-27T08:27:14 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.exponentcms.org |
How to enable Bitlocker and escrow the keys to Azure AD when using AutoPilot for standard users
Welcome to our first blog post! This will be the first of many which we hope you find useful and informative when it comes to anything Windows client and Microsoft 365 Powered Device.
Our mission at Microsoft has been focuse... | https://docs.microsoft.com/en-us/archive/blogs/showmewindows/how-to-enable-bitlocker-and-escrow-the-keys-to-azure-ad-when-using-autopilot-for-standard-users | 2021-11-27T08:36:53 | CC-MAIN-2021-49 | 1637964358153.33 | [array(['https://msdnshared.blob.core.windows.net/media/2018/01/Intune_EndpointProtection-1024x792.jpg',
None], dtype=object)
array(['https://msdnshared.blob.core.windows.net/media/2018/01/popup_encryption_systray.jpg',
None], dtype=object)
array(['https://msdnshared.blob.core.windows.net/media/2018/0... | docs.microsoft.com |
The TechNet Guru Awards, January 2016!
All the votes are in!
And below are the results for the TechNet Guru Awards, January Integration Roadmap by Steef-Jan Wiggers
Abhishek Kumar: "Steef-Jan Thanks for Integration Roadmap to broad audience ."
TGN: "Very good, great article to have one the TN Wiki"
LG: "It is just a li... | https://docs.microsoft.com/en-us/archive/blogs/wikininjas/the-technet-guru-awards-january-2016 | 2021-11-27T09:27:36 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.microsoft.com |
Huawei Cloud¶
Features¶
Virtual machine provisioning
Backups
Brownfield VM management and migration
Hypervisor remote console
Cloud sync
Lifecycle management and resizing
Network security group creation
Network security group management
Router and network creation
Load balancer services
Docker host management and confi... | https://docs.morpheusdata.com/en/5.2.4/integration_guides/Clouds/Huawei/huawei.html | 2021-11-27T08:27:19 | CC-MAIN-2021-49 | 1637964358153.33 | [array(['../../../_images/1credentials.png',
'../../../_images/1credentials.png'], dtype=object)
array(['../../../_images/2account_project.png',
'../../../_images/2account_project.png'], dtype=object)
array(['../../../_images/3identity_api_endpoints.png',
'../../../_images/3identity_api_endpoi... | docs.morpheusdata.com |
_5<<
On the “CONFIGURE” tab, we’re asked to set the initial connection strings into vSphere. The API URL should be in the following format: https://<URL>/sdk. The USERNAME should be in user@domain format.
_7<<
Once you’re satisfied with your selections, click “NEXT”
We have now arrived at the “GROUP” tab. In this case,... | https://docs.morpheusdata.com/en/5.2.4/integration_guides/Clouds/vmware/vmware.html | 2021-11-27T07:49:28 | CC-MAIN-2021-49 | 1637964358153.33 | [array(['../../../_images/add_cloud.png', '../../../_images/add_cloud.png'],
dtype=object)
array(['../../../_images/service_plans.png',
'../../../_images/service_plans.png'], dtype=object)
array(['../../../_images/tagging_at_provisioning.png',
'../../../_images/tagging_at_provisioning.png'], dt... | docs.morpheusdata.com |
Tempest Configuration Guide¶
This guide is a starting point for configuring Tempest. It aims to elaborate on and explain some of the mandatory and common configuration settings and how they are used in conjunction. The source of truth on each option is the sample config file which explains the purpose of each individua... | https://docs.openstack.org/tempest/latest/configuration.html | 2021-11-27T08:56:44 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.openstack.org |
VAGRANT SHARE!!!
Vlad supports sharing of your virtual machine using the
vagrant share command. To use this feature you first need to create a free HashiCorp Atlas account. Once done you can login to this service by typing the following command within the vlad directory.
vagrant login
This will prompt you for the usern... | https://vlad-docs.readthedocs.io/en/latest/usage/vagrant_share/ | 2021-11-27T08:00:07 | CC-MAIN-2021-49 | 1637964358153.33 | [] | vlad-docs.readthedocs.io |
Metrics and alerts
Contents
Learn which metrics you should monitor for <service_name> and when to sound the alarm.
For information about configuring a monitoring tool, see Link to come.
Metrics and alerting
GES exposes default metrics about the state of the Node.js application; this includes CPU usage, memory usage, an... | https://all.docs.genesys.com/PEC-CAB/Current/CABPEGuide/Metrics | 2021-11-27T08:33:27 | CC-MAIN-2021-49 | 1637964358153.33 | [] | all.docs.genesys.com |
New Contributor Guide¶
First things first: Welcome to Mozilla! We’re glad to have you here, whether you’re considering volunteering as a contributor or are employed by Mozilla.
Our goal here is to get you up and running to contribute as an automation developer. This guide attempts to be generic enough to be useful to m... | https://ateam-bootcamp.readthedocs.io/en/latest/guide/index.html | 2021-11-27T08:30:31 | CC-MAIN-2021-49 | 1637964358153.33 | [] | ateam-bootcamp.readthedocs.io |
Automated Other Emails
For more information on automated emails, please review our guide: Introduction to Automated Emails
For more information on announcements, please review our guide: Platform Announcements
Automated Other emails are used to alert a user that the platform has made an announcement they should read. A... | https://docs.academyofmine.com/article/175-automated-other-emails | 2021-11-27T08:36:42 | CC-MAIN-2021-49 | 1637964358153.33 | [array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5e888b922c7d3a7e9aea626e/images/6110b28c64a230081ba1d4fa/file-ARVSEiblOr.png',
None], dtype=object)
array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5e888b922c7d3a7e9aea626e/images/6024281f1f25b9041bebdac7/file-BuWgOQJcGt.png',
None], dt... | docs.academyofmine.com |
A newer version of this page is available. Switch to the current version.
Range Class
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v20.2.dll
Declaration
public class Range : ChartNonVisualElement
Public Class Range Inherits ChartNonVisualElement
Related API Members
The following members accept/retur... | https://docs.devexpress.com/WPF/DevExpress.Xpf.Charts.Range?v=20.2 | 2021-11-27T08:34:00 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.devexpress.com |
Poller Packages To define more complex monitoring configuration it is possible to group service configurations into polling packages. They allow you to assign different service configurations to nodes. To assign a polling package to nodes, use the the Rules/Filters syntax. Each polling package can have its own Downtime... | https://docs.opennms.com/meridian/2021.1.5/operation/service-assurance/polling-packages.html | 2021-11-27T09:15:18 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.opennms.com |
Manage Cancel Order Requests¶
- The Admin can see a list of Cancel Requests, along with the Order Item Number, Product title, Name of the person, who had placed the order, the reason for cancellation and remarks.
- The Admin can review the details and either select ‘Accept’ or ‘Reject’.
- The Admin can also filter Canc... | https://docs.spurtcommerce.com/Admin/Sales/CancelRequest.html | 2021-11-27T08:43:47 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.spurtcommerce.com |
Achievements Window
An explanation of achievements and the Achievements window is provided below.
Displaying the Achievements Window
To display the Achievements window, choose Window > Achievements in Eggplant Functional.
The Achievements window in Eggplant Functional
Tutorials
Select Tutorials to see the available tut... | http://docs.eggplantsoftware.com/ePF/gettingstarted/epf-achievements-window.htm | 2020-02-17T06:54:51 | CC-MAIN-2020-10 | 1581875141749.3 | [array(['../../Resources/Images/epf-achievements-window.png',
'The Achievements window'], dtype=object)
array(['../../Resources/Images/epf-achievements-window-tutorial-panel.png',
'Tutorial panel in the Achievements window'], dtype=object) ] | docs.eggplantsoftware.com |
Best Practices for Your Compute Instance
Oracle Cloud Infrastructure Compute provides bare metal compute capacity that delivers performance, flexibility, and control without compromise. It is powered by Oracle’s next generation, internet-scale infrastructure designed to help you develop and run your most demanding appl... | https://docs.cloud.oracle.com/en-us/iaas/Content/Compute/References/bestpracticescompute.htm | 2020-02-17T07:24:07 | CC-MAIN-2020-10 | 1581875141749.3 | [] | docs.cloud.oracle.com |
ULYSSIS takes backups of all files, databases, settings and repositories 1-4 times a week. These backups can be restored in case of severe server failure or in case of an emergency (if for example a user by mistake deletes all of their site). It is, however, more convenient that users take their own backups when they d... | https://docs.ulyssis.org/index.php?title=Making_Backups&diff=prev&oldid=792 | 2020-02-17T07:33:26 | CC-MAIN-2020-10 | 1581875141749.3 | [] | docs.ulyssis.org |
.
- Enable Kerberos.
- Use Apache Atlas for dataset level lineage graphs.
- Use Apache Ranger to authorize NiFi and NiFi Registry users.
- Install the following Runtime services, at minimum:
- Atlas
- Ranger
- ZooKeeper
When you have completed the CDP Private Cloud Base cluster installation, add the CFM parcel and CSD ... | https://docs.cloudera.com/cfm/2.0.4/deployment/topics/cfm-install-cdp.html | 2021-01-16T05:47:10 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.cloudera.com |
7 Composing choices¶
It’s time to put everything you’ve learnt so far together into a complete and secure DAML model for asset issuance, management, transfer, and trading. This application will have capabilities similar to the one in IOU Quickstart Tutorial. In the process you will learn about a few more concepts:
- DA... | https://docs.daml.com/1.4.0-snapshot.20200729.4851.0.224ab362/daml/intro/7_Composing.html | 2021-01-16T06:33:08 | CC-MAIN-2021-04 | 1610703500028.5 | [array(['../../_images/divulgence.png', '../../_images/divulgence.png'],
dtype=object) ] | docs.daml.com |
Creating Provisional Records
Under Resources -> Open Metadata Editor.
In the File tab, select New -> MARC21 Bibliographic
A template will be created.
Edit the LDR field to fill in encoding level = 7
Put your cursor in the LDR field.
In the Edit tab, select Open form editor (or click CTRL+F).
Encoding level (17) -> from... | https://docs.library.vanderbilt.edu/2019/03/11/487/ | 2021-01-16T06:38:07 | CC-MAIN-2021-04 | 1610703500028.5 | [array(['https://docs.library.vanderbilt.edu/wp-content/uploads/sites/9/2019/03/Cat-creating-provisional-300x153.png',
None], dtype=object) ] | docs.library.vanderbilt.edu |
Parvenu allows your entire team so they can find data as well. To add a teammate click on Settings in the top right and choose "Manage users." Here you can add a user by email and invite them as teammate on Parvenu. They will be able to enrich contacts and use the platform without limits. | https://docs.parvenunext.com/resources/add-team-members | 2021-01-16T05:08:39 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.parvenunext.com |
Auto processing
The Voice auto CDR processing is managed here. We can import CDR's to charge customers and print their register of calls on their invoices.
The process is similar to the Voice -> Processing -> CDR import, but here we can import multiple CDR's together, automatically.
Firstly, to import CDR's you need to... | https://docs.splynx.com/voice/auto_cdr_processing/auto_cdr_processing.md | 2021-01-16T06:11:51 | CC-MAIN-2021-04 | 1610703500028.5 | [array(['http://docs.splynx.com/images/get?path=en%2Fvoice%2Fauto_cdr_processing%2Ficon_data_source.png',
'import data source'], dtype=object)
array(['http://docs.splynx.com/images/get?path=en%2Fvoice%2Fauto_cdr_processing%2F1.png',
'Add'], dtype=object)
array(['http://docs.splynx.com/images/get?path=... | docs.splynx.com |
[ Tcllib Table Of Contents | Tcllib Index ]
tcl::transform::core(n) 1 "Reflected/virtual channel support"
Table Of Contents
Synopsis
- package require Tcl 8.5
- package require TclOO
- package require tcl::transform::core ?1?
Description
The tcl::transform::core package provides a TclOO class implementing common behavi... | http://docs.activestate.com/activetcl/8.5/tcl/tcllib/virtchannel_core/transformcore.html | 2018-10-15T13:15:02 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.activestate.com |
Advanced Remote Management (ARM) supports Windows Rugged and Android devices running the proper AirWatch Agent and Remote Management service.
ARM supports the following platforms.
- Windows Mobile/CE running .NET 2.0+ with the AirWatch Agent v6.0.40 installed.
- Android devices with the AirWatch Agent v7.0 and greater ... | https://docs.vmware.com/en/VMware-AirWatch/9.2/vmware-airwatch-guides-92/GUID-AW92-RMv4_Supported_Platforms.html | 2018-10-15T12:27:53 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.vmware.com |
Tcl8.6.7/Tk8.6.7 Documentation > Tk Commands, version 8.6.7 > grab
- grab — Confine pointer and keyboard events to a window sub-tree
- SYNOPSIS
- DESCRIPTION
- grab ?-global? window
- grab current ?window?
- grab release window
- grab set ?-global? window
- grab status window
- WARNING
- BUGS
- EXAMPLE
- SEE ALSO
- KEY... | http://docs.activestate.com/activetcl/8.6/tcl/TkCmd/grab.html | 2018-10-15T12:59:40 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.activestate.com |
InstallShield Limited Edition
Note
This article applies to Visual Studio 2015. If you're looking for Visual Studio 2017 documentation, use the version selector at the top left. We recommend upgrading to Visual Studio 2017. Download it here.
By using InstallShield Limited Edition, you can create a setup file and distrib... | https://docs.microsoft.com/en-us/visualstudio/deployment/installshield-limited-edition?view=vs-2015 | 2018-10-15T13:43:49 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.microsoft.com |
Contents IT Business Management Previous Topic Next Topic Create a budget key manually ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Other Share Create a budget key manually Create a budget key manually when you want to specify specific segment records that comprise the key, as allowed by the ... | https://docs.servicenow.com/bundle/istanbul-it-business-management/page/product/it-finance/task/t_Create_A_Budget_Key.html | 2018-10-15T13:22:46 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.servicenow.com |
© 2005-2017 The original authors.
- Preface
- I. Introduction
- 1. What is Spring Web Services?
- 2. Why Contract First?
- 3. Writing Contract-First Web Services
- 3.1. Introduction
- 3.2. Messages
- 3.3. Data Contract
- 3.4. Service contract
- 3.5. Creating the project
- 3.6. Implementing the Endpoint
- 3.7. Publishin... | https://docs.spring.io/spring-ws/docs/3.0.3.RELEASE/reference/ | 2018-10-15T12:53:56 | CC-MAIN-2018-43 | 1539583509196.33 | [array(['images/spring-deps.png', 'spring deps'], dtype=object)
array(['images/sequence.png', 'sequence'], dtype=object)] | docs.spring.io |
What Is IAM?
AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. You use IAM to control who is authenticated (signed in) and authorized (has permissions) to use resources..
Topics
Video Introduction to IAM
AWS Training and Certification provides a 10-minute... | https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html | 2018-10-15T13:01:05 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.aws.amazon.com |
modules
Though Meteor 1.2 introduced support for many new ECMAScript 2015 features, one of the most notable omissions was ES2015
import and
export syntax. Meteor 1.3 fills that gap with a fully standards-compliant module system that works on both the client and the server, solves multiple long-standing problems for Met... | https://docs.meteor.com/packages/modules.html | 2018-10-15T12:21:19 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.meteor.com |
Size Size Size Size Struct
Definition
public value class Size : IFormattable
[System.ComponentModel.TypeConverter(typeof(System.Windows.SizeConverter))] [Serializable] public struct Size : IFormattable
type Size = struct interface IFormattable
Public Structure Size Implements IFormattable
- Inheritance
-
- Attributes
-... | https://docs.microsoft.com/en-us/dotnet/api/system.windows.size?view=netframework-4.7.2 | 2018-10-15T12:43:30 | CC-MAIN-2018-43 | 1539583509196.33 | [] | docs.microsoft.com |
Topics covered in this article:
- Multi-Currency
- Tax
- Exporting Negative Expenses
- Authentication Error When Connecting or Syncing
- Expensify Not Displaying Customers/Projects
- Error Adding an Employee Email Address in Sage Intacct
- Not Seeing User Application Subscriptions
- Not Seeing the 'Time & Expenses' Mod... | https://docs.expensify.com/articles/1304595-sage-intacct-faq | 2019-06-16T04:40:26 | CC-MAIN-2019-26 | 1560627997731.69 | [array(['https://downloads.intercomcdn.com/i/o/56540467/df80a9d09f5cca3b439d0e5d/Expensify_-_Policy_Editor-4.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/95364630/1a1e174002bf6caf6c89e78b/2019-01-07_11-47-05.png',
None], dtype=object)
array(['https://downloads.intercomcdn.c... | docs.expensify.com |
ProxCP KVM Templates
KVM Templates Overview
ProxCP offers support for KVM creation and rebuilding from templates. Pre-built ProxCP KVM templates are available on our template distribution site.
Proxmox does not currently offer a mechanism to share KVM templates between Proxmox servers. Therefore, you need to download o... | https://docs.proxcp.com/index.php?title=ProxCP_KVM_Templates | 2019-06-16T05:44:38 | CC-MAIN-2019-26 | 1560627997731.69 | [] | docs.proxcp.com |
An Act to amend 15.05 (1) (c), 15.34 (2) (a) and 17.20 (1) of the statutes; Relating to: the appointment and term of service of the secretary of natural resources and vacancies on the Natural Resources Board.
Bill Text (PDF: )
Wisconsin Ethics Commission information
2017 Senate Bill 171 - S - Natural Resources and Ener... | https://docs-preview.legis.wisconsin.gov/2017/proposals/ab157 | 2019-06-16T06:07:59 | CC-MAIN-2019-26 | 1560627997731.69 | [] | docs-preview.legis.wisconsin.gov |
-
Console software
The Provisioning Services Console can be installed on any machine that can communicate with the Provisioning Services database.
The Console installation includes the Boot Device Management utility.
Note
If you are upgrading from the current product version, the Console software is removed when the P... | https://docs.citrix.com/en-us/provisioning/7-15/install/install-task3-install-console.html | 2019-06-16T06:43:31 | CC-MAIN-2019-26 | 1560627997731.69 | [] | docs.citrix.com |
Installing and verifying prerequisites¶
Verify Java Version¶
Ensure that you are running Java 1.8. To check, run the following command at the command prompt and make sure that the version displayed is Java 1.8:
java -version
The command above should output something like this:
java version "1.8.0_91"
Verify JAVA_HOME e... | https://docs.craftercms.org/en/3.0/system-administrators/activities/installing-and-verifying-prereq.html | 2019-06-16T05:51:13 | CC-MAIN-2019-26 | 1560627997731.69 | [] | docs.craftercms.org |
The Max for Live Building Tools Live Pack contains a set of fully functional Audio Effect devices that provide examples of various kinds of operations and processes. You can use these patches in series in your Live Session, or edit and recombine them to make your own devices.
Live Suite owners can download this Live Pa... | https://docs.cycling74.com/max8/vignettes/live_audiobuildingblocks | 2019-06-16T05:29:34 | CC-MAIN-2019-26 | 1560627997731.69 | [array(['/static/max8/images/777e6f32250f2c03c1b32825cc07839a.png', None],
dtype=object) ] | docs.cycling74.com |
Now we will do things to draw lines of the character.
To enable lines in the level, we need to perform three main steps: 1) adding a post-process (PP) volume to the level, 2) Applying a PP line material to the PP volume, and 3) turning on the render customdepth pass switch of the character (or actor).
1) Adding a PP vo... | https://docs.jiffycrew.com/docs/cartoon-rendering-pack/getting-started/step-6-drawing-lines-of-the-character | 2019-06-16T05:02:37 | CC-MAIN-2019-26 | 1560627997731.69 | [array(['https://i1.wp.com/docs.jiffycrew.com/wp-content/uploads/2017/01/img_58759dc48e8e8.png?w=835',
None], dtype=object) ] | docs.jiffycrew.com |
1 Introduction
Mendix Studio Pro contains a lot of out-of-the-box widgets such as data grids and snippets. However, if you want to extend your application with more widgets and modules (for example, the Forgot Password module), simple charts, an Excel importer, and other features, you need to add content from the Mendi... | https://docs.mendix.com/developerportal/app-store/ | 2019-06-16T04:28:14 | CC-MAIN-2019-26 | 1560627997731.69 | [] | docs.mendix.com |
The
- Mindray patient monitor
- Model: iMec 8
- 8.4" LCD display with colour LED background lighting
- Resolution: 800 x 600 pixels
- Optional touch screen
- With an integrated lithium ion battery (operating time up to 2 hours with fully charged battery)
- Battery or mains operated
- Optional integrated thermal printer... | https://tools4docs.com/products/Mindray-iMec-8-Patient-Monitor.html | 2019-06-16T04:56:55 | CC-MAIN-2019-26 | 1560627997731.69 | [] | tools4docs.com |
Error getting tags :
error 404Error getting tags :
error 404
the clickV
clickV()
the clickV
if the clickV > the bottom of stack window then beep
Use the clickV function to find out where the user last clicked.
Value:
The clickV function returns a positive integer.
The returned value is the vertical distance in pixels f... | http://docs.runrev.com/Function/clickV | 2018-06-18T05:43:23 | CC-MAIN-2018-26 | 1529267860089.11 | [] | docs.runrev.com |
pass you can then pass to
–include in verbatim to only restore the single file or directory. Don't forget to umount after quitting!
Mounting repositories via FUSE is not possible on OpenBSD, Solaris/illumos and Windows.. | http://restic.readthedocs.io/en/latest/050_restore.html | 2018-06-18T05:18:10 | CC-MAIN-2018-26 | 1529267860089.11 | [] | restic.readthedocs.io |
We).
The development cycle for the next major release starts immediately after the previous one has been shipped. Bugfix/point releases (if any) address only serious bugs and never contain new features.
The versions of CIDER and
cider-nrepl are always kept in sync. If you're
tracking the
master branch of CIDER, you sho... | https://cider.readthedocs.io/en/latest/about/release_policy/ | 2018-06-18T05:39:53 | CC-MAIN-2018-26 | 1529267860089.11 | [] | cider.readthedocs.io |
You can enter users' Google Play store credentials in order to display an app description and icon in the management console and in the Worx Store. Google store credentials are mandatory when you configure App Controller to connect to Device Manager and when you configure an app for an Android mobile link in the manage... | https://docs.citrix.com/pt-br/xenmobile/8-7/xmob-appc-manage-wrapper-f-con/xmob-appc-add-applications-wrapper-con/xmob-appc-mobile-apps-landing-page-con/xmob-appc-mobile-apps-google-play-tsk.html | 2018-06-18T05:42:24 | CC-MAIN-2018-26 | 1529267860089.11 | [] | docs.citrix.com |
Check Against Do Not Call List
OCS reads all records from the table that is referenced in the gsw_donotcall_list Table Access and populates separate tables in memory with the unique values from the phone and customer_id fields. The tables in memory mirror the DNC List in the database. OCS checks these tables in memory ... | https://docs.genesys.com/Documentation/OU/latest/Dep/CheckAgainstDNCList | 2018-06-18T05:58:40 | CC-MAIN-2018-26 | 1529267860089.11 | [] | docs.genesys.com |
Azure Active Directory Pass-through Authentication: Current limitations
Important
Azure Active Directory (Azure AD) Pass-through Authentication is a free feature, and you don't need any paid editions of Azure AD to use it. Pass-through Authentication is only available in the world-wide instance of Azure AD, and not on ... | https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-pass-through-authentication-current-limitations | 2018-06-18T06:03:14 | CC-MAIN-2018-26 | 1529267860089.11 | [] | docs.microsoft.com |
Puppet Enterprise 2015.3 Release Notes
This page describes new features and general improvements in the latest Puppet Enterprise (PE) release.
For more information about this release, see Known Issues and Security and Bug Fixes.
New Features and Improvements in PE 2015.3.1
PE 2015.3.1 is a release to fix a critical bug... | http://docs.puppetlabs.com/pe/latest/release_notes.html | 2016-02-06T00:02:21 | CC-MAIN-2016-07 | 1454701145578.23 | [] | docs.puppetlabs.com |
Difference between revisions of "Jumla" From Joomla! Documentation Redirect page Revision as of 19:22, 21 September 2012 (view source)Tom Hutchison (Talk | contribs)m (redirect to actual page not a redirect to a redirect page)← Older edit Latest revision as of 14:38,]] [[Category:Landing Pages]] [[Category:Landing Page... | https://docs.joomla.org/index.php?title=Jumla&diff=prev&oldid=103650 | 2016-02-06T01:47:38 | CC-MAIN-2016-07 | 1454701145578.23 | [] | docs.joomla.org |
The process for preparing your storage device is as follows. Individual steps are
described in detail in the following topics.
Print the PDF file from the CreateJob response and tape the
bar code portion to your device. Be especially careful to attach the right barcode
to the right device. You submit a separate job req... | http://docs.aws.amazon.com/AWSImportExport/latest/DG/PackingEBSJobs.html | 2016-02-06T00:11:39 | CC-MAIN-2016-07 | 1454701145578.23 | [] | docs.aws.amazon.com |
Screen menu item manager topnmenu 15.png
From Joomla! Documentation
Size of this preview: 800 × 362 pixels. Other resolution: 995 × 450 pixels.
Original file (995 × 450 pixels, file size: 21 KB, MIME type: image/png)
Screenshot of Joomla! 1.5 Menu Item Manager Top Menu screen
File history
Click on a date/time to view t... | https://docs.joomla.org/index.php?title=File:Screen_menu_item_manager_topnmenu_15.png&oldid=1754 | 2016-02-06T01:22:25 | CC-MAIN-2016-07 | 1454701145578.23 | [array(['/images/thumb/4/46/Screen_menu_item_manager_topnmenu_15.png/800px-Screen_menu_item_manager_topnmenu_15.png',
'File:Screen menu item manager topnmenu 15.png'], dtype=object) ] | docs.joomla.org |
Difference between revisions of "Glossary"
From Joomla! Documentation
Latest revision as of 17:41, 27 February 2014 (208 P)
- [×] Glossary definitions/pt-br (5 P)
- [×] Glossary definitions/ru (28 P)
- [×] Glossary definitions/ja (11 P)
C
- [×] Category Management (2 P)
- [×] Category Management/en (empty)
Pages in cat... | https://docs.joomla.org/index.php?title=Category:Glossary&diff=109888&oldid=62282 | 2016-02-06T01:06:50 | CC-MAIN-2016-07 | 1454701145578.23 | [] | docs.joomla.org |
Changes related to "Finding module positions on any given page"
← Finding module positions on any given page
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 criteria... | https://docs.joomla.org/index.php?title=Special:RecentChangesLinked&from=20140317211329&target=Finding_module_positions_on_any_given_page | 2016-02-06T01:26:11 | CC-MAIN-2016-07 | 1454701145578.23 | [] | docs.joomla.org |
The Request Context¶
This document describes the behavior in Flask 0.7 which is mostly in line with the old behavior but has some small, subtle differences.
It is recommended that you read the The Application Context chapter first.
Diving into Context Locals¶
Say you have a utility function that returns the URL the use... | https://azcv.readthedocs.io/en/stable/reqcontext.html | 2022-09-24T18:56:36 | CC-MAIN-2022-40 | 1664030333455.97 | [] | azcv.readthedocs.io |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.