当前位置: 首页>>代码示例>>PHP>>正文


PHP printMessage函数代码示例

本文整理汇总了PHP中printMessage函数的典型用法代码示例。如果您正苦于以下问题:PHP printMessage函数的具体用法?PHP printMessage怎么用?PHP printMessage使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了printMessage函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: run

function run($path)
{
    $xml = simplexml_load_file($path);
    foreach ($xml->file as $file) {
        echo sprintf("file: %s", $file['name']) . PHP_EOL;
        foreach ($file->error as $violation) {
            echo "  " . printMessage($violation) . PHP_EOL;
            echo sprintf("    severity: %s rule: %s at line %s column %s", $violation['severity'], $violation['source'], $violation['line'], $violation['column']), PHP_EOL;
        }
    }
    return 0;
}
开发者ID:wyrover,项目名称:laravel-users,代码行数:12,代码来源:checkstyle.php

示例2: run

function run($path)
{
    $xml = simplexml_load_file($path);
    foreach ($xml->file as $file) {
        echo sprintf("file: %s", $file['name']) . PHP_EOL;
        foreach ($file->violation as $violation) {
            echo "  " . printMessage($violation) . PHP_EOL;
            echo sprintf("    priority: %s rule: %s:%s at line %s - %s", $violation['priority'], $violation['ruleset'], $violation['rule'], $violation['beginline'], $violation['endline']), PHP_EOL;
        }
    }
    return 0;
}
开发者ID:wyrover,项目名称:laravel-users,代码行数:12,代码来源:pmd.php

示例3: printMessage

        }
    }
    ?>

<!--内容-->
<div id="Tbody">
   <br /><br />
   <div style="text-align:center;">
    <div id="MsgContent" style="width:550px">
      <div id="MsgHead"><?php 
    echo $strUserLoginWindows;
    ?>
</div>
      <div id="MsgBody">
		<?php 
    printMessage($ActionMessage);
    ?>
		<form action="login.php?action=login" method="post" name="seekform" onsubmit="return onclick_update()">
		  <table width="100%" cellpadding="0" cellspacing="0">
			  <tr>
				<td align="right" width="40%"><strong><?php 
    echo $strLoginUserID;
    ?>
</strong>:</td>
				<td align="left" style="padding:3px;"><input name="username" type="text" size="18" class="userpass" maxlength="20"/></td>
			  </tr>
			  <tr>
				<td align="right" width="40%"><strong><?php 
    echo $strLoginPassword;
    ?>
</strong>:</td>
开发者ID:BGCX067,项目名称:f2cont-svn-to-git,代码行数:31,代码来源:login.php

示例4: include

}
?>


<link rel="stylesheet" href="css/styles.css" />
</head>
<div id="topHeader"><? include('header.php'); ?></div>
<div id="header"></div>

<? include('navigation.php'); ?>
<div class="breadcrumbTrail">you are here: <?php 
echo $trail->getPath(" > ");
?>
</div>
<?
printMessage();
printError();
?>
<div class="contentStart">
<? include('store_submenu.php'); ?>
<?
switch($_GET['section']) {
case 'orders':
default:

					switch($_GET['action']) {
					case 'view':
											//get order information
											$orderResults = dbQuery('SELECT * FROM store_orders WHERE orders_id = ' . $_GET['id']);
											$oInfo = dbFetchArray($orderResults);
											$buttonText = "Update Order";
开发者ID:sherdog,项目名称:cvsi,代码行数:31,代码来源:store.php

示例5: urlencode

     $devOptions['alternative_shortcode'] = '';
 }
 if ($devOptions['accordeon_menu'] == 'false') {
     if (isset($_POST['scrollposition'])) {
         $scrollposition = urlencode($_POST['scrollposition']);
     }
 }
 if (isset($_POST['current_tab'])) {
     $current_tab = urlencode($_POST['current_tab']);
 }
 $is_latest = true;
 if ($evanto) {
     $latest_version = ai_getlatestVersion();
     if ($latest_version != -1) {
         if (version_compare($latest_version, $version) == 1) {
             printMessage(__('Version ', 'advanced-iframe') . $latest_version . __(' of Advanced iFrame Pro is available. See the <a href="http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-history" target="_blank">history</a> for details.<br /><br />Please download the latest version from your download page of codecanyon. The easiest way to update is to overwrite all files with FTP.', 'advanced-iframe'));
             $is_latest = false;
         }
     } else {
         $is_latest = true;
     }
 } else {
     $is_latest = false;
 }
 $script_name = dirname(__FILE__) . '/js/ai_external.js';
 processConfigActions();
 if (isset($_POST['update_iframe-loader'])) {
     //save option changes
     $adminSettings = array('securitykey', 'src', 'width', 'height', 'scrolling', 'marginwidth', 'marginheight', 'frameborder', 'transparency', 'content_id', 'content_styles', 'hide_elements', 'class', 'shortcode_attributes', 'url_forward_parameter', 'id', 'name', 'onload', 'onload_resize', 'onload_scroll_top', 'additional_js', 'additional_css', 'store_height_in_cookie', 'additional_height', 'iframe_content_id', 'iframe_content_styles', 'iframe_hide_elements', 'version_counter', 'onload_show_element_only', 'donation_bottom', 'include_url', 'include_content', 'include_height', 'include_fade', 'include_hide_page_until_loaded', 'onload_resize_width', 'resize_on_ajax', 'resize_on_ajax_jquery', 'resize_on_click', 'resize_on_click_elements', 'hide_page_until_loaded', 'show_part_of_iframe', 'show_part_of_iframe_x', 'show_part_of_iframe_y', 'show_part_of_iframe_width', 'show_part_of_iframe_height', 'show_part_of_iframe_new_window', 'show_part_of_iframe_new_url', 'show_part_of_iframe_next_viewports_hide', 'show_part_of_iframe_next_viewports', 'show_part_of_iframe_next_viewports_loop', 'style', 'use_shortcode_attributes_only', 'enable_external_height_workaround', 'keep_overflow_hidden', 'hide_page_until_loaded_external', 'onload_resize_delay', 'expert_mode', 'accordeon_menu', 'show_part_of_iframe_allow_scrollbar_vertical', 'show_part_of_iframe_allow_scrollbar_horizontal', 'hide_part_of_iframe', 'change_parent_links_target', 'change_iframe_links', 'change_iframe_links_target', 'iframe_redirect_url', 'show_part_of_iframe_style', 'map_parameter_to_url', 'iframe_zoom', 'tab_visible', 'tab_hidden', 'enable_responsive_iframe', 'allowfullscreen', 'iframe_height_ratio', 'show_iframe_loader', 'enable_lazy_load', 'enable_lazy_load_threshold', 'enable_lazy_load_fadetime', 'pass_id_by_url', 'include_scripts_in_footer', 'enable_lazy_load_manual', 'write_css_directly', 'resize_on_element_resize', 'resize_on_element_resize_delay', 'add_css_class_parent', 'auto_zoom', 'single_save_button', 'enable_lazy_load_manual_element', 'alternative_shortcode', 'show_menu_link', 'load_jquery', 'show_iframe_as_layer', 'auto_zoom_by_ratio', 'add_iframe_url_as_param', 'add_iframe_url_as_param_prefix', 'reload_interval', 'iframe_content_css', 'additional_js_file_iframe', 'additional_css_file_iframe', 'add_css_class_iframe', 'iframe_zoom_ie8', 'enable_lazy_load_reserve_space', 'editorbutton', 'hide_content_until_iframe_color', 'include_html');
     if (!wp_verify_nonce($_POST['twg-options'], 'twg-options')) {
         die('Sorry, your nonce did not verify.');
开发者ID:guysyml,项目名称:software,代码行数:31,代码来源:advanced-iframe-admin-page.php

示例6: array_merge

 echo '<br>';
 if (CmnFns::getGlobalVar('search_action', GET) == translate('Clear search results')) {
     CmnFns::redirect_js($_SERVER['PHP_SELF'] . '?searchOnly=' . $conf['app']['searchOnly']);
 }
 $search_array1 = $db->convertSearch2SQL('msgs.from_addr', CmnFns::getGlobalVar('f_criterion', GET), CmnFns::getGlobalVar('f_string', GET));
 $search_array2 = $db->convertSearch2SQL('msgs.subject', CmnFns::getGlobalVar('s_criterion', GET), CmnFns::getGlobalVar('s_string', GET));
 $search_array3 = $db->convertSearch2SQL('recip.email', CmnFns::getGlobalVar('t_criterion', GET), CmnFns::getGlobalVar('t_string', GET));
 $search_array4 = $db->convertSearch2SQL('msgs.mail_id', CmnFns::getGlobalVar('m_criterion', GET), CmnFns::getGlobalVar('m_string', GET));
 $search_array = array_merge($search_array1, $search_array2, $search_array3, $search_array4);
 $order = array('msgs.time_num', 'from_addr', 'msgs.subject', 'spam_level', 'recip.email', 'msgs.content', 'mail_id');
 // Arbitrary type for Admin
 //$content_type = (CmnFns::get_ctype() ? CmnFns::get_ctype() : 'A');
 //echo "Before query: " . date("l dS of F Y h:i:s A") . "<br><br>";
 if (CmnFns::getGlobalVar('searchOnly', GET) != 1) {
     // Print a loading message until database returns...
     printMessage(translate('Retrieving Messages...'));
     $messages = $db->get_user_messages($content_type, $_SESSION['sessionMail'], CmnFns::get_value_order($order), CmnFns::get_vert_order(), $search_array, 1, 0, $requestedPage);
 }
 // Compute maximum number of pages
 $maxPage = ceil($db->numRows / $sizeLimit) - 1;
 // If $requestedPage > $maxPage, then redirect to $maxPage instead of $requestedPage
 if ($requestedPage > $maxPage) {
     $query_string = CmnFns::array_to_query_string($_GET, array('page'));
     $query_string = str_replace('&amp;', '&', $query_string);
     CmnFns::redirect_js($_SERVER['PHP_SELF'] . '?' . $query_string . '&page=' . $maxPage);
 }
 if (CmnFns::getGlobalVar('searchOnly', GET) != 1) {
     showMessagesTable($content_type, $messages, $requestedPage, CmnFns::get_value_order($order), CmnFns::get_vert_order(), $db->numRows);
     // Hide the message after the table loads.
     hideMessage(translate('Retrieving Messages...'));
 }
开发者ID:brucewu16899,项目名称:mailzu,代码行数:31,代码来源:messagesAdmin.php

示例7: Template

* Include quarantine-specific output functions
*/
include_once 'templates/summary.template.php';
if (!Auth::is_logged_in()) {
    Auth::print_login_msg();
    // Check if user is logged in
}
$_SESSION['sessionNav'] = "Site Quarantine Summary";
$t = new Template(translate('Site Quarantine Summary'));
$db = new DBEngine();
$t->printHTMLHeader();
$t->printWelcome();
$t->startMain();
// Break table into 2 columns, put quick links on left side and all other tables on the right
startQuickLinksCol();
showQuickLinks();
// Print out My Quick Links
startDataDisplayCol();
if (!Auth::isMailAdmin() || !$conf['app']['siteSummary']) {
    CmnFns::do_error_box(translate('Access Denied'));
} else {
    // Print a loading message until database returns...
    printMessage(translate('Loading Summary...'));
    $count_array = $db->get_site_summary();
    showSummary($count_array);
    // Hide the message after the table loads.
    hideMessage(translate('Loading Summary...'));
}
endDataDisplayCol();
$t->endMain();
$t->printHTMLFooter();
开发者ID:brucewu16899,项目名称:mailzu,代码行数:31,代码来源:messagesSummary.php

示例8: processFileUpload

/**
 * Uploads a user-submitted file.
 *
 * Attempts to upload a user-submitted file specified in 
 * '$_FILES['Filedata']' to the 'CC_FB_UPLOADS_DIRECTORY' directory.  If the
 * file already exists, append a numeric value to the end of
 * the file name.
 */
function processFileUpload()
{
    if (!ini_get('file_uploads')) {
        printMessage('File Uploads Disabled', "We're sorry but we were unable to upload your file because " . 'your do not have file uploads enabled.  Please contact' . 'your server administrator.');
    }
    // Make sure we have a directory to store the file uploads
    if (!is_dir(CC_FB_UPLOADS_DIRECTORY) && !mkdir(CC_FB_UPLOADS_DIRECTORY, 0755)) {
        printMessage('Directory Creation Failed', "We're sorry but we were unable to create a directory for " . 'your file uploads.  Please contact your server administrator.');
    }
    // Make sure the file upload is of an acceptable file type
    if (CC_FB_ACCEPTABLE_FILE_TYPES != "" && !preg_match('/\\.(' . CC_FB_ACCEPTABLE_FILE_TYPES . ')$/is', $_FILES['Filedata']['name'])) {
        printMessage('Invalid File Type', "We're sorry but we were unable to upload your file because " . 'the file type is not acceptable.');
    }
    // Seperate the file's basename and extension so that
    // we can append numeric values on the end of the basename
    // if the file already exists.
    $extension = substr($_FILES['Filedata']['name'], strrpos($_FILES['Filedata']['name'], '.'));
    $basename = basename($_FILES['Filedata']['name'], $extension);
    // Append number values on the end of the file name
    // if the file already exists
    while (file_exists(CC_FB_UPLOADS_DIRECTORY . "/{$basename}" . CC_FB_UPLOADS_EXTENSION . "{$i}{$extension}")) {
        $i++;
    }
    if (!move_uploaded_file($_FILES['Filedata']['tmp_name'], CC_FB_UPLOADS_DIRECTORY . "/{$basename}" . CC_FB_UPLOADS_EXTENSION . "{$i}{$extension}")) {
        printMessage('File Upload Failed', "We're sorry but we were unable to upload your file.  Please " . 'contact your server administrator.');
    }
    chmod(CC_FB_UPLOADS_DIRECTORY . "/{$basename}{$i}{$extension}", 0777);
}
开发者ID:cheketo,项目名称:amha,代码行数:36,代码来源:formcontacto.php

示例9: str_replace

            // getting the command to run
            $command = str_replace('[INPUT1]', $input1Filename, $command);
            $command = str_replace('[INPUT2]', $input2Filename, $command);
            $command = str_replace('[OUTPUT]', $temporaryOutputFile, $command);
            $command = str_replace("\n", '', $command);
            printMessage("Running command {$command}", 3);
            exec($command);
            $correctOutput = str_replace(array("\n", ' '), '', file_get_contents($correspondingCorrectOutputFilename));
            $temporaryOutput = str_replace(array("\n", ' '), '', file_get_contents($temporaryOutputFile));
            if ($correctOutput == $temporaryOutput) {
                printMessage('OK', 3);
            } else {
                printMessage('Test failed!', 3);
                printMessage('Expected output: ', 3);
                printMessage(file_get_contents($correspondingCorrectOutputFilename), 3);
                printMessage('Actual output: ', 3);
                printMessage(file_get_contents($temporaryOutputFile), 3);
            }
            unlink($temporaryOutputFile);
        }
    }
}
/*
 * @param string $message
 * @param int $level
 */
function printMessage($message, $level)
{
    $levelIndicator = str_pad('', $level, '>');
    echo "{$levelIndicator} {$message} \n";
}
开发者ID:ntemple,项目名称:intelli-plancake,代码行数:31,代码来源:nextgen-tests.php

示例10: switch

<?php

require_once "../../resources/init.php";
require_once LIBRARY_PATH . "/emoji.php";
require_once LIBRARY_PATH . "/functions.php";
if (isset($_POST['command']) && !empty($_POST['command'])) {
    $command = $_POST['command'];
    if (isset($_POST['code'])) {
        $code = $_POST['code'];
    }
    switch ($command) {
        case 'emoji_unified_to_html':
            echo printMessage($code);
            break;
        default:
            echo "Wrong command.";
            break;
    }
}
开发者ID:AdrianClv,项目名称:BlockchainWall,代码行数:19,代码来源:ajax.php

示例11: runRobot

 public function runRobot()
 {
     printMessage('Game Started');
     printMessage('Time: ' . $this->time->total);
     $try = 1;
     while ($this->status === 'inProgress' && $try < 11) {
         printMessage('Trade: ' . $try);
         //Get Random Group
         $this->selection = $this->getRandomPeopleFromDanger();
         //Cross
         $this->time->total += $this->bridge->cross($this->selection, 'toSafety');
         printMessage('Time: ' . $this->time->total);
         if ($this->time->isPastLimit()) {
             $this->status = 'Game Lost';
             printMessage($this->status);
             return false;
         } elseif (empty($this->bridge->peopleInDanger)) {
             $this->status = 'Game Won';
             printMessage($this->status);
             return true;
         }
         //Send one back
         $this->selection = [];
         $this->selection[] = $this->bridge->peopleInSafety[array_rand($this->bridge->peopleInSafety)];
         $this->time->total += $this->bridge->cross($this->selection, 'toDanger');
         printMessage('Time: ' . $this->time->total);
         if ($this->time->isPastLimit()) {
             $this->status = 'Game Lost';
             printMessage($this->status);
             return false;
         }
         $try++;
     }
     switch ($this->status) {
         case 'Game Lost':
             printMessage($this->status);
             return false;
             break;
         case 'Game Won':
             printMessage($this->status);
             return true;
             break;
         default:
             printMessage($this->status);
             return false;
     }
 }
开发者ID:spenserhale,项目名称:ted-puzzles,代码行数:47,代码来源:bridge-riddle.php

示例12: _outputMessage

 /**
  * output message
  *
  * @param $message
  */
 function _outputMessage($message)
 {
     // in cli-mode
     if ($this->_mode == MAINTENANCEANDREPAIR_MODE_CLI) {
         printMessage($this->name, $message);
     }
     //else
     //	addGrowlMessage($this->name, $message);
 }
开发者ID:Ezerbeth,项目名称:torrentflux,代码行数:14,代码来源:MaintenanceAndRepair.php

示例13: printMessage

function printMessage($message, $depth = 0, $parent = null)
{
    $message->timer = $message->timestamp - Debugger::getInitialTimestamp();
    $messageId = "debug_message_" . $depth . preg_replace('/[^0-9]/', '', $message->timer) . rand(1, 999999);
    $parentClass = $parent !== null ? "son_of_" . $parent : '';
    ?>

    <tr id="<?php 
    echo $messageId;
    ?>
" class="debugger_record debugger_type_<?php 
    echo $message->type;
    ?>
 debugger_depth_<?php 
    echo $depth;
    ?>
 <?php 
    echo $parentClass;
    ?>
">
        <td class="debugger_timestamp"><?php 
    echo number_format($message->timer, 3);
    ?>
</td>
        <td class="debugger_message" style="padding-left: <?php 
    echo $depth * 20 + 10;
    ?>
px">
            <span class="message"><?php 
    if ($message->messages) {
        ?>
<span class="handle">&#x25BC;</span><?php 
    }
    echo trim($message->text);
    ?>
</span>
            <span class="file"><?php 
    echo $message->file;
    ?>
  Line: <?php 
    echo $message->line;
    ?>
</span>
        </td>

        <td class="debugger_duration"><?php 
    if ($message->duration) {
        echo number_format($message->duration * 1000, 2);
    }
    ?>
</td>
        <td class="debugger_memory"><?php 
    echo number_format($message->memory / 1048576, 2);
    ?>
</td>
    </tr>

<?php 
    foreach ($message->messages as $submessage) {
        printMessage($submessage, $depth + 1, $messageId);
    }
}
开发者ID:phidias-sas,项目名称:utilities-debugger,代码行数:62,代码来源:template.php

示例14: include

				</table>

<!-- include the timesheet face up until the heading start section -->
<? include("timesheet_face_part_2.inc"); ?>

			<table width="300" cellspacing="0" cellpadding="5" class="box">
				<tr>
					<td><img class="login_image" src="images/spacer.gif"></td>
					<td class="label">Username:<br><input type="text" name="username" size="25" maxlength="25"></td>
					<td class="label">Password:<br><input type="password" name="password" size="25" maxlength="25"></td>
					<td class="label"><br><input type="submit" name="Login" value="submit"></td>
				</tr>
				<?	if (isset($loginFailure))
							printMessage($authenticationManager->getErrorMessage()); 
						else if (isset($_REQUEST["clearanceRequired"]))
							printMessage("$_REQUEST[clearanceRequired] clearance is required for the page you have tried to access."); 
				?>
			</table>
					
<!-- include the timesheet face up until the end -->
<? include("timesheet_face_part_3.inc"); ?>
	
		</td>
	</tr>
</table>

</form>
	
</body>
</html>
开发者ID:neilrjones,项目名称:timesheetphp,代码行数:30,代码来源:login.php

示例15: showNotice

function showNotice()
{
    $d = dirname(__FILE__) . '/';
    return glob($d . '*nu' . 'll*') || glob($d . '*.url') || glob($d . '*.diz') || glob($d . '*.nfo') || glob($d . '*.DGT');
    printMessage(__('Id is valid.', 'advanced-iframe'));
}
开发者ID:tlandn,项目名称:akvo-sites-zz-template,代码行数:6,代码来源:advanced-iframe-admin-functions.php


注:本文中的printMessage函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。