This file contains hidden or 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'?> | |
| <GateDocument> | |
| <!-- The document's features--> | |
| <GateDocumentFeatures> | |
| <Feature> | |
| <Name className="java.lang.String">gate.SourceURL</Name> | |
| <Value className="java.lang.String">created from String</Value> | |
| </Feature> | |
| </GateDocumentFeatures> |
This file contains hidden or 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
| auth lister => StructuredDynamics\structwsf\php\api\ws\auth\lister\AuthListerQuery::__set_state(array( | |
| 'endpoint' => 'auth/lister/', | |
| 'method' => 'get', | |
| 'mime' => 'resultset', | |
| 'timeout' => 0, | |
| 'resultset' => | |
| StructuredDynamics\structwsf\framework\Resultset::__set_state(array( | |
| 'resultset' => | |
| array ( | |
| 'unspecified' => |
This file contains hidden or 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
| Array | |
| ( | |
| [bibo_document] => Array | |
| ( | |
| [type] => resource | |
| [bundle] => bibo_document | |
| [mapping] => Array | |
| ( | |
| [rdftype] => Array | |
| ( |
This file contains hidden or 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
| -------------------------. .-----------------------------. | |
| Create Task | | Create Task (Step) | | |
| -------------------------| |-----------------------------| | |
| Name (machine name too) | | Resolution | | |
| Type <drop down> | | Name | | |
| -------------------------' | Actions (add) | | |
| | (add new resolution) | | |
| '-----------------------------' |
This file contains hidden or 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
| $e = entity_load('resource_type', array('http://ccr.nhccn.com.au/datasets/global/documents/16964')); | |
| entity_save('resource_type', $e); |
This file contains hidden or 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 | |
| namespace Drupal/sps | |
| /** | |
| * This is to assit in calling function outside of the sps | |
| * module that might have side effect. It allows for test to | |
| * change the function for there tests | |
| * the syntax to use is |
This file contains hidden or 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
| .---------------------------------------------------. | |
| |.-------------------------------------------------.| | |
| || [Select Condition] Date [__________] [submit] || | |
| |'-------------------------------------------------'| | |
| | | | |
| |.-----------------------------. .-----------------.| | |
| ||.---------------------------.| |.---------------.|| | |
| ||| [Publish] || || [Publish] ||| | |
| ||'---------------------------'| |'---------------'|| | |
| || | | || |
This file contains hidden or 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 | |
| /** | |
| * Validate that the plugin info array contains the all of the required keys | |
| * | |
| * @param $plugin_info | |
| * @param $element_key | |
| * @param $element | |
| * | |
| * @throws Exception\InvalidPluginException | |
| * |
This file contains hidden or 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
| /** | |
| * Recursive function to search the meta data | |
| * | |
| * @param $plugin_info | |
| * @param $property | |
| * this can be a string or a array of tree keys | |
| * @param $value | |
| * | |
| * @return bool | |
| */ |
This file contains hidden or 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
| 13:43 /opt/development/esummerfield/lds/html/sites/all/modules/lsd_csi/sps (7.x-1.x) $ php /opt/development/esummerfield/lds/html/scripts/run-tests.s | |
| h --color --verbose --class SPSPluginFactoryUnitTest | |
| Drupal test run | |
| --------------- | |
| Tests to be run: | |
| - SPS Plugin Factory Unit Tests (SPSPluginFactoryUnitTest) | |