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
Connect to Workbooks¶ First things first: to be able to talk to Excel from Python or call RunPython in VBA, you need to establish a connection with an Excel Workbook. Python to Excel¶ There are various ways to connect to an Excel workbook from Python: wb = Workbook()connects to a a new workbook wb = Workbook.active()co...
http://docs.xlwings.org/en/v0.7.1/connect_to_workbook.html
2018-12-10T03:48:28
CC-MAIN-2018-51
1544376823303.28
[]
docs.xlwings.org
Protecting File Downloads on WP Engine By default, Easy Digital Downloads will protect download files inside of the wp-content/uploads/edd/ folder with a .htaccess, but this will only work if your site is running on Apache. If your site is running on NGINX, as WP Engine uses, admin area of your WP Engine account. This ...
https://docs.easydigitaldownloads.com/article/683-protecting-file-downloads-on-wp-engine
2018-12-10T03:58:54
CC-MAIN-2018-51
1544376823303.28
[array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5463d152e4b0f639418397ca/images/54f9d692e4b086c0c096bde7/file-SH5mBGvIf9.png', None], dtype=object) ]
docs.easydigitaldownloads.com
Getting Started RadDataForm is easily setup by adding the control to a Page and setting its Item property to an object which properties are to be visualized in the Data Form. In order to use the control in your application you need to reference the following binaries: - Telerik.Core.dll - Telerik.Data.dll - Telerik.UI....
https://docs.telerik.com/windows-universal/controls/raddataform/dataform-gettingstarted
2018-12-10T03:46:08
CC-MAIN-2018-51
1544376823303.28
[array(['images/dataform-overview.png', None], dtype=object)]
docs.telerik.com
The following commands and special variables may be used anywhere in a command string except inside a [//] or {//} prompt. Examples of the use of all these commands and special variables can be found in the XST files in \X_WIN95\X_LANSA\SOURCE shipped with Visual LANSA to provide custom execute dialogs from within the ...
https://docs.lansa.com/14/en/lansa015/content/lansa/depb3_0160.htm
2018-12-10T04:04:58
CC-MAIN-2018-51
1544376823303.28
[]
docs.lansa.com
Exporting Sales / Earnings PDF Under Downloads → Reports → Export, at the top of the page you'll see a section like this: Pressing the button will either render a PDF in your browser or ask you to download one. It shows the same information as HTML chart under the Reports tab, simply in a PDF instead of HTML. Currently...
https://docs.easydigitaldownloads.com/article/903-exporting-sales-earnings-pdf
2018-12-10T04:46:10
CC-MAIN-2018-51
1544376823303.28
[array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5463d152e4b0f639418397ca/images/5570b37be4b027e1978e54a9/file-u2nWVRGh8Q.png', None], dtype=object) array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5463d152e4b0f639418397ca/images/5570bfb5e4b01a224b4290de/file-QoQ727cNNJ.png', None], dt...
docs.easydigitaldownloads.com
Exporting File Download Records to CSV Under Downloads → Reports → Export, at the bottom of the page you'll find the box for "Export Download History in CSV". This feature lists every time any file is downloaded, no matter how many times. Simply choose a month and press the "Generate CSV" button and you'll be asked to ...
https://docs.easydigitaldownloads.com/article/907-exporting-file-download-records-to-csv
2018-12-10T04:23:09
CC-MAIN-2018-51
1544376823303.28
[array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/5463d152e4b0f639418397ca/images/5570e5e9e4b027e1978e55df/file-pwKstUAodt.png', None], dtype=object) ]
docs.easydigitaldownloads.com
Extra Invalidation Handlers¶ This library provides decorators that build on top of the CacheInvalidator to simplify common operations. Tag Handler¶ New in version 1.3: The tag handler was added in FOSHttpCache 1.3. If you are using an older version of the library and can not update, you need to use CacheInvalidator::in...
https://foshttpcache.readthedocs.io/en/1.4/invalidation-handlers.html
2018-12-10T04:45:05
CC-MAIN-2018-51
1544376823303.28
[]
foshttpcache.readthedocs.io
End a scroll view begun with a call to BeginScrollView. See Also: GUILayout.BeginScrollView Scroll View in the Game View.. using UnityEngine; public class ExampleScript : MonoBehaviour { // The variable to control where the scrollview 'looks' into its child elements. Vector2 scrollPosition; // The string to display in...
https://docs.unity3d.com/ScriptReference/GUILayout.EndScrollView.html
2018-12-10T05:24:18
CC-MAIN-2018-51
1544376823303.28
[]
docs.unity3d.com
single-line text field where the user can edit a string. Text field in the GameView. using UnityEngine; public class ExampleScript : MonoBehaviour { string stringToEdit = "Hello World"; void OnGUI() { // Make a text field that modifies stringToEdit. stringToEdit = GUILayout.TextField(stringToEdit, 25); } } Did you fin...
https://docs.unity3d.com/ScriptReference/GUILayout.TextField.html
2018-12-10T04:19:25
CC-MAIN-2018-51
1544376823303.28
[]
docs.unity3d.com
Adding files, such as images, that you can use in your course has the following steps. For more information, see the following topics. You manage most files for your course, including image files, on the Files & Uploads page. This page lists the files that you upload, along with the following information about the file...
https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/course_assets/course_files.html
2018-12-10T05:31:25
CC-MAIN-2018-51
1544376823303.28
[]
edx.readthedocs.io
Sched. - reason - A string that will be used as the reason for the triggered argument. - createAbsoluteSourceStamps - bb:sched - reason - See Configuring Schedulers. - reason codebases - createAbsoluteSourceStamps - See Configuring Schedulers. Note that fileIsImportant, change_filter and createAbsoluteSourceStamps reas...
http://docs.buildbot.net/0.8.9/manual/cfg-schedulers.html
2018-12-10T04:52:41
CC-MAIN-2018-51
1544376823303.28
[]
docs.buildbot.net
Properties of Oracle Instance (Details) When you create a new instance, use this dialog box to add the details of the instance. For an existing instance, use this tab to view or change the details of the selected instance. Connect String - When you create a new instance, specify the database connect string. - For an ex...
http://docs.snapprotect.com/netapp/v11/article?p=en-us/universl/instances/oracle/oracle_details.htm
2020-03-29T00:03:00
CC-MAIN-2020-16
1585370493121.36
[]
docs.snapprotect.com
Table of Contents 1: Active player indicator 2, 3: Card stacks for player one and player two 4: Stack of won cards (if any) 5: Gameplay area 6: Score board with player's name, points in the current game, the overall score of the player, and the amount of wins per game 7: Player's controller (Human/PC) 8: The 'trump' in...
https://docs.kde.org/stable5/en/kdegames/lskat/rules_and_tips.html
2020-03-29T01:04:01
CC-MAIN-2020-16
1585370493121.36
[array(['/stable5/en/kdoctools5-common/top-kde.jpg', None], dtype=object) array(['lskat_screen_01.png', 'Lieutenant Skat default game reference screen.'], dtype=object)]
docs.kde.org
Sometimes, you may miss some product reviews after transferring data from old version to the new one then please follow our this instruction below to take them back - Log in your account on Ryviu. - Go to the link to show the old data. - Select the missing products on the new data and click the Transfer button. 4. Upda...
https://docs.ryviu.com/en/articles/3005444-how-to-take-back-missing-reviews-after-updating-to-the-new-version
2020-03-29T00:39:23
CC-MAIN-2020-16
1585370493121.36
[array(['https://downloads.intercomcdn.com/i/o/123048944/e17e0813f69536bfa5971b47/transfer.png', None], dtype=object) ]
docs.ryviu.com
Chart Descriptions This is a list of most charts in Database Performance Monitor with their title, unique ID, and a brief description. MongoDB Charts MySQL Charts PostgreSQL Charts Agent OS Metrics These are metrics from the host where the DPM agent is installed. When monitoring RDS or Aurora, refer to the CloudWatch c...
https://docs.vividcortex.com/general-reference/chart-descriptions/
2020-03-29T00:02:52
CC-MAIN-2020-16
1585370493121.36
[]
docs.vividcortex.com
Converts an Octal number as text to a Binary number as text. oct2bin( value, [place] ) Text value: (Text) Octal value as text to convert, such as 771. place: (Number) The number of places in the result. Invalid digits for a value parameter, including signs, are ignored. The default value for place is however many place...
https://docs.appian.com/suite/help/19.4/fnc_base_conversion_oct2bin.html
2020-03-29T01:00:29
CC-MAIN-2020-16
1585370493121.36
[]
docs.appian.com
Cloudera Data Platform Data Center Edition 7 is now generally available: As always, we welcome your feedback. Please send your comments and suggestions to the user group through our community forums. You can also report issues through our external Jira projects on issues.cloudera.org.
https://docs.cloudera.com/cdpdc/7.0/announcement.html
2020-03-29T00:05:35
CC-MAIN-2020-16
1585370493121.36
[]
docs.cloudera.com
The Sendex™ value is an indicator of the quality of an email address. Just because an email exists and is syntactically correct, does not mean it's quality. For example, [email protected] can generally be seen as a higher quality email address than [email protected]. Kickbox uses a number of algorithms, derived from th...
https://docs.kickbox.com/docs/the-sendex
2020-03-28T23:45:38
CC-MAIN-2020-16
1585370493121.36
[]
docs.kickbox.com
Features This article lists the supported features by RadDomainUpDown: - Data Binding: via the DataSource property you can bind to a collection of custom objects. Additional information is available in the Data Binding. - Unbound Mode: it is possible to populate the Items collection manually either at design time or pr...
https://docs.telerik.com/devtools/winforms/controls/editors/domainupdown/features
2020-03-29T01:17:35
CC-MAIN-2020-16
1585370493121.36
[]
docs.telerik.com
v1.04 "East Friesian" Release date: With this update we’re bringing some much-needed improvements to Search, as well as the introduction of the classic Mm Picks. What's New? - Mm Picks - In this collection, you'll find some of our favourite creations, which we at Media Molecule have hand-picked as the very best example...
https://docs.indreams.me/en/updates/dreams/v104-east-friesian
2020-03-29T00:08:39
CC-MAIN-2020-16
1585370493121.36
[]
docs.indreams.me
Download Azure Stack Hub tools from GitHub AzureStack-Tools is a GitHub repository that hosts PowerShell modules for managing and deploying resources to Azure Stack Hub. If you're planning to establish VPN connectivity, you can download these PowerShell modules to the Azure Stack Development Kit (ASDK), or to a Windows...
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-powershell-download?view=azs-1910
2020-03-29T01:38:05
CC-MAIN-2020-16
1585370493121.36
[]
docs.microsoft.com
nRF91 nrfx example¶ Overview¶ This sample demonstrates the usage of nrfx library in Zephyr. GPIOTE and DPPI are used as examples of nrfx drivers. The code shows how to initialize the GPIOTE interrupt in Zephyr so that the nrfx_gpiote driver can use it. Additionally, it shows how the DPPI subsystem can be used to connec...
https://docs.zephyrproject.org/latest/samples/boards/nrf/nrfx/README.html
2020-03-29T00:11:21
CC-MAIN-2020-16
1585370493121.36
[]
docs.zephyrproject.org
is to avoid regressions and minimize the total time spent debugging Zulip. We do that by trying to catch as many possible future bugs as possible, while minimizing both latency and false positives, both of which can waste a lot of developer time. There are a few implications of this overall goal: - If a test is failin...
https://zulip.readthedocs.io/en/stable/testing/travis.html
2018-12-10T06:59:19
CC-MAIN-2018-51
1544376823318.33
[]
zulip.readthedocs.io
Advanced troubleshooting for Stop error or blue screen error issue Note If you're not a support agent or IT professional, you'll find more helpful information about Stop error ("blue screen") messages in Troubleshoot blue screen errors. What causes Stop errors? A Stop error is displayed as a blue screen that contains t...
https://docs.microsoft.com/en-us/windows/client-management/troubleshoot-stop-errors
2018-12-10T07:56:55
CC-MAIN-2018-51
1544376823318.33
[]
docs.microsoft.com
Analytics¶ Zulip has a cool analytics system for tracking various useful statistics that currently power the /stats page, and over time will power other features, like showing usage statistics for the various streams. It is designed around the following goals: - Minimal impact on scalability and service complexity. - W...
https://zulip.readthedocs.io/en/stable/subsystems/analytics.html
2018-12-10T06:18:03
CC-MAIN-2018-51
1544376823318.33
[]
zulip.readthedocs.io
API Usage This section provides a high-level overview of the Amazon SimpleDB API. It describes API conventions, API versioning used to minimize the impact of service changes, and API-specific information for making REST requests. API Conventions Overview This topic discusses the conventions used in the Amazon SimpleDB ...
https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/APIUsage.html
2018-12-10T06:45:17
CC-MAIN-2018-51
1544376823318.33
[]
docs.aws.amazon.com
When a user logs into the dispatch dashboard, the Main Order Screen is the default home screen - and the New Load screen tab of the company order life cycle is front and center. Other clickable screen tabs include Assigned, Picked up, Delivered, Billed, Paid, and Archived. Circles appear within each screen tab listing ...
https://docs.mysuperdispatch.com/everything-dispatch-dashboard/dashboard/logging-into-the-main-order-screen-of-the-dashboard
2018-12-10T07:00:05
CC-MAIN-2018-51
1544376823318.33
[]
docs.mysuperdispatch.com
Transpilers, Babel and TypeScript JavaScript transpilers (or transcompilers) are tools that convert a specific language code into ES JavaScript. It takes the source code of a program written in one programming language as its input and produces the equivalent source code in another programming language. Clarive support...
http://docs.clarive.com/devel/transpilers/
2018-12-10T06:41:08
CC-MAIN-2018-51
1544376823318.33
[]
docs.clarive.com
Canu FAQ¶ - What resources does Canu require for a bacterial genome assembly? A mammalian assembly? - How do I run Canu on my SLURM / SGE / PBS / LSF / Torque system? - My run stopped with the error 'Failed to submit batch jobs' - My run of Canu was killed by the sysadmin; the power going out; my cat stepping on the po...
https://canu.readthedocs.io/en/stable/faq.html
2018-12-10T06:07:01
CC-MAIN-2018-51
1544376823318.33
[]
canu.readthedocs.io
KeyableModel¶ The concept of a keyable model was “inspired” by the Ruby on Rails cache_key system where you cache partials based on the updated timestamp of the instance. This leverages memcached LRU algorithm where unused cache items are not a problem and are discarded after a while of not being used. Installation¶ To...
https://django-cache-tools.readthedocs.io/en/latest/keyable_model.html
2018-12-10T07:14:03
CC-MAIN-2018-51
1544376823318.33
[]
django-cache-tools.readthedocs.io
Contents Now Platform Custom Business Applications Previous Topic Next Topic OAuth 2.0 tutorial - configure the Google service as an OAuth provider ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Other Share OAuth 2.0 tutorial - configure the Google service as an OAuth provider Use the Google De...
https://docs.servicenow.com/bundle/kingston-application-development/page/integrate/outbound-rest/task/t_OAuthDemoConfigureGoogle.html
2018-12-10T07:28:12
CC-MAIN-2018-51
1544376823318.33
[]
docs.servicenow.com
#include <wx/grid.h> Represents coordinates of a grid cell. An object of this class is simply a (row, column) pair. Default constructor initializes the object to invalid state. Initially the row and column are both invalid (-1) and so operator!() for an uninitialized wxGridCellCoords returns false. Constructor taking a...
https://docs.wxwidgets.org/3.0/classwx_grid_cell_coords.html
2018-12-10T06:50:39
CC-MAIN-2018-51
1544376823318.33
[]
docs.wxwidgets.org
Quickstart: Deploy your first IoT Edge module from the Azure portal to a Windows device - preview In this quickstart, use the Azure IoT Edge cloud interface to deploy prebuilt code remotely to an IoT Edge device. To accomplish this task, first use your Windows device to simulate an IoT Edge device, then you can deploy ...
https://docs.microsoft.com/en-us/azure/iot-edge/quickstart
2018-12-10T06:57:53
CC-MAIN-2018-51
1544376823318.33
[array(['media/quickstart/install-edge-full.png', 'Diagram - Quickstart architecture for device and cloud'], dtype=object) array(['media/quickstart/create-iot-hub.png', 'Diagram - Create an IoT hub in the cloud'], dtype=object) array(['media/quickstart/register-device.png', 'Diagram - R...
docs.microsoft.com
, click the Yammer settings icon , and then click Network Admin. Invite users to Yammer Users are not part of the Yammer network until they have clicked the Yammer tile from Office 365 or logged in once to Yammer. Only employees with a company email address can be invited from this screen. If you have chosen to enforce...
https://docs.microsoft.com/en-us/yammer/manage-yammer-users/add-block-or-remove-users
2018-12-10T07:05:53
CC-MAIN-2018-51
1544376823318.33
[]
docs.microsoft.com
You can download the vRealize Automation Designer installer from the vRealize Automation appliance. Prerequisites Log in to the Windows machine as a local administrator. If you are using Internet Explorer, verify that Enhanced Security Configuration is not enabled. See res://iesetup.dll/SoftAdmin.htm. Procedure - Open ...
https://docs.vmware.com/en/vRealize-Automation/7.1/com.vmware.vra.extensibility.doc/GUID-4CE2080C-7FAE-40F5-8AD0-B5CF0BA50D3E.html
2018-12-10T06:38:02
CC-MAIN-2018-51
1544376823318.33
[]
docs.vmware.com
Class DefaultSeedConfigDefault configuration for seeds without score. Default configuration for seeds without score. Member Typedef Overview (...). Detailed Description The default definition is as follows. You use this as a blueprint for your own TConfig struct for a Seed or SeedSet class. struct DefaultSeedConfig { t...
http://docs.seqan.de/seqan/develop/class_DefaultSeedConfig.html
2018-12-10T06:06:56
CC-MAIN-2018-51
1544376823318.33
[]
docs.seqan.de
of Travis CI GmbH, Rigaer Straße 8, 10247 Berlin, registered with the commercial register of the local court in Charlottenburg (Berlin) under HRB 140133 B (hereinafter “Travis CI”), regarding the software Travis CI (hereinafter “Travis CI Software”) as of 05/2018 Subject matter # - The subject matter of these terms and...
https://docs.travis-ci.com/legal/terms-of-service/
2018-12-10T06:28:45
CC-MAIN-2018-51
1544376823318.33
[]
docs.travis-ci.com
The code below is not JeeNode-specific, it can also be used with other Arduino’ish boards. The EtherCard library on GitHub can be used to send and receive Ethernet packets via an Ether Card board, or any other expansion board with an ENC28J60 chip. It’s based on an initial implementation by Guido Socher and Pascal Stan...
https://docs.jeelabs.org/nodelib/other-libs/
2018-12-10T07:20:15
CC-MAIN-2018-51
1544376823318.33
[]
docs.jeelabs.org
Overview of PingOne Updated 599 11,567 people found this helpful Add to MyDocs | Hide Show Table of Contents Table of Contents Expand | Collapse PingOne SSO for SaaS Apps PingOne SSO for SaaS Apps PingOne SSO for SaaS Apps is for Service Providers (SPs) who want to provide customers secure, single sign-on (SSO) to clou...
https://docs.pingidentity.com/bundle/p1_overview_aps/page/apsAdminOverview.html
2018-12-10T06:50:14
CC-MAIN-2018-51
1544376823318.33
[]
docs.pingidentity.com
To use your own nameservers you have to: To be compliant with IANA name server requirements, you MUST have at least 2 redondant name-servers with two differents IPs. (see below for more info) If you own only one server, you cannot build a compliant name server and you will do it at your own risk. Sentora does not advis...
http://docs.sentora.org/?node=53
2017-02-19T14:23:15
CC-MAIN-2017-09
1487501169776.21
[]
docs.sentora.org
GetChildren Method (ADO) Returns a Recordset whose rows represent the children of a collection Record. Syntax Set recordset = record.GetChildren Return Value A Recordset object for which each row represents a child of the current Record object. For example, the children of a Record that represents a directory would be ...
https://docs.microsoft.com/en-us/sql/ado/reference/ado-api/getchildren-method-ado
2017-02-19T14:55:08
CC-MAIN-2017-09
1487501169776.21
[]
docs.microsoft.com
Bounces¶ When a message to an email address bounces, Mailman’s bounce runner will register a bounce event. This registration is done through a utility. >>> from zope.component import getUtility >>> from zope.interface.verify import verifyObject >>> from mailman.interfaces.bounce import IBounceProcessor >>> processor = ...
http://mailman.readthedocs.io/en/release-3.0/src/mailman/model/docs/bounce.html
2017-02-19T14:10:00
CC-MAIN-2017-09
1487501169776.21
[]
mailman.readthedocs.io
Add a node to the active tree and link to an existing socket Add a file node to the current node editor Add a node to the active tree Add a reroute node Search for named node and allow to select and activate it Edit node group Insert selected nodes into a node group Make group from selected nodes Separate selected node...
https://docs.blender.org/api/blender_python_api_2_67_1/bpy.ops.node.html
2017-02-19T23:15:28
CC-MAIN-2017-09
1487501170286.6
[]
docs.blender.org
java.lang.Object org.springframework.jdbc.datasource.DelegatingDataSourceorg.springframework.jdbc.datasource.DelegatingDataSource org.springframework.jdbc.datasource.TransactionAwareDataSourceProxyorg.springframework.jdbc.datasource.TransactionAwareDataSourceProxy public class TransactionAwareDataSourceProxy Proxy for ...
http://docs.spring.io/spring/docs/2.5.5/javadoc-api/org/springframework/jdbc/datasource/TransactionAwareDataSourceProxy.html
2017-02-20T00:05:29
CC-MAIN-2017-09
1487501170286.6
[]
docs.spring.io
java.lang.Object | +--net.rim.device.api.system.Clipboard Provides a global clipboard for cut and paste operations. // Retrieve the Clipboard object. Clipboard cp = Clipboard.getClipboard(); // Copy to clipboard. cp.put(str); // Retrieve the clipboard's current contents String str = (String) cp.get(); // Clean the clip...
http://docs.blackberry.com/en/developers/deliverables/6022/net/rim/device/api/system/Clipboard.html
2014-03-07T08:33:04
CC-MAIN-2014-10
1393999638008
[]
docs.blackberry.com
This page contains some coding conventions for the Groovy-Eclipse project. This is still a work in progress. If you feel there are some conventions that are missing from here, please raise a jira issue for it. We are only trying to coordinate some high level conventions that maintain the quality of the project across r...
http://docs.codehaus.org/display/GROOVY/Groovy-Eclipse+coding+conventions?showComments=true%20showCommentArea=true
2014-03-07T08:27:39
CC-MAIN-2014-10
1393999638008
[]
docs.codehaus.org
Installation - Install the plugin through the Update Center or download it into the SONARQUBE_HOME/extensions/plugins directory - Restart the SonarQube server Known Limitations Most of the coding rules are currently not translated. Change Log Release 1.6 (1 issues) Release 1.5 (2 issues) Release 1.4 (2 issues) Release ...
http://docs.codehaus.org/pages/viewpage.action?pageId=235044924
2014-03-07T08:29:07
CC-MAIN-2014-10
1393999638008
[array(['/s/en_GB-1988229788/4727/ffd10e10ff7bc0a1d7e29b4d2225707dd7f03d0b.15/_/images/icons/wait.gif', None], dtype=object) array(['/s/en_GB-1988229788/4727/ffd10e10ff7bc0a1d7e29b4d2225707dd7f03d0b.15/_/images/icons/wait.gif', None], dtype=object) array(['/s/en_GB-1988229788/4727/ffd10e10ff7bc0a1d7e2...
docs.codehaus.org
We removed our free Sandbox April 25th. You can read more on our blog. MobWrite¶ Google MobWrite is a “Real-time Synchronization and Collaboration Service”. The original project can be found at. This tutorial is based on, which did the really important updates, like enabling MobWrite to run over WSGI instead of mod_pyt...
http://docs.dotcloud.com/0.9/tutorials/python/mobwrite/
2014-03-07T08:26:00
CC-MAIN-2014-10
1393999638008
[]
docs.dotcloud.com
geom_smooth(mapping = NULL, data = NULL, stat = "smooth", position = "identity", ...) aesor aes_string. Only needs to be set at the layer level if you are overriding the plot defaults. layer. This can include aesthetics whose values you want to set, not map. See layerfor more details. Add a smoothed conditional mean. g...
http://docs.ggplot2.org/0.9.3/geom_smooth.html
2014-03-07T08:25:33
CC-MAIN-2014-10
1393999638008
[]
docs.ggplot2.org
Definition Performs a hot deployment of a Deployable Explanation You use a Deployer when you wish to deploy a Deployable into a running container (this is known as Hot Deployment). There are 2 types of Deployers: - Local Deployer: A local deployer deploys in a locally installed container. Usually, local deployers use t...
http://docs.codehaus.org/pages/viewpage.action?pageId=207552522
2014-03-07T08:29:39
CC-MAIN-2014-10
1393999638008
[]
docs.codehaus.org
. Download Now: Recommended for almost all users. Report bugs and submit patches for this version. The 2.3.x branch of GeoTools has improved the handling of imagery. This represents the first release made in collaboration with the OSGeo foundation. Our plans for GeoTools can be found in this document. If your project n...
http://docs.codehaus.org/plugins/viewsource/viewpagesrc.action?pageId=77872
2014-03-07T08:27:33
CC-MAIN-2014-10
1393999638008
[]
docs.codehaus.org
Step-by-step instructions for getting Maven up and running to support your development. Use other versions at your peril. Note: Mac OS X comes pre-installed with a copy of Maven 2.2.1; be sure to double-check your version from the command line after following the steps below, or things will break. You can download that...
http://docs.jivesoftware.com/jive/6.0/community_admin/topic/com.jivesoftware.help.sbs.online_6.0/developer/HowToInstallMaven.html
2014-03-07T08:26:12
CC-MAIN-2014-10
1393999638008
[]
docs.jivesoftware.com
unpermitted resources or operations. Security can be enforced at different integration points: for example, you may restrict users' access to certain URLs, secure access to the data itself or make specific checks in an operation of the controlling page class. See an example of a simple, custom Hibernate-based entity r...
http://docs.codehaus.org/pages/viewpage.action?pageId=193331223
2014-03-07T08:30:29
CC-MAIN-2014-10
1393999638008
[]
docs.codehaus.org
FEST-Swing can take a screenshot of the desktop when a JUnit GUI test fails, either when running tests using Ant or inside an IDE (e.g. Eclipse.) To take screenshots of failed GUI tests, regardless of how they are executed, please follow these steps: org.fest.swing.annotation.GUITest FEST-Swing's JUnit extension requir...
http://docs.codehaus.org/plugins/viewsource/viewpagesrc.action?pageId=117900329
2014-03-07T08:30:51
CC-MAIN-2014-10
1393999638008
[]
docs.codehaus.org
java.lang.String REFERENCE_REQUEST resolveReference(java.lang.String), Constant Field Values static final java.lang.String REFERENCE_SESSION resolveReference(java.lang.String), Constant Field Values java.lang.Object getAttribute(java.lang.String name, int scope) name- the name of the attribute scope- the scope identif...
http://docs.spring.io/spring-framework/docs/3.2.0.M1/api/org/springframework/web/context/request/RequestAttributes.html
2014-03-07T08:32:27
CC-MAIN-2014-10
1393999638008
[]
docs.spring.io
Chain Fiddler to an Upstream ProxyTo configure Fiddler to send and receive web traffic to and from another proxy between Fiddler and the destination server:Close Fiddler.Open Internet Explorer > Options > Internet Options > Connections > LAN Settings.Click the check box by Use a proxy server for your LAN.Type the addre...
http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ChainToUpstreamProxy
2014-03-07T08:25:07
CC-MAIN-2014-10
1393999638008
[]
docs.telerik.com
Although named point for historical reasons, this light source can model light either from a (theoretical) point source, or from a sphere (the latter being more realistic in most cases, and producing less sharp shadows). The light is cast evenly in all directions. The Lights page has more detail about the controls. In ...
https://docs.arnoldrenderer.com/pages/viewpage.action?pageId=81726843&navigatingVersions=true
2020-05-25T02:24:13
CC-MAIN-2020-24
1590347387155.10
[]
docs.arnoldrenderer.com
AWS. When you send HTTP requests to AWS, you must sign the requests so AWS can identify the sender. You sign requests with your AWS access key, which consists of an access key ID and a secret access key. We strongly recommend you don't create an access key for your root account. Anyone who has the access key for your r...
https://docs.aws.amazon.com/secretsmanager/latest/apireference/Welcome.html
2020-05-25T02:42:54
CC-MAIN-2020-24
1590347387155.10
[]
docs.aws.amazon.com
Marketing Tools tab can be used by the affiliates to generate affiliate links for the products from your store that they want to promote. Affiliates can also access and use the media assets that the merchant has provided them. Here, in the Product Links section, the affiliate can paste the Product's URL into the produc...
https://docs.goaffpro.com/affiliate-portal/marketing-tools
2020-05-25T02:07:58
CC-MAIN-2020-24
1590347387155.10
[]
docs.goaffpro.com
Convert Extreme Searches to Machine Learning Toolkit in Splunk Enterprise Security If you need to convert any locally modified XS searches to MLTK, use the following information to help guide your decisions. Converting XS commands The most common common XS commands that have MLTK equivalents in ES follow. xsWhere The x...
https://docs.splunk.com/Documentation/ES/6.1.0/Admin/MLTKconversion
2020-05-25T02:08:00
CC-MAIN-2020-24
1590347387155.10
[array(['/skins/OxfordComma/images/acrobat-logo.png', None], dtype=object)]
docs.splunk.com
The bootstrap approach to deploying a content model involves modifying Alfresco content repository XML configuration files to register the content model. - To..
https://docs.alfresco.com/4.0/tasks/deploy-bootstrap.html
2020-05-25T02:30:33
CC-MAIN-2020-24
1590347387155.10
[]
docs.alfresco.com
- background - channel - direct - element - global - lighting - lightselect - pass - probabilistic - rawtotallighting - rgb - vraynoiselevel To add a label to the list of required labels, choose '+ labelname' from Related Labels. To remove a label from the required labels, choose '- labelname' from above. - There are n...
https://docs.chaosgroup.com/label/VRAY4MAX/background+channel+direct+element+global+lighting+lightselect+pass+probabilistic+rawtotallighting+rgb+vraynoiselevel
2020-05-25T03:06:07
CC-MAIN-2020-24
1590347387155.10
[]
docs.chaosgroup.com
- color - diffuse - diffusefilter - level - pass - rawdiffusefilter - rawrefractionfilter - rgb - temperature - user-defined To add a label to the list of required labels, choose '+ labelname' from Related Labels. To remove a label from the required labels, choose '- labelname' from above. - There are no pages at the m...
https://docs.chaosgroup.com/label/color+diffuse+diffusefilter+level+pass+rawdiffusefilter+rawrefractionfilter+rgb+temperature+user-defined
2020-05-25T02:50:48
CC-MAIN-2020-24
1590347387155.10
[]
docs.chaosgroup.com
Developer Guide¶ - Building on honeycomb - Major components - Modules - Developing a device specific translation unit - Reading of CLI and device configuraiton This document provides developer-level details for the FRINX CLI southbound plugin, both for the framework itself as well as for the pluggable translation units...
https://docs.frinx.io/FRINX_ODL_Distribution/oxygen/developer-guide/cli-service-module.html
2020-05-25T00:51:10
CC-MAIN-2020-24
1590347387155.10
[array(['../../../_images/ODL2.png', 'ODL'], dtype=object) array(['../../../_images/HC12.png', 'HC'], dtype=object) array(['../../../_images/HCsMdsal2.png', "Honeycomb's core"], dtype=object) array(['../../../_images/cliMountpoint5.png', "Honeycomb's core as mountpoint"], dtype=object) array(['../../../_ima...
docs.frinx.io
Installation from package Debian Although there is a package of Gitea in Debian’s contrib, it is not supported directly by us. Unfortunately, the package is not maintained anymore and broken because of missing sources. Please follow the deployment from binary guide instead. Should the packages get updated and fixed, we...
https://docs.gitea.io/en-us/install-from-package/
2020-05-25T01:39:33
CC-MAIN-2020-24
1590347387155.10
[]
docs.gitea.io
- global - illumination - light - material - mtlwrapper - outdoor - override - particlemtl - spherical - sss - surface - vismat To add a label to the list of required labels, choose '+ labelname' from Related Labels. To remove a label from the required labels, choose '- labelname' from above. - There are no pages at th...
https://docs.chaosgroup.com/label/VRAY4MAX/global+illumination+light+material+mtlwrapper+outdoor+override+particlemtl+spherical+sss+surface+vismat
2020-07-02T12:45:50
CC-MAIN-2020-29
1593655878753.12
[]
docs.chaosgroup.com
nodetool setcompactionthroughput Sets the throughput capacity for compaction in the system, or disables throttling. cassandra.yaml - The cassandra.yaml file is located in the installation_location/conf directory. [connection_options] setcompactionthroughput [--] throughput_cap_in_mb. - throughput_cap_in_mb - Correspond...
https://docs.datastax.com/en/ddac/doc/datastax_enterprise/tools/nodetool/toolsSetCompactionThroughput.html
2020-07-02T13:00:52
CC-MAIN-2020-29
1593655878753.12
[]
docs.datastax.com
Description Provides a complete overview of how local storage attached to Cloud Servers operates, including an explanation of the Disk Speed feature which provides users with the ability to apply different levels of disk performance to local Cloud Disks. All CloudControl Usage uses Base 2 ("gibibyte") Methodology When ...
https://docs.mcp-services.net/pages/viewpage.action?pageId=3015251
2020-07-02T12:07:38
CC-MAIN-2020-29
1593655878753.12
[]
docs.mcp-services.net
Getting your customer to come one more time to your store and one less time to your competitor’s is how the battle will be won or lost. So, in today's day and age, of self driving cars, and 3D printing organs, and most importantly everyone carrying a super computer in their pocket - the smartphone - why are do business...
http://docs.loopyloyalty.com/en/articles/1027715-why-are-we-still-accepting-paper-stamp-cards-in-2017
2020-07-02T12:23:29
CC-MAIN-2020-29
1593655878753.12
[]
docs.loopyloyalty.com
. Don't confuse table compression with compact storage of columns, which is used for backward compatibility of old applications with CQL.. Cassandra compresses existing SSTables when the normal Cassandra compaction process occurs. Force existing SSTables to be rewritten and compressed by using nodetool upgradesstables ...
https://docs.datastax.com/en/cassandra-oss/3.0/cassandra/operations/opsWhenCompress.html
2020-07-02T12:19:25
CC-MAIN-2020-29
1593655878753.12
[]
docs.datastax.com
Web Service Security Guidance With the release of the WSE 3.0 for Visual Studio 2005 and .NET Framwork 2.0, Microsoft released the Web Service Security Guidance. This guidance captures the most common scenarios related to Web Service Security such as: - Public Web Services - Intranet Web Services - Internet Business to...
https://docs.microsoft.com/en-us/archive/blogs/dansellers/web-service-security-guidance
2020-07-02T13:24:17
CC-MAIN-2020-29
1593655878753.12
[]
docs.microsoft.com
Are you planning to Deploy Office 2007? If so, you'll want to check this out. There is a new WebCast available on titled, Deploying the 2007 Microsoft Office system in an enterprise computing environment. Eric Ellis is the presenter. He is a Support Escalation Engineer on my team. Eric spent the bulk of the last year a...
https://docs.microsoft.com/en-us/archive/blogs/microsoft_office_support_communication_blog/are-you-planning-to-deploy-office-2007-if-so-youll-want-to-check-this-out
2020-07-02T13:12:23
CC-MAIN-2020-29
1593655878753.12
[]
docs.microsoft.com
You can access various Web sample applications, by browsing them on the left side menu, or by building and running them in the Tizen Studio. The samples are complete with source code and resources. If you need the code in your own application, you can easily copy and paste it. Getting Web Samples in the Tizen Studio To...
https://docs.tizen.org/development/sample/web
2020-07-02T12:58:44
CC-MAIN-2020-29
1593655878753.12
[]
docs.tizen.org
About Drawing Hierarchy Rigs T-RIG-001-003_0<<. .
https://docs.toonboom.com/help/harmony-17/advanced/rigging/about-drawing-hierarchy-rig.html
2020-07-02T12:45:07
CC-MAIN-2020-29
1593655878753.12
[array(['../Resources/Images/HAR/Stage/Breakdown/an_parentingarm.png', None], dtype=object) array(['../Resources/Images/HAR/Stage/Breakdown/HAR11/HAR11_Arm_Hierarchy.png', None], dtype=object) array(['../Resources/Images/HAR/Stage/Breakdown/an_hierarchyrotation_001.png', None], dtype=object) ...
docs.toonboom.com
Viewing the List of Layers The go-to way of selecting and managing layers in a panel is to use the Layer panel, which is, by default, in the right section of the Stage and Camera views. However, it is also possible to add the Layers view to your workspace, which works the same way. You can then hide the Layer panel by ...
https://docs.toonboom.com/help/storyboard-pro-7/storyboard/layer/view-layer-list.html
2020-07-02T12:17:18
CC-MAIN-2020-29
1593655878753.12
[array(['../../Resources/Images/SBP/Layers/layer-panel-in-stage-view.png', None], dtype=object) array(['../../Resources/Images/SBP/alternate-layer-management-layers-view.png', None], dtype=object) array(['../../Resources/Images/SBP/alternate-layer-management-thumbnails-view.png', None], dtype=...
docs.toonboom.com
pg_available_extension_versions A newer version of this documentation is available. Use the version menu above to view the most up-to-date release of the Greenplum 5.x documentation. pg_available_extension_versions The pg_available_extension_versions view lists the specific extension versions that are available for ins...
https://gpdb.docs.pivotal.io/5270/ref_guide/system_catalogs/pg_available_extension_versions.html
2020-07-02T13:43:38
CC-MAIN-2020-29
1593655878753.12
[]
gpdb.docs.pivotal.io
Performance Comparison of Dimension Reduction Implementations¶ Different dimension reduction techniques can have quite different computational complexity. Beyond the algorithm itself there is also the question of how exactly it is implemented. These two factors can have a significant role in how long it actually takes ...
https://umap-learn.readthedocs.io/en/latest/benchmarking.html
2020-07-02T12:20:34
CC-MAIN-2020-29
1593655878753.12
[array(['_images/performance_14_1.png', '_images/performance_14_1.png'], dtype=object) array(['_images/performance_17_1.png', '_images/performance_17_1.png'], dtype=object) array(['_images/performance_20_1.png', '_images/performance_20_1.png'], dtype=object) ...
umap-learn.readthedocs.io
Built-in views¶ - class contact_form.views. ContactFormView¶ The base view class from which most custom contact-form views should inherit. If you don’t need any custom functionality, and are content with the default ContactFormclass, you can also just use it as-is (and the provided URLConf, contact_form.urls, does exac...
http://django-contact-form.readthedocs.io/en/1.3/views.html
2017-11-17T23:12:23
CC-MAIN-2017-47
1510934804019.50
[]
django-contact-form.readthedocs.io
Product: Cloud City Masters Series Tutorial Product Code: br_sc003 DAZ Original: YES Created By: Joe Vinton Released: April 28, 2004 Product Information * Required Products: Bryce 5 * You can find the tutorial in the following folder(s): * Tutorials:Masters Series:Cloud City * Support files (materials, objects) are loc...
http://docs.daz3d.com/doku.php/artzone/azproduct/3197
2017-11-17T23:09:11
CC-MAIN-2017-47
1510934804019.50
[]
docs.daz3d.com
Pivotal Greenplum® Command Center 3.3.1 Release Notes - About This Release - Supported Platforms - Pivotal Documentation - About Pivotal Greenplum Command Center - Enhancements and Changes in Greenplum Command Center 3.3.1 - Enhancements and Changes in Greenplum Command Center 3.3.0 -.3 - Enhancements and Changes in Gr...
http://gpcc.docs.pivotal.io/330/gpcc/relnotes/GPCC-331-release-notes.html
2017-11-17T23:08:27
CC-MAIN-2017-47
1510934804019.50
[array(['/images/icon_gpdb.png', None], dtype=object)]
gpcc.docs.pivotal.io
The View PCoIP ADM template file contains group policy settings that configure PCoIP settings that affect the use of the keyboard. Table 1. View PCoIP Session Variables for the Keyboard Setting Description Disable sending CAD when users press Ctrl+Alt+Del When this policy is enabled, users must press Ctrl+Alt+Insert in...
https://docs.vmware.com/en/VMware-Horizon-7/7.0/com.vmware.horizon-view.desktops.doc/GUID-2FA7564D-FF3E-472B-AD2D-575CCCD82410.html
2017-11-17T23:18:57
CC-MAIN-2017-47
1510934804019.50
[]
docs.vmware.com
Install the Windows guest agent on a Windows reference machines to run as a Windows service and enable further customization of machines. Prerequisites Identify or create the reference machine.. Procedure - Navigate to the vCloud Automation Center Appliance management console installation page. For example:. - Click Gu...
https://docs.vmware.com/en/vRealize-Automation/7.1/com.vmware.vrealize.automation.doc/GUID-C5BD3D30-FCCC-4125-971E-4E6A27617BF8.html
2017-11-17T23:20:11
CC-MAIN-2017-47
1510934804019.50
[]
docs.vmware.com
part_emitter_destroy_all( ps ); Returns: N/A This function will remove all defined emitters from the given system and clear them from memory (this will also stop any particles from being produced by the given emitter, but it does NOT remove them from the room). This function should always be called when the emitters ar...
http://docs.yoyogames.com/source/dadiospice/002_reference/particles/particle%20emitters/part_emitter_destroy_all.html
2017-11-17T23:04:55
CC-MAIN-2017-47
1510934804019.50
[]
docs.yoyogames.com
To add a new policy to an existing Knox service: On the Service Manager page, select an existing service under Knox. The List of Policies page appears. Click. The Create Policy page appears. Complete the Create Policy page as follows: For reference information, see: Wildcard Characters and {USER} Variable.. Click.
https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_security/content/knox_policy.html
2017-11-17T23:10:43
CC-MAIN-2017-47
1510934804019.50
[]
docs.hortonworks.com
Textpattern themes available on GitHub TODO With the popularity of GitHub, comes a natural tendency for Textpattern theme designers to make their theme code available there. In this page we attempt to keep track of them all until we figure out something better. Front-side themes Textpattern CMS default theme Latest ver...
https://docs.textpattern.io/themes/themes-on-github
2017-11-17T23:07:12
CC-MAIN-2017-47
1510934804019.50
[]
docs.textpattern.io
Connecting to an On-Premise Directory You have two options for connecting to your on-premises directory: can either use AWS Directory Service AD Connector, or you can use AWS Microsoft AD. Note If you are part of a compliance program, such as PCI, FedRAMP, or DoD, you must set up a Microsoft AD Directory to meet compli...
http://docs.aws.amazon.com/workdocs/latest/adminguide/connect_directory.html
2017-11-17T23:26:55
CC-MAIN-2017-47
1510934804019.50
[]
docs.aws.amazon.com
Quick start guide¶ First you’ll need to have Django and django-contact-form installed; for details on that, see the installation guide. Once that’s done, you can start setting up django-contact-form. Since it doesn’t provide any database models or use any other application-config mechanisms, you do not need to add djan...
http://django-contact-form.readthedocs.io/en/1.3/quickstart.html
2017-11-17T23:12:13
CC-MAIN-2017-47
1510934804019.50
[]
django-contact-form.readthedocs.io
Product: Genesis Evolution: Body Morphs Product Code: 12994 (ds_mr008) DAZ Original: Yes Created by: DAZ 3D Released: July 2011 Required Products: the Genesis figure (currently only included in DAZ Studio 4) Visit our site for further technical support questions or concerns: Thank you and enjoy your new products! DAZ P...
http://docs.daz3d.com/doku.php/artzone/azproduct/12994
2017-11-17T23:11:52
CC-MAIN-2017-47
1510934804019.50
[]
docs.daz3d.com
Remove-SCVMHost Syntax Remove-SCVMHost [-VMHost] <Host> [-VMMServer <ServerConnection>] [-Credential <VMMCredential>] [-RemoveHostWithVMs] [-RunAsynchronously] [-PROTipID <Guid>] [-JobVariable <String>] [-WhatIf] [-Confirm] [<CommonParameters>] Remove-SCVMHost [-VMHost] <Host> [-VMMServer <ServerConnection>] [-Force] [...
https://docs.microsoft.com/en-us/powershell/module/virtualmachinemanager/remove-scvmhost?view=systemcenter-ps-2016
2017-11-17T22:55:24
CC-MAIN-2017-47
1510934804019.50
[]
docs.microsoft.com
Links panel The Links panel provides a way of keeping track of links and lists of resources (often external to the site) so they may be included in article content or Form templates in a convenient way. On this page: - Why store links in this link repository? - Create a new link - Editing links - Search function - List...
https://docs.textpattern.io/administration/links-panel
2017-11-17T22:49:45
CC-MAIN-2017-47
1510934804019.50
[]
docs.textpattern.io
All core vRealize Automation workflows are executed in a distributed execution environment. The vRealize Automation runtime environment consists of one or more DEM Worker instances that can execute any workflow installed in the core engine. Additional Worker instances can be added as needed for scalability, availabilit...
https://docs.vmware.com/en/vRealize-Automation/7.3/com.vmware.vra.prepare.use.doc/GUID-051ABB8B-B180-42F2-9DC8-9DC5DF329253.html
2017-11-17T23:10:52
CC-MAIN-2017-47
1510934804019.50
[]
docs.vmware.com
+= b; Similarly, you can subtract it using -=, multiply it using *=, divide it using /=, or use bitwise operators using |=, &=, or ^=. You can also add or subtract one from a value using ++, --.
http://docs.yoyogames.com/source/dadiospice/002_reference/001_gml%20language%20overview/401_03_assignments.html
2017-11-17T23:01:12
CC-MAIN-2017-47
1510934804019.50
[]
docs.yoyogames.com
You can add an existing virtual hard disk to a virtual machine. You can copy or move the disk to your virtual machine, or share it between virtual machines. About this task Caution: Moving the virtual hard disk can break other virtual machines that are using the virtual hard disk, because this is the equivalent of remo...
https://docs.vmware.com/en/VMware-Fusion/10.0/com.vmware.fusion.using.doc/GUID-4B3FC5A0-E4A5-4C1B-9F0C-9536628CF4DB.html
2017-11-17T23:35:56
CC-MAIN-2017-47
1510934804019.50
[]
docs.vmware.com
You use the ThinApp Setup Capture wizard to capture and package your applications. Prerequisites Download the ThinApp software from and install it on a clean computer. View supports ThinApp version 4.6 and later. Familiarize yourself with the ThinApp software requirements and application packaging instructions in the T...
https://docs.vmware.com/en/VMware-Horizon-7/7.3/horizon-administration/GUID-BABBC405-4AAC-429C-89C6-0B4AFD3B8961.html
2017-11-17T23:36:05
CC-MAIN-2017-47
1510934804019.50
[]
docs.vmware.com
You use Horizon Administrator to configure the use of the secure tunnel and PCoIP Secure Gateway. These components ensure that only authenticated users can communicate with remote desktops and applications. About this task Clients that use the PCoIP display protocol can use the PCoIP Secure Gateway. Clients that use th...
https://docs.vmware.com/en/VMware-Horizon-7/7.3/horizon-installation/GUID-0FC59EB4-45DA-4B3C-A611-F6B5597E9F0C.html
2017-11-17T23:35:47
CC-MAIN-2017-47
1510934804019.50
[]
docs.vmware.com
GSOC 2013 Project Ideas From Joomla! Documentation Contents - 1 Welcome! - 2 Ideas - 2.1 Joomla CMS - 2.1.1 Project: Build New Media Manager -.2 Joomla Framework: Build New Media Manager - Brief Explanation: The current media manager is outdated and limited. Build a new). The manager should also include ACL permissions...
https://docs.joomla.org/index.php?title=GSOC_2013_Project_Ideas&oldid=82424
2015-06-30T05:18:46
CC-MAIN-2015-27
1435375091751.85
[]
docs.joomla.org
Revision history of "JHtmlSliders:: loadBehavior:: loadBehavior/1.6 (content was: "__NOTOC__ =={{JVer|1.6}} JHtmlSliders::_loadBehavior== ===Description=== Load the JavaScript behavior. {{Description:JHtmlSliders::_loadBehavior}} <span class="..." (and the only contributor was "Doxiki2"))
https://docs.joomla.org/index.php?title=JHtmlSliders::_loadBehavior/1.6&action=history
2015-06-30T05:52:34
CC-MAIN-2015-27
1435375091751.85
[]
docs.joomla.org
Difference between revisions of "Making your site Search Engine Friendly" From Joomla! Documentation Revision as of 05:19, 12 July 2013}}. Using a Sitemap Update Frequency. recommends that you follow these key principles when creating a title: -.
https://docs.joomla.org/index.php?title=Making_your_site_Search_Engine_Friendly&diff=101577&oldid=101576
2015-06-30T05:59:20
CC-MAIN-2015-27
1435375091751.85
[]
docs.joomla.org
Difference between revisions of "Creating a basic index file" From Joomla! Documentation Revision as of 10:23, 2 May 2008 The index.php file becomes the core of every page that Joomla! delivers. Essentially, you make a page (like any html page) but place php code where the content of your site should go. Here is the ba...
https://docs.joomla.org/index.php?title=Creating_a_basic_index_file&diff=5844&oldid=5843
2015-06-30T06:01:30
CC-MAIN-2015-27
1435375091751.85
[]
docs.joomla.org
Difference between revisions of "Menus Options" From Joomla! Documentation Latest revision as of 19:09, 28 April 2013.
https://docs.joomla.org/index.php?title=Help17:Menus_Options&diff=next&oldid=83942
2015-06-30T06:30:16
CC-MAIN-2015-27
1435375091751.85
[]
docs.joomla.org