-
-
sfDoctrineAssetsLibraryPlugin
... for that purpose, the `sfWidgetFormAssetInput`. Use is just like a regular widget:
[php]
public function configure()
{
$this->widgetSchema['asset_id'] = new sfWidgetFormAssetInput();
// usually you don't need to define validator, ...
-
drupal-module-apachesolr
... indicates which module is invoking the hook.
Example:
function my_module_apachesolr_modify_query(&$query, &$params, $caller) {
// I only want to ... each document returned in a search - new in 6.x-beta7
as a replacement for the call ...
-
drupal-module-bot
... effort than normal to get going. Unlike a regular Drupal page load, an
IRC bot has to run forever and, ... USERMODE CHANNELMODE CTCP_REQUEST CTCP_REPLY
A module may create a function in the form of:
MODULENAME_irc_msg_MESSAGETYPE
such that a module ...
-
client_lib
... it useful to get JSON data back wrapped in a function call. This
technique is called JSONP. Workbooks supports this: if ... that were processed that
had the same `updated_at` timestamp. A page of data can selected sorted by `updated_at` ascending, filtered ...
-
sencha-touch-experiments
... Ext.extend(Ext.List, {
title: 'Books',
itemSelector: 'li.book-item',
singleSelect: true,
initComponent: function() {
this.tpl = Ext.XTemplate.from('recent');
this.store = MyApp.bookstore; ...
-
vmfest
... to the WebServices configuration listed at
the end of this page.
## Install VirtualBox 4.3.x
Download and install [VirtualBox ... defn
names [n]
(map #(format "vmfest-%s" %) (range n)))
;; This function will create a debian instance based on the image
...
-
icode
... properly, we have a new function called 'display()' which will highlight the error on the page so that you can see ... are viewing them on the browser or CLI (
or '\n')
6. Automatic URL Rewriting
All URLs are automatically rewritten in Generatrix. ...
-
NoNonsenseForum
... the "sign in" link at the bottom of the page and enter
your name / password
* Threads can be locked ...
JJ
* Wrong usage of PHP header function
* Add "noindex, nofollow" to delete page
* Blockquote syntax idea
Jon Gjengset ...
-
rsvp-me
... from the RSVP Me widget calendar or from the single Event page
== Frequently Asked Questions ==
questions anyone? Or any ideas for improvements/ ... 3.8.2
01-31-2014
1. Fixed a deprecated function bug that conflicted with WordPress 3.8.1
11-28 ...
-
sfAltCaptchaPlugin
... your project configuration class
//%project_dir%/config/ProjectConfigurationClass.class.php
...
public function setup()
{
...
$this->enablePlugins('sfAltCaptchaPlugin');
}
...
Whichever installation method you choose, ...
-