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 |
|---|---|---|---|---|---|---|
.
You will not be able to use an IP Address or a CNAME record to setup an XMPP Server. While it’s not required, an A record can provide some other benefits such serving as a backup in case the SRV record is not configured right.
You will need to set SRV records both for client-to-server (c2s) communication and, if you ... | https://docs.tigase.net/tigase-server/snapshot/Administration_Guide/html_chunk/setupTigaseServer.html | 2019-05-19T10:29:00 | CC-MAIN-2019-22 | 1558232254751.58 | [] | docs.tigase.net |
Everything Changing the Preview Resolution The Preview Resolution command allows you to quickly get a preview at three-quarter, half, one-third, or one-quarter of the scene resolution. You can even customize the preview resolution size. How to use the Preview Resolution command From the top menu, select View > Preview ... | https://docs.toonboom.com/help/harmony-16/essentials/effects/change-preview-resolution.html | 2019-05-19T10:25:22 | CC-MAIN-2019-22 | 1558232254751.58 | [] | docs.toonboom.com |
Installing and Running VSD
Start the VSD tool, load statistics files, and maintain the view you want on your statistics.
Install VSD
VSD is a free analysis tool and is provided as-is. See VSD System Requirements to view a list of platforms that are known to work with VSD.
VSD is available for download from the Pivotal ... | https://gemfire.docs.pivotal.io/91/gemfire/tools_modules/vsd/running_vsd.html | 2019-05-19T10:56:38 | CC-MAIN-2019-22 | 1558232254751.58 | [] | gemfire.docs.pivotal.io |
Exceptions and Warnings¶
Manager exceptions¶
Doctrine_Manager_Exception is thrown if something failed at the
connection management
try { $manager->getConnection( 'unknown' ); } catch ( Doctrine_Manager_Exception ) { // catch errors }
Relation exceptions¶
Relation exceptions are being thrown if something failed during t... | http://doctrine.readthedocs.io/en/latest/en/manual/exceptions-and-warnings.html | 2017-02-19T18:41:36 | CC-MAIN-2017-09 | 1487501170249.75 | [] | doctrine.readthedocs.io |
It is possible to call BASIC subs and functions from C and C functions from BASIC. I will refer to this as "cross-calling".
Since Tibbo BASIC arrays and structures are not compatible with arrays and structures of Tibbo C, it is not possible to cross-call procedures that have array or structure arguments or return the s... | http://docs.tibbo.com/taiko/lang_procedures_cross_calling.htm | 2017-02-19T19:16:58 | CC-MAIN-2017-09 | 1487501170249.75 | [] | docs.tibbo.com |
GridViewItem GridViewItem GridViewItem Class
Syntax
Declaration
public class GridViewItem
public class GridViewItem
Public Class GridViewItem
<GridViewItem .../> -or- <GridViewItem ...> content </GridViewItem>
Inheritance Hierarchy
-
-
-
-
-
-
- GridViewItemGridViewItemGridViewItem
Inherited Members
Remarks
The GridVie... | https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.Controls.GridViewItem | 2017-02-19T20:17:49 | CC-MAIN-2017-09 | 1487501170249.75 | [] | docs.microsoft.com |
HowTo: Adding to the Dataset List
Goto the Dataset List now.
Contents
1 About the Dataset List
This wiki-based dataset list is an attempt to harness the power of the community of data providers to build and maintain a list of all OPeNDAP data servers. All "OPeNDAP" servers can be listed here; this is not a list for jus... | http://docs.opendap.org/index.php/HowTo:_Adding_to_the_Dataset_List | 2017-02-19T19:04:53 | CC-MAIN-2017-09 | 1487501170249.75 | [] | docs.opendap.org |
No art submitted yet
Before I continue on with my story, I just want to tell you that everything I’m about to tell you, is absolutely true. I have no pleasure in lying to you so don’t think other wise.
I, Becky, was an ordinary person. A short, but big girl, or rather, a woman in my twenties… or am I in my thirties now... | http://docs-lab.com/submissions/1062/estella | 2017-02-19T18:42:29 | CC-MAIN-2017-09 | 1487501170249.75 | [] | docs-lab.com |
Node Types¶
Node types in PHPCR are somewhat analogous to table schemas in SQL. Node types enable you to define which items (properties or child nodes) a node may or may not have and what types they should be. They also allow you to apply constraints to these items and to specify if items should be automatically create... | http://phpcr.readthedocs.io/en/latest/book/node_types.html | 2017-02-19T18:37:41 | CC-MAIN-2017-09 | 1487501170249.75 | [] | phpcr.readthedocs.io |
queries to retrieve many of them, using the
collection method on the models.
The filtering has some limitations:
- you can only filter on fields with
indexableand/or
uniqueattributes set to
True
- the filtering capabilities are limited and must be thought at the beginning
- all filters are
and-ed
- no
not(only able to... | https://redis-limpyd.readthedocs.io/en/stable/collections.html | 2018-12-10T00:07:13 | CC-MAIN-2018-51 | 1544376823228.36 | [] | redis-limpyd.readthedocs.io |
How an Organization can remain Compliant with these Regulations
Start Date : June 11, 2018
End Date : June 11, 2018
Time : 10:00 am to11:30 am
Phone : 800-447-9407
Location :
Online
Description
Overview:
Among those educational requirements are a course in Introductory GMP upon employment at a pharmaceutical company, a... | http://meetings4docs.com/event/how-an-organization-can-remain-compliant-with-these-regulations/ | 2018-12-09T23:46:36 | CC-MAIN-2018-51 | 1544376823228.36 | [] | meetings4docs.com |
The Gradle team is pleased to bring.
buildScriptdependencies
Here are the new features introduced in this Gradle release.
Gradle needs to know all input properties, input files and output files of a task to perform incremental build checks. When no input or output files have changed, Gradle can skip executing a task.
F... | https://docs.gradle.org/2.10/release-notes.html | 2018-12-10T01:09:59 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.gradle.org |
sd2.sdlttf - SDL2_ttf library wrapper¶
The
sdl2.sdlttf module is a
ctypes-based wrapper
around the SDL2_ttf library. It wraps nearly all publicly accessible
structures and functions of the SDL2_ttf library to be accessible from
Python code.
A detailed documentation about the behaviour of the different functions can fou... | https://pysdl2.readthedocs.io/en/latest/modules/sdl2_sdlttf.html | 2018-12-09T23:23:21 | CC-MAIN-2018-51 | 1544376823228.36 | [] | pysdl2.readthedocs.io |
Getting Started with AWS Elemental MediaStore
This Getting Started tutorial shows you how to use AWS Elemental MediaStore to create a container and upload an object.
Topics
Step 1: Access AWS Elemental MediaStore
Once you have set up your AWS account and created IAM users and roles, you sign in to the console for AWS E... | https://docs.aws.amazon.com/mediastore/latest/ug/getting-started.html | 2018-12-10T00:13:16 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.aws.amazon.com |
The Gradle team is pleased to announce Gradle 4.9.
First, publishing tools get some more love: projects that publish auxiliary publications (e.g. test fixtures) through
maven-publish and
ivy-publish can now be depended upon by other projects in the same build. There is also a new Publishing Overview chapter in the user... | https://docs.gradle.org/4.9/release-notes.html?utm_source=newsletter&utm_medium=email&utm_campaign=201807 | 2018-12-10T01:08:54 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.gradle.org |
I read an interesting article in “The Economist” about MOOCs and how they will change the economics of higher education. One thing that has always struck me about MOOCs is that most of the conversation revolves around university costs, not around better education (especially after Udacity’s declaration “We were on the ... | https://docs.lecturemonkey.com/2014/04/02/moocs-versus-lecture-capture/ | 2018-12-09T23:52:34 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.lecturemonkey.com |
Just released the latest version of LectureMonkey to the Apple AppStore (version 3.7.0) where the focus is on on the new capture mode – immediate audio recording with collaborative lecture images and video on demand. Just start using the “Capture” button (and the date and location will be the default lecture info) or A... | https://docs.lecturemonkey.com/2014/11/01/latest-lecturemonkey-version-release-in-appstore/ | 2018-12-09T23:41:08 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.lecturemonkey.com |
Tutorial (part 2): will use the prepared data and automatically generate a regression model to predict taxi fare prices. Using the automated ML capabilities of the service, you define your machine learning goals and constraints, launch the automated machine learning process and then allow the algorithm selection and hy... | https://docs.microsoft.com/en-us/azure/machine-learning/service/tutorial-auto-train-models | 2018-12-10T00:59:36 | CC-MAIN-2018-51 | 1544376823228.36 | [array(['media/tutorial-auto-train-models/flow2.png', 'flow diagram'],
dtype=object)
array(['media/tutorial-auto-train-models/automl-dash-output.png',
'Jupyter Widget run details'], dtype=object)
array(['media/tutorial-auto-train-models/automl-chart-output.png',
'Jupyter Widget plot'], dtype=ob... | docs.microsoft.com |
SQLAlchemy 1.3 Documentation
SQLAlchemy 1.3 Documentation
beta release
SQLAlchemy ORM
- Object Relational Tutorial
- Mapper Configuration
- Relationship Configuration
- Using the Session
- Events and Internals
- ORM Extensions
- ORM Examples
Project Versions.contextual_connect()on the underlying
Engine.
Ambiguity in mu... | https://docs.sqlalchemy.org/en/latest/orm/extensions/horizontal_shard.html | 2018-12-09T23:27:19 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.sqlalchemy.org |
An Act to create 175.36 of the statutes; Relating to: storage of firearms in retail facility when unattended.
Bill Text (PDF: )
SB619 ROCP for Committee on Agriculture, Small Business and Tourism (PDF: )
Wisconsin Ethics Commission information
2017 Assembly Bill 728 - A - Criminal Justice and Public Safety | http://docs.legis.wisconsin.gov/2017/proposals/sb619 | 2018-12-10T00:33:53 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.legis.wisconsin.gov |
Extended Audit Trail Log
Outbound Contact provides an audit trail for each outbound call dialed in preview, progressive, or predictive mode. A new OCS log_call_stats option creates a separate logging subsystem for Audit Logging to capture additional statistics on telephony events. OCS does not overwrite the existing da... | https://docs.genesys.com/Documentation/OU/8.1.5/Dep/ExtendedAuditTrailLog | 2018-12-09T23:49:35 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.genesys.com |
Getting started¶
Choosing Driver¶
Selenium2 (with a browser)¶
It is recommended to run tests locally with the Selenium driver. Using the Selenium driver on a real browser allows you to see the tests running (as opposed to using a headless browser as detailed in the following sections).
You can download Selenium server ... | http://docs.sulu.io/en/latest/developer/behat/getting-started.html | 2018-12-09T23:55:59 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.sulu.io |
Install the chef-client on Microsoft Windows¶
The chef-client can be installed on machines running Microsoft Windows in the following ways:
- By using the knife windows plugin to bootstrap the chef-client; this process requires the target node be available via SSH (port 22) or by using the HTTP or HTTPS ports that are ... | https://docs-archive.chef.io/release/12-7/install_windows.html | 2018-12-09T23:44:09 | CC-MAIN-2018-51 | 1544376823228.36 | [array(['_images/includes_windows_environment_variable_path.png',
'_images/includes_windows_environment_variable_path.png'],
dtype=object) ] | docs-archive.chef.io |
cron¶
Use the cron resource to manage cron entries for time-based job scheduling. Properties for a schedule will default to * if not provided. The cron resource requires access to a crontab program, typically cron.
Warning
The cron resource should only be used to modify an entry in a crontab file. Use the cookbook_file... | https://docs-archive.chef.io/release/12-7/resource_cron.html | 2018-12-09T23:56:23 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs-archive.chef.io |
Health Outcomes of Childhood ADHD – Impact on Life Expectancy and Clinical Implication
Start Date : June 8, 2018
End Date : June 8, 2018
Time : 10:00 am to11:00 am
Phone : (800) 385-1607
Location :
Online
Description
Training Options Duration: 60 Minutes
Friday, June 8, 2018 | 10:00 AM PDT | 01:00 PM EDT
Overview: That... | http://meetings4docs.com/event/health-outcomes-of-childhood-adhd-impact-on-life-expectancy-and-clinical-implication/ | 2018-12-10T00:26:46 | CC-MAIN-2018-51 | 1544376823228.36 | [array(['http://meetings4docs.com/wp-content/themes/Events-your%20theme/thumb.php?src=http://meetings4docs.com/wp-content/uploads/2018/04/Health_Outcomes_of_Childhood_ADHD___Impact_on_Life_Expectancy_and_Clinical_Implications.jpg&w=105&h=105&zc=1&q=80&bid=1',
None], dtype=object) ... | meetings4docs.com |
class Fiddle::Closure::BlockCaller
Extends Fiddle::Closure to allow for building the closure in a block
Public Class Methods
new(ctype, args, abi = Fiddle::Function::DEFAULT, &block) click to toggle source
Description¶ ↑
Construct a new BlockCaller object.
ctypeis the C type to be returned
argsare passed the callback
a... | https://docs.ruby-lang.org/en/2.4.0/Fiddle/Closure/BlockCaller.html | 2018-12-10T00:14:23 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.ruby-lang.org |
Contents IT Business Management Previous Topic Next Topic Define a project ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Other Share Define a project Define important aspects of the project such as duration, estimated cost, and the net value to the organization. Before you beginRole required: ... | https://docs.servicenow.com/bundle/kingston-it-business-management/page/product/project-management/task/t_CreateAProject.html | 2018-12-10T00:28:15 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.servicenow.com |
JProfiler::getBuffer
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JProfiler::getBuffer
Description
G... | https://docs.joomla.org/API17:JProfiler::getBuffer | 2016-12-03T00:22:54 | CC-MAIN-2016-50 | 1480698540798.71 | [] | docs.joomla.org |
API Reference for AWS Storage Gateway
In addition to using the console, you can use the AWS Storage Gateway API to programmatically configure and manage your gateways. This section describes the AWS Storage Gateway operations, request signing for authentication and the error handling. For information about the regions ... | http://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html | 2016-12-03T00:21:26 | CC-MAIN-2016-50 | 1480698540798.71 | [] | docs.aws.amazon.com |
MODX GitHub Contributor's Guide
Created by Jason Coward on May 31, 2013. Last edited by JP DeVries on Jul 19, 2013.
A GitHub-based branching strategy for collaborative development
In order to facilitate collaborative development on the MODx source code managed at GitHub, a clear and consistent branching strategy has be... | https://docs.modx.com/community/2.x/administering-your-site/customizing-the-manager/form-customization-sets/modx-github-contributors-guide | 2019-05-19T08:21:22 | CC-MAIN-2019-22 | 1558232254731.5 | [] | docs.modx.com |
documentation.
Q. Does DC/OS install ZooKeeper?Q. Does DC/OS install ZooKeeper?
DC/OS runs its own ZooKeeper supervised by Exhibitor and
systemd. instructions on agent or master node to backup ZooKeeper using Guano.
- Download the Guano ZooKeeper utility.
sudo wget
- Unzip the utility.
unzip guano-0.1a.jar.zip
- Set t... | http://docs-review.mesosphere.com/1.12/installing/installation-faq/ | 2019-05-19T09:18:57 | CC-MAIN-2019-22 | 1558232254731.5 | [] | docs-review.mesosphere.com |
Upgrade your data warehouse to Gen2
Microsoft is helping drive down the entry-level cost of running a data warehouse. Lower compute tiers capable of handling demanding queries are now available for Azure SQL Data Warehouse. Read the full announcement Lower compute tier support for Gen2. The new offering is available in... | https://docs.microsoft.com/en-us/azure/sql-data-warehouse/gen2-migration-schedule | 2019-05-19T09:01:04 | CC-MAIN-2019-22 | 1558232254731.5 | [] | docs.microsoft.com |
Application.MailSystem property (Excel)
Returns the mail system that's installed on the host machine. Read-only XlMailSystem.
Syntax
expression.MailSystem
expression A variable that represents an Application object.
Remarks
xlMailSystem can be one of these constants:
- xlNoMailSystem
- xlPowerTalk
Example
This example ... | https://docs.microsoft.com/en-us/office/vba/api/excel.application.mailsystem | 2019-05-19T08:57:56 | CC-MAIN-2019-22 | 1558232254731.5 | [] | docs.microsoft.com |
APX system overview
All units and components
nodes of the APX.
The application can establish any number of isolated networks for reliability and to provide redundancy layers.
Supported configurations
- Standard airplane
- VTOL UAVs (helicopter, or any kind of rotary-wing aircraft, multi-rotors, etc.)
- Atmospheric Sate... | https://docs.uavos.com/hw/ | 2019-05-19T08:39:29 | CC-MAIN-2019-22 | 1558232254731.5 | [] | docs.uavos.com |
This section contains topics for creating and managing device profiles. Device profiles contain the settings that, when combined with compliance policies, help you enforce corporate rules and procedures.
Device Profiles (General)
This section covers general profile concepts that apply to most device platforms. For exam... | https://docs.vmware.com/en/VMware-AirWatch/9.1/vmware-airwatch-guides-91/GUID-AW91-Profiles.html | 2019-05-19T08:54:46 | CC-MAIN-2019-22 | 1558232254731.5 | [] | docs.vmware.com |
cellular
cellular—Configure a cellular module on a vEdge router (on vEdge routers only).
The firmware installed in the router's cellular modules is specific to each service provider and determines which profile properties you can configure. You can modify the attributes for a profile only if allowed by the service prov... | https://sdwan-docs.cisco.com/Product_Documentation/Command_Reference/Configuration_Commands/cellular | 2019-05-19T08:25:24 | CC-MAIN-2019-22 | 1558232254731.5 | [] | sdwan-docs.cisco.com |
wake-on-lan
vpn interface dot1x wake-on-lan—Allow a client to be powered up when the vEdge router receives an Ethernet magic packet frame (on vEdge routers only). This feature allows you to connect to clients that have been powered down.
vManage Feature Template
For vEdge routers only:
Configuration ► Templates ► VPN I... | https://sdwan-docs.cisco.com/Product_Documentation/Command_Reference/Configuration_Commands/wake-on-lan | 2019-05-19T08:54:51 | CC-MAIN-2019-22 | 1558232254731.5 | [] | sdwan-docs.cisco.com |
Timeline
11/02/10:
- 08:46 Ticket #2369 (cat s3c2440-uart.1/clock_source causes oops in s3c24xx_serial_show_clksrc) created by
- Steps to reproduce: 1) cat …
11/01/10:
- 22:54 Changeset [5996] by
- Accept "#" as comment character in gnuplot data files. Misread the …
- 02:59 Changeset [5995] by
- spool/spool.c: allow ov... | http://docs.openmoko.org/trac/timeline?from=2010-11-29T09%3A33%3A31Z&precision=second | 2019-05-19T09:32:16 | CC-MAIN-2019-22 | 1558232254731.5 | [] | docs.openmoko.org |
Needs portal styling The categories/pages listed here are Joomla! Wiki pages are in need of portal styling. | https://docs.joomla.org/Category:Needs_portal_styling | 2017-02-19T16:37:03 | CC-MAIN-2017-09 | 1487501170186.50 | [] | docs.joomla.org |
HDFS Connector API Reference
Hadoop Distributed File System (HDFS) Connector.
Additional Info
Configs
Kerberos Configuration
<hdfs:config-with-kerberos>
Connection Management
Kerberos authentication configuration. Here you can configure properties required by "Kerberos Authentication" in order to establish connection w... | https://docs.mulesoft.com/mule-user-guide/v/3.8/hdfs-apidoc | 2017-02-19T16:36:34 | CC-MAIN-2017-09 | 1487501170186.50 | [] | docs.mulesoft.com |
Customizing Horizon¶
Themes¶
- The key by which the theme value is stored within the cookie
label
- The label shown in the theme toggle under the User Menu
path
- The directory location for the theme. The path must be relative to the.
Inherit from an Existing Theme¶
tox -e manage --";
Bootswatch¶";
Organizing Your Them... | https://docs.openstack.org/developer/horizon/topics/customizing.html | 2017-02-19T16:37:50 | CC-MAIN-2017-09 | 1487501170186.50 | [] | docs.openstack.org |
cliff – Command Line Interface Formulation Framework¶
cliff is a framework for building command line programs. It uses plugins to define sub-commands, output formatters, and other extensions.
Contents:
- Introduction
- Exploring the Demo App
- List Commands
- Show Commands
- Command Completion
- Interactive Mode
- Clif... | https://docs.openstack.org/developer/cliff/ | 2017-02-19T16:38:33 | CC-MAIN-2017-09 | 1487501170186.50 | [] | docs.openstack.org |
Download
BTM is distributed under the terms of the GNU Lesser General Public License. You must agree with all the terms of the license before you can use this software.
You will need JDK 1.5 or higher to use BTM 2.1.0 or higher. BTM versions up to 2.0.1 work | http://docs.codehaus.org/pages/viewpage.action?pageId=8356030 | 2014-04-16T13:41:28 | CC-MAIN-2014-15 | 1397609523429.20 | [array(['http://www.gnu.org/graphics/lgplv3-147x51.png', None],
dtype=object)
array(['http://www.bitronix.be/images/shim.gif', None], dtype=object)] | docs.codehaus.org |
You can use The Diagnostic or Settings pages in the Admin Console to look at or diagnose connections.
or
You can see the status of your connection in the main Settings dialog: healthy connections show a green check mark. If you need to investigate connection problems further, go to the Diagnostics tag and try the follo... | http://docs.jivesoftware.com/jive/6.0/community_admin/topic/com.jivesoftware.help.sp.online/SharePoint/DiagnosingConnectionProblems.html | 2014-04-16T13:02:32 | CC-MAIN-2014-15 | 1397609523429.20 | [] | docs.jivesoftware.com |
2 Future Creation Tree
The creation tree shows a tree with a single node per future created by the program. This display can be particularly useful for programs which spawn futures in nested fashion (futures within futures). For any given future node, the children of that node represent futures which were created by th... | http://docs.racket-lang.org/future-visualizer/future-visualizer-tree.html | 2014-04-16T13:03:07 | CC-MAIN-2014-15 | 1397609523429.20 | [] | docs.racket-lang.org |
)
I)
Is the first code snippet correct? If I read the text correctly, it claims that JComponentHelper::getParams() merges in the menu item specific parameters with the component-wide default parameters. When I read the code for the latest 1.5 version, I don't see that. It appears to me that the application's getParams(... | http://docs.joomla.org/index.php?title=Talk:Component_parameters&diff=37960&oldid=10470 | 2014-04-16T14:38:46 | CC-MAIN-2014-15 | 1397609523429.20 | [] | docs.joomla.org |
Adding, modifying, and removing metadata
Metadata is JSON-formatted key/value data that resides on the compute node that hosts the instance. Each container and hardware VM has its own metadata store.
Add metadata to an instance with the help of the Metadata API, on each individual instance page on the Triton portal.
At... | https://docs.joyent.com/public-cloud/tags-metadata/metadata | 2019-01-16T04:39:36 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.joyent.com |
In replication, a server profile sends walk data to another server profile. The two profiles can be on different machines or they can be on the same one. If the profiles are on different machines, the sending and receiving profiles can have the same or different names. If the profiles are on the same machine, use diffe... | https://docs.thunderstone.com/site/webinatorman/replication_overview.html | 2019-01-16T04:16:58 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.thunderstone.com |
Sagas¶
To coordinates messages between bounded contexts and aggregates EventFlow provides a simple saga system.
- Saga identity
- Saga
- Saga locator
- Zero or more aggregates
This example is based on the chapter “A Saga on Sagas” from the CQRS Journey by Microsoft, in which we want to model the process of placing an o... | http://docs.geteventflow.net/Sagas.html | 2019-01-16T03:39:14 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.geteventflow.net |
The RSA SecurID server must be configured with information about the Directories Management appliance as the authentication agent. The information required is the host name and the IP addresses for network interfaces.
Prerequisites
Verify that one of the following RSA Authentication Manager versions is installed and fu... | https://docs.vmware.com/en/vRealize-Automation/7.4/com.vmware.vra.prepare.use.doc/GUID-B3287511-F6FD-48CB-86BB-2E34F50DB535.html | 2019-01-16T03:59:35 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.vmware.com |
Page 1 of 4. Showing 34 results (0.016 seconds)
White-label Mobile AppIn order to publish a version of the Passport App for members under your name and organisation, a few steps must be followed to get your iTunes development account. This will eliminate any problems setting up your accounts with Apple. You must have a... | http://docs.nexudus.com:8090/dosearchsite.action?queryString=labelText:(kb-how-to-article)+AND+spacekey:(NSKE)&type=page,blog | 2019-01-16T03:30:29 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.nexudus.com:8090 |
-
- Direct Internet Access with integrated firewall
- Direct Internet Access with secure web gateway
- Backhaul internet
-!
Direct Internet Breakout at Branch with Integrated Firewall
Perform the following steps to enable Internet Service for any site (Client node or MCN):
In the Configuration Editor, navigate to the ... | https://docs.citrix.com/en-us/citrix-sd-wan/10-1/internet-service/dia-with-integrated-firewall.html | 2019-01-16T04:55:34 | CC-MAIN-2019-04 | 1547583656665.34 | [array(['/en-us/citrix-sd-wan/10-1/media/integrated-firewall.png',
'localized image'], dtype=object) ] | docs.citrix.com |
- !
Preparing for a Double-Hop DMZ Deployment
To prepare appropriately and avoid unnecessary problems when configuring a double-hop DMZ deployment, you should answer the following questions:.
- Do I want to support load balancing?
- What ports do I need to open on the firewalls?
- How many SSL certificates will I need?... | https://docs.citrix.com/en-us/netscaler-gateway/12-1/double-hop-dmz/ng-double-dmz-prepare-con.html | 2019-01-16T04:51:03 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.citrix.com |
Device and app policies
Endpoint Management device and app policies enable you to optimize a balance between factors, such as:
- Enterprise security
- Corporate data and asset protection
- User privacy
- Productive and positive user experiences
The optimum balance between those factors can vary. For example, highly reg... | https://docs.citrix.com/en-us/citrix-endpoint-management/advanced-concepts/deployment/device-app-policies.html | 2019-01-16T04:57:26 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.citrix.com |
Sometimes it is impossible for you to find a document within all your folders and we know how annoying it can be to waste time searching in every one of them, especially when you are in a hurry. With Kinderpedia you can use the SEARCH option in any document in just a few seconds. You can find SEARCH option in the right... | https://docs.kinderpedia.co/how-to-use-kinderpedia/2-documents-module/how-to-find-a-document-fast | 2019-01-16T04:03:11 | CC-MAIN-2019-04 | 1547583656665.34 | [array(['https://static.intercomassets.com/avatars/2635040/square_128/15578842_1300924933284200_6230913515983092470_n-1537791055.jpg?1537791055',
'Teo Serban avatar'], dtype=object) ] | docs.kinderpedia.co |
EULcommon¶
EULcommon is a collection of common Python libraries in use at Emory University Libraries. It’s a bit miscellaneous: The libraries are collected together primarily to minimize proliferating many tiny projects. In future releases individual subpackages may be split out as they mature.
Contents¶
- eulcommon.dj... | https://eulcommon.readthedocs.io/en/latest/ | 2019-01-16T04:05:53 | CC-MAIN-2019-04 | 1547583656665.34 | [] | eulcommon.readthedocs.io |
HtmlTextBox
The HtmlTextBox report item allows developers to insert HTML-formatted text into a report. You can specify the HTML value at design time (either through a WYSIWYG editor or through an expression editor), or retrieve it from a data source using any simple or complex expression that evaluates to correctly for... | http://docs.telerik.com/reporting/report-items-html-text-box | 2016-12-03T00:17:12 | CC-MAIN-2016-50 | 1480698540798.71 | [array(['/reporting/media/HtmlTextBox3.png', None], dtype=object)] | docs.telerik.com |
CSS sprites
As of Q1 2008, RadGrid for ASP.NET AJAX introduced a new rendering mode for all its buttons. In addition to PushButtons, LinkButtons and ImageButtons, it now offers the so called SpriteButtons. SpriteButtons are rendered as elements, but they have predefined CSS classes, which can be used to change their lo... | https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/appearance-and-styling/css-sprites | 2021-01-16T00:31:42 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['images/grd_gridsprite1.gif', 'sprite 1'], dtype=object)
array(['images/grd_gridwithsprite.gif', 'grid with sprite'], dtype=object)
array(['images/grd_gridsprite2.gif', 'sprite 2'], dtype=object)
array(['images/grd_gridspriteposition.gif', 'sprite position'],
dtype=object) ... | docs.telerik.com |
Wo vendor, with the option of manually adding new commissions or editing existing ones.
Requirements ↑ Back to top
Product Vendors version 2.0 requires:
- WooCommerce version 2.6.0+
- WordPress 4.9+
- PHP version 5.6+
- PayPal account (for PayPal Payouts)
Installation ↑ Back to top
- Download the .zip file from your Wo... | https://docs.woocommerce.com/document/product-vendors/ | 2021-01-16T00:32:28 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['https://docs.woocommerce.com/wp-content/uploads/2016/02/woo-pv-vendors.png',
None], dtype=object)
array(['https://docs.woocommerce.com/wp-content/uploads/2016/02/productvendors-registrationform.png',
'productvendors-registrationform'], dtype=object)
array(['https://docs.woocommerce.com/wp-con... | docs.woocommerce.com |
Classification:
compliance
Set up the gcp integration.
Detect when unauthorized activity by a user is detected in GCP
Monitor GCP logs and detect when a user account makes an API request and the request returns the status code equal to
7 within the log attribute
@data.protoPayload.status.code. The status code
7 indicat... | https://docs.datadoghq.com/ja/security_monitoring/default_rules/gcp-unauthorized-user-activity/ | 2021-01-16T00:53:53 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.datadoghq.com |
B
- Blueprint
Generic term that can refer to the visual scripting system as a whole or a standard class Blueprint that defines a new class or type of Actor.
C
- Custom Event
Event defined through the Blueprint Editor that can be executed via nodes in an EventGraph.
E
- Event
Executable method defined through code that ... | https://docs.unrealengine.com/en-US/ProgrammingAndScripting/Blueprints/Glossary/index.html | 2021-01-16T00:47:26 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.unrealengine.com |
The data in TE can be downloaded to Excel in two main ways.
1. The data in a TE window can be highlighted and copied into the clipboard.:
2. The TE data can be exported to Excel using one of the delivered Excel templates or a customised version of one of these.
The required task / transport data should be first highlig... | https://docs.basistechnologies.com/activecontrol-user-guide/5.30/en/topic/downloading-to-excel | 2021-01-16T00:27:18 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.basistechnologies.com |
Install and configure
After you sign up for Citrix Cloud Japan, use the following sequence to set up your connection to Citrix Cloud Japan. Review the entire process beforehand so you know what to expect.
Set up a resource locationSet up a resource location
Resource locations contain infrastructure servers, such as Act... | https://docs.citrix.com/en-us/citrix-cloud-japan/install-configure.html | 2021-01-16T00:57:04 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.citrix.com |
Elrond vs. Dfinity
Dfinity are using the EVM machine for Smart Contracts, dApps can be written in Solidity only. Elrond has own VM built using K-framework for which a GO backend has been created in-house. Elrond will support Solidity, IELE, WASM and possibly other languages, with formal verification of Smart Contracts.... | https://docs.elrond.com/detailed-comparison/elrond-vs-dfinity/ | 2021-01-15T23:55:12 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.elrond.com |
Authentication Sources¶
The authentication sources page can be accessed via the administer menu:
Administer > Authentication Sources
The authentication sources page forms a part of orcharhino’s user management.
LDAP is one possible source of authentication. a significant amount of administrative work. Organizations tha... | https://docs.orcharhino.com/sources/management_ui/the_administer_menu/authentication_sources.html | 2021-01-16T00:08:58 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['../../../_images/authentication_sources.png',
'Authentication sources'], dtype=object)
array(['../../../_images/authentication_sources_ldap_server.png',
'LDAP server'], dtype=object)
array(['../../../_images/authentication_sources_ldap_account.png',
'LDAP account'], dtype=object)
arr... | docs.orcharhino.com |
.
Distinto en la versión 3.4: Parameter key can be a bytes or bytearray object. Parameter msg can be of any type supported by
hashlib. Parameter digestmod can be the name of a hash algorithm.
Deprecated since version 3.4, will be.
Nuevo en la
Return the digest of the bytes passed to the
update()method so far. This byte... | https://python-docs-es.readthedocs.io/es/3.8/library/hmac.html | 2021-01-16T00:23:25 | CC-MAIN-2021-04 | 1610703497681.4 | [] | python-docs-es.readthedocs.io |
Pull requests and Git flow
Benefits of a pull-request based workflow
TLDR: Keep an eye on your repository and org permissions. Don't take sweets from strangers. Use pull requests. Easy to review, easy to manage, and only the project maintainers/owners need full access to the repo to merge them.
Although it is perfectly... | https://docs.codeberg.org/collaborating/pull-requests-and-git-flow/ | 2021-01-15T23:34:08 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['/assets/images/collaborating/pull-requests-and-git-flow/fork-button.png',
'Fork a project'], dtype=object)
array(['/assets/images/collaborating/pull-requests-and-git-flow/pull-request-button.png',
'Create a pull request'], dtype=object) ] | docs.codeberg.org |
How do I add links to the Header and Footer?
There are two options for adding additional links to the header and footer of your site.
OPTION 1:
Additional links requires editing two files;
tpl_header.php and
tpl_footer.php.
You can add internal page links as well external links. We’ll use
tpl_header.php in this article... | https://docs.zen-cart.com/user/template/additional_links/ | 2021-01-15T23:37:37 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['/images/ezpages_header_footer.png', 'EZ-Pages header and footer'],
dtype=object)
array(['/images/ezpages_internal_link.png', 'EZ-Pages internal link'],
dtype=object) ] | docs.zen-cart.com |
Integrate any Custom Post Type Related Plugin into BuddyPress
In this tutorial, You will learn an easy way to integrate any custom post type related plugin with BuddyPress.
With BuddyForms You can create a form for any post type. With the BuddyForms Members extension, it's easy to integrate the custom post type form in... | https://docs.buddyforms.com/article/152-integrate-any-custom-post-type-related-plugin-into-buddypress | 2021-01-16T00:25:27 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.buddyforms.com |
x-elbv2¶
This module is a rework in-depth of the previous lb_type property in x-configs aimed to allow a lot more detailed configuration, and in the future, to allow more detailed LB configuration, to allow pointing to Lambda or use Cognito to authenticate etc.
Syntax¶
x-elbv2: lbA: Properties: {} Settings: timeout_sec... | https://docs.ecs-composex.lambda-my-aws.io/syntax/composex/elbv2.html | 2021-01-16T00:40:02 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.ecs-composex.lambda-my-aws.io |
Hey everybody!
I love learning and am really grateful for the opportunity we all have here, but I never really participated in any group or conversation, though somehow 1 reputation point appeared in my account and I just wanted to know: what did I do?
I checked Q&A section, but in the provided table that explains the ... | https://docs.microsoft.com/en-us/answers/questions/3929/what-do-you-get-1-point-for.html | 2021-01-16T00:56:08 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.microsoft.com |
The Platform Installer and the NServiceBus.PowerShell modules provide a simple mechanism for installing and configuring the MSMQ service to suit NServiceBus. Particular does not provide an uninstall for this as there are built-in removal options within the Windows operating system.
The removal instructions vary dependi... | https://docs.particular.net/transports/msmq/uninstalling-msmq | 2021-01-15T23:53:42 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.particular.net |
This topic presents the most frequent reasons for which the UiPath Extension for Java might not work properly, and how to solve these issues.
To check if the extension is not working properly, open UIExplorer and try to select controls inside a Java app. If the entire window is selected, it means that the extension is ... | https://docs.uipath.com/studio/docs/java-extension | 2021-01-16T00:15:49 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['https://files.readme.io/882c6fd-enable_java_bridge.png',
'enable java bridge.png'], dtype=object)
array(['https://files.readme.io/882c6fd-enable_java_bridge.png',
'Click to close...'], dtype=object) ] | docs.uipath.com |
Hi,
We recently changed from on premise hosting to Azure for our Episerver site, and are experiencing problems with redirects within our site. The solutions keeps redirecting to the x.azurewebsites.net url instead of the custom domain, and we are bit lost as to what we have done wrong with the configuration of our site... | https://docs.microsoft.com/en-us/answers/questions/6821/redirecting-problems-and-custom-domain-in-app-serv.html | 2021-01-16T01:31:40 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.microsoft.com |
WooCommerce Payments is available to stores based in the US. Based outside the US? Request to be notified when it becomes available in your country.
WooCommerce Payments supports 3D Secure to require an additional verification step for payments. 3D Secure is supported via both your store’s checkout and the Pay for Orde... | https://docs.woocommerce.com/document/payments/faq/3d-secure/ | 2021-01-15T23:38:20 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.woocommerce.com |
Function:
a!fileUploadField()
Allows users to upload a file. File upload is only enabled on start and task forms. Permitted file extensions can be controlled via the File Upload settings in the Admin Console.
See Also: Document, Document or Folder
Notes
fv!variables described in the File Name, File Description, and Val... | https://docs.appian.com/suite/help/20.2/File_Upload_Component.html | 2021-01-15T23:30:27 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.appian.com |
android_dataUtilities for working with Android data (manifests, resources, and assets). This API is non-final and subject to change without warning; do not rely on it.
Methods
assets_from_deps
AndroidAssetsInfo android_data.assets_from_deps(deps=[], neverlink=False)Creates an AndroidAssetsInfoApi from this target's ass... | https://docs.bazel.build/versions/0.17.1/skylark/lib/android_data.html | 2021-01-16T00:24:28 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.bazel.build |
. BOSH Director database are all installed on a single BOSH VM, as shown in this diagram:
For more information, see.Create a pull request or raise an issue on the source for this page in GitHub | https://docs.cloudfoundry.org/credhub/index.html | 2021-01-16T00:36:10 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['images/basic-architecture.png',
'Diagram shows that the CredHub CLI interacts with CredHub to export credentials to the Encryption Provider, Data Store, and Authentication Provider'],
dtype=object)
array(['images/bosh-deployment.png',
'Diagram that show the following components colocate... | docs.cloudfoundry.org |
Note: This product is no longer for sale at WooCommerce.com. Documentation is not being updated.
The WooCommerce MyGate extension is a direct payment gateway that enables store owners to accept online credit card payments and other payment options (e.g., check payments card) using My Virtual.
Merchants can view and man... | https://docs.woocommerce.com/document/mygate/ | 2021-01-15T23:25:04 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['https://docs.woocommerce.com/wp-content/uploads/2012/05/mygate-signup.png',
None], dtype=object)
array(['https://docs.woocommerce.com/wp-content/uploads/2012/05/mygate-enable.png',
None], dtype=object)
array(['https://docs.woocommerce.com/wp-content/uploads/2012/05/mygate-sandbox-settings.png... | docs.woocommerce.com |
This page contains a searchable list of all Interface recipes. Interface recipes provide Designers with a combination of components and dynamic expressions to achieve common user-interface design patterns.
While recipes are reusable in nature, some recipes will be more relevant to records and reports, while other will ... | https://docs.appian.com/suite/help/18.3/SAIL_Recipes.html | 2021-01-16T00:11:50 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.appian.com |
Overview
This section walks you through creating and publishing your first API with APIM Console. To learn more about creating and publishing APIs, see the API Publisher Guide.
Create your API with APIM Console
-
Click Start creating an API.
Click Create an API from scratch.
Give your API a name, a version, a descripti... | https://docs.gravitee.io/apim/3.x/apim_quickstart_publish_ui.html | 2021-01-15T23:18:08 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['/images/apim/3.x/quickstart/publish/graviteeio-create-first-api-6.png',
'graviteeio create first api 6'], dtype=object)
array(['/images/apim/3.x/quickstart/publish/graviteeio-create-first-api-7.png',
'graviteeio create first api 7'], dtype=object) ] | docs.gravitee.io |
Vector data¶
This section discusses the vector data sources that GeoServer can access.
The standard GeoServer installation supports the loading and serving of the following data formats:
Other data sources are supplied as GeoServer extensions. Extensions are downloadable modules that add functionality to GeoServer. Ext... | http://docs.geoserver.org/latest/en/user/data/vector/index.html | 2018-02-18T05:08:53 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.geoserver.org |
Creating the Game1 Class
As with all Microsoft XNA projects, the Game1 class derives from the Microsoft.Xna.Framework.Game class, which provides basic graphics device initialization, game logic, and rendering code for XNA games. The Game1 class is fairly simple because most of the work in done in the GamePiece and Game... | https://docs.microsoft.com/en-us/dotnet/framework/common-client-technologies/creating-the-game1-class | 2018-02-18T06:01:14 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.microsoft.com |
This documentation is only valid for older versions of Wordfence. If you are using Wordfence 7 or later, please visit our new documentation.
Wordfence Official Documentation.
- Wordfence Password Auditing - How our new password auditing tools can help you say goodbye to weak user passwords
-
- What data does Wordfence ... | https://docs.wordfence.com/index.php?title=Wordfence_Official_Documentation&oldid=411 | 2018-02-18T05:12:57 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.wordfence.com |
a type that is not supported. 30 */ 31 @Immutable 32 public class UnsupportedRequestException extends RequestException { 33 34 /** 35 */ 36 private static final long serialVersionUID = 1L; 37 38 /** 39 * 40 */ 41 public UnsupportedRequestException() { 42 } 43 44 /** 45 * @param message 46 */ 47 public UnsupportedReque... | http://docs.jboss.org/modeshape/2.3.0.Final/xref/org/modeshape/graph/request/UnsupportedRequestException.html | 2018-02-18T05:12:56 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.jboss.org |
ChatterBot Corpus¶
This is a corpus of dialog data that is included in the chatterbot module.
Additional information about the
chatterbot-corpus module can be found
in the ChatterBot Corpus Documentation.
Corpus language availability¶
Corpus data is user contributed, but it is also not difficult to create one if you ar... | https://chatterbot.readthedocs.io/en/stable/corpus.html | 2018-02-18T04:53:28 | CC-MAIN-2018-09 | 1518891811655.65 | [] | chatterbot.readthedocs.io |
redSHOP Configuration - Integration
This section covers configuration settings for services that redSHOP has native integration support for. These include analytics (Google Analytics), SMS notifications (Clickatell), shipping (Post Danmark) and accounting (e-conomic). The controls are grouped together into four section... | https://docs.redcomponent.com/article/152-redshop-configuration-integration | 2018-02-18T04:59:08 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.redcomponent.com |
Managing Amazon EC2 Instances
AWS Explorer provides detailed views of Amazon Machine Images (AMI) and Amazon Elastic Compute Cloud (Amazon EC2) instances. From these views, you can launch an Amazon EC2 instance from an AMI, connect to that instance, and either stop or terminate the instance, all from inside the Visual ... | https://docs.aws.amazon.com/toolkit-for-visual-studio/latest/user-guide/tkv-ec2-ami.html | 2018-02-18T05:38:51 | CC-MAIN-2018-09 | 1518891811655.65 | [array(['images/tkv-ami-instance-show-hide-columns.png', None],
dtype=object)
array(['images/tkv-ec2-instance-terminated-linger.png', None],
dtype=object) ] | docs.aws.amazon.com |
Service Generation Outcome
This article is relevant to entity models that utilize the deprecated Visual Studio integration of Telerik Data Access. The current documentation of the Data Access framework is available here.
Service Wizard of Telerik Data Access can generate ServiceStack services for the persistent classes... | https://docs.telerik.com/data-access/deprecated/developers-guide/using-web-services/servicestack/web-services-servicestack-generation-outcome.html | 2018-02-18T05:11:11 | CC-MAIN-2018-09 | 1518891811655.65 | [array(['/data-access/images/web-services-servicestack-generation-outcome-010.png',
None], dtype=object)
array(['/data-access/images/web-services-servicestack-generation-outcome-020.png',
None], dtype=object) ] | docs.telerik.com |
This page exists within the Old ArtZone Wiki section of this site. Read the information presented on the linked page to better understand the significance of this fact.
Magnet Tutorial PDF link: magnettutorial.pdf
These magnets are specifically created to help you match Vittorio 4.2 morphs in new clothing items and to ... | http://docs.daz3d.com/doku.php/artzone/azproduct/7398 | 2018-02-18T05:12:43 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.daz3d.com |
Information for "JArchiveTar/extract" Basic information Display titleAPI15:JArchiveTar/extract Default sort keyJArchiveTar/extract Page length (in bytes)2,845 Page ID77:20,’ | https://docs.joomla.org/index.php?title=API15:JArchiveTar/extract&action=info | 2015-11-25T01:20:48 | CC-MAIN-2015-48 | 1448398444138.33 | [] | docs.joomla.org |
Technical Guidelines for Translation
From Joomla! Documentation
Translations for Joomla! have a number of technical requirements and guidelines.
Contents
Requirements and Guidelines for Language Packs
All ini files need to be saved as UTF-8 - No BOM.
Requirements and Guidelines for Sample Data
Sample data are created b... | https://docs.joomla.org/index.php?title=Technical_Guidelines_for_Translation&oldid=11846 | 2015-11-25T00:44:55 | CC-MAIN-2015-48 | 1448398444138.33 | [] | docs.joomla.org |
"Comparative Typology of the English and Azerbaijani languages" is a new kind of book in our Republic. In writing it, the authors have assumed that studying com
1 чел. помогло.
Similar
Comparative typology of the English and Russian languages...
Other authors writing in English...
Other authors writing in English (P-).... | http://docs.exdat.com/docs/index-132038.html | 2015-11-25T00:07:45 | CC-MAIN-2015-48 | 1448398444138.33 | [] | docs.exdat.com |
Difference between revisions of "Development Team" From Joomla! Documentation Revision as of 22:54, 25 November 2012 (view source)Tom Hutchison (Talk | contribs)m (archived template)← Older edit Latest revision as of 07:39, 29 November 2012 (view source) Tom Hutchison (Talk | contribs) m (using new category inclusion) ... | https://docs.joomla.org/index.php?title=Development_Team&diff=77943&oldid=77780 | 2015-11-25T00:20:23 | CC-MAIN-2015-48 | 1448398444138.33 | [] | docs.joomla.org |
Difference between revisions of "JToolBar::loadButtonType"
From Joomla! Documentation
Revision as of 20::loadButtonType
Description
Loads a button type.
Description:JToolBar::loadButtonType [Edit Descripton]
public function loadButtonType ( $type $new=false )
See also
JToolBar::loadButtonType source code on BitBucket
C... | https://docs.joomla.org/index.php?title=JToolBar::loadButtonType/11.1&diff=57919&oldid=48471 | 2015-11-25T01:00:08 | CC-MAIN-2015-48 | 1448398444138.33 | [] | docs.joomla.org |
Difference between revisions of "JForm::mergeNodes"
From Joomla! Documentation
Revision as of 17odes
Description
Merges new elements into a source <fields> element.
Description:JForm::mergeNodes [Edit Descripton]
protected static function mergeNodes ( SimpleXMLElement $source SimpleXMLElement $new )
See also
JForm::mer... | https://docs.joomla.org/index.php?title=API17:JForm::mergeNodes&diff=next&oldid=56884 | 2015-11-25T01:10:33 | CC-MAIN-2015-48 | 1448398444138.33 | [] | docs.joomla.org |
Uploading Files¶
Ah yes, the good old problem of file uploads. The basic idea of file uploads is actually quite simple. It basically works like this:
- A
<form>tag is marked with
enctype=multipart/form-dataand an
<input type=file>is placed in that form.
- The application accesses the file from the
filesdictionary on th... | https://azcv.readthedocs.io/en/stable/patterns/fileuploads.html | 2022-09-24T19:11:16 | CC-MAIN-2022-40 | 1664030333455.97 | [] | azcv.readthedocs.io |
Global Content RepositoryGlobal Content Repository
Altis includes a Global Content Repository framework. This is a site on the network that can be used to distribute content elsewhere via the REST API or directly to other sites on the network.
By default the Global Content Repository only exposes the user management ad... | https://docs.altis-dxp.com/v12/core/global-content-repository/ | 2022-09-24T19:51:18 | CC-MAIN-2022-40 | 1664030333455.97 | [] | docs.altis-dxp.com |
UpdateAgent
Updates the name of an agent.
Request Syntax
{ "AgentArn": "
string", "Name": "
string" }
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- AgentArn
The Amazon Resource Name (ARN) of the age... | https://docs.aws.amazon.com/datasync/latest/userguide/API_UpdateAgent.html | 2022-09-24T20:57:30 | CC-MAIN-2022-40 | 1664030333455.97 | [] | docs.aws.amazon.com |
Streams.
Batch Analogy
If you're coming from a batch processing background, you can think of a Decodable stream like a database table. A stream's records are like a table's rows, and its fields are like a table's columns.
Stream Types
There are two types of streams in Decodable.
Append - Each record in the stream is an... | https://docs.decodable.co/docs/streams | 2022-09-24T19:20:43 | CC-MAIN-2022-40 | 1664030333455.97 | [] | docs.decodable.co |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.