Search for operator

  1. Search 6.x-3.x for operator
  2. Other projects
Title Object type File name Summary
ViewsHandlerFilterInOperator class tests/handlers/views_handler_filter_in_operator.test Tests the core views_handler_filter_in_operator handler.
ViewsHandlerFilterInOperator::getGroupedExposedFilters function tests/handlers/views_handler_filter_in_operator.test
ViewsHandlerFilterInOperator::getInfo function tests/handlers/views_handler_filter_in_operator.test
ViewsHandlerFilterInOperator::testFilterInOperatorGroupedExposedSimple function tests/handlers/views_handler_filter_in_operator.test
ViewsHandlerFilterInOperator::testFilterInOperatorSimple function tests/handlers/views_handler_filter_in_operator.test
ViewsHandlerFilterInOperator::testFilterNotInOperatorGroupedExposedSimple function tests/handlers/views_handler_filter_in_operator.test
ViewsHandlerFilterInOperator::viewsData function tests/handlers/views_handler_filter_in_operator.test The views data definition.
ViewsHandlerFilterNumericTest::applyFilterNumericExposedOperator function tests/handlers/views_handler_filter_numeric.test Tests exposed numeric filter with an individual exposed operator.
ViewsHandlerFilterNumericTest::testFilterNumericExposedLimitOperators function tests/handlers/views_handler_filter_numeric.test Tests the limit operators functionality.
ViewsHandlerFilterNumericTest::testFilterNumericExposedOperator function tests/handlers/views_handler_filter_numeric.test Tests exposed numeric filter with exposed operator.
ViewsHandlerFilterTest::testFilterInOperatorUi function tests/views_handler_filter.test Tests "is all of" of filter operation.
ViewsHandlersTest::testFilterInOperatorUi function tests/views_handlers.test
views_handler_argument_numeric::$operator property handlers/views_handler_argument_numeric.inc The operator used for the query: or|and.
views_handler_filter::$no_operator property handlers/views_handler_filter.inc Disable the possibility to use operators.
views_handler_filter::$operator property handlers/views_handler_filter.inc Contains the operator which is used on the query.
views_handler_filter::operator_form function handlers/views_handler_filter.inc Options form subform for setting the operator.
views_handler_filter::operator_options function handlers/views_handler_filter.inc Provide a list of options for the default operator form.
views_handler_filter::operator_submit function handlers/views_handler_filter.inc Perform any necessary changes to the form values prior to storage.
views_handler_filter::operator_validate function handlers/views_handler_filter.inc Validate the operator form.
views_handler_filter::show_operator_form function handlers/views_handler_filter.inc Shortcut to display the operator form.
views_handler_filter_boolean_operator class handlers/views_handler_filter_boolean_operator.inc Simple filter to handle matching of boolean values.
views_handler_filter_boolean_operator.inc file handlers/views_handler_filter_boolean_operator.inc Definition of views_handler_filter_boolean_operator.
views_handler_filter_boolean_operator::$accept_null property handlers/views_handler_filter_boolean_operator.inc Whether to accept NULL as a false value or not.
views_handler_filter_boolean_operator::$always_multiple property handlers/views_handler_filter_boolean_operator.inc Exposed filter options.
views_handler_filter_boolean_operator::$no_operator property handlers/views_handler_filter_boolean_operator.inc Don't display empty space where the operator would be.
views_handler_filter_boolean_operator::admin_summary function handlers/views_handler_filter_boolean_operator.inc Display the filter on the administrative summary.
views_handler_filter_boolean_operator::construct function handlers/views_handler_filter_boolean_operator.inc Views handlers use a special construct function.
views_handler_filter_boolean_operator::expose_options function handlers/views_handler_filter_boolean_operator.inc Provide default options for exposed filters.
views_handler_filter_boolean_operator::get_value_options function handlers/views_handler_filter_boolean_operator.inc Return the possible options for this filter.
views_handler_filter_boolean_operator::operator_form function handlers/views_handler_filter_boolean_operator.inc Options form subform for setting the operator.
views_handler_filter_boolean_operator::option_definition function handlers/views_handler_filter_boolean_operator.inc Information about options for all kinds of purposes will be held here.
views_handler_filter_boolean_operator::query function handlers/views_handler_filter_boolean_operator.inc Add this filter to the query.
views_handler_filter_boolean_operator::value_form function handlers/views_handler_filter_boolean_operator.inc Options form subform for setting options.
views_handler_filter_boolean_operator::value_validate function handlers/views_handler_filter_boolean_operator.inc Validate the options form.
views_handler_filter_boolean_operator_string class handlers/views_handler_filter_boolean_operator_string.inc Simple filter to handle matching of boolean values.
views_handler_filter_boolean_operator_string.inc file handlers/views_handler_filter_boolean_operator_string.inc Definition of views_handler_filter_boolean_operator_string.
views_handler_filter_boolean_operator_string::query function handlers/views_handler_filter_boolean_operator_string.inc Add this filter to the query.
views_handler_filter_equality::operator_options function handlers/views_handler_filter_equality.inc Provide simple equality operator.
views_handler_filter_fields_compare::fields_operator_options function handlers/views_handler_filter_fields_compare.inc Provide a list of all operators.
views_handler_filter_history_user_timestamp::$no_operator property modules/node/views_handler_filter_history_user_timestamp.inc Don't display empty space where the operator would be.
views_handler_filter_in_operator class handlers/views_handler_filter_in_operator.inc Simple filter to handle matching of multiple options using checkboxes.
views_handler_filter_in_operator.inc file handlers/views_handler_filter_in_operator.inc Definition of views_handler_filter_in_operator.
views_handler_filter_in_operator.test file tests/handlers/views_handler_filter_in_operator.test Definition of ViewsHandlerFilterInOperator.
views_handler_filter_in_operator::$value_form_type property handlers/views_handler_filter_in_operator.inc
views_handler_filter_in_operator::$value_options property handlers/views_handler_filter_in_operator.inc Stores all operations which are available on the form.
views_handler_filter_in_operator::accept_exposed_input function handlers/views_handler_filter_in_operator.inc Check to see if input from the exposed filters should change the behavior.
views_handler_filter_in_operator::admin_summary function handlers/views_handler_filter_in_operator.inc Display the filter on the administrative summary.
views_handler_filter_in_operator::construct function handlers/views_handler_filter_in_operator.inc Views handlers use a special construct function.
views_handler_filter_in_operator::expose_form function handlers/views_handler_filter_in_operator.inc Options form subform for exposed filter options.
views_handler_filter_in_operator::expose_options function handlers/views_handler_filter_in_operator.inc Provide default options for exposed filters.