Home
last modified time | relevance | path

Searched refs:Full_name (Results 1 – 10 of 10) sorted by relevance

/dports/biology/p5-AcePerl/AcePerl-1.92/acebrowser/cgi-bin/moviedb/
H A Dmovie38 print p("Directed by ",map { ObjectLink($_,$_->Full_name) } $movie->Director);
45 td(map { ObjectLink($_,$_->Full_name) } $movie->Cast)),
48 td(map { ObjectLink($_,$_->Full_name) } $movie->Writer)),
H A Dperson35 print h2($person->Full_name);
/dports/converters/uulib/uudeview-0.5.20/inews/
H A DREADME23 From: login@hostname.DOMAIN (Full_name)
28 Internet. "Full_name" understands the & hack in password files. If
32 From: login@DOMAIN (Full_name)
/dports/converters/uudeview/uudeview-0.5.20/inews/
H A DREADME23 From: login@hostname.DOMAIN (Full_name)
28 Internet. "Full_name" understands the & hack in password files. If
32 From: login@DOMAIN (Full_name)
/dports/converters/xdeview/uudeview-0.5.20/inews/
H A DREADME23 From: login@hostname.DOMAIN (Full_name)
28 Internet. "Full_name" understands the & hack in password files. If
32 From: login@DOMAIN (Full_name)
/dports/graphics/grafx2/grafx2/src/
H A Dfilesel.c408 if (item->Type == FSOBJECT_DIR && (strncmp(item->Full_name, PARENT_DIR, (sizeof(char)*2))==0) ) in Read_list_of_files()
698 if (FILENAME_COMPARE(next_item->Full_name, PARENT_DIR) == 0) in Sort_list_of_files()
700 else if (FILENAME_COMPARE(current_item->Full_name, PARENT_DIR) != 0) in Sort_list_of_files()
710 if (FILENAME_COMPARE(current_item->Full_name, next_item->Full_name) > 0) in Sort_list_of_files()
887 selector->filename = strdup(current_item->Full_name); in Get_selected_item()
1289 if (strcmp(item->Full_name,fname)==0) in Find_file_in_fileselector()
1291 if (strcasecmp(item->Full_name,fname)==0) in Find_file_in_fileselector()
1360 if ((wint_t)tolower(current_item->Full_name[counter]) != towlower(fname[counter])) in Find_filename_match()
1875 …if (current_item->Type != FSOBJECT_FILE && !FILENAME_COMPARE(current_item->Full_name, Selector->fi… in Button_Load_or_Save()
2181 if (Filelist.Nb_elements && !strcmp(Filelist.First->Full_name,PARENT_DIR)) in Button_Load_or_Save()
H A Dfactory.c2232 if (script_item && script_item->Full_name && script_item->Full_name[0] != '\0') in Draw_script_information()
2234 full_name = Filepath_append_to_dir(full_directory, script_item->Full_name); in Draw_script_information()
2649 if (script_item && script_item->Full_name && script_item->Full_name[0] != '\0') in Set_script_shortcut()
2651 full_name = Filepath_append_to_dir(full_directory, script_item->Full_name); in Set_script_shortcut()
2855 selected_file = strdup(item->Full_name); in Button_Brush_Factory()
2866 Config.Scripts_directory = strdup(item->Full_name); in Button_Brush_Factory()
2871 if (strcmp(item->Full_name, PARENT_DIR) == 0) in Button_Brush_Factory()
2894 char * new_dir = Filepath_append_to_dir(Config.Scripts_directory, item->Full_name); in Button_Brush_Factory()
H A Dfileseltools.c57 memcpy(temp_item->Full_name,full_name,full_name_len); in Add_element_to_list()
H A Dstruct.h190 char Full_name[1]; ///< Filesystem value. member
H A Dbuttons.c1388 skin_list->List_start + skin_list->Cursor_position)->Full_name); in Button_Skins()
1463 new_font = Load_font(fontName->Full_name, 1); in Button_Skins()
1502 new_font = Load_font(Get_item_by_index(&Font_files_list,selected_font)->Full_name, 1); in Button_Skins()
1509 fname = Get_item_by_index(&Font_files_list,selected_font)->Full_name; in Button_Skins()