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 |
|---|---|---|---|---|---|---|
- Security >
- Authentication >
- Enterprise Authentication Mechanisms >
- Kerberos Authentication >
- Troubleshoot Kerberos Authentication
Troubleshoot Kerberos Authentication¶
On this page
Kerberos Configuration Debugging Strategies¶
If you have difficulty starting or authenticating against
mongod or
mongos with Kerb... | https://docs.mongodb.com/master/tutorial/troubleshoot-kerberos/ | 2019-08-17T14:01:28 | CC-MAIN-2019-35 | 1566027313259.30 | [] | docs.mongodb.com |
Contents London release notes Previous Topic Next Topic Dashboards release notes 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 Dashboards release notes ServiceNow® Dashboards product enhancements and updates i... | https://docs.servicenow.com/bundle/london-release-notes/page/release-notes/performance-analytics-reporting/par-dashboards-rn.html | 2019-08-17T13:20:52 | CC-MAIN-2019-35 | 1566027313259.30 | [] | docs.servicenow.com |
Difference between revisions of "Git"
From CSLabsWiki
Latest revision as of 18:59, 24 October 2018
Two articles on this wiki may be referred to as "git"
- Git (VM), a retired VM that ran Gitorious;
- Git (Server), a hardware server running GoGs.
If you followed an internal link here, please update it to point to the co... | http://docs.cslabs.clarkson.edu/mediawiki/index.php?title=Git&diff=prev&oldid=8705 | 2019-08-17T12:37:57 | CC-MAIN-2019-35 | 1566027313259.30 | [] | docs.cslabs.clarkson.edu |
UpdateClusterVersion
Updates.
Request Syntax
POST /clusters/
name/updates HTTP/1.1 Content-type: application/json { "clientRequestToken": "
string", "version": "
string" }
URI Request Parameters
The request requires the following URI parameters.
Request Body
The request accepts the following data in JSON format.
- clie... | https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateClusterVersion.html | 2019-08-17T13:32:30 | CC-MAIN-2019-35 | 1566027313259.30 | [] | docs.aws.amazon.com |
administrativeUnit resource type
Important
APIs under the
/beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported.
An administrative unit provides a conceptual container for User and Group directory objects. Using administrative units, a company administrato... | https://docs.microsoft.com/en-us/graph/api/resources/administrativeunit?view=graph-rest-beta | 2019-08-17T14:29:56 | CC-MAIN-2019-35 | 1566027313259.30 | [] | docs.microsoft.com |
Contents Security Operations Previous Topic Next Topic Content packs for Security Incident Response 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 Content packs for Security Incident Response Content packs cont... | https://docs.servicenow.com/bundle/jakarta-security-management/page/use/dashboards/application-content-packs/security-incident-content-pack.html | 2019-08-17T13:14:02 | CC-MAIN-2019-35 | 1566027313259.30 | [] | docs.servicenow.com |
FBUPKEEP is a Python library that provides a task executor engine and a command-line tool to execute tasks. Its primary purpose is to run maintenance tasks for Firebird ® servers and databases, but could be easily extended to run other tasks of various type.
Built-in tasks:
FBUPKEEP is designed to run on Python 3.5+, a... | https://fbupkeep.readthedocs.io/en/latest/ | 2019-08-17T12:51:06 | CC-MAIN-2019-35 | 1566027313259.30 | [] | fbupkeep.readthedocs.io |
numpy.ma.MaskedArray.cumprod¶
- MaskedArray.cumprod(axis=None, dtype=None, out=None)[source]¶
Return the cumulative product of the array elements over the given axis.
Masked values are set to 1 internally during the computation. However, their position is saved, and the result will be masked at the same locations.
Refe... | https://docs.scipy.org/doc/numpy-dev/reference/generated/numpy.ma.MaskedArray.cumprod.html | 2017-05-22T21:25:28 | CC-MAIN-2017-22 | 1495463607120.76 | [] | docs.scipy.org |
Toggle navigation
Documentation Home
Online Store
Support
All Documentation for Dynamic Shortcodes keyword
+ Filter by product
Wishlist Smart Shortcodes
Wishlist Pay Per Post Shortcodes
Wishlist Drip Dynamic Shortcodes
Wishlist Smart Shortcodes
Wishlist Pay Per Post Shortcodes
Adding the Sidebar Widget
Adding the short... | http://docs.happyplugins.com/doc/keyword/dynamic-shortcodes | 2017-03-23T08:11:24 | CC-MAIN-2017-13 | 1490218186841.66 | [] | docs.happyplugins.com |
Response Time¶
The Scrapy Cluster Response time is dependent on a number of factors:
- How often the Kafka Monitor polls for new messages
- How often any one spider polls redis for new requests
- How many spiders are polling
- How fast the spider can fetch the request
- How fast your item pipeline can get the response ... | http://scrapy-cluster.readthedocs.io/en/dev/topics/advanced/responsetime.html | 2017-03-23T08:07:13 | CC-MAIN-2017-13 | 1490218186841.66 | [] | scrapy-cluster.readthedocs.io |
Deploy MongoDB Worker Roles in Azure¶
The MongoDB Worker Role is currently a preview release. Please provide feedback at mongodb-dev, mongodb-user, or IRC #mongodb.
The MongoDB Worker Role project allows you to deploy and run a MongoDB replica set on Windows Azure. Replica set members are run as Azure worker role insta... | http://docs.mongodb.org/ecosystem/tutorial/deploy-mongodb-worker-roles-in-azure/?showComments=true&showCommentArea=true | 2014-04-16T08:16:05 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.mongodb.org |
A.
When a registry is set up (or created) by a Configurator, the registry will be decorated with an instance named introspector implementing the pyramid.interfaces.IIntrospector interface. See also pyramid.config.Configurator.introspector`.
When a registry is created “by hand”, however, this attribute will not exist un... | http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/api/registry.html | 2014-04-16T07:43:38 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.pylonsproject.org |
public interface FieldAccessorFactory<E>
Factory interface for a single field / field accessor. Provides means to check if a certain field is eligible for this factory and also a factory method to create the field accessor.
boolean accept(Field f)
f- field to check
FieldAccessor<E> forField(Field f)
f- the field to cre... | http://docs.spring.io/spring-data/data-graph/docs/1.0.0.M4/api/org/springframework/data/graph/neo4j/fieldaccess/FieldAccessorFactory.html | 2014-04-16T09:09:55 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.spring.io |
The. For more information about the Ganglia open-source project, go to.
To add Ganglia to a cluster using the console
Sign in to the AWS Management Console and open the Amazon Elastic MapReduce console at.
Click Create Cluster.
Under the Additional Applications list, choose Ganglia and click Configure and add.
Proceed ... | http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/UsingEMR_Ganglia.html | 2014-04-16T07:23:34 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.aws.amazon.com |
This analyzer is recommended to launch analysis on Maven projects.
Prerequisite
You must have previously installed and configured Maven.
Analyze a Maven Project
Analyzing a maven project consists of running a maven goal in the directory where the pom.xml sits. If possible, an install goal should be performed prior to t... | http://docs.codehaus.org/pages/viewpage.action?pageId=229738165 | 2014-04-16T08:12:30 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.codehaus.org |
.
Dependencies
You will need the following dependencies to build your report plugin:
AbstractMavenReportRenderer
For a relatively straightforward report, you can take advantage of AbstractMavenReportRenderer.
This class will handle the basic negotiations with the Doxia sink, setting up the head, title, and body. You im... | http://docs.codehaus.org/pages/viewpage.action?pageId=64454 | 2014-04-16T08:28:56 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.codehaus.org |
Install it with easy_install
$ sudo easy_install -U luban
or,
get luban from the Python Package Index, expand it and run
$ sudo python setup.py install
Or if you need more details:
Luban is installable on unix/linux platforms, as well as Mac OS X operating systems. Luban has not been tested in windows system.
Please ma... | http://docs.danse.us/pyre/luban/sphinx/Installation.html | 2014-04-16T08:35:35 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.danse.us |
Source code: Lib/rlcompleter.py
The.
Completer objects have the following method:
Return the stateth completion for text.
If called for text that doesn’t include a period character ('.'), it will complete from names currently defined in __main__, builtins. Any exception raised during the evaluation of the expression is... | https://docs.python.org/3.2/library/rlcompleter.html | 2014-04-16T07:16:58 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.python.org |
Radial & Angular Distribution Function¶
Radial and angular distribution function (RDF & ADF) generators have been
implemented in the
MultiMolecule class.
The radial distribution function, or pair correlation function, describes how
the particale density in a system varies as a function of distance from a
reference part... | https://auto-fox.readthedocs.io/en/latest/1_rdf.html | 2020-07-02T09:08:19 | CC-MAIN-2020-29 | 1593655878639.9 | [array(['_images/1_rdf-1_00.png', '_images/1_rdf-1_00.png'], dtype=object)
array(['_images/1_rdf-1_01.png', '_images/1_rdf-1_01.png'], dtype=object)
array(['_images/1_rdf-1_02.png', '_images/1_rdf-1_02.png'], dtype=object)] | auto-fox.readthedocs.io |
Playstation DualShock Controller
Playstation DualShock controllers can be used as input devices for TouchDesigner.
PS3 DualShock and Sixaxis controllers[edit]
What you'll need for a Playstation3 controller:
- a PS3 DualShock3 or Sixaxis controller
- a USB mini-B cable
- PS3-Windows driver
- PS3sixaxis.tox Component
The... | https://docs.derivative.ca/Playstation_DualShock_Controller | 2020-07-02T09:21:35 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.derivative.ca |
Posts related to XQuery and its Type System
The following postings are discussing aspects of XQuery and its Type System:
- Discussion of the problems of the syntax and semantics of the XQuery SequenceType in the Nov 2003 XQuery Last Call document.
- Series on the XQuery and XPath 2.0 Type System
More will follow which ... | https://docs.microsoft.com/en-us/archive/blogs/mrys/posts-related-to-xquery-and-its-type-system | 2020-07-02T09:08:22 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.microsoft.com |
In SuiteCRM Cases are used to record interactions with Customers when they ask for help or advice, for example in a Sales or Support function. A Case can be created, updated when a User is working on it, assigned to a colleague and closed when resolved. At each stage of the Case the User can track and update the incomi... | https://docs.suitecrm.com/user/core-modules/cases/ | 2020-07-02T09:36:06 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.suitecrm.com |
Images
The Spreadsheet supports the placing of images in its sheets.
To load an image to a sheet, use any of the following approaches:
- Use the Insert Image tool available on the Spreadsheet toolbar.
- Use the initial configuration of the Spreadsheet to load and point to the widget.
- Use the
sheet.addImage()API metho... | https://docs.telerik.com/aspnet-core/html-helpers/data-management/spreadsheet/images | 2020-07-02T10:10:23 | CC-MAIN-2020-29 | 1593655878639.9 | [array(['images/spreadsheet-insert-image-tool.png',
'Spreadsheet Insert Image tool'], dtype=object)
array(['images/spreadsheet-insert-image-pop-up.png',
'Spreadsheet Insert Image pop-up'], dtype=object)] | docs.telerik.com |
Presentations & Workshop materials¶
We occasionally run workshops to teach how to use eHive, at the EMBL-EBI and in other institutes too. If you are interested in hosting one, please contact the Ensembl Helpdesk.
March 2017, Roslin Institute¶
In 2017 we ran two workshops consecutively: at the NCHC, Hsinchu, Taiwan, and... | https://ensembl-hive.readthedocs.io/en/version-2.5/appendix/presentations.html | 2020-07-02T08:43:25 | CC-MAIN-2020-29 | 1593655878639.9 | [] | ensembl-hive.readthedocs.io |
General Information
Quality Assurance and Productivity
Desktop
Frameworks and Libraries
Web
Controls and Extensions
Maintenance Mode
Enterprise and Analytic Tools
End-User Documentation
EFObjectSpace Class
An Object Space which is used for data manipulation via the Entity Framework.
Namespace: DevExpress.ExpressApp.EF
... | https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.EF.EFObjectSpace | 2020-07-02T09:32:33 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.devexpress.com |
Product License Activation
Activating you purchased product license key is necessary for enabeling the automatic updates via WP dashboard.
To activate the license key click the Settings link under the plugin name or the link to the plugin settings page under the Plugins menu item (for example, Divi DotNav, Divi ScrollT... | https://docs.divicio.us/article/44-product-license-activation | 2020-07-02T08:40:14 | CC-MAIN-2020-29 | 1593655878639.9 | [array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5d4df8790428631e94f9391d/images/5d5075b90428631e94f93d10/file-sADfe7KZn5.png',
None], dtype=object)
array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5d4df8790428631e94f9391d/images/5d507d812c7d3a68825e810a/file-nKon7Tdnxd.jpg',
None], dt... | docs.divicio.us |
Before upgrading to v6, consider the below breaking changes.
As for any dependency upgrade, it's very important to test this upgrade in your testing environments. Not doing so could result in your admin panel being unusable.
To upgrade to v6, simply run:
npm install forest-express-sequelize@latest
npm install forest-ex... | https://docs.forestadmin.com/documentation/how-tos/maintain/upgrade-to-v6 | 2020-07-02T08:32:08 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.forestadmin.com |
This example shows you how to display a different response following a smart action based on the number of records selected:
if the action is done on one company, the response is
"Company is now live!"
if the action is done on several company, the response is
"Companies are now live!"
An admin backend running on forest... | https://docs.forestadmin.com/woodshop/how-tos/display-a-customized-response | 2020-07-02T09:25:54 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.forestadmin.com |
Serialised format information
Information about the format and serialisation options are included for decoders.
property kind
The
kind property specifies the overall format of the serialised object. The value for the current version of the serialisation format is
"haplo:object:0".
property sources
Optional Sources may ... | https://docs.haplo.org/dev/serialisation/format | 2020-07-02T08:31:05 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.haplo.org |
Microsoft Dynamics GP and Kerberos: Do You Need It?
If you have deployed the Microsoft SQL Server Reporting Services reports for Microsoft Dynamics GP 2010, you may have run across a situation where the reports would only render and return data from certain servers/workstations. If so, you are likely running into a sit... | https://docs.microsoft.com/en-us/archive/blogs/dynamicsgp/microsoft-dynamics-gp-and-kerberos-do-you-need-it | 2020-07-02T10:55:37 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.microsoft.com |
7.7
Rebellion
Rebellion is a collection of core Racket libraries that includes a stream processing system built on transducers and reducers, new kinds of collections such as multisets and multidicts, a suite of libraries for defining new struct-based types including record types and enum types, and much more. The goal ... | https://docs.racket-lang.org/rebellion/index.html | 2020-07-02T08:53:47 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.racket-lang.org |
SuiteCRM allows users to log in using your Username and Password, provided to you by the System Administrator.
Before logging into SuiteCRM, you can select the language you wish to use. There are many default languages for SuiteCRM and there are also additional language packs available for other languages around the wo... | https://docs.suitecrm.com/user/introduction/getting-started/ | 2020-07-02T09:47:27 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.suitecrm.com |
Config logs capture events based on your configuration changes, such as changes to SSID settings, radio settings, or network updates.
Use this screen to view config logs. you can specify date/time, severity, select one or multiple event types, and enter the operator name to display the log messages related to it.
Click... | https://docs.engenius.ai/engenius-cloud/analytics/config-logs | 2020-02-17T00:15:16 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.engenius.ai |
In the following example, cdrecord command will be used:
1. First see if you have a cd/dvd writer:
florian@florian:~$ [color=darkgreen]cdrecord -scanbus[/color] scsibus1: 1,0,0 100) 'HL-DT-ST' 'DVDRAM GT50N ' 'LT20' Removable CD-ROM 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107... | http://docs.gz.ro/node/160 | 2020-02-17T00:56:04 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['http://docs.gz.ro/sites/default/files/styles/thumbnail/public/pictures/picture-1-1324065756.jpg?itok=rS4jtWxd',
"root's picture root's picture"], dtype=object) ] | docs.gz.ro |
Heads up: Part 3 of our Webcast series taking place this morning!
I know this is short notice, but my only excuse is that this has been a long weekend. Just wanted to give everybody a heads up that Part 3 of our Webcast is coming up this morning at 10 AM PST. So if you haven't already done so, please register for it at... | https://docs.microsoft.com/en-us/archive/blogs/croman/heads-up-part-3-of-our-webcast-series-taking-place-this-morning | 2020-02-17T02:28:18 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.microsoft.com |
Installing Cluster Continuous Replication.
Note
We recommend that you complete each phase before you start the next phase. After you complete all phases, we recommend that you verify the CCR solution before putting it into production..
Network Formation and Configuration.
Network Best Practices for Clustered Mailbox Se... | https://docs.microsoft.com/en-us/previous-versions/office/exchange-server-2007/aa997144%28v%3Dexchg.80%29 | 2020-02-17T00:37:23 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.microsoft.com |
Difference between revisions of "Getting Involved"
From Omni
Latest revision as of 19:16, 13 January 2016
Intro
The core of Omni is the community, and we recognize that everyone has a role to play.[1]
So we have a number of ways for you to get involved:
Gerrit – view our project at the code level with the ability to se... | https://docs.omnirom.org/index.php?title=Getting_Involved&diff=prev&oldid=4135&printable=yes | 2020-02-17T01:23:33 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.omnirom.org |
Real Geeks integrates with Zillow using their Tech Connect program so leads generated from Zillow or Trulia can be sent automatically to the Lead Manager.
To start receiving leads from Zillow you will need to copy a code generated by Real Geeks and paste that code in Zillow
Follow the steps below:
There are two options... | https://docs.realgeeks.com/zillow_trulia | 2020-02-17T00:49:46 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.realgeeks.com |
: " << weight(shape); std::cout << ", span: " <<. | http://docs.seqan.de/seqan/2.0.2/specialization_GenericCyclicShape.html | 2020-02-17T01:45:17 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.seqan.de |
Overview
If you are a Salesforce Admin, you can add a link to your Salesforce Account, Opportunity, and Task page that maps directly to the record in Chorus. This will help your team easily access the call recording right from their Salesforce view.
Going forward Chorus will automatically add a link to the Salesforce P... | https://docs.chorus.ai/hc/en-us/articles/115009169308-Show-a-link-to-Chorus-on-your-Salesforce-Account-Opportunity-Task-record | 2020-02-17T00:11:54 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['/hc/article_attachments/115017052968/SL_1.png', 'SL_1.png'],
dtype=object)
array(['/hc/article_attachments/115017053128/SL_2.png', 'SL_2.png'],
dtype=object)
array(['/hc/article_attachments/115001904614/mceclip0.png', None],
dtype=object) ] | docs.chorus.ai |
The definitions in this section are specifically in reference to LORIOT Network Server terminology.
Included is the most frequent and useful terms:
General Terminology
"Network Server" is all the components (network server, web server, database server etc.) required to run a LoRaWAN network.
"Gateway" is an antennas th... | https://docs.loriot.io/display/LNS/Definitions | 2020-02-17T02:02:56 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.loriot.io |
Policies for allowing guest and external B2B access
This article describes how to adjust the recommended common identity and device access policies to allow B2B account access (guest and external users). This guidance builds on the Common identity and device access policies.
These recommendations are designed to apply ... | https://docs.microsoft.com/en-us/microsoft-365/enterprise/identity-access-policies-guest-access | 2020-02-17T00:44:30 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['../media/identity-access-ruleset-guest.png',
'Summary of policy updates for protecting guest access'],
dtype=object)
array(['../media/identity-access-exclude-guests-ui.png',
'screen capture of controls for excluding guests'], dtype=object)] | docs.microsoft.com |
FoundriesFactory Documentation¶
The Linux microPlatform is a minimal, secure, continuously updated software platform. It’s built and maintained using the FoundriesFactory product. Foundries.io maintains a community focused Factory that users can try out for free on our supported devices, as well as private, customer-ow... | https://docs.foundries.io/latest/ | 2020-02-17T02:12:52 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.foundries.io |
Hibernate.orgCommunity Documentation.
It is recommended to stick either to field or property annotation.
The Bean Validation specification does not enforce that groups have to be interfaces. Non interface classes could be used as well, but we recommend to stick to interfaces. constraints class, place a
@GroupSequence a... | http://docs.jboss.org/hibernate/validator/4.1/reference/en-US/html/validator-usingvalidator.html | 2018-01-16T13:41:10 | CC-MAIN-2018-05 | 1516084886436.25 | [] | docs.jboss.org |
Suppresses all output that is produced by the CFML within the tag's scope.
<cfsilent
[bufferoutput=boolean]
><!--- body ---></cfsilent>
This tag must have a body.
This tag is also supported within cfscript
if set to true (default) the output written to the body of the tag is buffered and in case of a exception also out... | http://docs.lucee.org/reference/tags/silent.html | 2018-01-16T13:27:29 | CC-MAIN-2018-05 | 1516084886436.25 | [] | docs.lucee.org |
PyPICloud - PyPI backed by S3¶
This is an implementation of the PyPI server for hosting your own python packages. It stores the packages in S3 and dynamically generates links to them for pip.
After generating the S3 urls, pypicloud caches them in a database. Subsequent requests to download packages will use the already... | http://pypicloud.readthedocs.io/en/0.3.6/ | 2018-01-16T13:17:21 | CC-MAIN-2018-05 | 1516084886436.25 | [] | pypicloud.readthedocs.io |
Oracle Locator
Amazon RDS supports Oracle Locator
through the use of the
LOCATOR option.
Oracle Locator provides
capabilities that are typically required to support internet
and wireless service-based applications and partner-based GIS solutions.
Oracle Locator is a limited subset of Oracle Spatial.
For more informatio... | https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Options.Locator.html | 2018-01-16T13:57:17 | CC-MAIN-2018-05 | 1516084886436.25 | [] | docs.aws.amazon.com |
Accept Publication Request¶
Navigate to the catalog record you would like to review and accept.
Review the contents and history of the catalog record to verify that it should be accepted for publication.
Click the catalog record’s Publish and Archive link.
Click the Approve Publication button.
The catalog record will b... | https://docs.colectica.com/curation/org-admin/accept-publication/ | 2018-01-16T12:58:06 | CC-MAIN-2018-05 | 1516084886436.25 | [] | docs.colectica.com |
Create a new choice record This record allows users to select the language as a valid option in a User record and the language picker. About this task You must create a choice record for a new translation in the Choices [sys_choice] table. Procedure Navigate to System Localization > Choices. Click New. Enter the follow... | https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/localization/task/t_CreateANewChoiceRecord.html | 2018-01-16T13:29:24 | CC-MAIN-2018-05 | 1516084886436.25 | [] | docs.servicenow.com |
requestAnimationFrame(fn)is not the same as
setTimeout(fn, 0)- the former will fire after all the frame has flushed, whereas the latter will fire as quickly as possible (over 1000x per second on a iPhone 5S).
setImmediateis executed at the end of the current JavaScript execution block, right before sending the batched ... | https://docs.expo.io/versions/v36.0.0/react-native/timers/ | 2020-09-18T13:45:25 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.expo.io |
sf.decompositions.bloch_messiah¶
bloch_messiah(S, tol=1e-10, rounding=9)[source]¶
Bloch-Messiah decomposition of a symplectic matrix.
See Bloch-Messiah (or Euler) decomposition.
Decomposes a symplectic matrix into two symplectic unitaries and squeezing transformation. It automatically sorts the squeezers so that they r... | https://strawberryfields.readthedocs.io/en/latest/code/api/strawberryfields.decompositions.bloch_messiah.html | 2020-09-18T14:03:12 | CC-MAIN-2020-40 | 1600400187899.11 | [] | strawberryfields.readthedocs.io |
Left Function Function: Returns len leftmost characters of a string sourcestring. Syntax: left(byref sourcestr as string, len as byte) as string See Also: Right, Mid Part Description sourcestr String from which to take len leftmost characters. len Number of characters to take. Details Examples ** Tibbo Basic ** ss = le... | https://docs.tibbo.com/taiko/syscall_left | 2020-09-18T14:13:08 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.tibbo.com |
public static class CreateImageRequest.Builder extends Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CreateImageRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback... | https://docs.cloud.oracle.com/en-us/iaas/tools/java/1.12.3/com/oracle/bmc/core/requests/CreateImageRequest.Builder.html | 2020-09-18T15:22:48 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.cloud.oracle.com |
Integrating CodeScan into your GitLab pipeline is easy with our sfdx plugin! There are only a few lines to add to your .YML file to run codescan when a build is triggered.
The following is based on a docker pipeline with Java and Node installed in the container.
First, we'll need to add your CodeScan token as a variabl... | https://docs.codescan.io/hc/en-us/articles/360043510632-Integrating-CodeScan-in-GitLab | 2020-09-18T14:22:18 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.codescan.io |
expo-secure-storeprovides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects. Please note that for iOS standalone apps, data stored with
expo-secure-storecan persist across app installs.
kSecC... | https://docs.expo.io/versions/v36.0.0/sdk/securestore/ | 2020-09-18T13:14:44 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.expo.io |
mars.tensor.logical_or¶
mars.tensor.
logical_or(x1, x2, out=None, where=None, **kwargs)[source]¶
Compute the truth value of x1 OR x2 element-wise.
- x1, x2 : array_like
- Logical OR is applied to the elements of x1 and x2. They have to OR operation on elements of x1 and x2.
logical_and, logical_not, logical_xor bitwise... | https://docs.pymars.org/en/v0.1.0/tensor/generated/mars.tensor.logical_or.html | 2020-09-18T12:57:17 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.pymars.org |
sf.apps.qchem.dynamics¶
Functions used for simulating vibrational quantum dynamics of molecules.
Photonic quantum devices can be programmed with molecular data in order to simulate the quantum dynamics of spatially-localized vibrations in molecules [9]. To that aim, the quantum device has to be programmed to implement ... | https://strawberryfields.readthedocs.io/en/latest/code/api/api/strawberryfields.apps.qchem.dynamics.html | 2020-09-18T13:31:48 | CC-MAIN-2020-40 | 1600400187899.11 | [] | strawberryfields.readthedocs.io |
Log into the web portal with your log in credentials, you will need to either follow the link or access the website from the URL below:
After you have entered your details, you will be taken into the portal.
Creating a Prospect Site
Step 1: Select 'Sites' From the Toolbar
To create a new website, select 'Sites' from th... | http://docs.prospect365.com/en/articles/1705943-creating-your-site | 2020-09-18T12:50:07 | CC-MAIN-2020-40 | 1600400187899.11 | [] | docs.prospect365.com |
View Sightings Search Details Review the aggregate details of all sighting searches. Before you beginRole required: sn_si.analyst About this task. Procedure Navigate to a security incident. Select the Sightings Search Details tab from Show IoC Related List group to view the list of sightings searches. Note: This data c... | https://docs.servicenow.com/bundle/jakarta-security-management/page/product/security-operations-common/task/view-sightings-search-details.html | 2018-01-16T13:44:13 | CC-MAIN-2018-05 | 1516084886436.25 | [] | docs.servicenow.com |
Notice: if you want to add more than one editor in one element, please use field “editor” instead.
The Textarea-HTML field creates a full WordPress tinyMCE content Editor. It is useful to create extra content areas.
Map Usage:
How it works?:
Example:
Register a new shortcode with filed type: textarea_html | http://docs.kingcomposer.com/available-param-types/textarea-html-field/ | 2018-01-16T13:33:23 | CC-MAIN-2018-05 | 1516084886436.25 | [array(['http://docs.kingcomposer.com/wp-content/themes/kc/images/docs/fields/text_html.jpg',
'KingComposer Textarea-HTML text'], dtype=object) ] | docs.kingcomposer.com |
Basic Sorting
RadGridView provides you with a built-in sorting functionality, which allows the user to easily sort the data by one or several columns.
This article is divided into the following topics:
Overview
The data gets sorted as the user clicks the header of a column. When sorted you should see the header of the ... | https://docs.telerik.com/devtools/wpf/controls/radgridview/sorting/basics | 2018-01-16T13:43:12 | CC-MAIN-2018-05 | 1516084886436.25 | [array(['images/RadGridView_BasicSorting_1.png',
'RadGridView with applied sorting'], dtype=object)] | docs.telerik.com |
Portfolios
What is a Portfolio? Back to Top
Portfolios vs Galleries - Some people understandably think of portfolios and galleries as the same thing, which is fair as they are both technically collections of images. However in our themes, they are two distinctly different things, and each serve a different purpose. Gal... | http://docs.rawfolio.com/portfolios | 2018-01-16T13:20:28 | CC-MAIN-2018-05 | 1516084886436.25 | [array(['img/MenuPortfolio1.jpg', None], dtype=object)
array(['img/MenuPortfolio2.jpg', None], dtype=object)] | docs.rawfolio.com |
CDAP UI¶
The CDAP UI is available for deploying, querying and managing the Cask Data Application Platform in all modes of CDAP except an in-memory CDAP.. | https://docs.cask.co/cdap/3.4.3/en/admin-manual/operations/cdap-ui.html | 2018-01-16T12:57:29 | CC-MAIN-2018-05 | 1516084886436.25 | [] | docs.cask.co |
Installed with Case and Knowledge Management Several types of components are installed with Case and Knowledge Management. Tables installed with Case and Knowledge Management. HR Condition[sn_hr_core_condition] Details of HR conditions used as filters for any HR table. HR Conditions for Criteria[sn_hr_core_m2m_conditio... | https://docs.servicenow.com/bundle/jakarta-hr-service-delivery/page/product/human-resources/reference/InstWithHR.html | 2018-01-16T13:45:34 | CC-MAIN-2018-05 | 1516084886436.25 | [] | docs.servicenow.com |
Message-ID: <1140348548.763612.1386208316666.JavaMail.haus-conf@codehaus02.managed.contegix.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_763611_1040780309.1386208316665" ------=_Part_763611_1040780309.1386208316665 Content-Type: text/html; charset=UTF-8 ... | http://docs.codehaus.org/exportword?pageId=74940 | 2013-12-05T01:51:56 | CC-MAIN-2013-48 | 1386163038079 | [] | docs.codehaus.org |
)
There is mention of the beez template and the paths to the, say, the users stuff and the default.php file. I guess my question is, what happens if you are using the ja_purity or the rhuk_milkyway template, both of which also come as default templates when loading Joomla? Does editing the files located under the beez ... | http://docs.joomla.org/index.php?title=Talk:How_to_override_the_output_from_the_Joomla!_core&oldid=29656 | 2013-12-05T02:10:49 | CC-MAIN-2013-48 | 1386163038079 | [] | docs.joomla.org |
TOPICS×
Understanding Notifications
Cloud Manager allows the user to receive notifications when the production pipeline starts and completes (successfully or unsuccessfully), at the start of a production deployment. These notifications are sent through the Adobe Experience Cloud Notification system.
The approval and sc... | https://docs.adobe.com/content/help/en/experience-manager-cloud-service/implementing/using-cloud-manager/notifications.html | 2020-08-03T15:21:04 | CC-MAIN-2020-34 | 1596439735812.88 | [array(['/content/dam/help/experience-manager-cloud-service.en/help/implementing/cloud-manager/assets/notify-1.png',
None], dtype=object)
array(['/content/dam/help/experience-manager-cloud-service.en/help/implementing/cloud-manager/assets/notify-2.png',
None], dtype=object) ... | docs.adobe.com |
Message-ID: <1965129158.273979.1596469847768.JavaMail.j2ee-conf@bmc1-rhel-confprod1> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_273978_1684320288.1596469847767" ------=_Part_273978_1684320288.1596469847767 Content-Type: text/html; charset=UTF-8 Content-Tran... | https://docs.bmc.com/docs/exportword?pageId=103874665 | 2020-08-03T15:50:47 | CC-MAIN-2020-34 | 1596439735812.88 | [] | docs.bmc.com |
firewall.huawei
The tags beginning with firewall.huawei identify log events generated by the Huawei Firewall.
Tag structure
The full tag must have at least three levels. The first two are fixed as firewall.huawei. The third level identifies the technology type and currently it can only be ngfw. The fourth element ident... | https://docs.devo.com/confluence/ndt/parsers-and-collectors/list-of-devo-parsers/network-and-application-security/firewall-huawei | 2020-08-03T14:12:25 | CC-MAIN-2020-34 | 1596439735812.88 | [] | docs.devo.com |
Compare execution plans
Applies to:
SQL Server (all supported versions)
This topic describes how to compare similarities and differences between actual graphical execution plans by using SQL Server Management Studio Plan Comparison feature. This feature is available starting with SQL Server Management Studio v16.
Note
... | https://docs.microsoft.com/en-us/sql/relational-databases/performance/compare-execution-plans?view=sql-server-ver15 | 2020-08-03T15:52:37 | CC-MAIN-2020-34 | 1596439735812.88 | [] | docs.microsoft.com |
Follow these instructions:
1. Create an element with class “js-pushowl--subscribe”
You can turn any element into a Subscribe button by adding class="js-pushowl--subscribe". PushOwl will attach click listeners to all the elements having this class. Clicking on the element will allow visitors to subscribe to your online ... | https://docs.pushowl.com/en/articles/2320713-custom-subscribe-button | 2020-08-03T15:34:38 | CC-MAIN-2020-34 | 1596439735812.88 | [] | docs.pushowl.com |
Platform and Product Roles
When creating a new user or editing an existing user from the User Management page of the Insight Platform, you can assign them the Platform Admin role as well as 1 of 3 product roles.
Roles by organization
If your company uses the concept of organizations, note that product user roles only a... | https://docs.rapid7.com/insight/product-roles/ | 2020-08-03T15:22:53 | CC-MAIN-2020-34 | 1596439735812.88 | [] | docs.rapid7.com |
“What’s new” documents¶
These document the changes between minor (or major) versions of h5py.
- What’s new in h5py 2.7.1
- What’s new in h5py 2.7
- What’s new in h5py 2.6
- What’s new in h5py 2.5
- What’s new in h5py 2.4
- What’s new in h5py 2.3
- What’s new in h5py 2.2
- Support for Parallel HDF5
- Support for Python ... | https://docs.h5py.org/en/2.7.1/whatsnew/index.html | 2020-08-03T14:44:59 | CC-MAIN-2020-34 | 1596439735812.88 | [] | docs.h5py.org |
Adding shortcuts to subscribed users' My Matters
Users can now add shortcuts to other user's My Matters that they have subscribed to from their My Matters page.
Navigate to your My Matters page.
Select New Shortcut.
Figure: New Shortcut button
The Create Shortcut dialog box appears.
From the available list select a des... | https://docs.imanage.com/work-web-help/10.2.5/en-US/Adding_shortcuts_to_subscribed_users%27_My_Matters.html | 2020-08-03T15:42:42 | CC-MAIN-2020-34 | 1596439735812.88 | [] | docs.imanage.com |
Networking
All deployments of the Insight Agent require proper connectivity to function. This article details the necessary whitelisting rules that you will need to configure on your assets so their corresponding agents can communicate with the Insight platform. Additionally, you may need to configure whitelisting rule... | https://docs.rapid7.com/insight-agent/networking/ | 2020-08-03T15:33:27 | CC-MAIN-2020-34 | 1596439735812.88 | [] | docs.rapid7.com |
. Then, log in to the API Cloud and the API Publisher Web application will open automatically.
Let's create an publish an API. See the video tutorial here or a step-by-step walk-through of the video tutorial below.
Here's a step-by-step walk-though of the video tutorial:
- Log in to the API Publisher.
Click the Add lin... | https://docs.wso2.com/pages/viewpage.action?pageId=47515830 | 2020-08-03T15:37:14 | CC-MAIN-2020-34 | 1596439735812.88 | [] | docs.wso2.com |
Step 1: Find your replacement code within SmartrMail. Instructions on finding this code are here:
Step 2: Navigate to the "My Themes" section of the Big Commerce dashboard and click Edit HTML/CSS
Step 3: Search for where your signup form is located. This is usually in the SideNewsletterBox.html file.
Step 4: Replace th... | http://docs.smartrmail.com/en/articles/1372000-how-to-switch-over-newsletter-signup-forms-bigcommerce | 2020-08-03T14:22:33 | CC-MAIN-2020-34 | 1596439735812.88 | [array(['https://downloads.intercomcdn.com/i/o/45142138/19c12d6bf08e6412c6640b27/embed-code.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/44841728/6c023647e74bf645b9767cc7/find+html.gif',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/44842060/3341d93eb5e... | docs.smartrmail.com |
Stacked Bar Chart
- 3 minutes to read
Short Description
The Stacked Bar Chart is represented by the StackedBarSeriesView object, which belongs to Bar Series Views. This view displays all the points of its series. Series values are stacked at arguments included in multiple series. So, the height of each bar is determine... | https://docs.devexpress.com/WindowsForms/2973/controls-and-libraries/chart-control/series-views/2d-series-views/bar-series-views/stacked-bar-chart | 2020-08-03T15:02:46 | CC-MAIN-2020-34 | 1596439735812.88 | [array(['/WindowsForms/images/seriesview_stackedbarseries.png5026.png',
'SeriesView_StackedBarSeries.png'], dtype=object) ] | docs.devexpress.com |
You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAF::Types::ListSizeConstraintSetsRequest
- Defined in:
- (unknown)
Overview
When passing ListSizeConstraintSetsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{ next_marker... | https://docs.amazonaws.cn/sdk-for-ruby/v2/api/Aws/WAF/Types/ListSizeConstraintSetsRequest.html | 2020-03-28T21:35:02 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.amazonaws.cn |
Managing Groups¶
QDS creates the following groups by default for every account: system-admin, system-user, dashboard-user, and everyone. These groups have roles associated with them, which provide access control to all the users of that group.
The following table lists the groups, their associated roles, and the operat... | https://docs.qubole.com/en/latest/admin-guide/iam/groups-conf.html | 2020-03-28T21:54:45 | CC-MAIN-2020-16 | 1585370493120.15 | [array(['../../_images/ManageGroups.png', '../../_images/ManageGroups.png'],
dtype=object)
array(['../../_images/ModifyGroups.png', '../../_images/ModifyGroups.png'],
dtype=object)
array(['../../_images/CreateGroup.png', '../../_images/CreateGroup.png'],
dtype=object) ... | docs.qubole.com |
Yclas Client login With all the plans we offer private professional support done by our developers. We will answer within 24 working hours and we will try our best to help you always! To use Private Professional Support login to Yclas and on My Account choose Support. Opening a ticket Once you are on the Support page p... | https://docs.yclas.com/use-yclas-support-system/ | 2020-03-28T20:43:20 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.yclas.com |
routine wordcase
Documentation for routine
wordcase assembled from the following types:
class Cool
(Cool) routine wordcase
Defined as:
sub wordcase(Str(Cool) , : = , Mu : = True)method wordcase(: = , Mu : = True)
Coerces the invocant (or in sub form, the first argument) to Str, and filters each word that smartmatches a... | https://docs-stage.perl6.org/routine/wordcase | 2020-03-28T21:38:07 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs-stage.perl6.org |
CScanner: A Cloud Security Scanner¶
This utility is intended to check your cloud configuration for compliance with your companies rules in an automated fashion, not unlike AWS Config.
For example, if you want to make sure that your port 22 is never open to the world, across all your cloud providers, you could do someth... | https://docs.cscanner.io/ | 2020-03-28T21:09:36 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.cscanner.io |
Table
There are three types of tables in MemSQL: reference tables, sharded tables, and temporary tables.
Reference Tables
Reference tables are relatively small tables that do not need to be distributed and are present on every node in the cluster. They are both created and written to on the master aggregator. Reference... | https://docs.memsql.com/v7.0/concepts/table/ | 2020-03-28T21:32:13 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.memsql.com |
FIX: SharePoint 2013 Workflow recursion prevention – Part 2
Following FIX: SharePoint 2013 Workflow recursion prevention – Part 1, this post will walk you through the processes of designing your workflow that creates a list item on another list and invokes the workflow associated with that list using the new REST APIs ... | https://docs.microsoft.com/en-us/archive/blogs/sridhara/fix-sharepoint-2013-workflow-recursion-prevention-part-2 | 2020-03-28T22:35:12 | CC-MAIN-2020-16 | 1585370493120.15 | [array(['https://msdnshared.blob.core.windows.net/media/MSDNBlogsFS/prod.evol.blogs.msdn.com/CommunityServer.Blogs.Components.WeblogFiles/00/00/00/69/59/metablogapi/1411.wlEmoticon-smile_5A870089.png',
'Smile'], dtype=object) ... | docs.microsoft.com |
Gloop service inputs and outputs
Input and output properties are optional for any type of service but in most cases, a service will be defining at least one of either. In Gloop, you can define as many input or output properties you'd like through the Input/Output view.
Injectable input properties input properties. In G... | https://docs.torocloud.com/martini/latest/developing/gloop/service/inout/ | 2020-03-28T20:13:04 | CC-MAIN-2020-16 | 1585370493120.15 | [array(['../../../../placeholders/img/coder-studio/gloop-logging-http-request.png',
'HTTP request-logging Gloop service'], dtype=object)
array(['../../../../placeholders/img/coder/gloop-logging-http-request.png',
'HTTP request-logging Gloop service'], dtype=object) ] | docs.torocloud.com |
The
layouts/ folder contains different physical key layouts that can apply to different keyboards.
layouts/+ default/| + 60_ansi/| | + readme.md| | + layout.json| | + a_good_keymap/| | | + keymap.c| | | + readme.md| | | + config.h| | | + rules.mk| | + <keymap folder>/| | + ...| + <layout folder>/+ community/| + <layout... | https://beta.docs.qmk.fm/developing-qmk/qmk-reference/feature_layouts | 2020-03-28T19:55:42 | CC-MAIN-2020-16 | 1585370493120.15 | [] | beta.docs.qmk.fm |
WordPress
A plugin has been developed to embed Fluid Player in WordPress blogs:
Fluid Player can be easily embedded by using the custom [fluid-player] shortcode. The initial version accepts the following list of named parameters:
- video: path to actual video to be used by the player. If no value is passed it will fall... | https://docs.fluidplayer.com/wordpress/ | 2020-03-28T21:15:09 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.fluidplayer.com |
A Trip Down Memory Lane
While waiting for Visual Studio to repair whatever was causing deploys to the emulator to fail, I came across this post containing images of Windows boot screens over time. I know I'm giving my age away, but the only one I don't remember is the first. If you're interested you can find a few more... | https://docs.microsoft.com/en-us/archive/blogs/bluecollar/a-trip-down-memory-lane | 2020-03-28T22:20:19 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.microsoft.com |
Small Basic - Pictionary Project
I started new project especially for non-native kids to understand Small Basic keywords with pictures.
Purpose
- Small Basic is a programming language for kids.
- Little difficult to understand English keywords especially for non-native kids.
- This project suggests to draw pictures abo... | https://docs.microsoft.com/en-us/archive/blogs/smallbasic/small-basic-pictionary-project | 2020-03-28T20:19:06 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.microsoft.com |
When you use Minishift, you interact with the following components:
the Minishift virtual machine (VM)
the Docker daemon running on the VM
the OpenShift cluster running on the Docker daemon
The Minishift architecture diagram outlines these components.
The
minishift binary, placed on the
PATH for easy execution, is used... | https://docs.okd.io/3.11/minishift/using/basic-usage.html | 2020-03-28T20:59:53 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.okd.io |
$ oc create secret generic image-registry-private-configuration-user --from-literal=REGISTRY_STORAGE_AZURE_ACCOUNTKEY=<accountkey> --namespace openshift-image-registry
In addition to the
configs.imageregistry.operator.openshift.io and ConfigMap
resources, configuration is provided to the Operator by a separate secret
r... | https://docs.okd.io/latest/registry/configuring_registry_storage/configuring-registry-storage-azure-user-infrastructure.html | 2020-03-28T21:24:50 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.okd.io |
Currently Bluetooth support is limited to AVR based chips. For Bluetooth 2.1, QMK has support for RN-42 modules and the Bluefruit EZ-Key, the latter of which is not produced anymore. For more recent BLE protocols, currently only the Adafruit Bluefruit SPI Friend is directly supported. BLE is needed to connect to iOS de... | https://beta.docs.qmk.fm/using-qmk/hardware-features/feature_bluetooth | 2020-03-28T21:21:05 | CC-MAIN-2020-16 | 1585370493120.15 | [] | beta.docs.qmk.fm |
CSCDomainManager
- 1 minute to read
-
- DarkLight
CSCDomainManager is a web-based portfolio management platform consolidating domains alongside social media usernames, SSL digital certificates, and DNS. Integrate CSCDomainManager with the Axonius Cybersecurity Asset Management Platform.
NOTE
Axonius uses the DomainMana... | https://docs.axonius.com/docs/cscdomainmanager | 2020-03-28T20:05:15 | CC-MAIN-2020-16 | 1585370493120.15 | [array(['https://cdn.document360.io/95e0796d-2537-45b0-b972-fc0c142c6893/Images/Documentation/image%281023%29%28210%29.png',
'image.png'], dtype=object) ] | docs.axonius.com |
This feature is available with our 2.8.0 release and on all sites hosted at Yclas.com This feature gives you and your users two-factor authentication. You can protect your account with both your password and your phone. How to configure 2 step authentication: Login to your admin panel. Go to Settings -> General. Activa... | https://docs.yclas.com/2-step-authentication/ | 2020-03-28T20:42:11 | CC-MAIN-2020-16 | 1585370493120.15 | [] | docs.yclas.com |
Responsive
Please refer to the responsive section ↗ of the Digital Foundations documentation for an introduction to designing responsively.
Note on Grid & Breakpoints
The grid and breakpoints laid out here were designed specifically for the wework.com product. This responsive setup was designed for the content, but cou... | http://rivendell-docs.netlify.com/responsive/ | 2018-02-18T05:14:33 | CC-MAIN-2018-09 | 1518891811655.65 | [array(['../patterns/masthead-1.png', 'Responsive design'], dtype=object)
array(['template-weworkcom.png', 'Responsive Sketch template'],
dtype=object) ] | rivendell-docs.netlify.com |
Introduction¶
Jan Ilavsky, “Nika - software for 2D data reduction”, J. Appl. Cryst. (2012), vol. 45, pp. 324-328. DOI:10.1107/S0021889812004037. Please e-mail me, if you need copy.
Manual 1.3.2 for Nika version 1.75 for Igor 7.x
Jan 27, 2018
Jan Ilavsky
Description¶
This is manual for Nika set of macros developed for I... | http://saxs-igorcodedocs.readthedocs.io/en/stable/Nika/Introduction.html | 2018-02-18T05:11:41 | CC-MAIN-2018-09 | 1518891811655.65 | [] | saxs-igorcodedocs.readthedocs.io |
Changes
This topic will summarize the new functionality introduced in the library with helpful links to places in the documentation that describe in greater detail the new functionality and how it can be used.
What's New in 2014 Q3
What's New
Mail Merge support, which can be used to generate documents from a template d... | https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/changes-and-backward-compatibility/changes | 2018-02-18T05:07:14 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.telerik.com |
Organizing performance metrics presets
Organize groups of performance metrics graphs with custom named presets. Clone, rename, share, or delete performance metrics views on the Dashboard.
Clone, rename, share, or delete performance metrics views on the Dashboard. Saving groups of graphs with named presets allows custom... | https://docs.datastax.com/en/opscenter/6.1/opsc/online_help/opscMetricsPresets_t.html | 2018-02-18T04:37:43 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.datastax.com |
Create new Form Element
You can add new form elements to BuddyForms to support your plugin specific fields or add a form element with a special functionality.
With the buddyforms_form_element_add_field filter you can add a new form element to the Form Builder.
Parameters
- $form_fields (array) The Form Fields.
- $form_... | https://docs.buddyforms.com/article/148-create-new-form-element | 2018-02-18T04:34:38 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.buddyforms.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.