Searched refs:identifiers (Results 1 - 25 of 48) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DGroupToolbarItem.h32 - (void) setIdentifiers: (NSArray *) identifiers;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dac-data.c54 check_sexp_conversion (gcry_ac_data_t data, const char **identifiers) argument
64 err = gcry_ac_data_to_sexp (data, &sexp, identifiers);
68 err = gcry_ac_data_from_sexp (&data2, sexp, identifiers);
97 const char *identifiers[] = { "foo", local
123 check_sexp_conversion (data, identifiers);
133 check_sexp_conversion (data, identifiers);
153 check_sexp_conversion (data, identifiers);
174 check_sexp_conversion (data, identifiers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dac-data.c54 check_sexp_conversion (gcry_ac_data_t data, const char **identifiers) argument
64 err = gcry_ac_data_to_sexp (data, &sexp, identifiers);
68 err = gcry_ac_data_from_sexp (&data2, sexp, identifiers);
97 const char *identifiers[] = { "foo", local
123 check_sexp_conversion (data, identifiers);
133 check_sexp_conversion (data, identifiers);
153 check_sexp_conversion (data, identifiers);
174 check_sexp_conversion (data, identifiers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexLout.cxx202 "Predefined identifiers",
H A DLexFortran.cxx425 "Primary keywords and identifiers",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstdbtnsz.tex42 Adds a button to the wxStdDialogButtonSizer. The button must have one of the following identifiers:
65 Sets the affirmative button for the sizer. This allows you to use identifiers other than the standard identifiers outlined above.
71 Sets the cancel button for the sizer. This allows you to use identifiers other than the standard identifiers outlined above.
77 Sets the negative button for the sizer. This allows you to use identifiers other than the standard identifiers outlined above.
H A Dstdevtid.tex1 \section{Standard event identifiers}\label{stdevtid}
18 wxWidgets also defines a few standard command identifiers which may be used by
20 identifiers are all in the range between {\tt wxID\_LOWEST} and
H A Dhprovcnt.tex4 both context identifiers and plain text help strings. If the help text is an integer,
H A Dtevent.tex292 \subsection{Window identifiers}\label{windowids}
294 \index{identifiers}\index{wxID}Window identifiers are integers, and are used to
296 for other purposes). In fact, identifiers do not need to be unique
308 as well. The automatically generated identifiers are always negative and so
309 will never conflict with the user-specified identifiers which must be always
312 The following standard identifiers are supplied. You can use wxID\_HIGHEST to
313 determine the number above which it is safe to define your own identifiers. Or,
314 you can use identifiers below wxID\_LOWEST.
512 but responds to a range of window identifiers
[all...]
H A Dcmdevent.tex24 of window identifiers, supplying the minimum and maximum window identifiers,
68 for a range of identifiers. Pass the ids of the tools.}
H A Dlangcodes.tex1 \section{Language identifiers}\label{languagecodes}
14 \twocolitem{wxLANGUAGE\_USER\_DEFINED}{user defined languages' integer identifiers should start from this}
H A Drichtextformattingdialog.tex247 Enumerate all available page identifiers.
253 Gets the number of available page identifiers.
H A Drichtextheaderfooterdata.tex30 These are the header and footer page identifiers, passed to functions such as SetFooterText to specify
41 These are the location identifiers for passing to functions such as SetFooterText, to specify
H A Dtdocview.tex73 the wxWidgets \helpref{predefined command identifiers}{predefinedids} in your menus.
277 The filenames are appended using menu identifiers in the range
280 In order to respond to a file load command from one of these identifiers,
304 \subsection{wxWidgets predefined command identifiers}\label{predefinedids}
307 document/view framework, several command identifiers are predefined for you
H A Ddataform.tex42 are identified by their names (strings) and not numeric identifiers. Although
H A Djoyevent.tex85 Returns the down state of the buttons. This is a bitlist of wxJOY\_BUTTONn identifiers, where
H A Djoystick.tex39 A bitlist of wxJOY\_BUTTONn identifiers, where n is 1, 2, 3 or 4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dapibuild.py185 self.identifiers = {}
201 d = self.identifiers[name]
205 self.identifiers[name] = d
223 d = self.identifiers[name]
227 self.identifiers[name] = d
270 self.identifiers[id] = idx.functions[id]
283 self.identifiers[id] = idx.variables[id]
290 self.identifiers[id] = idx.structs[id]
297 self.identifiers[id] = idx.typedefs[id]
314 self.identifiers[i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py185 self.identifiers = {}
201 d = self.identifiers[name]
205 self.identifiers[name] = d
223 d = self.identifiers[name]
227 self.identifiers[name] = d
270 self.identifiers[id] = idx.functions[id]
283 self.identifiers[id] = idx.variables[id]
290 self.identifiers[id] = idx.structs[id]
297 self.identifiers[id] = idx.typedefs[id]
314 self.identifiers[i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dac.c493 stored in SEXP, according to the identifiers contained in
497 const char **identifiers)
521 if (identifiers)
522 while (identifiers[i])
525 sexp_buffer_n += 1 + strlen (identifiers[i]) + 1;
531 /* If there are NO identifiers, we still add surrounding braces so
562 /* Add identifiers: (<IDENTIFIER0>(<IDENTIFIER1>...)). */
568 identifiers[i]);
623 S-Expression SEXP, according to the identifiers contained in
627 const char **identifiers)
494 _gcry_ac_data_to_sexp(gcry_ac_data_t data, gcry_sexp_t *sexp, const char **identifiers) argument
624 _gcry_ac_data_from_sexp(gcry_ac_data_t *data_set, gcry_sexp_t sexp, const char **identifiers) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c493 stored in SEXP, according to the identifiers contained in
497 const char **identifiers)
521 if (identifiers)
522 while (identifiers[i])
525 sexp_buffer_n += 1 + strlen (identifiers[i]) + 1;
531 /* If there are NO identifiers, we still add surrounding braces so
562 /* Add identifiers: (<IDENTIFIER0>(<IDENTIFIER1>...)). */
568 identifiers[i]);
623 S-Expression SEXP, according to the identifiers contained in
627 const char **identifiers)
494 _gcry_ac_data_to_sexp(gcry_ac_data_t data, gcry_sexp_t *sexp, const char **identifiers) argument
624 _gcry_ac_data_from_sexp(gcry_ac_data_t *data_set, gcry_sexp_t sexp, const char **identifiers) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dresource.h145 wxHashTable identifiers; member in class:wxResourceTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dvisibility.c984 const char **identifiers)
986 return _gcry_ac_data_to_sexp (data, sexp, identifiers);
991 const char **identifiers)
993 return _gcry_ac_data_from_sexp (data, sexp, identifiers);
983 gcry_ac_data_to_sexp(gcry_ac_data_t data, gcry_sexp_t *sexp, const char **identifiers) argument
990 gcry_ac_data_from_sexp(gcry_ac_data_t *data, gcry_sexp_t sexp, const char **identifiers) argument
H A Dvisibility.h259 const char **identifiers);
261 const char **identifiers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.c984 const char **identifiers)
986 return _gcry_ac_data_to_sexp (data, sexp, identifiers);
991 const char **identifiers)
993 return _gcry_ac_data_from_sexp (data, sexp, identifiers);
983 gcry_ac_data_to_sexp(gcry_ac_data_t data, gcry_sexp_t *sexp, const char **identifiers) argument
990 gcry_ac_data_from_sexp(gcry_ac_data_t *data, gcry_sexp_t sexp, const char **identifiers) argument

Completed in 105 milliseconds

12