Uses of Class
com.caucho.quercus.env.BooleanValue

Packages that use BooleanValue
com.caucho.quercus.env   
com.caucho.quercus.lib.curl   
com.caucho.quercus.lib.i18n   
com.caucho.quercus.lib.xml   
com.caucho.quercus.module   
 

Uses of BooleanValue in com.caucho.quercus.env
 

Fields in com.caucho.quercus.env declared as BooleanValue
static BooleanValue BooleanValue.FALSE
           
static BooleanValue BooleanValue.TRUE
           
 

Methods in com.caucho.quercus.env that return BooleanValue
static BooleanValue BooleanValue.create(boolean value)
           
 

Uses of BooleanValue in com.caucho.quercus.lib.curl
 

Methods in com.caucho.quercus.lib.curl that return BooleanValue
static BooleanValue CurlModule.curl_setopt_array(Env env, CurlResource curl, ArrayValue options)
          Sets an array of options.
static BooleanValue CurlModule.curl_setopt(Env env, CurlResource curl, int option, Value value)
          Sets a cURL option.
 

Uses of BooleanValue in com.caucho.quercus.lib.i18n
 

Methods in com.caucho.quercus.lib.i18n that return BooleanValue
static BooleanValue UnicodeModule.iconv_set_encoding(Env env, java.lang.String type, StringValue charset)
          Sets the current encoding.
static BooleanValue MbstringModule.mb_ereg_match(Env env, UnicodeEreg ereg, StringValue string, java.lang.String option)
          Returns true if pattern matches a part of string.
static BooleanValue MbstringModule.mb_ereg_search_init(Env env, StringValue string, Value rawRegexp, Value option)
          Initializes a ereg state object.
static BooleanValue MbstringModule.mb_ereg_search_setpos(Env env, int position)
          Sets the position of the ereg state object.
static BooleanValue MbstringModule.mb_ereg_search(Env env, Value rawRegexp, Value option)
          Returns whether or not pattern matches string.
static BooleanValue MbstringModule.mb_parse_str(Env env, StringValue strValue, Value result)
          Multibyte version of parse_str.
static BooleanValue MbstringModule.mb_send_mail(Env env, StringValue to, StringValue subject, StringValue message, StringValue additionalHeaders, StringValue additionalParameters)
          Multibyte version of mail.
static BooleanValue UnicodeModule.unicode_semantics(Env env)
           
 

Uses of BooleanValue in com.caucho.quercus.lib.xml
 

Methods in com.caucho.quercus.lib.xml that return BooleanValue
 BooleanValue XmlReader.close()
          Closes the reader.
 BooleanValue XmlReader.getParserProperty(int property)
           
 BooleanValue XmlReader.isValid()
           
 BooleanValue XmlReader.lookupNamespace(java.lang.String prefix)
           
 BooleanValue XmlReader.moveToAttribute(java.lang.String name)
           
 BooleanValue XmlReader.moveToAttributeNo(int index)
           
 BooleanValue XmlReader.moveToAttributeNs(java.lang.String localName, java.lang.String namespaceURI)
           
 BooleanValue XmlReader.moveToElement()
           
 BooleanValue XmlReader.moveToFirstAttribute()
           
 BooleanValue XmlReader.moveToNextAttribute()
           
 BooleanValue XmlReader.next(java.lang.String localname)
           
 BooleanValue XmlReader.open(Env env, Path path)
          Opens a stream using the uniform resource locator.
 BooleanValue XmlReader.read(Env env)
          Moves the cursor to the next node.
 BooleanValue XmlReader.setParserProperty(int property, boolean value)
           
 BooleanValue XmlReader.setRelaxNGSchema(java.lang.String filename)
           
 BooleanValue XmlReader.setRelaxNGSchemaSource(java.lang.String source)
           
 BooleanValue XmlReader.XML(java.lang.String source)
           
 

Uses of BooleanValue in com.caucho.quercus.module
 

Methods in com.caucho.quercus.module that return BooleanValue
 BooleanValue IniDefinition.getAsBooleanValue(Env env)
           
 BooleanValue IniDefinition.getAsBooleanValue(QuercusContext quercus)