OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interpret_text
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickCore/
delegate.c
899
*
interpret_text
,
local
[
all
...]
property.c
3318
*
interpret_text
;
local
[
all
...]
/external/ImageMagick/ImageMagick/api/
property.html
295
<p>if ((*p == '@') && (IsPathAccessible(p+1) != MagickFalse)) { /* handle a '@' replace string from file */
interpret_text
=FileToString(p+1,~0UL,exception); if (
interpret_text
!= (char *) NULL) return(
interpret_text
); }</p>
/external/ImageMagick/www/api/
property.php
295
<p>if ((*p == '@') && (IsPathAccessible(p+1) != MagickFalse)) { /* handle a '@' replace string from file */
interpret_text
=FileToString(p+1,~0UL,exception); if (
interpret_text
!= (char *) NULL) return(
interpret_text
); }</p>
Completed in 73 milliseconds