Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 25 of 33) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
DName.php29 public $fullName; variable in Google\\Service\\Classroom\\Name
52 public function setFullName($fullName) argument
54 $this->fullName = $fullName;
61 return $this->fullName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DPosDataProvidersPosDataProvider.php29 public $fullName; variable in Google\\Service\\ShoppingContent\\PosDataProvidersPosDataProvider
52 public function setFullName($fullName) argument
54 $this->fullName = $fullName;
61 return $this->fullName;
DOrderCustomer.php25 public $fullName; variable in Google\\Service\\ShoppingContent\\OrderCustomer
38 public function setFullName($fullName) argument
40 $this->fullName = $fullName;
47 return $this->fullName;
DCss.php38 public $fullName; variable in Google\\Service\\ShoppingContent\\Css
93 public function setFullName($fullName) argument
95 $this->fullName = $fullName;
102 return $this->fullName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DUserName.php29 public $fullName; variable in Google\\Service\\Directory\\UserName
52 public function setFullName($fullName) argument
54 $this->fullName = $fullName;
61 return $this->fullName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DVersion.php29 public $fullName; variable in Google\\Service\\OnDemandScanning\\Version
64 public function setFullName($fullName) argument
66 $this->fullName = $fullName;
73 return $this->fullName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DVersion.php29 public $fullName; variable in Google\\Service\\ContainerAnalysis\\Version
64 public function setFullName($fullName) argument
66 $this->fullName = $fullName;
73 return $this->fullName;
/plugin/asciidocjs/node_modules/jake/lib/task/
Dtask.js92 get fullName() { getter in Task
311 console.log("Starting '" + chalk.green(this.fullName) + "'...");
404 …console.log("Finished '" + chalk.green(this.fullName) + "' after " + chalk.magenta(taskTime + ' ms…
427 static getBaseNamespacePath(fullName) { argument
428 return fullName.split(':').slice(0, -1).join(':');
431 static getBaseTaskName(fullName) { argument
432 return fullName.split(':').pop();
Dfile_task.js71 throw new Error('File-task ' + this.fullName + ' has no ' +
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
DVerifyAssertionResponse.php78 public $fullName; variable in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
365 public function setFullName($fullName) argument
367 $this->fullName = $fullName;
374 return $this->fullName;
/plugin/asciidocjs/node_modules/jake/lib/
Dprogram.js164 task.fullName.indexOf(cur) === 0
168 commonPrefix = task.fullName;
173 if (task.fullName.indexOf(commonPrefix) === 0) {
178 matches.push(task.fullName);
Drule.js82 createTask(fullName, level) { argument
93 let name = Task.getBaseTaskName(fullName);
94 let nsPath = Task.getBaseNamespacePath(fullName);
Dnamespace.js13 get fullName() { getter in Namespace
Dtest_task.js102 let t = jake.Task[this.fullName + ':run'];
Djake.js94 jake.Task[nsTask.fullName] = nsTask;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
DMetricsGenerator.php26 'name' => $this->getFontName($ttf->fullName),
93 protected function getFontName($fullName) argument
95 return preg_replace('/[ ()]/', '', $fullName);
/plugin/refnotes/syntax/
Dreferences.php57 … $fullName = '\s*(?:' . $namespace . $strictName . '|:' . $namespace . $extendedName . ')\s*';
59 $nameEntry = $fullName . $lookaheadExit;
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ui-deps.js70 var fullName = namespace + "-" + name;
82 $.expr.pseudos[ fullName.toLowerCase() ] = function( elem ) {
83 return !!$.data( elem, fullName );
162 widgetFullName: fullName
222 var fullName = object.prototype.widgetFullName || name;
237 var instance = $.data( this, fullName );
274 var instance = $.data( this, fullName );
281 $.data( this, fullName, new object( options, this ) );
/plugin/youtrack/syntax/
Dlist.php81 $fullname = (string) $field->value->attributes()->fullName;
/plugin/combo/
H A Dshell.nix10 # https://lazamar.co.uk/nix-versions/?package=php-with-extensions&version=7.4.29&fullName=php-with-…
/plugin/authgoogle/google/contrib/
DGoogle_DirectoryService.php2012 public $fullName; variable in Google_UserName
2020 public function setFullName($fullName) { argument
2021 $this->fullName = $fullName;
2024 return $this->fullName;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtlDump.php107 var $fullName; variable in Mpdf\\OtlDump
562 $this->fullName = $names[4];
564 $this->fullName = $psName;
573 $this->fullName = $names[6];
DTTFontFile.php150 var $fullName; variable in Mpdf\\TTFontFile
775 $this->fullName = $names[4];
777 $this->fullName = $psName;
786 $this->fullName = $names[6];
/plugin/processing/
Dscript.js3154 this.fullName = fname || "";
3165 return this.fullName;
3188 this.fullName = arguments[0] || "";
3192 var index = this.fullName.indexOf(':');
3194 this.name = this.fullName.substring(index + 1);
3196 this.name = this.fullName;
3208 this.fullName = "";
3220 this.fullName = "";
3232 this.fullName = "";
3449 this.fullName = elementpath.localName;
[all …]
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all-deps.js65 var fullName = namespace + "-" + name;
77 $.expr.pseudos[ fullName.toLowerCase() ] = function( elem ) {
78 return !!$.data( elem, fullName );
157 widgetFullName: fullName
217 var fullName = object.prototype.widgetFullName || name;
232 var instance = $.data( this, fullName );
269 var instance = $.data( this, fullName );
276 $.data( this, fullName, new object( options, this ) );

12