Home
last modified time | relevance | path

Searched defs:import (Results 1 – 25 of 4339) sorted by relevance

12345678910>>...174

/dports/misc/vifm/vifm-0.11/tests/misc/
H A Dvifminfo_merge_states.c37 const char *import = "{\"trash\":[" in TEST() local
45 const char *import = "{\"bmarks\":{" in TEST() local
53 const char *import = "{\"marks\":{" in TEST() local
66 const char *import = "{\"viewers\":[" in TEST() local
74 const char *import = "{\"assocs\":[" in TEST() local
82 const char *import = "{\"xassocs\":[" in TEST() local
90 const char *import = "{\"dir-stack\":[{" in TEST() local
109 const char *import = "{\"search-hist\":[" in TEST() local
125 const char *import = "{\"lfilt-hist\":[" in TEST() local
133 const char *import = "{" in TEST() local
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/@babel/runtime/
H A Dpackage.json23 "import": "./helpers/esm/asyncIterator.js", string
32 "import": "./helpers/esm/jsx.js", string
50 "import": "./helpers/esm/typeof.js", string
59 "import": "./helpers/esm/wrapRegExp.js", string
68 "import": "./helpers/esm/AwaitValue.js", string
149 "import": "./helpers/esm/defaults.js", string
167 "import": "./helpers/esm/extends.js", string
185 "import": "./helpers/esm/inherits.js", string
356 "import": "./helpers/esm/get.js", string
365 "import": "./helpers/esm/set.js", string
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/alertingDashboards/node_modules/@babel/runtime/
H A Dpackage.json23 "import": "./helpers/esm/jsx.js", string
32 "import": "./helpers/esm/objectSpread2.js", string
41 "import": "./helpers/esm/typeof.js", string
50 "import": "./helpers/esm/wrapRegExp.js", string
68 "import": "./helpers/esm/AwaitValue.js", string
149 "import": "./helpers/esm/defaults.js", string
167 "import": "./helpers/esm/extends.js", string
185 "import": "./helpers/esm/inherits.js", string
356 "import": "./helpers/esm/get.js", string
365 "import": "./helpers/esm/set.js", string
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/@babel/runtime/
H A Dpackage.json23 "import": "./helpers/esm/jsx.js", string
32 "import": "./helpers/esm/objectSpread2.js", string
41 "import": "./helpers/esm/typeof.js", string
50 "import": "./helpers/esm/wrapRegExp.js", string
68 "import": "./helpers/esm/AwaitValue.js", string
149 "import": "./helpers/esm/defaults.js", string
167 "import": "./helpers/esm/extends.js", string
185 "import": "./helpers/esm/inherits.js", string
356 "import": "./helpers/esm/get.js", string
365 "import": "./helpers/esm/set.js", string
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/unpackers/level/
H A Dlevel_cdc.pl152 sub import { subroutine
336 sub import { subroutine
386 sub import { subroutine
435 sub import { subroutine
464 sub import { subroutine
489 sub import { subroutine
514 sub import { subroutine
540 sub import { subroutine
566 sub import { subroutine
692 sub import { subroutine
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/test/
H A Difenv.asm9 import foo label
15 import foo label
21 import foo label
27 import foo label
/dports/devel/nasm/nasm-2.15.05/test/
H A Difenv.asm9 import foo label
15 import foo label
21 import foo label
27 import foo label
/dports/www/gohugo/hugo-0.91.2/docs/content/en/commands/
H A Dhugo_import.md14 Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_path`.
16 ### Options
43 * [hugo import jekyll](/commands/hugo_import_jekyll/) - hugo import from Jekyll
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/colors/
H A DLICENSE23 "You" (or "Your") shall mean an individual or Legal Entity
32 not limited to compiled object code, generated documentation,
41 form, that is based on (or derived from) the Work and for which the
50 to that Work or Derivative Works thereof, that is intentionally
59 excluding communication that is conspicuously marked or otherwise
68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77 use, offer to sell, sell, import, and otherwise transfer the Work,
86 granted to You under this License for that Work shall terminate
95 Derivative Works a copy of this License; and
104 the Derivative Works; and
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Description/
H A DImportCollection.cs58 public int Add (Import import) in Add()
64 public bool Contains (Import import) in Contains()
74 public int IndexOf (Import import) in IndexOf()
79 public void Insert (int index, Import import) in Insert()
84 public void Remove (Import import) in Remove()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DForeignDecl.hs94 foreign import javascript unsafe "$r = new Float32Array($1);" function
97 foreign import javascript unsafe "$r = new Int32Array($1);" function
100 foreign import javascript unsafe "$r = new Uint16Array($1);" function
103 foreign import javascript unsafe "$r = new Uint8Array($1);" function
106 foreign import javascript unsafe "$r = $1.getContext(\"webgl\");" function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; struct
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; struct
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; struct
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; struct
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; struct
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
23 template<> struct import<n> { struct
27 // This is not valid because the 'import <n>' is a pp-import, even though it argument
52 struct X {} import; variable

12345678910>>...174