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 |
|---|---|---|---|---|---|---|
Loops
Ansible offers the
loop,
with_<lookup>, and
until keywords to execute a task multiple times. Examples of commonly-used loops include changing ownership on several files and/or directories with the file module, creating multiple users with the user module, and
repeating a polling step until a certain result is rea... | https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html | 2021-11-27T10:47:05 | CC-MAIN-2021-49 | 1637964358180.42 | [] | docs.ansible.com |
The Batch - Using the matrix to control the shipping method
In some of our templates you will notice the button “Batch”, with this function selected documents can be processed according to a previously defined scheme. This scheme can be set up via the communication matrix.
In oder for an entry in the communication matr... | https://docs.belware.de/en-us/connectornav/matrix/stack_mode/ | 2021-11-27T11:29:43 | CC-MAIN-2021-49 | 1637964358180.42 | [array(['/images/connectornav/matrix/stapel1.png', None], dtype=object)
array(['/images/connectornav/matrix/stapel2.png', None], dtype=object)] | docs.belware.de |
Available Playbook Actions
Creating automated workflows with Playbooks
Playbooks help you automate internal customer management, fire alerts for in-need accounts, and engage customers.
Overview
Creating Playbooks
To create a Playbook, navigate to
Playbooks
in the
Account/User Management
section of your account setting... | https://docs.vitally.io/automation-playbooks-and-alerts/playbooks | 2021-11-27T10:48:44 | CC-MAIN-2021-49 | 1637964358180.42 | [] | docs.vitally.io |
YTEP-0010: Refactoring for Volume Rendering and Movie Generation¶
Abstract¶
Created: March 3, 2013 Author: Cameron Hummels
This YTEP describes significant modifications of the camera infrastructure to enable more focus on scenes, camera paths, and movies, while still retaining functionality for individual images.
Proje... | https://ytep.readthedocs.io/en/latest/YTEPs/YTEP-0010.html | 2021-11-27T10:37:30 | CC-MAIN-2021-49 | 1637964358180.42 | [] | ytep.readthedocs.io |
This page describes how to secure the components of a robotic process, as well as the data that flows into and from Appian RPA. It also covers how to set up security between Appian and Appian RPA.
Looking for a refresher on these components? Check out key terms in Appian RPA.
Permissions are used to secure users, resou... | https://docs.appian.com/suite/help/21.1/rpa-7.9/components/security.html | 2021-11-27T10:53:00 | CC-MAIN-2021-49 | 1637964358180.42 | [] | docs.appian.com |
Deviating dispatch - using the destination address matrix
The previous examples all worked without the matrix because direct related contacts were always accessed.
Now, however, there is a deviating company logic. The service recipient is not the same as the invoice recipient, but a different company. Also the customer... | https://docs.belware.de/en-us/connectornav/matrix/detour/ | 2021-11-27T12:16:09 | CC-MAIN-2021-49 | 1637964358180.42 | [array(['/images/connectornav/matrix/umleitung1.png', None], dtype=object)
array(['/images/connectornav/matrix/umleitung2.png', None], dtype=object)
array(['/images/connectornav/matrix/umleitung3.png', None], dtype=object)
array(['/images/connectornav/matrix/umleitung4.png', None], dtype=object)
array(['/images/con... | docs.belware.de |
Install the agent
Snow Inventory Agent for macOS can be installed either by using a prepared installation package, or manually by using copies of the binary files.
The files are one executable file named snowagent and one configuration file named snowagent.config. These two files are by default located in the same
if x... | https://docs.snowsoftware.com/snow-inventory/en/UUID-19429888-f064-8bf6-5684-4371bc106a1a.html | 2021-11-27T11:31:11 | CC-MAIN-2021-49 | 1637964358180.42 | [] | docs.snowsoftware.com |
Bayesian Neural Net with Dropout Variational Inference
With traditional neural network, weight in neural network are point estimate which result a point estimate result. Unlike statistical modelling which have uncertainty estimates, the whole point of machine learning is just learn from data and predict an single outco... | https://astronn.readthedocs.io/en/latest/neuralnets/BCNN.html | 2021-11-27T11:30:40 | CC-MAIN-2021-49 | 1637964358180.42 | [] | astronn.readthedocs.io |
This guide describes the upgrade process for CloudBees CI on Kubernetes installations.
For instructions on how to migrate your non-Helm installation to Helm, see Migrating existing Kubernetes CloudBees CI installations to Helm.
If you were using Helm 2 to manage your CloudBees CI installation, it has been deprecated. Y... | https://docs.cloudbees.com/docs/cloudbees-ci/2.289.2.3/cloud-upgrade-guide/ | 2021-11-27T11:07:47 | CC-MAIN-2021-49 | 1637964358180.42 | [] | docs.cloudbees.com |
Initially, you must accept an SSL certificate on the View Connection server to establish trust between VMware Identity Manager and the View Connection server. If you change an SSL certificate on the View Connection server after the integration, you must return to VMware Identity Manager and reestablish that trust.
Prer... | https://docs.vmware.com/en/VMware-Identity-Manager/2.8/com.vmware.wsp-resource_28/GUID-B9F68460-76DB-4613-BAA3-93C5260A451B.html | 2017-09-19T20:53:37 | CC-MAIN-2017-39 | 1505818686034.31 | [] | docs.vmware.com |
Glossary¶
MLHIM¶
Multi-Level Healthcare Information modeling. An open source/open content project with the goal of solving the healthcare information, semantic interoperability problem.
It uses a multiple level information modeling approach in combination with widely available tools and language infrastructure to allow... | https://mlhim-specifications.readthedocs.io/en/master/glossary.html | 2017-09-19T20:43:22 | CC-MAIN-2017-39 | 1505818686034.31 | [] | mlhim-specifications.readthedocs.io |
SQLAlchemy 1.2 Documentation
SQLAlchemy 1.2 Documentation
pre release) | http://docs.sqlalchemy.org/en/latest/orm/composites.html | 2017-09-19T20:47:26 | CC-MAIN-2017-39 | 1505818686034.31 | [] | docs.sqlalchemy.org |
Request Content Checksums¶
Various pieces of code can consume the request data and preprocess it. For instance JSON data ends up on the request object already read and processed, form data ends up there as well but goes through a different code path. This seems inconvenient when you want to calculate the checksum of th... | http://flask.readthedocs.io/en/latest/patterns/requestchecksum/ | 2017-09-19T20:41:06 | CC-MAIN-2017-39 | 1505818686034.31 | [] | flask.readthedocs.io |
vRealize Operations Manager uses badges to visualize metrics to give you a high level view of the performance and the condition of your virtual environment.
The scores for the analysis badges are computed by the vCenter Server adapter, and others by the vRealize Operations Manager analytics algorithms.
Badge Scores
The... | https://docs.vmware.com/en/vRealize-Operations-Manager/6.5/com.vmware.vcom.core.doc/GUID-7B4E79CB-8440-43F3-82AC-B9767E56852E.html | 2017-09-19T20:57:51 | CC-MAIN-2017-39 | 1505818686034.31 | [] | docs.vmware.com |
- conversion.
Here's another example using abstract classes, which are not supported by Java 8 lambda conversion:
. @Log variant for the Log4j2 logging framework
A new @Log variant has been added to support Log4j2, with the @Log4j2 AST transformation:
. | http://docs.codehaus.org/pages/viewpage.action?pageId=235503848 | 2014-12-18T02:41:36 | CC-MAIN-2014-52 | 1418802765584.21 | [] | docs.codehaus.org |
You with mytomcat2, and it should configure to_0<<! | http://docs.codehaus.org/pages/viewpage.action?pageId=16580632 | 2014-12-18T02:30:50 | CC-MAIN-2014-52 | 1418802765584.21 | [array(['/s/en_GB/5510/701ab0bfc8a95d65a5559a923f8ed8badd272d36.15/_/images/icons/emoticons/smile.png',
'(smile)'], dtype=object) ] | docs.codehaus.org |
public interface CacheManager
Factory and registry for JBoss Cache instances configured using named configurations.
Set<String> getConfigurationNames()
null.
Set<String> getCacheNames()
getCache(name, false).
null.
org.jgroups.ChannelFactory getChannelFactory()
ChannelFactorythat will be injected into any
Configuration... | http://docs.jboss.org/jbosscache/3.0.3.GA/apidocs/org/jboss/cache/CacheManager.html | 2014-12-18T02:27:21 | CC-MAIN-2014-52 | 1418802765584.21 | [] | docs.jboss.org |
.
Process flow: Sending the Specify new device password and lock device IT administration command when content protection is turned on
- The BlackBerry® Enterprise Server sends the Specify new device password and lock device IT administration command and the new BlackBerry device password to the BlackBerry device.
- Th... | http://docs.blackberry.com/en/admin/deliverables/16648/Using_IT_admin_cmds_to_protect_BB_device_810061_11.jsp | 2014-12-18T02:34:52 | CC-MAIN-2014-52 | 1418802765584.21 | [] | docs.blackberry.com |
Module Guide¶
Validator¶
Validator validates XML files against a Relax NG.
Configuration¶
To use Validator module, a processor has to provide a
validator.ini
configuration file.
You have 2 groups of sections to write.
LePrisme¶
LePrisme is a transformation module which uses regular expressions, XSL and, possibly, pytho... | http://docs.publiforge.org/AgentGuide/modules.html | 2021-04-10T12:01:54 | CC-MAIN-2021-17 | 1618038056869.3 | [] | docs.publiforge.org |
Licensing Policy
From iPi Docs
Contents
License Types
- iPi Mocap Studio and iPi Biomech Add-on has a subscription-based license. 30-days free trial is available for evaluation.
- iPi Recorder is free. via Help > Manage Licenses > Main menu item.
- iPi Biomech Add-on license can be activated via Help > Manage Licenses ... | https://docs.ipisoft.com/index.php?title=Licensing_Policy&oldid=1608 | 2021-04-10T11:33:23 | CC-MAIN-2021-17 | 1618038056869.3 | [array(['/images/thumb/c/cc/Note.png/24px-Note.png', 'Note.png'],
dtype=object)
array(['/images/thumb/c/cc/Note.png/24px-Note.png', 'Note.png'],
dtype=object) ] | docs.ipisoft.com |
LE7EL's first product category «L7L Random» is the first permissionless, decentralized and verifiable betting protocol made possible by the newly released Chainlink On-chain Verifiable Random Function (VRF). While other solutions trust a central authority or oracle to manage trust, introducing risk of tampering, cencor... | https://docs.le7el.com/products/l7l-random | 2021-04-10T11:35:48 | CC-MAIN-2021-17 | 1618038056869.3 | [] | docs.le7el.com |
Hi there everyone.
I'm trying to create a Google Maps client for Windows 10.
I know that I can use Google Maps tiles using like this{zoomlevel}&x={x}&y={y}
but using this way tiles are not in a vector style.
Isn't there any way to use vector google maps in MapControl for UWP?
Thank you.
Have a good year. | https://docs.microsoft.com/en-us/answers/questions/4364/using-google-maps-vector-tiles-in-uwp-mapcontrol.html | 2021-04-10T13:28:52 | CC-MAIN-2021-17 | 1618038056869.3 | [] | docs.microsoft.com |
MetaHipMer¶
Background¶
MetaHipMer (MHM) is a de novo metagenome short-read assembler. The recent version of MHM is written completely in UPC++ and can run on both single node servers and large scale supercomputers. MHM can scale upto thousands of nodes to coassemble terabase-sized metagenomes. Metagenome assembly invo... | https://docs.nersc.gov/performance/case-studies/metahipmer/ | 2021-04-10T12:07:20 | CC-MAIN-2021-17 | 1618038056869.3 | [array(['dependencies.png', 'figure showing stages of algorithm'],
dtype=object)
array(['bma.png', 'BMA shifting right'], dtype=object)
array(['bma-deac.png', 'BMA shifting left'], dtype=object)
array(['adept-driver.png', 'ADEPT with driver function'], dtype=object)
array(['DNA-GCUPS-Multi.png', 'DNA runs'],... | docs.nersc.gov |
jit.desktop
Description
Grabs the contents of the computer display, taking a screen shot of whatever lies at the specified screen coordinates and placing that data into a Jitter matrix.
Examples
Matrix Operator
matrix inputs:0, matrix outputs:1
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP... | https://docs.cycling74.com/max8/refpages/jit.desktop | 2021-04-10T11:26:43 | CC-MAIN-2021-17 | 1618038056869.3 | [array(['/static/max8/images/1b909015b7c93f1b47f40ccfa36dc889.png', None],
dtype=object) ] | docs.cycling74.com |
eth.
eth[0123…]to the new naming convention as shown in Table A.1, “The new naming convention”.
/etc/udev/rules.d/70-persistent-net.rulesto change the device names to anything desired; those will take precedence over this physical location naming convention. | https://docs.fedoraproject.org/en-US/Fedora/17/html/System_Administrators_Guide/appe-Consistent_Network_Device_Naming.html | 2021-04-10T12:08:00 | CC-MAIN-2021-17 | 1618038056869.3 | [] | docs.fedoraproject.org |
Cardinal:(ExampleCardinalityEstim();
Split-Brain Protection for Cardinality Estimator
Cardinality Estimator protection types, that support split-brain protection checks:
WRITE, READ_WRITE:. | https://docs.hazelcast.com/imdg/4.1.1/data-structures/cardinality-estimator-service.html | 2021-04-10T12:27:55 | CC-MAIN-2021-17 | 1618038056869.3 | [] | docs.hazelcast.com |
Table of Contents
Kopete offers plugins that provide functions that aren't essential for messaging, but are useful for some people.
Auto Replace allows you to correct frequently misspelled words or save typing certain words using abbreviations.
The Bookmarks plugin creates bookmarks in your KDE bookmarks list from URLs... | https://docs.kde.org/trunk5/en/kopete/kopete/plugins.html | 2021-04-10T12:34:20 | CC-MAIN-2021-17 | 1618038056869.3 | [array(['/trunk5/en/kdoctools5-common/top-kde.jpg', None], dtype=object)
array(['otr-auth-1.png', 'When to authenticate'], dtype=object)] | docs.kde.org |
augur.reconstruct_sequences module¶
Reconstruct alignments from mutations inferred on the tree
augur.reconstruct_sequences.
get_sequence(pseq, muts)¶
reconstruct a child sequence from that of its parent and the mutations
- Parameters
pseq (str) – sequence of the parent as string, won’t be changed!
muts (list) – mutatio... | https://nextstrain-augur.readthedocs.io/en/stable/api/augur.reconstruct_sequences.html | 2021-04-10T11:32:44 | CC-MAIN-2021-17 | 1618038056869.3 | [] | nextstrain-augur.readthedocs.io |
Small germline variants¶
Workflow1: validate hg38 calls¶
This workflow validates variant calls using WES data for NA12878 sample.
2. Prepare input data¶
cd input wget -c wget -c wget -c wget -c wget -c wget -c wget -c wget -c # hg19 wget -c gunzip nexterarapidcapture_expandedexome_targetedregions.bed.gz cat *R1* > NA12... | https://bcbio-nextgen.readthedocs.io/en/latest/contents/germline_variants.html | 2021-04-10T12:16:05 | CC-MAIN-2021-17 | 1618038056869.3 | [] | bcbio-nextgen.readthedocs.io |
Best Practices for Experimental Science NERSC Users¶
NERSC has an increasing number of users from the DOE's experimental and observational facilities. This user community has specific needs that we have heard through requirements gathering and our long experience working with this community, including:
- HPC is require... | https://docs.nersc.gov/science-partners/bestpractices-eod/ | 2021-04-10T11:07:26 | CC-MAIN-2021-17 | 1618038056869.3 | [] | docs.nersc.gov |
Coffee Berry Disease.. CBD on green berries has two forms. Active lesions are initially evident as small dark sunken spots which spread rapidly to involve as much as all of the berry. If infection occurs early and climatic conditions favor disease development, berry development is arrested, resulting in mummified berri... | http://docs.metos.at/Coffee+Berry+Disease?structure=Disease+model_en | 2020-10-20T02:55:54 | CC-MAIN-2020-45 | 1603107869785.9 | [] | docs.metos.at |
Client-Side Programming¶
TYPO3 Core ships an API to send AJAX requests to the server. This API is based on the fetch API, which is implemented in every modern browser (e.g. Chrome, Safari, Firefox, Edge).
Note
TYPO3 ships jQuery as well, but is considered discouraged for new code.
Prepare a Request¶
To be able to send ... | https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/ApiOverview/Ajax/ClientSide/Index.html | 2020-10-20T03:06:38 | CC-MAIN-2020-45 | 1603107869785.9 | [] | docs.typo3.org |
Activator 6.0.0 Administrator Guide Certificate basics A certificate contains the public half of your public-private key pair along with other identifying information about your community and point of contact. You use the public key in your partner’s certificate to encrypt a document for transmission over the Internet.... | https://docs.axway.com/bundle/Activator_600_AdministratorsGuide_allOS_en_HTML5/page/Content/Security/certificate_basics.htm | 2019-01-16T11:01:02 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.axway.com |
Can.
Guided Assistance on every page: Hover over composer sections to expose a (?) icon, click the icon, and the Help tab will update with that topic.
New Features and Configurations
Audience Search & Explore: Creating a new Message starts with defining your Audience, and we provide vast improvements in discoverability... | https://docs.urbanairship.com/whats-new/2016-07-31-message-composer-redesign/ | 2019-01-16T10:51:52 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.urbanairship.com |
Use the following links to access reference information about the most important classes in XPO.
Class
Description
Session
A session object, an essential component that is used to load and save persistent objects from any data store.
InMemoryDataStore
Stores persistent objects in memory. Intended for testing environmen... | https://docs.devexpress.com/XPO/9601/fundamentals/product-class-structure | 2019-01-16T10:45:46 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.devexpress.com |
Putting a membership on hold
Follow these step to place a membership on hold (for example if a member goes on holiday or is injured).
Step 1: Select the member and membership
Select the member, and then in their profile page select the membership you wish to place on hold (if it is their current membership, the easiest... | https://docs.influxhq.com/members/membership-holds/ | 2019-01-16T10:48:41 | CC-MAIN-2019-04 | 1547583657151.48 | [array(['https://influxhqcms.s3.amazonaws.com/sites/5372211a4673aeac8b000002/assets/55beedab4673ae485e0089da/membership_in_profile.png',
None], dtype=object)
array(['https://influxhqcms.s3.amazonaws.com/sites/5372211a4673aeac8b000002/assets/55beed244673aed7a0008a44/put_on_hold.png',
None], dtype=object... | docs.influxhq.com |
Create an application definition
You can define a custom application based on a collection of discovered applications in Citrix ADM.
In Citrix ADM, when you navigate to Application Dashboard, the Application Overview page displays default applications. These default applications or “discrete applications” are the 30 ap... | https://docs.citrix.com/en-us/citrix-application-delivery-management-service/application-analytics-and-management/create-application-definition.html | 2019-01-16T11:26:29 | CC-MAIN-2019-04 | 1547583657151.48 | [array(['/en-us/citrix-application-delivery-management-service/media/nmas-appdashboard-stylebook-integration-1.png',
'localized image'], dtype=object)
array(['/en-us/citrix-application-delivery-management-service/media/nmas-appdashboard-stylebook-integration-4.png',
'localized image'], dtype=object)
a... | docs.citrix.com |
TCP Flow-Control acceleration
Ordinary WANs have very poor responsiveness at high link utilization and at long distances. A widely used rule of thumb for ordinary, non-accelerated WAN links is, “once link utilization reaches 40%, it is time to add more bandwidth, because performance and reliability have degraded to the... | https://docs.citrix.com/en-us/citrix-sd-wan-wanop/10-1/tcp-flow-control-accleration.html | 2019-01-16T11:28:39 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.citrix.com |
Configuring LDAP Nested Group Extraction
Citrix Gateway can query LDAP groups and extract group and user information from ancestor groups that you configure on the authentication server. For example, you created group1 and within that group, you created group2 and group3. If the user belongs to group3, Citrix Gateway e... | https://docs.citrix.com/en-us/netscaler-gateway/12-1/authentication-authorization/configure-ldap/ng-authorize-ldap-extraction-con/ng-authorize-config-nested-ldap-tsk.html | 2019-01-16T11:20:40 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.citrix.com |
You can easily add an appointment in the planner, for services or personal training sessions.
On this page you can see how to:
- Add an appointment
- Schedule a recurring appointment
- Raise an invoice for an appointment
Add an Appointment
1. In the planner, select the time of the appointment
2. Select ‘Appointment’
3.... | https://docs.influxhq.com/planner/appointments/ | 2019-01-16T10:37:45 | CC-MAIN-2019-04 | 1547583657151.48 | [array(['https://influxhqcms.s3.amazonaws.com/sites/5372211a4673aeac8b000002/assets/559c4aae4673ae37fb008540/select_appointment.png',
None], dtype=object)
array(['https://influxhqcms.s3.amazonaws.com/sites/5372211a4673aeac8b000002/assets/559c49bb4673ae485e0087cb/appointment.png',
None], dtype=object)
... | docs.influxhq.com |
Use this command to edit a LineString feature.
The MAPLINESTRINGEDIT command is based on the PEDIT command. For more information about the prompts, see PEDIT.
Creates the closing segment of the LineString, connecting the last segment with the first. The LineString is considered open unless you close it using the Close ... | http://docs.autodesk.com/MAP/2010/ENU/AutoCAD%20Map%203D%202010%20User%20Documentation/HTML%20Help/files/WS1a9193826455f5ff9110c71085341391d-29f5.htm | 2019-01-16T10:32:54 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.autodesk.com |
Next steps
This tutorial is now over. You can have a look at:
The installation guide to setup your own Rudder server
Rudder by example for explained use cases
The Rudder FAQ may answer some of your questions
If you need help, or more information, just ask on our chat room! | https://docs.rudder.io/get-started/current/next.html | 2019-01-16T10:58:08 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.rudder.io |
Enter a search term to find documents and education articles.
Click to view a guide of CHIE Alerts configuration options. Or, watch our video on CHIE Alerts Setup.
Click to view a guide of CHIE Alerts configuration options. Not familiar with CHIE Alerts? Check out our introductory video.
Installing and Configuring Easy... | https://docs.uhin.org/2018/06/ | 2019-01-16T10:35:09 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.uhin.org |
API Gateway 7.6.2 OAuth User Guide Resource owner password credentials flow The resource owner password credentials flow is also known as the username-password authentication flow. This flow can be used as a replacement for an existing login when the consumer already has the user's credentials. The resource owner passw... | https://docs.axway.com/bundle/APIGateway_762_OAuthUserGuide_allOS_en_HTML5/page/Content/OAuthGuideTopics/oauth_flows_resource_owner.htm | 2019-01-16T10:37:49 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.axway.com |
Personal.
Little-p personalization means including that individual touch— a name, a rewards balance, a flight number.
We didn't always think of it in these terms here at Urban Airship. But what we have been building, for going on 7 years now, is a Big-P Personalization service, one which allows you to provide engaging,... | https://docs.urbanairship.com/whats-new/2016-04-30-personalization-templates/ | 2019-01-16T10:12:11 | CC-MAIN-2019-04 | 1547583657151.48 | [] | docs.urbanairship.com |
java.lang.Object
javax.faces.application.NavigationHandlerjavax.faces.application.NavigationHandler
org.springframework.web.jsf.DecoratingNavigationHandlerorg.springframework.web.jsf.DecoratingNavigationHandler
public abstract class DecoratingNavigationHandler
Base class for JSF NavigationHandler implementations that w... | http://docs.spring.io/spring/docs/3.0.0.RC1/javadoc-api/org/springframework/web/jsf/DecoratingNavigationHandler.html | 2016-12-02T20:06:24 | CC-MAIN-2016-50 | 1480698540563.83 | [] | docs.spring.io |
Managing Redirects¶
We have a redirects app in bedrock that makes it easier to add and manage redirects. Due to the size, scope, and history of mozilla.org we have quite a lot of redirects. If you need to add or manage redirects read on.
Add a redirect¶
You should add redirects in the app that makes the most sense. For... | https://bedrock.readthedocs.io/en/latest/redirects.html | 2020-07-02T10:23:51 | CC-MAIN-2020-29 | 1593655878639.9 | [] | bedrock.readthedocs.io |
Once displayed first, at the very top. We’ll just rename this category to ’01 Mail Servers’, like so:
Now we can reload our Bulk Report and see the category being displayed first in line.
Notice that the ’01’ number doesn’t appear in the Category’s name, because our system will automatically purge out these numbers tha... | https://docs.hetrixtools.com/how-to-order-categories/ | 2020-07-02T10:06:35 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.hetrixtools.com |
This section covers how to connect your 4-node service chain to the Baobab network. You will set up a Baobab EN and connect the EN with one of your SCNs. Then you will enable the Anchoring feature to write service chain block information on Baobab network.
Download the Baobab EN executable below. For the full list of d... | https://docs.klaytn.com/node/service-chain/getting-started/en-scn-connection | 2020-07-02T08:08:27 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.klaytn.com |
Setting your Swestore password
From SNIC Documentation
This page describes how to find your Swestore username and how to set your password.
- First, open a new web browser tab/window and log in to the SUPR portal at
- Click Accounts in the left hand menu to show the Accounts page.
- Note your Username for the Swestore ... | https://docs.snic.se/wiki/Setting_your_Swestore_password | 2020-07-02T10:47:20 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.snic.se |
You can import many different formats of video file into Unity. Unity stores imported video files as VideoClip assets.
For Unity to preview video files properly, they must be compatible with the Editor platform (the platform you run Unity on). You must also ensure that your files are compatible with the target platform... | https://docs.unity3d.com/ja/2020.1/Manual/VideoSources-FileCompatibility.html | 2020-07-02T09:34:26 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.unity3d.com |
Prefabs come in very handy when you want to instantiate complicated GameObjects or collections of GameObjects at run time. Compared with creating GameObjects from scratch using code, instantiating Prefabs using code has many advantages because you can:
Instantiate a Prefab using one line of code. Creating equivalent Ga... | https://docs.unity3d.com/ja/current/Manual/InstantiatingPrefabs.html | 2020-07-02T10:40:25 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.unity3d.com |
Welcome to the Holistics Documentation page. You'll find comprehensive guides and documentation to help you start working with Holistics as quickly as possible, as well as support if you get stuck. Let's jump right in!
Updated 19 days ago
Visit the following pages for detailed instructions on how to connect Holistics:
... | https://docs.holistics.io/docs/connect-database | 2020-07-02T09:32:19 | CC-MAIN-2020-29 | 1593655878639.9 | [] | docs.holistics.io |
UDN
Search public documentation:
RagdollsInUT2003
Interested in the Unreal Engine?
Visit the Unreal Technology site.
Looking for jobs and company info?
Questions about support via UDN?
Contact the UDN Staff
Ragdolls In UT2003Document Summary: A reference showing how ragdolls were set up in UT2003. Document Changelog: A... | https://docs.unrealengine.com/udk/Two/RagdollsInUT2003.html | 2020-07-02T10:33:18 | CC-MAIN-2020-29 | 1593655878639.9 | [array(['rsrc/Two/RagdollsInUT2003/ragdoll_stats.jpg', 'ragdoll_stats.jpg'],
dtype=object) ] | docs.unrealengine.com |
Database Replication and Clustering
cctrl [
-admin ] [
-expert ] [
-host ] [
-logical ] [
-multi ] [
-no-history ] [
-physical ] [
-port ] [
-proxy ] [
-service ]
Where:
Enter admin mode when connecting
Enter expert mode when connecting
Host name of the service manager to use
Enter logical mode when connecting
Connecto... | http://docs.continuent.com/tungsten-clustering-5.3/cmdline-tools-cctrl-options.html | 2018-01-16T11:35:44 | CC-MAIN-2018-05 | 1516084886416.17 | [] | docs.continuent.com |
DataStax C# Driver for Apache Cassandra
A modern, feature-rich and highly tunable C# client library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra’s binary protocol and Cassandra Query Language v3.. | http://docs.datastax.com/en/developer/csharp-driver/3.2/ | 2018-01-16T11:08:25 | CC-MAIN-2018-05 | 1516084886416.17 | [] | docs.datastax.com |
Assigning Alternate Text to Abbreviations in FrameMaker
Abbreviations are often used in written communication. Using an Abbreviation character format and an AbbreviationTitle marker, you can specify alternate text for abbreviations. For example, if your source document includes an abbreviation such as SS#, you can spec... | http://docs.webworks.com/ePublisher/2008.4/Help/03.Preparing_and_Publishing_Content/01.074.Preparing_FrameMaker_Files | 2018-01-16T11:55:39 | CC-MAIN-2018-05 | 1516084886416.17 | [] | docs.webworks.com |
.
Console Mode
EasyDCIM also shares console version of the device discovering. It is more complicated but it provides greater control over device discovering process.
Because console tool is based mainly (if not exclusively) on SMNP, list of arguments which may be injected into the command is:
Minimal required informat... | http://www.docs.easydcim.com/infrastructure/auto_discovering/index.html | 2018-01-16T11:16:10 | CC-MAIN-2018-05 | 1516084886416.17 | [array(['../../img/docs/infrastructure/auto_discovering/ED_snmp2.png',
'ED_snmp2.png'], dtype=object)
array(['../../img/docs/infrastructure/auto_discovering/auto_discovering_2.png',
'auto_discovering_2.png'], dtype=object) ] | www.docs.easydcim.com |
Administration Guide
Local Navigation
Troubleshooting: IT policies
I cannot find an IT policy rule in the BlackBerry Administration Service
Possible cause
The version of the BlackBerry® Enterprise Server that you are using does not include the IT policy rule.
Possible solution
Import the IT policy rule from an IT polic... | http://docs.blackberry.com/en/admin/deliverables/25767/TS_Policies_1049296_11.jsp | 2015-06-30T03:32:56 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.blackberry.com |
JCacheStorageWincache:::test
Description
Test to see if the cache storage is available.
Description:JCacheStorageWincache::test [Edit Descripton]
public static function test ()
- Returns boolean True on success, false otherwise.
- Defined on line 165 of libraries/joomla/cache/storage/wincache.php
See also
JCacheStorage... | https://docs.joomla.org/index.php?title=API17:JCacheStorageWincache::test&oldid=94923 | 2015-06-30T04:38:58 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.joomla.org |
Difference between revisions of "JSessionStorageWincache::close"::close
Description
Close the SessionHandler backend.
Description:JSessionStorageWincache::close [Edit Descripton]
public function close ()
- Returns boolean True on success, false otherwise.
- Defined on line 55 of libraries/joomla/session/storage/wincach... | https://docs.joomla.org/index.php?title=API17:JSessionStorageWincache::close&diff=prev&oldid=57677 | 2015-06-30T04:56:21 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.joomla.org |
Help Center
Local Navigation
Create .jad files that reference multiple .cod files.
- Use the BlackBerry® Integrated Development Environment to create two BlackBerry® device application files, for example, lib.cod and lib.jad.
- Use the BlackBerry® Signing Authority Tool to sign the .cod file.
- Use the BlackBerry IDE t... | http://docs.blackberry.com/en/developers/deliverables/11938/Create_jad_files_that_reference_multiple_cod_file_512526_11.jsp | 2015-06-30T03:49:32 | CC-MAIN-2015-27 | 1435375091587.3 | [] | docs.blackberry.com |
Open Tutorial
MSP Compression Tutorial 9: Ducking
Ducking
Sometimes you use one sound to reduce the loudness of another. An example would be the automatic ducking you hear on talk radio. The caller alone sounds loud and clear, but as soon as the host speaks, the caller is turned down. This can be done using the tutoria... | https://docs.cycling74.com/max7/tutorials/17_msp_compress_09 | 2018-02-18T04:53:54 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.cycling74.com |
LoRa Server is an open-source LoRaWAN network-server, part of the LoRa Server project. The responsibility of the network-server component is the de-duplication and handling of received uplink frames received by the gateway(s), handling of the LoRaWAN mac-layer and scheduling of downlink data transmissions.
The table be... | https://docs.loraserver.io/loraserver/overview/ | 2018-02-18T04:30:51 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.loraserver.io |
Hyper-V capacity planning tool for Site Recovery
A new enhanced version of Azure Site Recovery Deployment Planner for Hyper-V to Azure deployment is now available. It replaces the old tool. Use the new tool for your deployment planning. The tool provides the following guidelines:
- VM eligibility assessment, based on t... | https://docs.microsoft.com/en-us/azure/site-recovery/site-recovery-capacity-planning-for-hyper-v-replication | 2018-02-18T04:49:39 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.microsoft.com |
Regardless of who you are or what permissions you require, Acquia Cloud Site Factory uses a centralized, OpenID-based system to manage user accounts. For example, administrators can use this centralized account registry to access the Factory interface for managing websites, while site visitors can use the registry to v... | https://docs.acquia.com/node/13031 | 2018-02-18T05:14:11 | CC-MAIN-2018-09 | 1518891811655.65 | [array(['/sites/docs.acquia.com/files/doc/2016/jul/sf-users.png',
'Users page overview'], dtype=object) ] | docs.acquia.com |
EndpointStateTracker MBean
Observes state of other nodes using the gossiper. Use to blacklist a node and other operations that include node health, workload, and status.
This MBean has an attribute to blacklist a node and operations that include node health, workload, and status.This MBean has an attribute to blacklist... | https://docs.datastax.com/en/datastax_enterprise/5.0/datastax_enterprise/srch/endpointStateTrackerMBean.html | 2018-02-18T05:00:48 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.datastax.com |
Data flow from submission to results¶
The graph below summarize the EBI Metagenomics data flow from submission to analysis results:
(1) Submissions are handled by the European Nucleotide Archive (ENA) and therefore users have to have an ENA Webin account .
(2) Access to the ENA submission page requires login in using a... | http://emg-docs.readthedocs.io/en/v4.0/dataflow.html | 2018-02-18T04:43:15 | CC-MAIN-2018-09 | 1518891811655.65 | [] | emg-docs.readthedocs.io |
2.8. New-Style Build Steps¶
In Buildbot-0.9.0, many operations performed by BuildStep subclasses return a Deferred. As a result, custom build steps which call these methods will need to be rewritten.
Buildbot-0.8.9 supports old-style steps natively, while new-style steps are emulated. Buildbot-0.9.0 supports new-style ... | https://buildbot.readthedocs.io/en/v0.9.14/manual/new-style-steps.html | 2018-02-18T05:20:45 | CC-MAIN-2018-09 | 1518891811655.65 | [] | buildbot.readthedocs.io |
Changelog¶
[Unreleased]¶
- ADE or mechanisms to extend the CityJSON data model in a structured and document way
- handling of very large files, eg for streaming (see)
- binary encoding of JSON, with either CBOR or BSON
- support of “Implicit Geometries” (geometry templates in CityGML)
[0.5] - 2017-11-14¶
Added¶
- handl... | http://cityjson.readthedocs.io/en/0.5/changelog/ | 2018-02-18T04:47:03 | CC-MAIN-2018-09 | 1518891811655.65 | [] | cityjson.readthedocs.io |
counter
A sample-rate counter
Description
Accumulates and outputs a stored count, similarly to Max's counter object, but triggered at sample-rate. The amount to accumulate per sample is set by the first input (incr). The count can be reset by a non-zero value in the second input (reset). The third inlet (max) sets a ma... | https://docs.cycling74.com/max7/genobject/gen_dsp_counter | 2018-02-18T05:01:00 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.cycling74.com |
As an IaaS architect, you want to configure vRealize Automation to clean up your Active Directory environment whenever provisioned machines are removed from your hypervisors. So you edit your existing vSphere CentOS blueprint to configure the Active Directory cleanup plugin.
About this task
Using the Active Directory C... | https://docs.vmware.com/en/vRealize-Automation/7.0/com.vmware.vrealize.automation.doc/GUID-09165123-14BF-40E0-B0DC-DB5C7FEDC746.html | 2018-02-18T05:29:42 | CC-MAIN-2018-09 | 1518891811655.65 | [] | docs.vmware.com |
Difference between revisions of "How do you list your extension in the extensions site?"
From Joomla! Documentation
Revision as of 04:28, 29 April 2013
Information on how to list extensions in the extensions site is available here:
Before submitting an extension to JED you should read the 4 steps checklist process | https://docs.joomla.org/index.php?title=How_do_you_list_your_extension_in_the_extensions_site%3F&diff=85758&oldid=75301 | 2015-06-30T00:25:57 | CC-MAIN-2015-27 | 1435375090887.26 | [] | docs.joomla.org |
JHtml/iframe
Write a <iframe></iframe> element
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
static iframe($url, $name, $attribs=null, $noFrames= '')
Defined in
libraries/joomla/html/html.php
Importing
jimport( 'joomla.html.html' );
Source Body
public static func... | https://docs.joomla.org/API16:JHtml/iframe | 2015-06-29T23:59:56 | CC-MAIN-2015-27 | 1435375090887.26 | [] | docs.joomla.org |
Revision history of "Creating a basic templateDetails.xml file"
View logs for this page
Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit. | https://docs.joomla.org/index.php?title=Talk:Creating_a_basic_templateDetails.xml_file&action=history | 2015-06-29T23:37:04 | CC-MAIN-2015-27 | 1435375090887.26 | [] | docs.joomla.org |
Administrator (User)
From Joomla! Documentation
Joomla! maintains two primary classifications of user groups. The classifications are primarily Front-end and Back-end user groups. Front-end users are only allowed to log in using the public facing side of the website. Back-end users are allowed to log in on the administ... | https://docs.joomla.org/index.php?title=Administrator_(User)&direction=prev&oldid=30734 | 2015-06-29T23:31:54 | CC-MAIN-2015-27 | 1435375090887.26 | [] | docs.joomla.org |
Throughout the product development lifecycle, application security is continuously tested and improved.
Jive Software audits all new feature designs for high-level security considerations. Implementations of these features are validated for potential security issues throughout the development phase. Existing features a... | https://docs.jivesoftware.com/jive/6.0/community_admin/topic/com.jivesoftware.help.sbs.online_6.0/admin/SecurityandDevProcesses.html | 2015-06-29T23:10:49 | CC-MAIN-2015-27 | 1435375090887.26 | [] | docs.jivesoftware.com |
Revision history of "Inserting a heading into an Article"
View logs for this page
Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit. | https://docs.joomla.org/index.php?title=Inserting_a_heading_into_an_Article&action=history | 2015-06-29T23:44:06 | CC-MAIN-2015-27 | 1435375090887.26 | [] | docs.joomla.org |
Sources
Produced by:
dbt source freshness
This file contains information about sources with freshness checks. Today, dbt Cloud uses this file to power its Source Freshness visualization.
Top-level keysTop-level keys
metadata
elapsed_time: Total invocation time in seconds.
results: Array of freshness-check execution det... | https://6167222043a0b700086c2b31--docs-getdbt-com.netlify.app/reference/artifacts/sources-json | 2021-11-27T03:39:50 | CC-MAIN-2021-49 | 1637964358078.2 | [] | 6167222043a0b700086c2b31--docs-getdbt-com.netlify.app |
Ethereum Contract ABI
QUANTITY|TAG- integer block number, or the string "latest", "earliest" or "pending" (see the default block parameter), OR the
blockHash(in accordance with EIP-1898) Note: the parameter is an object instead of a string and should be specified as:
{"blockHash": "0x<some-hash>"}.Learn more here.
eth... | https://docs.alchemy.com/alchemy/apis/polygon-api/eth_call | 2021-11-27T01:51:33 | CC-MAIN-2021-49 | 1637964358078.2 | [] | docs.alchemy.com |
DescribeBudgetPerformanceHistory
Describes the history for
DAILY,
MONTHLY, and
QUARTERLY budgets. Budget history isn't available for
ANNUAL budgets.
Request Syntax
{ "Account
Retrieves how often the budget went into an
ALARMstate for the specified time period.
Type: TimePeriod object
Required: No
Response Syntax
{ "Bud... | https://docs.amazonaws.cn/en_us/aws-cost-management/latest/APIReference/API_budgets_DescribeBudgetPerformanceHistory.html | 2021-11-27T02:45:42 | CC-MAIN-2021-49 | 1637964358078.2 | [] | docs.amazonaws.cn |
Getting started¶
Ansible Controller requirements¶
If you plan to use this role to perform LDAP tasks in the default
configuration, you need to install the
python-ldap Python package in the
Ansible environment on the Controller host.
By default the role uses pass (Password Store) as a password manager to store LDAP user... | https://docs.debops.org/en/stable-2.2/ansible/roles/ldap/getting-started.html | 2021-11-27T02:32:56 | CC-MAIN-2021-49 | 1637964358078.2 | [] | docs.debops.org |
How to manage static files (e.g. images, JavaScript, CSS). For guidelines on deploying static files, see How to deploy static files.
Settings¶
See staticfiles settings for details on the following settings:.
Searches for one or more relative paths with the enabled finders.
For example:
$ python
...\> py
By default, al... | https://docs.djangoproject.com/en/4.0/ref/contrib/staticfiles/ | 2021-11-27T02:46:56 | CC-MAIN-2021-49 | 1637964358078.2 | [] | docs.djangoproject.com |
- Overview
- System requirements
- Supported cloud providers
- Runner configuration
- Autoscaling algorithm and parameters
- How
concurrent,
limitand
IdleCountgenerate the upper limit of running machines
- Autoscaling periods configuration
- Off Peak time mode configuration (Deprecated)
-.:
Each machine on the chart is... | https://docs.gitlab.com/13.12/runner/configuration/autoscale.html | 2021-11-27T03:19:09 | CC-MAIN-2021-49 | 1637964358078.2 | [] | docs.gitlab.com |
This tag is considered deprecated and support may be removed in a future version of phpDocumentor. It is recommended to use the @package tag's ability to provide multiple levels instead.
@category
The
@category tag is used to organize groups of packages together.
Syntax
@category [description]
Description
The
@category... | https://docs.phpdoc.org/guide/references/phpdoc/tags/category.html | 2021-11-27T02:01:12 | CC-MAIN-2021-49 | 1637964358078.2 | [] | docs.phpdoc.org |
.
function OnCollisionStay(collisionInfo : Collision) { // Debug-draw all contact points and normals for (var contact : ContactPoint in collisionInfo.contacts) Debug.DrawRay(contact.point, contact.normal, Color.white); }
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void OnCol... | https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnCollisionStay.html | 2016-09-25T05:25:30 | CC-MAIN-2016-40 | 1474738659865.46 | [] | docs.unity3d.com |
Avoiding web browser same origin policy in Ajax applications
If you need to access a web service, using Ajax, that is running on a server that is not in your domain, then you will run up against the "same origin policy" [1] [2]):
You will need to adapt this code to meet your particular requirements, such as if you need... | http://docs.joomla.org/index.php?title=Avoiding_web_browser_same_origin_policy_in_Ajax_applications&oldid=30884 | 2013-05-18T11:04:42 | CC-MAIN-2013-20 | 1368696382261 | [] | docs.joomla.org |
Availability: Macintosh.
This module provides access to MacOS specific functionality in the Python interpreter, such as how the interpreter eventloop functions and the like. Use with care.
Note the capitalization of the module name; this is a historical artifact.
'macho', from Python 2.4 on. In earlier versions of Pyth... | http://docs.python.org/release/2.5/mac/module-MacOS.html | 2013-05-18T10:42:07 | CC-MAIN-2013-20 | 1368696382261 | [] | docs.python.org |
.
Before you begin: To perform this task, you must be using a smart card and a password to unlock your BlackBerry® device.
- On the Home screen or in a folder, click the Options icon.
- Click Password.
- If necessary, change the User Authenticator field to Smart card.
- Set the Authentication Certificate field.
- Press... | http://docs.blackberry.com/en/smartphone_users/deliverables/15974/Use_a_certificate_to_authenticate_smart_card_50_602143_11.jsp | 2013-05-18T10:42:23 | CC-MAIN-2013-20 | 1368696382261 | [] | docs.blackberry.com |
Translations Working Group
Latest revision as of 15:55, 28 November 2012
All Production Working Groups - Documentation · Bug Squad · JavaScript · Search · Translations 1.7/1.6 see: 1.7/1/6 current languages here
The resources provided by these teams are available on a common repository on joomlacode: 1.5 language packs... | http://docs.joomla.org/index.php?title=Translations_Working_Group&diff=77920&oldid=76229 | 2013-05-18T11:05:49 | CC-MAIN-2013-20 | 1368696382261 | [array(['/images/5/53/Compat_icon_2_5.png', 'Joomla 2.5'], dtype=object)] | docs.joomla.org |
SQLAlchemy 0.8 Documentation
- Prev: Deprecated Event Interfaces
- Next: Core Internals
- Table of Contents | Index | view source
Core Exceptions
Table of Contents
Previous Topic
Deprecated Event Interfaces
Next Topic
Project Versions
Quick Search
Core Exceptions¶
Exceptions used with SQLAlchemy.
The base exception cla... | http://docs.sqlalchemy.org/en/rel_0_8/core/exceptions.html | 2013-05-18T10:31:49 | CC-MAIN-2013-20 | 1368696382261 | [] | docs.sqlalchemy.org |
Help Center
Local Navigation
Search This Document
Overview
The tilt demo sample application demonstrates how to limit the screen orientations that a BlackBerry® device application supports, how to show and hide the keyboard that appears on the screen, and how to implement a custom Field class so that it reacts to chang... | http://docs.blackberry.com/it-it/developers/deliverables/8033/Tilt_sample_app_overview_652847_11.jsp | 2013-05-18T10:41:35 | CC-MAIN-2013-20 | 1368696382261 | [] | docs.blackberry.com |
API15:JSessionStorageEaccelerator
From Joomla! Documentation
(Difference between revisions)
Latest revision as of 12:28, 25 March 2010
Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JSessionSto... | http://docs.joomla.org/index.php?title=API15:JSessionStorageEaccelerator&diff=prev&oldid=26053 | 2013-05-18T10:24:02 | CC-MAIN-2013-20 | 1368696382261 | [] | docs.joomla.org |
This module provides an interface to the mechanisms used to implement the import statement. It defines the following constants and functions:
.
None, the list of directory names given by
sys.pathis searched, but first it searches a few special places: it tries to find a built-in module with the given name (C_BUILTIN), ... | http://docs.python.org/release/2.1.3/lib/module-imp.html | 2013-05-18T10:42:51 | CC-MAIN-2013-20 | 1368696382261 | [] | docs.python.org |
Platforms:. or long numbers, strings, or instances of the Binary class.
Add a new record to the Feature table, using the values id, parent.id, title, desc, display, level, directory, and attributes. The resulting feature object can be passed to the start_component() method of Directory..
Create a radio button control n... | http://docs.python.org/release/2.7.2/library/msilib.html | 2013-05-18T10:53:11 | CC-MAIN-2013-20 | 1368696382261 | [] | docs.python.org |
SQLAlchemy 0.8 Documentation
- Prev: Core Events
- Next: Runtime Inspection API
- Table of Contents | Index | view source
Custom SQL Constructs and Compilation Extension
Table of Contents
- Custom SQL Constructs and Compilation Extension
- Synopsis
- Dialect-specific compilation rules
- Compiling sub-elements of a cust... | http://docs.sqlalchemy.org/en/latest/core/compiler.html | 2013-05-18T10:41:28 | CC-MAIN-2013-20 | 1368696382261 | [] | docs.sqlalchemy.org |
Contents
Overview
Uptime Infrastructure Monitor provides the capability to monitor the performance and health of Java applications that are running on a WebSphere server. Use Uptime Infrastructure Monitor to identify correlations between system performance and the Java application server, track end-user and database re... | http://docs.uptimesoftware.com/pages/viewpage.action?pageId=4555062 | 2019-12-05T18:34:04 | CC-MAIN-2019-51 | 1575540481281.1 | [array(['http://support.uptimesoftware.com/images/up.time_WebSphere.png',
None], dtype=object) ] | docs.uptimesoftware.com |
compilations, from Visual Studio’s
vcxproj files.
Features¶
CMake Converter converts your
vcxproj file into
CMakeLists.txt.
He adds all the contained data such as compilation Flags, project targets, project dependencies, outputs of the produced binaries and more.
Release cycle¶
CMake Converter has no strict schedule f... | https://cmakeconverter.readthedocs.io/en/stable/intro.html | 2019-12-05T17:22:43 | CC-MAIN-2019-51 | 1575540481281.1 | [] | cmakeconverter.readthedocs.io |
Windows Administration
Problems of Privilege: Find and Fix LUA Bugs
Aaron Margosis
At a Glance:
- Least-Privilege User Accounts
- Determining a true LUA bug
- Techniques for fixing LUA bugs
You’re probably familiar with the Principle of Least Privilege, which states that a user should be given only the privileges neces... | https://docs.microsoft.com/en-us/previous-versions/technet-magazine/cc160944(v=msdn.10)?redirectedfrom=MSDN | 2019-12-05T17:48:33 | CC-MAIN-2019-51 | 1575540481281.1 | [array(['images/cc160944.diagram.gif', None], dtype=object)] | docs.microsoft.com |
IRequestChannel.Request Method (Message)
Sends a message-based request and returns the correlated message-based response.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration Function Request ( _ message As Message _ ) As Message
Message Request( Message... | https://docs.microsoft.com/en-us/previous-versions/windows/silverlight/dotnet-windows-silverlight/ms195350(v=vs.95) | 2018-05-20T18:14:34 | CC-MAIN-2018-22 | 1526794863662.15 | [] | docs.microsoft.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.