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 |
|---|---|---|---|---|---|---|
#include <wx/event.h>
This event is sent just after the actual window associated with a wxWindow object has been created.
Since it is derived from wxCommandEvent, the event propagates up the window hierarchy.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:... | https://docs.wxwidgets.org/3.0/classwx_window_create_event.html | 2018-12-10T06:34:01 | CC-MAIN-2018-51 | 1544376823318.33 | [] | docs.wxwidgets.org |
Cloud Cruiser’s Amazon Web Services (AWS) solution retrieves consumption data using the AWS Detailed Billing Report API. The template workbook provided for it uses passthrough rates for AWS services, passing along the rates and charges set by AWS, but you have the ability to set your own rates instead.
For more detaile... | https://docs.consumption.support.hpe.com/CC4/03Collecting%2C_transforming%2C_and_publishing/Amazon_Web_Services | 2018-12-10T06:08:07 | CC-MAIN-2018-51 | 1544376823318.33 | [] | docs.consumption.support.hpe.com |
SQL Server Backup and Restore with Microsoft Azure Blob Storage Service. This feature has been enhanced in SQL Server 2016 (13.x) to provide increased performance and functionality through the use of block blobs, Shared Access Signatures, and striping.
Note
For SQL Server versions previous to SQL Server 2012 SP1 CU2, y... | https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/sql-server-backup-and-restore-with-microsoft-azure-blob-storage-service?view=sql-server-2017 | 2018-12-10T06:27:44 | CC-MAIN-2018-51 | 1544376823318.33 | [array(['../../includes/media/yes.png?view=sql-server-2017', 'yes'],
dtype=object)
array(['../../includes/media/no.png?view=sql-server-2017', 'no'],
dtype=object)
array(['../../includes/media/no.png?view=sql-server-2017', 'no'],
dtype=object)
array(['../../includes/media/no.png?view=sql-server-2... | docs.microsoft.com |
Settings¶
Introduction¶
A typical application has some settings: if an application logs, a setting is the path to the log file. If an application.App.settings property:
app.settings.logging.logfile
Remember that the current application is also accessible from the request object:
request.app.. | https://morepath.readthedocs.io/en/0.15/settings.html | 2018-12-10T06:03:12 | CC-MAIN-2018-51 | 1544376823318.33 | [] | morepath.readthedocs.io |
On this page:
Related pages:
Each network request type has its own dashboard that graphically displays key performance indicators for that type over the selected time range. To select the time range, use the general time range dropdown at the top right of the UI.
How the Network Request Dashboard is Organized
The Netwo... | https://docs.appdynamics.com/display/PRO45/Network+Request+Dashboard | 2018-12-10T07:11:39 | CC-MAIN-2018-51 | 1544376823318.33 | [] | docs.appdynamics.com |
API Gateway 7.6.2 Policy Developer Guide Configure LDAP directories Overview A filter that uses an LDAP directory to authenticate a user or retrieve attributes for a user must have an LDAP directory associated with it. You can use the Configure LDAP Server dialog to configure connection details of the LDAP directory. B... | https://docs.axway.com/bundle/APIGateway_762_PolicyDevGuide_allOS_en_HTML5/page/Content/PolicyDevTopics/common_ldap_conf.htm | 2018-12-10T06:11:35 | CC-MAIN-2018-51 | 1544376823318.33 | [] | docs.axway.com |
Visual Basic 6.0 Downloads
Essential Downloads
Code Advisor for Visual Basic 6.0
This application plugs-in to Visual Basic 6.0 to analyze your code and suggest possible improvements.
Visual Basic 6.0 to Visual Basic .NET Upgrade Assessment Tool
Analyze your Visual Basic 6.0 projects to determine what issues you will ne... | https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-basic-6/downloads | 2018-12-10T06:06:04 | CC-MAIN-2018-51 | 1544376823318.33 | [] | docs.microsoft.com |
Installing Multiple Instances of Reporting Services
New: 14 April 2006
You can install multiple instances of Reporting Services on the same computer. Installing multiple instances is useful if you want to host different content for specific sites. Each instance will have its own report server database, configuration fi... | https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2005/ms403426(v=sql.90)?redirectedfrom=MSDN | 2022-08-08T07:35:52 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.microsoft.com |
We use this cheatsheet to help us scope projects in a consistent way.
What is this
- What's the elevator pitch for the feature? What's the user value?
- What are the most exciting tasks/stories we can tell for this feature?
- Who is the primary audience?
- Any docs deliverables you already have in mind?
Dates
- What ar... | https://docs.newrelic.com/docs/agile-handbook/appendices/project-scoping-cheatsheet | 2022-08-08T06:51:11 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.newrelic.com |
Tech doc writers (TW) are responsible for the docs. We write and edit the docs and exchange peer edits, maintain our backlog, and hero. To make it all happen, we use our Docs Team GitHub board to manage filed issues and pull requests (PRs).
The who's who of an issue or PR
GitHub tracks every stage of an issue or pull r... | https://docs.newrelic.com/docs/style-guide/writing-docs/writer-workflow/github-intro/ | 2022-08-08T07:19:07 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.newrelic.com |
Next: Persistent Variables, Up: Variables [Contents][Index]
A global variable is one that may be accessed anywhere within Octave.
This is in contrast to a local variable which can only be accessed outside
of its current context if it is passed explicitly, such as by including it as a
parameter when calling a function
(... | https://docs.octave.org/interpreter/Global-Variables.html | 2022-08-08T08:12:19 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.octave.org |
12.7. Source code tree layout
There are a few notable top-level directories in the source tree:
The main sub-projects:
oshmem: Top-level OpenSHMEM code base
ompi: The Open MPI code base
opal: The OPAL code base
config: M4 scripts supporting the top-level
configurescript
mpi.h
etc: Some miscellaneous text files
docs: So... | https://docs.open-mpi.org/en/main/developers/source-code-tree-layout.html | 2022-08-08T07:30:53 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.open-mpi.org |
;
By clicking on the tool icon
in the ToolBox,.
Normally, tool options are displayed in a window attached under the Toolbox as soon as you activate a tool. If they are not, you can access them from the image menu bar through→ → which opens the option window of the selected tool.
Common select options.
All these option... | https://docs.gimp.org/2.10/da/gimp-tool-ellipse-select.html | 2022-08-08T08:06:42 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.gimp.org |
E- the type of the message
public interface ITopic<E> extends DistributedObject
When a member subscribes for a topic, it is actually registering for messages published by any member in the cluster, including the new members joined after you added the listener.
Messages are ordered, meaning that listeners(subscribers) w... | https://docs.hazelcast.org/docs/5.0.3/javadoc/com/hazelcast/topic/ITopic.html | 2022-08-08T06:30:13 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.hazelcast.org |
9.3. Launching only on the local node
It is common to develop MPI applications on a single workstation or laptop, and then move to a larger parallel / HPC environment once the MPI application is ready.
Open MPI supports running multi-process MPI jobs on a single machine. In such cases, you can simply avoid listing a ho... | https://docs.open-mpi.org/en/main/running-apps/localhost.html | 2022-08-08T07:34:45 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.open-mpi.org |
Application Modules
ABP is a modular application framework which consists of dozens of NuGet & NPM packages. It also provides a complete infrastructure to build your own application modules which may have entities, services, database integration, APIs, UI components and so on.
There are two types of modules. They don't... | https://docs.abp.io/en/abp/5.0/Modules/Index | 2022-08-08T07:09:52 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.abp.io |
Installing the Unity SDK
To ensure that you are using the latest version of Unity Ads, we recommend that you install the SDK package from the Unity Editor Package Manager.
Note: Disabling domain reloading in Play Mode Options is not supported for the Unity Ads package.
In the Unity Editor, select Window > Package Manag... | https://docs.unity.com/ads/InstallingTheUnitySDK.html | 2022-08-08T08:03:00 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.unity.com |
Radiometric Temperature Measurements in Nongray Ferropericlase With Pressure- Spin- and Temperature-Dependent Optical Properties
Lobanov, Sergey S.
Speziale, Sergio
DOI:
Persistent URL:
Persistent URL:
Lobanov, Sergey S.; Speziale, Sergio, 2019: Radiometric Temperature Measurements in Nongray Ferropericlase With Pressu... | https://e-docs.geo-leo.de/handle/11858/9110 | 2022-08-08T07:20:50 | CC-MAIN-2022-33 | 1659882570767.11 | [] | e-docs.geo-leo.de |
Caution
You're viewing documentation for a previous version of Scylla Java Driver. Switch to the latest stable version.
To execute a query, you create a Statement instance and pass it to Session#execute() or Session#executeAsync. The driver provides various implementations:
SimpleStatement: a simple implementation buil... | https://java-driver.docs.scylladb.com/scylla-3.11.0.x/manual/statements/ | 2022-08-08T08:04:32 | CC-MAIN-2022-33 | 1659882570767.11 | [] | java-driver.docs.scylladb.com |
Welcome to Opytimizer’s documentation!¶
Did you ever reach a bottleneck in your computational experiments? Are you tired of selecting suitable parameters for a chosen technique? If yes, Opytimizer is the real deal! This package provides an easy-to-go implementation of meta-heuristic optimizations. From agents to a sear... | https://opytimizer.readthedocs.io/en/latest/ | 2022-08-08T08:28:21 | CC-MAIN-2022-33 | 1659882570767.11 | [] | opytimizer.readthedocs.io |
Table of Contents
Product Index
Grit…..that describes Eli HD for Holt 8 in one word. A Weird West hero without any of the traditional heroic characteristics, he's not chivalrous, he's not forgiving, he's not even a diamond in the rough…
However, while he's hunting zombies and aliens, chasing outlaws, or running from th... | http://docs.daz3d.com/doku.php/public/read_me/index/72195/start | 2022-08-08T08:20:28 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.daz3d.com |
Using PUT method
Use the Put method actions from the REST Web Service package to send requests to and receive responses from a REST API.
This example uses endpoints from the Swagger Petstore sample API () to demonstrate using Put method action to update data to the Petstore database.
Procédure
- Use the Put method acti... | https://docs.automationanywhere.com/fr-FR/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-put-action.html | 2022-08-08T06:59:36 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.automationanywhere.com |
Troubleshooting common problems¶
Solving problems hangs, on OS X with docker-machine or VirtualBox to run Docker¶
There is a known problem with VirtualBox shared folders: it is impossible for the VM to create a unix socket inside (for strange reasons).
To solve this, you can mount instead your /Users directory using
do... | https://docs.inginious.org/en/latest/admin_doc/install_doc/troubleshooting.html | 2022-08-08T07:19:08 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.inginious.org |
4. Tutorial for developers of WC models and WC modeling tools¶
Developers should follow these steps to build and use WC modeling computing environments (Docker images and containers) to test, debug, and run WC models and WC modeling tools.
Use wc_env_manager to pull existing WC modeling Docker images
Use wc_env_manager... | https://docs.karrlab.org/wc_env_manager/master/0.0.1/tutorial_developers.html | 2022-08-08T07:45:05 | CC-MAIN-2022-33 | 1659882570767.11 | [] | docs.karrlab.org |
miio.device module¶
- class miio.device.Device(ip: Optional[str] = None, token: Optional[str] = None, start_id: int = 0, debug: int = 0, lazy_discover: bool = True, timeout: Optional[int] = None, *, model: Optional[str] = None)[source]¶
Base class for all device implementations.
This is the main class providing the bas... | https://python-miio.readthedocs.io/en/latest/api/miio.device.html | 2022-08-08T07:42:04 | CC-MAIN-2022-33 | 1659882570767.11 | [] | python-miio.readthedocs.io |
Quamotion WebDriver provides two ways to automate apps running on iOS and Android devices: App Automation and Device Automation.
.apkor
.ipafile) is modified, you need to have access to the original
.apkor
.ipafile, and the app bundle needs to be resigned. Some applications may include anti-tamper protection which will... | http://docs.quamotion.mobi/webdriver/frontend/app-automation-vs-device-automation/ | 2019-09-15T07:53:03 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.quamotion.mobi |
chainer.functions.roi_pooling_2d¶
chainer.functions.
roi_pooling_2d(x, rois, outh, outw, spatial_scale)[source]¶
Spatial Region of Interest (ROI) pooling function.
This function acts similarly to
max_pooling_2d(), but it computes the maximum, 5), and each datum is set as below: (batch_index, x_min, y_min, x_max, y_max)... | https://docs.chainer.org/en/stable/reference/generated/chainer.functions.roi_pooling_2d.html | 2019-09-15T08:32:53 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.chainer.org |
API stability guarantees¶¶
Non-public API (experimental)¶ internal modules, which are not to be used, and will change without notice
Corda incubating modules¶
- internal modules¶
Everything else is internal and will change without notice, even deleted, and should not be used. This also includes any package that has
.in... | https://docs.corda.net/head/corda-api.html | 2019-09-15T08:03:36 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.corda.net |
Version 1.15
BannerBanner
LauncherLauncher
GeneralGeneral
- Fixed an issue caused by unicode characters in INI files.
- Made the Mod Launcher check to see if the game executable you selected is supported after browsing for one.
Main WindowMain Window
Removed the "Mods" tickbox.
Launcher SettingsLauncher Settings
- Adde... | https://docs.donutteam.com/docs/lucasmodlauncher/versions/version_1.15/ | 2019-09-15T07:35:41 | CC-MAIN-2019-39 | 1568514570830.42 | [array(['/img/lucasmodlauncher/version-banners/1.15.png',
'version 1.15 release banner'], dtype=object) ] | docs.donutteam.com |
Q: When I type on the web console of a Windows Guest, I see the same key appearing multiple times. E.g. I type "hello" but in the Guest I see "hheeelllloo".
A: Switch the keyboard type of the Guest to USB. PS2 keyboards are known to be problematic in Windows Guests. | https://docs.flexvdi.com/display/V31/Problems+with+flexVDI+Dashboard | 2019-09-15T07:39:42 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.flexvdi.com |
View contents of a file that is being tracked with Change Tracking
File content tracking allows you to view the contents of a file before and after a change that is being tracked with Change Tracking. To do this, it saves the file contents to a storage account after each change occurs.
Requirements
A standard storage a... | https://docs.microsoft.com/en-us/azure/automation/change-tracking-file-contents | 2019-09-15T08:33:19 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.microsoft.com |
All Files Adding or as, a layer in the Timeline view, and a node in the Node view. NOTETo learn more about the layer parameters, see Element / Drawing Node. | https://docs.toonboom.com/help/harmony-15/premium/timing/add-layer-column.html | 2019-09-15T07:39:12 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.toonboom.com |
Performance
Use the Performance module to display performance statistics for business units, sites, and activities. This module includes a Monitor view for the most recently completed timestep, an Intra-day table view, and an Alerts view.
All views display the following statistics, which are calculated by the WFM serve... | https://docs.genesys.com/Documentation/WM/8.5.2/SHelp/PerformanceMdl | 2019-09-15T07:53:53 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.genesys.com |
Open Design¶
Common development cycle¶
OpenStack deliverables are released in various ways and on different time-based or feature-based schedules (see the Release Management chapter). What binds them all, however, is our common 6-month development cycle.
OpenStack development cycles are named alphabetically (Austin, Be... | https://docs.openstack.org/project-team-guide/open-design.html | 2019-09-15T07:32:40 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.openstack.org |
Integer and Float now support min, max and choices. Choices must respect min and max (if provided).
Added Port type as an Integer in the closed interval [0, 65535].
Added minimum and maximum value limits to FloatOpt.
Except where otherwise noted, this document is licensed under
Creative Commons
Attribution 3.0 License.... | https://docs.openstack.org/releasenotes/oslo.config/newton.html | 2019-09-15T07:33:43 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.openstack.org |
User Security
A module in the WFM Configuration Utility that you can use to set security-access limitations for all nonagent users. You can limit access to specific sites, teams, activities, and so on. In some cases, you can configure some users to have view-only access to Workforce Management (WFM) objects, and other ... | https://docs.genesys.com/Documentation/WM/8.5.0/Admin/UserSec | 2019-09-15T07:29:46 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.genesys.com |
Read replicas in Azure Database for MySQL
The read replica feature allows you to replicate data from an Azure Database for MySQL server to a read-only server. You can replicate from the master server to up to five replicas. Replicas are updated asynchronously using the MySQL engine's native binary log (binlog) file pos... | https://docs.microsoft.com/en-us/azure/mysql/concepts-read-replicas | 2019-09-15T08:15:34 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.microsoft.com |
Network Time¶
OPNsense ships with a standard NTPd server, which synchronizes time with upstream servers and provides time to connected clients.
A newly installed firewall comes with NTP enabled on all interfaces (firewall blocks all non LAN access in this case),
forwarding queries to one of the
X.opnsense.pool.ntp.org ... | https://docs.opnsense.org/manual/ntpd.html | 2019-09-15T08:31:32 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.opnsense.org |
Cilium integration with Flannel (beta)¶
This guide contains the necessary steps to run Cilium on top of your Flannel cluster.
If you have a cluster already set up with Flannel you will not need to install Flannel again.
This Cilium integration with Flannel was performed with Flannel 0.10.0 and Kubernetes >= 1.9. If you... | https://cilium.readthedocs.io/en/stable/gettingstarted/flannel-integration/ | 2019-09-15T08:20:34 | CC-MAIN-2019-39 | 1568514570830.42 | [] | cilium.readthedocs.io |
Deployment Details
Overview
The Details page provides deployment details for each deployment that you submit when Deploy an Application.
Accessing Deployment Details
Once deployed, you can access the Deployment Details page in one of two ways:
From the Deployments list page, by clicking on the deployment name as highli... | https://docs.cloudcenter.cisco.com/display/WORKLOADMANAGER/Deployment+Details | 2019-09-15T08:01:33 | CC-MAIN-2019-39 | 1568514570830.42 | [array(['/download/attachments/34145652/Screen%20Shot%202018-10-15%20at%2011.27.15%20PM.png?version=1&modificationDate=1542067530000&api=v2',
None], dtype=object)
array(['/download/attachments/34145652/Screen%20Shot%202018-10-15%20at%2011.28.18%20PM.png?version=1&modificationDate=1542067530000&api=v2',
... | docs.cloudcenter.cisco.com |
Overview
Commands are issued from the parent window (your website) to the JavaScript API. The API then relays the command via
window.postMessage() to the iframed flipbook.
Flipbook-related commands
updateEventSettings
It is possible to dictate how the iframed flipbook should handle events when they have been triggered.... | https://docs.ipaper.io/javascript-api/commands | 2019-09-15T07:52:16 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.ipaper.io |
IPersistStorage::HandsOffStorage
A version of this page is also available for
Windows Embedded CE 6.0 R3
4/8/2010
This method instructs the object to release all storage objects that have been passed to it by its container and to enter HandsOff mode, in which the object cannot do anything and only the close operation w... | https://docs.microsoft.com/en-us/previous-versions/aa910219%28v%3Dmsdn.10%29 | 2019-09-15T08:37:56 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.microsoft.com |
Commerce v1 Products Variations
Commerce doesn't have the concept of product variations. Instead, different variations of a product are simply unique product records with their own name, SKU, description, price, stock etc.
To show different product options to your customers, you'd integrate using the Product List TV or... | https://docs.modmore.com/en/Commerce/v1/Products/Variations.html | 2019-09-15T07:45:56 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.modmore.com |
Contents Security Operations Previous Topic Next Topic Run Block Request Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Run Block Request Blocks communication with observables associated with a security inciden... | https://docs.servicenow.com/bundle/madrid-security-management/page/product/security-operations-common/task/run-block-request.html | 2019-09-15T08:41:56 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.servicenow.com |
Deleting Integrate Endpoints
To delete an Integrate endpoint:
- Stop the endpoint(s) you want to delete.
- If you need to delete multiple endpoints at the same time, select all of the endpoints that need to be removed. To achieve this, press the key while clicking on the names of the endpoints that need to be deleted u... | https://docs.torocloud.com/integrate/developing/endpoints/deleting/ | 2019-09-15T07:54:21 | CC-MAIN-2019-39 | 1568514570830.42 | [array(['../../../placeholders/img/coder-studio/deleting-endpoints.png',
'Deleting an Integrate endpoint'], dtype=object)
array(['../../../placeholders/img/coder/deleting-endpoints.png',
'Deleting an Integrate endpoint'], dtype=object) ] | docs.torocloud.com |
. A rule which addresses belonging to this package must pass. This package is applied only to addresses that pass this filter Addresses in this package Range of addresses in this package Range of addresses to be excluded from this package A file URL holding specific addresses to be polled. Each line in the URL file can... | http://docs.opennms.org/opennms/branches/jira-NMS-12165-2/xsds/thresholding.xsd | 2019-09-15T08:45:38 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.opennms.org |
Customer data management
This article describes the customer data associated with the Workspace Environment Management (WEM) service. It provides information concerning the collection, storage, and retention of customer data involved.
OverviewOverview
WEM uses intelligent resource management and profile management tech... | https://docs.citrix.com/en-us/workspace-environment-management/service/reference/customer-data-management.html | 2019-09-15T08:32:21 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.citrix.com |
Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs.
Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation.
The operation to create or update a virtual machine.
Shuts down... | https://docs.microsoft.com/en-us/rest/api/compute/virtualmachines | 2019-09-15T07:40:02 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.microsoft.com |
Properties configuration
This chapter contains list of configuration properties for Onegini IDP .
- IDP core properties
- IDP extension properties
- Header
- Common
- Authentication
- Caching
- Admin
- Database
- SMS
- SAML
- Remote Cache
- Rest Services
- Account link
- Encryption
- Persons API
- Events API
- Credenti... | https://docs.onegini.com/cim/idp/6.2.1/configuration/properties.html | 2019-09-15T07:28:08 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.onegini.com |
Boot¶
hangs at “booting…”¶
On some serial connected devices the console settings are different, in which case you would not be able to start the installer.
If you can reach the loader prompt, you could try to change some kernel parameters before booting.
set hint.uart.0.flags=0x0 set hint.uart.1.flags=0x10 set comconso... | https://docs.opnsense.org/troubleshooting/boot.html | 2019-09-15T08:15:13 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.opnsense.org |
First go to console.symbyoz.io
If you don't know your back-office login & password click to "Modify" and copy the URL to a new page.
Connect to the back-office
On a left menu, go to : Configuration >> Modules
Click on green button Add new
Add Module Title (name appear in Back-office) Add Module Name (database classe na... | https://docs.symbyoz.io/tutorials/create_new_module_symbyoz | 2019-09-15T07:54:50 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.symbyoz.io |
When you are making a multiplayer game, In addition to synchronizing the properties of networked GameObjects, you are likely to need to send, receive, and react to other pieces of information - such as when the match starts, when a player joins or leaves the match, or other information specific to your type of game, fo... | https://docs.unity3d.com/2018.3/Documentation/Manual/UNetActionsAndCommunication.html | 2019-09-15T07:42:52 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.unity3d.com |
OWIN Integration Guide¶
Basic setup¶
To allow scoped instances to be resolved during an OWIN request, the following registration needs to be added to the IAppBuilder instance:
// You'll need to include the following namespaces using Owin; using SimpleInjector; using SimpleInjector.Lifestyles; public void Configuration(... | https://simpleinjector.readthedocs.io/en/latest/owinintegration.html | 2019-09-15T08:01:11 | CC-MAIN-2019-39 | 1568514570830.42 | [] | simpleinjector.readthedocs.io |
Before you get started, you may want to do is add a photo to your profile, so click Profile management.
On the Personal page you can edit your details, such as your name, change your password, and view your group membership and capabilities.
To add your photo, click the image to the left of your name and upload the des... | http://docs.alfresco.com/process-services1.7/topics/personal_profile.html | 2017-12-11T03:42:19 | CC-MAIN-2017-51 | 1512948512121.15 | [array(['https://docs.alfresco.com/sites/docs.alfresco.com/files/public/images/docs/defaultprocess_services1_7/3.png',
'images/3.png'], dtype=object) ] | docs.alfresco.com |
Control Panel Overview
In the Control Panel of ComingSoon, you will only see two tabs – Settings and Subscribers.
Let’s start with the first part of the Settings tab by Enabling the module.
Allow Admin
This field allows you to enable or disable whether administrators will be able to access the store while it’s down for... | http://docs.isenselabs.com/comingsoon/control_panel | 2017-12-11T03:58:04 | CC-MAIN-2017-51 | 1512948512121.15 | [array(['/doc/comingsoon/img/settings_1.png', 'settings'], dtype=object)
array(['/doc/comingsoon/img/settings_2.png', 'settings2'], dtype=object)
array(['/doc/comingsoon/img/settings_3.png', 'settings3'], dtype=object)
array(['/doc/comingsoon/img/settings_4.png', 'settings4'], dtype=object)
array(['/doc/comingsoon/... | docs.isenselabs.com |
This workflow covers the following steps:
Getting the Service Creating an Update
There are four ways of provisioning devices in Bosch IoT Rollouts. They can either be pre-provisioned using the Management UI or the Management API, or a device (-management) itself can register with Bosch IoT Rollouts via Direct Device In... | https://docs.bosch-iot-suite.com/rollouts/introduction/gettingstarted/provisioningadevice.html | 2021-04-11T01:54:10 | CC-MAIN-2021-17 | 1618038060603.10 | [] | docs.bosch-iot-suite.com |
Clusters¶
When you open any cluster from the /dashboard menu you will arrive at /clusters management.
Here you will see more information about the selected cluster and will get access to the cluster management menu.
- Quickly navigate through active clusters.
- Information and log of the selected cluster.
- Management ... | https://docs.cast.ai/console-overview/clusters/ | 2021-04-11T00:14:06 | CC-MAIN-2021-17 | 1618038060603.10 | [array(['../images/clusters.png', None], dtype=object)] | docs.cast.ai |
Filter websites based on the selected Magento 2 instance during item sync
When you sync items to NetSuite, the following flows now filter the websites based on the selected Magento 2 instance:
- NetSuite Item to Magento Product Add/Update
- NetSuite Kit Item to Magento Bundle Product Add/Update
- NetSuite Matrix Item ... | https://docs.celigo.com/hc/en-us/articles/360057656311-Magento-2-NetSuite-release-notes-v1-29-4-February-2021 | 2021-04-11T00:22:38 | CC-MAIN-2021-17 | 1618038060603.10 | [] | docs.celigo.com |
You're reading the documentation for an older, but still supported, version of ROS 2. For information on the latest version, please have a look at Foxy.
Quality guide: ensuring code quality¶
Table of Contents
This page gives guidance about how to improve the software quality of ROS 2 packages, focusing on more specific... | https://docs.ros.org/en/dashing/Contributing/Quality-Guide.html | 2021-04-11T00:39:16 | CC-MAIN-2021-17 | 1618038060603.10 | [] | docs.ros.org |
class MCP4921¶
class MCP4921(spidrv, cs, clk = 400000)
Creates an instance of the MCP4921 class.
Arguments:
- spidrv – SPI Bus used ‘(SPI0, …)’
- cs – Chip select pin
- clk – Clock speed, default 400 kHz
MCP4921.set_value¶
set_value(v, gain = 1, buff = False)
Sends the 12-bit value v to the DAC. The gain of the output... | https://docs.zerynth.com/latest/reference/libs/microchip/mcp4921/docs/mcp4921/ | 2021-04-11T01:53:27 | CC-MAIN-2021-17 | 1618038060603.10 | [] | docs.zerynth.com |
Docker Desktop WSL 2 backend
Estimated reading time: 7 minutes..
Prerequisites
Before you install the Docker Desktop WSL 2 backend, you must complete the following steps:
- Install Windows 10, version 1903 or higher.
- Enable WSL 2 feature on Windows. For detailed instructions, refer to the Microsoft documentation.
- D... | https://docs-stage.docker.com/docker-for-windows/wsl/ | 2021-04-11T00:29:29 | CC-MAIN-2021-17 | 1618038060603.10 | [] | docs-stage.docker.com |
If you need an exact copy of an overlay project with all the embedding plugins, you can use the cloning function of the Overlay Editor. Cloning an overlay means that you can create a copy of one overlay project you have created and apply it to another constellation including all original overlay's plugins. It allows yo... | https://docs.gothru.co/how-to-clone-an-overlay-to-other-tours-using-gothru-overlay-editor/ | 2021-04-11T00:49:36 | CC-MAIN-2021-17 | 1618038060603.10 | [array(['https://docs.gothru.co/content/images/2021/03/image.png', None],
dtype=object) ] | docs.gothru.co |
You're reading the documentation for a development version. For the latest released version, please have a look at Foxy.
Using Python Packages with ROS 2¶
Goal: Explain how to interoperate with other Python packages from the ROS2 ecosystem.
Contents
Note
A cautionary note, if you intended to use pre-packaged binaries (... | https://docs.ros.org/en/rolling/Guides/Using-Python-Packages.html | 2021-04-11T01:34:19 | CC-MAIN-2021-17 | 1618038060603.10 | [] | docs.ros.org |
Cloud credentials
In order to access your cloud, Juju will need to know how to authenticate itself. We use the term credentials to describe the tokens or keys or secrets.
Juju can import your cloud credentials in one of three ways:
- Accepting credentials provided interactively by the user on the command line
- Scannin... | https://docs.jujucharms.com/2.1/en/credentials | 2018-06-17T21:46:16 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.jujucharms.com |
You use the catalog service to perform tasks related to requesting a machine.
The catalog service is comprised APIs for the consumer, service providers, and service administrators. It is designed to be used by consumers and providers of the service catalog. For example, a consumer would request a catalog item such as a... | https://docs.vmware.com/en/vRealize-Automation/7.3/com.vmware.vra.programming.doc/GUID-867F8881-E381-453D-9AC6-19A91A2F5FB8.html | 2018-06-17T22:29:59 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.vmware.com |
Database Replication and Clustering
Similar to the maintenance procedure, schema changes to an underlying dataserver may need to be performed on dataservers that are not part of an active dataservice. Although many inline schema changes, such as the addition, removal or modification of an existing table definition will... | http://docs.continuent.com/tungsten-clustering-6.0/operations-schemachanges.html | 2018-06-17T21:51:01 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.continuent.com |
Mule Maven Plugin 3.1.0 Release Notes
Mule Maven Plugin 3.1.0 is the first iteration after our major release of Mule Maven Plugin 3.
We have manage to fix a small number of issues that were affecting the product and also added several key features that were intentionally left out of Mule Maven Plugin 3.0.0.
Hardware an... | https://docs.mulesoft.com/release-notes/mule-maven-plugin-3.1.0-release-notes | 2018-06-17T22:17:54 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.mulesoft.com |
Add-ons
Kumu offers a number of free and paid add-ons that give your project access to powerful features beyond Kumu's base functionality. All projects (public and private) have access to the same set of add-ons. Add-ons are activated on a project-by-project basis.
Click on any of the add-ons below to access instructio... | https://docs.kumu.io/guides/add-ons.html | 2018-06-17T22:09:05 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.kumu.io |
Working with images
In Kumu, there are a number of different places where you can use images to enrich your project. This guide covers:
Add images to elements
If you are building a map by hand, you can also easily upload an image file from your computer directly to Kumu. Just click an item (element, connection, or loop... | https://docs.kumu.io/guides/images.html | 2018-06-17T21:58:54 | CC-MAIN-2018-26 | 1529267859817.15 | [array(['../images/upload-image.gif',
'Gif showing how to upload an image to Kumu'], dtype=object)] | docs.kumu.io |
Struct serde_json::
Error[−][src]
pub struct Error { /* fields omitted */ }
This type represents all possible errors that can occur when serializing or deserializing JSON data.
Methods
One-based line number at which the error was detected.
Characters in the first line of the input (before the first newline character) a... | https://docs.rs/serde_json/1.0.20/serde_json/struct.Error.html | 2018-06-17T21:58:04 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.rs |
References¶
Nanos gigantum humeris insidentes.
Books and papers¶
Several books and articles are mentioned across the documentation and the source code itself. Here is the complete list in no particular order:
- Vallado, David A., and Wayne D. McClain. Fundamentals of astrodynamics and applications. Vol. 12. Springer Sc... | https://poliastro.readthedocs.io/en/latest/references.html | 2018-06-17T22:05:18 | CC-MAIN-2018-26 | 1529267859817.15 | [] | poliastro.readthedocs.io |
Once you have placed a server in a pool, it is shown as a pool member in the Resources pane, for example:
When you add a server to a pool, XenCenter will attempt to resolve any pool configuration issues if possible:
You can change the license of any pool members after joining the pool. The server with the lowest licens... | https://docs.citrix.com/en-us/xencenter/6-5/xs-xc-pools/xs-xc-pools-add-host.html | 2018-06-17T22:00:05 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.citrix.com |
Combo Chart in Power BI.
Prerequisites
Combo charts are available in Power BI service and Power BI Desktop. This tutorial uses Power BI service to create a Combo chart. To follow along, open Power BI service and connect to the "Retail Analysis" sample instructions below).
Create a basic, single-axis, Combo Chart
Watch ... | https://docs.microsoft.com/en-us/power-bi/power-bi-visualization-combo-chart | 2018-06-17T21:50:13 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.microsoft.com |
Replace a Service Catalog form script with a widget You. Before you beginRole required: admin or sp_admin Procedure Create a widget that performs the action you would like to use in catalog item forms. See step 7 for a simple example widget that accesses another variable on the form. Open a catalog item that previously... | https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/build/service-portal/task/ui-macro-widget.html | 2018-06-17T21:51:58 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.servicenow.com |
Caching¶
Buckaroo will cache files downloaded from the network and clones of Git repositories. This prevents duplicate work, and can even enable Buckaroo to work offline in some cases.
Clearing the Cache¶
If you would like to reclaim some disc space, it is safe to delete the Buckaroo cache folder. The location of the c... | https://buckaroo.readthedocs.io/en/latest/caching.html | 2018-06-17T21:47:38 | CC-MAIN-2018-26 | 1529267859817.15 | [] | buckaroo.readthedocs.io |
You configure the expression with the OR operator to check for the preceding three applications. If NetScaler Gateway detects the correct version of any of the applications on the user device, users are allowed to log on. The expression in the policy dialog box appears as follows:
av_5_Symantec_10 || av_5_McAfeevirussc... | https://docs.citrix.com/de-de/netscaler-gateway/11/vpn-user-config/endpoint-policies/ng-endpoint-preauthentication-config-tsk/ng-endpoint-expressions-multiple-tsk.html | 2018-06-17T21:56:50 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.citrix.com |
Controls
Controls allow you to customize how people interact with your maps. You can use them to overlay buttons, images, text and more! Interactive controls can be used to transform the current view's setting too, such as filter, focus, and clustering.
Add controls through the Basic Editor
You can use the Basic Editor... | https://docs.kumu.io/guides/controls.html | 2018-06-17T22:13:06 | CC-MAIN-2018-26 | 1529267859817.15 | [array(['../images/custom-controls-intro.png', 'Image of a custom control'],
dtype=object)
array(['../images/control-builder.png', 'controls builder ui'],
dtype=object) ] | docs.kumu.io |
absenteeism
Absenteeism, see
School -- Attendance -- Compulsory
abuse
Abuse, see
Children -- Abuse and neglect
;
Sex crimes
academic fee
Academic fee, see
University of Wisconsin -- Tuition
accident
Accident, see
Motor vehicle -- Accident
accountant
Accountant, see
Certified public accountant
accounting examining boar... | https://docs.legis.wisconsin.gov/2017/related/acts_index/index/A/administration_department_of___boards_and_other_subdivisions | 2018-06-17T22:15:09 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.legis.wisconsin.gov |
Multiple currency model For price fields using the multiple currency model, you specify a fixed price based on locale. For example, in this model, we specify that the item costs USD 500, but GBP 450, regardless of current exchange rates. Figure 1. Multiple currency price If we then proceed to view this as a UK user, in... | https://docs.servicenow.com/bundle/helsinki-platform-administration/page/administer/localization/concept/c_MultipleCurrencyModel.html | 2018-06-17T22:02:14 | CC-MAIN-2018-26 | 1529267859817.15 | [] | docs.servicenow.com |
certbot.error_handler¶
Registers functions to be called if an exception or signal occurs.
- class
certbot.error_handler.
ErrorHandler(func=None, *args, **kwargs)[source]¶
Context manager for running code that must be cleaned up on failure.
The context manager allows you to register functions that will be called when an... | http://letsencrypt.readthedocs.io/en/latest/api/error_handler.html | 2018-06-17T21:41:42 | CC-MAIN-2018-26 | 1529267859817.15 | [] | letsencrypt.readthedocs.io |
Geolocation
Many of today's apps are enhanced by the use of geolocation – wireless detection of the physical location of a remote device. These apps determine the user's position and use this data to enhance user experience. For example, apps can capture the exact location where a picture was taken or determine what bu... | http://docs.apigee.com/app-services/content/geolocation?rate=bUGjBTRujFsXX0IRB-0FDNc6Ue5sYKK-UBKnpLW-X8M | 2016-02-06T03:03:31 | CC-MAIN-2016-07 | 1454701145751.1 | [] | docs.apigee.com |
Difference between revisions of "Version History"
From Joomla! Documentation
Revision as of 06:02, 23 April 2013
This pages in this category contains more detailed version histories for all Joomla! CMS versions.
>
Cite error:
<ref> tags exist, but no
<references/> tag was found
Pages in category ‘Version History’
The f... | https://docs.joomla.org/index.php?title=Category:Version_History&curid=28042&diff=85093&oldid=82438 | 2016-02-06T03:44:16 | CC-MAIN-2016-07 | 1454701145751.1 | [] | docs.joomla.org |
Difference between revisions of "How do you set global preferences for content?"
From Joomla! Documentation
Revision as of 14:42, 1 September 2012
Global preferences in content are set in the article manager.
In the backend, go to Content>Article manager.
On the tool bar, second from the right, there is the options (in... | https://docs.joomla.org/index.php?title=How_do_you_set_global_preferences_for_content%3F&diff=73566&oldid=34080 | 2016-02-06T03:04:13 | CC-MAIN-2016-07 | 1454701145751.1 | [] | docs.joomla.org |
All public logs
Combined display of all available logs of Joomla! Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:30, 10 May 2013 JoomlaWikiBot (Talk | contribs) moved page JDatabaseQueryMySQLi::group/11.1 to API17:JDat... | https://docs.joomla.org/index.php?title=Special:Log&page=JDatabaseQueryMySQLi%3A%3Agroup%2F11.1 | 2016-02-06T03:32:07 | CC-MAIN-2016-07 | 1454701145751.1 | [] | docs.joomla.org |
Cafu is available under two licenses:
The source code is in both cases exactly the same, and it depends on your goals and requirements which of the two licenses is the most suitable for you.:
In summary, just let us know that you want a custom license, and what you want the license to look like. Mention any detail that... | http://docs.cafu.de/cppdev:duallicensing | 2016-02-06T02:50:58 | CC-MAIN-2016-07 | 1454701145751.1 | [] | docs.cafu.de |
IWithOS Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the virtual machine scale set definition allowing to specify the o... | https://docs.azure.cn/zh-cn/dotnet/api/microsoft.azure.management.compute.fluent.virtualmachinescaleset.definition.iwithos?view=azure-dotnet | 2022-06-25T01:34:55 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.azure.cn |
Before saving data on the server you can validate it and assign a handler function for any gotten response.
Shortly, validation contains 2 key points:
To implement the server-side validation of incoming data you can use the following events:
The beforeProcessing event fires for all types of operations while other event... | https://docs.dhtmlx.com/connector__php__validation.html | 2022-06-25T02:38:10 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.dhtmlx.com |
Template:Backpanel:Klimax DS/2
- MAINS INPUT - To connect to the mains electricity supply.
- EXAKT LINK - To connect to Exakt compatible devices (Exaktbox, Exakt Speakers, Urika II etc)
- ETHERNET - To connect to a network (100Base-T)
- RS232 PORTS - For connection to Linn source products without ethernet ports.
- FALL... | https://docs.linn.co.uk/wiki/index.php/Template:Backpanel:Klimax_DS/2 | 2022-06-25T02:13:24 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.linn.co.uk |
Performing an implicit data type conversion requires that an appropriate cast definition exists that specifies the AS ASSIGNMENT clause.
SQL Engine performs implicit UDT-to-DATE
If no UDT-to-DATE implicit cast definition exists, Vantage looks for other cast definitions that can substitute for the UDT-to-DATE implicit c... | https://docs.teradata.com/r/Teradata-VantageTM-Data-Types-and-Literals/July-2021/Data-Type-Conversions/UDT-to-DATE-Conversion/Usage-Notes/Implicit-Type-Conversion | 2022-06-25T02:16:34 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.teradata.com |
This method is only used by Post FX Pipelines and those that extend from them.
This method is called every time the
postBatch method is called and is passed a
reference to the current render target.
At the very least a Post FX Pipeline should call
this.bindAndDraw(renderTarget),
however, you can do as much additional p... | https://newdocs.phaser.io/docs/3.55.2/focus/Phaser.Renderer.WebGL.Pipelines.BitmapMaskPipeline-onDraw | 2022-06-25T01:37:18 | CC-MAIN-2022-27 | 1656103033925.2 | [] | newdocs.phaser.io |
.)
Multi-step reactions and graphical charts also can be created by the Reaction tool. file in a reaction search.)
In this case, only those file formats are available in the Export dialog which support reactions .
Marvin JS provides the option to set map numbers to individual atoms. Unlike atom indices, map numbers rem... | https://docs.chemaxon.com/display/lts-europium/reactions-and-mechanisms-in-marvin-js.md | 2022-06-25T01:15:11 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.chemaxon.com |
Collapsers are expandable elements that hide page content until you trigger it open. We use collapsers to hide content in very long documents, out of consideration for our readers. Each collapser has a
title (what we show to readers), but also an
id that we use for deep "anchor" links to specific collapsers. key
sto sh... | https://docs.newrelic.com/kr/docs/style-guide/structure/collapsers/?q= | 2022-06-25T01:10:49 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.newrelic.com |
- Functionality-related FAQs
Should I use the app to add tracking information to Paypal while I can do it manually?
It’s definitely worth trying our app even if you have a small number of orders. Our app’s plans are varied from 100 (free of charge) to unlimited orders. Let our app do its job precisely with no time, an... | https://docs.synctrack.io/welcome-to-synctrack/faqs-documents/synctrack-functionality-related-faqs | 2022-06-25T01:29:02 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.synctrack.io |
DépouillementsAjouter le résultat dans votre panier
Article : texte imprimé
Breastfeeding Medicine and Black History Month: Studies on the African American Experience and Breastfeeding
Breastfeeding
Sahira Long, Auteur |
In June 2019, after the U.S. Breastfeeding Committee African American/Black Identity Caucus meeting... | https://docs.info-allaitement.org/opac_css/index.php?lvl=bulletin_display&id=447 | 2022-06-25T01:17:01 | CC-MAIN-2022-27 | 1656103033925.2 | [array(['https://docs.info-allaitement.org/opac_css/getimage.php?url_image=http%3A%2F%2Fimages-eu.amazon.com%2Fimages%2FP%2F%21%21isbn%21%21.08.MZZZZZZZ.jpg¬icecode=&entity_id=1900&vigurl=https%3A%2F%2Fwww.liebertpub.com%2Fna101%2Fhome%2Fliteratum%2Fpublisher%2Fmal%2Fjournals%2Fcontent%2Fbfm%2F2021%2Fbfm.2021.16.issue-... | docs.info-allaitement.org |
Converts unsigned ints into readable (ascii) characters. More...
Converts unsigned ints into readable (ascii) characters.
Definition at line 41 of file char.hpp.
Reimplemented in ecl::Converter< char, void >.
Definition at line 43 of file char.hpp.
Converts a single unsigned int into a char type. A similar function is ... | http://docs.ros.org/en/jade/api/ecl_converters/html/classecl_1_1Converter_3_01char_00_01unsigned_01int_01_4.html | 2022-06-25T02:14:59 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.ros.org |
AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Get-KMSKeyPolicyList-KeyId <String>-Limit <Int32>-Marker <String>-Select <String>-PassThru <SwitchParameter>-NoAutoIteratio... | https://docs.aws.amazon.com/powershell/latest/reference/items/Get-KMSKeyPolicyList.html | 2022-06-25T02:47:18 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.aws.amazon.com |
serializes data in the Action Message Format XML (AMFX) format. It can write simple and complex objects, to be used in conjunction with an AMFX-compliant server. To create an encoded XMl, first construct an Encoder:
var encoder = Ext.create('Ext.data.amf.XmlEncoder');
Then use the writer methods to out data to the :
e... | https://docs.sencha.com/extjs/6.2.1/modern/Ext.data.amf.XmlEncoder.html | 2022-06-25T01:25:20 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.sencha.com |
View user information
Review useful information about a user's activities in your environment by using the User Facts page:
- Select Users from the Home page, or select Explore > Users from the menu to access the Users Table.
- Select any individual user.
At the top of each user's view, you can:
- Review the Last Updat... | https://docs.splunk.com/Documentation/UBA/5.0.5.1/User/UserInfo | 2022-06-25T02:00:31 | CC-MAIN-2022-27 | 1656103033925.2 | [array(['/skins/OxfordComma/images/acrobat-logo.png', 'Acrobat logo'],
dtype=object) ] | docs.splunk.com |
Keeping your online store updated with relevant graphics and content can become a tedious task for store owners..
Simply pick the date and time for your theme to be published, and leave the rest to us.
Features
- Schedule a date and time you'd like your new theme to go live.
- Monitor your scheduled change and get upda... | https://docs.minionmade.com/theme-on-time-app/schedule-theme-changes-on-shopify | 2022-06-25T01:18:43 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.minionmade.com |
The mssql_user module is used to create and manage SQL Server Users
frank: mssql_user.present: - database: yolo
salt.states.mssql_user.
absent(name, **kwargs)¶
Ensure that the named user is absent
The username of the user to remove
salt.states.mssql_user.
present(name, login=None, domain=None, database=None, roles=None... | https://docs.saltproject.io/en/3001/ref/states/all/salt.states.mssql_user.html | 2022-06-25T01:32:41 | CC-MAIN-2022-27 | 1656103033925.2 | [] | docs.saltproject.io |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.