Searched refs:httpOnly (Results 1 – 4 of 4) sorted by relevance
163 * @param bool $httpOnly165 public function setHttpOnly($httpOnly) argument167 $this->offsetSet('httpOnly', $httpOnly);
361 * @param bool $httpOnly Set to true or false if this is HTTP only363 public function setHttpOnly($httpOnly): void argument365 if (!is_bool($httpOnly)) {369 $this->data['HttpOnly'] = (bool) $httpOnly;
280 * @param bool $httpOnly Set to true or false if this is HTTP only282 public function setHttpOnly($httpOnly) argument284 $this->data['HttpOnly'] = $httpOnly;
META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...