Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 22 of 22) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php2012 public $fullName; variable in Google_UserName
2020 public function setFullName($fullName) { argument
2021 $this->fullName = $fullName;
2024 return $this->fullName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A 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/ContainerAnalysis/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A 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/IdentityToolkit/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A 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/ShoppingContent/
H A DCss.php38 public $fullName; variable in Google\\Service\\ShoppingContent\\Css
93 public function setFullName($fullName) argument
95 $this->fullName = $fullName;
102 return $this->fullName;
H A DOrderCustomer.php25 public $fullName; variable in Google\\Service\\ShoppingContent\\OrderCustomer
38 public function setFullName($fullName) argument
40 $this->fullName = $fullName;
47 return $this->fullName;
H A DPosDataProvidersPosDataProvider.php29 public $fullName; variable in Google\\Service\\ShoppingContent\\PosDataProvidersPosDataProvider
52 public function setFullName($fullName) argument
54 $this->fullName = $fullName;
61 return $this->fullName;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js33890 var fullName = name;
33896 …if (!this.cssDataManager.isKnownProperty(fullName) && !this.cssDataManager.isKnownProperty(name)) {
H A D2.2.js.map1fullName = name;\n if (firstChar === '*' || firstChar === '_') {\n …
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php26 'name' => $this->getFontName($ttf->fullName),
93 protected function getFontName($fullName) argument
95 return preg_replace('/[ ()]/', '', $fullName);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php107 var $fullName; variable in Mpdf\\OtlDump
562 $this->fullName = $names[4];
564 $this->fullName = $psName;
573 $this->fullName = $names[6];
H A DTTFontFile.php150 var $fullName; variable in Mpdf\\TTFontFile
775 $this->fullName = $names[4];
777 $this->fullName = $psName;
786 $this->fullName = $names[6];
/plugin/jmol2/jmol/
H A DCHANGES.txt1876 # xList = script("print getProperty(\"appletInfo.fullName\").split(\"__\")[1] + \":\" + script(\"s…
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/processing/
H A Dscript.js3154 this.fullName = fname || "";
3165 return this.fullName;
3188 this.fullName = arguments[0] || "";
3196 this.name = this.fullName;
3208 this.fullName = "";
3220 this.fullName = "";
3232 this.fullName = "";
3449 this.fullName = elementpath.localName;
3540 this.fullName = arguments[0];
3549 this.fullName = arguments[0];
[all …]
/plugin/refnotes/syntax/
H A Dreferences.php57 $fullName = '\s*(?:' . $namespace . $strictName . '|:' . $namespace . $extendedName . ')\s*';
59 $nameEntry = $fullName . $lookaheadExit;
/plugin/youtrack/syntax/
H A Dlist.php81 $fullname = (string) $field->value->attributes()->fullName;