Home
last modified time | relevance | path

Searched refs:static (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DJplayerEvent.as20 public static const JPLAYER_READY:String = "jPlayer_ready";
21 public static const JPLAYER_FLASHRESET:String = "jPlayer_flashreset"; // Handled in JavaScript
22 public static const JPLAYER_RESIZE:String = "jPlayer_resize"; // Handled in JavaScript
23 public static const JPLAYER_REPEAT:String = "jPlayer_repeat"; // Handled in JavaScript
24 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 …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php41 * @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 …]
H A DWebDriverBy.php50 * @return static
61 * @return static
72 * @return static
83 * @return static
94 * @return static
106 * @return static
117 * @return static
128 * @return static
/plugin/authgooglesheets/vendor/psr/http-message/src/
DUriInterface.php188 * @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.
DServerRequestInterface.php83 * @return static
121 * @return static
147 * @return static
193 * @return static
242 * @return static
258 * @return static
DMessageInterface.php39 * @return static
129 * @return static
147 * @return static
162 * @return static
183 * @return static
DRequestInterface.php59 * @return static
82 * @return static
126 * @return static
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DUriInterface.php189 * @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.
DServerRequestInterface.php83 * @return static
121 * @return static
147 * @return static
193 * @return static
242 * @return static
258 * @return static
DMessageInterface.php39 * @return static
129 * @return static
147 * @return static
162 * @return static
183 * @return static
DRequestInterface.php59 * @return static
83 * @return static
127 * @return static
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
DMethodDeclarationSniff.php72 $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)] = '';
/plugin/calendar/
Dstyle.css4574 .calendar-static {
4584 .static-header {
4595 .static-month-title {
4603 .static-nav-btn {
4616 .static-nav-btn:hover {
4620 .static-print-btn {
4639 .static-print-btn:hover {
4644 .static-calendar-grid {
4652 .static-calendar-grid th {
4662 .static-calendar-grid td {
[all …]
DREADME.md3 … for DokuWiki with multiple themes, Outlook sync, recurring events, and a static presentation mode.
57 {{calendar static}}
58 {{calendar namespace=meetings static}}
59 {{calendar month=2 static}}
60 {{calendar title="Club Events" static}}
61 {{calendar theme=professional static}}
62 {{calendar static noprint}}
69 | `static` | Enable read-only mode | `{{calendar static}}` |
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
DMethod.php46 $static = false, argument
50 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);
/plugin/syntaxhighlighter3/sxh3/tests/
Dtasks.coffee9 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'
/plugin/authgooglesheets/vendor/psr/cache/src/
DCacheItemInterface.php72 * @return static
86 * @return static
101 * @return static
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java.bak88 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 …]
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md323 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 …]
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
DUrl.php54 * @return static
70 * @return static
86 * @return static
DDsn.php38 * @return static
66 * @return static
77 * @return static
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md308 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 …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
DInteger.php167 * @return static
185 * @return static
203 * @return static
215 * @return static
228 * @return static
242 * @return static|false
305 * @return static
/plugin/scrape/vendor/symfony/css-selector/
DCHANGELOG.md12 * Added the `CssSelectorConverter` class as a non-static API for the component.
13 * Deprecated the `CssSelector` static API of the component.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
Dphpstan.neon5 - '#Unsafe usage of new static\(\)#'
6 - '#Call to static method performRequest\(\) on trait#'

12345678910>>...18