Home
last modified time | relevance | path

Searched refs:longName (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventoryOsInfo.php41 public $longName; variable in Google\\Service\\OSConfig\\InventoryOsInfo
114 public function setLongName($longName) argument
116 $this->longName = $longName;
123 return $this->longName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DOsInfo.php41 public $longName; variable in Google\\Service\\CloudAsset\\OsInfo
114 public function setLongName($longName) argument
116 $this->longName = $longName;
123 return $this->longName;
/plugin/combo/ComboStrap/
H A DBreakpoint.php71 public static function createFromLongName($longName): Breakpoint argument
73 $breakpointShortName = self::BREAKPOINTS_LONG_TO_SHORT_NAMES[$longName];
75 LogUtility::internalError("The breakpoint name ($longName) is unknown, defaulting to md");