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 |
|---|---|---|---|---|---|---|
_bugdown, that is used to check whether a message
contains any syntax that needs to be rendered to HTML on the backend.
If
markdown.contains_bugdown returns true, the frontend simply won’t
echo the message for the sender until it receives the rendered HTML
from the backend. If there is a bug where
markdown.contains_bug... | http://zulip.readthedocs.io/en/1.6.0/markdown.html | 2017-11-18T00:56:28 | CC-MAIN-2017-47 | 1510934804125.49 | [array(['', None], dtype=object)] | zulip.readthedocs.io |
Changes related to "Help35:Glossary"
← Help35:Glossary:16(Page translation log) MATsxm (Talk | contribs) marked Search Engine Friendly URLs for translation
23 April 2016
m 03:33Help35:Content Article Manager (diff; hist; +15) Dw1Rianto
| https://docs.joomla.org/Special:RecentChangesLinked/Help33:Glossary | 2016-04-29T06:54:08 | CC-MAIN-2016-18 | 1461860110764.59 | [array(['/extensions/CleanChanges/images/Arr_r.png', None], dtype=object)
array(['/extensions/CleanChanges/images/Arr_d.png', 'Hide details -'],
dtype=object)
array(['/extensions/CleanChanges/images/Arr_r.png', None], dtype=object)
array(['/extensions/CleanChanges/images/Arr_d.png', 'Hide details -'],
... | docs.joomla.org |
The multiple data centers HA configuration ensures availability across geographically-distributed and redundant Jive platforms as an active/passive configuration. Note that you cannot have Jive running in multiple data centers simultaneously.
As an example, here is how a multiple data center HA configuration might look... | https://docs.jivesoftware.com/jive/6.0/community_admin/topic/com.jivesoftware.help.sbs.online_6.0/admin/HADesigningaMultipleConfig.html | 2016-04-29T06:01:04 | CC-MAIN-2016-18 | 1461860110764.59 | [] | docs.jivesoftware.com |
Changes related to "Help35:Extensions Module Manager Language Switcher"
← Help35:Extensions Module Manager Language Switcher
This is a list of changes made recently to pages linked from a specified page (or to members of a specified category). Pages on your watchlist are bold.
27 April 2016
20:19Chunk30:Help-3x-module-... | https://docs.joomla.org/index.php?title=Special:RecentChangesLinked&from=20140404163033&target=Help32%3AExtensions_Module_Manager_Language_Switcher | 2016-04-29T06:54:50 | CC-MAIN-2016-18 | 1461860110764.59 | [array(['/extensions/CleanChanges/images/Arr_.png', None], dtype=object)
array(['/extensions/CleanChanges/images/showuserlinks.png',
'Show user links Show user links'], dtype=object)
array(['/extensions/CleanChanges/images/Arr_.png', None], dtype=object)
array(['/extensions/CleanChanges/images/showuserlinks.... | docs.joomla.org |
Revision history of "JSessionStorageEaccelerator/1.5"/1.5 (cleaning up content namespace and removing duplicated API references) | https://docs.joomla.org/index.php?title=JSessionStorageEaccelerator/1.5&action=history | 2016-04-29T07:39:52 | CC-MAIN-2016-18 | 1461860110764.59 | [] | docs.joomla.org |
Difference between revisions of "Moving sensitive files outside the web root"
From Joomla! Documentation
Revision as of 00:10, 13 December 2009
This Phild (talk| contribs) 6 years ago. (Purge)
Moving sensitive files outside the public_html it's own directory outside of public_html to contain it's configuration.php file... | https://docs.joomla.org/index.php?title=Moving_sensitive_files_outside_the_web_root&diff=20729&oldid=20728 | 2016-04-29T06:50:35 | CC-MAIN-2016-18 | 1461860110764.59 | [] | docs.joomla.org |
Information for "Tags-not-installed-in-3.1.0" Basic information Display titleTalk:Tags-not-installed-in-3.1.0 Default sort keyTags-not-installed-in-3.1.0 Page length (in bytes)48 Page ID287lin (Talk | contribs) Date of page creation05:49, 27 April 2013 Latest editorElin (Talk | contribs) Date of latest edit05:49, 27 Ap... | https://docs.joomla.org/index.php?title=Talk:Tags-not-installed-in-3.1.0&action=info | 2016-04-29T07:34:32 | CC-MAIN-2016-18 | 1461860110764.59 | [] | docs.joomla.org |
JFTP::pwd::pwd
Description
Method to retrieve the current working directory on the FTP server.
Description:JFTP::pwd [Edit Descripton]
public function pwd ()
- Returns string Current working directory
- Defined on line 356 of libraries/joomla/client/
See also
JFTP::pwd source code on BitBucket
Class JFTP
Subpackage Cli... | https://docs.joomla.org/index.php?title=JFTP::pwd/11.1&oldid=56782 | 2016-04-29T07:38:47 | CC-MAIN-2016-18 | 1461860110764.59 | [] | docs.joomla.org |
Graphics.ClearRect
From Xojo Documentation
Method
Graphics.ClearRect(X As Double, Y As Double, Width As Double, Height As Double)
Supported for all project types and targets.
Supported for all project types and targets.
Clears the rectangle described by the parameters passed by filling it with the background color of t... | http://docs.xojo.com/index.php?title=Graphics.ClearRect&oldid=72281 | 2022-05-16T21:04:24 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.xojo.com |
Windows Installation Guide¶
Supported versions¶
Warning
- Running Genymotion Desktop in a virtual machine (VirtualBox, VMWare, Parallels, Hyper-V or VirtualPC) is not supported. For more details, please refer to Can I run Genymotion Desktop in a virtual machine?
- Running Genymotion Desktop on Windows Server editions i... | https://docs.genymotion.com/desktop/Get_started/011_Windows_install/ | 2022-05-16T22:14:42 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.genymotion.com |
RayCast¶
Inherits: Spatial < Node < Object
Query the closest object intersecting a ray.
Description¶
A RayCast represents a line from its origin to its destination position,
cast_to. It is used to query the 3D space in order to find the closest object along the path of the ray.
RayCast can ignore some objects by adding... | https://docs.godotengine.org/en/3.4/classes/class_raycast.html | 2022-05-16T22:32:18 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.godotengine.org |
# Patching Dependencies
Only Available in MetaMask Flask
Snaps is only available in MetaMask Flask (opens new window).
A problem that may arise as you develop your snap is that some dependencies make use of APIs that aren't available in the snaps execution environment. To work around this, we firstly recommend that you... | https://docs.metamask.io/guide/snaps-patching-dependencies.html | 2022-05-16T22:35:29 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.metamask.io |
Attestation
Depending on the security requirements for your application, you may need to use attestation to do business.
Attestation is a method for software to prove its identity during normal operations. The goal of attestation is to prove to a remote party that your operating system and application software are inta... | https://docs.pega.com/security/85/attestation | 2022-05-16T22:28:06 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.pega.com |
Quickstart
Tip
If you're want to quickly see what Contember can do, check out our Headless CMS template. It's the easiest way to try out what Contember can do in minutes.
Create new project with Contember
In this tutorial we will show you how to setup both Contember Engine and Contember Admin to create your first proje... | https://docs.contember.com/intro/quickstart/ | 2022-05-16T21:03:09 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.contember.com |
High CPU usage by opscenterd
Increasing the nodelist polling period or setting a sleep delay can reduce excessive CPU usage when starting or running opscenterd.
Increasing the nodelist polling period or setting a sleep delay can reduce excessive CPU usage when starting or running opscenterd. In some environments, you m... | https://docs.datastax.com/en/dse-trblshoot/doc/troubleshooting/opsc/highCPUusageOpscenterd.html | 2022-05-16T21:28:22 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.datastax.com |
How to Report A Bug
Warning Against Accidental Vulnerability Disclosure
You may not realize it, but your bug could be a security issue. Please review our Security Policy to determine if your bug is a security issue before you create a public ticket on GitHub issues.
GitHub Issues are public reports and security issues ... | https://docs.clamav.net/manual/Usage/ReportABug.html | 2022-05-16T21:51:44 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.clamav.net |
Introduction
Grenadine lets you print badges for your attendees, speakers, and anyone else who needs one at your event. Grenadine supports a variety of badge formats from different manufacturers. The most common badge size is an Avery 5392 Nametag Insert Refill which measures 3” x 4”.
Printing a badge within Grenadine ... | https://docs.grenadine.co/badges.html | 2022-05-16T22:59:33 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.grenadine.co |
debops.mosquitto¶
Mosquitto is an open source Message Queue Telemetry Transport (MQTT) broker used in the Internet of Things paradigm.
The
debops.mosquitto Ansible role can be used to install and configure
Mosquitto on Debian/Ubuntu hosts. The role can use other DebOps roles to manage
firewall access to Mosquitto, publ... | https://docs.debops.org/en/stable-3.0/ansible/roles/mosquitto/index.html | 2022-05-16T21:23:35 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.debops.org |
Notification emails sent by GitLab can be signed with S/MIME for improved security.
Be aware that S/MIME certificates and TLS/SSL certificates are not the same and are used for different purposes: TLS creates a secure channel, whereas S/MIME signs and/or encrypts the message itself
Enable S/MIME signing
This setting mu... | https://docs.gitlab.com/ee/administration/smime_signing_email.html | 2022-05-16T21:55:47 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.gitlab.com |
Analytics for knowledge articles and search terms
Business value
Knowledge authors must keep their knowledge bases relevant, accurate, and easy to access from different channels. By leveraging the built-in, historical view of knowledge article usage and other related metrics, knowledge authors and managers can understa... | https://docs.microsoft.com/en-us/dynamics365-release-plan/2022wave1/service/dynamics365-customer-service/analytics-knowledge-articles-search-terms?WT.mc_id=BA-MVP-5003431 | 2022-05-16T23:29:57 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.microsoft.com |
Twist#
You can use these credentials to authenticate the following nodes with Twist.
Prerequisites#
Using OAuth#
Callback URL with Twist
Note: The Redirect URL should be a URL in your domain. For example,
Twist doesn't accept the localhost callback URL. Refer to the FAQs to learn to configure the credentials for the l... | https://docs.n8n.io/integrations/credentials/twist/ | 2022-05-16T22:40:40 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.n8n.io |
Policy settings¶
You can change policy settings to affect when 0install looks for updates and which versions it prefers.
The first part shows how to set policy settings that apply to all applications of the current user. The last section shows how to change per-application settings. Policy affects which versions 0insta... | https://docs.0install.net/details/policy-settings/ | 2022-05-16T21:29:25 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.0install.net |
AI-generated conversation summary sets context for Teams-based collaboration
Important
Some of the functionality described in this release plan has not been released. Delivery timelines may change and projected functionality may not be released (see Microsoft policy). Learn more: What's new and planned
Business value
R... | https://docs.microsoft.com/en-us/dynamics365-release-plan/2022wave1/service/dynamics365-customer-service/ai-generated-conversation-summary-set-context-teams-based-collaboration?WT.mc_id=BA-MVP-5003431 | 2022-05-16T23:05:55 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.microsoft.com |
Rolling back hotfixes from the user interface
If an uncommitted hotfix introduces unwanted changes to your system, you can remove it by rolling it back.
- In Dev Studio, click.
- In the Hotfix Details area, click the Uncommitted tab.
- Click Rollback All.
- Click Yes.
Previous topic Rolling back hotfixes Next topic Rol... | https://docs.pega.com/keeping-current-pega/85/rolling-back-hotfixes-user-interface | 2022-05-16T22:21:24 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.pega.com |
candidates, and still need have the content type requested (via file extension, parameter,
or
Accept header, described above).
logger
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, isContextRequired, setServletContext
getApplicationContext, getMes... | https://docs.spring.io/spring-framework/docs/5.2.10.RELEASE/javadoc-api/org/springframework/web/servlet/view/ContentNegotiatingViewResolver.html | 2022-05-16T23:16:46 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.spring.io |
Date: Mon, 16 May 2022 22:25:09 +0000 (GMT) Message-ID: <1403090571.20716.1652739909179@c7585db71e40> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_20715_1023082284.1652739909179" ------=_Part_20715_1023082284.1652739909179 Content-Type: text/html; charset=UTF... | https://docs.trifacta.com/exportword?pageId=118229156 | 2022-05-16T22:25:09 | CC-MAIN-2022-21 | 1652662512249.16 | [] | docs.trifacta.com |
This document describes the kinds of rules that apply to documents.
The document path rule controls the folder that the document is created in.
All named ranges and cells are displayed in the Named Ranges window. Current values of any named ranges will be restored in the new document unless a rule is applied.
Portable. | http://docs.driveworkspro.com/Topic/DocumentRulesWordDocument | 2018-06-17T21:48:39 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.driveworkspro.com |
When DriveWorks Autopilot is used to round trip through SOLIDWORKS to produce 3D content in a 3D Preview control please use this checklist to ensure everything is set correctly.
DriveWorks 3D Preview takes the first active model it finds in your model rules. It looks in model rules from the bottom up until it finds a v... | http://docs.driveworkspro.com/Topic/HowToTroubleshootAutopilot3DPreview | 2018-06-17T21:48:58 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.driveworkspro.com |
Using Blog Options
Goto
Goto Dashboard => Appearance => Customize => Curtains.
- Click
Save & Publishwhen you're done with settings
Curtains Pro.
- This option let you to display post's
Author Biodatain single post view.
- This option let you to display
Social Sharing Iconsin single post view.
- Lets you to show
Relate... | http://docs.webulous.in/curtains-free/theme-options/blog.php | 2018-06-17T21:56:41 | CC-MAIN-2018-26 | 1529267859817.15 | [array(['http://docs.webulous.in/curtains-free/images/theme-options/blog.png',
None], dtype=object) ] | docs.webulous.in |
Using Recent Work Widget With Page Builder
After learning How to use Page Builder, you're now ready to add widgets.
Recent Work Widget is used to display your portfolio anywhere in your site, like
To use Recent Work Widget, choose Recent Work widget from the popup window when you click on
Add Widget button from page bu... | http://docs.webulous.in/waves-pro/widgets/recent-work.php | 2018-06-17T21:56:25 | CC-MAIN-2018-26 | 1529267859817.15 | [array(['http://docs.webulous.in/waves-pro/images/widget/recent-work-isotope.png',
None], dtype=object)
array(['http://docs.webulous.in/waves-pro/images/widget/recent-work-carousel.png',
None], dtype=object)
array(['http://docs.webulous.in/waves-pro/images/recent-work-widget.png',
None], dtype... | docs.webulous.in |
Tagged timeline
Use
Filter a network over time using years defined in the tag field.
Note: If you include timeline data using the tag field, this controls provides clickable dates that can be used to filter the map. We recommend using years to define when an element/connection was present. You can supply multiple years... | https://docs.kumu.io/guides/controls/tagged-timeline-control.html | 2018-06-17T22:18:25 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.kumu.io |
Error getting tags :
error 404Error getting tags :
error 404
set the bottomRight of scrollbar "Master" to 400,200
set the bottomRight of field "Follower" to the mouseLoc
Use the bottomRight property to change the placement of a control or window.
Value:
The bottomRight of an object is any expression that evaluates to a... | http://docs.runrev.com/Property/bottomRight | 2018-06-17T21:50:32 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.runrev.com |
California Public Utilities Commission
505 Van Ness Ave., San Francisco
______________________________________________________________________________FOR IMMEDIATE RELEASE PRESS RELEASE
Contact: Terrie Prosper, 415.703.1366, news@cpuc.ca.gov Docket #: I.10-02-003
CPUC FINES TELCO COMPANY OVER CRAMMING VIOLATIONS
San Fr... | http://docs.cpuc.ca.gov/PUBLISHED/NEWS_RELEASE/134754.htm | 2017-04-23T09:59:18 | CC-MAIN-2017-17 | 1492917118519.29 | [] | docs.cpuc.ca.gov |
Sharing
Overview
Sharing is a feature that allowes to share a chart made with AnyChart component to your page in a social network like Facebook, Pinterest and else. This article describes the settings and methods necessary for sharing activation, adjusting and using.
There are two ways how to share a chart. First one i... | https://docs.anychart.com/Common_Settings/Sharing | 2017-04-23T10:01:08 | CC-MAIN-2017-17 | 1492917118519.29 | [] | docs.anychart.com |
Registering a New Domain
When you want to register a new domain using the Amazon Route 53 console, perform the following procedure.
Important
When you register a domain with Amazon Route 53, we automatically create a hosted zone for the domain to make it easier for you to use Amazon Route 53 as the DNS service provider... | https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-register.html | 2017-04-23T09:52:03 | CC-MAIN-2017-17 | 1492917118519.29 | [] | docs.aws.amazon.com |
Migrating Mule 2.x CE to EE
If you are a Mule Community user and want to use the Mule Enterprise Edition, follow these steps to start using the Enterprise Edition.
Make a backup of your existing Mule Community directory.
Install
mule-<version>-EEinto a new directory (see Installing Mule). Do not overwrite your existing... | https://docs.mulesoft.com/release-notes/migrating-mule-2.x-ce-to-ee | 2017-04-23T09:53:16 | CC-MAIN-2017-17 | 1492917118519.29 | [] | docs.mulesoft.com |
Text height determines the size in drawing units of the letters in the font you are using.
The exception is TrueType fonts: the value usually represents the size of the uppercase letters.
If you specify a fixed height as part of a text style, the Height prompt is bypassed when you create single-line text. When the heig... | http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/files/WS1a9193826455f5ffa23ce210c4a30acaf-642e.htm | 2017-04-23T10:01:29 | CC-MAIN-2017-17 | 1492917118519.29 | [] | docs.autodesk.com |
Exports
Overview
AnyChart provides you with ability to export charts to images (SVG, PNG, JPG), PDF or data files (CSV, Excel). These options are available both via Context menu and API. Every export has some fine tune options, including an ability to change file name. There is also a special option to save chart confi... | https://docs.anychart.com/Common_Settings/Exports | 2017-04-23T09:56:40 | CC-MAIN-2017-17 | 1492917118519.29 | [] | docs.anychart.com |
Checking for Annotations¶
To check for a single or all functions in your IDB, you can use the right click menu in the IDA View window. Simply right click anywhere in the IDA View window and select Check FIRST for this function or Query FIRST for all function matches.
FIRST’s IDA Integration Right Click Menu
The dialog ... | http://first-plugin-ida.readthedocs.io/en/latest/checking.html | 2017-04-23T09:56:05 | CC-MAIN-2017-17 | 1492917118519.29 | [array(['_images/ida_view_right_click_popup.gif',
"FIRST's IDA Integration Right Click Menu"], dtype=object)
array(['_images/check_single_function.gif',
'Query FIRST for Single Function'], dtype=object)
array(['_images/check_all_functions.gif', 'Query FIRST for All Functions'],
dtype=object) ... | first-plugin-ida.readthedocs.io |
xdmp.toJsonString( $item as ValueIterator ) as String
Returns a string representing a JSON serialization of a given item sequence.
XML nodes are serialized to JSON strings.
JSON has no serialization for infinity, not a number, and negative 0, therefore if you try and serialize INF, -INF, NaN, or -0 as JSON, an exceptio... | http://docs.marklogic.com/xdmp.toJsonString | 2017-04-23T10:00:42 | CC-MAIN-2017-17 | 1492917118519.29 | [array(['/images/i_speechbubble.png', None], dtype=object)] | docs.marklogic.com |
Package-Aware Print Drivers
Package-aware print drivers have entries in their INF files that support point and print with packages. These entries, which make it possible for point and print to accommodate print driver dependencies on other files, can be minor and depend on the nature of the driver package.
If the files... | https://docs.microsoft.com/en-us/windows-hardware/drivers/print/package-aware-print-drivers?f=255 | 2019-04-18T16:58:26 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.microsoft.com |
Let’s assume you have a cluster installation and you want to include a component in your installation which doesn’t support the cluster mode yet. If you put it on all nodes as a separate instances they will work out of sync and overall functionality might be useless. If you put on one node only it will work correctly b... | https://docs.tigase.net/tigase-server/7.1.5/Administration_Guide/webhelp/virtualComponents.html | 2019-04-18T16:26:14 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.tigase.net |
CI/CD for microservices architectures
Faster release cycles are one of the major advantages of microservices architectures. But without a good CI/CD process, you won't achieve the agility that microservices promise. This article describes the challenges and recommends some approaches to the problem.
What is CI/CD?
When... | https://docs.microsoft.com/en-us/azure/architecture/microservices/ci-cd | 2019-04-18T16:47:15 | CC-MAIN-2019-18 | 1555578517745.15 | [array(['images/cicd-monolith.png', 'Diagram of a CI/CD monolith'],
dtype=object) ] | docs.microsoft.com |
Suspend-Mailbox
Database Copy
Use the Suspend-MailboxDatabaseCopy cmdlet to block replication and replay activities (log copying and replay) or activation for a database configured with two or more database copies.
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax ().
Synt... | https://docs.microsoft.com/en-us/powershell/module/exchange/database-availability-groups/Suspend-MailboxDatabaseCopy?view=exchange-ps | 2019-04-18T16:56:13 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.microsoft.com |
Note
Input to an Input Method Editor (IME) is not supported for creating an action recording because an action recording cannot aggregate actions into a single action. (An IME is a program that allows computer users to enter complex characters and symbols, such as Japanese characters, using a standard keyboard.)
The f... | https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2012/dd286647(v=vs.110) | 2019-04-18T17:00:18 | CC-MAIN-2019-18 | 1555578517745.15 | [array(['images/hh698492.runtest%28vs.110%29.png',
'Selecting test to run in Microsoft Test Manager Selecting test to run in Microsoft Test Manager'],
dtype=object)
array(['images/dd286647.how_actrecord%28vs.110%29.png',
'Creating an action recording in Test Runner Creating an action recording i... | docs.microsoft.com |
Ticket #1620 (closed defect: community)
Show times for SMS
Description.
Change History
Note: See TracTickets for help on using tickets. | https://docs.openmoko.org/trac/ticket/1620 | 2019-04-18T16:55:39 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.openmoko.org |
Starting Up and Shutting Down Your System
Determine the proper startup and shutdown procedures, and write your startup and shutdown scripts..
The
DISCONNECT_WAIT default is 10000 milliseconds.
To change it, set this system property on the Java command line used for member startup. For example:
gfsh>start server --J=-DD... | https://gemfire.docs.pivotal.io/95/geode/configuring/running/starting_up_shutting_down.html | 2019-04-18T16:59:55 | CC-MAIN-2019-18 | 1555578517745.15 | [] | gemfire.docs.pivotal.io |
Message-ID: <1728607787.7078.1555607527661.JavaMail.root@docs.chaosgroup.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_7077_174451907.1555607527659" ------=_Part_7077_174451907.1555607527659 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding... | https://docs.chaosgroup.com/exportword?pageId=38573556 | 2019-04-18T17:12:08 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.chaosgroup.com |
When dbForge Event Profiler for SQL Server:
Tip: Use Set Value To menu to quickly set an empty string, zero, or a current date.
To add a new record, select the Append option on the shortcut menu or click the Append button under the grid.
To delete a record from the grid, select the Delete option on the shortcut menu or... | https://docs.devart.com/event-profiler-for-sql-server/working-with-data-in-data-editor/editing-data-in-grid/editing-data-in-grid-overview.html | 2019-04-18T16:30:02 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.devart.com |
News Search API v5 reference
Note
A new version of this API is available. See Bing News Search API v7. For information about upgrading, see the upgrade guide.
The News Search API lets you send a search query to Bing and get back a list of relevant news articles. This section provides technical details about the query p... | https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-news-api-v5-reference | 2019-04-18T17:03:38 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.microsoft.com |
All Files Displaying Xsheet Thumbnails When there are a large number of columns in the exposure sheet, it's not easy to quickly identify a particular column. Displaying the column thumbnails makes this easier. This option displays a small thumbnail picture of the current frame below the column header. How to display th... | https://docs.toonboom.com/help/harmony-15/advanced/timing/display-xsheet-thumbnail.html | 2019-04-18T16:23:29 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.toonboom.com |
You.
The host treats USB CD/DVD-ROM devices as SCSI devices. Hot adding and removing these devices is not supported.
Prerequisites.
Verify that the current version of your ESXi host is 6.0 or later for adding eight virtual xHCI controller to the ESXi host.
Procedure
What to do next
You can now add the device to the vir... | https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.vm_admin.doc/GUID-507F65CD-E855-4527-B076-567F27C98A29.html | 2019-04-18T16:21:52 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.vmware.com |
By using the MAC traffic qualifier in a rule, you can define matching criteria for the Layer 2 (Data Link Layer) properties of packets such as MAC address, VLAN ID, and next level protocol that consumes the frame payload.
Protocol Type
The Protocol type attribute of the MAC traffic qualifier corresponds to the EtherTyp... | https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.networking.doc/GUID-B8B8769C-EE4E-4BB1-9A8D-3DD0D9776E4B.html | 2019-04-18T16:45:59 | CC-MAIN-2019-18 | 1555578517745.15 | [] | docs.vmware.com |
(cPanel >> Home >> Metrics >> Analog Stats)
The Analog Stats interface allows you to access data from the Analog traffic statistics software. Analog compiles traffic statistics for your domain, and organizes the data by month so that it is easy for you to manage and interpret. The software also presents the data for ea... | https://docs.cpanel.net/pages/viewpage.action?pageId=4789012 | 2019-05-19T13:13:58 | CC-MAIN-2019-22 | 1558232254882.18 | [] | docs.cpanel.net |
Note
This documentation is for the new OMERO 5.2 version. See the latest OMERO 5.1.x version or the previous versions page to find documentation for the OMERO version you are using if you have not upgraded yet.
To unify the various components of OMERO, OMERO.grid was developed to monitor and control processes over nume... | https://docs.openmicroscopy.org/omero/5.2.2/sysadmins/grid.html | 2019-05-19T13:16:19 | CC-MAIN-2019-22 | 1558232254882.18 | [] | docs.openmicroscopy.org |
Message-ID: <1116914816.3709.1558271227073.JavaMail.appcf@pljdox.stsci.edu> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_3708_1830266148.1558271227071" ------=_Part_3708_1830266148.1558271227071 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding... | https://jwst-docs.stsci.edu/exportword?pageId=43552790 | 2019-05-19T13:07:07 | CC-MAIN-2019-22 | 1558232254882.18 | [] | jwst-docs.stsci.edu |
Cocos Creator v2.0 Upgrade Guide
1 Overview
Cocos Creator v2.0 is the result of a large-scale under the hood refactoring plus two months of stability testing. This article will assist v1.x users in upgrading to v2.0.
In general, the core goals of the Cocos Creator v2.0 design were twofold:
- Significantly improve the e... | https://docs.cocos.com/creator/manual/en/release-notes/upgrade-guide-v2.0.html | 2019-05-19T13:27:06 | CC-MAIN-2019-22 | 1558232254882.18 | [array(['upgrade-guide-v2.0/texture.png', 'Texture Inspector'],
dtype=object)
array(['upgrade-guide-v2.0/spine-border.png',
"Spine's strange white edges at the bone seams"], dtype=object)
array(['upgrade-guide-v2.0/render-component.png',
"TiledLayer's Mixed Mode Settings"], dtype=object)
array... | docs.cocos.com |
Using Offline Maps¶
Collect's Location widgets can be configured to display different maps. To use online maps, set the mapping engine and basemap in User Interface Settings. Users will need to be online to load questions with maps.
Offline maps are useful for low-connectivity environments or to present custom geospati... | https://docs.opendatakit.org/collect-offline-maps/ | 2019-05-19T12:24:23 | CC-MAIN-2019-22 | 1558232254882.18 | [] | docs.opendatakit.org |
Managing Email Issues¶
Sometimes emails can become blocked in the mail system. There are a number of reasons why this may happen. It could be a full mailbox, incorrect email address, or other issues. If the member's email is on the blocked list ClubRunner will not send emails or bulletins to that member.
How do I find ... | http://docs.clubrunnersupport.com/bulletin/send-and-archive/managing-email-issues/ | 2017-05-22T23:11:49 | CC-MAIN-2017-22 | 1495463607242.32 | [array(['../../img/Bulletin/send-and-archive/communications-tab_blocked-emails.png',
'communications tab'], dtype=object)
array(['../../img/Bulletin/send-and-archive/communications-tab_blocked-emails.png',
'Manage Blocked emails link'], dtype=object)
array(['../../img/Bulletin/send-and-archive/email-i... | docs.clubrunnersupport.com |
Contains the name and value of a parameter used by the Execute method.
Syntax
<Parameters> ... <Parameter> <Name>...</Name> <Value>...</Value> </Parameter> ... </Parameters>
Element Characteristics
Element Relationships
Remarks
Some XML for Analysis (XMLA) commands, such as the Process command, can require additional i... | https://docs.microsoft.com/en-us/sql/analysis-services/xmla/xml-elements-properties/parameter-element-xmla | 2017-05-23T00:16:48 | CC-MAIN-2017-22 | 1495463607242.32 | [] | docs.microsoft.com |
Durability refers to the ability of a database to withstand — or recover from — unexpected events. VoltDB has several features that increase the durability of the database, including K-Safety, snapshots, command logging, and database replication
K-Safety replicates partitions to provide redundancy as a protection again... | https://docs.voltdb.com/PlanningGuide/HwDurability.php | 2017-05-22T23:34:53 | CC-MAIN-2017-22 | 1495463607242.32 | [] | docs.voltdb.com |
Installation and setup using Puppet¶
The whole installation and setup process of Kallithea can be simplified by using Puppet and the rauch/kallithea Puppet module. This is especially useful for getting started quickly, without having to deal with all the Python specialities.
Note
The following instructions assume you a... | http://kallithea.readthedocs.io/en/stable/installation_puppet.html | 2017-05-22T23:12:41 | CC-MAIN-2017-22 | 1495463607242.32 | [] | kallithea.readthedocs.io |
Translation¶
Overview¶
In order to make a Django project translatable, you have to add a minimal number of hooks to your Python code and templates. These hooks are called translation strings. They tell Django: “This text should be translated into the end user’s language, if a translation for this text is available in t... | https://docs.djangoproject.com/en/1.9/topics/i18n/translation/ | 2017-05-22T23:17:14 | CC-MAIN-2017-22 | 1495463607242.32 | [] | docs.djangoproject.com |
Home > Journals > RR > Vol. 1 (2005) > Iss. 1
Article Title
Kevin Phillips. Wealth and democracy: a political history of the American rich. New York: Broadway Books, 2002
Abstract
Mr. Phillip’s book, Wealth and Democracy, stands as a continuation in many ways of his previous works considering the increasing divide betw... | http://docs.rwu.edu/rr/vol1/iss1/7/ | 2017-05-22T23:20:23 | CC-MAIN-2017-22 | 1495463607242.32 | [] | docs.rwu.edu |
Apple Push Notification Service
Production vs Development Apps in Urban Airship
When you create or edit an application record on our server, you must
select whether your app system is “In development, connecting to test
servers,” or “In production, connecting to real push servers.” Apple
treats the two servers separate... | https://docs.urbanairship.com/platform/push-providers/apns/ | 2017-05-22T23:18:02 | CC-MAIN-2017-22 | 1495463607242.32 | [array(['https://docs.urbanairship.com/images/app-ids.png', None],
dtype=object)
array(['https://docs.urbanairship.com/images/creating-app.png', None],
dtype=object)
array(['https://docs.urbanairship.com/images/app-id.png', None],
dtype=object) ] | docs.urbanairship.com |
Exec Transformation Service
Execute an external program, substituting the placeholder
%s in the given command line with the input value, and returning the output of the external program.
The external program must either be in the executable search path of the server process, or an absolute path can be used.
Example
Wit... | http://docs.openhab.org/addons/transformations/exec/readme.html | 2017-05-22T23:32:57 | CC-MAIN-2017-22 | 1495463607242.32 | [] | docs.openhab.org |
Supported picture file extensions
Your BlackBerry device is designed to support the following picture file formats.
- BMP
- JPG
- GIF
- PNG
- TIF
- WBMP
For information about media file extensions and codecs for your device, visit and click Smartphones > BlackBerry Smartphones > Supported Media.
Was this information he... | http://docs.blackberry.com/en/smartphone_users/deliverables/50757/mba1336581039661.jsp | 2015-07-28T08:34:38 | CC-MAIN-2015-32 | 1438042981753.21 | [] | docs.blackberry.com |
If you can't remember your password, the only way to change your password or regain access to your BlackBerry device is to delete all of your data by completing a security wipe.
Take care to remember your work space password, as it can't be reset or recovered. When you exceed the number of allowed attempts to enter you... | http://docs.blackberry.com/en/smartphone_users/deliverables/55418/als1341501033686.html | 2015-07-28T08:41:53 | CC-MAIN-2015-32 | 1438042981753.21 | [] | docs.blackberry.com |
Information for "JModel" Basic information Display titleAPI15:JModel Default sort keyJModel Page length (in bytes)1,600 Page ID6842 Page content languageEnglish (en) Page content modelwikitext Indexing by robotsAllowed Number of redirects to this page0 Counted as a content pageYes Number of subpages of this page12 (0 r... | https://docs.joomla.org/index.php?title=API15:JModel&action=info | 2015-07-28T09:50:00 | CC-MAIN-2015-32 | 1438042981753.21 | [] | docs.joomla.org |
Information for "PatTemplate Function Translate/call" Basic information Display titleAPI15:PatTemplate Function Translate/call Default sort keyPatTemplate Function Translate/call Page length (in bytes)1,660 Page ID80:59, 12 May 2013 Total number of edits2 Total number of distinct authors2 Recent number of edits (within... | https://docs.joomla.org/index.php?title=API15:PatTemplate_Function_Translate/call&action=info | 2015-07-28T09:28:21 | CC-MAIN-2015-32 | 1438042981753.21 | [] | docs.joomla.org |
Allow your subscribers to chat with you
- In your My Channels list, highlight a channel that you own.
- Press the
key > View Channel Info.
- Scroll left to the Settings section.
- In the Communication Options section, do one of the following:
- To allow your subscribers to contact you any time, click Always.
- To set u... | http://docs.blackberry.com/en/smartphone_users/deliverables/60444/mba1374759024917.jsp | 2015-07-28T08:26:17 | CC-MAIN-2015-32 | 1438042981753.21 | [] | docs.blackberry.com |
Enhanced Email Attachments
We have made the following enhancements to the email attachments in Local CRM:
- Increased limitation on the size of attachments from 12 MB to 20 MB.
- Ability to add email attachments already linked to the case or linked to the follow-ups while replying to or forwarding the email.
- Removed ... | https://docs.8x8.com/8x8WebHelp/VCC/release-notes/Content/8-1-6-release/EmailAttachmentsForwarding.htm | 2022-09-25T02:42:25 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.8x8.com |
Automatically generated integration/unit tests
The assumptions component allows you to easily sanity check your system, providing you with a diagnostic tool, ensuring that your system is functioning as it should. An assumption is basically an integration test, with one or more “assumptions” about your system, which if ... | https://docs.aista.com/documentation/magic/components/assumptions/ | 2022-09-25T01:23:26 | CC-MAIN-2022-40 | 1664030334332.96 | [array(['https://raw.githubusercontent.com/polterguy/polterguy.github.io/master/images/assumptions.jpg',
'Assumptions'], dtype=object)
array(['https://raw.githubusercontent.com/polterguy/polterguy.github.io/master/images/new-assumption.jpg',
'Creating an assumption'], dtype=object) ... | docs.aista.com |
How to perform an alternate emergency key rollover.
This is an alternate method for performing an emergency key rollover. For complete details on this task, refer to Managing DNSSEC key rollover and generation.
To perform an emergency rollover:
- From the configuration drop-down menu, select a configuration.
- From the... | https://docs.bluecatnetworks.com/r/Address-Manager-Administration-Guide/Alternate-emergency-key-rollover-method/9.2.0 | 2022-09-25T02:27:32 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.bluecatnetworks.com |
As part of the discovery process, Address Manager performs FQDN and DNS reverse lookups on discovered hosts in an attempt to associate a DNS name with an IP address. For the IP reconciliation and discovery engine to perform these lookups without issues, you need to specify DNS servers. You specify DNS servers at the gl... | https://docs.bluecatnetworks.com/r/Address-Manager-Administration-Guide/Specifying-DNS-servers-for-IP-address-discovery-and-reconciliation/9.2.0 | 2022-09-25T02:15:54 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.bluecatnetworks.com |
Google Cloud Storage (GCS)
On This Page
You can load data from files in your GCS bucket into a Destination database or data warehouse using Hevo Pipelines.: The format of the data file in the Source. Hevo supports the AVRO, CSV, JSON,, then, automatically creates these during ingestion. Default setting: Enabled. Refer ... | https://docs.hevodata.com/sources/dbfs/file-storage/google-cloud-storage-(gcs)/ | 2022-09-25T02:50:42 | CC-MAIN-2022-40 | 1664030334332.96 | [array(['https://res.cloudinary.com/hevo/image/upload/hevo-docs/CSVHeaders2982/csv-schema.png',
'Column headers generated by Hevo for CSV data'], dtype=object)
array(['https://res.cloudinary.com/hevo/image/upload/v1600844357/hevo-docs/CSVHeaders2982/csv-dest-record.png',
'Destination record with auto-g... | docs.hevodata.com |
Collect app usage data from users in JUCE applications. Send analytics events to Google Analytics using the analytics module.
Level: Intermediate
Platforms: Windows, macOS, Linux, iOS, Android
Classes: ThreadedAnalyticsDestination, ButtonTracker, WebInputStream, CriticalSection, CriticalSection::ScopedLockType
Download... | https://docs.juce.com/master/tutorial_analytics_collection.html | 2022-09-25T02:46:07 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.juce.com |
How do hours in activities from an offer show in Moment's capacity overview?
Moment's powerful offer modules gives the possibility to send offers to customers that include custom "packages" of working hours attached to either tasks or activities (phases). Understanding the way in which those packages of activities can... | https://docs.moment.team/help/offers/how-do-hours-in-activities-from-an-offer-show-in-moments-capacity-overview | 2022-09-25T02:40:37 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.moment.team |
This guide walks through integration with react-native-video to collect video performance metrics with Mux Data.
Features
The features supported by Mux Data for this player.
Install @mux/mux-data-react-native-video
Install
@mux/mux-data-react-native-video from NPM.
Wrap your Video component
Wrap your react-native-video... | https://docs.mux.com/guides/data/monitor-react-native-video | 2022-09-25T01:19:18 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.mux.com |
📒
📒
📒
📒
Stumble upon Rumble: Litepaper
Search…
Overview
Game Mechanics
Cash Tournaments
Expanding Ecosystem
NFTs & Customization
In-game NFTs
Obtaining the NFTs
Partnerships
Tokenomics
Token Utility
Token Metrics
Governance
GitBook
Cash Tournaments
As mentioned before, wagering is completely legal in Stumble upon R... | https://docs.stumbleuponrumble.com/cash-tournaments | 2022-09-25T01:37:26 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.stumbleuponrumble.com |
Baka (East Region, Cameroon)
Facts
- Language: Baka (East Region, Cameroon)
- Alternate names: Bayaka, Bayaga, Bibaya, "Babinga"
- Language code: bkc
- Language family: Niger-Congo, Atlantic-Congo, Volta-Congo, North, Adamawa-Ubangi, Ubangi, Sere-Ngbaka-Mba, Ngbaka-Mba, Ngbaka, Western, Baka-Gundi (SIL classification)
... | https://docs.verbix.com/EndangeredLanguages/BakaEastRegionCameroon | 2022-09-25T01:01:17 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.verbix.com |
When adding Kubernetes components to a vRealize Automation Cloud Assembly blueprint, you can choose to add clusters or enable users to create namespaces in various configurations. Typically, this choice depends on your access control requirements, how you have configured your Kubernetes components, and your deployment ... | https://docs.vmware.com/en/vRealize-Automation/8.0/Using-and-Managing-Cloud-Assembly/GUID-7BD71D53-A67B-4E3A-9E1C-7AA71C4F6B70.html | 2022-09-25T02:10:05 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.vmware.com |
6. Transport Layer¶
The transport layer provides communication services between DDS entities, being responsible of actually sending and receiving messages over a physical transport. The DDS layer uses this service for both user data and discovery traffic communication. However, the DDS layer itself is transport indepen... | https://fast-dds.docs.eprosima.com/en/v2.7.1/fastdds/transport/transport.html | 2022-09-25T01:43:55 | CC-MAIN-2022-40 | 1664030334332.96 | [] | fast-dds.docs.eprosima.com |
You can review the diagnostics output for a particular service point participating in Anycast by either checking the Address Manager’s service point configuration page corresponding to the DNS/DHCP server enabled with the given service point or by calling the diagnostics endpoint using the Primary IP address of the DNS... | https://docs.bluecatnetworks.com/r/Address-Manager-Administration-Guide/Viewing-the-Anycast-DNS-Edge-service-point-health-and-configuration/9.2.0 | 2022-09-25T01:43:44 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.bluecatnetworks.com |
Understanding Room Type and Rate Plan Allocations
A Room Type/Rate Plan allocation controls the availability of Rooms and the Rates you offer in each channel. Room Type/Rate Plan allocations are also used to sell packages, discounted rates and for Promo Codes. The Room Types and Rate Plans available to allocate in the ... | https://docs.bookingcenter.com/display/MYPMS/Room+Type+and+Rate+Plan+Allocations | 2022-09-25T00:58:09 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.bookingcenter.com |
Reserved Instance (RI) and Savings Plan (SP) portfolio management set-up
Reserved Instance and Saving Plan Portfolio Management Integration
CloudZero selected ProsperOps as the best in breed to automate Reserved Instances (RI) and Saving Plan (SP) portfolio management.
Once connected to CloudZero you will be able to se... | https://docs.cloudzero.com/docs/reserved-instance-ri-and-savings-plan-sp-portfolio-management-set-up | 2022-09-25T01:09:20 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.cloudzero.com |
Posting tickets to a DutyCalls channel requires a special email address. This email address is unique and can only be used for posting to this channel.
You can find this email address by:
- Going to the Channels page in your workspace.
- Clicking on the Settings button of the relevant channel.
- Navigating to the Email... | https://docs.dutycalls.me/email/email-address/ | 2022-09-25T02:10:00 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.dutycalls.me |
Dimensions, custom properties, and tags in Splunk Observability Cloud 🔗
Data comes into Splunk Observability Cloud as data points associated with a metric name and additional metadata. Observability Cloud has three types of metadata:
Comparing dimensions, custom properties, and tags 🔗
The following table shows the ma... | https://docs.signalfx.com/en/latest/metrics-and-metadata/metrics-dimensions-mts.html | 2022-09-25T01:22:28 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.signalfx.com |
Fleet management
You can organize your devices by renaming them so they share an identical prefix. For example, devices with names
Temp1,
Temp2 and
Temp3
are seen as a fleet of devices in the Toit CLI by using the
prefix
-p temp as in:
Prefixes are case-insensitive.
Update firmware on multiple devices
Update the the To... | https://docs.toit.io/platform/devices/fleet | 2022-09-25T01:54:26 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.toit.io |
Overview
CDP One provides two SQL engines for querying your data: Hive and Impala. For running simple queries, these SQL engines are very similar. You can quickly master using either engine if you are familiar with SQL. You see the minor differences in query examples, and can easily choose the one that suits your needs... | https://docs.cloudera.com/cdp-one/saas/cdp-one-using-sql/topics/cdp-one-using-sql-overview.html | 2022-09-25T02:05:53 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.cloudera.com |
Enable server-server mutual authentication
You can enable mutual authentication between multiple ZooKeeper Servers..
- In Cloudera Manager, select the ZooKeeper service.
- Click the Configuration tab.
- Find the Enable Server to Server SASL Authentication and select it.
- Click Save Changes.
- Click the Actions button.... | https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/zookeeper-security/topics/zookeeper-enable-server-server-mutual-authentication.html | 2022-09-25T02:09:41 | CC-MAIN-2022-40 | 1664030334332.96 | [array(['../images/zookeeper-enable_sasl.png', None], dtype=object)
array(['../images/zookeeper-enable_sasl.png', None], dtype=object)] | docs.cloudera.com |
Source NAT (many-to-one)
The following figure shows an example of SNAT in which many different “inside” addresses are dynamically translated to a single “outside” address. In this example, all hosts on the 10.0.0.0/24 subnet show the same source address externally.
To configure NAT in this way, perform the following st... | https://docs.vyatta.com/en/supported-platforms/vnf/configuration-vnf/system-and-services/nat/nat-configuration-examples/source-nat-many-to-one | 2022-09-25T01:17:47 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.vyatta.com |
What is Email Subject Line Generator?
Create unique subject lines to grab your audience’s attention with Writesonic!
Writesonic’s email subject line generator is a unique tool that can help you craft creative and effective subject lines, which can help you to boost open rates.
How to use Writesonic's Email Subject Line... | https://docs.writesonic.com/docs/email-subject-lines | 2022-09-25T02:13:22 | CC-MAIN-2022-40 | 1664030334332.96 | [array(['https://files.readme.io/181e8bd-OnPaste.20220714-233635.png',
None], dtype=object)
array(['https://files.readme.io/181e8bd-OnPaste.20220714-233635.png',
'Click to close...'], dtype=object) ] | docs.writesonic.com |
Dial Plan Usability Improvements
In this release, we have introduced some usability enhancements to dial plan configuration.
- Ability to copy or duplicate: You can copy or duplicate system plans and existing custom plans. Click the copy icon to instantly copy a plan and customize it.
- Ability to edit dial plan: You c... | https://docs.8x8.com/8x8WebHelp/VCC/release-notes/Content/8-1-7-release/DialPlanImprovements.htm | 2022-09-25T02:06:25 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.8x8.com |
Create an SQL web API from your phone
The following screenshot was literally taken from my iPhone, and yes I am not only writing SQL on my phone, but I am also creating an HTTP API in the same process.
When you go “all in” on compatibility and cross platform some interesting axioms and use cases emerges as a natural co... | https://docs.aista.com/blog/sql-web-api-from-your-phone | 2022-09-25T01:40:09 | CC-MAIN-2022-40 | 1664030334332.96 | [array(['https://raw.githubusercontent.com/polterguy/polterguy.github.io/master/images/blogs/phone-sql-api.jpeg',
'SQL web API from your phone'], dtype=object)
array(['https://raw.githubusercontent.com/polterguy/polterguy.github.io/master/images/blogs/count-actors-blog.jpg',
'SQL web API from your phon... | docs.aista.com |
ajSortArray functionajSortArray function
DescriptionDescription
The ajSortArray function sorts the contents of a range or array.
SyntaxSyntax
ajSortArray(in_array, [sort_index], [sort_order], [by_col], [convert_to_text])
The function will return:
1) Content type: The sorted range of cells
2) Method: Cell array
Examples... | https://docs.alchemyj.io/docs/4.0/Reference/AJExtendedFunctions/CommonFunction/ajSortArray | 2022-09-25T02:55:42 | CC-MAIN-2022-40 | 1664030334332.96 | [array(['ajSortArrayImg/image4.png', None], dtype=object)
array(['ajSortArrayImg/image5.png', None], dtype=object)] | docs.alchemyj.io |
An Owner must first be created in the software under the owners' section. Once added to the software the owner is then assigned to a specific unit or units in order to become active. Now that the owner is set up, you are able to track bookings to the unit(s), create transactions and generate reports. Add as many Owners... | https://docs.bookingcenter.com/display/MYPMS/Owner+Login+and+Booking+Management | 2022-09-25T03:05:28 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.bookingcenter.com |
This guide provides an overview of the concepts that drive Operator Lifecycle Manager (OLM) in OpenShift Container Platform..10, which aids cluster administrators in installing, upgrading, and granting access to Operators running on their cluster. The OpenShift Container Platform web console provides management screens... | https://docs.openshift.com/container-platform/4.10/operators/understanding/olm/olm-understanding-olm.html | 2022-09-25T02:55:45 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.openshift.com |
using each set of 3 vertices passed. If you pass 3 vertices, one triangle is drawn, where each vertex becomes one corner of the triangle. If you pass 6 vertices, 2 triangles triangle that covers the middle of the screen Material mat;
void OnPostRender() { if (!mat) { Debug.LogError("Please Assign a material on the ins... | https://docs.unity3d.com/2018.2/Documentation/ScriptReference/GL.TRIANGLES.html | 2022-09-25T02:24:12 | CC-MAIN-2022-40 | 1664030334332.96 | [] | docs.unity3d.com |
Content in 24 languages
Almost anyone around the world can use Writesonic
When we have so many languages around the globe, why should content generation be in just English?!
Be it Article Writer or Email Generator, you can use all our writing features to generate content in 24 different languages. 👇
Here's a list of l... | https://docs.writesonic.com/docs/we-support-25-languages | 2022-09-25T01:52:19 | CC-MAIN-2022-40 | 1664030334332.96 | [array(['https://files.readme.io/ffc33db-Screenshot_2022-08-16_at_4.06.07_PM.png',
None], dtype=object)
array(['https://files.readme.io/ffc33db-Screenshot_2022-08-16_at_4.06.07_PM.png',
'Click to close...'], dtype=object) ] | docs.writesonic.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.