Search for gd_

  1. Search 9.5.x for gd_
  2. Search 8.9.x for gd_
  3. Search 10.3.x for gd_
  4. Search 11.x for gd_
  5. Other projects
Title Object type File name Summary
FieldAttachStorageTestCase::testFieldAttachSaveMissingData function modules/field/tests/field.test Tests insert and update with missing or NULL fields.
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue function modules/field/tests/field.test Test insert with missing or NULL fields, with default value.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData function modules/field/modules/field_sql_storage/field_sql_storage.test Tests insert and update with missing or NULL fields.
image.gd.inc file modules/system/image.gd.inc GD2 toolkit for image manipulation within Drupal.
ImageToolkitGdTestCase class modules/simpletest/tests/image.test Test the core GD image manipulation functions.
ImageToolkitGdTestCase::$black property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$blue property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$fuchsia property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$green property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$height property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$red property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$rotate_transparent property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$transparent property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$white property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$width property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::$yellow property modules/simpletest/tests/image.test
ImageToolkitGdTestCase::colorsAreEqual function modules/simpletest/tests/image.test Function to compare two colors by RGBa.
ImageToolkitGdTestCase::getInfo function modules/simpletest/tests/image.test
ImageToolkitGdTestCase::getPixelColor function modules/simpletest/tests/image.test Function for finding a pixel's RGBa values.
ImageToolkitGdTestCase::testManipulations function modules/simpletest/tests/image.test Since PHP can't visually check that our images have been manipulated
properly, build a list of expected color values for each of the corners and
the expected height and widths for the final images.
ImageToolkitGdTestCase::testTransparentColorOutOfRange function modules/simpletest/tests/image.test Tests loading an image whose transparent color index is out of range.
image_gd_check_settings function modules/system/image.gd.inc Verify GD2 settings (that the right version is actually installed).
image_gd_create_tmp function modules/system/image.gd.inc Create a truecolor image preserving transparency from a provided image.
image_gd_crop function modules/system/image.gd.inc Crop an image using the GD toolkit.
image_gd_desaturate function modules/system/image.gd.inc Convert an image resource to grayscale.
image_gd_get_info function modules/system/image.gd.inc Get details about an image.
image_gd_load function modules/system/image.gd.inc GD helper function to create an image resource from a file.
image_gd_resize function modules/system/image.gd.inc Scale an image to the specified size using GD.
image_gd_rotate function modules/system/image.gd.inc Rotate an image the given number of degrees.
image_gd_save function modules/system/image.gd.inc GD helper to write an image resource to a destination file.
image_gd_settings function modules/system/image.gd.inc Retrieve settings for the GD2 toolkit.
image_gd_settings_validate function modules/system/image.gd.inc Validate the submitted GD settings.
RdfMappingDefinitionTestCase class modules/rdf/rdf.test
RdfMappingDefinitionTestCase::getInfo function modules/rdf/rdf.test
RdfMappingDefinitionTestCase::setUp function modules/rdf/rdf.test Sets up a Drupal site for running functional and integration tests.
RdfMappingDefinitionTestCase::testAttributesInMarkup1 function modules/rdf/rdf.test Create a node of type blog and test whether the RDF mapping defined for
this node type in rdf_test.module is used in the node page.
RdfMappingDefinitionTestCase::testAttributesInMarkup2 function modules/rdf/rdf.test Create a content type and a node of type test_bundle_hook_install and test
whether the RDF mapping defined in rdf_test.install is used.
RdfMappingDefinitionTestCase::testAttributesInMarkup3 function modules/rdf/rdf.test Create a random content type and node and ensure the default mapping for
node is used.
RdfMappingDefinitionTestCase::testTaxonomyTermRdfaAttributes function modules/rdf/rdf.test Creates a random term and ensures the right RDFa markup is used.
RdfMappingDefinitionTestCase::testUserAttributesInMarkup function modules/rdf/rdf.test Create a random user and ensure the default mapping for user is used.
SimpleTestMissingDependentModuleUnitTest class modules/simpletest/simpletest.test Test required modules for tests.
SimpleTestMissingDependentModuleUnitTest::getInfo function modules/simpletest/simpletest.test
SimpleTestMissingDependentModuleUnitTest::testFail function modules/simpletest/simpletest.test Ensure that this test will not be loaded despite its dependency.
UserPictureTestCase::testWithGDinvalidDimension function modules/user/user.test Do the test:
GD Toolkit is installed
Picture has invalid dimension
UserPictureTestCase::testWithGDinvalidSize function modules/user/user.test Do the test:
GD Toolkit is installed
Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidDimension function modules/user/user.test Do the test:
GD Toolkit is not installed
Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidSize function modules/user/user.test Do the test:
GD Toolkit is not installed
Picture has invalid size

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.