Searched refs:keyword (Results 1 - 25 of 682) sorted by last modified time

1234567891011>>

/macosx-10.9.5/CF-855.17/
H A DCFLocale.c864 static bool __CFLocaleCopyICUKeyword(CFLocaleRef locale, bool user, CFTypeRef *cf, CFStringRef context, const char *keyword) argument
872 if (uloc_getKeywordValue(localeID, keyword, value, sizeof(value)/sizeof(char), &icuStatus) > 0 && U_SUCCESS(icuStatus))
883 static bool __CFLocaleCopyICUCalendarID(CFLocaleRef locale, bool user, CFTypeRef *cf, CFStringRef context, const char *keyword) { argument
888 UEnumeration *en = ucal_getKeywordValuesForLocale(keyword, localeID, TRUE, &icuStatus);
1165 static bool __CFLocaleICUKeywordValueName(const char *locale, const char *value, const char *keyword, CFStringRef *out) { argument
1173 strlcat(lid, keyword, sizeof(lid));
1176 size = uloc_getDisplayKeywordValue(lid, keyword, locale, name, kMaxICUNameSize, &icuStatus);
H A DCFLocaleIdentifier.c1741 const char * keyword; local
1743 char value[ULOC_KEYWORDS_CAPACITY]; // use as max for keyword value
1745 keyword = uenum_next(uenum, &length, &uerr);
1746 if ( keyword == NULL ) {
1749 length = uloc_getKeywordValue( keyValueString, keyword, value, sizeof(value), &uerr );
1750 length = uloc_setKeywordValue( keyword, value, inLocaleString, locStringMaxLen, &uerr );
2120 // Get the value for this keyword
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp3208 // If the font uses a keyword size, then we refetch from the table rather than
3344 // factors for each keyword value.
3347 float StyleResolver::fontSizeForKeyword(Document* document, int keyword, bool shouldUseFixedDefaultSize) argument
3358 int col = (keyword - CSSValueXxSmall);
3364 return max(fontSizeFactors[keyword - CSSValueXxSmall]*mediumSize, minLogicalSize);
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dipp.c980 * "spool-area-full" keyword...
2490 const char *keyword; /* PWG keyword */ local
2574 (keyword = cupsGetOption("job-password", num_options,
2578 keyword, strlen(keyword));
2580 if ((keyword = cupsGetOption("job-password-encryption", num_options,
2582 keyword = "none";
2585 "job-password-encryption", NULL, keyword);
2590 if ((keyword
[all...]
H A Dsnmp-supplies.c74 const char *keyword; /* IPP printer-state-reasons keyword */ member in struct:__anon7180
354 supply_states[i].keyword);
395 printer_states[i].keyword);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcalendar.cpp203 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) { argument
207 ECalType calType = getCalendarType(keyword);
253 // when calendar keyword is not available or not supported, read supplementalData
380 // char keyword[ULOC_FULLNAME_CAPACITY];
381 // getCalendarKeyword(id, keyword, (int32_t)sizeof(keyword));
382 // return isStandardSupportedKeyword(keyword, status);
410 char keyword[ULOC_FULLNAME_CAPACITY]; local
414 getCalendarKeyword(str, keyword, (int32_t) sizeof(keyword));
912 char keyword[ULOC_FULLNAME_CAPACITY]; local
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c1929 * Name or keyword values...
2641 cups_option_t *keyword; /* Current keyword */ local
2698 for (i = num_keywords, keyword = keywords; i > 0; i --, keyword ++)
2700 cupsdLogMessage(CUPSD_LOG_DEBUG, "*%s: %s", keyword->name, keyword->value);
2701 cupsFilePrintf(dst, "*%s: %s\n", keyword->name, keyword->value);
3630 const char *resptr; /* Pointer into resolution keyword */
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_super.rb10 def keyword(**a) a end method in class:TestSuper.Base
55 def keyword(foo: "keyword1") super end method in class:TestSuper.Keyword1
58 def keyword(foo: "keyword2") method in class:TestSuper.Keyword1.Keyword2
129 assert_equal({foo: "keyword1"}, Keyword1.new.keyword)
131 assert_equal({foo: bug8008}, Keyword1.new.keyword(foo: bug8008))
134 assert_equal([{foo: "changed1"}, {foo: "changed2"}], Keyword2.new.keyword)
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dresolv.rb903 keyword, *args = line.split(/\s+/)
907 next unless keyword
908 case keyword
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dadmin.c3124 keyword[1024], /* Keyword from Default line */ local
3125 *keyptr; /* Pointer into keyword... */
3213 if ((var = cgiGetVariable(option->keyword)) != NULL)
3216 ppdMarkOption(ppd, option->keyword, var);
3217 fprintf(stderr, "DEBUG: Set %s to %s...\n", option->keyword, var);
3220 fprintf(stderr, "DEBUG: Didn't find %s...\n", option->keyword);
3326 cgiSetArray("ckeyword", k, option->keyword);
3352 if (!strcmp(option->keyword, "PageRegion"))
3375 if (!strcmp(option->keyword, "PageRegion") || option->num_choices < 2)
3378 cgiSetVariable("KEYWORD", option->keyword);
3949 char keyword[256]; /* Parameter name */ local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dpwg-media.c283 pwgFormatSizeName(char *keyword, /* I - Keyword buffer */ argument
284 size_t keysize, /* I - Size of keyword buffer */
301 DEBUG_printf(("pwgFormatSize(keyword=%p, keysize=" CUPS_LLFMT
303 "units=\"%s\")", keyword, CUPS_LLCAST keysize, prefix, name,
306 if (keyword)
307 *keyword = '\0';
309 if (!keyword || keysize < 32 || width < 0 || length < 0 ||
395 snprintf(keyword, keysize, "%s_%s_%s", prefix, name, usize);
401 void _pwgGenerateSize(char *keyword, size_t keysize, const char *prefix, argument
403 { pwgFormatSizeName(keyword, keysiz
[all...]
H A Dpwg-private.h52 extern void _pwgGenerateSize(char *keyword, size_t keysize,
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dlpadmin.c1257 keyword[1024], /* Keyword from Default line */ local
1258 *keyptr, /* Pointer into keyword... */
1265 int wrote_ipp_supplies = 0, /* Wrote cupsIPPSupplies keyword? */
1266 wrote_snmp_supplies = 0;/* Wrote cupsSNMPSupplies keyword? */
1382 strlcpy(keyword, line + 8, sizeof(keyword));
1384 for (keyptr = keyword; *keyptr; keyptr ++)
1392 if (!strcmp(keyword, "PageRegion") ||
1393 !strcmp(keyword, "PageSize") ||
1394 !strcmp(keyword, "PaperDimensio
[all...]
/macosx-10.9.5/cups-372.4/cups/test/
H A D4.2-cups-printer-ops.test109 ATTR keyword notify-events printer-added,printer-modified,printer-deleted
H A D4.3-job-ops.test172 ATTR keyword job-hold-until weekend
245 ATTR keyword job-hold-until indefinite
314 ATTR keyword requested-attributes all
H A D4.4-subscription-ops.test23 ATTR keyword notify-events printer-state-changed
78 ATTR keyword notify-events printer-state-changed
83 ATTR keyword notify-events printer-config-changed
140 ATTR keyword notify-events printer-state-changed
H A Dcancel-current-job.test35 ATTR keyword requested-attributes job-id,job-state
H A Dcreate-printer-subscription.test36 ATTR keyword notify-events printer-config-changed,printer-state-changed
61 ATTR keyword notify-pull-method ippget
62 ATTR keyword notify-events printer-config-changed,printer-state-changed
H A Dget-completed-jobs.test33 ATTR keyword which-jobs completed
34 ATTR keyword requested-attributes
H A Dget-jobs.test33 ATTR keyword requested-attributes
H A Dget-notifications.test38 EXPECT notify-event OF-TYPE keyword
H A Dipp-1.1.test152 ATTR keyword compression none
167 EXPECT job-state-reasons OF-TYPE keyword IN-GROUP job-attributes-tag
187 ATTR keyword compression none
251 EXPECT ?job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
252 EXPECT ?job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE no-hold
257 EXPECT ?job-sheets-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag
258 EXPECT ?job-sheets-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE none
259 EXPECT ?media-default OF-TYPE no-value|keyword|name IN-GROUP printer-attributes-tag COUNT 1
260 EXPECT ?media-ready OF-TYPE keyword|name IN-GROUP printer-attributes-tag
261 EXPECT ?media-supported OF-TYPE keyword|nam
[all...]
H A Dipp-2.0.test53 EXPECT media-default OF-TYPE no-value|keyword|name IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "$MEDIA_REGEX"
54 EXPECT ?media-ready OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDIA_REGEX"
55 EXPECT media-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDIA_REGEX"
58 EXPECT output-bin-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
59 EXPECT output-bin-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag
64 EXPECT sides-default OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1 WITH-ALL-VALUES "/^(one-sided|two-sided-long-edge|two-sided-short-edge)$$/"
65 EXPECT sides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-ALL-VALUES "/^(one-sided|two-sided-long-edge|two-sided-short-edge)$$/"
70 EXPECT ?media-col-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
86 EXPECT media-back-coating-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag IF-DEFINED HAVE_MEDIA_BACK_COATING
87 EXPECT media-color-supported OF-TYPE keyword|nam
[all...]
H A Dipp-2.1.test40 EXPECT job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
41 EXPECT job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE no-hold
44 EXPECT job-settable-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
45 EXPECT job-sheets-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag
46 EXPECT job-sheets-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE none
48 EXPECT media-col-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
50 EXPECT media-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
51 EXPECT media-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag
54 EXPECT notify-events-default OF-TYPE keyword IN-GROUP printer-attributes-tag
55 EXPECT notify-events-supported OF-TYPE keyword I
[all...]
H A Dipp-2.2.test42 EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "document-numbers"
43 EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "pages"
47 EXPECT job-creation-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
56 EXPECT which-jobs-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "completed"
57 EXPECT which-jobs-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "proof-print"
58 EXPECT which-jobs-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "not-completed"

Completed in 239 milliseconds

1234567891011>>