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 |
|---|---|---|---|---|---|---|
MOAB
MOAB is a scheduling engine for HPC centers.
Warning
As adoption of MOAB has significantly reduced over the last years and there are no active users of Waldur with MOAB requirements, we have deprecated and removed MOAB provider.
Migration from MOAB to SLURM
If you are still running MOAB and would like to move to a... | https://docs.waldur.com/admin-guide/providers/moab/ | 2021-06-12T21:11:32 | CC-MAIN-2021-25 | 1623487586390.4 | [] | docs.waldur.com |
$ISVALIDNUM
Synopsis
$ISVALIDNUM(num,scale,min,max)
Parameters
Description
The $ISVALIDNUM function validates num and returns a boolean value. It optionally performs a range check using min and max values. The scale parameter is used during range checking to specify how many fractional digits to compare. A boolean valu... | https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_FISVALIDNUM | 2021-06-12T20:53:49 | CC-MAIN-2021-25 | 1623487586390.4 | [] | docs.intersystems.com |
Crate version_check[−][src].
Examples
Set a
cfg flag in
build.rs if the running compiler was determined to be
at least version
1.13.0:
extern crate version_check as rustc; if rustc::is_min_version("1.13.0").unwrap_or(false) { println!("cargo:rustc-cfg=question_mark_operator"); }
See
is_max_version or
is_exact_version t... | https://docs.rs/version_check/0.9.3/version_check/ | 2021-06-12T20:59:45 | CC-MAIN-2021-25 | 1623487586390.4 | [] | docs.rs |
-
The order service provides functionality for managing the sales orders, sales credits, purchase orders and purchase credits in your system.
With this service you can create and modify the resources listed below. The primary resource managed by this service is the order which represents each type of order as a unifor... | https://api-docs.brightpearl.com/order/ | 2021-10-15T22:43:41 | CC-MAIN-2021-43 | 1634323583087.95 | [] | api-docs.brightpearl.com |
(Alexander Hamilton)
If one wonders why a biography of Alexander Hamilton did not stir Lin-Manuel Miranda to write his Broadway musical before Ron Chernow’s bestselling work all you have to do is look at Willard Sterne Randall’s ALEXANDER HAMILTON: A LIFE written a year before Chernow’s monograph. Randall’s effort is a... | https://docs-books.com/2018/08/ | 2021-10-15T22:39:06 | CC-MAIN-2021-43 | 1634323583087.95 | [] | docs-books.com |
C: the Online Bookstore sample and an article about coding techniques and programming practices. Fast forward through Visual Studio .net 2002, Visual Studio .net 2003, Visual Studio 2005, Visual Studio 2008, Visual Studio 2010, Visual Studio 2012, Visual Studio 2013, and now Visual Studio 2015 Preview and you end up wh... | https://docs.microsoft.com/en-us/archive/blogs/robcaron/coda | 2021-10-16T01:24:04 | CC-MAIN-2021-43 | 1634323583087.95 | [] | docs.microsoft.com |
Submitting Jobs¶
Overview¶
The easiest and most common way to submit render jobs to Deadline is via our many submission scripts, which are written for each rendering application it supports. After you have submitted your job, you can monitor progress using the Monitor. See the Monitoring Jobs documentation for more inf... | https://docs.thinkboxsoftware.com/products/deadline/10.1/1_User%20Manual/manual/job-submitting.html | 2021-10-15T22:59:43 | CC-MAIN-2021-43 | 1634323583087.95 | [array(['../_images/jigsaw_window.png', '../_images/jigsaw_window.png'],
dtype=object) ] | docs.thinkboxsoftware.com |
Internationalisation¶
This document describes the internationalisation features of Wagtail and how to create multi-lingual sites.
Wagtail uses Django’s Internationalisation framework so most of the steps are the same as other Django projects.
Contents
- Internationalisation
- Wagtail admin translations
- Change Wagtail... | http://docs.wagtail.io/en/latest/advanced_topics/i18n/index.html | 2019-07-15T22:39:03 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.wagtail.io |
Log.
Direct logins and file transfers from off-campus are not allowed. Please see our Off-Campus Access FAQ for details on connecting from off-campus.
The OS X operating system on the Mac already has SSH as part of its default installation and will work the same way as described above from a terminal window. A Setting ... | https://docs.rice.edu/confluence/plugins/viewsource/viewpagesrc.action?pageId=30750193 | 2019-07-15T23:19:49 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.rice.edu |
Source code for flake8.main.cli
"""Command-line implementation of flake8.""" from typing import List, Optional from flake8.main import application[docs]def main(argv=None): # type: (Optional[List[str]]) -> None """Execute the main bit of the application. This handles the creation of an instance of :class:`Application`,... | https://flake8.readthedocs.io/en/latest/_modules/flake8/main/cli.html | 2019-07-15T22:24:34 | CC-MAIN-2019-30 | 1563195524254.28 | [] | flake8.readthedocs.io |
The "No software" platform
The meteoric rise of Salesforce has provided us with a platform that lives up the No Software promise. We no longer need to deal with legacy on-premise software with large up-front costs and instead have a platform that can be easily migrated to and grows with the needs of your business and o... | http://docs.gearset.com/en/articles/2287409-what-is-devops-for-salesforce | 2019-07-15T22:37:44 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.gearset.com |
analyzedb.
- For append optimized tables, analyzedb updates statistics incrementally, if the statistics are not current. For example, if table data is changed after statistics were collected for the table. If there are no statistics for the table, statistics are collected.
- For heap tables, statistics are always updat... | http://gpdb.docs.pivotal.io/43330/utility_guide/admin_utilities/analyzedb.html | 2019-07-15T22:17:05 | CC-MAIN-2019-30 | 1563195524254.28 | [array(['/images/icon_gpdb.png', None], dtype=object)] | gpdb.docs.pivotal.io |
Custom formatting of date and time columns
If the format you want to use cannot be created with the given settings, the custom format string allows you to create your own formats using a code explained in the examples below.
Examples:Below are some examples of custom format strings for datetime formats. For more inform... | http://docs.spotfire.cloud.tibco.com/spotfire/GUID-D997D316-2686-413F-9417-4A52F37754CA.html | 2019-07-15T22:39:41 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.spotfire.cloud.tibco.com |
Modem Call Control
The Modem Call Control (mcc) API functions of this API are provided by the modemService service.
IPC interfaces binding
Here's a code sample binding to modem services:
bindings: { clientExe.clientComponent.le_mcc -> modemService.le_mcc }
Starting a Call
To initiate a call, create a new call object wi... | https://docs.legato.io/latest/c_mcc.html | 2019-07-15T22:44:11 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.legato.io |
Installation Prerequisites
The Splunk ODBC Driver is currently available for Windows only.
You must install the Splunk ODBC Driver on the Windows PC that runs the application you want to use it with (Excel or Tableau). computer:
- Splunk Enterprise 5 or later running on any supported operating system
Client computer (r... | https://docs.splunk.com/Documentation/ODBC/1.0.1/UseODBC/Prerequisites | 2019-07-15T22:54:29 | CC-MAIN-2019-30 | 1563195524254.28 | [array(['/skins/OxfordComma/images/acrobat-logo.png', None], dtype=object)] | docs.splunk.com |
Application blocking allows you to enable or block applications from launching.:
- Path-based. You can specify a path to a folder. Or, you can specify a fully qualified file name (the configured path includes the full path and file name of the executable).
- Hash-based. You can specify to allow or block based on a hash... | https://docs.vmware.com/en/VMware-User-Environment-Manager/9.3/com.vmware.user.environment.manager-adminguide/GUID-25424714-FD06-4C7B-9F02-BEA7FC42A945.html | 2019-07-15T21:53:50 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.vmware.com |
5. Working with content¶
In this chapter, we demonstrate features of Swarm related to storage and retrieval. First we discuss how to solve mutability of resources in a content addressed system using the Ethereum Name Service on the blockchain, then using Feeds in Swarm. Then we briefly discuss how to protect your data ... | https://swarm-guide.readthedocs.io/en/latest/usage.html | 2019-07-15T22:32:37 | CC-MAIN-2019-30 | 1563195524254.28 | [] | swarm-guide.readthedocs.io |
Integrating Analysis Tools¶
Whereas it is feasible for an interpreter to perform an analysis on its own - in a lot of applications the analysis is a performed by a separate program (could be a third-party tool). Typically it is the plugin that handles the triggering and monitoring of the analysis tool. The plugin also ... | https://webgme.readthedocs.io/en/stable/analysis_tools/introduction.html | 2019-07-15T21:56:18 | CC-MAIN-2019-30 | 1563195524254.28 | [] | webgme.readthedocs.io |
The MeetNotes slackbot assists you in running meetings from Slack.
If you need help integrating Slack with MeetNotes click here.
Once you have integrated Slack, you will receive a welcome message from the bot.
You can send an invite link to team members in your slack workspace. The Slack bot sends an invite on #general... | http://docs.meetnotes.co/en/articles/1305844-meetnotes-slack-bot-user-guide | 2019-07-15T22:03:45 | CC-MAIN-2019-30 | 1563195524254.28 | [array(['https://downloads.intercomcdn.com/i/o/66688963/1cf1156cd290b5ec32e53192/image.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/66689140/cea4bcae2585a00714ccbf84/image.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/66692844/90f86582e509b4b4e9c3... | docs.meetnotes.co |
All content with label amazon+async+docs+guide+hot_rod+infinispan+jboss_cache+listener+podcast+release+xa.
Related Labels:
expiration, publish, datagrid, coherence, interceptor, server, replication, recovery, transactionmanager, dist, partitioning, query, intro, lock_striping, jbossas, nexus, schema, cache, s3,
grid, j... | https://docs.jboss.org/author/label/amazon+async+docs+guide+hot_rod+infinispan+jboss_cache+listener+podcast+release+xa | 2019-07-15T23:26:14 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.jboss.org |
All content with label article+async+deadlock+development+grid+gui_demo+hot_rod+infinispan+jboss_cache+listener+pojo_cache+release+user_guide.
Related Labels:
podcast, expiration, publish, datagrid, coherence, interceptor, server, replication, transactionmanager, dist, partitioning, query, intro,, mvcc, notification, t... | https://docs.jboss.org/author/label/article+async+deadlock+development+grid+gui_demo+hot_rod+infinispan+jboss_cache+listener+pojo_cache+release+user_guide | 2019-07-15T23:28:57 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.jboss.org |
All content with label async+client+distribution+gridfs+guide+hibernate+infinispan+query+snapshot.
Related Labels:
podcast, expiration, publish, datagrid, interceptor, server, rehash, replication, transactionmanager, release, partitioning, deadlock, intro, archetype, jbossas, lock_striping, nexus, schema, listener,
sta... | https://docs.jboss.org/author/label/async+client+distribution+gridfs+guide+hibernate+infinispan+query+snapshot | 2019-07-15T22:58:27 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.jboss.org |
All content with label batching+gridfs+hotrod+import+infinispan+jgroups+mvcc+notification+query+setup.
Related Labels:
expiration, publish, datagrid, coherence, interceptor, server, replication, transactionmanager, dist, release, deadlock, archetype, lock_striping,, batch, hash_function, buddy_replication, loader, xa, ... | https://docs.jboss.org/author/label/batching+gridfs+hotrod+import+infinispan+jgroups+mvcc+notification+query+setup | 2019-07-15T23:39:54 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.jboss.org |
All content with label buddy_replication+consistent_hash+deadlock+gridfs+hotrod+infinispan+notification+setup+write_behind+xaresource.
Related Labels:
expiration, publish, datagrid, coherence, interceptor, server, rehash, replication, recovery, transactionmanager, dist, release, partitioning, query, archetype, lock_str... | https://docs.jboss.org/author/label/buddy_replication+consistent_hash+deadlock+gridfs+hotrod+infinispan+notification+setup+write_behind+xaresource | 2019-07-15T23:16:19 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.jboss.org |
All content with label cachestore+docs+events+filesystem+gridfs, userguide, write_behind, ec2, 缓存, s, hibernate, getting, aws, interface, setup, clustering, mongodb, eviction, out_of_memory, concurrency, examples, jboss_cache, import, configuration, hash_function, buddy_replication, loader, write_through, cloud, mvcc, ... | https://docs.jboss.org/author/label/cachestore+docs+events+filesystem+gridfs+infinispan+installation+jcache+jsr-107+repeatable_read | 2019-07-15T23:31:01 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.jboss.org |
All content with label eap+eap6+getting_started+http+jboss+realm.
Related Labels:
high, wildfly, tutorial, service, 2012, standalone, ssl, s, load, modcluster, security, cli, balancing, availability, clustering, cluster, mod_jk, storeconfig, tomcat,
domain, wildly, favourite, l, httpd, as, ha, high-availability, mod_cl... | https://docs.jboss.org/author/label/eap+eap6+getting_started+http+jboss+realm | 2019-07-15T23:02:38 | CC-MAIN-2019-30 | 1563195524254.28 | [] | docs.jboss.org |
6. PSS¶
pss (Postal Service over Swarm) is a messaging protocol over Swarm with strong privacy features. The pss API is exposed through a JSON RPC interface described in the API Reference, here we explain the basic concepts and features.
Note
pss is still an experimental feature and under active development and is avai... | https://swarm-guide.readthedocs.io/en/latest/pss.html | 2019-07-15T22:21:05 | CC-MAIN-2019-30 | 1563195524254.28 | [] | swarm-guide.readthedocs.io |
Advanced Tutorial
Here we introduce some advanced usages of AutoSolvate. To learn the basic usages, please refer to the basic Tutorial page.
Advanced Example 1: Custom Solvent
Apart from the 5 common solvents contained in AutoSolvate, the user can use custom solvents found in databases or literature to build the solvat... | https://autosolvate.readthedocs.io/en/latest/advancedTutorial.html | 2022-06-25T02:31:33 | CC-MAIN-2022-27 | 1656103033925.2 | [] | autosolvate.readthedocs.io |
Bank Account Data
Instant access to income and transaction history data
Overview
Metamap's Bank Account Data provides instant access (with user consent) to bank account data such as raw transaction history (3 to 12 months), balance, account, and identity information & enriched data (transaction categorisation and incom... | https://docs.getmati.com/docs/bank-account-data | 2022-06-25T01:48:01 | CC-MAIN-2022-27 | 1656103033925.2 | [array(['https://files.readme.io/71e2af8-Bank_Account_-_Verification_result-_expanded.jpg',
"Bank Account - Verification result- expanded.jpg User's bank account data returned in the Dashbard."],
dtype=object)
array(['https://files.readme.io/71e2af8-Bank_Account_-_Verification_result-_expanded.jpg',
... | docs.getmati.com |
Device Manager
Applies To: Windows 7, Windows Server 2008 R2
You can use Device Manager to install and update the drivers for hardware devices, change the hardware settings for those devices, and troubleshoot problems.
A device driver is software that allows Windows to communicate with a specific hardware device. Befor... | https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc754610(v=ws.11)?redirectedfrom=MSDN | 2022-06-25T02:51:42 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.microsoft.com |
.
フィードバック
フィードバックありがとうございました
このトピックへフィードバック | https://docs.us.sios.com/sps/8.6.4/ja/topic/lcdsync | 2022-06-25T02:28:51 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.us.sios.com |
butter¶
build MIMO butterworth filter of order ord and cut-off freq over Nyquist freq ratio Wn. The filter will have N input and N output and N*ord states.
Note: the state-space form of the digital filter does not depend on the sampling time, but only on the Wn ratio. As a result, this function only returns the A,B,C,D... | https://ic-sharpy.readthedocs.io/en/latest/includes/linear/src/libss/butter.html | 2022-06-25T01:53:06 | CC-MAIN-2022-27 | 1656103033925.2 | [] | ic-sharpy.readthedocs.io |
permlock
flisp
jlinstackwalk (Win32)
flisp itself is already threadsafe, this lock only protects the
jl_ast_context_list_tpool
The following is a leaf lock (level 2), and only acquires level 1 locks (safepoint) internally:
- typecache
- Module->lock are a level 6 lock, which can only recurse to acquire locks at lower l... | https://docs.juliacn.com/latest/devdocs/locks/ | 2022-06-25T02:05:40 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.juliacn.com |
Multiple Consents
Yapily multiple consents represent the cases where the
Institution returns more than one authorisation code, for example with AMEX, if the user
authorises their consent to share two or more accounts, AMEX will return a consent for each card.
WarningWarning
We do not recommend executing account authori... | https://docs.yapily.com/pages/knowledge/yapily-concepts/multiple_consents/ | 2022-06-25T02:39:37 | CC-MAIN-2022-27 | 1656103033925.2 | [array(['https://storage.googleapis.com/static.yapily.com/images/documentation/2020/docs_amex_multiple_consents_callback_example.png',
'docs_amex_multiple_consents_callback_example'], dtype=object)
array(['https://storage.googleapis.com/static.yapily.com/images/documentation/2020/docs_amex_multiple_consents_ca... | docs.yapily.com |
Searching
Searching for users in an organization
Searching for users can be done by entering part of a users name in the search field to find users containing the search term. It is also possible to use search operators for advanced searches. Below is a table of the available search operators.
Updated over 2 years ago | https://docs.pritunl.com/docs/searching | 2022-06-25T02:25:26 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.pritunl.com |
Bucket Folders
Overview
Bucket Folders allow you to define where files are stored in your AWS bucket.
S-Drive files are stored in AWS using a folder path that, by default, contains the parent object record id (such as the Account record id) as the top level folder, as shown here.
Most users only interact with S-Drive f... | https://docs.sdriveapp.com/2.12/bucket-folders | 2022-06-25T00:48:48 | CC-MAIN-2022-27 | 1656103033925.2 | [array(['../2.12/1659275020/image-20210730-195316.png?inst-v=9e174774-eaf9-4a16-b5e1-168bdddbe411',
None], dtype=object)
array(['../2.12/1659275020/image-20210730-195626.png?inst-v=9e174774-eaf9-4a16-b5e1-168bdddbe411',
None], dtype=object) ... | docs.sdriveapp.com |
Server Maintenance Commands
cluster
The cfy cluster command is used to manage clusters of tenants in Cloudify Manager. Optional flags These commands support the common CLI flags. Commands Start Usage cfy cluster start [OPTIONS] Start a Cloudify Manager cluster with the current manager as the master. This initializes al... | https://docs.cloudify.co/4.5.5/cli/maint_cli/ | 2019-04-18T14:50:15 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.cloudify.co |
You can access Demo platform and give it a try after the registration at DSX. You only need to enter your email and verify it to get an account.
Once you've set a password, you can already access Demo platform.
Click Trade section
You'll get to the trading platform. In the lower left corner you can see the name of the ... | https://docs.dsx.uk/dsx/getting-started-with-dsx/how-to-get-demo-account | 2019-04-18T15:06:30 | CC-MAIN-2019-18 | 1555578517682.16 | [array(['https://downloads.intercomcdn.com/i/o/98796963/1623a839bc943c3c9bdec709/image.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/98799328/a44551f2d2e31d9355d559da/image.png',
None], dtype=object) ] | docs.dsx.uk |
Alert policies in the security and compliance center
You can use the new alert policy and alert dashboard tools in the Office 365 and Microsoft 365 security and compliance centers to create alert policies and then view the alerts that are generated when users perform activities that match the conditions of an alert pol... | https://docs.microsoft.com/en-us/office365/securitycompliance/alert-policies | 2019-04-18T15:29:05 | CC-MAIN-2019-18 | 1555578517682.16 | [array(['media/e02a622d-b429-448b-8107-dd1a4770b4e0.png',
'Overview of how alert policies work'], dtype=object)
array(['media/09ebd451-8e84-44e1-aefc-63e70bba4d97.png',
'In the security and compliance center, click Alerts, then click Alert policies to view and create alert policies'],
dtype=obje... | docs.microsoft.com |
Using oVirt Standard-CI with GitHub
The oVirt CI system can provide automated building, testing and release services for projects in GitHub as long as they comply with the Build and Test standards.
Automated functionality of the oVirt CI system
When projects are configured to use the oVirt CI system, the system respond... | https://ovirt-infra-docs.readthedocs.io/en/latest/CI/Using_STDCI_with_GitHub/index.html | 2019-04-18T14:54:56 | CC-MAIN-2019-18 | 1555578517682.16 | [] | ovirt-infra-docs.readthedocs.io |
Tax facts tax year july 1, 201 6 through june 30, 201 7 c hange tax bill mailing address to update your mailing address, complete and print the property
Senior freeze (property tax reimbursement) income limits history below are the income limits for the property tax reimbursement program. all income received...
Page 2 ... | https://www.docs-archive.net/Property-Tax-Relief-Homestead-Exemptions.pdf | 2019-04-18T14:16:19 | CC-MAIN-2019-18 | 1555578517682.16 | [] | www.docs-archive.net |
How to Embed Typeform.
We love using Typeform here and highly recommend their platform for customer feedback forms, quizzes, surveys, etc.
To embed a form from Typeform into an Appcues slideout or modal, follow these steps: this
Copy the code, but adjust the following style (highlighted above) to ensure the form displa... | https://docs.appcues.com/article/102-typeform | 2019-04-18T14:18:28 | CC-MAIN-2019-18 | 1555578517682.16 | [array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/559e91f8e4b0b0593824b4a9/images/58544cb0c697912ffd6c1acb/file-aattJHNIUR.png',
None], dtype=object)
array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/559e91f8e4b0b0593824b4a9/images/5ae8b9de0428631126f1964b/file-z34yrWMglw.png',
None], dt... | docs.appcues.com |
How many emails can I send per day?
For Google accounts:
As of this writing, information on limits can be found here for Gmail accounts and here for G Suite accounts.
If we detect that you've reached a Google quota limit we will pause sending for a period of time and then automatically resume later. However, do not rel... | https://docs.mailshake.com/article/57-how-many-emails-can-i-send-per-day | 2019-04-18T15:35:08 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.mailshake.com |
Performance Analysis collects various performance and configuration data directly from Windows, and then requires a higher level of access to the operating system than the Event Calendar. The easiest approach is to either make the SentryOne monitoring service account a domain administrator level account or a member of ... | https://docs.sentryone.com/help/performance-analysis-security-requirements | 2019-04-18T14:33:47 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.sentryone.com |
The Agent ConsoleVirtual Contact Center's browser-based graphical user interface (GUI) used by Agents to manage customer interactions. provides links to access your customer and case information in the Navigation Panel and the Control Panel.
Control Panel
Navigation panel: Provides icons to navigate to customer, case, ... | https://docs.8x8.com/vcc-8-1-ProductDocumentation/WebHelpAgentSupervisorGuide/Content/AgtAgtCRMCasesViewingCustomersOrCases.htm | 2019-04-18T15:30:13 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.8x8.com |
Blueprint upload button
This Button allows uploading a blueprint to the manager. Clicking on it opens a dialog for providing the following details:
- Blueprint visibility - represented by a colourful icon, and can be set by clicking on it. See resource’s visibility. Default: tenant
- Blueprint archive path (local or UR... | https://docs.cloudify.co/4.5.5/working_with/console/widgets/blueprintuploadbutton/ | 2019-04-18T14:50:34 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.cloudify.co |
Top Menu¶
From top menu you can manage your user profile, switch data centers or log out of the Danube Cloud.
User Profile¶
User Profile
User Settings
Address
Change password form
Alerting media
See also
The alerting media are automatically set to a user object that is reflected to the monitoring system.
SSH Keys - Pub... | https://docs.danubecloud.org/user-guide/gui/topmenu.html | 2019-04-18T14:59:12 | CC-MAIN-2019-18 | 1555578517682.16 | [array(['../_images/topmenu.png', '../_images/topmenu.png'], dtype=object)] | docs.danubecloud.org |
Hooks Manager
Custom Hooks
"Custom" hooks is a new idea that, to be perfectly frank, has yet to be polished. Think of this feature as Very-Much-In-Beta. I thought it would be helpful to use the Hooks Manager to insert snippets of markup/code in other places throughout the application, not just in the predetermined temp... | https://docs.formtools.org/modules/hooks_manager/basic_usage/custom_hooks/ | 2019-04-18T15:24:20 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.formtools.org |
This topic covers using .NET WCF HTTP with SOAtest.
Sections include:
The .NET WCF HTTP transport option allows you to invoke Windows Communication Foundation
(.NET 3.0, 3.5, or 4.0) web services that use the HTTP transport. For 4.0, the .NET 4 CLR / client runtime must be installed for this service.
SOAtest is able to... | https://docs.parasoft.com/plugins/viewsource/viewpagesrc.action?pageId=27522887 | 2019-04-18T14:34:00 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.parasoft.com |
Title
Lazarus Phenomena in Gay Men Living with HIV: An Exploratory Study
Document Type
Article
Abstract
Based on qualitative data collected in 1999 in Dublin, Ireland and Providence, Rhode Island, this study examines psychosocial tasks for gay men with AIDS who are experiencing "Lazarus Phenome¬na," significant improve... | https://docs.rwu.edu/fcas_fp/11/ | 2019-04-18T15:09:05 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.rwu.edu |
Overall Architecture
Screwdriver is a collection of services that facilitate the workflow for Continuous Delivery pipelines.
Workflow
Commit new code
User starts a new build by one of the following operations:
- User pushes code to SCM
- User opens a new pull request on SCM
- User pushes code to SCM on an open pull req... | https://docs.screwdriver.cd/cluster-management/ | 2019-04-18T15:04:26 | CC-MAIN-2019-18 | 1555578517682.16 | [array(['assets/workflow.png', 'Workflow'], dtype=object)
array(['assets/arch-k8s.png', 'Architecture'], dtype=object)] | docs.screwdriver.cd |
Keyboard shortcuts & hotkeys
Starting with TestRail 4.2, TestRail now supports keyboard shortcuts for important and frequently used actions such as editing/saving objects, adding results/comments & attachments and navigating between cases or tests.
The modifier key
Some actions such as saving a test case (i.e. submitti... | http://docs.gurock.com/testrail-userguide/userguide-shortcuts | 2019-04-18T15:04:15 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.gurock.com |
Rake 0.8.7 Released¶ ↑
Rake.
Changes¶ ↑
New Features / Enhancements in Version 0.8.5¶ ↑
Improved implementation of the Rake system command for Windows. (patch from James M. Lawrence/quix)
Support for Ruby 1.9's improved system command. (patch from James
Lawrence/quix)
Rake now includes the configured extension when inv... | http://docs.seattlerb.org/rake/doc/release_notes/rake-0_8_7_rdoc.html | 2019-04-18T15:14:16 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.seattlerb.org |
Configuration Manager is your platform to set up your Virtual Contact Center tenant. Administrators can use a graphical user interface (GUI) to manage all components in a tenant. Configuration Manager is easy to use and requires no special software or hardware to run. It is 100% cloud-based and accessible from anywhere... | https://docs.8x8.com/8x8WebHelp/VCC/Configuration_Manager_UnifiedLogin/content/cfgoverview.htm | 2019-04-18T14:19:07 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.8x8.com |
Interfaces
Interfaces enable you to map logical tasks to executable operations.
Declaration
Node Types and Relationships Interface
node_types: some_type: interfaces: interface1: op1: ... op2: ... interface2: ... relationships: some_relationship: source_interfaces: interface1: ... target_interfaces: interface2: ...
Each... | https://docs.cloudify.co/4.5.5/developer/blueprints/spec-interfaces/ | 2019-04-18T14:50:45 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.cloudify.co |
At the moment DSX provides its clients with two types of orders: Market and Limit. In that article, we will check out what is the difference and how to place both types at DSX trading platform.
Market order
With that type, you will be placing an order to buy or sell currency immediately according to the current market ... | https://docs.dsx.uk/dsx/trading-platform/order-types | 2019-04-18T14:20:12 | CC-MAIN-2019-18 | 1555578517682.16 | [array(['https://downloads.intercomcdn.com/i/o/50231153/273e1b70b3d2d7d16b95a4ce/0ec4c0c3a5.png',
None], dtype=object)
array(['https://downloads.intercomcdn.com/i/o/50231669/e3e53f9a6505de3aa4093933/470a15ce72.png',
None], dtype=object) ... | docs.dsx.uk |
Metric Manager
Contents
Starting in release 8.5.0, the Metric Manager label in the Administration Module is a section heading, and is not a link to a page. The Report Metrics page replaces the Metric Manager of earlier releases.
The Metric Manager section of the Advisors Administration module contains two pages:
- Sour... | https://docs.genesys.com/Documentation/PMA/8.5.2/CCAWAUser/MetricManager | 2019-04-18T14:16:24 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.genesys.com |
Adding the option to purchase one time or "upsell" type of products at checkout is an easy way to increase revenue. We have created an optional section found in PayWhirl's payment widgets that allow you to upsell products to your customers when they first checkout.
Note: Upsells are one-time purchases only and don't ha... | https://docs.paywhirl.com/PayWhirl/classic-system-support-v1/getting-started-and-setup/v1-my-upsells | 2019-04-18T14:50:19 | CC-MAIN-2019-18 | 1555578517682.16 | [array(['https://uploads.intercomcdn.com/i/o/19830099/d3376cd94e558385090c141c/note.png',
None], dtype=object) ] | docs.paywhirl.com |
Volume Discount
This tutorial shows how to use the volume-based discount Smart Clause® to use a smart legal contract to calculate a percentage discount, based on the volume of usage of a service.
No programming is required and the tutorial should only take you a few minutes.
Create a new contract
Create a new contract ... | https://docs.clause.io/en/articles/46-volume-discount | 2019-04-18T14:47:23 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.clause.io |
Configure Form Email Fields
The purpose of this section is to let Form Tools know which fields are relevant so that theycan be used within the email templates. For example, if your form was a registration form and contained fields for First Name, Last Name and Email address, you might want to create an auto-email notif... | https://docs.formtools.org/userdoc/emails/configure_form_email_fields/ | 2019-04-18T14:21:41 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.formtools.org |
Contents
The HTTP Interface
This page pertains only to Stat Server that operates in cluster mode. Specifying the HTTP protocol for Stat Server that operates in regular mode is not currently supported.
In order for the SIP Cluster Solution to receive information about the state of a regular DN or to receive information ... | https://docs.genesys.com/Documentation/RTME/latest/Dep/HTTPInterface | 2019-04-18T14:55:52 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.genesys.com |
Screenshot commands
If you haven't already noticed, screenshots are automatically taken for every command. The screenshots taken are usually of what's visible in the viewport - meaning what you as a user would see on your screen given the specified resolution for the test run.
Theses commands are for you to take full p... | https://docs.uilicious.com/scripting/screenshot.html | 2019-04-18T15:28:26 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.uilicious.com |
Contributor’s Guide¶
Contributions are always welcome and greatly appreciated!
Code contributions¶
We love pull requests from everyone! Here’s a quick guide to improve the code:
- Fork the repository and clone the fork.
- Create a virtual environment using your tool of choice (e.g.
virtualenv,
conda, etc).
- Install de... | https://roslibpy.readthedocs.io/en/latest/contributing.html | 2019-04-18T14:37:57 | CC-MAIN-2019-18 | 1555578517682.16 | [] | roslibpy.readthedocs.io |
Hosting a live event can be scary the first time, but we've got your back. Here are some best practices on how to host a successful live video event, from planning the event to following up afterwards.
Before the event
Craft a descriptive registration page. Every Crowdcast event comes with its own built-in registration... | http://docs.crowdcast.io/faq/how-to-rock-your-first-crowdcast-event | 2019-04-18T14:19:45 | CC-MAIN-2019-18 | 1555578517682.16 | [array(['https://uploads.intercomcdn.com/i/o/22426948/f51af8725dfd5f437e15273c/divider.png',
None], dtype=object) ] | docs.crowdcast.io |
Introduction¶
CircuitPython driver for the VEML6070 UV Index Sensor Breakout
Dependencies¶
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.
Usage Example¶
import time import board import b... | https://circuitpython.readthedocs.io/projects/veml6070/en/latest/ | 2019-04-18T14:42:30 | CC-MAIN-2019-18 | 1555578517682.16 | [] | circuitpython.readthedocs.io |
- Log in and log out - Log in your terminal and begin processing payments. Log out of your terminal when changing operator, or at the end of a shift.
- Reconcile a balance mismatch - Get the totals of a reconciliation period and use them to reconcile balance mismatches between the terminal and cash register.
- Retrieve... | https://docs.adyen.com/developers/point-of-sale/build-your-integration/device-features | 2019-04-18T14:33:40 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.adyen.com |
Widget HTTP API (Developer)
Introduction
The Appcues API provides an HTTP endpoint for accessing all the content that a user is qualified to see.
Connecting
The root URL for the Appcues API is.
The URL to fetch the list of content is formed using your Appcues account ID (visible from your Appcues account page) and the ... | https://docs.appcues.com/article/255-widget-api | 2019-04-18T15:03:20 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.appcues.com |
Most Popular Articles
- Adding media/video to your WooCommerce product gallery
- Import additional variation images
- The product image is cropped or blurry
- Ensure WooThumbs is working correctly
- Two sets of images upon activation
- Available shortcodes
- Settings overview
- Multiple images per variation
- WooThumbs... | https://docs.iconicwp.com/collection/110-woothumbs | 2019-04-18T15:06:32 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.iconicwp.com |
Rich text experience for appointment activities
Applies to Dynamics 365 for Customer Engagement apps version 9.x
When you enable the rich text experience, server-side synchronization and appointment activities support rich text. With the rich text editor, appointment descriptions can contain rich text.
With rich text e... | https://docs.microsoft.com/en-us/dynamics365/customer-engagement/admin/enable-rich-text-experience | 2019-04-18T14:29:32 | CC-MAIN-2019-18 | 1555578517682.16 | [array(['media/appointment-rich-text.png', 'Rich text appointment editor'],
dtype=object) ] | docs.microsoft.com |
If the application in the earlier CCE version is created using APIs or kubectl, use the same method to create applications of the same specifications on the cluster created in the latest CCE version. For details, see Cloud Container Engine API Reference 2.0 or Kubectl Usage Guide.
Stateless and stateful applications ar... | https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_9994.html | 2019-04-18T15:42:55 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.otc.t-systems.com |
The XPath builder helps you quickly build an XPath by selecting elements from a hierarchical representation of the message. The XPath builder opens when you add an XPath, or when you click an existing XPath.
The XPath builder can be used for both XML and JSON messages. The XPath language was originally designed for sel... | https://docs.parasoft.com/display/CTP302/Specifying+XPaths | 2019-04-18T14:43:09 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.parasoft.com |
The Builder Mediator can be used to build the actual SOAP message from a message coming in to ESB through the Message Relay. One usage is to use this before trying to log the actual message in case of an error. Also with the Builder Mediator ESB can be configured to build some of the messages while passing the others a... | https://docs.wso2.com/display/ESB480/Builder+Mediator | 2019-04-18T14:56:17 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.wso2.com |
Message-ID: <822466239.235043.1555600888631.JavaMail.confluence@docs-node.wso2.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_235042_1116072834.1555600888631" ------=_Part_235042_1116072834.1555600888631 Content-Type: text/html; charset=UTF-8 Content-Trans... | https://docs.wso2.com/exportword?pageId=45941903 | 2019-04-18T15:21:28 | CC-MAIN-2019-18 | 1555578517682.16 | [] | docs.wso2.com |
Inspired by sitebricks, resteasy and rails routing, tapestry-routing allows you to provide your own custom mapping between Tapestry 5 pages and URLs.
First (as always), add the tapestry-routing dependency to your pom.xml
Then annotate your pages with the @Route annotations (@At annotations are still supported and work ... | http://docs.codehaus.org/plugins/viewsource/viewpagesrc.action?pageId=194314380 | 2014-04-16T19:22:10 | CC-MAIN-2014-15 | 1397609524644.38 | [] | docs.codehaus.org |
This tutorial is for all Joomla! versions newer than.
In order to use this feature, an update server must be defined in your extension's manifest. This definition can be used in all Joomla! 1.6 and newer. | http://docs.joomla.org/index.php?title=Deploying_an_Update_Server&oldid=64856 | 2014-04-16T21:05:50 | CC-MAIN-2014-15 | 1397609524644.38 | [] | docs.joomla.org |
:
cdsw-build.sh- A custom build script used for models and experiments. Pip installs our dependencies, primarily the
scikit-learnlibrary.
fit.py- A model training example to be run as an experiment. Generates the
model.pklfile that contains the fitted parameters of our model.
predict.py- A sample function to be deploye... | https://docs.cloudera.com/machine-learning/1.0/models/topics/ml-models-examples.html | 2021-01-16T05:15:57 | CC-MAIN-2021-04 | 1610703500028.5 | [array(['../images/ml-iris-create.png', None], dtype=object)] | docs.cloudera.com |
Configuration Properties¶
To use this connector, specify the name of the connector class in the
connector.class configuration property.
connector.class=io.confluent.connect.syslog.SyslogSourceConnector
Connector-specific configuration properties are described below.
Listener¶
syslog.port
The port to listen on.
- Type: ... | https://docs.confluent.io/5.3.1/connect/kafka-connect-syslog/syslog_source_connector_config.html | 2021-01-16T06:22:51 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.confluent.io |
How to Change Commit Message In Git
- Changing the Most Recent Commit Message
- Changing Multiple Commit Messages
- Force Pushing Local Changes to Remote
- The git add and git commit Commands
- The git push Command
Many programmers underestimate the role of the commit message, while it is very important for managing th... | https://www.w3docs.com/snippets/git/how-to-change-commit-message.html | 2021-01-16T05:15:02 | CC-MAIN-2021-04 | 1610703500028.5 | [] | www.w3docs.com |
GET /{environment}/searches/lists Description Query cached items in a list computed for in an environment-aware setup. Parameters Type Name Description Schema Path environment required The environment for which a request is made. string Query limit required The number of items to fetch. integer Query list_key required ... | https://docs.froomle.com/froomle-doc-main/reference/api_reference/search/operations/lists_with_env.html | 2021-01-16T04:55:15 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.froomle.com |
.
Microsoft Certifications
Microsoft Certifications give a professional advantage by providing globally recognized and industry-endorsed evidence of mastering skills in a digital and cloud businesses.
Benefits of certifications
Upon earning a certification, 67% of tech professionals say they had greater self-confidence... | https://docs.microsoft.com/en-us/learn/certifications/?q=%E5%A4%96%E6%8E%A8%E6%80%8E%E4%B9%88%E6%8E%A5%E5%8D%95q495455411%E5%8F%B6...crgnrp..w9j | 2021-01-16T07:23:45 | CC-MAIN-2021-04 | 1610703500028.5 | [array(['/en-us/learn/certifications/images/image-working-lady-laptop.jpg',
'Woman looking at a Microsoft Surface'], dtype=object)
array(['/en-us/learn/certifications/images/image-working-group.jpg',
'Man presenting to four people seated around a table'],
dtype=object) ... | docs.microsoft.com |
About this feature
The "message wall" is an efficient way for you to gather your audience's questions, comments, and thoughts during a presentation. It also has the added benefit of giving every member of the audience an equal chance at taking part in the debate.
How it works: Teacher view
Allowing questions, likes, an... | https://docs.wooclap.com/en/articles/1501778-can-the-audience-send-questions-messages-or-pictures | 2021-01-16T06:06:01 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.wooclap.com |
Postman
API Testing with postman
Postman
To test API endpoints the tool postman enables easy configuration and setup of various HTTP requests, read more about postman here.
Authentication
Several of the exposed APIs requires various cookies, for instance authentication and gitea information. To be able to do requests a... | http://docs.altinn.studio/teknologi/altinnstudio/development/handbook/test/postman/ | 2021-01-16T05:51:35 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.altinn.studio |
Train the Model
This topic shows you how to run experiments and develop a model
using the
fit.py file.
The
fit.py script tracks metrics, mean squared error
(MSE) and R2, to help compare the results of different
experiments. It also writes the fitted model to a
model.pkl file.
- Navigate to the Iris project's page.
-klf... | https://docs.cloudera.com/machine-learning/1.0/models/topics/ml-train-the-model.html | 2021-01-16T06:11:23 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.cloudera.com |
What is RPi.GPIO
RPi.GPIO is a Python Library which use to control GPIO on Raspberry Pi.This is a control library developed on the basis of wiringPi. The bottom layer also uses The C Program, the difference is that the upper control uses The Python Program.Now we transplant RPi.GPIO to VIMs.You can control the 40 pin h... | https://docs.khadas.com/vim1/HowToUseRPiGPIO.html | 2021-01-16T05:25:39 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.khadas.com |
Armor Knowledge Base / Armor Anywhere / Virtual Machines
Create a Cloud Connection for AWS Security Hub
Topics Discussed
To fully use this feature, you must have the following permissions in your account:
- Read Cloud Connections
- Write Cloud Connections
You can use these instructions to sync your AWS account with you... | https://docs.armor.com/display/KBSS/Create+a+Cloud+Connection+for+AWS+Security+Hub.mobile.phone | 2021-01-16T06:26:36 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.armor.com |
# Rosters & Transfers
# Player Pool
The Player Pool is the area of each team where players invited to the team are listed publically. Players within the Player Pool that are not on the Active Roster are counted as Mercenaries (see the Mercenaries page on the sidebar).
# Active Roster
The Active Roster contains each and... | https://docs.rsl.tf/league/rules/rosters-and-transfers.html | 2021-01-16T06:00:41 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.rsl.tf |
Getting Started¶
Intended audience: beginners, all, Programming language: all
In this section we will guide you step-by-step to help you getting started with Tango-Controls.
We assume that Tango-Controls has been already installed in your environment. Otherwise, if you have to install Tango-Controls on your own, please... | https://tango-controls.readthedocs.io/en/latest/getting-started/index.html | 2021-01-16T04:52:33 | CC-MAIN-2021-04 | 1610703500028.5 | [] | tango-controls.readthedocs.io |
What was decided upon? (e.g. what has been updated or changed?) Drop down menu will limit search by scope (all resources, library catalog, articles, course reserves, Worldcat)
Why was this decided? (e.g. explain why this decision was reached. It may help to explain the way a procedure used to be handled pre-Alma) 61.7%... | https://docs.library.vanderbilt.edu/2018/10/10/option-of-drop-down-menu-in-search-box/ | 2021-01-16T06:47:12 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.library.vanderbilt.edu |
Face detection with Computer Vision
Computer Vision can detect human faces within an image and generate the age, gender, and rectangle for each detected face.
Note
This feature is also offered by the Azure Face service. See this alternative for more detailed face analysis, including face identification and pose detecti... | https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-detecting-faces | 2021-01-16T07:07:52 | CC-MAIN-2021-04 | 1610703500028.5 | [array(['images/woman_roof_face.png', 'Vision Analyze Woman Roof Face'],
dtype=object)
array(['images/family_photo_face.png', 'Vision Analyze Family Photo Face'],
dtype=object) ] | docs.microsoft.com |
Backup Service
The Backup Service provides automatic scheduled backup, manual backup, and manual restore of DSE cluster data.
The OpsCenter Backup Service allows scheduling an automatic backup or running a manual backup of DSE cluster data. A backup is a snapshot of all on-disk data files (SSTable files) stored in the ... | https://docs.datastax.com/en/opscenter/6.7/opsc/online_help/services/opscBackupService.html | 2021-01-16T06:36:40 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.datastax.com |
EditorFileSystem¶
Resource filesystem, as the editor sees it.
Description¶
This object holds information of all resources in the filesystem, their types, etc.
Note: This class shouldn't be instantiated directly. Instead, access the singleton using EditorInterface.get_resource_filesystem.
Signals¶
- filesystem_changed (... | https://docs.godotengine.org/ko/stable/classes/class_editorfilesystem.html | 2021-01-16T05:14:38 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.godotengine.org |
This documentation enables you to integrate with inteliver easily and using inteliver you can apply machine learning and A.I. algorimths on your data on-the-fly.
Chapter 1 Basics Apply A.I. and machine learning algorithms on your data on-the-fly.
Chapter 2 Getting Started Integrate with inteliver in less than a minute ... | https://docs.inteliver.com/ | 2021-01-16T06:39:26 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.inteliver.com |
What was decided upon? (e.g. what has been updated or changed?)
Current open recurring orders were divided by database and package for P2E migration form
Why was this decided? (e.g. explain why this decision was reached. It may help to explain the way a procedure used to be handled pre-Alma) To get the order assignment... | https://docs.library.vanderbilt.edu/2018/10/11/p2e-migration-form-recurring-orders/ | 2021-01-16T05:50:46 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.library.vanderbilt.edu |
Lync Mobile users cannot sign in after they update to client version 5.4
Symptoms
After Lync users update to the latest Microsoft Lync Mobile 2013 client (5.4), they cannot sign in, and they receive the following error message:
Can't verify the certificate from the server. Please contact your support team.
Additionally... | https://docs.microsoft.com/en-us/SkypeForBusiness/troubleshoot/server-sign-in/cannot-sign-in-mobile-client | 2021-01-16T06:44:24 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.microsoft.com |
Import Files
In MapStore it is possible to add map context files or vector files to a map. This operation can be performed by clicking on the Burger menu button
from the Menu Bar and by selecting the
option. Following these steps the import screen appears:
Here the user, in order to import a file, can drag and drop it ... | https://mapstore.readthedocs.io/en/latest/user-guide/import/ | 2021-01-16T05:29:05 | CC-MAIN-2021-04 | 1610703500028.5 | [array(['../img/import/import-screen.jpg', None], dtype=object)
array(['../img/import/export-import.gif', None], dtype=object)
array(['../img/import/wmc_import.gif', None], dtype=object)
array(['../img/import/add-vector.jpg', None], dtype=object)
array(['../img/import/local-files-added.jpg', None], dtype=object)] | mapstore.readthedocs.io |
Text Editor Toolbar
With the Text Editor Toolbar it is possible to customize the text by modifying the following aspects:
Font to choose the text font (Inherit, Arial, Georgia, Impact, Tahoma, Time New Roman, Verdana)
Block Type by choosing between the available ones (Normal, H1, H2, H3, H4, H5, H6, Blockquote, Code)
T... | https://mapstore.readthedocs.io/en/latest/user-guide/text-editor-toolbar/ | 2021-01-16T05:14:09 | CC-MAIN-2021-04 | 1610703500028.5 | [array(['../img/text-editor-toolbar/text-editor-toolbar.jpg', None],
dtype=object)
array(['../img/text-editor-toolbar/hyperlink_menu.jpg', None],
dtype=object) ] | mapstore.readthedocs.io |
Installation / Webserver / NGINX Configuration
Note: You are currently reading the documentation for Bolt 3.6. Looking for the documentation for Bolt 4.0 instead?
NGINX is a high-performance web server that is capable of serving thousands of request while using fewer resources than other servers like Apache.
Unlike Apa... | https://docs.bolt.cm/3.6/installation/webserver/nginx | 2021-01-16T05:11:09 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.bolt.cm |
Free Training & Support button (top dashboard).
You can also select this option from the main customer landing page.
This will allow you to schedule a training session with one of our knowledgeable Educational staff members.
Click on Book A Call With Us (using the arrow button).
Select a Date from the available Calenda... | https://docs.flowz.com/doc-78.html | 2021-01-16T05:59:54 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.flowz.com |
Contact Support
For contact information, see the main Support contact page.
For detailed information about working with Splunk Support, see Working with Support and the Support Portal...! | https://docs.splunk.com/Documentation/Splunk/6.6.1/Troubleshooting/ContactSplunkSupport | 2021-01-16T06:53:49 | CC-MAIN-2021-04 | 1610703500028.5 | [array(['/skins/OxfordComma/images/acrobat-logo.png', 'Acrobat logo'],
dtype=object) ] | docs.splunk.com |
Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
Using the Confluent REST Proxy Confluent REST Proxy Security Plugins is:
<path-to-confluent>/share/java/kafka-rest/confluent-security-plugins-common-<version>.jar <path-to-confluent>/share/java/kafka-rest/con... | https://docs.confluent.io/5.0.0/confluent-security-plugins/kafka-rest/quickstart.html | 2021-01-16T06:11:13 | CC-MAIN-2021-04 | 1610703500028.5 | [] | docs.confluent.io |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.