/plugin/pot/ |
H A D | README.md | 90 #### more examples 102 #### calculating 120 #### potid 126 #### shortcuts 141 #### text 151 #### WYSiWYG editor 157 #### SAFETY CONSIDERATIONS 163 #### PHP Javascript 167 #### developer notes
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mysqli.php | 364 $result = mysqli_query_safe($con, $SQLquery); variable 389 $result = mysqli_query_safe($con, $SQLquery); variable 611 $result = mysqli_query_safe($con, $SQLquery); variable 646 $result = mysqli_query_safe($con, $SQLquery); variable 666 $result = mysqli_query_safe($con, $SQLquery); variable 793 $result = mysqli_query_safe($con, $SQLquery); variable 822 $result = mysqli_query_safe($con, $SQLquery); variable 861 $result = mysqli_query_safe($con, $SQLquery); variable 903 $result = mysqli_query_safe($con, $SQLquery); variable 944 $result = mysqli_query_safe($con, $SQLquery); variable [all …]
|
/plugin/simplechat/ |
H A D | ajax.php | 11 $result=""; variable 34 $result = "Commands:<br>"; variable 51 $result = ""; variable 56 $result = ""; variable
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/ |
H A D | ExecutionResponse.php | 25 public $result; variable in Google\\Service\\Script\\ExecutionResponse 30 public function setResult($result)
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A D | arrays.js | 13 var result = (function(){ return _.first(arguments); }(4, 3, 2, 1)); function 37 var result = (function(){ return _(arguments).rest(); }(1, 2, 3, 4)); function 55 var result = (function(){ return _(arguments).initial(); }(1, 2, 3, 4)); function 68 var result = (function(){ return _(arguments).last(); }(1, 2, 3, 4)); function 81 var result = (function(){ return _.compact(arguments); }(0, 1, false, 2, false, 3)); function 97 var result = (function(){ return _.flatten(arguments); }(1, [2], [3, [[[4]]]])); function 116 var result = (function(){ return _.without(arguments, 0, 1); }(1, 2, 1, 0, 3, 1, 4)); function 172 var result = (function(){ return _.uniq(arguments); }(1, 2, 1, 3, 1, 4)); function 224 result = (function(){ return _.union(arguments, [2, 30, 1], [1, 40]); }(1, 2, 3)); function 243 result = (function(){ return _.difference(arguments, [2, 30, 40]); }(1, 2, 3)); function [all …]
|
/plugin/strata/syntax/ |
H A D | entry.php | 179 preprocess($match, $state, $pos, & $handler, & $result) global() argument 191 handleHeader($header, & $result) global() argument 203 handleBody(& $tree, & $result) global() argument 214 handleFooter($footer, & $result) global() argument [all...] |
H A D | select.php | 152 handleUI(& $tree, & $result, & $typemap) global() argument 212 preprocess($match, $state, $pos, & $handler, & $result, & $typemap) global() argument 226 handleHeader($header, & $result, & $typemap) global() argument 238 handleBody(& $tree, & $result, & $typemap) global() argument 252 handleFooter($footer, & $result, & $typemap, & $variables) global() argument [all...] |
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
H A D | css_optimiser.php | 253 $result = false; variable 288 $result = $css->parse_from_url($_REQUEST['url'],0); variable 292 $result = $css->parse($_REQUEST['css_text']); variable
|
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/ |
H A D | HandlebarsTest.php | 32 public function testBasicTags($src, $data, $result) argument 77 public function testSimpleHelpers($src, $data, $result) argument 224 testDataVariables($src, $data, $result, $enableDataVariables) global() argument [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/ |
H A D | ValidateAttestationOccurrenceResponse.php | 29 public $result; variable in Google\\Service\\BinaryAuthorization\\ValidateAttestationOccurrenceResponse 48 public function setResult($result)
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | MockHandler.php | 14 private $result; variable in GuzzleHttp\\Ring\\Client\\MockHandler 23 public function __construct($result) argument
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A D | ResultPrinter.php | 179 public function printResult(PHPUnit_Framework_TestResult $result) 275 protected function printErrors(PHPUnit_Framework_TestResult $result) 283 protected function printFailures(PHPUnit_Framework_TestResult $result) 291 protected function printWarnings(PHPUnit_Framework_TestResult $result) 299 protected function printIncompletes(PHPUnit_Framework_TestResult $result) 307 protected function printRisky(PHPUnit_Framework_TestResult $result) 315 protected function printSkipped(PHPUnit_Framework_TestResult $result) 328 protected function printFooter(PHPUnit_Framework_TestResult $result)
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
H A D | TestDecorator.php | 103 function basicRun(&$result) { 136 function run(&$result) { /* abstract */ }
|
/plugin/dbquery/syntax/ |
H A D | query.php | 78 renderStatus($result, $html, Doku_Renderer $R) global() argument 91 renderResultTable($result, Doku_Renderer $R) global() argument 131 renderTransposedResultTable($result, Doku_Renderer $R) global() argument [all...] |
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/ |
H A D | TestDecorator.php | 53 public function basicRun(PHPUnit_Framework_TestResult $result) 97 public function run(PHPUnit_Framework_TestResult $result = null)
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/ |
H A D | JsonErrorException.php | 36 private $result; variable in Elasticsearch\\Common\\Exceptions\\Serializer\\JsonErrorException 56 public function __construct($code, $input, $result, $previous = null) argument
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | DirectoryChromeosdevicesCommandResult.php | 33 public $result; variable in Google\\Service\\Directory\\DirectoryChromeosdevicesCommandResult 66 public function setResult($result)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/ |
H A D | CallFunctionResponse.php | 33 public $result; variable in Google\\Service\\CloudFunctions\\CallFunctionResponse 66 public function setResult($result)
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | migrateto30.php | 84 $result = $pdo->query('SELECT * FROM propertystorage LIMIT 1'); variable 154 $result = $pdo->query('SELECT id, uri, vcardurl FROM principals WHERE vcardurl IS NOT NULL'); variable
|
/plugin/combo/ComboStrap/ |
H A D | CacheResult.php | 21 private $result; variable in ComboStrap\\CacheResult 62 public function setResult($result): CacheResult argument
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerUpdatePropertiesTest.php | 73 function updatePropFail(&$propertyDelta, &$result, $node) { 114 function updatePropSuccess(&$propertyDelta, &$result, $node) {
|
/plugin/publish/_test/ |
H A D | helper.test.php | 43 test_in_namespace($namespace_list, $id, $result, $msg) global() argument 76 test_in_sub_namespace($namespace_list, $id, $result, $msg) global() argument
|
/plugin/diagramsnet/ |
H A D | script.js | 29 function(result) argument 61 function(result) argument
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/ |
H A D | SortingResponseControl.php | 65 * @param int $result argument 54 protected $result; global() variable in FreeDSx\\Ldap\\Control\\Sorting\\SortingResponseControl [all...] |
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/ |
H A D | CompletedFutureValue.php | 13 protected $result; variable in GuzzleHttp\\Ring\\Future\\CompletedFutureValue 23 public function __construct($result, \Exception $e = null) argument
|