updateProfile.noParser parameter
Use the updateProfile.noParser parameter to set or query whether the updateProfile command should set a document parser.
Availability
query command
set command
current parameter
default parameter
install parameter
Scope
updateProfile.noParser is scoped to the current view.
current.updateProfile.noParser is scoped to the current view.
default.updateProfile.noParser is globally scoped.
install.updateProfile.noParser is globally scoped.
Syntax
query updateProfile.noParser set updateProfile.noParser [ default | on | off ] query current.updateProfile.noParser query default.updateProfile.noParser set default.updateProfile.noParser [ install | on | off ] query install.updateProfile.noParser
Parameters
default If you specify the default parameter for the set updateProfile.noParser command, the current view will use the value of default.updateProfile.noParser to determine if the updateProfile command should set a parser. on If you specify the on parameter for the set updateProfile.noParser command, the updateProfile command will not set a parser for the current view. If you specify the on parameter for the set default.updateProfile.noParser command, the updateProfile command will not set a parser for all of the document views that have updateProfile.noParser set to default. off If you specify the off parameter for the set updateProfile.noParser command, the updateProfile command will attempt to set a parser for the current view. If you specify the off parameter for the set default.updateProfile.noParser command, the updateProfile command attempt to set a parser for all of the document views that have updateProfile.noParser set to default. install If you specify the install parameter for the set default.updateProfile.noParser command, all document views that have updateProfile.noParser set to default will use the value of install.updateProfile.noParser to determine whether the updateProfile command should attempt to set a parser.
Description
If you do not specify any of the parameters for the set updateProfile.noParser command, default is assumed. If you do not specify any of the parameters for the set default.updateProfile.noParser command, install is assumed.
The query current.updateProfile.noParser command returns on if, for the current view, the updateProfile command will attempt to set a parser or off if, for the current view, the updateProfile command will not set a parser.
Examples
query updateProfile.noParser set updateProfile.noParser off query current.updateProfile.noParser query default.updateProfile.noParser set default.updateProfile.noParser on query install.updateProfile.noParser
updateProfile command
query command
set command
current parameter
default parameter
install parameter
parser parameter
updateProfile.parser parameter