Searched refs:property (Results 1 - 25 of 200) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-329 <property name="visible">no</property>
30 <property name="title" translatable="yes">gedit: ASCII table</property>
31 <property name="type">GTK_WINDOW_TOPLEVEL</property>
32 <property name="modal">no</property>
33 <property name="allow_shrink">yes</property>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dpr_test.c24 uc_is_property (ucs4_t uc, uc_property_t property) argument
26 return property.test_fn (uc);
H A Dpr_byname.c56 return found->property;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/MacOSX/cocoa-mule/
H A DamuleData.h18 @property (readonly) NSString *name;
19 @property (readonly) uint64_t size;
45 @property (readonly) int src_count;
46 @property (readonly) int non_current_src_count;
47 @property (readonly) int xfer_src_count;
48 @property (readonly) int a4af_src_count;
50 @property (readonly) int speed;
52 @property (readonly) uint64_t size_done;
53 @property (readonly) uint64_t size_xfer;
55 @property (readonl
[all...]
H A DLoginDialogController.h21 @property (readonly) NSString *host;
22 @property (readonly) int port;
23 @property (readonly) NSString *pass;
H A DEC.h29 @property (readonly) ECTagTypes tagType;
30 @property (readonly) ECTagNames tagName;
33 @property (readonly) NSMutableArray *subtags;
44 @property (readonly)uint8_t uint8Value;
55 @property (readonly)uint16_t uint16Value;
66 @property (readonly)uint32_t uint32Value;
77 @property (readonly)uint64_t uint64Value;
115 @property (readonly) NSString * stringValue;
131 @property (readonly) ec_opcode_t opcode;
214 @property (readonl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DFileListNode.h43 @property (nonatomic, readonly) NSString * name;
44 @property (nonatomic, readonly) NSString * path;
46 @property (nonatomic, readonly) Torrent * torrent;
48 @property (nonatomic, readonly) uint64_t size;
49 @property (nonatomic, readonly) NSImage * icon;
50 @property (nonatomic, readonly) BOOL isFolder;
H A DTrackerNode.h37 @property (nonatomic, readonly) Torrent * torrent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Dautomtn.h66 // Get/Put property
67 wxVariant GetProperty(const wxString& property, int noArgs = 0, wxVariant args[] = (wxVariant*) NULL) const;
68 wxVariant GetPropertyArray(const wxString& property, int noArgs, const wxVariant **args) const;
69 wxVariant GetProperty(const wxString& property,
74 bool PutPropertyArray(const wxString& property, int noArgs, const wxVariant **args);
75 bool PutProperty(const wxString& property, int noArgs, wxVariant args[]) ;
76 bool PutProperty(const wxString& property,
85 WXIDISPATCH* GetDispatchProperty(const wxString& property, int noArgs, wxVariant args[]) const;
86 WXIDISPATCH* GetDispatchProperty(const wxString& property, int noArgs, const wxVariant **args) const;
90 bool GetObject(wxAutomationObject& obj, const wxString& property, in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dproplist.h76 // Mediates between a physical panel and the property sheet
93 virtual bool UpdatePropertyDisplayInList(wxProperty *property);
98 // Find the wxListBox index corresponding to this property
99 virtual int FindListIndexForProperty(wxProperty *property);
102 // property. NULL resets to show no property.
103 virtual bool ShowProperty(wxProperty *property, bool select = true);
104 virtual bool EditProperty(wxProperty *property);
106 // Update the display from the property
107 virtual bool DisplayProperty(wxProperty *property);
[all...]
H A Dpropform.h31 // Mediates between a physical panel and the property sheet
46 // Transfer values from property sheet to dialog
49 // Transfer values from dialog to property sheet
55 // Give each property in the sheet a panel item, by matching
56 // the name of the property to the name of the panel item.
110 * the wxProperty? If with the property, we don't have to supply
111 * a validator for every property. Otherwise, there ALWAYS needs
129 virtual bool OnCheckValue( wxProperty *WXUNUSED(property), wxPropertyFormView *WXUNUSED(view),
132 // Does the transferance from the property editing area to the property itsel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmlproperty.tex13 Represents a node property.
15 Example: in {\tt <img src="hello.gif" id="3"/>}, {\tt ``src"} is property with value
16 {\tt ``hello.gif"} and {\tt ``id"} is a property with value {\tt ``3"}.
40 Creates the property with given {\it name} and {\it value}.
41 If {\it next} is not NULL, then sets it as sibling of this property.
53 Returns the name of this property.
59 Returns the sibling of this property or NULL if there are no siblings.
65 Returns the value of this property.
71 Sets the name of this property.
77 Sets the sibling of this property
[all...]
H A Dautoobj.tex68 Note that {\it method} can contain dot-separated property names, to save the application
102 \constfunc{bool}{GetObject}{\param{wxAutomationObject\&}{obj} \param{const wxString\&}{ property},
105 Retrieves a property from this object, assumed to be a dispatch pointer, and initialises {\it obj} with it.
118 \constfunc{wxVariant}{GetProperty}{\param{const wxString\&}{ property}, \param{int}{ noArgs},
121 \constfunc{wxVariant}{GetProperty}{\param{const wxString\&}{ property}, \param{...}{}}
123 Gets a property value from this object. The first form takes a property name, number of
124 arguments, and an array of variants. The second form takes a property name and zero to six
136 Note that {\it property} can contain dot-separated property name
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dproplist.cpp162 wxProperty *property = (wxProperty *)node->GetData(); local
163 wxString stringValueRepr(property->GetValue().GetStringRepresentation());
164 wxString paddedString(MakeNameValueString(property->GetName(), stringValueRepr));
165 m_propertyScrollingList->Append(paddedString.GetData(), (void *)property);
171 bool wxPropertyListView::UpdatePropertyDisplayInList(wxProperty *property) argument
180 wxString stringValueRepr(property->GetValue().GetStringRepresentation());
181 wxString paddedString(MakeNameValueString(property->GetName(), stringValueRepr));
182 int sel = FindListIndexForProperty(property);
205 // Find the wxListBox index corresponding to this property
206 int wxPropertyListView::FindListIndexForProperty(wxProperty *property) argument
238 ShowProperty(wxProperty *property, bool select) argument
264 BeginShowingProperty(wxProperty *property) argument
281 EndShowingProperty(wxProperty *property) argument
342 DisplayProperty(wxProperty *property) argument
361 RetrieveProperty(wxProperty *property) argument
813 OnSelect(bool select, wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow) argument
822 OnValueListSelect(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
833 OnDisplayValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
911 OnRetrieveValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
973 OnRetrieveValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1021 OnRetrieveValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1035 OnDisplayValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1092 OnDoubleClick(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1143 OnRetrieveValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1155 OnDisplayValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1198 OnPrepareDetailControls( wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow) ) argument
1237 OnDoubleClick( wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow) ) argument
1291 OnRetrieveValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1303 OnDisplayValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1314 OnDoubleClick(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow) argument
1335 OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow) argument
1385 OnRetrieveValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1398 OnDisplayValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1409 OnDoubleClick(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow) argument
1434 OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow) argument
1508 OnDisplayValue(wxProperty *property, wxPropertyListView *view, wxWindow *WXUNUSED(parentWindow)) argument
1533 OnDoubleClick(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow) argument
1539 OnEdit( wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow ) argument
[all...]
H A Dpropform.cpp420 bool wxRealFormValidator::OnCheckValue( wxProperty *property, wxPropertyFormView *WXUNUSED(view), argument
427 wxWindow *m_propertyWindow = property->GetWindow();
452 bool wxRealFormValidator::OnRetrieveValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), argument
456 wxWindow *m_propertyWindow = property->GetWindow();
466 property->GetValue() = f;
470 bool wxRealFormValidator::OnDisplayValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), argument
474 wxWindow *m_propertyWindow = property->GetWindow();
479 textItem->SetValue(FloatToString(property->GetValue().RealValue()));
488 bool wxIntegerFormValidator::OnCheckValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), argument
495 wxWindow *m_propertyWindow = property
530 OnRetrieveValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), wxWindow *WXUNUSED(parentWindow)) argument
558 OnDisplayValue( wxProperty *property, wxPropertyFormView *WXUNUSED(view), wxWindow *WXUNUSED(parentWindow)) argument
585 OnCheckValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), wxWindow *WXUNUSED(parentWindow)) argument
596 OnRetrieveValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), wxWindow *WXUNUSED(parentWindow) ) argument
610 OnDisplayValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), wxWindow *WXUNUSED(parentWindow)) argument
634 OnCheckValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), wxWindow *parentWindow ) argument
664 OnRetrieveValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), wxWindow *WXUNUSED(parentWindow) ) argument
702 OnDisplayValue(wxProperty *property, wxPropertyFormView *WXUNUSED(view), wxWindow *WXUNUSED(parentWindow) ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dlivetree.c27 struct property *build_property(char *name, struct data val, char *label)
29 struct property *new = xmalloc(sizeof(*new));
41 struct property *chain_property(struct property *first, struct property *list)
49 struct property *reverse_properties(struct property *first)
51 struct property *p = first;
52 struct property *head = NULL;
53 struct property *nex
[all...]
H A Ddtc.h143 struct property { struct
147 struct property *next;
154 struct property *proplist;
175 struct property *build_property(char *name, struct data val, char *label);
176 struct property *chain_property(struct property *first, struct property *list);
177 struct property *reverse_properties(struct property *first);
179 struct node *build_node(struct property *proplis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Doplib_32.h152 /* Get the length, at the passed node, of the given property type.
153 * Returns -1 on error (ie. no such property at this node).
155 extern int prom_getproplen(int thisnode, const char *property);
157 /* Fetch the requested property using the given buffer. Returns
160 extern int __must_check prom_getproperty(int thisnode, const char *property,
163 /* Acquire an integer property. */
164 extern int prom_getint(int node, char *property);
166 /* Acquire an integer property, with a default value. */
167 extern int prom_getintdefault(int node, char *property, int defval);
169 /* Acquire a boolean property,
[all...]
H A Doplib_64.h188 /* Get the length, at the passed node, of the given property type.
189 * Returns -1 on error (ie. no such property at this node).
191 extern int prom_getproplen(int thisnode, const char *property);
193 /* Fetch the requested property using the given buffer. Returns
196 extern int prom_getproperty(int thisnode, const char *property,
199 /* Acquire an integer property. */
200 extern int prom_getint(int node, const char *property);
202 /* Acquire an integer property, with a default value. */
203 extern int prom_getintdefault(int node, const char *property, int defval);
205 /* Acquire a boolean property,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-declaration.c62 *@a_property: the property string of the declaration
91 result->property = a_property;
119 CRString *property = NULL; local
136 status = cr_parser_parse_declaration (parser, &property,
138 if (status != CR_OK || !property)
141 result = cr_declaration_new (a_statement, property, value);
143 property = NULL;
155 if (property) {
156 cr_string_destroy (property);
157 property
184 CRString *property = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-declaration.c62 *@a_property: the property string of the declaration
91 result->property = a_property;
119 CRString *property = NULL; local
136 status = cr_parser_parse_declaration (parser, &property,
138 if (status != CR_OK || !property)
141 result = cr_declaration_new (a_statement, property, value);
143 property = NULL;
155 if (property) {
156 cr_string_destroy (property);
157 property
184 CRString *property = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Doplib.h214 /* Get the length, at the passed node, of the given property type.
215 * Returns -1 on error (ie. no such property at this node).
217 extern int prom_getproplen(int thisnode, char *property);
219 /* Fetch the requested property using the given buffer. Returns
222 extern int prom_getproperty(int thisnode, char *property,
225 /* Acquire an integer property. */
226 extern int prom_getint(int node, char *property);
228 /* Acquire an integer property, with a default value. */
229 extern int prom_getintdefault(int node, char *property, int defval);
231 /* Acquire a boolean property,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc.h77 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
78 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
104 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
105 struct symbol *prop_get_symbol(struct property *prop);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprom_common.c42 struct property *prop;
58 struct property **prevp;
74 struct property *prop = *prevp;
123 static struct property * __init build_one_prop(phandle node, char *prev,
128 static struct property *tmp = NULL;
129 struct property *p;
137 p = prom_early_alloc(sizeof(struct property) + 32);
178 static struct property * __init build_prop_list(phandle node)
180 struct property *head, *tail;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof.h31 struct property { struct
35 struct property *next;
50 struct property *properties;
51 struct property *deadprops; /* removed properties */
190 extern struct property *of_find_property(const struct device_node *np,
213 extern int prom_add_property(struct device_node* np, struct property* prop);
214 extern int prom_remove_property(struct device_node *np, struct property *prop);
216 struct property *newprop,
217 struct property *oldprop);

Completed in 313 milliseconds

12345678