The updateProfile.noParser parameter may be used to query or set if the updateProfile command should set a parser.
query command
set command
current parameter
default parameter
install parameter
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.
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
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 if the updateProfile command should attempt to set a parser. |
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 will return on if, for the current view, the updateProfile command will attempt to set a parser and off if, for the current view, the updateProfile command will not set a parser.
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