Archivos

Solapas principales

Nombre de archivoorden descendente Ubicación Namespace Descripción
comment.pages.inc drupal-7.x/modules/comment/comment.pages.inc User page callbacks for the comment module.
comment.test drupal-7.x/modules/comment/comment.test Tests for comment.module.
comment.tokens.inc drupal-7.x/modules/comment/comment.tokens.inc Builds placeholder replacement tokens for comment-related data.
comment.tpl.php drupal-7.x/themes/bartik/templates/comment.tpl.php Bartik's theme implementation for comments.
comment.tpl.php drupal-7.x/themes/garland/comment.tpl.php
comment.tpl.php drupal-7.x/modules/comment/comment.tpl.php Default theme implementation for comments.
comment_hacks.css drupal-7.x/modules/simpletest/files/css_test_files/comment_hacks.css /* * A sample css file, designed to test the effectiveness and stability * of function <code>drupal_load_stylesheet_content()</code>. * */ /* A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful…
comment_hacks.css.optimized.css drupal-7.x/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css .test1{display:block;}html .clear-block{height:1%;}.clear-block{display:block;font:italic bold 12px/30px…
comment_hacks.css.unoptimized.css drupal-7.x/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css /* * A sample css file, designed to test the effectiveness and stability * of function <code>drupal_load_stylesheet_content()</code>. * */ /* A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful…
common.inc drupal-7.x/includes/common.inc Common functions that many Drupal modules will need to reference.
common.test drupal-7.x/modules/simpletest/tests/common.test Tests for common.inc functionality.
common_test.css drupal-7.x/modules/simpletest/tests/common_test.css /* This file is for testing CSS file inclusion, no contents are necessary. */
common_test.info drupal-7.x/modules/simpletest/tests/common_test.info name = "Common Test" description = "Support module for Common tests." package = Testing version = VERSION core = 7.x stylesheets[all][] = common_test.css stylesheets[print][] = common_test.print.css hidden = TRUE
common_test.module drupal-7.x/modules/simpletest/tests/common_test.module Helper module for the Common tests.
common_test.print.css drupal-7.x/modules/simpletest/tests/common_test.print.css /* This file is for testing CSS file inclusion, no contents are necessary. */
common_test_cron_helper.info drupal-7.x/modules/simpletest/tests/common_test_cron_helper.info name = "Common Test Cron Helper" description = "Helper module for CronRunTestCase::testCronExceptions()." package = Testing version = VERSION core = 7.x hidden = TRUE
common_test_cron_helper.module drupal-7.x/modules/simpletest/tests/common_test_cron_helper.module Helper module for the testCronExceptions in addition to common_test module.
common_test_info.txt drupal-7.x/modules/simpletest/tests/common_test_info.txt ; Test parsing with a simple string. simple_string = A simple string ; Test that constants can be used as values. simple_constant = WATCHDOG_INFO ; After parsing the .info file, 'double_colon' should hold the literal value. ; Parsing…
contact.admin.inc drupal-7.x/modules/contact/contact.admin.inc Admin page callbacks for the Contact module.
contact.info drupal-7.x/modules/contact/contact.info name = Contact description = Enables the use of both personal and site-wide contact forms. package = Core version = VERSION core = 7.x files[] = contact.test configure = admin/structure/contact
contact.install drupal-7.x/modules/contact/contact.install Install, update and uninstall functions for the contact module.
contact.module drupal-7.x/modules/contact/contact.module Enables the use of personal and site-wide contact forms.
contact.pages.inc drupal-7.x/modules/contact/contact.pages.inc Page callbacks for the Contact module.
contact.test drupal-7.x/modules/contact/contact.test Tests for the Contact module.
content_types.inc drupal-7.x/modules/node/content_types.inc Content type editing user interface.
contextual-rtl.css drupal-7.x/modules/contextual/contextual-rtl.css Stylesheet specific to right-to-left languages.
contextual.api.php drupal-7.x/modules/contextual/contextual.api.php Hooks provided by Contextual module.
contextual.css drupal-7.x/modules/contextual/contextual.css Stylesheet for the Contextual module.
contextual.info drupal-7.x/modules/contextual/contextual.info name = Contextual links description = Provides contextual links to perform actions related to elements on a page. package = Core version = VERSION core = 7.x files[] = contextual.test
contextual.module drupal-7.x/modules/contextual/contextual.module Adds contextual links to perform actions related to elements on a page.
contextual.test drupal-7.x/modules/contextual/contextual.test Tests for contextual.module.
COPYRIGHT.txt drupal-7.x/COPYRIGHT.txt All Drupal code is Copyright 2001 - 2013 by the original authors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2…
cron-curl.sh drupal-7.x/scripts/cron-curl.sh #!/bin/sh curl --silent --compressed http://example.com/cron.php
cron-lynx.sh drupal-7.x/scripts/cron-lynx.sh #!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
cron.php drupal-7.x/cron.php Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
css_input_without_import.css drupal-7.x/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 drupal-7.x/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 drupal-7.x/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 drupal-7.x/modules/simpletest/files/css_test_files/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; color:…
css_input_with_import.css.optimized.css drupal-7.x/modules/simpletest/files/css_test_files/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);} p,select{font:1em/160% Verdana,sans-serif;color:#494949;} body{margin:0;padding:0;background:#edf5fa;font:76%/170%…
css_input_with_import.css.unoptimized.css drupal-7.x/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.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,…
dashboard-rtl.css drupal-7.x/modules/dashboard/dashboard-rtl.css Right-to-left specific stylesheet for the Dashboard module.
dashboard.api.php drupal-7.x/modules/dashboard/dashboard.api.php Hooks provided by the Dashboard module.
dashboard.css drupal-7.x/modules/dashboard/dashboard.css Stylesheet for the Dashboard module.
dashboard.info drupal-7.x/modules/dashboard/dashboard.info name = Dashboard description = Provides a dashboard page in the administrative interface for organizing administrative tasks and tracking information within your site. core = 7.x package = Core version = VERSION files[] = dashboard.test dependencies[]…
dashboard.install drupal-7.x/modules/dashboard/dashboard.install Install, update and uninstall functions for the dashboard module.
dashboard.module drupal-7.x/modules/dashboard/dashboard.module Provides a dashboard page in the administrative interface.
dashboard.test drupal-7.x/modules/dashboard/dashboard.test Tests for dashboard.module.
database.inc drupal-7.x/includes/database/pgsql/database.inc Database interface code for PostgreSQL database servers.
database.inc drupal-7.x/includes/database/mysql/database.inc Database interface code for MySQL database servers.

Páginas