Home
last modified time | relevance | path

Searched refs:withReferences (Results 1 – 25 of 30) sorted by relevance

12

/dports/sysutils/aptly/aptly-1.4.0/cmd/
H A Dpackage_show.go75 withReferences := context.Flags().Lookup("with-references").Value.Get().(bool)
105 if withReferences {
/dports/www/ilias/ILIAS-5.4.25/Services/Object/classes/
H A Dclass.ilObject2.php30 final public function withReferences() function in ilObject2
32 return parent::withReferences();
H A Dclass.ilObject2GUI.php458 final public function withReferences() function in ilObject2GUI
460 return parent::withReferences();
H A Dclass.ilObjectMetaDataGUI.php104 if (!$a_object->withReferences()) {
/dports/www/ilias6/ILIAS-6.14/Services/Object/classes/
H A Dclass.ilObject2.php30 final public function withReferences() function in ilObject2
32 return parent::withReferences();
H A Dclass.ilObject2GUI.php401 final public function withReferences() function in ilObject2GUI
403 return parent::withReferences();
H A Dclass.ilObjectMetaDataGUI.php104 if (!$a_object->withReferences()) {
H A Dclass.ilObjectGUI.php269 public function withReferences() function in ilObjectGUI
1530 if (!$this->withReferences()) {
/dports/www/ilias6/ILIAS-6.14/Modules/Folder/classes/
H A Dclass.ilObjFolder.php98 if ($this->withReferences()) {
/dports/www/ilias/ILIAS-5.4.25/Modules/Folder/classes/
H A Dclass.ilObjFolder.php101 if ($this->withReferences()) {
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/
H A Dclass.ilECSObjectSettings.php138 if (!$this->getContentObject()->withReferences()) {
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/
H A Dclass.ilECSObjectSettings.php137 if (!$this->getContentObject()->withReferences()) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp158 Symbol withReferences(int N, Symbol S) { in withReferences() function
185 {ns("clangA"), withReferences(NumReferences, func("clangD"))}, in TEST()
191 {withReferences(NumReferences, ns("clangA")), func("clangD")}, in TEST()
656 {withReferences(10000, ns("absl")), func("absb")}); in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DCodeCompleteTests.cpp157 Symbol withReferences(int N, Symbol S) { in withReferences() function
482 {withReferences(10000, ns("absl")), func("absb")}); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp161 Symbol withReferences(int N, Symbol S) { in withReferences() function
188 {ns("clangA"), withReferences(NumReferences, func("clangD"))}, in TEST()
194 {withReferences(NumReferences, ns("clangA")), func("clangD")}, in TEST()
654 {func("absA"), withReferences(1000, func("absB"))}) in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp161 Symbol withReferences(int N, Symbol S) { in withReferences() function
188 {ns("clangA"), withReferences(NumReferences, func("clangD"))}, in TEST()
194 {withReferences(NumReferences, ns("clangA")), func("clangD")}, in TEST()
654 {withReferences(10000, ns("absl")), func("absb")}); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp161 Symbol withReferences(int N, Symbol S) { in withReferences() function
188 {ns("clangA"), withReferences(NumReferences, func("clangD"))}, in TEST()
194 {withReferences(NumReferences, ns("clangA")), func("clangD")}, in TEST()
654 {func("absA"), withReferences(1000, func("absB"))}) in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp161 Symbol withReferences(int N, Symbol S) { in withReferences() function
188 {ns("clangA"), withReferences(NumReferences, func("clangD"))}, in TEST()
194 {withReferences(NumReferences, ns("clangA")), func("clangD")}, in TEST()
654 {func("absA"), withReferences(1000, func("absB"))}) in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp161 Symbol withReferences(int N, Symbol S) { in withReferences() function
188 {ns("clangA"), withReferences(NumReferences, func("clangD"))}, in TEST()
194 {withReferences(NumReferences, ns("clangA")), func("clangD")}, in TEST()
654 {func("absA"), withReferences(1000, func("absB"))}) in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp161 Symbol withReferences(int N, Symbol S) { in withReferences() function
188 {ns("clangA"), withReferences(NumReferences, func("clangD"))}, in TEST()
194 {withReferences(NumReferences, ns("clangA")), func("clangD")}, in TEST()
654 {withReferences(10000, ns("absl")), func("absb")}); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp161 Symbol withReferences(int N, Symbol S) { in withReferences() function
188 {ns("clangA"), withReferences(NumReferences, func("clangD"))}, in TEST()
194 {withReferences(NumReferences, ns("clangA")), func("clangD")}, in TEST()
654 {func("absA"), withReferences(1000, func("absB"))}) in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DCodeCompleteTests.cpp188 Symbol withReferences(int N, Symbol S) { in withReferences() function
525 {withReferences(10000, ns("absl")), func("absb")}); in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DCodeCompleteTests.cpp166 Symbol withReferences(int N, Symbol S) { in withReferences() function
545 {withReferences(10000, ns("absl")), func("absb")}); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp171 Symbol withReferences(int N, Symbol S) { in withReferences() function
592 {withReferences(10000, ns("absl")), func("absb")}); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp159 Symbol withReferences(int N, Symbol S) { in withReferences() function
591 {withReferences(10000, ns("absl")), func("absb")}); in TEST()

12