This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a1000x9 { | |
meta { | |
name 'WP2Chatter' | |
description << | |
WP2Chatter | |
>> | |
author "soe soe" | |
logging on | |
key wp2chatter { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This module converts requested URLs to callback view functions. | |
RegexURLResolver is the main class here. Its resolve() method takes a URL (as | |
a string) and returns a tuple in this format: | |
(view_function, function_args, function_kwargs) | |
""" | |
import re |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This module converts requested URLs to callback view functions. | |
RegexURLResolver is the main class here. Its resolve() method takes a URL (as | |
a string) and returns a tuple in this format: | |
(view_function, function_args, function_kwargs) | |
""" | |
from __future__ import unicode_literals |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @addtogroup hooks | |
* @{ | |
*/ | |
/** | |
* Exposes "pseudo-field" components on fieldable entities. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// $Id$ | |
/** | |
* @ingroup field_fieldable_type | |
* @{ | |
*/ | |
/** | |
* Exposes "pseudo-field" components on fieldable entities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Functions for form and batch generation and processing. | |
*/ | |
/** | |
* @defgroup forms Form builder functions | |
* @{ | |
* Functions that build an abstract representation of a HTML form. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// $Id$ | |
/** | |
* @defgroup forms Form builder functions | |
* @{ | |
* Functions that build an abstract representation of a HTML form. | |
* | |
* All modules should declare their form builder functions to be in this | |
* group and each builder function should reference its validate and submit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"tabs": { | |
"checkboxTabs": [{ | |
"documentId": "1", | |
"pageNumber": "1", | |
"recipientId": "1", | |
"xPosition": "139", | |
"yPosition": "141", | |
"name": "Individual", | |
"requireInitialOnSharedChange": "false", | |
"selected": "true", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 files (routes/index.js and libs/cloudspokes.js) are changed in refactoring updateMember function. | |
"updateMember" function is modified to accept 1 more param: memberTabs which is retrieved from DocuSign API. | |
Please refer to change log here: https://github.com/soe/Docusign-Embedded-Signing/compare/cs2026 | |
In the following gist (https://gist.github.com/4599566#file-tabs-json-output), "tabs" returned in JSON output from DocuSign API response is included for reference. | |
** Demo: http://docusign-soe.herokuapp.com/sign/a0IZ0000000FyJU/jeffdonthemic/99097A71-5EE0-43DD-A16F-6D0066983910/[email protected] | |
** Screencast: https://vimeo.com/57982065 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Salesforce.com Partner Web Services API Version 26.0 | |
Generated on 2013-01-23 22:06:12 +0000. | |
Copyright 1999-2013 salesforce.com, inc. | |
All Rights Reserved | |
--> |
OlderNewer