Search for import

  1. Search 9.5.x for import
  2. Search 8.9.x for import
  3. Search 10.3.x for import
  4. Search 11.x for import
  5. Other projects
Title Object type File name Summary
Automatic interface translation import group includes/locale.inc Functions to create batches for importing translations.
css_input_without_import.css file modules/simpletest/files/css_test_files/css_input_without_import.css Basic css that does not use import
css_input_without_import.css.optimized.css file modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
.is
.a
.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo…
css_input_without_import.css.unoptimized.css file modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css Basic css that does not use import
css_input_with_import.css file modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css @import "../import1.css";
@import "../import2.css";

body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170% Verdana, sans-serif;
color: #494949;
}

.this .is .a .test {
font: 1em/100% Verdana, sans-serif;
css_input_with_import.css file modules/simpletest/files/css_test_files/css_input_with_import.css @import url("http://example.com/style.css");
@import url("//example.com/style.css");
@import "import1.css";
@import "import2.css";

body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170%…
css_input_with_import.css.optimized.css file modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data…
css_input_with_import.css.optimized.css file modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css @import url("http://example.com/style.css");@import url("//example.com/style.css");ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data…
css_input_with_import.css.unoptimized.css file modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.css ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(../images/icon.png);}

/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023…
css_input_with_import.css.unoptimized.css file modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css @import url("http://example.com/style.css");
@import url("//example.com/style.css");

ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(images/icon.png);}

/* Test data URI images…
import1.css file modules/simpletest/files/css_test_files/import1.css ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(images/icon.png);}

/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023 */
import2.css file modules/simpletest/files/css_test_files/import2.css p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
ImportOPMLTestCase class modules/aggregator/aggregator.test Tests importing feeds from OPML functionality for the Aggregator module.
ImportOPMLTestCase::getInfo function modules/aggregator/aggregator.test
ImportOPMLTestCase::openImportForm function modules/aggregator/aggregator.test Opens OPML import form.
ImportOPMLTestCase::submitImportForm function modules/aggregator/aggregator.test Submits form with invalid, empty, and valid OPML files.
ImportOPMLTestCase::testOPMLImport function modules/aggregator/aggregator.test Tests the import of an OPML file.
ImportOPMLTestCase::validateImportFormFields function modules/aggregator/aggregator.test Submits form filled with invalid fields.
install_import_locales function includes/install.core.inc Imports languages via a batch process during installation.
install_import_locales_remaining function includes/install.core.inc Installation task; import remaining languages via a batch process.
LOCALE_IMPORT_KEEP constant includes/locale.inc Translation import mode keeping existing translations and only
inserting new strings.
LOCALE_IMPORT_OVERWRITE constant includes/locale.inc Translation import mode overwriting all existing translations
if new translated version available.
NodeSaveTestCase::testImport function modules/node/node.test Checks whether custom node IDs are saved properly during an import operation.
Translation import/export API. group includes/locale.inc Functions to import and export translations.
UserSaveTestCase::testUserImport function modules/user/user.test Test creating a user with arbitrary uid.
_locale_batch_import function includes/locale.inc Implements callback_batch_operation().
_locale_import_append_plural function includes/locale.inc Modify a string to contain proper count indices
_locale_import_message function includes/locale.inc Sets an error message occurred during locale file parsing.
_locale_import_one_string function includes/locale.inc Imports a string into the database
_locale_import_one_string_db function includes/locale.inc Import one string into the database.
_locale_import_parse_arithmetic function includes/locale.inc Parses and sanitizes an arithmetic formula into a PHP expression
_locale_import_parse_header function includes/locale.inc Parses a Gettext Portable Object file header
_locale_import_parse_plural_forms function includes/locale.inc Parses a Plural-Forms entry from a Gettext Portable Object file header
_locale_import_parse_quoted function includes/locale.inc Parses a string in quotes
_locale_import_po function includes/locale.inc Parses Gettext Portable Object file information and inserts into database
_locale_import_read_po function includes/locale.inc Parses Gettext Portable Object file into an array
_locale_import_shorten_comments function includes/locale.inc Generate a short, one string version of the passed comment array
_locale_import_tokenize_formula function includes/locale.inc Backward compatible implementation of token_get_all() for formula parsing

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