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 |
|---|---|---|---|---|---|---|
Provides programmatic access to the authorization section contained in the webParts section of the configuration. This class cannot be inherited.
See Also: WebPartsPersonalizationAuthorization Members
The System.Web.Configuration.WebPartsPersonalizationAuthorization class provides configuration support for personalizat... | http://docs.go-mono.com/monodoc.ashx?link=T%3ASystem.Web.Configuration.WebPartsPersonalizationAuthorization | 2018-11-12T20:14:16 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.go-mono.com |
Preventing Slow Receivers
Preventing Slow Receivers
During system integration, you can identify and eliminate potential causes of slow receivers in peer-to-peer communication.
Work with your network administrator to eliminate any problems you identify.
Slowing is more likely to occur when applications run many threads,... | http://gemfire81.docs.pivotal.io/docs-gemfire/managing/monitor_tune/slow_receivers_preventing_problems.html | 2018-11-12T19:38:20 | CC-MAIN-2018-47 | 1542039741087.23 | [array(['../../common/images/unbalanced_network_capacity_probs.png', None],
dtype=object) ] | gemfire81.docs.pivotal.io |
StaticBody¶
Inherits: PhysicsBody < CollisionObject < Spatial < Node < Object
Category: Core
Description¶
Static body for 3D Physics. A static body is a simple body that is not intended to move. They don’t consume any CPU resources in contrast to a RigidBody). | https://docs.godotengine.org/en/latest/classes/class_staticbody.html | 2018-11-12T20:20:56 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.godotengine.org |
Glossary
Access Control Lists : Access Control Lists (ACLs) allow you to assign different permissions for different users or groups even though they do not correspond to the original owner or the owning group./`
Client : Any machine that mounts a GlusterFS volume. Any applications that use libgfapi access mechanism can... | https://gluster.readthedocs.io/en/latest/glossary/ | 2018-11-12T20:36:45 | CC-MAIN-2018-47 | 1542039741087.23 | [] | gluster.readthedocs.io |
Deleted patron accounts remain in the Evergreen database for reporting purposes but are no longer accessible from the staff client. The deletion tool checks the following before deleting any account:
Open circulations. Accounts with items checked out cannot be deleted
Active holds. Accounts with active holds cannot be ... | http://docs.libraries.coop/sitka/_deleting_patron_accounts.html | 2018-11-12T20:17:07 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.libraries.coop |
.
Use local time of clientUse local time of client
This setting determines the time zone setting of the user session. This setting can be either the time zone of the user session or the time zone of the user device.
By default, the time zone of the user session is used.
For this setting to take effect, enable the Allow... | https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/policies/reference/ica-policy-settings/time-zone-control-policy-settings.html | 2018-11-12T21:09:57 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.citrix.com |
CSGSphere¶
Inherits: CSGPrimitive < CSGShape < VisualInstance < Spatial < Node < Object
Category: Core
Property Descriptions¶
The material used to render the sphere.
Number of vertical slices for the sphere.
Radius of the sphere.
Number of horizontal slices for the sphere.
If true the normals of the sphere are set to g... | https://docs.godotengine.org/en/latest/classes/class_csgsphere.html | 2018-11-12T20:14:54 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.godotengine.org |
An Act to amend 968.20 (1m) (b) and 968.20 (2); and to create 968.20 (1m) (d) of the statutes; Relating to: the return of a seized firearm to the person who owns the firearm. (FE)
Amendment Histories
2015 Wisconsin Act 141 (PDF: )
2015 Wisconsin Act 141: LC Act Memo
Bill Text (PDF: )
LC Amendment Memo
Fiscal Estimates
... | http://docs.legis.wisconsin.gov/2015/proposals/reg/asm/bill/ab13 | 2018-11-12T19:39:11 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.legis.wisconsin.gov |
Importing Docker
The first step to use the NiFi Docker installation is to import Docker. Enter the following command to import Docker:
docker import [OPTIONS] file|URL|- [REPOSITORY[:TAG]]
You can use the following options:
- --change , -c
Apply Dockerfile instruction to the created image
- --message , -m
Set commit me... | https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.2.0/installing-upgrading-nifi/content/importing_docker.html | 2018-11-12T20:54:21 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.hortonworks.com |
NuGet 2.8.3 Release Notes
NuGet 2.8.2 Release Notes | NuGet 2.8.5 Release Notes
NuGet 2.8.3 was released October 17, 2014. It is a minor update to our 2.8.1 VSIX with some targeted fixes.
In this release, the support for NuGet Package Manager dialog was added for ASP.NET vNext, DevExtreme and BizTalk (.btproj) project ... | https://docs.microsoft.com/en-us/nuget/release-notes/nuget-2.8.3 | 2018-11-12T20:44:46 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.microsoft.com |
To switch from Ksplice to KernelCare, use the following script, which uninstalls Ksplice and installs KernelCare itself instead.
It will automatically detect and abort if the system is not 64-bit (as KernelCare doesn't support that).
It will also detects when Ksplice module cannot be uninstalled, and retries multiple t... | http://docs.kernelcare.com/switching_from_ksplice.htm | 2018-11-12T21:16:15 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.kernelcare.com |
numpy.hamming¶
numpy.
hamming(M)[source]¶
Return the Hamming window.
The Hamming window is a taper formed by using a weighted cosine..hamming(12) array([ 0.08 , 0.15302337, 0.34890909, 0.60546483, 0.84123594, 0.98136677, 0.98136677, 0.84123594, 0.60546483, 0.34890909, 0.15302337, 0.08 ])
Plot the window and the frequen... | https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.hamming.html | 2018-11-12T19:39:00 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.scipy.org |
Specification Files
Specification files are useful for formatting data into, and out of, reports.
Use an output specification file to import data into a custom report and format it. Output specification files must be in Excel (XLS) format. To import an output specification file:
- From the Reports drop down, select Spe... | https://docs.genesys.com/Documentation/EGAG/latest/EGAGhelp/SpecFiles | 2018-11-12T21:44:26 | CC-MAIN-2018-47 | 1542039741087.23 | [] | docs.genesys.com |
The first time you log in to the Nexudus Spaces dashboard, you can follow our guided tour, which offers you information about the main features available on the dashboard. We recommend taking this guided tour as it will give you an overview of the dashboard's features. However, if you don't want to, you can close the p... | http://docs.nexudus.com:8090/display/NSKE/Getting+started+on+the+dashboard | 2019-01-16T04:29:51 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.nexudus.com:8090 |
Access Token URL (Authentication URL) is required to ensure your platforms are safe from unauthorized access. Access Token URL can be configured by the Application admin in Applozic Dashboard for authenticating users from your backend server.
Setup Access Token URL in Dashboard
Login to. Go to Dashboard. Select Applica... | https://docs.applozic.com/docs/access-token-url | 2019-01-16T04:39:29 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.applozic.com |
Contents Security Operations Previous Topic Next Topic Security Incident Rogue Server or Service flow template ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Other Share Security Incident Rogue Server or Service flow template The Security Incident - Rogue Server or Service - Template allows you... | https://docs.servicenow.com/bundle/kingston-security-management/page/product/security-incident-response-orchestration/task/si-rogue-integhub-flow-template.html | 2019-01-16T04:22:24 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.servicenow.com |
Misusability Cases¶
Misusability Cases are scenarios which describe how design decisions may lead to usability problems subsequently leading to system misuse. These can be useful if you feel some aspect of a design might be open to exploitation, and you need to make a case for how the rationale design makes this possib... | https://cairis.readthedocs.io/en/latest/misusability.html | 2019-01-16T04:23:01 | CC-MAIN-2019-04 | 1547583656665.34 | [] | cairis.readthedocs.io |
public CordaService
Annotate any class that needs to be a long-lived service within the node, such as an oracle, with this annotation.
Such a class needs to have a constructor with a single parameter of type AppServiceHub. This constructor will be invoked
during node start to initialise the service. The service hub pro... | https://docs.corda.net/api/javadoc/net/corda/core/node/services/CordaService.html | 2019-01-16T04:13:34 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.corda.net |
Syntax: number
The maximum number of rows that can be scrolled to when returning ranked results. This can be set to 0 for all matching rows, or to any other number. The lower the number the better the performance, however users won't be able to scroll through as many results. The default is 200. | https://docs.thunderstone.com/site/webinatorman/ranked_rows.html | 2019-01-16T03:34:53 | CC-MAIN-2019-04 | 1547583656665.34 | [] | docs.thunderstone.com |
URL and Path Settings¶
Control Panel Location:
This section of the Control Panel allows you to define the URL and path settings of your site. If you are using the Site Manager, note that these settings are per-site.
Settings¶
Default base URL¶
The value given to the
{base_url} control panel variable. This is one of few... | https://docs.expressionengine.com/latest/cp/settings/urls.html | 2017-01-16T17:13:35 | CC-MAIN-2017-04 | 1484560279224.13 | [] | docs.expressionengine.com |
[ aws . cloudformation ]
Returns the template body for a specified stack. You can get the template for running or deleted stacks.
For deleted stacks, get-template returns the template for up to 90 days after the stack has been deleted.
Note
If the template does not exist, a ValidationError is returned.
See also: AWS AP... | http://docs.aws.amazon.com/cli/latest/reference/cloudformation/get-template.html | 2017-01-16T17:13:33 | CC-MAIN-2017-04 | 1484560279224.13 | [] | docs.aws.amazon.com |
AWS OpsWorks Stacks Lifecycle Events
Each layer has a set of five lifecycle events, each of which has an associated set of recipes that are specific to the layer. When an event occurs on a layer's instance, AWS OpsWorks Stacks automatically runs the appropriate set of recipes. To provide a custom response to these even... | http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-events.html | 2017-01-16T17:15:09 | CC-MAIN-2017-04 | 1484560279224.13 | [array(['images/instance_logs.png', None], dtype=object)] | docs.aws.amazon.com |
Version 9 has a lot of new features that make it much easier to use than previous versions. If you have used previous versions of Miva Merchant:
The good news for people who have used previous versions of Miva Merchant is that finding things is a lot easier now, thanks to Search, History, and Bookmarks.
Template change... | http://docs.miva.com/reference-guide-general-information-about-version-9-template-changes.html | 2017-01-16T17:09:26 | CC-MAIN-2017-04 | 1484560279224.13 | [] | docs.miva.com |
You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::Greengrass::Types::GetDeploymentStatusRequest
- Defined in:
- gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb
Overview
Note:
When making an API call, you may pass GetDeploymentStatusReques... | http://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Greengrass/Types/GetDeploymentStatusRequest.html | 2017-12-11T08:02:49 | CC-MAIN-2017-51 | 1512948512584.10 | [] | docs.aws.amazon.com |
You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ECS::Types::TaskDefinitionPlacementConstraint
- Defined in:
- (unknown)
Overview
When passing TaskDefinitionPlacementConstraint as input to an Aws::Client method, you can use a vanilla Hash:
{ typ... | http://docs.aws.amazon.com/sdkforruby/api/Aws/ECS/Types/TaskDefinitionPlacementConstraint.html | 2017-12-11T07:20:10 | CC-MAIN-2017-51 | 1512948512584.10 | [] | docs.aws.amazon.com |
Change the character used for arrayed fields and groups
The SODBC_TOKEN environment variable enables you to change the character that the dbcreate utility (or DBA) uses when it generates column names for an arrayed field or group.
Value
Any character that is valid as an SQL identifier character for your ODBC applicatio... | http://docs.synergyde.com/evso/evsoChap1SODBCTOKEN.htm | 2017-12-11T07:44:45 | CC-MAIN-2017-51 | 1512948512584.10 | [] | docs.synergyde.com |
Initialize a thread for xfServer
xcall S_SERVER_THREAD_INIT
Discussion
When using xfServer in a multi‑threaded environment, each thread must have a unique connection to xfServer (just as each thread must have a separate connection to an OpenNet server). This is because you cannot perform simultaneous parallel operation... | http://docs.synergyde.com/lrm/lrmChap9SSERVERTHREADINIT.htm | 2017-12-11T07:45:00 | CC-MAIN-2017-51 | 1512948512584.10 | [] | docs.synergyde.com |
Global and Local Transformations
A global transformation is a transformation that applies to every item drawn by a given Graphics object. In contrast, a local transformation is a transformation that applies to a specific item to be drawn.
Global Transformations
To create a global transformation, construct a Graphics ob... | https://docs.microsoft.com/en-us/dotnet/framework/winforms/advanced/global-and-local-transformations | 2017-12-11T08:00:49 | CC-MAIN-2017-51 | 1512948512584.10 | [array(['media/aboutgdip05-art14.gif', 'AboutGdip05_art14 Transformations'],
dtype=object)
array(['media/aboutgdip05-art15.gif', 'AboutGdip05_art15 Transformations'],
dtype=object)
array(['media/aboutgdip05-art16.gif', 'AboutGdip05_art16 Transformations'],
dtype=object) ... | docs.microsoft.com |
Microsoft Security Bulletin MS17-004 - Important
Security Update for Local Security Authority Subsystem Service (3216771)
Published: January 10, 2017
Version: 1.0
Executive Summary.
Affected Software and Vulnerability Severity Ratings.): Bulletin published.
Page generated 2017-01-09 15:20-08:00. | https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2017/ms17-004 | 2017-12-11T07:34:48 | CC-MAIN-2017-51 | 1512948512584.10 | [] | docs.microsoft.com |
How to Configure a SOAP Send Handler
Use the following procedure to configure the SOAP send handler.
Caution
When using HTTP or SOAP adapter handlers, it is recommended that you install the host instances for these handlers on Microsoft Windows Server 2008 SP2 or Windows Server 2008 R2computers.
To change global variab... | https://docs.microsoft.com/en-us/biztalk/core/how-to-configure-a-soap-send-handler?redirectedfrom=MSDN | 2017-12-11T07:48:45 | CC-MAIN-2017-51 | 1512948512584.10 | [] | docs.microsoft.com |
8x8 Provisioning provides you with the URL, username, and password you will use to log in to your Configuration Manager account.
Before logging in to the Configuration Manager:
You can log into the Configuration Manager in various roles:
For details on Roles and Administrators, refer to Role Based Management.
The 8x8 P... | https://docs.8x8.com/vcc-8-1-ProductDocumentation/WebHelpConfigurationManager/content/configmgrloggingin.htm | 2019-08-17T23:13:53 | CC-MAIN-2019-35 | 1566027313501.0 | [] | docs.8x8.com |
Dispatcher Service
Status: Release Candidate
The new LibreNMS dispatcher service (
librenms-service.py) replaces the old poller service (
poller-service.py), improving its reliability. It's mostly a drop in replacement for the old service, but testing is recommended before switching over.
If you are currently using the... | https://docs.librenms.org/Extensions/Dispatcher-Service/ | 2019-08-17T22:45:11 | CC-MAIN-2019-35 | 1566027313501.0 | [] | docs.librenms.org |
Matlab/Octave wrappers¶
Matlab is a multi-paradigm numerical computing environment and a programming language, very popular among computer vision researchers. Octave is its open-source counterpart that is sometimes used as a free alternative. Both environments are by themselves quite limiting in terms of low-lever oper... | https://trax.readthedocs.io/en/dev/api_matlab.html | 2019-08-17T23:06:18 | CC-MAIN-2019-35 | 1566027313501.0 | [] | trax.readthedocs.io |
This topic describes Delphi's operator methods and how to overload them.
Delphi for .NET and Delphi for Win32 allow certain functions, or "operators" to be overloaded within record declarations. Delphi for .NET also allows overloading within class declarations. The name of the operator function maps to a symbolic repre... | http://docs.embarcadero.com/products/rad_studio/radstudio2007/RS2007_helpupdates/HUpdate4/EN/html/devcommon/operatoroverloads_xml.html | 2012-05-27T04:33:29 | crawl-003 | crawl-003-020 | [] | docs.embarcadero.com |
package com.me; public class Person { private String name; private Integer age; public Person() { this.name = "Max Mule"; this.age = 10; } public Person(String name, Integer age) { this.name = name; this.age = age; } }
Create an Instance of a Class - Mule 4
Call a Java Constructor
The examples on this page are based on... | https://docs.mulesoft.com/java-module/1.2/java-create-instance | 2021-10-16T03:10:40 | CC-MAIN-2021-43 | 1634323583408.93 | [array(['_images/matching-input.png', 'matching input'], dtype=object)
array(['_images/matched-input.png', 'matched input'], dtype=object)
array(['_images/output-metadata.png', 'output metadata'], dtype=object)] | docs.mulesoft.com |
Support for Asymmetric LUN Mapping in Windows clusters
Contributors
Download PDF of this page
SnapCenter Plug-in for Microsoft SQL Server supports discovery in SQL Server 2012 and later, Asymmetric LUN Mapping .
Following is an example of an ALM configuration:
Two failover cluster instances (FCI) in a multi-site datace... | https://docs.netapp.com/us-en/snapcenter/protect-scsql/concept_support_for_asymmetric_lun_mapping_alm_in_windows_clusters.html | 2021-10-16T02:23:24 | CC-MAIN-2021-43 | 1634323583408.93 | [array(['../media/asymmetric_lun_mapping_diagram.gif',
'asymmetric lun mapping diagram'], dtype=object)] | docs.netapp.com |
You may need to add an Image in a post or page on your website. Images not only increase engagement but also provide a lot of value to the content. This widget changes the way you add images to your site. It helps you add detailed animation effects to your image based on user hover/scroll.
How to use the Creative Image... | https://docs.posimyth.com/tpae/creative-images/?ref=143 | 2021-10-16T02:01:23 | CC-MAIN-2021-43 | 1634323583408.93 | [array(['https://docs.posimyth.com/wp-content/uploads/2020/09/Creative-Images-1.png',
None], dtype=object) ] | docs.posimyth.com |
4. Channels and I/O¶
All I/O in ZeroVM is modeled through an abstraction called “channels”. Channels act as the communication medium between the host operating system and a ZeroVM instance. On the host side, the channel can be pretty much anything: a file, a pipe, a character device, or a TCP socket. Inside a ZeroVM in... | http://docs.zerovm.org/zerovm/channels_io.html | 2021-10-16T01:37:33 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.zerovm.org |
Introduction
Sync Gateway is the synchronization server in a Couchbase Mobile deployment.
Couchbase Mobile brings the power of NoSQL to the edge and is comprised of three components:
Couchbase Lite, an embedded, NoSQL JSON Document Style database for your mobile apps
Sync Gateway, an internet-facing synchronization mec... | https://docs.couchbase.com/sync-gateway/2.5/introduction.html | 2021-10-16T02:17:00 | CC-MAIN-2021-43 | 1634323583408.93 | [array(['_images/cbm-architecture.png', 'cbm architecture'], dtype=object)] | docs.couchbase.com |
Seascape Network
Search…
Seascape Network
Getting Started
SMARTCONTRACTS
Addresses
Installation
Seascape NFT (SCAPES)
Crowns (CWS) token
Game for Developers
API Urls
Seascape Nft
Game 2: NFT BRAWL
Game 5: Zombie Farm
Guides
How to Play Profit Circus
Guide to NFT Brawl
Guide to Staking Saloon
Guide to Scape Forum
Guide ... | https://docs.seascape.network/guides/guide-to-scape-forum | 2021-10-16T03:39:28 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.seascape.network |
Data Loss Prevention comes with a few default rules, as shown in the following table.
A zip file containing more DLP rules can be downloaded from the web console. Navigate to Security Settings > {Messaging Security Agent} > Configure Settings > Data Loss Prevention and click Download more default rules. | https://docs.trendmicro.com/en-us/smb/worry-free-business-security-100-server-help/managing-basic-secur1/data-loss-prevention/default-data-loss-pr.aspx | 2021-10-16T02:03:51 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.trendmicro.com |
Interchange 5.12 Administrator Guide Save PDF Selected topic Selected topic and subtopics All content Help introduction Who should use this help This help is intended for administrators and advanced users who are responsible for the configuration of Interchange for: Networks Servers Databases Security User accounts and... | https://docs.axway.com/bundle/Interchange_512_AdministratorsGuide_allOS_en_HTML5/page/Content/Interchange_512/help_intro.htm | 2021-10-16T03:30:43 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.axway.com |
What is an NVA file?
An NVA file is an e-book like a PDF file. This file format is specific for NVA Reader, software to read the books electronically. The NVA files are commonly used to store medical-related books. The book contained in the file is organized similar to how the book appears in print form. However, this ... | https://docs.fileformat.com/ebook/nva/ | 2021-10-16T01:44:49 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.fileformat.com |
In order to add the shortcodes to the any post or page all you need to do is copy the relevant shortcodes and paste them inside the relevant posts and pages.
You can find the shortcodes by going to Wishlist Pay Per Post Shortcodes menu > Dashboard tab or copy-paste them using the below table.
Quick Navigation
The Dashb... | https://docs.happyplugins.com/document/%E2%80%A2adding-the-shortcodes-to-posts-and-pages | 2021-10-16T03:19:21 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.happyplugins.com |
Use the Availability Group Wizard (SQL Server Management Studio)
Applies to:
SQL Server (all supported versions)
This topic describes how to use the New Availability Group Wizard in SQL Server Management Studio to create and configure an Always On availability group in SQL Server. An availability group defines a set of... | https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/use-the-availability-group-wizard-sql-server-management-studio?view=sql-server-ver15 | 2021-10-16T03:21:40 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.microsoft.com |
Anypoint Platform Private Cloud Edition 1.5.1 Release Notes
March 4, 2017
New Features and Functionality
The following sections outline the new features and enhancements added to this release.
Security Enhancements
Improves Docker app execution security when running as
root
Provides support for the latest Runtime Manag... | https://docs.mulesoft.com/release-notes/pce/anypoint-private-cloud-1.5.1-release-notes | 2021-10-16T03:26:37 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.mulesoft.com |
Using the standard XML Schema for timestamps in
the UTC time zone, e.g. 2009-05-04T12:34:56Z.
Null elements are represented by removal of the element (deemed optional in the schema if nullable). Null attribute
values are represented by the removal of the attribute (also deemed optional in the schema if nullable).
Full-... | https://indivo-x.readthedocs.io/en/latest/data-formats.html | 2021-10-16T03:39:06 | CC-MAIN-2021-43 | 1634323583408.93 | [] | indivo-x.readthedocs.io |
Table of Contents
Product Index
We here at Haille Valley are proud to present to you, for the first time, an import! This beautiful oddity of a plane is more than capable as your above average interceptor or simple runabout for the Badland's flights. Featuring multiple directional thrusters, including the tried and tru... | http://docs.daz3d.com/doku.php/public/read_me/index/80697/start | 2021-10-16T03:15:22 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.daz3d.com |
java.lang.Object
com.atlassian.jira.web.servlet.BufferingRequestDispatchercom.atlassian.jira.web.servlet.BufferingRequestDispatcher
public class BufferingRequestDispatcher
Dispatches requests, buffering the contents of the response and returning it as a String. This is needed because JIRA's velocity manager doesn't all... | https://docs.atlassian.com/software/jira/docs/api/6.3-ClusteringEAP04/com/atlassian/jira/web/servlet/BufferingRequestDispatcher.html | 2021-10-16T01:40:55 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.atlassian.com |
( // execute first: prepare the server var busAudioSynth = { arg bus, freqOffset = 0; Out.ar( 0, SinOsc.ar( freq:( In.kr(bus) + freqOffset ), mul:0.1 ) ); }; var busControlSynth = { arg bus, freq = 400; Out.kr( bus, SinOsc.kr( freq:1, mul:( freq/40 ), add:freq ) ); }; SynthDef( \tutorialAudioBus, busAudioSynth ).send( ... | https://docs.fedoraproject.org/en-US/Fedora/14/html/Musicians_Guide/sect-Musicians_Guide-SC-Basic_Programming-Busses-Control_Rate_Bus_Example.html | 2021-10-16T03:36:41 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.fedoraproject.org |
In Leveland Group (Legally "Leveland Events o.z.") we value your privacy. We do everything to protect your personal data. With using our services, you agree with your personal data processing which methods are described below.
Company Leveland Group (Legally "Leveland Events o.z.") and also organizer of the conference ... | https://docs.games-crunch.com/1ed184653ce34cd79cc1b190c110fe08 | 2021-10-16T02:34:02 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.games-crunch.com |
Factors to Consider When Choosing a Fencing Company in Tampa
Fencing is one of the best ways of ensuring that your property is protected. Even though you may feel like fencing your property by yourself, you may not only not possess the necessary skills for the job but, likely, you don’t have time to do so. This is why ... | https://docs-prints.com/category/miscellaneous/page/2/ | 2021-10-16T01:51:15 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs-prints.com |
Quick start with Fauna
This section helps you to get up and running with your first Fauna database using the Fauna Shell, in only 5 minutes!
Create a Fauna account for yourself, so that you can create databases, create data within those databases, and query that data.
Visit. The Sign Up screen appears:
To sign up, you ... | https://docs.fauna.com/fauna/v3/start/cloud.html | 2021-10-16T02:13:35 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.fauna.com |
Mule Maven Plugin 3.3.3 Release Notes
Mule Maven Plugin 3.3.3 is mainly focused on fixing bugs.
Hardware and Software Requirements
Microsoft Windows 8+
Apple Mac OS X 10.10+
Linux (tested on Ubuntu 15)
Java 8
Maven 3.3.3, 3.3.9, 3.5.0, 3.6.0
Features and Functionality
Added support for setting Object Store v2 and persi... | https://docs.mulesoft.com/release-notes/mule-maven-plugin/mule-maven-plugin-3.3.3-release-notes | 2021-10-16T02:02:54 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.mulesoft.com |
Information for New Developers¶
The intention of this document is to give new developers some information regarding how to get started with TripleO as well as some best practices that the TripleO community has settled on.
In general TripleO is a very complex chunk of software. It uses numerous technologies to implement... | https://docs.openstack.org/tripleo-docs/latest/contributor/new_developers.html | 2021-10-16T03:07:27 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.openstack.org |
You're reading the documentation for a development version. For the latest released version, please have a look at Galactic.
Writing a tf2 static broadcaster (C++)
Goal: Learn how to broadcast static coordinate frames to tf2.
Tutorial level: Intermediate
Time: 15 minutes
Contents
Background
Publishing static transforms... | https://docs.ros.org/en/ros2_documentation/rolling/Tutorials/Tf2/Writing-A-Tf2-Static-Broadcaster-Cpp.html | 2021-10-16T04:02:25 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.ros.org |
Configure precise code intelligence data retention policiesConfigure precise code intelligence data retention policies
This guide shows how to configure the retention policies for precise code intelligence data. As code intelligence data ages, it gets less and less relevant. Users tend to need code intelligence on newe... | https://docs.sourcegraph.com/code_intelligence/how-to/configure_data_retention | 2021-10-16T02:36:14 | CC-MAIN-2021-43 | 1634323583408.93 | [array(['https://sourcegraphstatic.com/docs/images/code-intelligence/retention-config-sidebar.png',
None], dtype=object)
array(['https://sourcegraphstatic.com/docs/images/code-intelligence/retention-config-global-list.png',
None], dtype=object)
array(['https://sourcegraphstatic.com/docs/images/code-in... | docs.sourcegraph.com |
Login can run slowly when you configure User Environment Manager to manage files in folders while also configuring those folders for redirection.
Problem
Login runs slowly, and logout might also run slowly.
Cause
If you configure User Environment Manager to manage files in folders while simultaneously configuring these... | https://docs.vmware.com/en/VMware-Dynamic-Environment-Manager/9.8/com.vmware.user.environment.manager-adminguide/GUID-E5604715-FEFF-4FAA-9583-B403C11FACF8.html | 2021-10-16T02:55:50 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.vmware.com |
You can convert virtual machines that Hyper-V Server manages.
Prerequisites
Power off the source Hyper-V virtual machine.
Procedure
- On the Source System page, select the Powered off radio button and then select Hyper-V Server from the Select source type drop-down menu.
- Provide the IP address or DNS name and adminis... | https://docs.vmware.com/en/vCenter-Converter-Standalone/6.2/com.vmware.convsa.guide/GUID-2CB8D267-12F4-49E7-9F94-EC635D7FAF36.html | 2021-10-16T03:03:14 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.vmware.com |
About the PXF Installation and Configuration Directories
PXF is installed to
$GPHOME/pxf on your master and segment nodes when you install Greenplum Database. If you install the PXF
rpm or
deb package, PXF is installed to
/usr/local/pxf-gp<greenplum-major-version>, or to a directory of your choosing (CentOS/RHEL only).... | https://gpdb.docs.pivotal.io/pxf/5-16/using/about_pxf_dir.html | 2021-10-16T03:29:52 | CC-MAIN-2021-43 | 1634323583408.93 | [] | gpdb.docs.pivotal.io |
Server Maintenance
While maintaining a FHIR® server that is in production, it might be necessary to stop processing FHIR requests to the endpoint, then re-enable the endpoint when the maintenance is complete.
To stop and re-start an endpoint:
In the Management Portal, navigate to Health > FHIR Configuration > Server Co... | https://docs.intersystems.com/healthconnectlatest/csp/docbook/DocBook.UI.Page.cls?KEY=HXFHIR_SERVER_MAINTAIN | 2021-10-16T02:55:29 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.intersystems.com |
Contributing
How to help us help you :) Notifire is an Open Source project, we would love for you to contribute, you can see here our guidelines, making sure our code base is readable.
- Questions
- Issues and Bugs
- Feature Requests
- Missing Provider
- Submission Guidelines
- Development Setup
- Coding Rules
Other th... | https://docs.notifire.co/docs/community/contributing | 2021-10-16T03:47:39 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.notifire.co |
The Failover Manager monitors the operational state of the Broker, Trap Adapters, Trap Exploder, and the Active and Standby Managers—Service Assurance Manager, IP Manager, MPLS Manager, Network Protocol Manager (NPM), Server Manager (ESM), Business Impact Manager (BIM), Adapter Platform, and VoIP Availability Manager.
... | https://docs.vmware.com/en/VMware-Smart-Assurance/10.0.0/sa-common-failover-system-user-guide-10/GUID-50BF7386-F96D-44AD-B98A-483378CBF27B.html | 2021-10-16T02:09:27 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.vmware.com |
This guide describes how to quickly set up the FC service on a storage virtual machine (SVM), provision a LUN, and make the LUN available as a datastore using an FC HBA on an ESX host computer.
This guide is based on the following assumptions:
ONTAP 9 Cluster Management Using OnCommand System Manager
ONTAP System Manag... | http://docs.netapp.com/ontap-9/topic/com.netapp.doc.exp-fc-esx-cpg/GUID-B093D94B-EC9E-41CE-B005-6BB789BE5463.html | 2021-10-16T04:06:12 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.netapp.com |
Isolating & Unisolating Layers
Isolate Layers from the Layers Panel
You can isolate a single layer or multiple layers in the Layers Panel by
Searching for layers and using the Change visibility function
Clicking the overflow menu button for a layer and select Isolate layer
Multi-selecting layers and opening the context... | https://docs.3d.connect.trimble.com/layers/isolating-unisolating-layers | 2021-10-16T02:09:10 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.3d.connect.trimble.com |
driveItem resource type
Namespace: microsoft.graph
The driveItem resource represents a file, folder, or other item stored in a drive.
All file system objects in OneDrive and SharePoint are returned as driveItem resources. Items in SharePoint document libraries can be represented as listItem.
Note: In OneDrive for Busin... | https://docs.microsoft.com/en-us/graph/api/resources/driveitem?view=graph-rest-1.0 | 2021-10-16T02:03:42 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.microsoft.com |
Anuket Documentation¶
The Anuket project facilitates the development and evolution of cloud components across various open source ecosystems. Through preparation of reference specifications, system level integration, testing and deployment, Anuket creates reference implementations and conformance tests to accelerate th... | https://docs.opnfv.org/en/latest/ | 2021-10-16T02:42:08 | CC-MAIN-2021-43 | 1634323583408.93 | [] | docs.opnfv.org |
Enabling Optimize on an Existing Sanity Project
This guide will walk you through adding Uniform Optimize to an existing Sanity project as well as linking the Uniform Optimize Sanity plugin Sanity to Uniform Optimize; click the Create an API key link near the Publish button.
- Click the (+) button to create a new API ke... | https://docs.uniform.app/optimize/dev/content-management/sanity/getting-started/ | 2021-10-16T02:21:28 | CC-MAIN-2021-43 | 1634323583408.93 | [array(['/assets/images/Untitled-2cbbee440fbf29674aad8363ee967a61.png',
'./assets/Untitled.png'], dtype=object)
array(['/assets/images/Untitled-1-c91422815a1fe8af683ad95718b449d9.png',
'./assets/Untitled-1.png'], dtype=object)
array(['/assets/images/Untitled-2-41cd170c96f0d210440043e6efe072d6.png',
... | docs.uniform.app |
Executing Cloud Functions Using the Portal
You can execute Cloud Functions from the Telerik Platform portal. This is useful when testing the function. It also comes in handy if you only execute the function manually.
To execute the Cloud Function from the portal:
- Open you app.
- Navigate to Business Logic > Explorer.... | https://docs.telerik.com/platform/backend-services/dotnet/server-side-logic/cloud-code/cloud-functions/cloud-functions-execute-portal | 2018-02-17T21:04:35 | CC-MAIN-2018-09 | 1518891807825.38 | [] | docs.telerik.com |
Grouping tab
The Grouping configuration tab defines grouping of events into calendars. See Configuration in Calendar Sync for overview of feed configuration.
The following grouping options are available:
- No grouping - Calendar Sync will generate one calendar containing all events. Use the Access control tab to determ... | http://docs.expium.com/calendar-sync-for-jira/grouping-tab/ | 2018-02-17T21:09:51 | CC-MAIN-2018-09 | 1518891807825.38 | [] | docs.expium.com |
The CPBM platform is a Java based application infrastructure that heavily uses the Spring Framework and is built on the Virgo OSGi container to enable modular deployment of its capabilities. A Cloud Service connector is required to conform to this model to enable seamless integration. A cloud service connector is packa... | https://docs.citrix.com/de-de/cloudportal-business-manager/2-4/cpbm-extend-customize-cpbm-wrapper-con/ccpb-cssdk-wrapper-20-con/ccpb-cssdk-overview-20-con/ccpb-cssdk-onboarding-20-con.html | 2017-05-22T19:17:23 | CC-MAIN-2017-22 | 1495463607046.17 | [] | docs.citrix.com |
🔗Appendix: cdap-site.xml, cdap-default.xml
The
cdap-site.xml file is the configuration file for a CDAP installation.
Its properties and values determine the settings used by CDAP when starting and operating.
Any properties not found in an installation's
cdap-site.xml will use a default
parameter value defined in the f... | http://docs.cask.co/cdap/4.1.1/en/admin-manual/appendices/cdap-site.html | 2017-05-22T19:34:38 | CC-MAIN-2017-22 | 1495463607046.17 | [] | docs.cask.co |
New in version 2.2.
- block: - name: Install OS nxos_install_os: system_image_file: nxos.7.0.3.I2.2d.bin host: "{{ inventory_hostname }}" username: "{{ un }}" password: "{{ pwd }}" transport: nxapi rescue: - name: Wait for device to perform checks wait_for: port: 22 state: stopped timeout: 300 delay: 60 host: "{{ inven... | http://docs.ansible.com/ansible/nxos_install_os_module.html | 2017-05-22T19:29:04 | CC-MAIN-2017-22 | 1495463607046.17 | [] | docs.ansible.com |
Applies To: Windows Server 2016
This topic explains the new and changed functionality in Failover Clustering in Windows Server 2016.
Cluster Operating System Rolling Upgrade
A new feature in Failover Clustering,. virtual machines..
What value does this change add?
Storage Replica enables you to do the following:
Provid... | https://docs.microsoft.com/en-us/windows-server/failover-clustering/whats-new-in-failover-clustering | 2017-05-22T20:51:32 | CC-MAIN-2017-22 | 1495463607046.17 | [] | docs.microsoft.com |
MQTT Persistence
This service allows you to feed item states to an MQTT broker using the openHAB persistence strategies. The destination broker, topic and messages are configurable.
This persistence service supports only writing information, and so features such as
restoreOnStartup and sitemap Chart widgets cannot be u... | http://docs.openhab.org/addons/persistence/mqtt/readme.html | 2017-05-22T19:19:59 | CC-MAIN-2017-22 | 1495463607046.17 | [] | docs.openhab.org |
Panel
Support
Metrics overview
navigation
,
search
[] Top metrics
[+] Top metrics
Top revenue contributors
Average revenue per user (ARPU)
User lifetime in days
User churn rate
Average session time per user
[] User metrics
[+] User metrics
User activity
DAU/MAU ratio
User signups / App installs
Number of User logins/ A... | https://docs.honeytracks.com/wiki/Metrics_overview | 2017-05-22T19:08:17 | CC-MAIN-2017-22 | 1495463607046.17 | [] | docs.honeytracks.com |
Amazon SNS Topic Policy for CloudTrail
To send notifications to an SNS topic, CloudTrail must have the required permissions. CloudTrail automatically attaches the required permissions to the topic when you do the following:
Create an SNS topic as part of creating or updating a trail in the CloudTrail console.
Create an... | http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-permissions-for-sns-notifications.html | 2017-05-22T19:27:38 | CC-MAIN-2017-22 | 1495463607046.17 | [] | docs.aws.amazon.com |
transcriptic.config¶
Connection¶
- class
transcriptic.config.
Connection(email=None, token=None, organization_id=None, api_root='', cookie=None, verbose=False, analytics=True, user_id='default', feature_groups=[])¶
Bases:
future.types.newobject.newobject
A Connection object is the object used for communicating with Tra... | http://transcriptic.readthedocs.io/en/latest/config.html | 2017-05-22T19:18:34 | CC-MAIN-2017-22 | 1495463607046.17 | [] | transcriptic.readthedocs.io |
- Enzo Parameter List
-
- Physics Modules in Enzo
- Developer’s Guide
- Introduction to Enzo Modification
- Programming Guide
- File naming conventions and routine locations
- Debugging Enzo with GDB
- Fine Grained Output
-
- MHD Methods
- Cosmology
- Use of Dedner
- Use of MHD-CT
- Controlling MHD in the code
- Cosmo... | http://enzo.readthedocs.io/en/latest/ | 2017-05-22T19:07:29 | CC-MAIN-2017-22 | 1495463607046.17 | [] | enzo.readthedocs.io |
Overview and getting started¶
Examples¶
We have various example scripts and notebooks for using ipyparallel in our
examples directory, or they can be viewed using nbviewer.
Some of these are covered in more detail in the examples section.
Introduction¶
This section gives an overview of IPython’s architecture for parall... | https://ipyparallel.readthedocs.io/en/stable/intro.html | 2018-06-18T02:00:04 | CC-MAIN-2018-26 | 1529267859923.59 | [] | ipyparallel.readthedocs.io |
You can configure vRealize Automation to send users notifications when specific events occur. Users can choose which notifications to subscribe to, but they can only select from events you enable as notification triggers.
The Configuring Notifications Checklist provides a high-level overview of the sequence of steps re... | https://docs.vmware.com/en/vRealize-Automation/7.3/com.vmware.vra.prepare.use.doc/GUID-D2C23B4B-CCF8-4BC4-A5CF-20D818FD4248.html | 2018-06-18T01:52:16 | CC-MAIN-2018-26 | 1529267859923.59 | [array(['images/GUID-BDFB557D-1BEE-4397-8EF7-479700E83E4A-high.png',
'Workflow diagram for configuring notifications.'], dtype=object)] | docs.vmware.com |
The following pages provide guides for advanced installations that are not typically encountered when installing iSymphony.
- Remote Installations: Follow this guide for additional steps which must be taken when installing iSymphony on a different server than Asterisk.
- Migrating an iSymphony Server: Follow this guide... | http://docs.getisymphony.com/display/ISYMDOCS/Advanced+Installation+Topics | 2018-06-18T01:49:55 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.getisymphony.com |
Key mapping script file for UI Toolkit
The DTKKEYCTLFIL environment variable defines the full path and filename of the UI Toolkit key mapping script file.
Value
The full path and filename, including extension, of the UI Toolkit key mapping script file. This must be a valid path and filename for the OPEN command.
Discus... | http://docs.synergyde.com/evso/evsoChap1DTKKEYCTLFIL.htm | 2018-06-18T02:12:14 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.synergyde.com |
- Manage Deployments >
- Convert a Replica Set to a Sharded Cluster
Convert a Replica Set to a Sharded Cluster¶
Overview¶
Cloud Manager provides the ability to convert a replica set to a sharded cluster.
Procedure¶
Configure Each Shard in Your Cluster.¶
From the Member Configuration section, click
Shard Settings to ope... | https://docs.cloudmanager.mongodb.com/tutorial/convert-replica-set-to-sharded-cluster/ | 2018-06-18T01:54:25 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.cloudmanager.mongodb.com |
A part of the FlowFile Repository section there is a Swap subsection.. The "Swap" subsection of properties govern how that process occurs. | https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.1.2/bk_minifi-administration/content/swap-subsection.1.html | 2018-06-18T01:50:24 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.hortonworks.com |
RadPrompt Dialog
The RadPrompt dialog presents a message, an area for the user to type input, and displays "OK" and "Cancel" buttons. As with the other RadWindow dialogs, the message is not limited to text: you can supply a string of HTML for richer formatting.
In order to use this dialog you need to have a RadWindowMa... | https://docs.telerik.com/devtools/aspnet-ajax/controls/window/alert,-confirm,-prompt-dialogs/radprompt-dialog | 2018-06-18T02:23:41 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.telerik.com |
Note that the host where you’re going to perform installation has to be able to connected to all OpenStack endpoints. You can list all available endpoints using the following command:
$ keystone endpoint-list
$ sudo apt-get update $ sudo apt-get install git-core python-dev gcc python-setuptools python-virtualenv node-l... | http://savanna.readthedocs.io/en/0.3/horizon/dev.environment.guide.html | 2018-06-18T02:08:28 | CC-MAIN-2018-26 | 1529267859923.59 | [] | savanna.readthedocs.io |
Deferrable() ->
object });
INITIALLY_DEFERRED()
A property that will defer constraints checks to the end of transactions.
INITIALLY_IMMEDIATE()
A property that will trigger the constraint checks immediately
NOT()
A property that will set the constraints to not deferred. This is the default in PostgreSQL and it make it ... | http://sequelize.readthedocs.io/en/v3/api/deferrable/ | 2018-06-18T01:41:44 | CC-MAIN-2018-26 | 1529267859923.59 | [] | sequelize.readthedocs.io |
You can use a third-party IPAM provider solution that you have imported, configured, and registered in vRealize Orchestrator to obtain IP addresses from that third-party provider.
About this task
You can create an external network profile that uses a registered third-party IPAM solution provider endpoint to obtain gate... | https://docs.vmware.com/en/vRealize-Automation/7.3/com.vmware.vra.prepare.use.doc/GUID-7D72548B-A8DB-45A2-AD96-F8677C8DDD7D.html | 2018-06-18T01:48:35 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.vmware.com |
These are the ‘-m’ options defined for M680x0 and ColdFire processors. The default settings depend on which architecture was selected when the compiler was configured; the defaults for the most common choices are given below.
-march=arch
Generate code for a specific M680x0 or ColdFire instruction set architecture. Perm... | http://docs.w3cub.com/gcc~7/m680x0-options/ | 2018-06-18T01:49:41 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.w3cub.com |
- Manage Deployments >
- Calculate Suggested Indexes
Calculate Suggested Indexes¶
Note
Available only with Cloud Manager Premium. This feature is available only with Cloud Manager Premium, which comes with certain MongoDB subscriptions. Contact MongoDB for more information.
On this page
Overview¶
Cloud Manager can anal... | https://docs.cloudmanager.mongodb.com/tutorial/suggest-indexes/ | 2018-06-18T01:57:30 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.cloudmanager.mongodb.com |
Lesson 6: Defining Calculations
APPLIES TO:
SQL Server Analysis Services
Azure Analysis Services.
Note
If Analysis Services detects a syntax error in any calculation, the Form view will not display until the error is corrected in the Script view..
Important
On the Calculations tab, the calculation script starts with th... | https://docs.microsoft.com/en-us/sql/analysis-services/lesson-6-defining-calculations?view=sql-analysis-services-2017 | 2018-06-18T02:01:24 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.microsoft.com |
Web
UIApplication.
Web Activated UIApplication.
Web Activated UIApplication.
Web Activated UIApplication.
Web Activated UIApplication.
Event
Activated
Definition
public : event ActivatedEventHandler Activated
// Register event_token Activated(ActivatedEventHandler const& handler) const; // Revoke with event_token void ... | https://docs.microsoft.com/en-us/uwp/api/windows.ui.webui.webuiapplication.activated | 2018-06-18T02:21:34 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.microsoft.com |
Knowledge Management Service Portal navigation Navigate to the various sections of the service portal to find the information you need. From the homepage, navigate to: The search results page by entering a word or term in the search bar and pressing Enter. A knowledge base by clicking a knowledge base tile. A knowledge... | https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/product/knowledge-management/reference/knowledge-service-portal-navigation.html | 2018-06-18T02:04:23 | CC-MAIN-2018-26 | 1529267859923.59 | [] | docs.servicenow.com |
Information for "JHtml" Basic information Display titleAPI17:JHtml Default sort keyJHtml Page length (in bytes)2,350 Page ID188:52, 20 April 2011 Latest editorJoomlaWikiBot (Talk | contribs) Date of latest edit20:50, 11 May 2013 Total number of edits10 Total number of distinct authors3 Recent number of edits (within pa... | https://docs.joomla.org/index.php?title=API17:JHtml&action=info | 2015-04-18T06:00:34 | CC-MAIN-2015-18 | 1429246633799.48 | [] | docs.joomla.org |
Difference between revisions of "JSimpleCrypt:: hexToInt"
From Joomla! Documentation
Revision as of 21::_hexToInt
Description
HextoInt.
Description:JSimpleCrypt:: hexToInt [Edit Descripton]
protected function _hexToInt ( $s $i )
See also
JSimpleCrypt::_hexToInt source code on BitBucket
Class JSimpleCrypt
Subpackage Uti... | https://docs.joomla.org/index.php?title=JSimpleCrypt::_hexToInt/11.1&diff=57694&oldid=48246 | 2015-04-18T05:36:46 | CC-MAIN-2015-18 | 1429246633799.48 | [] | docs.joomla.org |
Average Estimated Illumination
The Average Estimated Illumination (AEI) for each space is calculated by determining the Lumens contributed by each fixture at the lighting calculation workplane, and dividing by the space's area.
Space Illumination Example
The additional formulas used to calculate the average estimated i... | http://docs.autodesk.com/RVTMPJ/2011/ENU/filesUsersGuide/WS1a9193826455f5ff-e569a0121d1945c08-2209.htm | 2015-04-18T04:53:37 | CC-MAIN-2015-18 | 1429246633799.48 | [] | docs.autodesk.com |
This entry was posted on . Updated on January 19, 2015, 6:30 pm
Template Features:
- Legend
- Shows risk levels for project indicators
- Timeline
- arranged by quarters
- change the dates easily by right-clicking on the timeline
- the quarters leger lines go behind the workstreams to highlight the timeline throughout
-... | http://business-docs.co.uk/downloads/roadmap-template-visio/ | 2015-04-18T04:52:26 | CC-MAIN-2015-18 | 1429246633799.48 | [] | business-docs.co.uk |
Revision history of "JException::getErrors/1.6"
View logs for this page
There is no edit history for this page.
This page has been deleted. The deletion and move log for the page are provided below for reference.
-")) | https://docs.joomla.org/index.php?title=JException::getErrors/1.6&action=history | 2015-04-18T05:39:58 | CC-MAIN-2015-18 | 1429246633799.48 | [] | docs.joomla.org |
🦖 Dinosell - With Great Thank You Page Comes Great Conversions.
Thank you Page
/ˈθæŋk ˌju peij/
noun. world’s best place to convert customers.
Welcome onboard, Meet our little but clever dinos. We built Dinosell with a mission to help merchants to create a highly converting thank you page.
Welcome to the Dinosell help... | https://docs.dinosell.com/dinosell--help-center-0fab62b8e409431da053ad5fa30ca9b1 | 2022-05-16T14:54:30 | CC-MAIN-2022-21 | 1652662510138.6 | [] | docs.dinosell.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.