Home
last modified time | relevance | path

Searched refs:style_file (Results 1 – 25 of 122) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/checkstyle/
H A Dcheckstyle.py30 def RunCheckstyle(input_api, output_api, style_file, files_to_skip=None): argument
35 if not os.path.exists(style_file):
37 + style_file)
53 style_file, '-f', 'xml'] + java_files,
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/util/
H A Dgetstyle.c293 char *style_file = NULL; in main() local
331 style_file = argv[argc - 1]; in main()
333 if (make_pack && !style_file) { in main()
401 makeThemePack(style, style_file); in main()
409 if (style_file) { in main()
410 WMWritePropListToFile(style, style_file); in main()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/util/
H A Dgetstyle.c293 char *style_file = NULL; in main() local
331 style_file = argv[argc - 1]; in main()
333 if (make_pack && !style_file) { in main()
401 makeThemePack(style, style_file); in main()
409 if (style_file) { in main()
410 WMWritePropListToFile(style, style_file); in main()
/dports/print/texlive-base/texlive-20150521-source/utils/xindy/xindy-2.5.1/user-commands/
H A Dxindy.in789 my $style_file = $modules[0]; # will be undef if @modules is not set
792 ($sf, $style_file) = tempfile();
793 push (@temp_files, $style_file);
794 $style_file=quotify($style_file);
811 :idxstyle $style_file
/dports/textproc/p5-UML-Sequence/UML-Sequence-0.08/
H A Dgenericseq.source46 my $style_file = $style;
47 $style_file =~ s!::!/!g;
48 require "$style_file.pm";
/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A DBlackboxResource.hh66 std::string menu_file, style_file, rc_file; member in BlackboxResource
106 { return style_file.c_str(); } in styleFilename()
109 { style_file = name; } in saveStyleFilename()
/dports/japanese/scim-anthy/scim-anthy-1.2.7/src/
H A Dscim_anthy_style_file.h51 StyleLine (StyleFile *style_file,
53 StyleLine (StyleFile *style_file,
56 StyleLine (StyleFile *style_file,
H A Dscim_anthy_style_file.cpp63 StyleLine::StyleLine (StyleFile *style_file, String line) in StyleLine() argument
64 : m_style_file (style_file), in StyleLine()
70 StyleLine::StyleLine (StyleFile *style_file, String key, String value) in StyleLine() argument
71 : m_style_file (style_file), in StyleLine()
78 StyleLine::StyleLine (StyleFile *style_file, String key, in StyleLine() argument
80 : m_style_file (style_file), in StyleLine()
/dports/japanese/fcitx-anthy/fcitx-anthy-0.2.3/src/
H A Dstyle_file.h47 StyleLine (StyleFile *style_file,
49 StyleLine (StyleFile *style_file,
52 StyleLine (StyleFile *style_file,
H A Dstyle_file.cpp66 StyleLine::StyleLine (StyleFile *style_file, std::string line) in StyleLine() argument
67 : m_style_file (style_file), in StyleLine()
73 StyleLine::StyleLine (StyleFile *style_file, std::string key, std::string value) in StyleLine() argument
74 : m_style_file (style_file), in StyleLine()
81 StyleLine::StyleLine (StyleFile *style_file, std::string key, in StyleLine() argument
83 : m_style_file (style_file), in StyleLine()
/dports/textproc/py-yapf/yapf-0.31.0/yapftests/
H A Dfile_resources_test.py94 style_file = os.path.join(self.test_tmpdir, '.style.yapf')
95 open(style_file, 'w').close()
98 self.assertEqual(style_file,
102 self.assertEqual(style_file,
147 style_file = os.path.join(rootdir, '.style.yapf')
150 return path == style_file
157 self.assertEqual(style_file, default_style_at_root)
160 self.assertEqual(style_file, default_style_under_root)
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/tests/
H A Dtest-options-projection.cpp22 char const* const style_file = OSM2PGSQLDATA_DIR "default.style"; variable
24 std::vector<char const *> option_params = {"osm2pgsql", "-S", style_file,
/dports/science/wwplot/wwplot-0.0.8/WWplot/
H A Dapplication_window.py66 style_file = QFile(self.module_path + "/ui/custom.css")
67 style_file.open(QFile.ReadOnly)
69 self.window.setStyleSheet(style_file.readAll().data().decode("utf-8"))
71 style_file.close()
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilContObjectExport.php165 $style_file = $style_obj->export();
166 if (is_file($style_file)) {
167 copy($style_file, $this->export_dir . "/" . $this->subdir . "/style.zip");
/dports/science/libkml/libkml-1.3.0/examples/regionator/
H A Dkmlregionator.cc106 kmlengine::KmlFilePtr style_file(kmlengine::KmlFile::CreateFromImport(kml)); in main() local
108 style_file->SerializeToString(&style_kml); in main()
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dprefs.cpp812 style_file=configdir+STYLE_FILE; in Settings()
813 if (use_xdg_config()) { style_file.append(".rc"); } in Settings()
818 if (FXStat::exists(style_file)) { in Settings()
819 FXFile style_fh(style_file,FXIO::Reading); in Settings()
832 if (toolong && style_fh.open(style_file,FXIO::Writing)) { in Settings()
846 if ( (FXStat::exists(style_file)) && (!style_reg->parseFile(style_file, true))) { in Settings()
849 style_file.text(), SystemErrorStr() in Settings()
1108 if (!style_reg->unparseFile(style_file)) { in ~Settings()
1111 style_file.text(), SystemErrorStr() in ~Settings()
1115 ini_sort(style_file.text()); in ~Settings()
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/Export/
H A Dclass.ilContObjectExport.php159 $style_file = $style_obj->export();
160 if (is_file($style_file)) {
161 copy($style_file, $this->export_dir . "/" . $this->subdir . "/style.zip");
/dports/textproc/py-yapf/yapf-0.31.0/yapf/yapflib/
H A Dfile_resources.py83 style_file = os.path.join(dirname, style.LOCAL_STYLE)
84 if os.path.exists(style_file):
85 return style_file
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A Dfluxbox.hh123 const std::string &getStyleFilename() const { return *m_config.style_file; } in getStyleFilename()
142 void saveStyleFilename(const char *val) { m_config.style_file = (val == 0 ? "" : val); } in saveStyleFilename()
247 FbTk::Resource<std::string> style_file; member
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dblocks.php156 $style_file = realpath( "$block_dir/$style_path" );
157 $has_style_file = false !== $style_file;
166 if ( file_exists( str_replace( '.css', '-rtl.css', $style_file ) ) ) {
170 wp_style_add_data( $style_handle, 'path', $style_file );
173 $rtl_file = str_replace( "$suffix.css", "-rtl$suffix.css", $style_file );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dblocks.php156 $style_file = realpath( "$block_dir/$style_path" );
157 $has_style_file = false !== $style_file;
166 if ( file_exists( str_replace( '.css', '-rtl.css', $style_file ) ) ) {
170 wp_style_add_data( $style_handle, 'path', $style_file );
173 $rtl_file = str_replace( "$suffix.css", "-rtl$suffix.css", $style_file );
/dports/devel/ros-catkin_pkg/catkin_pkg-0.4.14/src/catkin_pkg/
H A Dchangelog_generator_vcs.py319 style_file = os.path.join(tmp_base, 'hg-changeset-files-per-line.style')
320 with open(style_file, 'w') as f:
338 cmd = [self._executable, 'log', '-r', rev, '-l', '1', '--style', style_file]
/dports/www/xist/ll-xist-5.34/src/ll/scripts/
H A Duls.py164 style_file = astyle.Style.fromstr("white:black") variable
252 stdout.writeln(style_file(str(url)))
269 su = style_file(su)
/dports/print/makeindex/makeindex/src-3.0/
H A Dscanst.c143 FILE *style_file; local
145 if ((style_file = find_style_file(filename)) == (FILE *) NULL) {
151 scan_file(style_file);
153 CLOSE(style_file);
/dports/x11-wm/fluxter/fluxter-0.2.0/
H A DBasewindow.hh69 char *style_file; member in Basewindow

12345