Home
last modified time | relevance | path

Searched defs:open (Results 176 – 200 of 19035) sorted by relevance

12345678910>>...762

/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/javascript/
H A Dtags-language-configuration.json12 { "open": "{", "close": "}" }, string
13 { "open": "[", "close": "]" }, string
14 { "open": "(", "close": ")" }, string
15 { "open": "'", "close": "'", "notIn": ["string", "comment"] }, string
16 { "open": "\"", "close": "\"", "notIn": ["string"] }, string
17 { "open": "/**", "close": " */", "notIn": ["string"] } string
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/javascript/
H A Dtags-language-configuration.json12 { "open": "{", "close": "}" }, string
13 { "open": "[", "close": "]" }, string
14 { "open": "(", "close": ")" }, string
15 { "open": "'", "close": "'", "notIn": ["string", "comment"] }, string
16 { "open": "\"", "close": "\"", "notIn": ["string"] }, string
17 { "open": "/**", "close": " */", "notIn": ["string"] } string
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/javascript/
H A Dtags-language-configuration.json12 { "open": "{", "close": "}" }, string
13 { "open": "[", "close": "]" }, string
14 { "open": "(", "close": ")" }, string
15 { "open": "'", "close": "'", "notIn": ["string", "comment"] }, string
16 { "open": "\"", "close": "\"", "notIn": ["string"] }, string
17 { "open": "/**", "close": " */", "notIn": ["string"] } string
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/javascript/
H A Dtags-language-configuration.json12 { "open": "{", "close": "}" }, string
13 { "open": "[", "close": "]" }, string
14 { "open": "(", "close": ")" }, string
15 { "open": "'", "close": "'", "notIn": ["string", "comment"] }, string
16 { "open": "\"", "close": "\"", "notIn": ["string"] }, string
17 { "open": "/**", "close": " */", "notIn": ["string"] } string
/dports/devel/R-cran-usethis/usethis/R/
H A Dgithub-actions.R132 open = FALSE) { argument
182 open = FALSE) { argument
202 open = FALSE) { argument
225 open = FALSE, argument
247 open = FALSE) { argument
/dports/games/chessx/chessx-1.5.6/src/quazip/
H A Dquagzipfile.cpp24 gzFile QuaGzipFilePrivate::open(const QString &name, const char *modeString) in open() function in QuaGzipFilePrivate
29 gzFile QuaGzipFilePrivate::open(int fd, const char *modeString) in open() function in QuaGzipFilePrivate
35 bool QuaGzipFilePrivate::open(FileId id, QIODevice::OpenMode mode, in open() function in QuaGzipFilePrivate
109 bool QuaGzipFile::open(QIODevice::OpenMode mode) in open() function in QuaGzipFile
120 bool QuaGzipFile::open(int fd, QIODevice::OpenMode mode) in open() function in QuaGzipFile
/dports/games/simutrans/simutrans-121.0/descriptor/
H A Dcrossing_desc.h53 const image_t *get_background(uint8 ns, bool open, uint16 phase) const in get_background()
64 const image_t *get_foreground(uint8 ns, bool open, uint16 phase) const in get_foreground()
73 …uint16 get_phases(bool open, bool front) const { return get_child<image_list_t>(6 - 4 * open + 2 *… in get_phases()
74 …uint32 get_animation_time(bool open) const { return open ? open_animation_time : closed_animation_… in get_animation_time()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/plugins/t/
H A Dsimple_password_check.test58 set password for foo1 = password('qwe:-23:ASD!');
89 # direct updates are not protected
92 set global strict_password_validation=0;
/dports/databases/py-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DRemote.java34 public static Database open(String host, long port, long timeout, long connect_timeout) { in open() method in Remote
38 public static Database open(String host, long port, long timeout) { in open() method in Remote
42 public static Database open(String host, long port) { in open() method in Remote
58 public static Database open(String program, String args, long timeout) { in open() method in Remote
62 public static Database open(String program, String args) { in open() method in Remote
H A DChert.java34 public static Database open(String dir) { in open() method in Chert
38 public static WritableDatabase open(String dir, int action, int block_size) { in open() method in Chert
42 public static WritableDatabase open(String dir, int action) { in open() method in Chert
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/java-swig/org/xapian/
H A DRemote.java34 public static Database open(String host, long port, long timeout, long connect_timeout) { in open() method in Remote
38 public static Database open(String host, long port, long timeout) { in open() method in Remote
42 public static Database open(String host, long port) { in open() method in Remote
58 public static Database open(String program, String args, long timeout) { in open() method in Remote
62 public static Database open(String program, String args) { in open() method in Remote
H A DFlint.java34 public static Database open(String dir) { in open() method in Flint
38 public static WritableDatabase open(String dir, int action, int block_size) { in open() method in Flint
42 public static WritableDatabase open(String dir, int action) { in open() method in Flint
H A DBrass.java34 public static Database open(String dir) { in open() method in Brass
38 public static WritableDatabase open(String dir, int action, int block_size) { in open() method in Brass
42 public static WritableDatabase open(String dir, int action) { in open() method in Brass
H A DChert.java34 public static Database open(String dir) { in open() method in Chert
38 public static WritableDatabase open(String dir, int action, int block_size) { in open() method in Chert
42 public static WritableDatabase open(String dir, int action) { in open() method in Chert
/dports/databases/php-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DRemote.java34 public static Database open(String host, long port, long timeout, long connect_timeout) { in open() method in Remote
38 public static Database open(String host, long port, long timeout) { in open() method in Remote
42 public static Database open(String host, long port) { in open() method in Remote
58 public static Database open(String program, String args, long timeout) { in open() method in Remote
62 public static Database open(String program, String args) { in open() method in Remote
H A DChert.java34 public static Database open(String dir) { in open() method in Chert
38 public static WritableDatabase open(String dir, int action, int block_size) { in open() method in Chert
42 public static WritableDatabase open(String dir, int action) { in open() method in Chert
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DRemote.java34 public static Database open(String host, long port, long timeout, long connect_timeout) { in open() method in Remote
38 public static Database open(String host, long port, long timeout) { in open() method in Remote
42 public static Database open(String host, long port) { in open() method in Remote
58 public static Database open(String program, String args, long timeout) { in open() method in Remote
62 public static Database open(String program, String args) { in open() method in Remote
H A DChert.java34 public static Database open(String dir) { in open() method in Chert
38 public static WritableDatabase open(String dir, int action, int block_size) { in open() method in Chert
42 public static WritableDatabase open(String dir, int action) { in open() method in Chert
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/themes/windows/mail/
H A DpanelUI.css15 panelview .toolbarbutton-1:not([disabled],[open],:active):is(:hover,:focus-visible), selector
16 toolbarbutton.subviewbutton:not([disabled],[open],:active):is(:hover,:focus-visible), selector
17 .navigable.subviewbutton:not([disabled],[open],:active):is(:hover,:focus-visible), selector
20 .widget-overflow-list .toolbarbutton-1:not([disabled],[open],:active):is(:hover,:focus-visible), selector
22 toolbarbutton:not([disabled],[open],:active):is(:hover,:focus-visible) { selector
/dports/databases/lua-xapian/xapian-bindings-1.4.18/java/org/xapian/
H A DRemote.java34 public static Database open(String host, long port, long timeout, long connect_timeout) { in open() method in Remote
38 public static Database open(String host, long port, long timeout) { in open() method in Remote
42 public static Database open(String host, long port) { in open() method in Remote
58 public static Database open(String program, String args, long timeout) { in open() method in Remote
62 public static Database open(String program, String args) { in open() method in Remote
H A DChert.java34 public static Database open(String dir) { in open() method in Chert
38 public static WritableDatabase open(String dir, int action, int block_size) { in open() method in Chert
42 public static WritableDatabase open(String dir, int action) { in open() method in Chert
/dports/graphics/py-plotly/plotly-4.14.3/plotly/figure_factory/
H A D_ohlc.py13 def validate_ohlc(open, high, low, close, direction, **kwargs): argument
60 def make_increasing_ohlc(open, high, low, close, dates, **kwargs): argument
105 def make_decreasing_ohlc(open, high, low, close, dates, **kwargs): argument
135 def create_ohlc(open, high, low, close, dates=None, direction="both", **kwargs): argument
197 def __init__(self, open, high, low, close, dates, **kwargs): argument
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/nall/
H A Ddl.hpp33 inline bool library::open(const char *name) { in open() function in nall::library
61 inline bool library::open(const char *name) { in open() function in nall::library
89 inline bool library::open(const char *name) { in open() function in nall::library
110 inline bool library::open(const char*) { return false; } in open() function in nall::library
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/themes/linux/global/
H A Dbutton.css36 button:hover:not(:-moz-any(:active,[disabled="true"],[open="true"],[checked="true"],[default="true"… selector
42 button:-moz-any(:hover:active,[open="true"]):not([default="true"]):not([disabled="true"]) { selector
74 button[type="disclosure"][open="true"] { selector
/dports/biology/protomol/protomol/applications/iSGProtomol-app/io/
H A DTRANSReader.h41 virtual bool open(){return File::open();}; in open() function
42 virtual bool open(const std::string& filename){return File::open(filename);}; in open() function
43 virtual bool open(const char* filename){return File::open(filename);} in open() function

12345678910>>...762