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 |
|---|---|---|---|---|---|---|
Upgrade to Security Center's Standard tier for enhanced security:
- The Free tier is automatically enabled on all Azure subscriptions, and provides security policy, continuous security assessment, and actionable security recommendations to help you protect your Azure resources.
-.
For more information, see the Security... | https://docs.microsoft.com/en-us/azure/security-center/security-center-pricing | 2018-11-13T02:34:19 | CC-MAIN-2018-47 | 1542039741192.34 | [array(['media/security-center-pricing/get-standard.png',
'Security incident'], dtype=object) ] | docs.microsoft.com |
Adding Users & Roles
Users
SimpleMDM allows more than one individual in your organization to manage your SimpleMDM account. Inviting additional users to your account is easy.
To add an administrator to your account:
- Within SimpleMDM, click "Settings" on the left hand side of the screen.
- Select the "Users" sub-menu ... | https://docs.simplemdm.com/article/24-adding-users-roles | 2019-06-16T01:36:57 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.simplemdm.com |
This check collects distributed system observability metrics from Envoy.
The Envoy check is included in the Datadog Agent package, so you don’t need to install anything else on your server.
If you are using Envoy as part of Istio, to access Envoy’s admin endpoint you need to set Istio’s proxyAdminPort.
There are 2 ways... | https://docs.datadoghq.com/integrations/envoy/ | 2019-06-16T01:41:05 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.datadoghq.com |
Use live migration without Failover Clustering to move a virtual machine
Applies To: Windows Server 2016
This article shows you how to move a virtual machine by doing a live migration without using Failover Clustering. A live migration moves running virtual machines between Hyper-V hosts without any noticeable downtime... | https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/use-live-migration-without-failover-clustering-to-move-a-virtual-machine | 2019-06-16T01:00:57 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.microsoft.com |
Pie Chart
The Pie Chart block displays proportional data across one or more devices. In the example below, a device’s GPS data is being shown as a percentage of time it spends at certain locations.
Configuration
Data Type
The Pie Chart can display points as a live stream (re-rendering the chart every time a data point ... | http://docs.prerelease.losant.com/dashboards/pie-chart/ | 2019-06-16T01:45:42 | CC-MAIN-2019-26 | 1560627997508.21 | [array(['/images/dashboards/pie-example.png', 'Pie Chart Pie Chart'],
dtype=object)
array(['/images/dashboards/gauge-data-type.png', 'Data Type Data Type'],
dtype=object)
array(['/images/dashboards/gauge-duration.png',
'Gauge Duration Gauge Duration'], dtype=object)
array(['/images/dashboards/p... | docs.prerelease.losant.com |
Get metrics from Convox in real-time to visualize your containers’ performance:
Please refer to the Convox setup doc page.
You can deploy the Datadog Agent as a Convox app with a very simple
docker-compose.yml manifest:
$ git clone $ cd dd-agent # deploy the agent app and secret $ convox apps create $ convox env set AP... | https://docs.datadoghq.com/integrations/convox/ | 2019-06-16T00:59:41 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.datadoghq.com |
:
UTF-8-encode and then URL-encode the names.
To indicate an object, specify the container and object name as:
CONTAINER_NAME/
OBJECT_NAME.
To indicate a container, specify the container name as:
CONTAINER_NAME. Make sure that the container is empty. If it
contains objects, Object Storage cannot delete the container.
S... | https://docs.openstack.org/swift/latest/api/bulk-delete.html | 2019-06-16T00:32:59 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.openstack.org |
Custom Widgets on in the tabris-plugin-lottie.
Receiving messages from JavaScript
Creating a custom widget requires handling incoming messages from JavaScript and sending messages back to JavaScript. The main entry point to this communication loop is the
com.eclipsesource.tabris.android.ObjectHandler. The handler provi... | http://docs.tabris.com/3.0/custom-widgets-android.html | 2019-06-16T00:52:49 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.tabris.com |
With Webhooks you’ll be able to:
Go to the webhook integration tile and enter the URL and name of the webhook you want to use
To use your webhook, add @webhook-*name_of_the_webhook* in the text of the metric alert you want to trigger the webhook. It will trigger a json format.
If you want to post your Webhooks to a ser... | https://docs.datadoghq.com/integrations/webhooks/ | 2019-06-16T00:58:12 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.datadoghq.com |
Additional Fields
Additional Fields: adding more fields to the popover in DayBack Calendar
Additional fields are available for Salesforce, Google Calendar, and FileMaker sources and will be available for Basecamp sources soon.
In addition to the fields like Title, Description, Date, and Resource that DayBack provides, ... | https://docs.dayback.com/article/109-additional-fields | 2019-06-16T01:17:30 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.dayback.com |
DayBack doesn't have any email notification logic itself, but it will honor the notifications you've set up in Google Calendar, Salesforce, etc.
Sending Notifications and Invitations from DayBack
Email notifications aren't built into DayBack but notifications you've set up in Salesforce will continue to work with event... | https://docs.dayback.com/article/19-email-notifications | 2019-06-16T01:22:07 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.dayback.com |
Check your environment’s readiness for Microsoft Teams
The transition to the cloud will vary by each organization, and current state may have an impact on how Teams will function.
Educational institutions are strongly encouraged to deploy School Data Sync before deploying Microsoft Teams. School Data Sync uses your sch... | https://docs.microsoft.com/en-us/microsoftteams/environment-readiness | 2019-06-16T01:55:14 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.microsoft.com |
IRP_MJ_CREATE
Every kernel-mode driver must handle IRP_MJ_CREATE requests in a DRIVER_DISPATCH callback function.
When Sent
The operating system sends an IRP_MJ_CREATE request to open a handle to a file object or device object. For example, when a driver calls ZwCreateFile, the operating system sends an IRP_MJ_CREATE r... | https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/irp-mj-create | 2019-06-16T01:20:44 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.microsoft.com |
Shopper Location
There are several ways to filter your audience by location, such as the shopper's city.
Engagement Engine captures the location of shoppers based on the geographical location derived from their ip addresses when they interact with a website or app that is powered by Mobify. Connection Center then uses ... | https://docs.mobify.com/connection-center/audience-filters/location-filters/ | 2019-06-16T00:49:55 | CC-MAIN-2019-26 | 1560627997508.21 | [array(['images/location-filter.png', 'Location Filter'], dtype=object)] | docs.mobify.com |
- Go to Appearance> Customize> Front Page Settings> Call To Action Section
- Click on Add a Widget
- Select Blossom: Call To Action Widget
- Enter the Section Title and Description
- Select the Number of Call-to-Action Buttons you want to display
- Enter the buttons Link
- Select the Button Alignment
- Select the Backg... | https://docs.blossomthemes.com/docs/blossom-travel-pro/homepage-settings/how-to-configure-call-to-action-section/ | 2019-06-16T01:46:57 | CC-MAIN-2019-26 | 1560627997508.21 | [array(['https://docs.blossomthemes.com/wp-content/uploads/2019/04/CTA-Sectiondemo.png',
'CTA Section demo'], dtype=object)
array(['https://docs.blossomthemes.com/wp-content/uploads/2019/04/Select-call-to-action-section.png',
'Select call to action section'], dtype=object)
array(['https://docs.blossom... | docs.blossomthemes.com |
public enum HostDistance extends Enum<HostDistance>
LoadBalancingPolicy(through its
distancemethod). The distance assigned to an host influences how many connections the driver maintains towards this host. If for a given host the assigned
HostDistanceis
LOCALor
REMOTE, some connections will be maintained by the driver ... | https://docs.datastax.com/en/drivers/java/2.1/com/datastax/driver/core/HostDistance.html | 2019-06-16T01:04:22 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.datastax.com |
DVK CW RTTY Messaging.
Since the ++ and -- accelerators have sense in CW only, they must not be used in RTTY messages, so they have to be removed..
Since the release 3.8.6 the Message Variables (see below) will work also within these additional CW/RTTY messages.
Please also note that the additional CW/RTTY messages dia... | http://docs.win-test.com/wiki/DVK_CW_RTTY_Messaging | 2019-06-16T01:22:42 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.win-test.com |
Vertical Stacked Step Area Chart
Overview
A Vertical Stacked Step Area Chart is a multi-series Step Area Chart that displays the trend of the value each series contributes over time or categories, which categories Stacked Step Area Chart, create a multi-series Vertical Step Area Chart and set the stackMode() method int... | https://docs.anychart.com/Basic_Charts/Stacked/Value/Vertical_Step_Area_Chart | 2017-03-23T04:24:36 | CC-MAIN-2017-13 | 1490218186774.43 | [] | docs.anychart.com |
Filters¶
On top of Queries feature, there are some filtering helpers for nodes, relationships and both indices. First thing you need is to define Q objects:
>>> from neo4jrestclient.query import Q
>>> Q("name", istartswith="william")
Once a lookup is defined, you may call the filter method over all the nodes or the rel... | http://neo4j-rest-client.readthedocs.io/en/latest/filters.html | 2017-03-23T04:13:07 | CC-MAIN-2017-13 | 1490218186774.43 | [] | neo4j-rest-client.readthedocs.io |
Release Note 20150217
Table of Contents
- Features & Improvements
- Bug Fixes
Features & Improvements
This is a summary of the new features and improvements introduced in this release:
Console: Signup Workflow
We completely redesigned and improved the signup for our Service: both look and feel and workflow were redesig... | https://docs.treasuredata.com/articles/releasenote-20150217 | 2017-03-23T04:10:59 | CC-MAIN-2017-13 | 1490218186774.43 | [array(['/images/release-notes/150217-01-sign_up.png',
'Console: Signup Workflow'], dtype=object) ] | docs.treasuredata.com |
Tamarin is a drop-in Django app for parsing/storing S3 access logs in a Django model. This allows to build queries against your historic data.
Note
Tamarin provides no analysis tools besides a model that you may query. Analysis is best left to other apps that use the models provided here.
Tamarin uses celery or a Djang... | http://tamarin.readthedocs.io/en/latest/ | 2017-03-23T04:09:57 | CC-MAIN-2017-13 | 1490218186774.43 | [] | tamarin.readthedocs.io |
Building OpenOCD from Sources for Linux¶
The following instructions are alternative to downloading binary OpenOCD from Espressif website. To quickly setup the binary OpenOCD, instead of compiling it yourself, backup and proceed to section Set up OpenOCD for Linux.. Target. | https://docs.espressif.com/projects/esp-idf/en/stable/api-guides/jtag-debugging/building-openocd-linux.html | 2019-08-17T11:25:15 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.espressif.com |
socialprofile EntityType
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Description: This entity is used to store social profile information of its associated account and contacts on different social channels.
Entity Set path:[organization URI]/api/data/v8.2/social... | https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/mt593105%28v%3Dcrm.8%29 | 2019-08-17T11:16:36 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.microsoft.com |
Installing the Native Library
Install the native client by extracting the contents of the distribution archive and setting up the environment.
Installation Prerequisites
Before installing the GemFire native client, confirm that your system meets the hardware and software requirements described in GemFire Native Client ... | https://gemfire-native.docs.pivotal.io/100/gemfire-native-client/install-upgrade-native.html | 2019-08-17T11:54:37 | CC-MAIN-2019-35 | 1566027312128.3 | [] | gemfire-native.docs.pivotal.io |
22 October 2020
Improvements
- Enhanced the landing experience with the Build your first App Video and link to App Documentation in App Home page for quick learning.
Fixed Bugs
- To show a relevant error message when the user tries to access a deleted app.
- Default value doesn't show up when value binding is set for a... | https://docs.uipath.com/releasenotes/docs/apps-october-2020 | 2020-11-23T22:09:40 | CC-MAIN-2020-50 | 1606141168074.3 | [array(['https://files.readme.io/dce7d5b-App_guidance.png',
'App guidance.png'], dtype=object)
array(['https://files.readme.io/dce7d5b-App_guidance.png',
'Click to close...'], dtype=object) ] | docs.uipath.com |
Shrinkage¶
It is possible to reduce the search space of the algorithm forcibly by including some shrinkage or compacting. Under this operation, each distribution family has its parameter limits reduced by those present in the parents from a generation according to a power law presented in [AS17].
Warning
This can produ... | https://edo.readthedocs.io/en/latest/discussion/operators/shrinkage.html | 2020-11-23T21:26:15 | CC-MAIN-2020-50 | 1606141168074.3 | [] | edo.readthedocs.io |
-
-
-
-
-
-
-
VPX check-in and check-out licensing
You can allocate VPX licenses to Citrix ADC VPX instances on demand from Citrix Application Delivery Management (ADM). The ADM software stores and manages the licenses, which have a licensing framework that provides scalable and automated license provisioning. A Citri... | https://docs.citrix.com/en-us/citrix-application-delivery-management-software/current-release/license-server/adc-vpx-check-in-check-out.html | 2020-11-23T22:47:14 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.citrix.com |
Edit a User Record for a User Role.
Note: You will need to have the role of Super Admin on CDO to perform this task.
Caution: Changing the role of a user record will delete an API token associated with the user record if there is one. The user must generate a new API token once the user role changes.
Edit a User Role A... | https://docs.defenseorchestrator.com/Tenant_Management/0020_User_Management/Edit_a_User_Record_for_a_User_Role | 2020-11-23T22:09:48 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.defenseorchestrator.com |
Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
All Manual Versions
Ignition 8
Ignition 7.9
Ignition 7.8
The notification tab allows you to select which notification profile you woul... | https://docs.inductiveautomation.com/display/DOC79/Notification+Block | 2020-11-23T21:28:43 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.inductiveautomation.com |
Enable InsightVM Platform Login
This article contains comprehensive documentation on the new InsightVM Platform Login experience. In the following sections, we’ll cover how this feature streamlines how you access Security Console and cloud-based features in InsightVM, explain the benefits offered by enablement, and pro... | https://docs.rapid7.com/insightvm/enable-insightvm-platform-login/ | 2020-11-23T22:01:22 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.rapid7.com |
Another eNews widget has been placed in the After Entry Widget Area.
How to Configure the eNews Widget Settings
This theme uses the Genesis eNews Extended plugin.
- Add your incentive text (e.g. “sign up for updates”) in the Text to show before form field
- Follow the setup instructions for your third party subscriptio... | https://docs.bizbudding.com/classic-docs/pretty-darn-cute/pretty-theme-after-entry-widget/ | 2020-11-23T22:28:12 | CC-MAIN-2020-50 | 1606141168074.3 | [array(['https://docs.bizbudding.com/wp-content/uploads/2020/04/pretty-theme-after-entry-widget-2.jpg',
'Pretty Theme After Entry Widget'], dtype=object) ] | docs.bizbudding.com |
. You can enable drilldown functionality using Simple XML. For more information about drilldown, see Drilldown behavior in this! | https://docs.splunk.com/Documentation/Splunk/6.5.2/Viz/SingleValueFormatting | 2020-11-23T22:40:24 | CC-MAIN-2020-50 | 1606141168074.3 | [array(['/skins/OxfordComma/images/acrobat-logo.png', 'Acrobat logo'],
dtype=object) ] | docs.splunk.com |
Source
Contains the information required to retrieve an app or cookbook from a repository. For more information, see Creating Apps or Custom Recipes and Cookbooks.
Contents.
Type: String
Required: No
- Revision
The application's version. AWS OpsWorks Stacks enables you to easily deploy new versions of an application. O... | https://docs.aws.amazon.com/opsworks/latest/APIReference/API_Source.html | 2020-11-23T23:16:26 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.aws.amazon.com |
Introduction¶
What is mikroSDK 2.0?¶
mikroSDK is a collection of open-source software libraries with unified API and
software development tools.
It is a development platform designed to simplify and enable cross-platform development of embedded applications for a wide range of microcontrollers and development board ven... | https://docs.mikroe.com/mikrosdk/user-manual/ | 2020-11-23T22:32:31 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.mikroe.com |
20 November 2020
French and German Support
As a continuation of our efforts to reach out to the entire world and make automation a language everyone can speak, Automation Cloud is now available in French and German.
Bug Fixes
You could not invite more than 1 user at a time to Automation Cloud as users were not able to ... | https://docs.uipath.com/releasenotes/docs/automation-cloud-november-2020 | 2020-11-23T23:00:11 | CC-MAIN-2020-50 | 1606141168074.3 | [array(['https://files.readme.io/257a9b6-ac_portal.png', 'ac_portal.png'],
dtype=object)
array(['https://files.readme.io/257a9b6-ac_portal.png',
'Click to close...'], dtype=object) ] | docs.uipath.com |
You can determine if objects are permanently unavailable by making a request using the TSM administrative console.
The current audit log file is named audit.log, which is rotated daily to create logs named by the date in the format yyyy-mm-dd.txt. Files that are seven days old are compressed.
[AUDT:[CBID(UI64):0x498D8A... | https://docs.netapp.com/sgws-110/topic/com.netapp.doc.sg-maint/GUID-C622C85B-49FA-4F62-901D-ECBE32875A4E.html?lang=en | 2020-11-23T23:11:09 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.netapp.com |
In order to embed Mason features in your application, you must any domains from which requests will originate. Domains must match exactly, so if you will serve from
example.com and you must whitelist both domains. Wildcards are not accepted.
You must whitelist your domains for each component.
Open the Settings panel in... | https://docs.trymason.com/development/security | 2020-11-23T22:37:05 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.trymason.com |
Customise the mutation process¶
The mutation process can be altered in three ways:
- Setting the initial mutation probability
- Adjusting (dwindling) the mutation probability over time
- Compacting the mutation space around the best individuals
Below are some quick examples of how to do these things.
Setting the initia... | https://edo.readthedocs.io/en/stable/how-to/mutation.html | 2020-11-23T21:45:39 | CC-MAIN-2020-50 | 1606141168074.3 | [] | edo.readthedocs.io |
When to Activate
After you purchase, you receive License Keys to use to activate the product license on each WFE server on your farm. License Keys never expire. See How many License Keys do I need for my SharePoint farm for more information. You can use a license key on only one server at a time. Servers in non-product... | https://docs.bamboosolutions.com/document/overview_of_licensing_and_and_product_activation/ | 2020-11-23T21:59:04 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.bamboosolutions.com |
- Mechanical
- Electronics
- CNC Software
- Tips and Tricks
You can use any of Vectric's CAM applications to generate G-Code for your machine. Simply select the correct Post Processor from the list:
Select the “Grbl-mm” or “Grbl-inch” Post processor if the “OpenBuilds Grbl (mm/inch)” post is not available in your versi... | https://docs.openbuilds.com/doku.php?id=docs:software:vectric | 2020-11-23T22:49:10 | CC-MAIN-2020-50 | 1606141168074.3 | [] | docs.openbuilds.com |
Genotype Matrix¶
This module provides genotype search functionality that allows users to select which germplasm and variants they are interested in and be shown a colour-coded variant by germplasm table which can be further filtered by marker/variant type and to only show polymorphic variants (pairwise comparison choos... | https://nd-genotypes.readthedocs.io/en/latest/features/genotype_matrix.html | 2020-11-23T21:36:28 | CC-MAIN-2020-50 | 1606141168074.3 | [array(['../_images/genotype_matrix.1.form.png',
'../_images/genotype_matrix.1.form.png'], dtype=object)
array(['../_images/genotype_matrix.2.matrix.png',
'../_images/genotype_matrix.2.matrix.png'], dtype=object)] | nd-genotypes.readthedocs.io |
To[Sugnet2006][Boutz2007], alternative splicing (AS) for 109 probe sets was assessed in the mouse PTB shRNA dataset by RT-PCR (Supplemental Tables 1, 2 and 4[Boutz2007]). Among these, 25 were false positives, one was a true negative, one undetermined and 81 were true positives.
Summary of Published MADS Results
In the ... | http://altanalyze.readthedocs.io/en/latest/PredictionEvaluation/ | 2018-03-17T16:06:57 | CC-MAIN-2018-13 | 1521257645248.22 | [] | altanalyze.readthedocs.io |
MSMQ Connector:
Prerequisites
Install the Windows Gateway Service first before installing and configuring MSMQ.
-
-
Installation and Configuration
Installing the MSMQ Connector.
Load-Balanced Configuration
The Windows Gateway Services supports running in a load-balanced configuration to allow for fault tolerance. Visit... | https://docs.mulesoft.com/mule-user-guide/v/3.9/msmq-connector | 2018-03-17T16:14:57 | CC-MAIN-2018-13 | 1521257645248.22 | [array(['./_images/MMC_PrivateQueues.png', 'MMC_PrivateQueues'],
dtype=object)
array(['./_images/msmq_demo_properties.png', 'msmq_demo_properties'],
dtype=object)
array(['./_images/GlobalElementProperties.png', 'GlobalElementProperties'],
dtype=object)
array(['./_images/BuildingFlows.png', 'Buil... | docs.mulesoft.com |
Using Dectate¶
Introduction¶
Dectate is a configuration system that can help you construct Python frameworks. A framework needs to record some information about the functions and classes that the user supplies. We call this process configuration.
Imagine for instance a framework that supports a certain kind of plugins.... | http://dectate.readthedocs.io/en/latest/usage.html | 2018-03-17T16:24:17 | CC-MAIN-2018-13 | 1521257645248.22 | [] | dectate.readthedocs.io |
Deleting Cross-Reference Formats from Projects
ePublisher obtains the cross-reference formats and values in the Cross-Reference Rules window from your source documents. You can delete cross-reference formats in ePublisher. Delete cross-reference formats when you no longer want to use the cross-reference format in your ... | http://docs.webworks.com/ePublisher/2008.3/Help/Preparing_and_Publishing_Content/Producing_Output_Based_on_Stationery.3.95 | 2018-03-17T16:22:20 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.webworks.com |
What Is ePublisher AutoMap?
ePublisher AutoMap is the automation tool that enables you to automate the content transformation process, batch processing, and integration with content management or version control systems. This component lets you schedule ePublisher projects. For example, you can schedule the output gene... | http://docs.webworks.com/ePublisher/2009.1/Help/03.Preparing_and_Publishing_Content/04.003.Automating_Projects | 2018-03-17T16:21:11 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.webworks.com |
, first confirm with your application developers that the application supports context-sensitive help. Then work with your application developers to decide how to choose the topic ID for each context-sensitive help topic:
You choose the topic IDs
You can choose a set of topic IDs and embed them in your source documents... | http://docs.webworks.com/ePublisher/2010.2/Help/03.Preparing_and_Publishing_Content/2.47.Preparing_Word_Files | 2018-03-17T16:20:38 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.webworks.com |
افزودن برگه استایل برای دستگاه های خروجی دیگر). | https://docs.joomla.org/Adding_stylesheets_for_other_output_devices/fa | 2018-03-17T16:11:09 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.joomla.org |
World Generation¶
Welcome to the tutorial on world building. If you’ve played along with the walkthrough!
Why World Build?¶ masochist! If you are interested in doing things the hard way you can head over to the wiki and check out the guides to advanced world generation and pre-generated worlds.
Er, where was I,¶.
Once ... | http://df-walkthrough.readthedocs.io/en/latest/tutorials/generating-a-world.html | 2018-03-17T16:40:34 | CC-MAIN-2018-13 | 1521257645248.22 | [array(['../_images/worldgen-options.png',
'../_images/worldgen-options.png'], dtype=object)
array(['../_images/worldgen-generating.png',
'../_images/worldgen-generating.png'], dtype=object)
array(['../_images/worldgen-regions.png',
'../_images/worldgen-regions.png'], dtype=object)
array(['..... | df-walkthrough.readthedocs.io |
Kalman filter class. More...
#include "tracking.hpp"
Kalman filter class.
The class implements a standard Kalman filter, [171] . However, you can modify transitionMatrix, controlMatrix, and measurementMatrix to get an extended Kalman filter functionality. See the OpenCV sample kalman.cpp.
The constructors.
This is an o... | https://docs.opencv.org/3.2.0/dd/d6a/classcv_1_1KalmanFilter.html | 2018-03-17T16:32:43 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.opencv.org |
Read-write Sparse Matrix Iterator. More...
#include "mat.hpp"
Read-write Sparse Matrix Iterator.
The class is similar to cv::SparseMatConstIterator, but can be used for in-place modification of the matrix elements.
the default constructor
the full constructor setting the iterator to the first sparse matrix element
the ... | https://docs.opencv.org/trunk/d5/d9b/classcv_1_1SparseMatIterator.html | 2018-03-17T16:32:26 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.opencv.org |
Values for date/time fields When you filter on fields of type date/time, such as the Created field on any task record, several time-related options are available, such as Today, This week, Last 3 months, and so on. For example, at 12:00 on June 1, a user in New York filters a list of incidents using the Created on Toda... | https://docs.servicenow.com/bundle/istanbul-platform-user-interface/page/use/common-ui-elements/concept/c_ValuesForDateTimeFields.html | 2018-03-17T16:39:04 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.servicenow.com |
Modifications in the checkout form You can modify the checkout form to use an alternate description field or to add request item number for each line. By default, the checkout forms list the Description, Delivery Date, Stage, Price, Quantity, and Total columns. An example of default checkout form is shown: Figure 1. Ch... | https://docs.servicenow.com/bundle/kingston-it-service-management/page/product/service-catalog-management/concept/c_ModifyTheCheckoutForm.html | 2018-03-17T16:38:28 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.servicenow.com |
AltAnalyze Hierarchical Clustering Heatmaps
Hierarchical clustering in AltAnalyze is a useful way to quickly visualize expression patterns from high-dimensional datasets, similar to Cluster/TreeView TreeView (BAD LINK!). In fact, AltAnalyze can call TreeView. Similar to other tools, there are many options for coloring,... | http://altanalyze.readthedocs.io/en/latest/Heatmaps/ | 2018-03-17T16:08:22 | CC-MAIN-2018-13 | 1521257645248.22 | [array(['../images/ClusterResults.png', None], dtype=object)
array(['../images/ClusterInterface.png', None], dtype=object)] | altanalyze.readthedocs.io |
Bot Framework Portal:
Generate a Direct Line token
To generate a Direct Line token that can be used to access a single conversation, first obtain the Direct Line secret from the Direct Line channel configuration page in the Bot Framework Portal. Then issue this request to exchange your Direct Line secret for a Direct ... | https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-direct-line-3-0-authentication | 2018-03-17T16:35:57 | CC-MAIN-2018-13 | 1521257645248.22 | [array(['../media/direct-line-configure.png', 'Direct Line configuration'],
dtype=object) ] | docs.microsoft.com |
Senate
Record of Committee Proceedings
Committee on Senate Organization
Senate Joint Resolution 4
Relating to: deleting from the constitution the office of state treasurer (first consideration).
By Senators Gudex, Wanggaard, Roth, Marklein, Nass, LeMahieu and Vukmir; cosponsored by Representatives Schraa, August, Kugli... | http://docs.legis.wisconsin.gov/2015/related/records/senate/senate_organization/1236640 | 2018-03-17T16:13:29 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.legis.wisconsin.gov |
Reports are a powerful tool in Evergreen and can be used for statistical comparisons or collection maintenance. The following part covers everything dealing with reports from starting the reporter daemon to viewing reports your library has created. The range of topics in this part is quite broad and different chapters ... | http://docs.evergreen-ils.org/2.1/html/reports.html | 2018-03-17T16:29:00 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.evergreen-ils.org |
Multiple algorithms are available in AltAnalyze to identify differential alternative exon usage and alternative splicing. These algorithms that are compatible with exon-sensitive platforms and exon-exon junction sensitive platforms . For RNA-Seq we highly recommend using our algorithm MultiPath-PSI, which we have found... | http://altanalyze.readthedocs.io/en/latest/Algorithms/ | 2018-03-17T16:22:15 | CC-MAIN-2018-13 | 1521257645248.22 | [array(['../images/alternativeSplicingEvents.jpg', None], dtype=object)
array(['../images/splicingIndexEquations.jpg', None], dtype=object)
array(['../images/percentSplicedInAlgorithm.png', None], dtype=object)
array(['../images/domainAnalysisEquations.gif', None], dtype=object)
array(['../images/exonCompositionCom... | altanalyze.readthedocs.io |
Difference between revisions of "Components Messaging Read"
From Joomla! Documentation
Latest revision as of 18:38, 28 April 2013
Contents
How to Access
Select Components → Messaging → Read Private Messages from the drop-down menu on the Back-end of your Joomla! 1.6.x installation. Next, click on a Subject hyperlink to... | https://docs.joomla.org/index.php?title=Help16:Components_Messaging_Read&diff=85552&oldid=27701 | 2015-08-27T22:04:22 | CC-MAIN-2015-35 | 1440644059993.5 | [] | docs.joomla.org |
Difference between revisions of "JCacheStorageMemcache::test"::test
Description
Test to see if the cache storage is available.
Description:JCacheStorageMemcache::test [Edit Descripton]
public static function test ()
- Returns boolean True on success, false otherwise.
- Defined on line 257 of libraries/joomla/cache/stor... | https://docs.joomla.org/index.php?title=API17:JCacheStorageMemcache::test&diff=cur&oldid=56062 | 2015-08-27T22:22:39 | CC-MAIN-2015-35 | 1440644059993.5 | [] | docs.joomla.org |
Difference between revisions of "What jdoc include types are available?" From Joomla! Documentation Redirect page Revision as of 08:36, 22 June 2013 (view source)Tom Hutchison (Talk | contribs)m (removed Category:Templates using HotCat)← Older edit Latest revision as of 10:48, 25 September 2013 (view source) Wilsonge (... | https://docs.joomla.org/index.php?title=What_jdoc_include_types_are_available%3F&diff=103962&oldid=100795 | 2015-08-27T21:50:29 | CC-MAIN-2015-35 | 1440644059993.5 | [] | docs.joomla.org |
User Guide
Local Navigation
Create a hotkey event
- Click Interactivity > Hotkey Actions.
- Perform the following steps to select and define one or more actions:
- In the Event section of the dialog box, in the Key field, type the key the user must type to trigger the event.
Next topic: Create a timeline event
Previous... | http://docs.blackberry.com/nl-nl/developers/deliverables/21108/Create_a_hotkey_event_629079_11.jsp | 2015-08-27T21:42:33 | CC-MAIN-2015-35 | 1440644059993.5 | [] | docs.blackberry.com |
Screen.screen.weblink.edit.15
From Joomla! Documentation
Revision as of 17:26, 8 February 2010 by Chris Davenport (Talk | contribs)
Contents.
Description
This is where you add a new Web Link or edit an existing one. Note that you need to create at least one Web Link Category before you can create your first Web Link.
S... | https://docs.joomla.org/index.php?title=Help15:Screen.screen.weblink.edit.15&oldid=21649 | 2015-08-27T22:25:37 | CC-MAIN-2015-35 | 1440644059993.5 | [] | docs.joomla.org |
numpy.load¶
- numpy.load(file, mmap_mode=None)[source]¶
Load an array(s) underlyling]) | http://docs.scipy.org/doc/numpy-1.8.0/reference/generated/numpy.load.html | 2015-08-27T21:27:50 | CC-MAIN-2015-35 | 1440644059993.5 | [] | docs.scipy.org |
Authenticate
RSA SecurIDRSA SecurID
If you configure the Citrix Gateway for RSA SecurID authentication, the Citrix Workspace app for Android supports Next Token Mode..
For more information, see Authentication and Authorization section in the Citrix Gateway documentation.
Tip:
RSA SecurID authentication is not supported... | https://docs.citrix.com/en-us/citrix-workspace-app-for-android/authenticate.html | 2019-06-16T01:58:51 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.citrix.com |
Get metrics from gnatsd_streaming service in real time to:
To install the Gnatsd_streaming check on your host:
ddev release build gnatsd_streamingto build the package.
datadog-agent integration install -w path/to/gnatsd_streaming/dist/<ARTIFACT_NAME>.whl.
Edit the
gnatsd_streaming.yaml file to point to your server and ... | https://docs.datadoghq.com/integrations/gnatsd_streaming/ | 2019-06-16T01:33:57 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.datadoghq.com |
Salesforce Specific
Can I jump to an item's parent campaign, project, or name?
Yes. You'll see little jump arrows beside the "who" and "what" related to your item. Clicking these will take you to the related objects' Salesforce page:
The who's and what's linked to each event are configured when you map your calendar so... | https://docs.dayback.com/article/31-jump-to-related-objects | 2019-06-16T01:21:21 | CC-MAIN-2019-26 | 1560627997508.21 | [array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/568d5975c69791436155c1b3/images/56e44c52c697911471461441/file-eirjlrL7lb.png',
None], dtype=object) ] | docs.dayback.com |
Contents Now Platform Administration Previous Topic Next Topic Choices table Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Choices table The Choice [sys_choice] table contains translated text for options that ... | https://docs.servicenow.com/bundle/kingston-platform-administration/page/administer/localization/reference/r_ChoicesTable.html | 2019-06-16T01:08:15 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.servicenow.com |
public class MimeType extends Object implements Externalizable
A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
public MimeType()
Default constructor.
public MimeType(String rawdata) throws MimeTypeParseException
Constructor that builds a MimeType from a String.
rawdata- the MIME typ... | https://docs.w3cub.com/openjdk~8_web/javax/activation/mimetype/ | 2019-06-16T01:23:13 | CC-MAIN-2019-26 | 1560627997508.21 | [] | docs.w3cub.com |
Introduction
Mendix Application Quality Monitor (AQM) is a cloud service developed by Mendix and the Software Improvement Group (SIG). Mendix AQM performs a static analysis of Mendix application models according the ISO 25010 standard for maintainability. Dashboards provide instant insight into the quality of the appli... | https://docs.mendix.com/addons/AQM/ | 2017-04-23T11:55:00 | CC-MAIN-2017-17 | 1492917118552.28 | [] | docs.mendix.com |
How long does it take for Recapture to consider a cart to be abandoned?
Short answer: 30 minutes. That's the amount of time a cart has to be inactive before we consider it abandoned.
That being said, it doesn't have to be 30 minutes. If you want to change it to something else, say an hour, or even a day, we can do that... | http://docs.recapture.io/article/26-how-long-does-it-take-for-recapture-to-consider-a-cart-to-be-abandoned | 2017-04-23T11:48:02 | CC-MAIN-2017-17 | 1492917118552.28 | [] | docs.recapture.io |
Spring Cloud Stream Core
This section goes into more detail about how you can work with Spring Cloud Stream. It covers topics such as creating and running stream applications.
1.()); } }
2..
2.4..
2.4.1.).
2.5..
3. Programming Model
This section describes Spring Cloud Stream’s programming model. Spring Cloud Stream pro... | http://docs.spring.io/spring-cloud-stream/docs/Chelsea.SR1/reference/htmlsingle/ | 2017-04-23T11:52:38 | CC-MAIN-2017-17 | 1492917118552.28 | [array(['images/SCSt-with-binder.png.pagespeed.ce.0I9JWV97tp.png',
'SCSt with binder'], dtype=object)
array(['images/SCSt-sensors.png.pagespeed.ce.XJysRlZ_Mq.png',
'SCSt sensors'], dtype=object)
array(['images/SCSt-groups.png.pagespeed.ce.qJGeeBFK7P.png',
'SCSt groups'], dtype=object)
array([... | docs.spring.io |
Business Rule Task
A Business Rule Task is used to synchronously execute one or more rules.
Using Camunda DMN Engine
You can use the Camunda DMN engine integration to evaluate a DMN decision. You have
to specify the decision key to evaluate as the
camunda:decisionRef attribute. Additionally,
the
camunda:decisionRefBind... | https://docs.camunda.org/manual/7.6/reference/bpmn20/tasks/business-rule-task/ | 2017-04-23T11:52:14 | CC-MAIN-2017-17 | 1492917118552.28 | [array(['/manual/7.6//img/short-codes/bpmn-business-rule-task.png', None],
dtype=object) ] | docs.camunda.org |
.
// Basic demonstration of a music system that uses PlayScheduled to preload and sample-accurately stitch two AudioClips in an alternating fashion. // The code assumes that the music pieces are each 16 bars (4 beats / bar) at a tempo of 140 beats per minute. // To make it stitch arbitrary clips just replace the line /... | https://docs.unity3d.com/ScriptReference/AudioSource.PlayScheduled.html | 2017-04-23T12:02:34 | CC-MAIN-2017-17 | 1492917118552.28 | [] | docs.unity3d.com |
TOPICS×
Lightbox
Light.
Add assets to lightbox
- From the Assets user interface, select the assets that you want to add to Lightbox.
- Drag the assets to the Drop in Lightbox zone. Release when the drop-zone becomes active, and its label changes to Drop to Add .
- In the dialog, click Add , and then close it to complet... | https://docs.adobe.com/content/help/en/experience-manager-65/assets/managing/touch-ui-light-box.html | 2020-05-25T03:02:14 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.adobe.com |
linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.
See also: AWS API Documentation
See 'aws help' for descriptions of global parameters.
describe-classic-link: Inst... | https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-classic-link-instances.html | 2020-05-25T02:28:12 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.aws.amazon.com |
must have only read access to the bundle subdirectories, to avoid file-lock issues. Search peers do not need to update any files in the shared storage location.
-. Enterprise! | https://docs.splunk.com/Documentation/Splunk/6.5.2/DistSearch/Configuremountedbundles | 2020-05-25T03:15:04 | CC-MAIN-2020-24 | 1590347387155.10 | [array(['/skins/OxfordComma/images/acrobat-logo.png', None], dtype=object)] | docs.splunk.com |
Use these troubleshooting tips when working with rules and actions.
Type specialization action problems with Mac OS/X
If you are using Mac OS/X 10.8.3 or later, the type specialization action is not performed when you save a Microsoft Word document.
To resolve this issue, edit your alfresco-global.properties file to se... | https://docs.alfresco.com/community/concepts/troubleshooting-type.html | 2020-05-25T03:15:01 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.alfresco.com |
Top 10 Reasons to join me at WPC 2012!
If you still haven’t registered for the Microsoft Worldwide Partner Conference 2012, there’s no better time to act.
It’s the high point of the year for partner contacts, networks, and connections. There’s no substitute for coming to WPC, and no reason to delay signing up! It’s the... | https://docs.microsoft.com/en-us/archive/blogs/auspartners/top-10-reasons-to-join-me-at-wpc-2012 | 2020-05-25T03:07:04 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.microsoft.com |
OnDrawGizmosSelected to draw a gizmo if the object is selected.
Gizmos are drawn only when the object is selected. Gizmos are not pickable. This is used to ease setup. For example an explosion script could draw a sphere showing the explosion radius.
using UnityEngine;
public class gizmoTest : MonoBehaviour { public fl... | https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnDrawGizmosSelected.html | 2020-05-25T02:56:16 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.unity3d.com |
TRIM
Removes all spaces from text except for single spaces between words.
Syntax
TRIM(<text>)
Parameters
Property Value/Return value
The string with spaces removed.
Remarks
Use TRIM on text that you have received from another application that may have irregular spacing.
The TRIM function was originally. For an example ... | https://docs.microsoft.com/en-us/dax/trim-function-dax | 2020-05-25T03:14:59 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.microsoft.com |
Visualization helpers for 3D rendering of all kind of primitives.
Back to list of all libraries | See all modules
This library is part of MRPT and can be installed in Debian-based systems with:
sudo apt install libmrpt-opengl-dev
See: Using MRPT from your CMake project:
A queue for rendering, sorted by shader program t... | https://docs.mrpt.org/reference/devel/group__mrpt__opengl__grp.html | 2020-05-25T01:31:58 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.mrpt.org |
Two Phase Solid model¶
This tool generates 3D RANDOM representation (voxelgram) of Two Phase Solid material, current version uses method used in SAXSMorph, I plan to add similar methods (e.g., Quintanilla cited below) when I can. For details on the science behind it see paper : B. Ingham, et.al., SAXSMorph: a program f... | https://saxs-igorcodedocs.readthedocs.io/en/latest/Irena/TwoPhaseSolid.html | 2020-05-25T01:47:02 | CC-MAIN-2020-24 | 1590347387155.10 | [array(['../_images/TwoPhaseSolid1.jpg', '../_images/TwoPhaseSolid1.jpg'],
dtype=object)
array(['../_images/TwoPhaseSolid2.jpg', '../_images/TwoPhaseSolid2.jpg'],
dtype=object)
array(['../_images/TwoPhaseSolid3.jpg', '../_images/TwoPhaseSolid3.jpg'],
dtype=object)
array(['../_images/TwoPhaseSoli... | saxs-igorcodedocs.readthedocs.io |
Hammer CLI Guide¶
Almost all actions that can be performed via the management UI, can also be performed via the “Hammer command line interface” (Hammer CLI).
During the installation of orcharhino the Hammer CLI is installed and configured. Like orcharhino itself, the functionality of Hammer CLI can be extended by plugi... | https://docs.orcharhino.com/sources/usage_guides/hammer_cli_guide.html | 2020-05-25T02:04:10 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.orcharhino.com |
FormatIBAN to be used for payment or to be checked
CHAR(10..34)Permitted Symbols
[0-9][A-Z]
Format
- IBAN / BIC will be validated.
- Only capital letters and digits, no spaces
- It's not checked whether IBAN and BBAN (Bankcode/Bankaccount) refer to the same account or whether the account does exist.
- For some countrie... | https://docs.payone.com/display/public/PLATFORM/iban+-+definition | 2020-05-25T02:27:14 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.payone.com |
Date: Sun, 24 May 2020 19:51:49 -0700 (PDT) Message-ID: <2056709062.200413.1590375109119@docs-node.wso2.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_200412_663250667.1590375109119" ------=_Part_200412_663250667.1590375109119 Content-Type: text/html; char... | https://docs.wso2.com/exportword?pageId=45941977 | 2020-05-25T02:51:49 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.wso2.com |
The Export function in the Administration Console enables you to copy an Alfresco space and its contents.
Exporting a space differs from copying a space in that the export function bundles all rules, workflow, properties, and metadata associated with the space into an Alfresco Content Package (ACP). You can import the ... | https://docs.alfresco.com/4.2/tasks/tuh-admin-export.html | 2020-05-25T03:17:33 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.alfresco.com |
Mapping Services 3.5 DML Getting Started Guide Save PDF Selected topic Selected topic and subtopics All content Functions In the integration engine, building Maps with DML is not so much a hard science as it is a creative art form. Your goal with DML is to write the smallest and most understandable expressions possible... | https://docs.axway.com/bundle/MappingServices_35_GettingStartedGuide_DML_allOS_en_HTML5/page/Content/DML_GSG/Concepts/9ExtendingDML/dml_gsg_c_0066.htm | 2020-05-25T00:18:58 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.axway.com |
Users should always run the latest patch release for the minor release they are on, as they contain important bug fixes and security updates. As they: | https://docs.ckan.org/en/ckan-2.1.2/upgrading.html | 2020-05-25T01:06:14 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.ckan.org |
DAY
Returns the day of the month, a number from 1 to 31.
Syntax
DAY(<date>)
Parameters
Return value
An integer number indicating the day of the month.
Remarks
The DAY function takes as an argument the date of the day you are trying to find. Dates can be provided to the function by using another date function, by using ... | https://docs.microsoft.com/en-us/dax/day-function-dax | 2020-05-25T02:50:41 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.microsoft.com |
Device control
Administrators can use Woodford to display devices that are synchronized with your CRM.
Select Device control from the Administration menu of Woodford to display:
- list of security policies
- list of devices associated with each security policy
Toggle the arrow in the security policy line to show or hid... | https://docs.resco.net/wiki/Security_policy | 2020-05-25T02:10:46 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.resco.net |
[−][src]Crate botfair
botfair 0.3.1
The
botfair crate provides Rust bindings for the Betfair SportsAPING.
Login and keep-alive are handled automatically by the BFClient.
See the
BFClient documentation for methods.
BFClient implements Sync and so can safely be wrapped in an
Arc for multithreaded use with the same sessio... | https://docs.rs/botfair/0.3.1/botfair/index.html | 2020-05-25T02:24:46 | CC-MAIN-2020-24 | 1590347387155.10 | [] | docs.rs |
Creates a wipeout object.
Button
Creates a polygonal area that masks underlying objects with the current background color. The wipeout area is bounded by a frame that you can turn on for editing and turn off for plotting.
Specify first point or [Frames/Polyline] <Polyline>: Specify a point or an option
Determines the p... | http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/files/WS1a9193826455f5ffa23ce210c4a30acaf-521a.htm | 2018-01-16T11:38:26 | CC-MAIN-2018-05 | 1516084886416.17 | [] | docs.autodesk.com |
Calendar Module
Module Overview
The Calendar module provides the users with interfaces to manage the Tasks and Events in a chronological way. On this module you will find Year, Month, Week and Day displays of Tasks and Events and also the possibility to filter them accordingly.
View Years (Year View Page)
The Yearly vi... | http://docs.web2project.net/modules/calendar.html | 2018-01-16T11:17:20 | CC-MAIN-2018-05 | 1516084886416.17 | [array(['/assets/docs/calendar/thumb-view_year.png', None], dtype=object)
array(['/assets/docs/calendar/thumb-view_month.png', None], dtype=object)
array(['/assets/docs/calendar/thumb-view_month_tt.png', None],
dtype=object)
array(['/assets/docs/calendar/thumb-view_week.png', None], dtype=object)
array(['/as... | docs.web2project.net |
Uninstall applications Uninstall applications that are no longer needed on an instance. About this task Uninstalling an application removes all application files associated with the application. You can remove application data as well. Note: You cannot uninstall applications on the Develop tab, but you can delete them.... | https://docs.servicenow.com/bundle/kingston-application-development/page/build/applications/task/t_UninstallApplications.html | 2018-01-16T11:32:25 | CC-MAIN-2018-05 | 1516084886416.17 | [] | docs.servicenow.com |
Associate a maintenance plan to filtered records You can configure a maintenance plan with filtering criteria. For example, you can apply a maintenance plan to all records containing computers that start with "apple". Before you beginRole required: SM admin Procedure Create a maintenance plan. Set up a Filter condition... | https://docs.servicenow.com/bundle/kingston-service-management-for-the-enterprise/page/product/service-management-planned-maintenance/task/t_AssocMaintPlanToFilterRec.html | 2018-01-16T11:32:04 | CC-MAIN-2018-05 | 1516084886416.17 | [] | docs.servicenow.com |
Debug logs¶
The main debugging tool for Ceph is the dout and derr logging functions. Collectively, these are referred to as “dout logging.”
Dout has several log faculties, which can be set at various log levels using the configuration management system. So it is possible to enable debugging just for the messenger, by s... | http://docs.ceph.com/docs/master/dev/logs/ | 2018-01-16T10:58:20 | CC-MAIN-2018-05 | 1516084886416.17 | [] | docs.ceph.com |
DataView Object
You can use a DataView object to read and write the different kinds of binary data to any location in the ArrayBuffer.
Syntax
dataView = new DataView(buffer, byteOffset, byteLength);
Parameters
dataView
Required. The variable name to which the DataView object is assigned.
buffer
The ArrayBuffer that the... | https://docs.microsoft.com/en-us/scripting/javascript/reference/dataview-object | 2018-01-16T12:07:58 | CC-MAIN-2018-05 | 1516084886416.17 | [] | docs.microsoft.com |
An introduction to Azure Automation
Az.
Shared capabilities
Azure Automation consists of a set of shared resources that make it easier to automate and configure your environments at scale.
- Role-based access control - Control access to the account with an Automation operator role that enables tasks to be run without g... | https://docs.microsoft.com/en-us/azure/automation/automation-intro | 2018-01-16T11:05:27 | CC-MAIN-2018-05 | 1516084886416.17 | [array(['media/automation-overview/automation-overview.png',
'Automation overview capabilities'], dtype=object) ] | docs.microsoft.com |
Module Building Guide, Pre-3.0
The goal of this page is to document a clear, repeatable way for developers to create modules to supplement and enhance the operation of the web2project system. There are numerous code samples included because sometimes showing is just as important as explaining.
As this guide becomes sta... | http://docs.web2project.net/docs/module-building.html | 2018-01-16T11:27:21 | CC-MAIN-2018-05 | 1516084886416.17 | [] | docs.web2project.net |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.