Home
last modified time | relevance | path

Searched refs:withAttribute (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
DServerRequestInterface.php244 public function withAttribute($name, $value); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DServerRequestInterface.php244 public function withAttribute(string $name, $value): ServerRequestInterface; function
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUtils.php222 $new = $new->withAttribute($key, $value);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUtils.php213 $new = $new->withAttribute($key, $value);
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md64 | `withAttribute($name, $value)` | Returns a new request instance with the specified derived reques…