Searched refs:keyword (Results 51 - 75 of 137) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-tcl-317 ${XGETTEXT} --add-comments --omit-header --no-location --keyword=_ \
H A Dxgettext-ycp-418 ${XGETTEXT} --add-comments --omit-header --no-location --keyword=_ \
H A Dxgettext-c-1410 // These are recognized as boost-format because of the keyword 'format'.
H A Dxgettext-c-713 /* This is a comment which immediately before a keyword. */
52 #. This is a comment which immediately before a keyword.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DKadFiles.cpp71 bool IdentifyKeyword(const Kademlia::CUInt128& keyID, const wxString& str, wxString& keyword) argument
82 keyword = current_word;
119 wxString keyword; local
120 if (!identified && IdentifyKeyword(keyID, name, keyword)) {
121 cout << "\tKeyword: " << MakePrintableString(keyword) << '\n';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/po/
H A DMakefile.am16 --keyword=tr --flag=tr:1:pass-c-format --flag=tr:1:pass-qt-format \
17 --keyword=translate:2 --flag=translate:2:pass-c-format --flag=translate:2:pass-qt-format \
18 --keyword=QT_TR_NOOP --flag=QT_TR_NOOP:1:pass-c-format --flag=QT_TR_NOOP:1:pass-qt-format \
19 --keyword=QT_TRANSLATE_NOOP:2 --flag=QT_TRANSLATE_NOOP:2:pass-c-format --flag=QT_TRANSLATE_NOOP:2:pass-qt-format \
20 --keyword=_ --flag=_:1:pass-c-format --flag=_:1:pass-qt-format \
21 --keyword=N_ --flag=N_:1:pass-c-format --flag=N_:1:pass-qt-format
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.h50 /* Calling convention for a given keyword. */
62 /* Split keyword spec into keyword, argnum1, argnum2, argnumc. */
66 /* Set of alternative calling conventions for a given keyword. */
69 const char *keyword; /* the keyword, not NUL terminated */ member in struct:callshapes
70 size_t keyword_len; /* the keyword's length */
75 /* Insert a (keyword, callshape) pair into a hash table mapping keyword to
78 const char *keyword, size_
276 const char *keyword; /* the keyword, not NUL terminated */ member in struct:arglist_parser
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dcdjpeg.c116 * Case-insensitive matching of possibly-abbreviated keyword switches.
117 * keyword is the constant keyword (must be lower case already),
122 keymatch (char * arg, const char * keyword, int minchars)
128 if ((ck = *keyword++) == '\0')
129 return FALSE; /* arg longer than keyword, no good */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c55 keyword_t *keyword=NULL;
61 for (keyword = &pptp_domain; keyword; keyword=keyword->next)
63 if (keyword->wildcard == 1)
66 if (p=strcasestr(namebuff,keyword->name))
68 if (*(p+strlen(keyword->name)) == '\0')
71 fprintf(stderr, "wildcard matched %s\n", keyword->name);
76 else if (strcasecmp(namebuff,keyword
114 keyword_t *keyword=NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearchManager.h74 // Will return unique search id, returns zero if already searching for this keyword.
75 static CSearch* PrepareFindKeywords(const wxString& keyword, uint32_t searchTermsDataSize, const uint8_t *searchTermsData, uint32_t searchid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dsearch.h27 #include "keyword-list.h"
50 /* Initializes each keyword's _selchars array. */
52 /* Deletes each keyword's _selchars array. */
70 /* Initializes each keyword's _selchars array. */
92 /* Computes a keyword's hash value, relative to the current _asso_values[],
93 and stores it in keyword->_hash_value. */
94 int compute_hash (KeywordExt *keyword) const;
99 /* Sorts the keyword list by hash value. */
110 /* Maximum length of the longest keyword. */
113 /* Minimum length of the shortest keyword
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dprocps.h52 #warning No restrict keyword?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dconcatdec.c326 uint8_t *cursor, *keyword; local
337 keyword = get_keyword(&cursor);
338 if (!*keyword || *keyword == '#')
341 if (!strcmp(keyword, "file")) {
349 } else if (!strcmp(keyword, "duration")) {
363 } else if (!strcmp(keyword, "stream")) {
366 } else if (!strcmp(keyword, "exact_stream_id")) {
374 } else if (!strcmp(keyword, "ffconcat")) {
384 av_log(avf, AV_LOG_ERROR, "Line %d: unknown keyword '
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dunifdef.c150 * Sometimes when editing a keyword the replacement text is longer, so
180 static char *keyword; /* used for editing #elif's */ variable
379 static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); }
455 size_t size = tline + sizeof(tline) - keyword;
456 char *dst = keyword;
565 keyword = tline + (cp - tline);
567 kwlen = cp - keyword;
568 /* no way can we deal with a continuation inside a keyword */
571 if (strlcmp("ifdef", keyword, kwlen) == 0 ||
572 strlcmp("ifndef", keyword, kwle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexCrontab.cxx36 // this assumes that we have 3 keyword list in conf.properties
38 WordList &keyword = *keywordLists[1]; local
174 // check if the buffer contains a keyword,
175 // and highlight it if it is a keyword...
178 } else if(keyword.InList(buffer)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpdata.h127 // of keyword(s)
136 // Sets the keyword we will be searching for
137 virtual void LookFor(const wxString& keyword, bool case_sensitive, bool whole_words_only);
139 // Scans the stream for the keyword.
140 // Returns true if the stream contains keyword, fALSE otherwise
159 // constructor; supply wxHtmlHelpData ptr, the keyword and (optionally) the
161 wxHtmlSearchStatus(wxHtmlHelpData* base, const wxString& keyword,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dremhelp.h59 bool KeywordSearch(const wxString& keyword);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-debugifc.c120 const char *keyword)
123 if (!keyword) return 0;
124 kl = strlen(keyword);
126 return !memcmp(buf,keyword,kl);
119 debugifc_match_keyword(const char *buf,unsigned int count, const char *keyword) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/po/
H A DMakefile.am15 --keyword=wxGetTranslation:1 --keyword=wxGetTranslation:1,2 \
17 --keyword=wxTRANSLATE --flag=wxTRANSLATE:1:pass-c-format \
18 --keyword=wxPLURAL:1,2 --flag=wxPLURAL:1:pass-c-format --flag=wxPLURAL:2:pass-c-format \
19 --keyword=_ --flag=_:1:pass-c-format \
20 --keyword=N_ --flag=N_:1:pass-c-format
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest-6.exp34 -K, --slot-name=NAME Select name of the keyword component in the keyword
37 Initializers for additional components in the keyword
70 keyword table entries.
103 is useful for certain highly redundant keyword sets.
115 -n, --no-strlen Do not include the length of the keyword when
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_ecommunity.c276 /* "rt" and "soo" keyword parse. */
405 should not include keyword such as "rt" and "soo". Type is
419 When string includes keyword for each extended community value.
434 int keyword = 0;
442 if (! keyword_included || keyword)
448 keyword = 1;
462 if (! keyword)
468 keyword = 0;
433 int keyword = 0; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp871 wxHtmlSearchStatus::wxHtmlSearchStatus(wxHtmlHelpData* data, const wxString& keyword, argument
876 m_Keyword = keyword;
899 m_Engine.LookFor(keyword, case_sensitive, whole_words_only);
971 void wxHtmlSearchEngine::LookFor(const wxString& keyword, bool case_sensitive, bool whole_words_only) argument
975 m_Keyword = keyword;
1058 wxString keyword = m_Keyword; local
1063 keyword.insert( 0, _T(" ") );
1064 keyword.append( _T(" ") );
1070 keyword = CompressSpaces( keyword );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dfiles.c174 /* keyword[14] handler variable address default[20] */
204 for (i = 0; strlen(keywords[i].keyword); i++)
230 for (i = 0; strlen(keywords[i].keyword); i++)
231 if (!strcasecmp(token, keywords[i].keyword))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dfiles.c153 /* keyword[14] handler variable address default[20] */
183 for (i = 0; strlen(keywords[i].keyword); i++)
209 for (i = 0; strlen(keywords[i].keyword); i++)
210 if (!strcasecmp(token, keywords[i].keyword))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el690 ;; start of keyword lines are START-OF-MSGID and START-OF-MSGSTR.
936 ["Prefer keyword" (po-select-mark-and-mark '(nil)) t]
939 ["Mark with keyword" po-select-mark-and-mark t])
1027 (defvar po-msgstr-idx-keyword-regexp
1029 "Regexp matching an indexed msgstr keyword, whether obsolete or not.")
1037 ;; ("^\\(msgctxt \\|msgid \\|msgstr \\)?\"\\|\"$" . font-lock-keyword-face)
1041 . font-lock-keyword-face)
1061 ;; ("^\\(msgid\\|msgstr\\) *\"" nil keyword)
1062 ;; ("^\"\\|\"$" nil keyword))))
2466 STRING is the full quoted msgid field, including the 'msgid' keyword
[all...]

Completed in 180 milliseconds

123456