Searched refs:intent (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/copyfile-103.92.1/
H A Dxattr_properties.c78 * CopyOperationProperties_t type), and an intent, determine if
87 CopyOperationIntent_t intent; member in struct:divineIntent
255 * given intent.
260 * CopyOperationProperties_t for the EA with the intent. If the
266 _PreserveEA(const char *eaname, CopyOperationIntent_t intent) argument
278 for (ip = intentTable; ip->intent; ip++) {
279 if (ip->intent == intent) {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dmessage.h261 dns_message_create(isc_mem_t *mctx, unsigned int intent, dns_message_t **msgp);
274 *\li 'intent' must be one of DNS_MESSAGE_INTENTPARSE or
287 dns_message_reset(dns_message_t *msg, unsigned int intent);
297 * The intended next use of the message will be 'intent'.
303 *\li 'intent' is DNS_MESSAGE_INTENTPARSE or DNS_MESSAGE_INTENTRENDER
610 *\li 'msg' be a valid message with rendering intent.
995 *\li 'msg' is a valid message with parsing intent, and contains a query.
999 *\li The message will have a rendering intent. If 'want_question_section'
1040 *\li 'msg' is a valid message with rendering intent
1088 *\li 'msg' is a valid message with rendering intent,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/png/
H A Dpng.c276 int intent; local
356 if (png_get_sRGB && png_get_sRGB(png_ptr, info_ptr, &intent)) {
357 png_set_sRGB(png_ptr, info_ptr, intent);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dexample.c261 int intent;
263 if (png_get_sRGB(png_ptr, info_ptr, &intent))
H A Dpngset.c493 png_set_sRGB(png_structp png_ptr, png_infop info_ptr, int intent) argument
500 info_ptr->srgb_intent = (png_byte)intent;
506 int intent)
528 png_set_sRGB(png_ptr, info_ptr, intent);
505 png_set_sRGB_gAMA_and_cHRM(png_structp png_ptr, png_infop info_ptr, int intent) argument
H A Dpngtest.c919 int intent; local
921 if (png_get_sRGB(read_ptr, read_info_ptr, &intent))
922 png_set_sRGB(write_ptr, write_info_ptr, intent);
H A Dpng.h690 png_byte srgb_intent PNG_DEPSTRUCT; /* sRGB rendering intent
2360 png_infop info_ptr, int *intent));
2365 png_infop info_ptr, int intent));
2367 png_infop info_ptr, int intent));
H A Dpngrutil.c930 int intent; local
965 intent = buf[0];
966 /* Check for bad intent */
967 if (intent >= PNG_sRGB_INTENT_LAST)
969 png_warning(png_ptr, "Unknown sRGB intent");
1020 png_set_sRGB_gAMA_and_cHRM(png_ptr, info_ptr, intent);
H A Dpngpriv.h382 int intent));
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A DjpegDisplay.pl211 The intent of this script is to show the user how to retrieve and
H A DjpegLoad.pl224 The intent of this script is to show the user how to load a
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWKFullScreenWindowController.mm194 CGColorRenderingIntent intent = CGImageGetRenderingIntent(sourceImage);
196 return adoptCF(CGImageCreate(width, height, bitsPerComponent, bitsPerPixel, bytesPerRow, colorSpace, bitmapInfo, provider.get(), 0, shouldInterpolate, intent));
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dxmlcomplete.vim152 let intent = map(copy(entdecl), 'matchstr(v:val, "<!ENTITY\\s\\+\\zs\\(\\k\\|[.-:]\\)\\+\\ze")')
153 let values = intent + values
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dmessage.c707 dns_message_create(isc_mem_t *mctx, unsigned int intent, dns_message_t **msgp) argument
717 REQUIRE(intent == DNS_MESSAGE_INTENTPARSE
718 || intent == DNS_MESSAGE_INTENTRENDER);
730 m->from_to_wire = intent;
795 dns_message_reset(dns_message_t *msg, unsigned int intent) { argument
797 REQUIRE(intent == DNS_MESSAGE_INTENTPARSE
798 || intent == DNS_MESSAGE_INTENTRENDER);
801 msg->from_to_wire = intent;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libpng/
H A DpngtclDecls.h512 int *intent);
515 int intent);
518 png_infop info_ptr, int intent);
705 PNG_IMPEXP void png_write_sRGB(png_structp png_ptr, int intent);
1168 png_uint_32 (*png_get_sRGBPtr) (png_structp png_ptr, png_infop info_ptr, int *intent); /* 152 */
1169 void (*png_set_sRGBPtr) (png_structp png_ptr, png_infop info_ptr, int intent); /* 153 */
1170 void (*png_set_sRGB_gAMA_and_cHRMPtr) (png_structp png_ptr, png_infop info_ptr, int intent); /* 154 */
1233 void (*png_write_sRGBPtr) (png_structp png_ptr, int intent); /* 217 */
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dora.vim300 syn keyword oraValue always default intent disable dml plsql temp_disable
H A Dfortran.vim221 syn keyword fortranStructure private public intent optional
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect/lib/Lingua/EN/
H A DInflect.pm2553 are complex and often depend more on I<intent> rather than I<content>.
2577 Another context in which intent (and not content) sometimes determines
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm2938 are complex and often depend more on I<intent> rather than I<content>.
2962 Another context in which intent (and not content) sometimes determines
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm1231 This module is similar in intent to B<Tree::Simple>. It implements a tree
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm1231 This module is similar in intent to B<Tree::Simple>. It implements a tree
/macosx-10.9.5/emacs-92/emacs/src/
H A Dimage.c6249 int intent;
6252 if (png_get_sRGB (png_ptr, info_ptr, &intent))
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy1255 The intent is to avoid clobbering existing hand-written side comments
/macosx-10.9.5/cups-372.4/cups/test/
H A Dipp-everywhere.test121 EXPECT print-rendering-intent-default OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "/^(auto|absolute|perceptual|relative|relative-bpc|saturation)$/"
122 EXPECT print-rendering-intent-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-ALL-VALUES "/^(auto|absolute|perceptual|relative|relative-bpc|saturation)$/"
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex29 % restriction. (This has been our intent since Texinfo was invented.)

Completed in 505 milliseconds

12