Searched refs:rawId (Results 1 – 4 of 4) sorted by relevance
49 public $rawId; variable in Google\\Service\\IdentityToolkit\\UserInfoProviderUserInfo142 public function setRawId($rawId) argument144 $this->rawId = $rawId;151 return $this->rawId;
325 $rawId = trim($matches[1]);326 $id = $rawId;328 if (preg_match('/\[\[\.?:?([^\]]+)\]\]/', $rawId, $linkMatches)) {
212 [$rawId, $sec] = explode('#', $raw, 2);213 $raw = trim($rawId);
3027 copy.rawId = this.rawId;3089 if (this.rawId != null) {3090 obj.id = this.rawId;3097 this.id = EventDef.normalizeId((this.rawId = rawProps.id));3245 eventDef.id = EventDef_1.default.normalizeId((eventDef.rawId = this.eventDefId));