Home
last modified time | relevance | path

Searched refs:parent_file (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dmenu-header.php24 * @global string $parent_file
27 global $menu, $submenu, $parent_file, $submenu_file;
36 * @param string $parent_file The parent file.
38 $parent_file = apply_filters( 'parent_file', $parent_file ); variable
46 * @param string $parent_file The submenu item's parent file.
48 $submenu_file = apply_filters( 'submenu_file', $submenu_file, $parent_file );
59 * @global string $parent_file
69 global $self, $parent_file, $submenu_file, $plugin_page, $typenow;
91 …if ( ( $parent_file && $item[2] === $parent_file ) || ( empty( $typenow ) && $self === $item[2] ) …
H A Dpost-new.php29 $parent_file = 'edit.php'; variable
38 $parent_file = $post_type_object->show_in_menu; variable
46 $submenu_file = $parent_file;
50 $parent_file = "edit.php?post_type=$post_type"; variable
H A Dupdate.php63 $parent_file = 'plugins.php'; variable
127 $parent_file = 'plugins.php'; variable
157 $parent_file = 'plugins.php'; variable
210 $parent_file = 'themes.php'; variable
273 $parent_file = 'themes.php'; variable
299 $parent_file = 'themes.php'; variable
H A Dadmin-header.php24 * @global string $parent_file
27 $update_title, $total_update_count, $parent_file;
258 $current_screen->set_parentage( $parent_file );
297 if ( 'options-general.php' === $parent_file ) {
H A Dterm.php56 $parent_file = ( 'attachment' === $post_type ) ? 'upload.php' : "edit.php?post_type=$post_type"; variable
59 $parent_file = 'link-manager.php'; variable
62 $parent_file = 'edit.php'; variable
H A Dpost.php14 $parent_file = 'edit.php'; variable
155 $parent_file = 'edit.php'; variable
159 $parent_file = 'upload.php'; variable
164 $parent_file = $post_type_object->show_in_menu; variable
166 $parent_file = "edit.php?post_type=$post_type"; variable
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dmenu-header.php24 * @global string $parent_file
27 global $menu, $submenu, $parent_file, $submenu_file;
36 * @param string $parent_file The parent file.
38 $parent_file = apply_filters( 'parent_file', $parent_file ); variable
46 * @param string $parent_file The submenu item's parent file.
48 $submenu_file = apply_filters( 'submenu_file', $submenu_file, $parent_file );
59 * @global string $parent_file
69 global $self, $parent_file, $submenu_file, $plugin_page, $typenow;
91 …if ( ( $parent_file && $item[2] === $parent_file ) || ( empty( $typenow ) && $self === $item[2] ) …
H A Dpost-new.php29 $parent_file = 'edit.php'; variable
38 $parent_file = $post_type_object->show_in_menu; variable
46 $submenu_file = $parent_file;
50 $parent_file = "edit.php?post_type=$post_type"; variable
H A Dupdate.php63 $parent_file = 'plugins.php'; variable
127 $parent_file = 'plugins.php'; variable
157 $parent_file = 'plugins.php'; variable
210 $parent_file = 'themes.php'; variable
273 $parent_file = 'themes.php'; variable
299 $parent_file = 'themes.php'; variable
H A Dadmin-header.php24 * @global string $parent_file
27 $update_title, $total_update_count, $parent_file;
258 $current_screen->set_parentage( $parent_file );
297 if ( 'options-general.php' === $parent_file ) {
H A Dterm.php56 $parent_file = ( 'attachment' === $post_type ) ? 'upload.php' : "edit.php?post_type=$post_type"; variable
59 $parent_file = 'link-manager.php'; variable
62 $parent_file = 'edit.php'; variable
H A Dpost.php14 $parent_file = 'edit.php'; variable
155 $parent_file = 'edit.php'; variable
159 $parent_file = 'upload.php'; variable
164 $parent_file = $post_type_object->show_in_menu; variable
166 $parent_file = "edit.php?post_type=$post_type"; variable
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-io-jobs-util.c66 GFile *parent_file = NULL; in thunar_io_jobs_util_next_duplicate_file() local
131 parent_file = g_file_get_parent (file); in thunar_io_jobs_util_next_duplicate_file()
132 duplicate_file = g_file_get_child (parent_file, display_name); in thunar_io_jobs_util_next_duplicate_file()
133 g_object_unref (parent_file); in thunar_io_jobs_util_next_duplicate_file()
172 GFile *parent_file = NULL; in thunar_io_jobs_util_next_renamed_file() local
222 parent_file = g_file_get_parent (tgt_file); in thunar_io_jobs_util_next_renamed_file()
223 renamed_file = g_file_get_child (parent_file, display_name); in thunar_io_jobs_util_next_renamed_file()
224 g_object_unref (parent_file); in thunar_io_jobs_util_next_renamed_file()
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-file-drop-entry.c124 GFile *parent_file; in anjuta_file_drop_entry_drag_data_received() local
137 parent_file = NULL; in anjuta_file_drop_entry_drag_data_received()
140 parent_file = g_file_new_for_path (self->priv->relative_path); in anjuta_file_drop_entry_drag_data_received()
145 if (parent_file) in anjuta_file_drop_entry_drag_data_received()
147 path = g_file_get_relative_path (parent_file, file); in anjuta_file_drop_entry_drag_data_received()
149 g_object_unref (parent_file); in anjuta_file_drop_entry_drag_data_received()
/dports/graphics/eom/eom-1.26.0/src/
H A Deom-metadata-sidebar.c102 GFile *parent_file = G_FILE (source_object); in G_DEFINE_TYPE_WITH_PRIVATE() local
108 file_info = g_file_query_info_finish (parent_file, res, NULL); in G_DEFINE_TYPE_WITH_PRIVATE()
110 display_name = g_file_get_basename (parent_file); in G_DEFINE_TYPE_WITH_PRIVATE()
116 baseuri = g_file_get_uri (parent_file); in G_DEFINE_TYPE_WITH_PRIVATE()
126 str = g_file_get_path (parent_file); in G_DEFINE_TYPE_WITH_PRIVATE()
138 GFile *file, *parent_file; in eom_metadata_sidebar_update_general_section() local
180 parent_file = g_file_get_parent (file); in eom_metadata_sidebar_update_general_section()
181 if (parent_file == NULL) { in eom_metadata_sidebar_update_general_section()
183 parent_file = g_object_ref (file); in eom_metadata_sidebar_update_general_section()
186 g_file_query_info_async (parent_file, in eom_metadata_sidebar_update_general_section()
[all …]
H A Deom-properties-dialog.c119 GFile *parent_file = G_FILE (source_object); in parent_file_display_name_query_info_cb() local
124 file_info = g_file_query_info_finish (parent_file, res, NULL); in parent_file_display_name_query_info_cb()
126 display_name = g_file_get_basename (parent_file); in parent_file_display_name_query_info_cb()
146 GFile *file, *parent_file; in pd_update_general_tab() local
194 parent_file = g_file_get_parent (file); in pd_update_general_tab()
195 if (parent_file == NULL) { in pd_update_general_tab()
197 parent_file = g_object_ref (file); in pd_update_general_tab()
203 dir_str_long = g_file_get_path (parent_file); in pd_update_general_tab()
208 prop_dlg->priv->folder_button_uri = g_file_get_uri (parent_file); in pd_update_general_tab()
210 g_file_query_info_async (parent_file, in pd_update_general_tab()
[all …]
/dports/graphics/eog/eog-41.1/src/
H A Deog-metadata-sidebar.c98 GFile *parent_file = G_FILE (source_object); in G_DEFINE_TYPE_WITH_PRIVATE() local
104 file_info = g_file_query_info_finish (parent_file, res, NULL); in G_DEFINE_TYPE_WITH_PRIVATE()
106 display_name = g_file_get_basename (parent_file); in G_DEFINE_TYPE_WITH_PRIVATE()
112 baseuri = g_file_get_uri (parent_file); in G_DEFINE_TYPE_WITH_PRIVATE()
129 GFile *file, *parent_file; in eog_metadata_sidebar_update_general_section() local
171 parent_file = g_file_get_parent (file); in eog_metadata_sidebar_update_general_section()
172 if (parent_file == NULL) { in eog_metadata_sidebar_update_general_section()
174 parent_file = g_object_ref (file); in eog_metadata_sidebar_update_general_section()
177 g_file_query_info_async (parent_file, in eog_metadata_sidebar_update_general_section()
184 g_object_unref (parent_file); in eog_metadata_sidebar_update_general_section()
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dplugin.php1873 $parent_file = $_wp_real_parent_file[ $parent_file ];
1876 return $parent_file;
1883 $parent_file = $_wp_real_parent_file[ $parent_file ];
1886 return $parent_file;
1891 $parent_file = $pagenow;
1894 $parent_file = $_wp_real_parent_file[ $parent_file ];
1897 return $parent_file;
1907 $parent_file = $parent;
1910 && ( empty( $parent_file ) || false === strpos( $parent_file, '?' ) )
1912 $parent_file = $parent;
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dplugin.php1873 $parent_file = $_wp_real_parent_file[ $parent_file ];
1876 return $parent_file;
1883 $parent_file = $_wp_real_parent_file[ $parent_file ];
1886 return $parent_file;
1891 $parent_file = $pagenow;
1894 $parent_file = $_wp_real_parent_file[ $parent_file ];
1897 return $parent_file;
1907 $parent_file = $parent;
1910 && ( empty( $parent_file ) || false === strpos( $parent_file, '?' ) )
1912 $parent_file = $parent;
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/diff/
H A Dparser.rb36 …Gitlab::Diff::Line.new(full_line, type, line_obj_index, line_old, line_new, parent_file: diff_file)
42 …Gitlab::Diff::Line.new(full_line, type, line_obj_index, line_old, line_new, parent_file: diff_file)
46 …Gitlab::Diff::Line.new(full_line, type, line_obj_index, line_old, line_new, parent_file: diff_file)
H A Dline.rb15 …def initialize(text, type, index, old_pos, new_pos, parent_file: nil, line_code: nil, rich_text: n…
21 @parent_file = parent_file
37 parent_file: hash[:parent_file],
/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvdomdocument.c181 GFile *parent_file; in arv_dom_document_get_href_data() local
186 parent_file = g_file_get_parent (document_file); in arv_dom_document_get_href_data()
187 file = g_file_resolve_relative_path (parent_file, href); in arv_dom_document_get_href_data()
189 g_object_unref (parent_file); in arv_dom_document_get_href_data()
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvdomdocument.c181 GFile *parent_file; in arv_dom_document_get_href_data() local
186 parent_file = g_file_get_parent (document_file); in arv_dom_document_get_href_data()
187 file = g_file_resolve_relative_path (parent_file, href); in arv_dom_document_get_href_data()
189 g_object_unref (parent_file); in arv_dom_document_get_href_data()
/dports/textproc/lasem/lasem-0.5.1/src/
H A Dlsmdomdocument.c220 GFile *parent_file; in lsm_dom_document_get_href_data() local
225 parent_file = g_file_get_parent (document_file); in lsm_dom_document_get_href_data()
226 file = g_file_resolve_relative_path (parent_file, href); in lsm_dom_document_get_href_data()
228 g_object_unref (parent_file); in lsm_dom_document_get_href_data()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-data/
H A Dtracker-db-backup.c96 GFile *parent_file, *temp_file; in backup_job() local
104 parent_file = g_file_get_parent (info->destination); in backup_job()
105 temp_file = g_file_get_child (parent_file, TRACKER_DB_BACKUP_META_FILENAME_T); in backup_job()
168 g_object_unref (parent_file); in backup_job()

12345678910