Searched refs:static (Results 1 – 25 of 445) sorted by relevance
12345678910>>...18
20 public static const JPLAYER_READY:String = "jPlayer_ready";21 public static const JPLAYER_FLASHRESET:String = "jPlayer_flashreset"; // Handled in JavaScript22 public static const JPLAYER_RESIZE:String = "jPlayer_resize"; // Handled in JavaScript23 public static const JPLAYER_REPEAT:String = "jPlayer_repeat"; // Handled in JavaScript24 public static const JPLAYER_CLICK:String = "jPlayer_click";25 public static const JPLAYER_ERROR:String = "jPlayer_error";26 …public static const JPLAYER_WARNING:String = "jPlayer_warning"; // Currently not used by the flash…28 public static const JPLAYER_LOADSTART:String = "jPlayer_loadstart";29 public static const JPLAYER_PROGRESS:String = "jPlayer_progress";30 public static const JPLAYER_SUSPEND:String = "jPlayer_suspend"; // Not implemented[all …]
41 * @return static Condition returns whether current page title equals given string.56 * @return static Condition returns whether current page title contains given string.71 * @return static Condition returns whether current page title matches the regular expression.86 * @return static Condition returns whether current URL equals given one.101 * @return static Condition returns whether current URL contains given string.116 * @return static Condition returns whether current URL matches the regular expression.132 * @return static Condition returns the WebDriverElement which is located.151 * @return static Condition return an array of WebDriverElement once they are located.169 * @return static Condition returns the WebDriverElement which is located and visible.192 * @return static Condition returns the array of WebDriverElement that are located and visible.[all …]
50 * @return static61 * @return static72 * @return static83 * @return static94 * @return static106 * @return static117 * @return static128 * @return static
188 * @return static A new instance with the specified scheme.205 * @return static A new instance with the specified user information.218 * @return static A new instance with the specified host.237 * @return static A new instance with the specified port.261 * @return static A new instance with the specified path.278 * @return static A new instance with the specified query string.295 * @return static A new instance with the specified fragment.
83 * @return static121 * @return static147 * @return static193 * @return static242 * @return static258 * @return static
39 * @return static129 * @return static147 * @return static162 * @return static183 * @return static
59 * @return static82 * @return static126 * @return static
189 * @return static A new instance with the specified scheme.206 * @return static A new instance with the specified user information.219 * @return static A new instance with the specified host.238 * @return static A new instance with the specified port.262 * @return static A new instance with the specified path.279 * @return static A new instance with the specified query string.296 * @return static A new instance with the specified fragment.
59 * @return static83 * @return static127 * @return static
72 $static = 0;84 $static = $prefix;128 if ($static !== 0 && $static < $visibility) {130 $fix = $phpcsFile->addFixableError($error, $static, 'StaticBeforeVisibility');132 $fixes[$static] = '';133 $fixes[($static + 1)] = '';
4487 .calendar-static {4497 .static-header {4508 .static-month-title {4516 .static-nav-btn {4529 .static-nav-btn:hover {4533 .static-print-btn {4552 .static-print-btn:hover {4557 .static-calendar-grid {4565 .static-calendar-grid th {4575 .static-calendar-grid td {[all …]
46 $static = false, argument50 Assert::boolean($static);59 $this->isStatic = $static;125 list(, $static, $returnType, $methodName, $arguments, $description) = $matches;127 $static = $static === 'static';158 return new static($methodName, $arguments, $returnType, $static, $description);
9 app.use express.static __dirname + '/'11 app.use '/src', express.static __dirname + '/../src'12 app.use '/pkg', express.static __dirname + '/../pkg'13 app.use '/components', express.static __dirname + '/../components'
72 * @return static86 * @return static101 * @return static
88 public static final BasicGraphEditor getEditor(ActionEvent e) {106 public static class ToggleRulersItem extends JCheckBoxMenuItem {143 public static class ToggleGridItem extends JCheckBoxMenuItem {174 public static class ToggleOutlineItem extends JCheckBoxMenuItem {221 public static class ExitAction extends AbstractAction {240 public static class StylesheetAction extends AbstractAction {280 public static class ZoomPolicyAction extends AbstractAction {311 public static class GridStyleAction extends AbstractAction {342 public static class GridColorAction extends AbstractAction {368 public static class ScaleAction extends AbstractAction {[all …]
323 There are various static methods available under the `GuzzleHttp\Psr7` namespace.328 `public static function toString(MessageInterface $message): string`340 `public static function bodySummary(MessageInterface $message, int $truncateAt = 120): string|null`349 `public static function rewindBody(MessageInterface $message): void`359 `public static function parseMessage(string $message): array`370 `public static function parseRequestUri(string $path, array $headers): string`377 `public static function parseRequest(string $message): Request`384 `public static function parseResponse(string $message): Response`391 `public static function parse(string|array $header): array`401 `public static function splitList(string|string[] $header): string[]`[all …]
38 * @return static66 * @return static77 * @return static
54 * @return static70 * @return static86 * @return static
308 There are various static methods available under the `GuzzleHttp\Psr7` namespace.313 `public static function toString(MessageInterface $message): string`325 `public static function bodySummary(MessageInterface $message, int $truncateAt = 120): string|null`334 `public static function rewindBody(MessageInterface $message): void`344 `public static function parseMessage(string $message): array`355 `public static function parseRequestUri(string $path, array $headers): string`362 `public static function parseRequest(string $message): Request`369 `public static function parseResponse(string $message): Response`376 `public static function parse(string|array $header): array`386 `public static function normalize(string|array $header): array`[all …]
167 * @return static185 * @return static203 * @return static215 * @return static228 * @return static242 * @return static|false305 * @return static
12 * Added the `CssSelectorConverter` class as a non-static API for the component.13 * Deprecated the `CssSelector` static API of the component.
5 - '#Unsafe usage of new static\(\)#'6 - '#Call to static method performRequest\(\) on trait#'
27 private $static = false; variable in Prophecy\\Doubler\\Generator\\Node\\MethodNode79 public function setStatic($static = true) argument81 $this->static = (bool) $static;