Searched refs:buildName (Results 1 – 4 of 4) sorted by relevance
| /plugin/sequencediagram/bower_components/lodash/perf/ |
| D | perf.js | 72 var buildName = root.buildName = basename(ui.buildPath, '.js'); variable 77 return result + (result == buildName ? ' (2)' : ''); 266 log('\n' + buildName + ' ' + message + ' ' + otherName + '.'); 268 log('\n' + otherName + ' ' + message + ' ' + buildName + '.'); 548 .add(buildName, { 562 .add(buildName, { 574 .add(buildName, { 588 .add(buildName, { 600 .add(buildName, { 612 .add(buildName, { [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/ |
| D | OperationMetadataV1.php | 29 public $buildName; variable in Google\\Service\\CloudFunctions\\OperationMetadataV1 72 public function setBuildName($buildName) argument 74 $this->buildName = $buildName; 81 return $this->buildName;
|
| D | CloudFunction.php | 38 public $buildName; variable in Google\\Service\\CloudFunctions\\CloudFunction 191 public function setBuildName($buildName) argument 193 $this->buildName = $buildName; 200 return $this->buildName;
|
| /plugin/authhiorgserver/ |
| D | auth.php | 135 "name" => $this->buildName($daten["vorname"], $daten["name"]), 193 function buildName($vorname, $name) { function in auth_plugin_authhiorgserver
|