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 |
|---|---|---|---|---|---|---|
Microsoft takes user disclosures very seriously. Cortana Skills require you to provide your skill's users with the terms of use related to your service. Below are some guidelines and third-party resources to help you fulfill these requirements. Please be advised that these resources are provided for your convenience. Y... | https://docs.microsoft.com/en-us/cortana/skills/terms-of-use | 2019-11-12T09:09:25 | CC-MAIN-2019-47 | 1573496664808.68 | [] | docs.microsoft.com |
Application Pool Identities and SQL Server Express
by Thomas Deml
Introduction
IIS 7.5 on Windows 7 or Windows Server 2008 R2 supports a new feature called "Application Pool Identity". It allows the effective isolation of Application Pools without having to maintain a user account for each and every Application Pool th... | https://docs.microsoft.com/en-us/iis/manage/configuring-security/application-pool-identities-and-sql-server-express | 2019-11-12T07:50:35 | CC-MAIN-2019-47 | 1573496664808.68 | [] | docs.microsoft.com |
OVH Guides
Microsoft collaborative solutions
Misc
- Exchange diagnostic: what to do if you encounter an error
- Exchange 2013/2016 How to create an automatic signature
- Exchange 2013/2016: How to use the groups feature (mailing lists)
- Exchange 2013/2016: How to use resource accounts
- Manually Configuring Outlook
- ... | https://docs.ovh.com/ie/en/microsoft-collaborative-solutions/ | 2019-11-12T09:34:08 | CC-MAIN-2019-47 | 1573496664808.68 | [array(['/theme/img/logo-algolia-search.png', None], dtype=object)] | docs.ovh.com |
GMT symbols for Whale-watchers and marine biologists¶
What’s this?¶
This is a collection of custom symbols for the Generic Mapping Tools (GMT) software that may locations of the main cities and ports in your area, or other useful data like plankton concentration or water temperatures in your map.
The collection current... | https://docs.generic-mapping-tools.org/latest/users_contrib_symbols/biology/Cetacea.html | 2019-11-12T08:25:44 | CC-MAIN-2019-47 | 1573496664808.68 | [] | docs.generic-mapping-tools.org |
Interlocked Class
Definition
Provides atomic operations for variables that are shared by multiple threads.
public ref class Interlocked abstract sealed
public static class Interlocked
type Interlocked = class
Public Class Interlocked
- Inheritance
-
Examples Private Shared Sub MyThreadProc() Dim i As Integer For i = 0 ... | https://docs.microsoft.com/en-us/dotnet/api/system.threading.interlocked?view=netframework-4.8 | 2019-11-12T08:15:02 | CC-MAIN-2019-47 | 1573496664808.68 | [] | docs.microsoft.com |
Enhanced load balancers allow you to add forwarding policies to forward requests from different clients to backend server groups based on the domain names or URLs specified in the forwarding policies. Currently, you can add forwarding policies only to HTTP or HTTPS listeners.
You can add a maximum of 20 forwarding poli... | https://docs.otc.t-systems.com/en-us/usermanual/elb/en-us_topic_0114694934.html | 2019-11-12T08:01:26 | CC-MAIN-2019-47 | 1573496664808.68 | [] | docs.otc.t-systems.com |
This page provides information on the Raw Lighting Render Element.
Overview
The Raw Lighting Render Element stores the effects of direct lighting on scene objects with no diffuse components or GI contribution.
This is useful for adjusting the brightness of direct lighting during compositing.
UI Path
||Render Settings w... | https://docs.chaosgroup.com/pages/viewpage.action?pageId=39814203&spaceKey=VRAY4MAYA | 2019-11-12T09:31:23 | CC-MAIN-2019-47 | 1573496664808.68 | [] | docs.chaosgroup.com |
Search This Document
About Facebook for BlackBerry smartphones
You can use Facebook for BlackBerry smartphones to stay connected with your friends. You can send messages to friends, chat with your friends, invite new friends, view notifications, upload pictures to your Facebook account, and more. You can upload picture... | http://docs.blackberry.com/en/smartphone_users/deliverables/46513/262750.jsp | 2013-12-05T02:54:01 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.blackberry.com |
Hello there.. I was about to pitch in and add on a whole other section on basically doing the exact same thing you did with $document.. except using the JHTML class. I wasn't exactly sure why you'd use one over the other and thought I'd ask if you knew why this redunacy exists and if one is in some way more helpful. An... | http://docs.joomla.org/index.php?title=Talk:Adding_JavaScript_and_CSS_to_the_page&oldid=26565 | 2013-12-05T02:42:46 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.joomla.org |
Users
Users are the employees of your organisation, who can able to login, access and perform the relevant task in JoForce. You can add as many users as possible.
Adding New User
As an admin user you can easily add new users to your JoForce. To add a New User,
Click on the Profile icon → Settings → Navigate to the User... | https://docs.joforce.com/administrative-guide/user-management/users | 2020-05-25T05:53:58 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs.joforce.com |
Introduction
Medialibrary is a Laravel (5.5 and up) package that can associate all sorts of files with Eloquent models. It provides a simple, fluent API to work with.
Are you a visual learner? Then watch this video that demonstrates what the package can do.
Here are some quick code examples:
$newsItem = News::find(1); ... | https://docs.spatie.be/laravel-medialibrary/v6/introduction/ | 2020-05-25T03:32:46 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs.spatie.be |
The first step is to get format suitable for what you want to do. It’s very important to set up a proper workflow from your 3D modeling application, such as Autodesk® 3ds Max®, Autodesk® Maya®, Blender, and Houdini, into Unity. When exporting assets from 3D modeling applications for import into Unity, you need to consi... | https://docs.unity3d.com/2018.4/Documentation/Manual/BestPracticeMakingBelievableVisuals1.html | 2020-05-25T06:15:37 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs.unity3d.com |
The EditorWindow which currently has keyboard focus. (Read Only)
focusedWindow can be null if no window has focus.
See Also: mouseOverWindow, Focus.
Focus other windows with a mouse click.
using UnityEngine; using UnityEditor;
// Prints the name of the focused window to a label
public class FocusedWindow : EditorWindow... | https://docs.unity3d.com/kr/2018.3/ScriptReference/EditorWindow-focusedWindow.html | 2020-05-25T05:20:25 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs.unity3d.com |
planargument or used as a context manager. The argument
planis currently experimental and the interface may be changed in the future version. The
get_fft_plan()function has no counterpart in
scipy.fftpack. boolean switch
cupy.fft.config.use_multi_gpusalso affects the FFT functions in this module, see FFT Functions. Mo... | https://docs-cupy.chainer.org/en/latest/reference/fftpack.html | 2020-05-25T06:06:59 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs-cupy.chainer.org |
cupyx.scipy.fftpack.ifft¶
cupyx.scipy.fftpack.
ifft(x, n=None, axis=-1, overwrite_x=False, plan=None)¶
Compute the one-dimensional inverse FFT.
-.
plan (
cupy.cuda.cufft.Plan1dor
None) –
a cuFFT plan for transforming
xover
axis, which can be obtained using:
plan = cupyx.scipy.fftpack.get_fft_plan(x, | https://docs-cupy.chainer.org/en/latest/reference/generated/cupyx.scipy.fftpack.ifft.html | 2020-05-25T05:50:34 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs-cupy.chainer.org |
Software Download Directory
There are many ways to get help using frevvo in addition to the product documentation found here. If you are using Live Forms™ for Confluence you can find that documentation here.
Access frevvo's Public Solutions Portal to find answers to your questions. Coming Soon... Customers will be able... | https://docs.frevvo.com/d/display/frevvo/Getting+Help | 2020-05-25T04:21:09 | CC-MAIN-2020-24 | 1590347387219.0 | [array(['/d/images/icons/linkext7.gif', None], dtype=object)] | docs.frevvo.com |
CPTUI-Extended Frequently Asked Questions
Do I need to be running WordPress multisite to make use of Custom Post Type UI Extended?
No, you do not. If your primary interest is the shortcode builder, then you will be just fine. Multisite is not a requirement. The only requirement is Custom Post Type UI
Will installing Cu... | https://docs.pluginize.com/article/39-frequently-asked-questions | 2020-05-25T05:58:21 | CC-MAIN-2020-24 | 1590347387219.0 | [array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/56e826ea90336026d871841e/images/56fb2182c6979111dc399fa7/file-ZNSGAE8qKr.png',
None], dtype=object)
array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/56e826ea90336026d871841e/images/56fb219fc6979111dc399fa8/file-9GFjLLO1ZM.png',
None], dt... | docs.pluginize.com |
This guide assumes you have already completed Creating a Simple Model guide and are familiar with creating a reducer and loading your data into a TFrame.
To start, we are going to create a widget. To do so, please navigate to the TFrame you are trying to visualize then right click on the column you want to visualize.
S... | https://docs.terrene.co/guides/creating-a-simple-dashboard | 2020-05-25T03:43:48 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs.terrene.co |
PyPickupBot’s config is separated into two files: init.cfg and config.cfg. The former typically includes general bot configuration(nickname, command prefix, ..) connection details such as irc server, channels to join and most importantly modules to load. The latter is where all plugin configuration goes, more or less e... | https://pypickupbot.readthedocs.io/en/latest/quick/config.html | 2020-05-25T03:38:55 | CC-MAIN-2020-24 | 1590347387219.0 | [] | pypickupbot.readthedocs.io |
Activator 6.0.0 Administrator Guide Save PDF Selected topic Selected topic and subtopics All content Configure the UI Use the Configure UI connection page to: Specify how browsers connect to the Axway Activator Server Configure user Single Sign On (SSO) and Single Sign Off Browser connections Users connect to Activator... | https://docs.axway.com/bundle/Activator_600_AdministratorsGuide_allOS_en_HTML5/page/Content/System_mgt/sys_mgt_ui_connection.htm | 2020-05-25T04:44:50 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs.axway.com |
3.0.0
API
API is the root concept defined and used by Gravitee.io. You can see it as a starting point to expose services through the gateway.
Publisher
A publisher (also called API publisher) is one of the two concretes role defined into the platform. This role is used to represent someone able to declare an API and ma... | https://docs.gravitee.io/apim/3.x/apim_overview_concepts.html | 2020-05-25T04:53:30 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs.gravitee.io |
Customizing shortcode templates with CPTUI-Extended
Customizing shortcode templates with CPTUI-Extended
This is only for CPTUI-Extended 1.4.0 or higher
With the release of CPTUI-Extended version 1.4.0, our users are now able to fully customize the templates provided with the plugin. If you are familiar with customizing... | https://docs.pluginize.com/article/138-customizing-shortcode-templates-with-cptui-extended | 2020-05-25T05:37:41 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs.pluginize.com |
Glossary Item Box
Problem:
The XMLSerializer has a problem to serialize generic IList<> instances (see).
Solution:
Firstly, you can use ArrayList as in the past – it works and you can serialize these objects. However, if you want to use Generics you can use the pattern described below to make your persistent classes re... | https://docs.telerik.com/help/openaccess-classic/the-.net-data-model-xml-serialization.html | 2020-05-25T06:06:09 | CC-MAIN-2020-24 | 1590347387219.0 | [] | docs.telerik.com |
Running the Full ICGS Workflow from FASTQ Files
Using the new integrated Kallisto pseudoalignment and TPM quantification method, AltAnalyze completely automates gene expression analysis from beginning to end.
Bulk and Single-Cell RNA-Seq Analysis
Video illustrating how easy it is to analyze transcriptome datasets in Al... | http://altanalyze.readthedocs.io/en/latest/YouTubeVidoes/ | 2018-03-17T16:14:38 | CC-MAIN-2018-13 | 1521257645248.22 | [] | altanalyze.readthedocs.io |
Using IR sensors and packages
Use IR sensors for rapid response to and scoping of incidents. Incident response can require computationally-intensive hashing algorithms and extensive file system scans. For this reason, IR sensors are written with a narrow scope to minimize processing and retrieve specific information wi... | https://docs.tanium.com/ir/ir/sensors.html | 2018-03-17T16:15:58 | CC-MAIN-2018-13 | 1521257645248.22 | [] | docs.tanium.com |
Globals¶
Category: Core
Description¶
Contains global variables accessible from everywhere. Use the normal Object API, such as “Globals.get(variable)”, “Globals.set(variable,value)” or “Globals.has(variable)” to access them. Variables stored in engine.cfg are also loaded into globals, making this object very useful for ... | http://docs.godotengine.org/en/stable/classes/class_globals.html | 2017-06-22T14:17:35 | CC-MAIN-2017-26 | 1498128319575.19 | [] | docs.godotengine.org |
How to Customize Post Meta
The Post Meta appears above or below posts and includes elements like the author, date, category link and tags.
In the Layers Post Widget, you can turn off single meta elements under the Display option in the Design Bar.
Layers Pro
Layers Pro allows you to easily turn off single meta elements... | http://docs.layerswp.com/doc/how-to-customize-layers-post-meta/ | 2017-06-22T14:09:07 | CC-MAIN-2017-26 | 1498128319575.19 | [] | docs.layerswp.com |
Applies To: Windows Server 2016
This topic covers information you need to deploy Nano Server images that are more customized to your needs compared to the simple examples in the Nano Server Quick Start topic. You'll find information about making a custom Nano Server image with exactly the features you want, installing ... | https://docs.microsoft.com/en-us/windows-server/get-started/deploy-nano-server | 2017-06-22T14:44:09 | CC-MAIN-2017-26 | 1498128319575.19 | [] | docs.microsoft.com |
Blog Settings
The Blog Layout Settings can be found in the layout section of the theme options. On the 3rd tab you have the Blog options.
Here you have the following available options(note that those changes will reflect only on category, blog and static pages/posts):
Title bar look – enable/disable the title bar from ... | http://docs.aa-team.com/personal-trainer-wordpress-theme/documentation/blog-settings/ | 2017-06-22T14:21:02 | CC-MAIN-2017-26 | 1498128319575.19 | [array(['http://docs.aa-team.com/wp-content/uploads/2014/10/blog-options-pt.png',
'blog-options-pt'], dtype=object)
array(['http://docs.aa-team.com/wp-content/uploads/2014/10/blog-options-pt-2.png',
'blog-options-pt-2'], dtype=object) ] | docs.aa-team.com |
Kazoo Installation Guide
This is a guide to building Kazoo from source on a Debian 8 (Jessie) base installation. Other GNU/Linux distros should work similarly, though the dependencies may differ a bit. If you want to just install and use Kazoo (and not build it) try using the installation instructions. The rest of this... | https://docs.2600hz.com/dev/doc/installation/ | 2017-06-22T14:17:19 | CC-MAIN-2017-26 | 1498128319575.19 | [] | docs.2600hz.com |
The SQLServer:Availability Replica performance object contains performance counters that report information about the availability replicas in Always On availability groups in SQL Server 2017..
See Also
Monitor Resource Usage (System Monitor)
SQL Server, Database Replica
Always On Availability Groups (SQL Server) | https://docs.microsoft.com/en-us/sql/relational-databases/performance-monitor/sql-server-availability-replica | 2017-06-22T15:06:54 | CC-MAIN-2017-26 | 1498128319575.19 | [] | docs.microsoft.com |
To test your iOS App on one or more devices you must create an .ipa package file for an Ad Hoc Distribution
1- Compile fields in Project Settings, General Tab. For an Ad Hoc Distribution, make sure that App Identifier, Code Signing Identity (Distribution), Developer Account Team ID and Provisioning Profile (Ad Hoc Dist... | https://docs.pubcoder.com/en/test-your-ios-app/ | 2017-06-22T14:02:09 | CC-MAIN-2017-26 | 1498128319575.19 | [] | docs.pubcoder.com |
Final Exam Procedure
Students enrolled in the courses of the Degree Campus are required to attempt one final exam per semester, except students of the Intensive Arabic Program (IAP), who are required to give two final exams per semester. The exam dates for your respective stream can be found on the Events Schedule. Out... | http://docs.islamiconlineuniversity.com/article/961-final-exam-procedure | 2017-06-22T14:17:16 | CC-MAIN-2017-26 | 1498128319575.19 | [] | docs.islamiconlineuniversity.com |
Getting involved¶
GeoServer exists because of the efforts of people like you.
There are many ways that you can help out with the GeoServer project. GeoServer fully embraces an open source development model that does not see a split between user and developer, producer and consumer, but instead sees everyone as a valuab... | http://docs.geoserver.org/stable/en/user/introduction/gettinginvolved.html | 2017-01-16T14:57:53 | CC-MAIN-2017-04 | 1484560279189.36 | [] | docs.geoserver.org |
Loads a CUIx file.
Opens the Load/Unload Customizations dialog box, where you can locate and load a CUIx file to customize or transfer user interface settings.
When FILEDIA is set to 0 (off), CUILOAD displays the following Command prompt.
Enter name of customization file to load: Enter a file name | http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/files/WS1a9193826455f5ffa23ce210c4a30acaf-4cd1.htm | 2017-01-16T15:05:31 | CC-MAIN-2017-04 | 1484560279189.36 | [] | docs.autodesk.com |
How to get admin.
Support for Intune, and for Intune when used with Configuration Manager, is free of charge. Premier Support customers incur charges for procedure questions (for example, how to go about configuring an Intune feature).
Create an online service ticket
Sign in to the Office 365 admin center with your Int... | https://docs.microsoft.com/en-us/intune/troubleshoot/how-to-get-support-for-microsoft-intune | 2017-01-16T15:35:57 | CC-MAIN-2017-04 | 1484560279189.36 | [array(['../media/alternate-support-ui.png', 'Alternate Intune support'],
dtype=object) ] | docs.microsoft.com |
Keymap Customization
Keys
Available Keys
When customizing keymaps it's useful to use keys which won't conflict with Blender's default keymap.
Here are keys which aren't used and aren't likely to be used in the future.
- F-Keys (F5 - F8)
These F-keys (including modifier combination) have been intentionally kept free for... | https://docs.blender.org/manual/zh-hant/dev/advanced/keymap_editing.html | 2021-11-27T07:46:45 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.blender.org |
RepositoryItemLookUpEdit.ListChanged Event
Occurs after a record(s) in the RepositoryItemLookUpEditBase.DataSource has been changed.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v21.2.dll
Declaration
[DXCategory("Events")] public event ListChangedEventHandler ListChanged
<DXCategory("Ev... | https://docs.devexpress.com/WindowsForms/DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.ListChanged | 2021-11-27T09:37:32 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.devexpress.com |
Date: Sat, 19 Jul 1997 00:13:15 -0600 (MDT) From: Brandon Gillespie <brandon@roguetrader.com> To: "Daniel O'Callaghan" <danny@panda.hilink.com.au> Cc: Dan Busarow <dan@dpcsys.com>, freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: BIND-8 port (was Re: upgrading to a safe BIND?) ... | https://docs.freebsd.org/cgi/getmsg.cgi?fetch=790432+0+archive/1997/freebsd-questions/19970713.freebsd-questions | 2021-11-27T07:58:11 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.freebsd.org |
Chart Series Coloring in Presentation Document
Chart Series Coloring in Presentation Document
Creating a Column Chart
Practising the following steps, you can insert a Column Chart in MS PowerPoint 2013:
- Create a new presentation slide
- Presentation Document
Adding Syntax to be evaluated by GroupDocs.Assembly Engine
... | https://docs.groupdocs.com/assembly/net/chart-series-coloring-in-presentation-document/ | 2021-11-27T08:42:49 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.groupdocs.com |
GroupDocs.Assembly for .NET 17.11 Release Notes
This page contains release notes for GroupDocs.Assembly for .NET 17.11.
Major Features
This release of GroupDocs.Assembly comes up with several new features to dynamically manipulate non-textual document elements.
Full List of Features Covering all Changes in this Release... | https://docs.groupdocs.com/assembly/net/groupdocs-assembly-for-net-17-11-release-notes/ | 2021-11-27T09:21:17 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.groupdocs.com |
Crate twelve_bit [−] [src]
The U12 Library
A Rust library for representing 12-bit unsigned values. This is primarily useful for implementing Chip-8 assemblers and interpreters safely. The type implements bulk of the standard Rust literal semantics and operators, and much of the documentation is adapted from the u16 int... | https://docs.rs/twelve_bit/0.1.1/x86_64-apple-darwin/twelve_bit/?search=lib | 2021-11-27T08:03:55 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.rs |
Attentive¶
This is a custom integration that can be implemented with extra effort. If you wish to integrate this vendor, please contact your Customer Success Manager to apply it to your campaigns.
Talkable converts customers into brand advocates by enabling trusted, word-of-mouth referrals. Attentive connects with cust... | https://docs.talkable.com/email_marketing_and_automation/attentive.html | 2021-11-27T08:13:39 | CC-MAIN-2021-49 | 1637964358153.33 | [] | docs.talkable.com |
Add & manage taxes that are going to be used by Organisers to apply them on their event's tickets, and Admin taxes, that are applicable by default on all tickets.
{primary} Click on
Taxeson
Admin Panel
Let's first start by adding a new Tax, so that you can know all the options you can set along with a tax.
{primary} Cl... | https://eventmie-pro-docs.classiebit.com/docs/1.5/admin/taxes | 2021-11-27T09:34:12 | CC-MAIN-2021-49 | 1637964358153.33 | [] | eventmie-pro-docs.classiebit.com |
The.
Werkzeug parses the incoming data under the following situations:
form,
files, or
streamand the request method was POST or PUT..
The standard Werkzeug parsing behavior handles three cases:
streamwill be empty and
formwill contain the regular POST / PUT data,
fileswill contain the uploaded files as
FileStorageobjec... | https://getdocs.org/Werkzeug/docs/2.0.x/request_data | 2021-11-27T08:53:44 | CC-MAIN-2021-49 | 1637964358153.33 | [] | getdocs.org |
Porting guide¶
Until the versions 0.4.x, python-mpd2 was a drop-in replacement for application which were using the original python-mpd. That is, you could just replace the package’s content of the latter one by the former one, and things should just work.
However, starting from version 0.5, python-mpd2 provides enhanc... | https://python-mpd2.readthedocs.io/en/latest/topics/porting.html | 2021-11-27T07:40:41 | CC-MAIN-2021-49 | 1637964358153.33 | [] | python-mpd2.readthedocs.io |
How to install¶
Using pip¶
If you are using pyenv or don’t need special root access to install:
$ pip install trepan2 # or trepan3k for Python 3.x
If you need root access you may insert sudo in front or become root:
$ sudo pip install trepan2
or:
$ su root # pip install trepan
Using easy_install¶
Basically the same as ... | https://python2-trepan.readthedocs.io/en/stable/install.html | 2021-11-27T09:08:37 | CC-MAIN-2021-49 | 1637964358153.33 | [] | python2-trepan.readthedocs.io |
Xdebug
The following lines detail the options that Vlad sets as the Xdebug setup.
xdebug.remote_enable=1 xdebug.remote_port=9000 xdebug.remote_handler="dbgp" xdebug.remote_connect_back = 1 xdebug.profiler_enable=0 xdebug.profiler_output_dir=/tmp/xdebug_profiles xdebug.profiler_enable_trigger=1 xdebug.profiler_output_na... | https://vlad-docs.readthedocs.io/en/latest/applications/xdebug/ | 2021-11-27T08:29:38 | CC-MAIN-2021-49 | 1637964358153.33 | [] | vlad-docs.readthedocs.io |
infix ~<
Documentation for infix
~< assembled from the following types:
language documentation Operators
(Operators) infix ~<
Coerces the left argument to a non-variable-encoding string buffer type (e.g.
buf8,
buf16,
buf32) and then performs a numeric bitwise left shift on the bits of the buffer.
Please note that this ... | http://docs.perl6.wakelift.de/routine/~%3C | 2019-10-14T06:30:21 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.perl6.wakelift.de |
This page provides a tutorial on using XGen Archive Primitives with V-Ray for Maya.
Overview
These tutorials explain how to use instanced, animated objects (archives) with XGen and V-Ray for Maya.
Before starting these tutorials, it is recommended that you review the XGen General page.
Part I: Export an Archive
- To ex... | https://docs.chaosgroup.com/pages/viewpage.action?pageId=39816453 | 2019-10-14T05:26:02 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.chaosgroup.com |
,.
export JAVA_HOME=/usr/java/jdk1.6.0_25 export PATH=${JAVA_HOME}/bin:${PATH}
The file should now look like this:
Save the file.
- To verify that the
JAVA_HOMEvariable. | https://docs.wso2.com/display/DSS322/Installing+on+Solaris | 2019-10-14T05:40:04 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.wso2.com |
Tutorial: Monitor network communication between two virtual machines using the Azure portal
Successful communication between a virtual machine (VM) and an endpoint such as another VM, can be critical for your organization. Sometimes, configuration changes are introduced which can break communication. In this tutorial, ... | https://docs.microsoft.com/en-us/azure/network-watcher/connection-monitor | 2019-10-14T06:52:12 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.microsoft.com |
Analytics and User Feedback
Adding Analytics
The Docsy theme contains built-in support for Google Analytics via Hugo’s internal template, which is included in the theme. Once you set Analytics up as described below, usage information for your site (such as page views) is sent to your Google Analytics account.
Setup
- E... | https://www.docsy.dev/docs/adding-content/feedback/ | 2019-10-14T07:06:33 | CC-MAIN-2019-43 | 1570986649232.14 | [] | www.docsy.dev |
2017 Senate Bill 143 - S - Transportation and Veterans Affairs | http://docs-preview.legis.wisconsin.gov/2017/proposals/ab210 | 2019-10-14T05:24:06 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs-preview.legis.wisconsin.gov |
@Request.SortOrder getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
public String getSortBy()
The field to sort by. If not specified, the default is timeCreated. The default sort order for timeCreated is DESC. The default sort order for displayName is ASC in alphanumeric order.
public String getLifecycleSt... | https://docs.cloud.oracle.com/iaas/tools/java/latest/com/oracle/bmc/budget/requests/ListAlertRulesRequest.html | 2019-10-14T06:47:27 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.cloud.oracle.com |
UIElement.
Preview
UIElement. Give Feedback Preview
UIElement. Give Feedback Preview
UIElement. Give Feedback Preview
Event
Give Feedback
Definition
Occurs when a drag-and-drop operation is started.
public: event System::Windows::GiveFeedbackEventHandler ^ PreviewGiveFeedback;
public event System.Windows.GiveFeedbackEv... | https://docs.microsoft.com/en-us/dotnet/api/system.windows.uielement.previewgivefeedback?redirectedfrom=MSDN&view=netframework-4.8 | 2019-10-14T06:08:42 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.microsoft.com |
IPsec Offload Version 1
[The IPsec Task Offload feature is deprecated and should not be used.]
This section describes the version 1 interface for offloading Internet protocol security (IPsec) tasks in NDIS 6.0 and later.
IPsec Offload Version 2 is also supported in NDIS 6.1 and later.
This section includes the followin... | https://docs.microsoft.com/en-us/windows-hardware/drivers/network/ipsec-offload-version-1 | 2019-10-14T06:36:48 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.microsoft.com |
Version: 6.x-21
This is an older version of Search Guard. Switch to Latest version
This is an older version of Search Guard. Switch to Latest version
Search Guard Versions
All Search Guard releases, past and present, are available on Maven Central. You can either download the releases from there (offline install) or us... | https://docs.search-guard.com/6.x-21/search-guard-versions | 2019-10-14T06:45:16 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.search-guard.com |
The Turbo 360 platform is the fastest, easiest environment for creating and deploying full stack Node/Express sites. Our collection of tools and code templates abstract away repetitive tasks and infrastructure concerns (such as scaling and SSL integration) so you can focus on creating great projects for your job, clien... | https://docs.turbo360.co/?selected=vertex | 2019-10-14T07:02:50 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.turbo360.co |
Latest Release - Zextras Suite 3.0.2
Release Date: October 8th, 2019
Changelog.
Powerstore
The doCheckBlobs operation now includes Drive NG | https://docs.zextras.com/zextras-suite-documentation/latest/home.html | 2019-10-14T06:53:31 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.zextras.com |
Events also download it from the Event Viewer page.
To access the event viewer page.
In the SD-WAN Center web interface click the Fault tab.
The Event Viewer page appears by default.
You can select and view events of a particular time frame by using the timeline controls. For more information, see, How to use timeline ... | https://docs.citrix.com/en-us/netscaler-sd-wan-center/9-3/events.html | 2019-10-14T07:21:33 | CC-MAIN-2019-43 | 1570986649232.14 | [array(['/en-us/netscaler-sd-wan-center/9-3/media/Events.png',
'localized image'], dtype=object) ] | docs.citrix.com |
The Web Dashboard control allows end-users to export an entire dashboard or individual dashboard items. You can export the dashboard/dashboard items to PDF and Image formats; additionally, you can export dashboard item's data to Excel/CSV. To learn more about basic exporting capabilities, see Printing and Exporting.
To... | https://docs.devexpress.com/Dashboard/116694/create-dashboards/create-dashboards-on-the-web/exporting | 2019-10-14T05:56:04 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.devexpress.com |
IAR EW integration is provided as follows:
The following components are provided to facilitate testing IAR Embedded Workbench projects:
.
void f(int __data16 *)and
void f(int __data24 *)functions may be displayed as coverage for two different function with the same
void f(int *)signature.
-ecompiler option to C++test c... | https://docs.parasoft.com/plugins/viewsource/viewpagesrc.action?pageId=6387225 | 2019-10-14T06:57:19 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.parasoft.com |
source code
Command-line utility for querying ROS services, along with library calls for similar functionality. The main benefit of the rosservice Python library over the rospy ServiceProxy library is that rosservice supports type-introspection on ROS Services. This allows for both introspecting information about servi... | http://docs.ros.org/indigo/api/rosservice/html/ | 2019-10-14T06:08:17 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.ros.org |
Tutorial: Using Amazon EFS File Systems with Amazon ECS
Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for use with Amazon EC2 instances. With Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you add and remove files. Your applications can have the storage ... | https://docs.amazonaws.cn/AmazonECS/latest/developerguide/using_efs.html | 2019-10-14T06:15:07 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.amazonaws.cn |
Message-ID: <1391503697.96747.1571030691451.JavaMail.root@docs.chaosgroup.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_96746_55943529.1571030691449" ------=_Part_96746_55943529.1571030691449 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encodin... | https://docs.chaosgroup.com/exportword?pageId=40863163 | 2019-10-14T05:24:52 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.chaosgroup.com |
Configuring Word Automation Services for Development
Applies to: SharePoint Server 2010
This topic describes how to configure Word Automation Services for development.
Note
If you configured the server as a stand-alone installation, or if you configured Word Automation Services as part of the SharePoint Server 2010 Far... | https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee557330(v=office.14)?redirectedfrom=MSDN | 2019-10-14T05:33:43 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.microsoft.com |
Inherits: Node2D < CanvasItem < Node < Object
Category: Core
Copies a region of the screen (or the whole screen) to a buffer so it can be accessed with the texscreen() shader instruction.
COPY_MODE_*constants.
copy_modeis
COPY_MODE_RECT.
enum CopyMode.
© 2014–2018 Juan Linietsky, Ariel Manzur, Godot Engine contributors... | https://docs.w3cub.com/godot~3.0/classes/class_backbuffercopy/ | 2019-10-14T05:52:19 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.w3cub.com |
The Array{Int64,2}:.
Each event generates several pieces of data, some provided by the user and some automatically extracted. Let's examine the user-defined data first:
LogLevel; user-defined levels are also possible.
Debugfor verbose information that could be useful when debugging an application or module. These event... | https://docs.w3cub.com/julia~1.0/stdlib/logging/ | 2019-10-14T05:24:00 | CC-MAIN-2019-43 | 1570986649232.14 | [] | docs.w3cub.com |
Links
We should always strive for consistency in how we present links.
Guidelines for Navigational Links
- The link should be noticeably different from other content, considering our accessibility guidelines for links ↗ (i.e. don't rely on only color to identify a link, hence why Rivendell's links are a different font-... | http://rivendell-docs.netlify.com/links/ | 2018-02-18T05:14:58 | CC-MAIN-2018-09 | 1518891811655.65 | [array(['link.png', 'Link example 1'], dtype=object)
array(['link-2.png', 'Link example 2'], dtype=object)] | rivendell-docs.netlify.com |
style for this example, which is the simplest possible situation. All subsequent examples will share this characteristic. Styling of rasters is done via the raster symbolizer (lines 2-7).
This example creates a smooth gradient between two colors corresponding to two elevation values. The gradient is created via the
co... | http://docs.geoserver.org/latest/en/user/styling/ysld/cookbook/rasters.html | 2018-02-18T05:05:24 | CC-MAIN-2018-09 | 1518891811655.65 | [array(['../../../_images/raster4.png', '../../../_images/raster4.png'],
dtype=object)
array(['../../../_images/raster_twocolorgradient2.png',
'../../../_images/raster_twocolorgradient2.png'], dtype=object)
array(['../../../_images/raster_transparentgradient2.png',
'../../../_images/raster_tran... | docs.geoserver.org |
Event ID 1298 — BCD File Access and Creation
Associate the correct boot image
Windows Deployment Services must be able to access the boot image that is associated with the client computer. To resolve this issue, ensure that the client computer is prestaged with the correct image and that the image has been uploaded to ... | https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc726731(v=ws.10) | 2018-02-18T06:03:42 | CC-MAIN-2018-09 | 1518891811655.65 | [array(['images/ee406008.red%28ws.10%29.jpg', None], dtype=object)] | docs.microsoft.com |
Event ID 1105 — DHCP Server Rogue Detection.
Event Details
Resolve
Authorize the DHCP server
To perform these procedures, you must be a member of the Administrators group, or you must have been delegated the appropriate authority.
To authorize a DHCP server in Active Directory Domain Services:
- At the DHCP server, cli... | https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc726962(v=ws.10) | 2018-02-18T06:04:11 | CC-MAIN-2018-09 | 1518891811655.65 | [array(['images/ee406008.red%28ws.10%29.jpg', None], dtype=object)] | docs.microsoft.com |
Installation
Please follow the deployment documentation to install the Kubernetes Ingress Controller onto your Kubernetes cluster.
Pre-requisite
To make
gRPC requests, you need a client which can invoke gRPC requests.
In this guide, we use
grpcurl.
Please ensure that you have that installed in on your local system.
Tes... | https://docs.konghq.com/kubernetes-ingress-controller/1.0.x/guides/using-ingress-with-grpc/ | 2021-01-15T21:38:38 | CC-MAIN-2021-04 | 1610703496947.2 | [] | docs.konghq.com |
LibreOffice » distro-configs
Pre-canned distribution configurations
These files are supposed to correspond to the options used when creating the Document Foundation (or other "canonical") builds of LibreOffice for various platforms. They are *not* supposed to represent the "most useful" options for developers in genera... | https://docs.libreoffice.org/distro-configs.html | 2021-01-15T21:35:49 | CC-MAIN-2021-04 | 1610703496947.2 | [] | docs.libreoffice.org |
Elements of the Deployment Descriptor Files
classloading-delegate
clustered-attach-postconstruct
clustered-bean
clustered-detach-predestroy
clustered-key-name
clustered-lock-type
whitelist-package
enable-implicit-cdi
scanning-excludeand
scanning-include
container-initializer-enabled
default-role-mapping
jaxrs-roles-all... | https://docs.payara.fish/enterprise/docs/5.20.0/documentation/payara-server/app-deployment/descriptor-elements.html | 2021-01-15T21:17:58 | CC-MAIN-2021-04 | 1610703496947.2 | [] | docs.payara.fish |
public interface SecurityControl extends SecurityStoreFeature
Access rights to read and write data and to perform actions on the server are controlled by a fixed set of permissions. When a session is opened, the server assigns it a set of roles based on the principal used to authenticate. The rules in the security stor... | https://docs.pushtechnology.com/docs/6.5.2/java/com/pushtechnology/diffusion/client/features/control/clients/SecurityControl.html | 2021-01-15T21:40:10 | CC-MAIN-2021-04 | 1610703496947.2 | [] | docs.pushtechnology.com |
9.14. Problems with standard IP services on a Dynamic IP number PPP link
As noted in the introduction, dynamic IP numbers affect the ability of your Linux PC to act as a server on the Internet.
Section Chapter 23 provides information on the (main) services affected and what you can do (if anything) to overcome this. | http://tldp.docs.sk/howto/linux-ppp/x577.html?lang=sk | 2021-01-15T21:28:34 | CC-MAIN-2021-04 | 1610703496947.2 | [] | tldp.docs.sk |
DataStax Community release notes
Release notes for DataStax Community.
New features, improvements, and notable changes are described in What's new in Apache Cassandra 2.2.
The latest Cassandra version is 2.2.6. The CHANGES.txt describes the changes in detail. You can view all version changes by branch or tag in the dro... | https://docs.datastax.com/en/cassandra-oss/2.2/cassandra/releaseNotes.html | 2021-01-15T21:29:02 | CC-MAIN-2021-04 | 1610703496947.2 | [array(['images/screenshots/rn_c_changes_tag.png', None], dtype=object)] | docs.datastax.com |
A newer version of this page is available. Switch to the current version.
MenuScrollButtonImageSpriteProperties Class
Contains settings that define different states (hottracked, pressed) of a scroll button image when it’s taken from a sprite image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaratio... | https://docs.devexpress.com/AspNet/DevExpress.Web.MenuScrollButtonImageSpriteProperties?v=20.2 | 2022-05-16T16:23:29 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.devexpress.com |
What is a PES Embroidery file?
The PES embroidery file is a design file that contains instructions for the embroidery/sewing machines. It was developed by Brother Industries for their embroidery machines but were later formalized as general file format. PES files are used by sewing machines to read instructions for sti... | https://docs.fileformat.com/misc/pes/ | 2022-05-16T14:57:48 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.fileformat.com |
This widget displays the total number of critical threat types detected on your network and the number of Important Users and Other Users affected by each threat type.
For more information about defining important users or endpoints, see User or Endpoint Importance.
Use the Range drop-down to select the time period for... | https://docs.trendmicro.com/en-us/enterprise/control-manager-70/getting-started/dashboard/summary-tab/critical-threats-wid.aspx | 2022-05-16T14:27:39 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.trendmicro.com |
# FacilMap app
On some devices, it is possible to add FacilMap as an app.
# Chrome
- Open FacilMap in Chrome
- Press Chrome’s menu icon (3 dots) on the top right
- Press “Add to Home Screen”
# Firefox
- Open FacilMap in Firefox
- Press Firefox’s menu icon (3 dots) on the top right or bottom right
- Press “Add to Home s... | https://docs.facilmap.org/users/app/ | 2022-05-16T16:10:01 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.facilmap.org |
Operations Guide¶
The MSR Operations Guide provides the detailed information you need to store and manage images on-premises or in a virtual private cloud, to meet security or regulatory compliance requirements.
- Access MSR
- Manage access tokens
- Configure MSR
- Manage applications
- Manage images
- Manage jobs
- Ma... | https://docs.mirantis.com/msr/2.9/ops.html | 2022-05-16T14:49:13 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.mirantis.com |
AWS¶
Overview¶
AWS is the Amazon public cloud, offering a full range of services and features across the globe in various datacenters. AWS provides businesses with a flexible, highly scalable, and low-cost way to deliver a variety of services using open standard technologies as well as proprietary solutions. This secti... | https://docs.morpheusdata.com/en/5.2.14/integration_guides/Clouds/aws/amazon.html | 2022-05-16T16:25:45 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.morpheusdata.com |
Integrating with Amazon Kinesis (Python)
Amazon Kinesis allows you to collect, process, and analyze real-time streaming data. In this tutorial, we will set up Nightfall DLP to scan Kinesis streams for sensitive data. An overview of what we are going to build is shown in the diagram below.
We will send data to Kinesis u... | https://docs.nightfall.ai/docs/integrating-with-amazon-kinesis-python-sdk | 2022-05-16T16:11:05 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.nightfall.ai |
What is MessengerX.io?¶
MessengerX.io is a developer marketplace for everyday chat apps also known as chatbots.
A joint venture between AppyHigh and MACHAAO with an aim to aid developers looking to build and monetize deeply personalized chat experiences.
Why MessengerX.io?¶
With our unique learnings in the conversation... | https://messengerx.readthedocs.io/en/latest/ | 2022-05-16T14:11:20 | CC-MAIN-2022-21 | 1652662510138.6 | [] | messengerx.readthedocs.io |
SetOcsAnnouncementID schedules configurable announcements to the subscriber based on Credit-Control-Answers
The feature schedules charging announcements as defined by TS 32.281 as well as announcements for out-of-credit (4012 CCA result code), low balance (Low-Balance-Indicator AVP), and for custom OC-Play-Announcement... | https://docs.rhino.metaswitch.com/ocdoc/books/sentinel-volte-documentation/3.1.0/sentinel-volte-administration-guide/features/general-volte-features/set-ocs-announcement-id.html | 2022-05-16T14:48:41 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.rhino.metaswitch.com |
Azure Data Explorer API Overview
The Azure Data Explorer service supports the following communication endpoints:
- A REST API endpoint, through which you can query and manage the data in Azure Data Explorer. This endpoint supports the Kusto Query Language for queries and control commands.
- An MS-TDS endpoint that impl... | https://docs.azure.cn/en-us/data-explorer/kusto/api/ | 2022-05-16T16:34:35 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.azure.cn |
AWS firewall restrictions
In AWS, Databricks launches the cluster in a VPC created and managed by Databricks in the customer’s account. For additional security, workers that belong to a cluster can only communicate with other workers that belong to the same cluster. Workers cannot talk to any other EC2 instances or oth... | https://docs.databricks.com/administration-guide/cloud-configurations/aws/aws-firewall-restrictions.html | 2022-05-16T15:59:04 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.databricks.com |
Jumps
Conditional logic on your form(s).
Jumps allow a questionnaire to follow a conditional flow based on the user's answers.
It is possible to only jump forward
, to one of the next questions, not backward.
When
Four conditions can be set:
answer IS
For example, within question one, jump to question five if the user... | https://docs.epicollect.net/formbuilder/jumps | 2022-05-16T15:26:17 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.epicollect.net |
What is a PYX file?
A PYX file is a source code written in the Python-like language Pyrex. It may contain code that references existing C modules. Pyrex is a programming language that is used for creating Python modules PYD and is based on C-like syntax. Using the PYX files, users can write extension modules that may d... | https://docs.fileformat.com/programming/pyx/ | 2022-05-16T14:18:36 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.fileformat.com |
To configure device trust and access policies for desktop devices, you configure identity provider routing rules in Okta and conditional access policies in Workspace ONE Access. The new, simplified Okta device trust solution that is available for iOS and Android devices is not yet available for desktop devices. To conf... | https://docs.vmware.com/en/VMware-Workspace-ONE-Access/services/workspaceone_okta_integration/GUID-02C8DB3D-977F-459B-9A50-ED57F190DFC7.html | 2022-05-16T14:30:11 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.vmware.com |
After creating the OAuth 2.0 client in Workspace ONE Access, generate an OAuth bearer token.
Prerequisites
Download and install the Postman app. You can download Postman from
Procedure
- Open a new tab in the Postman app.
- For the HTTP method, select POST.
- For the URL, enter:
tenanturl with your Workspace ONE Acce... | https://docs.vmware.com/en/VMware-Workspace-ONE-Access/services/workspaceone_okta_scim_provisioning/GUID-CA84C36A-CE5B-417C-8157-9E145E114644.html | 2022-05-16T16:11:19 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.vmware.com |
TensorFlow BYOM: Train locally and deploy on SageMaker.
-
Prerequisites and Preprocessing
Training the network locally
Set up hosting for the model
Validate the endpoint for use
Note: Compare this with the tensorflow bring your own model example
Thie notebook was last tested on a ml.m5.xlarge instance running the Pytho... | https://sagemaker-examples.readthedocs.io/en/latest/advanced_functionality/tensorflow_iris_byom/tensorflow_BYOM_iris.html | 2022-05-16T14:24:55 | CC-MAIN-2022-21 | 1652662510138.6 | [] | sagemaker-examples.readthedocs.io |
GraphFrames
GraphFrames is a package for Apache Spark that provides DataFrame-based graphs. It provides high-level APIs in Java, Python, and Scala. It aims to provide both the functionality of GraphX and extended functionality taking advantage of Spark DataFrames in Python and Scala. This extended functionality include... | https://docs.databricks.com/spark/latest/graph-analysis/graphframes/index.html | 2022-05-16T16:27:07 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.databricks.com |
Publishing a PostGIS table¶
This tutorial walks through the steps of publishing a PostGIS table with GeoServer.
Note
This tutorial assumes that PostgreSQL/PostGIS has been previously installed on the system and responding on
localhost on port
5432, and also that GeoServer is running at
Data preparation¶
First let’s ga... | https://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html | 2022-05-16T15:15:06 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.geoserver.org |
Hackuarium documentation
Welcome to this site, which contains the documentation of some open-hardware projects led at the [ bio-hacking space) located in Écublens, Switzerland. You can navigate in the sidebar on the left part of your screen to see the doc written for our projects.
If you are a little bit familiar with ... | https://docs.hackuarium.org/docs/intro/ | 2022-05-16T16:27:37 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.hackuarium.org |
Frees the Array object and releases the resources that it holds.
Both 1-D and N-D arrays are supported for this method.
Syntax
void free() throws SQLException
Exceptions
Throws SQLException if an error occurs while attempting to free the array and release its resources. A database specific code “9743 (ERRUDFJAVARRAY) <... | https://docs.teradata.com/r/Teradata-VantageTM-SQL-External-Routine-Programming/July-2021/Java-Application-Classes/com.teradata.fnc.Array/free | 2022-05-16T16:13:14 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.teradata.com |
Manage Azure Data Explorer database permissions
Azure Data Explorer enables you to control access to databases and tables, using a role-based access control model. Under this model, principals (users, groups, and apps) are mapped to roles. Principals can access resources according to the roles they're assigned. For a l... | https://docs.azure.cn/en-us/data-explorer/manage-database-permissions | 2022-05-16T14:47:02 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.azure.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.