Searched refs:value (Results 126 - 150 of 6276) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dutility.js394 ip1.value = a[0];
395 ip2.value = a[1];
396 ip3.value = a[2];
397 ip4.value = a[3];
399 if(checkIP(ip1,ip2,ip3,ip4,254)||(parseInt(ip4.value,10)==0))
412 netMask = (mask1.value << 24) | (mask2.value << 16) | (mask3.value << 8) | (mask4.value);
470 vField.value
[all...]
H A Dap_settings.js12 * value -- region
108 //if(!(("2" == cf.mode.value) && (("2.4G" == cf.sta_band.value) || ("both" == cf.sta_band.value))))
113 OpMode_BG_VALUE=cf.opmode.options[0].value;
114 OpMode_20M_VALUE=cf.opmode.options[1].value;
115 OpMode_40M_VALUE=cf.opmode.options[2].value;
117 //if(!(("2" == cf.mode.value) && (("5G" == cf.sta_band.value) || ("both" == cf.sta_band.value))))
[all...]
H A Dfunc.js38 var msgVar=document.forms[0].message.value;
83 if (fieldObj.value.length < 1){
92 if (fObj.value.indexOf(space) >= 0 )
100 var size = text_input_field.value.length;
101 var str = text_input_field.value;
117 var str = text_input_field.value;
120 if (text_input_field.value.length==0)
151 if((mac.value.length != 12) || (mac.value=="000000000000")){
153 mac.value
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_profile.c116 int parse_yes_no(char *value);
119 int parse_yes_no(char *value) argument
123 if (strlen(value) == 1) {
124 if ((value[0] | ('Y'^'y')) == 'y')
295 * the key/value pairs. It then determines which key has been parsed and sets
296 * the card's configuration based on the value given.
313 char *value = NULL; local
324 ParseConfigLine(buffer, &key, &value);
326 if (key == NULL || value == NULL)
344 DbgInfo->DebugFlag = simple_strtoul(value, NUL
846 parse_mac_address(char *value, u_char *byte_array) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvariant.cpp211 wxVariantDataLong(long value) { m_value = value; } argument
214 inline void SetValue(long value) { m_value = value; } argument
313 bool wxVariant::operator== (long value) const
319 return (value == thisValue);
322 bool wxVariant::operator!= (long value) const
324 return (!((*this) == value));
327 void wxVariant::operator= (long value) argument
332 ((wxVariantDataLong*)GetData())->SetValue(value);
343 long value; local
362 wxVariantDoubleData(double value) argument
365 SetValue(double value) argument
465 operator =(double value) argument
481 double value; local
502 wxVariantDataBool(bool value) argument
505 SetValue(bool value) argument
608 operator =(bool value) argument
624 bool value; local
645 wxVariantDataChar(wxChar value) argument
648 SetValue(wxChar value) argument
749 operator =(wxChar value) argument
765 wxChar value; local
784 wxVariantDataString(const wxString& value) argument
787 SetValue(const wxString& value) argument
885 operator =(const wxString& value) argument
899 operator =(const wxChar* value) argument
915 wxString value; local
933 wxVariantDataWxObjectPtr(wxObject* value) argument
936 SetValue(wxObject* value) argument
1034 operator =(wxObject* value) argument
1055 wxVariantDataVoidPtr(void* value) argument
1058 SetValue(void* value) argument
1137 operator =(void* value) argument
1170 wxVariantDataDateTime(const wxDateTime& value) argument
1182 SetValue(const wxDateTime& value) argument
1216 wxString value; local
1299 operator =(const wxDateTime& value) argument
1314 operator =(const DATE_STRUCT* value) argument
1320 operator =(const TIME_STRUCT* value) argument
1326 operator =(const TIMESTAMP_STRUCT* value) argument
1336 wxDateTime value; local
1355 wxVariantDataArrayString(const wxArrayString& value) argument
1358 SetValue(const wxArrayString& value) argument
1452 operator =(const wxArrayString& value) argument
1518 SetValue(const wxList& value) argument
1626 operator =(const wxList& value) argument
1654 Append(const wxVariant& value) argument
1662 Insert(const wxVariant& value) argument
1747 SetValue(const wxStringList& value) argument
1840 operator =(const wxStringList& value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_amule_lib_standalone.cpp49 if ( !si || (si->var->value.type != PHP_VAL_STRING)) {
53 char *str_hash = si->var->value.str_val;
56 if ( !si || (si->var->value.type != PHP_VAL_STRING)) {
60 char *cmd_name = si->var->value.str_val;
85 if ( !si || (si->var->value.type != PHP_VAL_STRING)) {
89 char *str_hash = si->var->value.str_val;
92 if ( !si || (si->var->value.type != PHP_VAL_STRING)) {
96 char *cmd_name = si->var->value.str_val;
118 cast_value_dnum(&si->var->value);
119 unsigned int ipaddr = si->var->value
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dunknown.t24 ok 1, $@ =~ /unknown key value\(s\) Stupid/ ;
27 ok 2, $@ =~ /unknown key value\(s\) (Bad,? |Stupid,? ){2}/ ;
63 my $value ;
65 ok 10, $db->db_put("some key", "some value") == 0 ;
66 ok 11, $db->db_put("key", "value") == 0 ;
75 ok 14, $db->db_get("some key", $value) == 0 ;
76 ok 15, $value eq "some value" ;
77 ok 16, $db->db_get("key", $value) == 0 ;
78 ok 17, $value e
[all...]
H A Dhash.t26 ok 1, $@ =~ /unknown key value\(s\) Stupid/ ;
29 ok 2, $@ =~ /unknown key value\(s\) (Bad,? |Stupid,? ){2}/ ;
51 my $value ;
53 ok 7, $db->db_put("some key", "some value") == 0 ;
55 ok 9, $db->db_get("some key", $value) == 0 ;
56 ok 10, $value eq "some value" ;
57 ok 11, $db->db_put("key", "value") == 0 ;
58 ok 12, $db->db_get("key", $value) == 0 ;
59 ok 13, $value e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirias_object.c36 * Used when a missing value needs to be returned
100 irias_delete_value(attrib->value);
251 attrib->value->owner = owner;
259 * Change the value of an objects attribute.
289 if ( attrib->value->type != new_value->type) {
290 IRDA_DEBUG( 0, "%s(), changing value type not allowed!\n",
296 /* Delete old value */
297 irias_delete_value(attrib->value);
299 /* Insert new value */
300 attrib->value
314 irias_add_integer_attrib(struct ias_object *obj, char *name, int value, int owner) argument
398 irias_add_string_attrib(struct ias_object *obj, char *name, char *value, int owner) argument
442 struct ias_value *value; local
467 struct ias_value *value; local
498 struct ias_value *value; local
523 struct ias_value *value; local
542 irias_delete_value(struct ias_value *value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py20 def define_flag_value(event_name, field_name, value, field_str):
21 flag_fields[event_name][field_name]['values'][value] = field_str
27 def define_symbolic_value(event_name, field_name, value, field_str):
28 symbolic_fields[event_name][field_name]['values'][value] = field_str
30 def flag_str(event_name, field_name, value):
38 if not value and not idx:
41 if idx and (value & idx) == idx:
46 value &= ~idx
50 def symbol_str(event_name, field_name, value):
57 if not value an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dresolve.c58 * Locate a device name from a token (NAME=value string), or (name, value)
59 * pair. In the case of a token, value is ignored. If the "token" is not
60 * of the form "NAME=value" and there is no value given, then it is assumed
64 const char *value)
80 printf("looking for %s%s%s %s\n", token, value ? "=" : "",
81 value ? value : "", cache ? "in cache" : "from disk"));
83 if (!value) {
63 blkid_get_devname(blkid_cache cache, const char *token, const char *value) argument
111 char *value; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7751/
H A Dio.c75 void sh7751se_outb(unsigned char value, unsigned long port) argument
79 *(volatile unsigned char *)port = value;
81 *(port2adr(port)) = value;
84 void sh7751se_outb_p(unsigned char value, unsigned long port) argument
87 *(volatile unsigned char *)port = value;
89 *(port2adr(port)) = value;
93 void sh7751se_outw(unsigned short value, unsigned long port) argument
96 *(volatile unsigned short *)port = value;
98 *port2adr(port) = value;
103 void sh7751se_outl(unsigned int value, unsigne argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dunaligned.c108 #define LoadHW(addr, value, res) \
125 : "=&r" (value), "=r" (res) \
128 #define LoadW(addr, value, res) \
143 : "=&r" (value), "=r" (res) \
146 #define LoadHWU(addr, value, res) \
165 : "=&r" (value), "=r" (res) \
168 #define LoadWU(addr, value, res) \
185 : "=&r" (value), "=r" (res) \
188 #define LoadDW(addr, value, res) \
203 : "=&r" (value), "
426 unsigned long value; local
686 unsigned long value; local
1309 unsigned long value; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_lock.cpp22 DbLock::DbLock(DB_LOCK value) argument
23 : lock_(value)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dutilsgui.cpp43 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file) argument
48 bool wxWriteResource(const wxString& section, const wxString& entry, float value, const wxString& file) argument
53 bool wxWriteResource(const wxString& section, const wxString& entry, long value, const wxString& file) argument
58 bool wxWriteResource(const wxString& section, const wxString& entry, int value, const wxString& file) argument
63 bool wxGetResource(const wxString& section, const wxString& entry, wxChar **value, const wxString& file) argument
68 bool wxGetResource(const wxString& section, const wxString& entry, float *value, const wxString& file) argument
73 bool wxGetResource(const wxString& section, const wxString& entry, long *value, const wxString& file) argument
78 bool wxGetResource(const wxString& section, const wxString& entry, int *value, const wxString& file) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00pci.h43 u32 *value)
45 *value = readl(rt2x00dev->csr.base + offset);
50 void *value, const u32 length)
52 memcpy_fromio(value, rt2x00dev->csr.base + offset, length);
57 u32 value)
59 writel(value, rt2x00dev->csr.base + offset);
64 const void *value,
67 memcpy_toio(rt2x00dev->csr.base + offset, value, length);
41 rt2x00pci_register_read(struct rt2x00_dev *rt2x00dev, const unsigned int offset, u32 *value) argument
48 rt2x00pci_register_multiread(struct rt2x00_dev *rt2x00dev, const unsigned int offset, void *value, const u32 length) argument
55 rt2x00pci_register_write(struct rt2x00_dev *rt2x00dev, const unsigned int offset, u32 value) argument
62 rt2x00pci_register_multiwrite(struct rt2x00_dev *rt2x00dev, const unsigned int offset, const void *value, const u32 length) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mipssim/
H A Dsim_console.c29 static inline void serial_out(int offset, int value) argument
31 outb(value, 0x3f8 + offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dgpio.h31 static inline void gpio_set_value(unsigned int gpio, int value) argument
33 __gpio_set_value(gpio, value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddtc.h66 #define dbNCR5380_write(reg, value) do { \
68 (value), (reg), DTC_address(reg)); \
69 writeb(value, DTC_address(reg));} while(0)
74 #define NCR5380_write(reg, value) (writeb(value, DTC_address(reg)))
81 #define NCR5380_write(reg, value) do { \
83 (value), (reg), DTC_address(reg)); \
84 writeb(value, DTC_address(reg));} while(0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-biffuncs.h33 inline u32 clearBitAtPos(u32 value, u8 bit) argument
35 return value & ~(1 << bit);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c58 /* Date value */
73 /* Duration value */
130 } value; member in struct:_xmlSchemaVal
215 * @type: the value type
217 * Allocate a new simple type value
219 * Returns a pointer to the new value or NULL in case of error
223 xmlSchemaValPtr value; local
225 value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
226 if (value == NULL) {
229 memset(value,
235 xmlSchemaNewMinLengthFacet(int value) argument
936 xmlSchemaNewStringValue(xmlSchemaValType type, const xmlChar *value) argument
1011 xmlSchemaFreeValue(xmlSchemaValPtr value) argument
1287 unsigned int value = 0; local
1317 unsigned int value = 0; local
1347 int value = 0; local
1886 xmlSchemaStrip(const xmlChar *value) argument
1910 xmlSchemaWhiteSpaceReplace(const xmlChar *value) argument
1943 xmlSchemaCollapseString(const xmlChar *value) argument
2000 xmlSchemaValAtomicListNode(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *ret, xmlNodePtr node) argument
2122 xmlSchemaValAtomicType(xmlSchemaTypePtr type, const xmlChar * value, xmlSchemaValPtr * val, xmlNodePtr node, int flags, xmlSchemaWhitespaceValueType ws, int normOnTheFly, int applyNorm, int createStringValue) argument
3330 xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val, xmlNodePtr node) argument
3351 xmlSchemaValPredefTypeNodeNoNorm(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val, xmlNodePtr node) argument
3370 xmlSchemaValidatePredefinedType(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val) argument
4979 xmlSchemaNormLen(const xmlChar *value) argument
5048 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
5103 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaTypeType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5217 xmlSchemaValidateLengthFacet(xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length) argument
5246 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5272 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5491 xmlSchemaValidateFacet(xmlSchemaTypePtr base, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val) argument
5530 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DAnnotationVisitor.java43 * Visits a primitive value of the annotation.
45 * @param name the value name.
46 * @param value the actual value, whose type must be {@link Byte},
51 void visit(String name, Object value); argument
54 * Visits an enumeration value of the annotation.
56 * @param name the value name.
58 * @param value the actual enumeration value.
60 void visitEnum(String name, String desc, String value); argument
[all...]
H A DAnnotationWriter.java118 public void visit(final String name, final Object value) { argument
123 if (value instanceof String) {
124 bv.put12('s', cw.newUTF8((String) value));
125 } else if (value instanceof Byte) {
126 bv.put12('B', cw.newInteger(((Byte) value).byteValue()).index);
127 } else if (value instanceof Boolean) {
128 int v = ((Boolean) value).booleanValue() ? 1 : 0;
130 } else if (value instanceof Character) {
131 bv.put12('C', cw.newInteger(((Character) value).charValue()).index);
132 } else if (value instanceo
190 visitEnum( final String name, final String desc, final String value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c58 /* Date value */
73 /* Duration value */
130 } value; member in struct:_xmlSchemaVal
215 * @type: the value type
217 * Allocate a new simple type value
219 * Returns a pointer to the new value or NULL in case of error
223 xmlSchemaValPtr value; local
225 value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
226 if (value == NULL) {
229 memset(value,
235 xmlSchemaNewMinLengthFacet(int value) argument
936 xmlSchemaNewStringValue(xmlSchemaValType type, const xmlChar *value) argument
1011 xmlSchemaFreeValue(xmlSchemaValPtr value) argument
1287 unsigned int value = 0; local
1317 unsigned int value = 0; local
1347 int value = 0; local
1886 xmlSchemaStrip(const xmlChar *value) argument
1910 xmlSchemaWhiteSpaceReplace(const xmlChar *value) argument
1943 xmlSchemaCollapseString(const xmlChar *value) argument
2000 xmlSchemaValAtomicListNode(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *ret, xmlNodePtr node) argument
2125 xmlSchemaValAtomicType(xmlSchemaTypePtr type, const xmlChar * value, xmlSchemaValPtr * val, xmlNodePtr node, int flags, xmlSchemaWhitespaceValueType ws, int normOnTheFly, int applyNorm, int createStringValue) argument
3333 xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val, xmlNodePtr node) argument
3354 xmlSchemaValPredefTypeNodeNoNorm(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val, xmlNodePtr node) argument
3373 xmlSchemaValidatePredefinedType(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val) argument
4982 xmlSchemaNormLen(const xmlChar *value) argument
5051 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
5106 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaTypeType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5220 xmlSchemaValidateLengthFacet(xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length) argument
5249 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5275 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5494 xmlSchemaValidateFacet(xmlSchemaTypePtr base, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val) argument
5533 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/
H A Dtestacl2.c33 char value[1024]; local
45 ret = smbc_getxattr(argv[1], the_acl, value, sizeof(value));
53 printf("Attributes for [%s] are:\n%s\n", argv[1], value);
58 ret = smbc_setxattr(argv[1], the_acl, value, strlen(value), flags);
69 ret = smbc_setxattr(argv[1], the_acl, value, strlen(value), flags);

Completed in 146 milliseconds

1234567891011>>