Home
last modified time | relevance | path

Searched refs:static (Results 51 – 75 of 389) sorted by relevance

12345678910>>...16

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php85 * @return static
87 public static function create(
133 return static::createFromResponse($response, $executor);
147 * @return static
149 public static function createBySessionID(
170 return new static($executor, $session_id, null, $isW3cCompliant);
562 public static function getAllSessions($selenium_server_url = 'http://localhost:4444/wd/hub', $timeout_in_ms = 30000)
635 * @return static
637 protected static function createFromResponse(WebDriverResponse $response, HttpCommandExecutor $commandExecutor)
651 return new static(
[all...]
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist16 # dynamic properties confuse static analysis
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dissue_1143.test11 …public static $regionChoices = [self::REGION_S => 'house.region.s', self::REGION_P => 'house.regio…
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php70 * @return static|null
106 * @return static|null
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak22 private static final long serialVersionUID = -708317745824467773L;
157 private static final long serialVersionUID = 6824440535661529806L;
191 public static void main(String[] args)
H A DValidation.java.bak26 private static final long serialVersionUID = -8928982366041695471L;
111 public static void main(String[] args)
H A DGraphEditor.java.bak43 private static final long serialVersionUID = -4601740824088314699L;
50 public static final NumberFormat numberFormat = NumberFormat.getInstance();
56 public static URL url = null;
388 public static class CustomGraphComponent extends mxGraphComponent
394 private static final long serialVersionUID = -6833603133512882012L;
459 public static class CustomGraph extends mxGraph
605 public static void main(String[] args)
/plugin/revealjs/css/print/
H A Dpaper.css96 position: static;
117 position: static !important;
144 position: static !important;
H A Dpdf.css49 position: static;
62 position: static;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DAuthor.php84 * @return static
H A DSince.php55 * @return static
H A DVersion.php55 * @return static
H A DDeprecated.php55 * @return static
H A DGeneric.php48 * @return static
/plugin/indexmenu2/cms/templates/ClassicVerticalBlended/
H A Dlayout.css11 position: static;
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest10.txt7 public static void main(String[] args) {
/plugin/dokukiwix/lang/en/
H A Dintro.txt3 This plugin allows you to build a static HTML version of your wiki. \\
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php244 * @return static
258 * @return static
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A DREADME.md4 The purpose of having static copies of external libraries is so that the examples work after simply…
/plugin/barcode/api/
H A Dbarcode.inc17 public static function getService($provider) {
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php83 * @return static[]
85 public static function tokenize(string $code, int $flags = 0): array
97 $tokens[$index] = new static($id, $text, $line, $position);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less60 position: static;
110 position: static; }
124 position: static !important;
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php141 * @return static
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md22 `@return static`, which more closelly follows the semantics of the
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md32 - Using static instead of self in `CronExpression::factory`

12345678910>>...16