Home
last modified time | relevance | path

Searched refs:_elgg_is_valid_options_for_batch_operation (Results 1 – 5 of 5) sorted by relevance

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/integration/Elgg/Integration/
H A DElggCoreMetastringsTest.php218 $this->assertFalse(_elgg_is_valid_options_for_batch_operation($options, $type));
222 $this->assertFalse(_elgg_is_valid_options_for_batch_operation($options, $type));
228 …$this->assertFalse(_elgg_is_valid_options_for_batch_operation($options, $type), "Sent $key = ELGG_…
231 …$this->assertFalse(_elgg_is_valid_options_for_batch_operation($options, $type), "Sent $key = ELGG_…
234 …$this->assertFalse(_elgg_is_valid_options_for_batch_operation($options, $type), "Sent $key = bool …
237 …$this->assertTrue(_elgg_is_valid_options_for_batch_operation($options, $type), "Sent $key = bool t…
240 …$this->assertTrue(_elgg_is_valid_options_for_batch_operation($options, $type), "Sent $key = 'test'…
243 …$this->assertTrue(_elgg_is_valid_options_for_batch_operation($options, $type), "Sent $key = array(…
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Database/
H A DAnnotationsTable.php299 if (!_elgg_is_valid_options_for_batch_operation($options, 'annotation')) {
333 if (!_elgg_is_valid_options_for_batch_operation($options, 'annotation')) {
371 if (!_elgg_is_valid_options_for_batch_operation($options, 'annotation')) {
H A DMetadataTable.php435 if (!_elgg_is_valid_options_for_batch_operation($options, 'metadata')) {
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/lib/
H A Driver.php214 if (!_elgg_is_valid_options_for_batch_operation($options, 'river')) {
H A Delgglib.php1191 function _elgg_is_valid_options_for_batch_operation($options, $type) { function