Home
last modified time | relevance | path

Searched refs:files_path (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/drupal8/drupal-8.9.20/core/modules/filter/tests/src/Functional/
H A DFilterHtmlImageSecureTest.php92 $files_path = base_path() . $public_files_path;
124 $files_path . '/' . $test_image => $files_path . '/' . $test_image,
125 … $http_base_url . '/' . $public_files_path . '/' . $test_image => $files_path . '/' . $test_image,
126 … $https_base_url . '/' . $public_files_path . '/' . $test_image => $files_path . '/' . $test_image,
127 …$http_base_url . '/' . $public_files_path . '/' . $special_image => $files_path . '/' . $special_i…
128 …$https_base_url . '/' . $public_files_path . '/' . $special_image => $files_path . '/' . $special_…
129 $files_path . '/example.png' => $red_x_image,
/dports/www/drupal9/drupal-9.2.10/core/modules/filter/tests/src/Functional/
H A DFilterHtmlImageSecureTest.php92 $files_path = base_path() . $public_files_path;
124 $files_path . '/' . $test_image => $files_path . '/' . $test_image,
125 … $http_base_url . '/' . $public_files_path . '/' . $test_image => $files_path . '/' . $test_image,
126 … $https_base_url . '/' . $public_files_path . '/' . $test_image => $files_path . '/' . $test_image,
127 …$http_base_url . '/' . $public_files_path . '/' . $special_image => $files_path . '/' . $special_i…
128 …$https_base_url . '/' . $public_files_path . '/' . $special_image => $files_path . '/' . $special_…
129 $files_path . '/example.png' => $red_x_image,
/dports/math/rkward-kde/rkward-0.7.1/rkward/scriptbackends/
H A Drkcomponentscripting.cpp62 QDir files_path (RKCommonFunctions::getRKWardDataDir () + "phpfiles/"); in initialize() local
64 …if (!RKPrecompiledQtScripts::loadCommonScript (&engine, files_path.absoluteFilePath ("rkcomponents… in initialize()
65 …engine.evaluate (i18n ("Error opening script file %1", files_path.absoluteFilePath ("rkcomponentsc… in initialize()
66 …} else if (!RKPrecompiledQtScripts::loadCommonScript (&engine, files_path.absoluteFilePath ("commo… in initialize()
67 …engine.evaluate (i18n ("Error opening script file %1", files_path.absoluteFilePath ("common.js"))); in initialize()
70 …_command.prepend ("_rkward.include('" + files_path.absoluteFilePath ("rkcomponentscripting.js") + … in initialize()
71 _command.prepend ("_rkward.include('" + files_path.absoluteFilePath ("common.js") + "');\n"); in initialize()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/
H A Dsymbol-db-engine-core.h141 const GPtrArray *files_path,
150 const GPtrArray *files_path);
168 const GPtrArray *files_path,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/project_tree_builder/
H A Dproj_datatool_generated_src.cpp139 string files_path = CDirEntry::ConcatPath(dir, in LoadFrom() local
142 if ( CDirEntry(files_path).Exists() ) { in LoadFrom()
144 CSimpleMakeFileContents fc(files_path, eMakeType_Undefined); in LoadFrom()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/project_tree_builder/
H A Dproj_datatool_generated_src.cpp139 string files_path = CDirEntry::ConcatPath(dir, in LoadFrom() local
142 if ( CDirEntry(files_path).Exists() ) { in LoadFrom()
144 CSimpleMakeFileContents fc(files_path, eMakeType_Undefined); in LoadFrom()
/dports/www/bolt/bolt-2.2.24/app/view/twig/files_ck/
H A Dfiles_ck.twig9 {% from '_macro/_files_path.twig' import files_path %}
29 {{ files_path(context.pathsegments, context.namespace, pathoptions) }}
/dports/math/rkward-kde/rkward-0.7.1/rkward/settings/
H A Drksettingsmodulegeneral.h67 static QString &filesPath () { return files_path; }; in filesPath()
126 static QString files_path; variable
/dports/www/ulfius/ulfius-2.7.3/example_callbacks/static_file/
H A Dstatic_file_callback.c137 } else if (user_data != NULL && ((struct _static_file_config *)user_data)->files_path != NULL) { in callback_static_file()
162 …file_path = msprintf("%s/%s", ((struct _static_file_config *)user_data)->files_path, file_requeste… in callback_static_file()
H A Dstatic_file_callback.h89 char * files_path; member
/dports/net-mgmt/nagstamon/Nagstamon-3.8.0/Nagstamon/
H A DHelpers.py81 def __init__(self, files_path): argument
84 self.read_dir(files_path)
86 def read_dir(self, files_path): argument
93 for filename in glob('{0}{1}{2}'.format(files_path, os.sep, suffix)):
/dports/www/bolt/bolt-2.2.24/app/view/twig/files/
H A Dfiles.twig4 {% from '_macro/_files_path.twig' import files_path %}
28 …{{ files_path(context.pathsegments, context.namespace, {'path': '', 'namespace': context.namespace…
/dports/www/ulfius/ulfius-2.7.3/example_callbacks/static_compressed_inmemory_website/
H A Dstatic_compressed_inmemory_website_callback.c165 …if (user_data != NULL && ((struct _u_compressed_inmemory_website_config *)user_data)->files_path !… in callback_static_file_uncompressed()
190 …("%s/%s", ((struct _u_compressed_inmemory_website_config *)user_data)->files_path, file_requested); in callback_static_file_uncompressed()
233 config->files_path = NULL; in u_init_compressed_inmemory_website_config()
359 …("%s/%s", ((struct _u_compressed_inmemory_website_config *)user_data)->files_path, file_requested); in callback_static_compressed_inmemory_website()
H A Dstatic_compressed_inmemory_website_callback.h97 char * files_path; member
/dports/devel/py-nbconvert/nbconvert-6.2.0/nbconvert/tests/
H A Dbase.py116 files_path = self._get_files_path()
118 files = glob.glob(os.path.join(files_path, pattern))
/dports/www/bolt/bolt-2.2.24/app/view/twig/_macro/
H A D_files_path.twig1 {% macro files_path(pathsegments, namespace, pathoptions) %}
/dports/www/bolt/bolt-2.2.24/app/view/twig/editfile/
H A Deditfile.twig14 {% from '_macro/_files_path.twig' import files_path %}
32 …{{ files_path(context.pathsegments, context.namespace, {'path': '', 'namespace': context.namespace…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Utility/
H A DReproducerProvider.cpp48 FlushingFileCollector::FlushingFileCollector(llvm::StringRef files_path, in FlushingFileCollector() argument
55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Utility/
H A DReproducerProvider.cpp48 FlushingFileCollector::FlushingFileCollector(llvm::StringRef files_path, in FlushingFileCollector() argument
55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DReproducerProvider.cpp48 FlushingFileCollector::FlushingFileCollector(llvm::StringRef files_path, in FlushingFileCollector() argument
55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Utility/
H A DReproducerProvider.cpp48 FlushingFileCollector::FlushingFileCollector(llvm::StringRef files_path, in FlushingFileCollector() argument
55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Utility/
H A DReproducerProvider.cpp48 FlushingFileCollector::FlushingFileCollector(llvm::StringRef files_path, in FlushingFileCollector() argument
55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DReproducerProvider.cpp48 FlushingFileCollector::FlushingFileCollector(llvm::StringRef files_path, in FlushingFileCollector() argument
55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DReproducerProvider.cpp48 FlushingFileCollector::FlushingFileCollector(llvm::StringRef files_path, in FlushingFileCollector() argument
55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DReproducerProvider.cpp48 FlushingFileCollector::FlushingFileCollector(llvm::StringRef files_path,
55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append);

123