klikclient /client/trunk/klikclient/lib/klik/utils/xdg-utils /xdg-icon-resource
42.
43. xdg-icon-resource install [--noupdate] [--novendor] [--theme theme] [--context
44. context] [--mode mode] --size size icon-file [icon-name]
45.
46. xdg-icon-resource uninstall [--noupdate] [--theme theme] [--context context]
47. [--mode mode] --size size icon-name
48.
170. To install an icon for a new application/x-foobar file type one can use:
171.
172. xdg-icon-resource install --context mimetypes --size 48 ./mime-foobar-48.png application-x-foobar
173. xdg-icon-resource install --context mimetypes --size 64 ./mime-foobar-64.png application-x-foobar
174.
175. This will install two icons with the name application-x-foobar but with
186. Synopsis
6 matches | 838 lines | Bourne Shell | Google Code
gambas2 as2-2.24.0/gb.desktop/src/gb.desktop/xdg-utils-1.0.2/scripts /xdg-icon-resource
42.
43. xdg-icon-resource install [--noupdate] [--novendor] [--theme theme] [--context
44. context] [--mode mode] --size size icon-file [icon-name]
45.
46. xdg-icon-resource uninstall [--noupdate] [--theme theme] [--context context]
47. [--mode mode] --size size icon-name
48.
170. To install an icon for a new application/x-foobar file type one can use:
171.
172. xdg-icon-resource install --context mimetypes --size 48 ./mime-foobar-48.png application-x-foobar
173. xdg-icon-resource install --context mimetypes --size 64 ./mime-foobar-64.png application-x-foobar
174.
175. This will install two icons with the name application-x-foobar but with
186. Synopsis
6 matches | 838 lines | Bourne Shell | Fedora Project
xdg-utils /xdg-utils-1.1.0/scripts /xdg-icon-resource
44.
45. xdg-icon-resource install [--noupdate] [--novendor] [--theme theme] [--context
46. context] [--mode mode] --size size icon-file [icon-name]
47.
48. xdg-icon-resource uninstall [--noupdate] [--theme theme] [--context context]
49. [--mode mode] --size size icon-name
50.
172. To install an icon for a new application/x-foobar file type one can use:
173.
174. xdg-icon-resource install --context mimetypes --size 48 ./mime-foobar-48.png application-x-foobar
175. xdg-icon-resource install --context mimetypes --size 64 ./mime-foobar-64.png application-x-foobar
176.
177. This will install two icons with the name application-x-foobar but with
188. Synopsis
6 matches | 845 lines | Bourne Shell | Fedora Project
gambas3 -3.2.0/gb.desktop/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre /xdg-icon-resource
44.
45. xdg-icon-resource install [--noupdate] [--novendor] [--theme theme] [--context
46. context] [--mode mode] --size size icon-file [icon-name]
47.
48. xdg-icon-resource uninstall [--noupdate] [--theme theme] [--context context]
49. [--mode mode] --size size icon-name
50.
172. To install an icon for a new application/x-foobar file type one can use:
173.
174. xdg-icon-resource install --context mimetypes --size 48 ./mime-foobar-48.png application-x-foobar
175. xdg-icon-resource install --context mimetypes --size 64 ./mime-foobar-64.png application-x-foobar
176.
177. This will install two icons with the name application-x-foobar but with
188. Synopsis
6 matches | 842 lines | Bourne Shell | Fedora Project
dotnetinstaller /trunk/ThirdParty/Msi/include /Msi.h
3. * *
4. * msi.h - - Interface for external access to Installer Service *
5. * *
6. * Version 3.1 *
52.
53. // --------------------------------------------------------------------------
54. // Installer generic handle definitions
55. // --------------------------------------------------------------------------
56.
95. #endif //__cplusplus
96.
97. // Install message type for callback is a combination of the following:
98. // A message box style: MB_*, where MB_OK is the default
99. // A message box icon type: MB_ICON*, where no icon is the default
314 matches | 1427 lines | C/C++ Header | CodePlex
gcc /gcc/ada /sem_ch10.adb
74.
75. procedure Analyze_Context (N : Node_Id);
76. -- Analyzes items in the context clause of compilation unit
77.
78. procedure Build_Limited_Views (N : Node_Id);
96.
97. procedure Expand_With_Clause (Item : Node_Id; Nam : Node_Id; N : Node_Id);
98. -- When a child unit appears in a context clause, the implicit withs on
99. -- parents are made explicit, and with clauses are inserted in the context
100. -- clause before the one for the child. If a parent in the with_clause
101. -- is a renaming, the implicit with_clause is on the renaming whose name
102. -- is mentioned in the with_clause, and not on the package it renames.
103. -- N is the compilation unit whose list of context items receives the
104. -- implicit with_clauses.
347 matches | 6272 lines | text
netmf /client_v4_2_comm/setup/CustomActions/Include /Msi.h
43. // --------------------------------------------------------------------------
44. // Installer generic handle definitions
45. // --------------------------------------------------------------------------
46.
85. #endif //__cplusplus
86.
87. // Install message type for callback is a combination of the following:
88. // A message box style: MB_*, where MB_OK is the default
89. // A message box icon type: MB_ICON*, where no icon is the default
90. // A default button: MB_DEFBUTTON?, where MB_DEFBUTTON1 is the default
91. // One of the following install message types, no default
92. typedef enum tagINSTALLMESSAGE
93. {
94. INSTALLMESSAGE_FATALEXIT = 0x00000000L, // premature termination, possibly fatal OOM
313 matches | 1426 lines | C/C++ Header | CodePlex
mingw-headers /mingw-w64-v2.0.999/gcc/src/gcc/ada /sem_ch10.adb
74.
75. procedure Analyze_Context (N : Node_Id);
76. -- Analyzes items in the context clause of compilation unit
77.
78. procedure Build_Limited_Views (N : Node_Id);
96.
97. procedure Expand_With_Clause (Item : Node_Id; Nam : Node_Id; N : Node_Id);
98. -- When a child unit appears in a context clause, the implicit withs on
99. -- parents are made explicit, and with clauses are inserted in the context
100. -- clause before the one for the child. If a parent in the with_clause
101. -- is a renaming, the implicit with_clause is on the renaming whose name
102. -- is mentioned in the with_clause, and not on the package it renames.
103. -- N is the compilation unit whose list of context items receives the
104. -- implicit with_clauses.
347 matches | 6272 lines | Ada | Fedora Project
compat-gcc-32 /gcc-3.2.3-20040701/gcc/ada /sem_ch10.adb
71.
72. procedure Analyze_Context (N : Node_Id);
73. -- Analyzes items in the context clause of compilation unit
74.
75. procedure Check_With_Type_Clauses (N : Node_Id);
86.
87. procedure Expand_With_Clause (Nam : Node_Id; N : Node_Id);
88. -- When a child unit appears in a context clause, the implicit withs on
89. -- parents are made explicit, and with clauses are inserted in the context
90. -- clause before the one for the child. If a parent in the with_clause
91. -- is a renaming, the implicit with_clause is on the renaming whose name
92. -- is mentioned in the with_clause, and not on the package it renames.
93. -- N is the compilation unit whose list of context items receives the
94. -- implicit with_clauses.
191 matches | 3074 lines | Ada | Fedora Project
compat-gcc-34 /gcc-3.4.6-20060404/gcc/ada /sem_ch10.adb
71.
72. procedure Analyze_Context (N : Node_Id);
73. -- Analyzes items in the context clause of compilation unit
74.
75. procedure Build_Limited_Views (N : Node_Id);
105.
106. procedure Expand_With_Clause (Nam : Node_Id; N : Node_Id);
107. -- When a child unit appears in a context clause, the implicit withs on
108. -- parents are made explicit, and with clauses are inserted in the context
109. -- clause before the one for the child. If a parent in the with_clause
110. -- is a renaming, the implicit with_clause is on the renaming whose name
111. -- is mentioned in the with_clause, and not on the package it renames.
112. -- N is the compilation unit whose list of context items receives the
113. -- implicit with_clauses.
242 matches | 4356 lines | Ada | Fedora Project
wine /wine-1.5.9/documentation /ChangeLog.BETA
69.
70. * dlls/wined3d/context.c:
71. wined3d: Only read back offscreen targets on a target change.
72. This avoids calling PreLoad needlessly on a thread change during offscreen
73. rendering and breaks up the endless recursion due to lastTID != newTID.
74.
75. * dlls/wined3d/context.c:
76. wined3d: Do not PreLoad the new render target.
77. There is no reason to do that, now that the SetGLTextureDesc bug is
78. fixed. This avoids an infinite recursion because PreLoad calls
79. ActivateContext at some point.
80.
81. * dlls/wined3d/surface.c:
271. 2008-06-10 Paul Vriens <paul.vriens.wine@gmail.com>
2235 matches | 112959 lines | Unknown | Fedora Project
cross-gcc /gcc-4.7.1-RC-20120606/gcc-4.7.1-RC-20120606/gcc/ada /sem_ch10.adb
74.
75. procedure Analyze_Context (N : Node_Id);
76. -- Analyzes items in the context clause of compilation unit
77.
78. procedure Build_Limited_Views (N : Node_Id);
96.
97. procedure Expand_With_Clause (Item : Node_Id; Nam : Node_Id; N : Node_Id);
98. -- When a child unit appears in a context clause, the implicit withs on
99. -- parents are made explicit, and with clauses are inserted in the context
100. -- clause before the one for the child. If a parent in the with_clause
101. -- is a renaming, the implicit with_clause is on the renaming whose name
102. -- is mentioned in the with_clause, and not on the package it renames.
103. -- N is the compilation unit whose list of context items receives the
104. -- implicit with_clauses.
347 matches | 6268 lines | Ada | Fedora Project
mingw-w64-tools /mingw-w64-v2.0.999/gcc/src/gcc/ada /sem_ch10.adb
74.
75. procedure Analyze_Context (N : Node_Id);
76. -- Analyzes items in the context clause of compilation unit
77.
78. procedure Build_Limited_Views (N : Node_Id);
96.
97. procedure Expand_With_Clause (Item : Node_Id; Nam : Node_Id; N : Node_Id);
98. -- When a child unit appears in a context clause, the implicit withs on
99. -- parents are made explicit, and with clauses are inserted in the context
100. -- clause before the one for the child. If a parent in the with_clause
101. -- is a renaming, the implicit with_clause is on the renaming whose name
102. -- is mentioned in the with_clause, and not on the package it renames.
103. -- N is the compilation unit whose list of context items receives the
104. -- implicit with_clauses.
347 matches | 6289 lines | Ada | Fedora Project
zotonic /modules/mod_mailinglist/models /m_mailinglist.erl
52.
53. install/1
54. ]).
55.
58.
59. %% @doc Fetch the value for the key from a model source
60. %% @spec m_find_value(Key, Source, Context) -> term()
61. m_find_value(stats, #m{value=undefined} = M, _Context) ->
62. M#m{value=stats};
63. m_find_value(Id, #m{value=stats}, Context) ->
64. get_stats(Id, Context);
65. m_find_value(recipient, #m{value=undefined} = M, _Context) ->
66. M#m{value=recipient};
67. m_find_value(Id, #m{value=recipient}, Context) ->
108 matches | 447 lines | Erlang | Bitbucket
android-gcc-objc2-0 /gcc-4.2.1/gcc/ada /sem_ch10.adb
71.
72. procedure Analyze_Context (N : Node_Id);
73. -- Analyzes items in the context clause of compilation unit
74.
75. procedure Build_Limited_Views (N : Node_Id);
97.
98. procedure Expand_With_Clause (Item : Node_Id; Nam : Node_Id; N : Node_Id);
99. -- When a child unit appears in a context clause, the implicit withs on
100. -- parents are made explicit, and with clauses are inserted in the context
101. -- clause before the one for the child. If a parent in the with_clause
102. -- is a renaming, the implicit with_clause is on the renaming whose name
103. -- is mentioned in the with_clause, and not on the package it renames.
104. -- N is the compilation unit whose list of context items receives the
105. -- implicit with_clauses.
94 matches | 1632 lines | Ada | Google Code
openerp /openerp-6.1-20120505-233516/openerp/addons/base/module /module.py
28. import StringIO
29. import urllib
30. import zipfile
31. import zipimport
57. _description = "Application"
58.
59. def _module_nbr(self,cr,uid, ids, prop, unknow_none, context):
60. cr.execute('SELECT category_id, COUNT(*) \
61. FROM ir_module_module \
104. return info
105.
106. def _get_latest_version(self, cr, uid, ids, field_name=None, arg=None, context=None):
107. res = dict.fromkeys(ids, '')
108. for m in self.browse(cr, uid, ids):
117 matches | 679 lines | Python | Fedora Project
hornerp /addons/base/module /module.py
24. import re
25. import urllib
26. import os
27. import tools
45. _columns = {
46. 'name': fields.char('Name', size=128),
47. 'url': fields.char('URL', size=256, required=True),
48. 'sequence': fields.integer('Sequence', required=True),
49. 'filter': fields.char('Filter', size=128, required=True,
66. _description = "Module Category"
67.
68. def _module_nbr(self,cr,uid, ids, prop, unknow_none,context):
69. cr.execute('SELECT category_id, COUNT(*) \
70. FROM ir_module_module \
84 matches | 555 lines | Python | Google Code
guillaumemaze /matlab/codes/statistics /myspecgram.m
8. %
9. % Context menus and context-sensitive help are enabled throughout
10. % the GUI. Explore the visualization options by right-clicking
11. % on various GUI items including the spectrogram, the colorbar,
14. % zoom region. Right-clicking the highlighted zoom area brings
15. % up a menu for focusing in on the zoom region, and provides
16. % a link to context help.
17. %
18. % See also SPECGRAM, SPTOOL, FDATOOL.
382.
383. changePtr(gcbf,'hand');
384. install_cursorfcns(gcbf,'thumb');
385.
386. % Turn back on image axis visibility,
48 matches | 2278 lines | MATLAB | Google Code
xdg-utils /xdg-utils-1.1.0/scripts/man /xdg-icon-resource.1
30. .SH "NAME"
31. xdg-icon-resource \- command line tool for (un)installing icon resources
32. .SH "SYNOPSIS"
33. .HP \w'\fBxdg\-icon\-resource\fR\ 'u
34. \fBxdg\-icon\-resource\fR install [\fB\-\-noupdate\fR] [\fB\-\-novendor\fR] [\fB\-\-theme\ \fR\fB\fItheme\fR\fR] [\fB\-\-context\ \fR\fB\fIcontext\fR\fR] [\fB\-\-mode\ \fR\fB\fImode\fR\fR] \fB\-\-size\ \fR\fB\fIsize\fR\fR \fIicon\-file\fR [\fIicon\-name\fR]
35. .HP \w'\fBxdg\-icon\-resource\fR\ 'u
36. \fBxdg\-icon\-resource\fR uninstall [\fB\-\-noupdate\fR] [\fB\-\-theme\ \fR\fB\fItheme\fR\fR] [\fB\-\-context\ \fR\fB\fIcontext\fR\fR] [\fB\-\-mode\ \fR\fB\fImode\fR\fR] \fB\-\-size\ \fR\fB\fIsize\fR\fR \fIicon\-name\fR
37. .HP \w'\fBxdg\-icon\-resource\fR\ 'u
38. \fBxdg\-icon\-resource\fR forceupdate [\fB\-\-theme\ \fR\fB\fItheme\fR\fR] [\fB\-\-mode\ \fR\fB\fImode\fR\fR]
41. .SH "DESCRIPTION"
42. .PP
43. The xdg\-icon\-resource program can be used to install icon resources into the desktop icon system in order to illustrate menu entries, to depict desktop icons or to graphically represent file types\&.
44. .PP
45. The desktop icon system identifies icons by name\&. Depending on the required size, the choice of icon theme and the context in which the icon is used, the desktop icon system locates an appropriate icon resource to depict an icon\&. Icon resources can be XPM files or PNG files\&.
28 matches | 245 lines | Unknown | Fedora Project
freebsd-head /contrib/gcc /unwind.inc
42. _Unwind_RaiseException_Phase2(struct _Unwind_Exception *exc,
43. struct _Unwind_Context *context)
44. {
45. _Unwind_Reason_Code code;
50. int match_handler;
51.
52. code = uw_frame_state_for (context, &fs);
53.
54. /* Identify when we've reached the designated handler context. */
55. match_handler = (uw_identify_context (context) == exc->private_2
56. ? _UA_HANDLER_FRAME : 0);
57.
65. {
66. code = (*fs.personality) (1, _UA_CLEANUP_PHASE | match_handler,
57 matches | 312 lines | Pascal | Bitbucket

