Home
last modified time | relevance | path

Searched +defs:id +defs:dir (Results 1 – 25 of 10903) sorted by relevance

12345678910>>...437

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/data/system/proposals/
H A Drepair west seattle bridge.json8 "id": { object
25 "id": { object
42 "id": { object
59 "id": { object
76 "id": { object
93 "id": { object
110 "id": { object
127 "id": { object
144 "id": { object
161 "id": { object
[all …]
/dports/devel/autogen/autogen-5.18.16/agen5/
H A DdefDirect.c334 doDir_invalid(directive_enum_t id, char const * dir, char * scan_next) in doDir_invalid()
362 doDir_let(directive_enum_t id, char const * arg, char * scan_next) in doDir_let()
447 doDir_assert(directive_enum_t id, char const * dir, char * scan_next) in doDir_assert()
492 doDir_define(directive_enum_t id, char const * dir, char * scan_next) in doDir_define()
604 doDir_if(directive_enum_t id, char const * arg, char * scan_next) in doDir_if()
620 doDir_ifdef(directive_enum_t id, char const * dir, char * scan_next) in doDir_ifdef()
637 doDir_ifndef(directive_enum_t id, char const * dir, char * scan_next) in doDir_ifndef()
649 doDir_include(directive_enum_t id, char const * dir, char * scan_next) in doDir_include()
744 doDir_line(directive_enum_t id, char const * dir, char * scan_next) in doDir_line()
809 doDir_option(directive_enum_t id, char const * dir, char * scan_next) in doDir_option()
[all …]
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DVPolyLine.m206 #define AngleNotSmallEnoughPL(dir, w, angle) ((dir && w > 0 && angle > 150.0) || (dir && w < 0 && … category
207 (!dir && w < 0 && angle > 150.0) || (!dir && w > 0 && angle < 210.0)) category
208 #define NeedArcPL(dir, w, angle) ((dir && w > 0 && angle > 180.5) || (dir && w < 0 && angle < 179.… category
209 (!dir && w < 0 && angle > 180.5) || (!dir && w > 0 && angle < 179.5)) category
210 #define SmallAnglePL(dir, w, angle ) ((dir && w > 0 && angle < 95.5) || (dir && w < 0 && angle > 26… category
211 (!dir && w < 0 && angle < 95.5) || (!dir && w > 0 && angle > 265.5)) category
1734 [line setWidth:width]; argument
1913 id gp = [VLine line]; argument
2041 - (id)clippedWithRect:(NSRect)rect argument
2957 { NSPoint pa, pb, p1, p2;
[all …]
H A DVPath.m71 - (void)addToClosestEnd:obj; argument
967 id g; argument
1435 { VGraphic *g = nil;
1468 { VGraphic *g = nil;
4937 {
6097 #define AngleNotSmallEnough(dir, w, angle) ((dir && w >= 0 && angle > 150.0) || (dir && w < 0 && … category
6099 #define NeedArc(dir, w, angle) ((dir && w >= 0 && angle > 180.5) || (dir && w < 0 && angle < 179.… category
6100 … (!dir && w < 0 && angle > 180.5) || (!dir && w >= 0 && angle < 179.5)) category
6105 #define SmallAngle(dir, w, angle ) ((dir && w >= 0 && angle < 95.5) || (dir && w < 0 && angle > 2… category
6106 … (!dir && w < 0 && angle < 95.5) || (!dir && w >= 0 && angle > 265.5)) category
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/test/Library/
H A DLibraryManagerTest.cpp72 const auto dir = Test::Base::tempPath(name); in createLibraries() local
96 const auto dir = Test::Base::tempPath(name); in addTest() local
97 const auto id = manager->addLibrary(name, dir); in addTest() local
112 const auto dir = Test::Base::tempPath("Empty"); in addTest() local
119 const auto dir = Test::Base::tempPath("Library1/Subdir"); in addTest() local
134 const auto dir = Test::Base::tempPath(name); in infoTest() local
154 const auto id = allLibraries[1].id(); in removeTest() local
172 const auto id = allLibraries[0].id(); in removeTest() local
193 const auto id = allLibraries[0].id(); in renameTest() local
200 const auto id = allLibraries[1].id(); in renameTest() local
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/index/
H A DIndexWriterDeleteTest.cpp51 virtual void eval(const MockRAMDirectoryPtr& dir) { in eval()
102 static void addDoc(const IndexWriterPtr& modifier, int32_t id, int32_t value) { in addDoc()
110 static void updateDoc(const IndexWriterPtr& modifier, int32_t id, int32_t value) { in updateDoc()
140 DirectoryPtr dir = newLucene<MockRAMDirectory>(); in TEST_F() local
177 int32_t id = 0; in TEST_F() local
226 int32_t id = 0; in TEST_F() local
269 int32_t id = 0; in TEST_F() local
304 int32_t id = 0; in TEST_F() local
347 int32_t id = 0; in TEST_F() local
392 int32_t id = 0; in TEST_F() local
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/Html/
H A DHtmlHelperExtensions.cs179 …name, object value = null, string cssClass = null, string dir = null, bool disabled = false, strin… in Password()
329 …stItem> selectList = null, string cssClass = null, string dir = null, bool disabled = false, strin… in ListBox()
382 …ame, string validationMessage = null, string cssClass = null, string dir = null, string id = null,… in ValidationMessage()
392 …ion, string validationMessage = null, string cssClass = null, string dir = null, string id = null,… in ValidationMessageFor()
401 …, bool excludePropertyErrors = false, string cssClass = null, string dir = null, string id = null,… in ValidationSummary()
438 …cessKey, string charset, string coords, string cssClass, string dir, string hrefLang, string id, s… in AnchorAttributes()
458 …tes(string accept, string acceptCharset, string cssClass, string dir, string encType, string id, s… in FormAttributes()
473 …ctionary<string, object> InputAttributes(string cssClass, string dir, bool disabled, string id, st… in InputAttributes()
489 …tionary<string, object> SelectAttributes(string cssClass, string dir, bool disabled, string id, st… in SelectAttributes()
503 …tatic IDictionary<string, object> SpanAttributes(string cssClass, string dir, string id, string la… in SpanAttributes()
[all …]
/dports/databases/pgrouting/pgrouting-3.2.0/pgtap/topology/
H A DnodeNetwork.test.sql12 id serial NOT NULL primary key, field
13 dir text field
69 id INTEGER, field
70 dir text, field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/Debug/
H A DFile.cpp40 FileBase::FileBase(ID id, std::string dir, std::string name, std::string source) in FileBase()
75 VirtualFile::VirtualFile(ID id, std::string name, std::string source) in VirtualFile()
96 PhysicalFile::PhysicalFile(ID id, in PhysicalFile()
97 std::string dir, in PhysicalFile()
112 std::shared_ptr<File> File::createVirtual(ID id, std::string name, std::string source) in createVirtual()
117 std::shared_ptr<File> File::createPhysical(ID id, std::string path) in createPhysical()
123 auto dir = pathstr.substr(0, pos); in createPhysical() local
H A DFile.hpp62 const ID id; member in vk::dbg::File
65 const std::string dir; member in vk::dbg::File
79 File::File(ID id, std::string dir, std::string name, std::string source) in File()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/Debug/
H A DFile.cpp40 FileBase::FileBase(ID id, std::string dir, std::string name, std::string source) in FileBase()
81 VirtualFile::VirtualFile(ID id, std::string name, std::string source) in VirtualFile()
102 PhysicalFile::PhysicalFile(ID id, in PhysicalFile()
103 std::string dir, in PhysicalFile()
118 std::shared_ptr<File> File::createVirtual(ID id, std::string name, std::string source) in createVirtual()
123 std::shared_ptr<File> File::createPhysical(ID id, std::string path) in createPhysical()
129 auto dir = pathstr.substr(0, pos); in createPhysical() local
H A DFile.hpp66 const ID id; member in vk::dbg::File
69 const std::string dir; member in vk::dbg::File
83 File::File(ID id, std::string dir, std::string name, std::string source) in File()
/dports/sysutils/kf5-baloo/baloo-5.89.0/autotests/unit/engine/
H A Ddocumenturldbtest.cpp57 QTemporaryDir dir; in testSingleFile() local
61 quint64 id = filePathToId(filePath); in testSingleFile() local
73 QTemporaryDir dir; in testTwoFilesAndAFolder() local
94 db.del(id1, [=](quint64 id) { return id != did; }); in testTwoFilesAndAFolder()
100 db.del(id2, [=](quint64 id) { return id != did; }); in testTwoFilesAndAFolder()
106 db.del(did, [=](quint64 id) { return id != did; }); in testTwoFilesAndAFolder()
117 QTemporaryDir dir; in testGetId() local
119 quint64 id = filePathToId(path); in testGetId() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/WatchService/
H A DLotsOfCancels.java56 int id = i; in main() local
57 Path dir = Files.createDirectory(top.resolve("dir-" + i)); in main() local
78 static void handle(int id, Path dir, WatchService watcher) { in handle()
106 static void poll(int id, WatchService watcher) { in poll()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/file/WatchService/
H A DLotsOfCancels.java56 int id = i; in main() local
57 Path dir = Files.createDirectory(top.resolve("dir-" + i)); in main() local
78 static void handle(int id, Path dir, WatchService watcher) { in handle()
106 static void poll(int id, WatchService watcher) { in poll()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/file/WatchService/
H A DLotsOfCancels.java56 int id = i; in main() local
57 Path dir = Files.createDirectory(top.resolve("dir-" + i)); in main() local
78 static void handle(int id, Path dir, WatchService watcher) { in handle()
106 static void poll(int id, WatchService watcher) { in poll()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/WatchService/
H A DLotsOfCancels.java56 int id = i; in main() local
57 Path dir = Files.createDirectory(top.resolve("dir-" + i)); in main() local
78 static void handle(int id, Path dir, WatchService watcher) { in handle()
106 static void poll(int id, WatchService watcher) { in poll()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/file/WatchService/
H A DLotsOfCancels.java56 int id = i; in main() local
57 Path dir = Files.createDirectory(top.resolve("dir-" + i)); in main() local
78 static void handle(int id, Path dir, WatchService watcher) { in handle()
106 static void poll(int id, WatchService watcher) { in poll()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/file/WatchService/
H A DLotsOfCancels.java56 int id = i; in main() local
57 Path dir = Files.createDirectory(top.resolve("dir-" + i)); in main() local
78 static void handle(int id, Path dir, WatchService watcher) { in handle()
106 static void poll(int id, WatchService watcher) { in poll()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/file/WatchService/
H A DLotsOfCancels.java56 int id = i; in main() local
57 Path dir = Files.createDirectory(top.resolve("dir-" + i)); in main() local
78 static void handle(int id, Path dir, WatchService watcher) { in handle()
106 static void poll(int id, WatchService watcher) { in poll()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/file/WatchService/
H A DLotsOfCancels.java56 int id = i; in main() local
57 Path dir = Files.createDirectory(top.resolve("dir-" + i)); in main() local
78 static void handle(int id, Path dir, WatchService watcher) { in handle()
106 static void poll(int id, WatchService watcher) { in poll()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/test/backupstorefix/
H A Dtestbackupstorefix.cpp125 std::string getObjectName(int32_t id) in getObjectName()
180 int64_t id; member
208 int64_t id, depNewer, depOlder; member
243 BackupStoreDirectory dir; in test_dir_fixing() local
261 BackupStoreDirectory dir; in test_dir_fixing() local
282 BackupStoreDirectory dir; in test_dir_fixing() local
392 int32_t id; in test() local
501 BackupStoreDirectory dir; in test() local
509 BackupStoreDirectory dir; in test() local
541 BackupStoreDirectory dir; in test() local
[all …]
/dports/www/moodle310/moodle/user/profile/
H A Dindex.php46 $id = required_param('id', PARAM_INT); variable
47 $dir = required_param('dir', PARAM_ALPHA); variable
55 $id = required_param('id', PARAM_INT); variable
56 $dir = required_param('dir', PARAM_ALPHA); variable
64 $id = required_param('id', PARAM_INT); variable
71 $id = required_param('id', PARAM_INT); variable
95 $id = optional_param('id', 0, PARAM_INT); variable
102 $id = optional_param('id', 0, PARAM_INT); variable
/dports/www/moodle39/moodle/user/profile/
H A Dindex.php46 $id = required_param('id', PARAM_INT); variable
47 $dir = required_param('dir', PARAM_ALPHA); variable
55 $id = required_param('id', PARAM_INT); variable
56 $dir = required_param('dir', PARAM_ALPHA); variable
64 $id = required_param('id', PARAM_INT); variable
71 $id = required_param('id', PARAM_INT); variable
95 $id = optional_param('id', 0, PARAM_INT); variable
102 $id = optional_param('id', 0, PARAM_INT); variable
/dports/www/moodle311/moodle/user/profile/
H A Dindex.php43 $id = required_param('id', PARAM_INT); variable
44 $dir = required_param('dir', PARAM_ALPHA); variable
52 $id = required_param('id', PARAM_INT); variable
53 $dir = required_param('dir', PARAM_ALPHA); variable
61 $id = required_param('id', PARAM_INT); variable
68 $id = required_param('id', PARAM_INT); variable

12345678910>>...437