PageRenderTime 1221ms queryTime 128ms sortTime 191ms getByIdsTime 36ms findMatchingLines 77ms

100+ results results for 'php empty repo:facebook/hiphop-php' (1221 ms)

Not the results you expected?
RakString.h https://gitlab.com/computerphilly/openblox | C Header | 354 lines
                    
131
                    
132	/// Returns if the string is empty. Also, C_String() would return ""
                    
133	bool IsEmpty(void) const;
                    
215
                    
216	/// URL Encode the string. See http://www.codeguru.com/cpp/cpp/cpp_mfc/article.php/c4029/
                    
217	RakNet::RakString& URLEncode(void);
                    
322	/// \internal
                    
323	static SharedString emptyString;
                    
324
                    
                
heartbeat.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 490 lines
                    
12 *
                    
13 * Available filters in ajax-actions.php:
                    
14 * - heartbeat_received
                    
124					case 'error':
                    
125					case 'empty':
                    
126					case 'unknown':
                    
152		function connect() {
                    
153			var send = {}, data, i, empty = true,
                    
154			nonce = typeof window.heartbeatSettings == 'object' ? window.heartbeatSettings.nonce : '';
                    
164				if ( data.hasOwnProperty( i ) ) {
                    
165					empty = false;
                    
166					break;
                    
171			// schedule the next tick and bail
                    
172			if ( empty && ! self.hasConnectionError() ) {
                    
173				connecting = false;
                    
                
automatic_profile.php https://gitlab.com/alexprowars/bitrix | PHP | 426 lines
                    
1<?php
                    
2
                    
67
                    
68		if(!empty($this->parentHandlerInitParams["PROFILES"][$this->profileId]["TRACKING_CLASS_NAME"]))
                    
69			$this->trackingClass = $this->parentHandlerInitParams["PROFILES"][$this->profileId]["TRACKING_CLASS_NAME"];
                    
82
                    
83		if(is_array($parentTP) && !empty($parentTP))
                    
84		{
                    
84		{
                    
85			if(empty($this->trackingParams) || !is_array($this->trackingParams))
                    
86			{
                    
91				foreach($this->trackingParams as $k => $v)
                    
92					if(empty($v) && !empty($parentTP[$k]))
                    
93						$this->trackingParams[$k] = $parentTP[$k];
                    
121				foreach($own["CONFIG"] as $k => $v)
                    
122					if(empty($v["GROUP"]) || $v["GROUP"] != $this->profileId)
                    
123						$profileOldConfig["CONFIG"][$k] = $parent["CONFIG"][$k];
                    
                
wpsc-swfupload-handlers.js https://gitlab.com/endomorphosis/reservationtelco | JavaScript | 348 lines
                    
5function wpsc_fileDialogStart() {
                    
6	jQuery("#media-upload-error").empty();
                    
7}
                    
43	else {
                    
44		jQuery('#media-item-' + fileObj.id).load('async-upload.php', {attachment_id:serverData, fetch:f}, function(){prepareMediaItemInit(fileObj);updateMediaForm()});
                    
45	}
                    
61		// Tell the server to delete it. TODO: handle exceptions
                    
62		jQuery.ajax({url:'admin-ajax.php',type:'post',success:deleteSuccess,error:deleteError,id:fileObj.id,data:{
                    
63			id : this.id.replace(/[^0-9]/g,''),
                    
80	error.html('<div class="file-error"><button type="button" id="dismiss-'+id+'" class="button dismiss">'+swfuploadL10n.dismiss+'</button>'+html+'</div>');
                    
81	jQuery('#dismiss-'+id).click(function(){jQuery(this).parents('.file-error').slideUp(200, function(){jQuery(this).empty();})});
                    
82}
                    
100	// Vanish it.
                    
101	jQuery('#media-item-' + this.id + ' .filename:empty').remove();
                    
102	jQuery('#media-item-' + this.id + ' .filename').append(' <span class="file-error">'+swfuploadL10n.deleted+'</span>').siblings('a.toggle').remove();
                    
                
Front.php https://gitlab.com/blingbang2016/shop | PHP | 389 lines
                    
1<?php
                    
2/**
                    
9 * It is also available through the world-wide-web at this URL:
                    
10 * http://opensource.org/licenses/osl-3.0.php
                    
11 * If you did not receive a copy of the license and are unable to
                    
23 * @copyright  Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
                    
24 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25 */
                    
212    {
                    
213        // empty route supplied - return base url
                    
214        if (empty($routeName)) {
                    
233    {
                    
234        // empty route supplied - return base url
                    
235        if (empty($frontName)) {
                    
268            $to = (string)$rewrite->to;
                    
269            if (empty($from) || empty($to)) {
                    
270                continue;
                    
                
template.php https://gitlab.com/alexprowars/bitrix | PHP | 409 lines
                    
12Loc::loadMessages(__FILE__);
                    
13?><div class="container-fluid"><?php
                    
14if (!empty($arResult['ERRORS']['FATAL']))
                    
39{
                    
40	if (!empty($arResult['ERRORS']['NONFATAL']))
                    
41	{
                    
54				?>
                    
55				<div class="mt-3 alert alert-secondary"><?= Loc::getMessage('SPOL_TPL_EMPTY_CANCELED_ORDER')?></div>
                    
56				<?
                    
60				?>
                    
61				<div class="mt-3 alert alert-secondary"><?= Loc::getMessage('SPOL_TPL_EMPTY_HISTORY_ORDER_LIST')?></div>
                    
62				<?
                    
67			?>
                    
68			<div class="mt-3 alert alert-secondary"><?= Loc::getMessage('SPOL_TPL_EMPTY_ORDER_LIST')?></div>
                    
69			<?
                    
                
class.php https://gitlab.com/alexprowars/bitrix | PHP | 524 lines
                    
1<?php
                    
2
                    
45
                    
46		if (empty($params['NAME_CONFIRM_TEMPLATE']))
                    
47		{
                    
50
                    
51		if (empty($params['ACCOUNT_NUMBER']))
                    
52		{
                    
55
                    
56		if (empty($params['PAYMENT_NUMBER']))
                    
57		{
                    
69
                    
70		if (empty($params['ALLOW_INNER']))
                    
71		{
                    
74
                    
75		if (empty($params['ONLY_INNER_FULL']))
                    
76		{
                    
                
search.php https://gitlab.com/alexprowars/bitrix | PHP | 532 lines
                    
1<?php
                    
2/**
                    
154		{
                    
155			if (!empty($user['crmEntity']))
                    
156			{
                    
165		{
                    
166			if (!empty($user['crmEntity']))
                    
167			{
                    
215
                    
216				if (!empty($contact['PHOTO']) && intval($contact['PHOTO']) > 0)
                    
217				{
                    
265
                    
266				if (!empty($company['LOGO']) && intval($company['LOGO']) > 0)
                    
267				{
                    
372		$search = $requestFields['SEARCH'];
                    
373		$searchConverted = (!empty($requestFields['SEARCH_CONVERTED']) ? $requestFields['SEARCH_CONVERTED'] : false);
                    
374		$nameTemplate = Handler::getNameTemplate($requestFields);
                    
                
catalog.php https://gitlab.com/alexprowars/bitrix | PHP | 621 lines
                    
214
                    
215		if (empty($data['bx_user_id']) && !empty($data['user_id']))
                    
216		{
                    
221
                    
222			if (!empty($orderUser) && !empty($orderUser['BX_USER_ID']))
                    
223			{
                    
284
                    
285		if (empty($data['bx_user_id']) && OrderTable::getEntity()->hasField('BX_USER_ID'))
                    
286		{
                    
291
                    
292			if (!empty($order) && !empty($order['BX_USER_ID']))
                    
293			{
                    
326		{
                    
327			if (empty($phone) && mb_stripos($row['CODE'], 'PHONE') !== false)
                    
328			{
                    
                
arr.php https://gitlab.com/ken3/bluSky | PHP | 602 lines
                    
1<?php defined('SYSPATH') or die('No direct script access.');
                    
2/**
                    
333	 *
                    
334	 *     // Add an empty value to the start of a select list
                    
335	 *     Arr::unshift($array, 'none', 'Select a value');
                    
351	/**
                    
352	 * Recursive version of [array_map](http://php.net/array_map), applies one or more
                    
353	 * callbacks to all elements in an array, including sub-arrays.
                    
403	 * Merges one or more arrays recursively and preserves all keys.
                    
404	 * Note that this does not work the same as [array_merge_recursive](http://php.net/array_merge_recursive)!
                    
405	 *
                    
                
class-wc-report-sales-by-category.php https://gitlab.com/meixnertobias/thaimaidaiproductionwp | PHP | 438 lines
                    
220				</select>
                    
221				<a href="#" class="select_none"><?php _e( 'None', 'woocommerce' ); ?></a>
                    
222				<a href="#" class="select_all"><?php _e( 'All', 'woocommerce' ); ?></a>
                    
223				<input type="submit" class="submit button" value="<?php esc_attr_e( 'Show', 'woocommerce' ); ?>" />
                    
224				<input type="hidden" name="range" value="<?php if ( ! empty( $_GET['range'] ) ) echo esc_attr( $_GET['range'] ) ?>" />
                    
225				<input type="hidden" name="start_date" value="<?php if ( ! empty( $_GET['start_date'] ) ) echo esc_attr( $_GET['start_date'] ) ?>" />
                    
226				<input type="hidden" name="end_date" value="<?php if ( ! empty( $_GET['end_date'] ) ) echo esc_attr( $_GET['end_date'] ) ?>" />
                    
227				<input type="hidden" name="page" value="<?php if ( ! empty( $_GET['page'] ) ) echo esc_attr( $_GET['page'] ) ?>" />
                    
228				<input type="hidden" name="tab" value="<?php if ( ! empty( $_GET['tab'] ) ) echo esc_attr( $_GET['tab'] ) ?>" />
                    
228				<input type="hidden" name="tab" value="<?php if ( ! empty( $_GET['tab'] ) ) echo esc_attr( $_GET['tab'] ) ?>" />
                    
229				<input type="hidden" name="report" value="<?php if ( ! empty( $_GET['report'] ) ) echo esc_attr( $_GET['report'] ) ?>" />
                    
230			</div>
                    
259			href="#"
                    
260			download="report-<?php echo esc_attr( $current_range ); ?>-<?php echo date_i18n( 'Y-m-d', current_time('timestamp') ); ?>.csv"
                    
261			class="export_csv"
                    
                
general_vb.php https://gitlab.com/elasa/vb-elasa.ir | PHP | 359 lines
                    
1<?php
                    
2/*
                    
24	    {
                    
25		if (!empty($query) AND ($name !== 'pmpopup' OR !defined('NOPMPOPUP')))
                    
26		{
                    
121    // if there are some results to show, query the data
                    
122    if (!empty($threadids)) {
                    
123	// get last read info for each thread
                    
                
Curl.php https://gitlab.com/blingbang2016/shop | PHP | 576 lines
                    
1<?php
                    
2/**
                    
9 * It is also available through the world-wide-web at this URL:
                    
10 * http://opensource.org/licenses/osl-3.0.php
                    
11 * If you did not receive a copy of the license and are unable to
                    
23 * @copyright  Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
                    
24 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25 */
                    
252     *
                    
253     * @param string $uri uri relative to host, ex. "/index.php"
                    
254     */
                    
297    {
                    
298        if(empty($this->_responseHeaders['Set-Cookie'])) {
                    
299            return array();
                    
324    {
                    
325        if(empty($this->_responseHeaders['Set-Cookie'])) {
                    
326            return array();
                    
                
walkthrough_test.php https://gitlab.com/JrLucena/moodle | PHP | 309 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
30global $CFG;
                    
31require_once(dirname(__FILE__) . '/../../../engine/lib.php');
                    
32require_once(dirname(__FILE__) . '/../../../engine/tests/helpers.php');
                    
223
                    
224    public function test_deferredfeedback_resume_multichoice_single_emptyanswer_first() {
                    
225
                    
228
                    
229        // Attempt it and submit empty.
                    
230        $this->start_attempt_at_question($mc, 'deferredfeedback', 3);
                    
                
index_t.php https://gitlab.com/abbelal/home-practice | PHP | 257 lines
                    
1
                    
2<?php
                    
3include_once ("../vendor/autoload.php");
                    
210                                $serial = 1;
                    
211                                if (isset($Alldata) && !empty($Alldata)) {
                    
212
                    
216                                        <tr>
                    
217                                            <td><?php echo $serial++ ?></td>
                    
218                                            <td><?php echo $Singledata['full_name'] ?></td>
                    
223                                            <td><img src="<?php echo "images/" . $Singledata['image'] ?>" width="200" height="150"></td>
                    
224                                            <td><a href="show.php?id=<?php echo $Singledata['id'] ?>"><i class="icon-file-eye"></i>View</a></td>
                    
225                                            <td><a href="edit.php?id=<?php echo $Singledata['id'] ?>"><i class="icon-pencil7"></i>Edit</a></td>
                    
225                                            <td><a href="edit.php?id=<?php echo $Singledata['id'] ?>"><i class="icon-pencil7"></i>Edit</a></td>
                    
226                                            <td><a href="delete.php?id=<?php echo $Singledata['id'] ?>"><i class="icon-trash"></i>Remove</a></td>
                    
227
                    
                
options-permalink.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 285 lines
                    
199	<tr>
                    
200		<th><label><input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th>
                    
201		<td><code><?php echo get_option('home'); ?>/?p=123</code></td>
                    
203	<tr>
                    
204		<th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[1]); ?>" class="tog" <?php checked($structures[1], $permalink_structure); ?> /> <?php _e('Day and name'); ?></label></th>
                    
205		<td><code><?php echo get_option('home') . $blog_prefix . $prefix . '/' . date('Y') . '/' . date('m') . '/' . date('d') . '/sample-post/'; ?></code></td>
                    
207	<tr>
                    
208		<th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[2]); ?>" class="tog" <?php checked($structures[2], $permalink_structure); ?> /> <?php _e('Month and name'); ?></label></th>
                    
209		<td><code><?php echo get_option('home') . $blog_prefix . $prefix . '/' . date('Y') . '/' . date('m') . '/sample-post/'; ?></code></td>
                    
211	<tr>
                    
212		<th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[3]); ?>" class="tog" <?php checked($structures[3], $permalink_structure); ?> /> <?php _e('Numeric'); ?></label></th>
                    
213		<td><code><?php echo get_option('home') . $blog_prefix . $prefix; ?>/archives/123</code></td>
                    
284
                    
285<?php require('./admin-footer.php'); ?>
                    
286
                    
                
Index.php https://gitlab.com/tonycodes/october | PHP | 458 lines
                    
1<?php namespace Cms\Controllers;
                    
2
                    
159
                    
160        if (!empty($templateData['markup']) && Config::get('cms.convertLineEndings', false) === true) {
                    
161            $templateData['markup'] = $this->convertLineEndings($templateData['markup']);
                    
                
grid.locale-en.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 224 lines
                    
6 * Dual licensed under the MIT and GPL licenses:
                    
7 * http://www.opensource.org/licenses/mit-license.php
                    
8 * http://www.gnu.org/licenses/gpl.html
                    
20            recordtext: "View {0} - {1} of {2}",
                    
21            emptyrecords: "No records to view",
                    
22            loadtext: "Loading...",
                    
158                masks: {
                    
159                    // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
                    
160                    // and see http://docs.jquery.com/UI/Datepicker/formatDate
                    
163                    // information about date, time, numbers and currency formats used in different countries
                    
164                    // one should just convert the information in PHP format
                    
165                    // short date:
                    
                
functions.inc.php https://gitlab.com/boxnia/NFU_MOVIL | PHP | 346 lines
                    
1<?php
                    
2
                    
288
                    
289    if (empty($facilities)) {
                    
290        return $_error = "Seleccione al menos dos opciones";
                    
                
string.rst https://gitlab.com/albertkeba/docs | ReStructuredText | 300 lines
                    
30
                    
31.. php:staticmethod:: uuid()
                    
32
                    
50
                    
51        $data = "cakephp 'great framework' php";
                    
52        $result = String::tokenize($data, ' ', "'", "'");
                    
53        // result contains
                    
54        array('cakephp', "'great framework'", 'php');
                    
55
                    
55
                    
56.. php:staticmethod:: insert($string, $data, $options = array())
                    
57
                    
63
                    
64.. php:staticmethod:: cleanInsert($string, $options = array())
                    
65
                    
                
update.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 476 lines
                    
1<?php
                    
2/**
                    
5 *  @license GNU General Public License version 3, or later
                    
6 *  @version $Id: update.php 82 2010-10-23 19:13:50Z nikosdion $
                    
7 */
                    
32		jimport('joomla.filesystem.file');
                    
33		$this->isPro = JFile::exists(JPATH_COMPONENT_ADMINISTRATOR.DS.'tables'.DS.'redirs.php');
                    
34
                    
107		// Make sure we ask the server at most every 24 hrs (unless $force is true)
                    
108		if( ($difference < 24) && (!empty($inidata)) && (!$force) )
                    
109		{
                    
163				$password = $params->get('update_password', '');
                    
164				if( !empty($username) && !empty($password) )
                    
165				{
                    
409			} else {
                    
410				// PHP 4 way (actually, it's just a fallback as we can't run Admin Tools in PHP4)
                    
411				ini_set('user_agent', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)');
                    
                
Input.php https://gitlab.com/dleonov/my-framework-two | PHP | 419 lines
                    
1<?php
                    
2
                    
170	 * @param   array   $vars           Associative array of keys and filter types to apply.
                    
171	 *                                  If empty and datasource is null, all the input data will be returned
                    
172	 *                                  but filtered using the filter given by the parameter defaultFilter in
                    
174	 * @param   mixed   $datasource     Array to retrieve data from, or null.
                    
175	 * @param   string  $defaultFilter  Default filter used in FilterInput::clean if vars is empty and
                    
176	 *                                  datasource is null. If 'unknown', the default case is used in
                    
191	 * @param   array   $vars           Associative array of keys and filter types to apply.
                    
192	 *                                  If empty and datasource is null, all the input data will be returned
                    
193	 *                                  but filtered using the filter given by the parameter defaultFilter in
                    
195	 * @param   mixed   $datasource     Array to retrieve data from, or null.
                    
196	 * @param   string  $defaultFilter  Default filter used in FilterInput::clean if vars is empty and
                    
197	 *                                  datasource is null. If 'unknown', the default case is used in
                    
206	{
                    
207		if (empty($vars) && is_null($datasource))
                    
208		{
                    
                
ClassMetadataTest.php https://gitlab.com/freebird/WebApp | PHP | 280 lines
                    
1<?php
                    
2
                    
20
                    
21class ClassMetadataTest extends \PHPUnit_Framework_TestCase
                    
22{
                    
275     */
                    
276    public function testGetPropertyMetadataReturnsEmptyArrayWithoutConfiguredMetadata()
                    
277    {
                    
277    {
                    
278        $this->assertCount(0, $this->metadata->getPropertyMetadata('foo'), '->getPropertyMetadata() returns an empty collection if no metadata is configured for the given property');
                    
279    }
                    
                
shortcodes.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 334 lines
                    
1<?php
                    
2/**
                    
117 * This function is simple, it clears all of the shortcode tags by replacing the
                    
118 * shortcodes global by a empty array. This is actually a very efficient method
                    
119 * for removing all shortcodes.
                    
146
                    
147	if (empty($shortcode_tags) || !is_array($shortcode_tags))
                    
148		return $content;
                    
259		foreach ($match as $m) {
                    
260			if (!empty($m[1]))
                    
261				$atts[strtolower($m[1])] = stripcslashes($m[2]);
                    
261				$atts[strtolower($m[1])] = stripcslashes($m[2]);
                    
262			elseif (!empty($m[3]))
                    
263				$atts[strtolower($m[3])] = stripcslashes($m[4]);
                    
263				$atts[strtolower($m[3])] = stripcslashes($m[4]);
                    
264			elseif (!empty($m[5]))
                    
265				$atts[strtolower($m[5])] = stripcslashes($m[6]);
                    
                
Configuration.php https://gitlab.com/freebird/WebApp | PHP | 226 lines
                    
1<?php
                    
2
                    
58
                    
59                    if (isset($value['profiler']['container_types']) && !empty($value['profiler']['container_types'])
                    
60                        && isset($value['container']['types']) && !empty($value['container']['types'])
                    
                
mssql_driver.php https://gitlab.com/digitalpoetry/xlt | PHP | 517 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * An open source application development framework for PHP
                    
6 *
                    
94
                    
95		if ( ! empty($this->port))
                    
96		{
                    
134		$query = $query->row_array();
                    
135		$this->_quoted_identifier = empty($query) ? FALSE : (bool) $query['qi'];
                    
136		$this->_escape_char = ($this->_quoted_identifier) ? '"' : array('[', ']');
                    
365		$message = mssql_get_last_message();
                    
366		if ( ! empty($message))
                    
367		{
                    
446		// however an ORDER BY clause is required for it to work
                    
447		if (version_compare($this->version(), '9', '>=') && $this->qb_offset && ! empty($this->qb_orderby))
                    
448		{
                    
                
Curl.php https://gitlab.com/daigiangaitu91/magento | PHP | 453 lines
                    
1<?php
                    
2/**
                    
156     *
                    
157     * @SuppressWarnings(PHPMD.NPathComplexity)
                    
158     * @SuppressWarnings(PHPMD.CyclomaticComplexity)
                    
175     *
                    
176     * @SuppressWarnings(PHPMD.NPathComplexity)
                    
177     * @SuppressWarnings(PHPMD.CyclomaticComplexity)
                    
196
                    
197        if (!empty($fields['category_ids'])) {
                    
198            $categoryIds = [];
                    
217
                    
218        if (!empty($fields['website_ids'])) {
                    
219            foreach ($fields['website_ids'] as &$value) {
                    
308     *
                    
309     * @SuppressWarnings(PHPMD.CyclomaticComplexity)
                    
310     * @SuppressWarnings(PHPMD.NPathComplexity)
                    
                
theme-editor.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 256 lines
                    
72	if (is_writeable($file)) {
                    
73		//is_writable() not always reliable, check return value. see comments @ http://uk.php.net/is_writable
                    
74		$f = fopen($file, 'w+');
                    
162	<ul>
                    
163<?php
                    
164	$template_mapping = array();
                    
184	?>
                    
185		<li><a href="theme-editor.php?file=<?php echo "$template_file"; ?>&amp;theme=<?php echo urlencode($theme) ?>&amp;dir=theme"><?php echo $filedesc ?></a></li>
                    
186<?php endwhile; ?>
                    
202		?>
                    
203		<li><a href="theme-editor.php?file=<?php echo "$style_file"; ?>&amp;theme=<?php echo urlencode($theme) ?>&amp;dir=style"><?php echo $filedesc ?></a></li>
                    
204<?php endwhile; ?>
                    
220		<?php echo $docs_select; ?>
                    
221		<input type="button" class="button" value=" <?php esc_attr_e( 'Lookup' ); ?> " onclick="if ( '' != jQuery('#docs-list').val() ) { window.open( 'http://api.wordpress.org/core/handbook/1.0/?function=' + escape( jQuery( '#docs-list' ).val() ) + '&amp;locale=<?php echo urlencode( get_locale() ) ?>&amp;version=<?php echo urlencode( $wp_version ) ?>&amp;redirect=true'); }" />
                    
222		</div>
                    
                
inputfilter.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 551 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 *  @class: InputFilter (PHP4 & PHP5, with comments)
                    
4 * @project: PHP Input Filter
                    
5 * @date: 10-05-2005
                    
6 * @version: 1.2.2_php4/php5
                    
7 * @author: Daniel Morris
                    
18{
                    
19	var $tagsArray; // default = empty array
                    
20	var $attrArray; // default = empty array
                    
58	/**
                    
59	 * Method to be called by another php script. Processes for XSS and
                    
60	 * specified bad code.
                    
85			 */
                    
86			if (is_string($source) && !empty ($source))
                    
87			{
                    
                
File.php https://gitlab.com/devtoannh/cafe | PHP | 468 lines
                    
25 */
                    
26require_once 'Zend/CodeGenerator/Php/Abstract.php';
                    
27
                    
86        if ($fileName == '') {
                    
87            require_once 'Zend/CodeGenerator/Php/Exception.php';
                    
88            throw new Zend_CodeGenerator_Php_Exception('FileName does not exist.');
                    
209            require_once 'Zend/CodeGenerator/Php/Exception.php';
                    
210            throw new Zend_CodeGenerator_Php_Exception('setDocblock() is expecting either a string, array or an instance of Zend_CodeGenerator_Php_Docblock');
                    
211        }
                    
293            require_once 'Zend/CodeGenerator/Php/Exception.php';
                    
294            throw new Zend_CodeGenerator_Php_Exception('Expecting either an array or an instance of Zend_CodeGenerator_Php_Class');
                    
295        }
                    
460        if ($this->_filename == '' || !is_writable(dirname($this->_filename))) {
                    
461            require_once 'Zend/CodeGenerator/Php/Exception.php';
                    
462            throw new Zend_CodeGenerator_Php_Exception('This code generator object is not writable.');
                    
                
Ftp.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 373 lines
                    
1<?php
                    
2
                    
11
                    
12require_once W3TC_LIB_W3_DIR . '/Cdn/Base.php';
                    
13
                    
25    /**
                    
26     * PHP5 Constructor
                    
27     *
                    
44    /**
                    
45     * PHP4 Constructor
                    
46     *
                    
59    function _connect(&$error) {
                    
60        if (empty($this->_config['host'])) {
                    
61            $error = 'Empty host.';
                    
65
                    
66        if (empty($this->_config['port'])) {
                    
67            $this->_config['port'] = 21;
                    
                
script.js https://gitlab.com/alexprowars/bitrix | JavaScript | 432 lines
                    
10			opts: { // default options
                    
11				url: 				'/somewhere.php',
                    
12				ajaxFlag: 			'AJAX_MODE',
                    
61					// set message
                    
62					if(BX.type.isNotEmptyString(next) && sv.stage != result.data.NEXT_STAGE)
                    
63						ctx.setStage(result.data.NEXT_STAGE);
                    
312			if(typeof this.vars.statistics.TOTAL != 'undefined' && this.vars.statistics.TOTAL.CNT == 0)
                    
313				return true; // empty base
                    
314
                    
                
VarCloner.php https://gitlab.com/alamgircsejnu/AMS-Project-Laravel | PHP | 324 lines
                    
1<?php
                    
2
                    
148                    case 'object':
                    
149                        if (empty($objRefs[$h = $zval['object_handle'] ?: ($hashMask ^ hexdec(substr(spl_object_hash($v), $hashOffset, PHP_INT_SIZE)))])) {
                    
150                            $stub = new Stub();
                    
164                                } else {
                    
165                                    $h = $hashMask ^ hexdec(substr(spl_object_hash($stub->value), $hashOffset, PHP_INT_SIZE));
                    
166                                }
                    
174                        }
                    
175                        if (empty($objRefs[$h])) {
                    
176                            $objRefs[$h] = $stub;
                    
185                    case 'unknown type':
                    
186                        if (empty($resRefs[$h = (int) $v])) {
                    
187                            $stub = new Stub();
                    
198                        }
                    
199                        if (empty($resRefs[$h])) {
                    
200                            $resRefs[$h] = $stub;
                    
                
componentbase.php https://gitlab.com/alexprowars/bitrix | PHP | 558 lines
                    
1<?php
                    
2
                    
184		$params =& $this->getParams();
                    
185		if (empty($params['CURRENT_LANG']))
                    
186		{
                    
188		}
                    
189		if (empty($params['LIST_PATH']))
                    
190		{
                    
196		}
                    
197		if (empty($params['SHOW_SOURCE_PATH']))
                    
198		{
                    
198		{
                    
199			$params['SHOW_SOURCE_PATH'] = '/bitrix/admin/translate_show_php.php';
                    
200		}
                    
202		{
                    
203			$params['EDIT_SOURCE_PATH'] = '/bitrix/admin/translate_edit_php.php';
                    
204		}
                    
                
tbl_structure.php https://gitlab.com/ctheilman92/Aging-In-Place | PHP | 469 lines
                    
6 *
                    
7 * @package PhpMyAdmin
                    
8 */
                    
13require_once 'libraries/common.inc.php';
                    
14require_once 'libraries/mysql_charsets.lib.php';
                    
15
                    
19require_once 'libraries/structure.lib.php';
                    
20require_once 'libraries/index.lib.php';
                    
21
                    
111            $action = 'tbl_structure.php';
                    
112            include 'libraries/mult_submits.inc.php';
                    
113            /**
                    
137require_once 'libraries/tbl_common.inc.php';
                    
138$url_query .= '&amp;goto=tbl_structure.php&amp;back=tbl_structure.php';
                    
139$url_params['goto'] = 'tbl_structure.php';
                    
                
class-wpb-map.php https://gitlab.com/oxidigitaluser/liguelista | PHP | 563 lines
                    
1<?php
                    
2/**
                    
12 * This class maps shortcodes settings to VC editors. You can manage add new shortcodes or manage default shortcodes
                    
13 * mapped in config/map.php. For developers it is possible to use API functions to add update settings attributes.
                    
14 *
                    
14 *
                    
15 * @see config/map.php
                    
16 * @see include/helpers/helpers_api.php
                    
94				/** @var Vc_Settings $settings - get use group access rules */
                    
95				if ( ! empty( $current_user->roles ) ) {
                    
96					self::$user_role = $current_user->roles[0];
                    
126	 * You need to shortcode's tag and  settings to map correctly.
                    
127	 * Default shortcodes are mapped in config/map.php file.
                    
128	 * The best way is to call this method with "init" action callback function of WP.
                    
143		if ( ! self::$is_init ) {
                    
144			if ( empty( $attributes['name'] ) ) {
                    
145				trigger_error( sprintf( __( "Wrong name for shortcode:%s. Name required", "js_composer" ), $tag ) );
                    
                
NetClient.php https://gitlab.com/wuhang2003/rainloop-webmail | PHP | 629 lines
                    
1<?php
                    
2
                    
187	 */
                    
188	public function capturePhpErrorWithException($iErrNo, $sErrStr, $sErrFile, $iErrLine)
                    
189	{
                    
209	{
                    
210		if (!\MailSo\Base\Validator::NotEmptyString($sServerName, true) || !\MailSo\Base\Validator::PortInt($iPort))
                    
211		{
                    
270
                    
271		\set_error_handler(array(&$this, 'capturePhpErrorWithException'));
                    
272
                    
                
class-wp-customize-setting.php https://gitlab.com/Gashler/dp | PHP | 439 lines
                    
1<?php
                    
2/**
                    
51		$this->id = $this->id_data[ 'base' ];
                    
52		if ( ! empty( $this->id_data[ 'keys' ] ) )
                    
53			$this->id .= '[' . implode( '][', $this->id_data[ 'keys' ] ) . ']';
                    
74			case 'option' :
                    
75				if ( empty( $this->id_data[ 'keys' ] ) )
                    
76					add_filter( 'pre_option_' . $this->id_data[ 'base' ], array( $this, '_preview_filter' ) );
                    
181		// Handle non-array theme mod.
                    
182		if ( empty( $this->id_data[ 'keys' ] ) )
                    
183			return set_theme_mod( $this->id_data[ 'base' ], $value );
                    
201		// Handle non-array option.
                    
202		if ( empty( $this->id_data[ 'keys' ] ) )
                    
203			return update_option( $this->id_data[ 'base' ], $value );
                    
231		// Handle non-array value
                    
232		if ( empty( $this->id_data[ 'keys' ] ) )
                    
233			return $function( $this->id_data[ 'base' ], $this->default );
                    
                
ImageMagick.php https://gitlab.com/yousafsyed/easternglamor | PHP | 480 lines
                    
1<?php
                    
2/**
                    
19
                    
20    const ERROR_WRONG_IMAGE = 'Image is not readable or file name is empty.';
                    
21
                    
237     * @throws \Exception
                    
238     * @SuppressWarnings(PHPMD.CyclomaticComplexity)
                    
239     * @SuppressWarnings(PHPMD.NPathComplexity)
                    
242    {
                    
243        if (empty($imagePath) || !file_exists($imagePath)) {
                    
244            throw new \LogicException(self::ERROR_WATERMARK_IMAGE_ABSENT);
                    
332        if (!class_exists('\Imagick', false)) {
                    
333            throw new \Exception("Required PHP extension 'Imagick' was not loaded.");
                    
334        }
                    
421
                    
422        if (!empty($font)) {
                    
423            if (method_exists($image, 'setFont')) {
                    
                
CAutoComplete.php https://gitlab.com/zenfork/vektor | PHP | 294 lines
                    
1<?php
                    
2/**
                    
42	 * be used to generate a URL using {@link CController::createUrl};
                    
43	 * If the URL is an empty string, the currently requested URL is used.
                    
44	 * This property will be ignored if {@link data} is set.
                    
90	 * @var boolean if set to true, the autocompleter will only allow results that
                    
91	 * are presented by the backend. Note that illegal values result in an empty
                    
92	 * input box. Defaults to false.
                    
                
http.php https://gitlab.com/Gashler/dp | PHP | 519 lines
                    
1<?php
                    
2/**
                    
219 * @param array $response HTTP response.
                    
220 * @return array The headers of the response. Empty array if incorrect parameter given.
                    
221 */
                    
235 * @param string $header Header name to retrieve value from.
                    
236 * @return string The header value. Empty string on if incorrect parameter given, or if the header doesn't exist.
                    
237 */
                    
250 *
                    
251 * Will return an empty array if incorrect parameter value is given.
                    
252 *
                    
255 * @param array $response HTTP response.
                    
256 * @return string the response code. Empty string on incorrect parameter given.
                    
257 */
                    
267 *
                    
268 * Will return an empty array if incorrect parameter value is given.
                    
269 *
                    
                
rendererbase.php https://gitlab.com/JrLucena/moodle | PHP | 271 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
81            );
                    
82            $output .= html_writer::empty_tag('input', $attr);
                    
83        }
                    
104        if ($options->feedback) {
                    
105            $output .= html_writer::nonempty_tag('div', $this->specific_feedback($qa),
                    
106                    array('class' => 'specificfeedback'));
                    
110        if ($options->numpartscorrect) {
                    
111            $output .= html_writer::nonempty_tag('div', $this->num_parts_correct($qa),
                    
112                    array('class' => 'numpartscorrect'));
                    
119        if ($options->generalfeedback) {
                    
120            $output .= html_writer::nonempty_tag('div', $this->general_feedback($qa),
                    
121                    array('class' => 'generalfeedback'));
                    
124        if ($options->rightanswer) {
                    
125            $output .= html_writer::nonempty_tag('div', $this->correct_response($qa),
                    
126                    array('class' => 'rightanswer'));
                    
                
edit.php https://gitlab.com/JrLucena/moodle | PHP | 241 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
24
                    
25require_once('../config.php');
                    
26require_once('lib.php');
                    
26require_once('lib.php');
                    
27require_once('edit_form.php');
                    
28
                    
38} else {
                    
39    if (!empty($id)) {
                    
40        $returnurl = new moodle_url($CFG->wwwroot . '/course/view.php', array('id' => $id));
                    
46            case 'category':
                    
47                $returnurl = new moodle_url($CFG->wwwroot . '/course/index.php', array('categoryid' => $categoryid));
                    
48                break;
                    
49            case 'catmanage':
                    
50                $returnurl = new moodle_url($CFG->wwwroot . '/course/management.php', array('categoryid' => $categoryid));
                    
51                break;
                    
                
yii.php https://gitlab.com/PragmaticLinux/Yii | PHP | 114 lines
                    
1<?php
                    
2/**
                    
9 * Each array element represents the translation (value) of a message (key).
                    
10 * If the value is empty, the message is considered as not translated.
                    
11 * Messages that no longer need translation will have their translations
                    
                
shipping.php https://gitlab.com/firstrate/firstrate | PHP | 268 lines
                    
1<?php
                    
2class ControllerApiShipping extends Controller {
                    
73				foreach ($custom_fields as $custom_field) {
                    
74					if (($custom_field['location'] == 'address') && $custom_field['required'] && empty($this->request->post['custom_field'][$custom_field['custom_field_id']])) {
                    
75						$json['error']['custom_field' . $custom_field['custom_field_id']] = sprintf($this->language->get('error_custom_field'), $custom_field['name']);
                    
233				// Shipping Method
                    
234				if (empty($this->session->data['shipping_methods'])) {
                    
235					$json['error'] = $this->language->get('error_no_shipping');
                    
                
upload.php https://gitlab.com/plusplusminus/aevitas | PHP | 245 lines
                    
1<?php
                    
2
                    
7/**
                    
8 * upload.php
                    
9 *
                    
46
                    
47		if ( empty( $form ) || ! $form['is_active'] ) {
                    
48			die();
                    
102
                    
103		if ( empty( $field ) || GFFormsModel::get_input_type( $field ) != 'fileupload' ) {
                    
104			die();
                    
109
                    
110		$allowed_extensions = ! empty( $field->allowedExtensions ) ? GFCommon::clean_extensions( explode( ',', strtolower( $field->allowedExtensions ) ) ) : array();
                    
111
                    
123
                    
124		if ( ! empty( $allowed_extensions ) ) {
                    
125			if ( ! GFCommon::match_file_extension( $file_name, $allowed_extensions ) || ! GFCommon::match_file_extension( $uploaded_filename, $allowed_extensions ) ) {
                    
                
yii.php https://gitlab.com/PragmaticLinux/Yii | PHP | 114 lines
                    
1<?php
                    
2/**
                    
9* Each array element represents the translation (value) of a message (key).
                    
10* If the value is empty, the message is considered as not translated.
                    
11* Messages that no longer need translation will have their translations
                    
                
HelperRegistryTest.php https://gitlab.com/18runt88/cakephp | PHP | 334 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
                    
4 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
10 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
11 * @link          http://cakephp.org CakePHP(tm) Project
                    
12 * @since         2.0.0
                    
12 * @since         2.0.0
                    
13 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
                    
14 */
                    
168
                    
169        $this->assertEmpty($this->Events->listeners('View.beforeRender'));
                    
170    }
                    
                
search.tpl https://gitlab.com/firstrate/firstrate | Smarty Template | 207 lines
                    
4    <?php foreach ($breadcrumbs as $breadcrumb) { ?>
                    
5    <li><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a></li>
                    
6    <?php } ?>
                    
99            <?php if ($limits['value'] == $limit) { ?>
                    
100            <option value="<?php echo $limits['href']; ?>" selected="selected"><?php echo $limits['text']; ?></option>
                    
101            <?php } else { ?>
                    
101            <?php } else { ?>
                    
102            <option value="<?php echo $limits['href']; ?>"><?php echo $limits['text']; ?></option>
                    
103            <?php } ?>
                    
112          <div class="product-thumb">
                    
113            <div class="image"><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" title="<?php echo $product['name']; ?>" class="img-responsive" /></a></div>
                    
114            <div class="caption">
                    
141            <div class="button-group">
                    
142              <button type="button" onclick="cart.add('<?php echo $product['product_id']; ?>', '<?php echo $product['minimum']; ?>');"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs hidden-sm hidden-md"><?php echo $button_cart; ?></span></button>
                    
143              <button type="button" data-toggle="tooltip" title="<?php echo $button_wishlist; ?>" onclick="wishlist.add('<?php echo $product['product_id']; ?>');"><i class="fa fa-heart"></i></button>
                    
                
emogrifier.php https://gitlab.com/endomorphosis/OLAAaction | PHP | 228 lines
                    
1<?php defined('_JEXEC') or die('Restricted access'); ?>
                    
2<?php
                    
20    2010-06-16  Added static caching for less processing overhead in situations where multiple emogrification takes place
                    
21    2010-07-26  Fixed bug where '0' values were getting discarded because of php's empty() function... Thanks Scott!
                    
22    2010-09-03  Added checks to invisible node removal to ensure that we don't try to remove non-existent child nodes of parents that have already been deleted
                    
117            $nodes = @$xpath->query($this->translateCSStoXpath(trim($value['selector'])));
                    
118			if(empty($nodes)) continue;
                    
119
                    
214	    foreach ($definitions as $def) {
                    
215            if (empty($def) || strpos($def, ':') === false) continue;
                    
216    	    list($key,$value) = explode(':',$def,2);
                    
216    	    list($key,$value) = explode(':',$def,2);
                    
217    	    if (empty($key) || strlen(trim($value)) === 0) continue;
                    
218    	    $retArr[trim($key)] = trim($value);
                    
                
AbstractRequestHandlerTest.php git://github.com/symfony/symfony.git | PHP | 417 lines
                    
1<?php
                    
2
                    
13
                    
14use PHPUnit\Framework\TestCase;
                    
15use Symfony\Component\EventDispatcher\EventDispatcher;
                    
150     */
                    
151    public function testSubmitFormWithEmptyNameIfAtLeastOneFieldInRequest($method)
                    
152    {
                    
179     */
                    
180    public function testDoNotSubmitFormWithEmptyNameIfNoFieldInRequest($method)
                    
181    {
                    
                
map.js https://gitlab.com/Aaeinstein54/ember.js | JavaScript | 497 lines
                    
15  This implementation follows the current iteration of the ES6 proposal for
                    
16  maps (http://wiki.ecmascript.org/doku.php?id=harmony:simple_maps_and_sets),
                    
17  with one exception:  as we do not have the luxury of in-VM iteration, we implement a
                    
25import { guidFor } from 'ember-metal/utils';
                    
26import EmptyObject from 'ember-metal/empty_object';
                    
27
                    
36function copyNull(obj) {
                    
37  var output = new EmptyObject();
                    
38
                    
39  for (var prop in obj) {
                    
40    // hasOwnPropery is not needed because obj is new EmptyObject();
                    
41    output[prop] = obj[prop];
                    
95  clear() {
                    
96    this.presenceSet = new EmptyObject();
                    
97    this.list = [];
                    
                
squadadmin.php git://git.savannah.nongnu.org/savane-cleanup.git | PHP | 361 lines
                    
1<?php
                    
2# <one line to give a brief idea of what this does.>
                    
24
                    
25require_once('../../include/init.php');
                    
26require_once('../../include/account.php');
                    
53	  if (!$form_realname)
                    
54	    { fb(_("You must supply a non-empty real name."),1); }
                    
55
                    
104
                    
105		      # Unset variables so the form below will be empty
                    
106		      $form_id = null;
                    
176    {  
                    
177      print form_header($_SERVER["PHP_SELF"].'#form', $form_id);
                    
178      print form_input("hidden", "group_id", $group_id);
                    
213      if (!$form_realname)
                    
214	{ fb(_("You must supply a non-empty real name."),1); }
                    
215      else
                    
                
quickadd.php https://gitlab.com/julienv/joomleague | PHP | 295 lines
                    
1<?php
                    
2/**
                    
3 * @copyright	Copyright (C) 2006-2014 joomleague.at. All rights reserved.
                    
4 * @license		GNU/GPL, see LICENSE.php
                    
5 * Joomla! is free software. This version may have been modified pursuant
                    
8 * other free or open source software licenses.
                    
9 * See COPYRIGHT.php for copyright notices and details.
                    
10 */
                    
16
                    
17require_once ( JPATH_COMPONENT . DS . 'models' . DS . 'list.php' );
                    
18
                    
193	{		
                    
194		if ( !$personid && empty($name) ) {
                    
195			$this->setError(Jtext::_('COM_JOOMLEAGUE_ADMIN_QUICKADD_CTRL_ADD_PLAYER_REQUIRES_ID_OR_NAME'));
                    
                
cache.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 503 lines
                    
1<?php
                    
2/**
                    
261	function add( $id, $data, $group = 'default', $expire = '' ) {
                    
262		if ( empty ($group) )
                    
263			$group = 'default';
                    
303	function delete($id, $group = 'default', $force = false) {
                    
304		if (empty ($group))
                    
305			$group = 'default';
                    
348	function get($id, $group = 'default') {
                    
349		if ( empty ($group) )
                    
350			$group = 'default';
                    
465	/**
                    
466	 * PHP4 constructor; Calls PHP 5 style constructor
                    
467	 *
                    
483		/**
                    
484		 * @todo This should be moved to the PHP4 style constructor, PHP5
                    
485		 * already calls __destruct()
                    
                
RCCWP_CreateCustomFieldPage.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 357 lines
                    
29
                    
30		<?php if(isset($_GET['custom-group-id']) && !empty($_GET['custom-group-id'])) { ?>
                    
31  			<input type="hidden" name="custom-group-id" value="<?php echo $_GET['custom-group-id']?>">
                    
32		<?php } ?>
                    
33		<?php if(isset($_POST['custom-group-id']) && !empty($_POST['custom-group-id'])) { ?>
                    
34  			<input type="hidden" name="custom-group-id" value="<?php echo $_POST['custom-group-id']?>">
                    
85				<select name="custom-field-required" id="custom-field-required">
                    
86					<option value="0" selected="selected"><?php _e('Not Required - can be empty',$mf_domain); ?></option>
                    
87					<option value="1"><?php _e('Required - can not be empty',$mf_domain); ?></option>
                    
129				?>
                    
130					<label><input name="custom-field-type" value="<?php echo $field->id?>" type="radio" <?php echo $checked?> onclick='fun("<?php echo $field->name?>");' /> <!-- Calling Javascript Function -->
                    
131					<?php echo $field->name?></label><br />
                    
348		<p class="submit" >
                    
349			<a style="color:black" href="<?php echo RCCWP_ManagementPage::GetCustomWritePanelGenericUrl('cancel-create-custom-field')."&custom-group-id=$customGroupID"?>" class="button"><?php _e('Cancel', $mf_domain); ?></a> 
                    
350			<input type="submit" id="finish-create-custom-field" value="<?php _e('Finish', $mf_domain); ?>" />
                    
                
jquery.storageapi.js https://gitlab.com/Mirros/cdnjs | JavaScript | 412 lines
                    
6 * Licensed under the MIT license:
                    
7 * http://www.opensource.org/licenses/mit-license.php
                    
8 *
                    
165
                    
166  // Check if items of a storage are empty
                    
167  function _isEmpty(storage){
                    
169    if(l==1){
                    
170      // If only one argument, test if storage is empty
                    
171      return (_keys(storage).length==0);
                    
172    }else if($.isArray(a1)){
                    
173      // If first argument is an array, test each item of this array and return true only if all items are empty
                    
174      for(var i=0; i<a1.length;i++){
                    
174      for(var i=0; i<a1.length;i++){
                    
175        if(!_isEmpty(storage,a1[i])) return false;
                    
176      }
                    
                
plugin.php https://gitlab.com/endomorphosis/falkenstein | PHP | 248 lines
                    
1<?php
                    
2/*
                    
19 */
                    
20require_once CKFINDER_CONNECTOR_LIB_DIR . "/CommandHandler/XmlCommandHandlerBase.php";
                    
21
                    
51    {
                    
52        if (empty($_POST['CKFinderCommand']) || $_POST['CKFinderCommand'] != 'true') {
                    
53            $this->_errorHandler->throwError(CKFINDER_CONNECTOR_ERROR_INVALID_REQUEST);
                    
89        $quality = 80;
                    
90        $resizeOriginal = !empty($_POST['width']) && !empty($_POST['height']);
                    
91
                    
121
                    
122        require_once CKFINDER_CONNECTOR_LIB_DIR . "/CommandHandler/Thumbnail.php";
                    
123
                    
134        foreach (array('small', 'medium', 'large') as $size) {
                    
135            if (!empty($_POST[$size]) && $_POST[$size] == '1') {
                    
136                $thumbName = $nameWithoutExt."_".$size.".".$extension;
                    
                
mod_form.php https://gitlab.com/JrLucena/moodle | PHP | 229 lines
                    
1<?php
                    
2if (!defined('MOODLE_INTERNAL')) {
                    
5
                    
6require_once ($CFG->dirroot.'/course/moodleform_mod.php');
                    
7
                    
18        $mform->addElement('text', 'name', get_string('name'), array('size'=>'64'));
                    
19        if (!empty($CFG->formatstringstriptags)) {
                    
20            $mform->setType('name', PARAM_TEXT);
                    
171        // be the case if there is a default value defined.
                    
172        if (empty($default_values['entbypage']) || $default_values['entbypage'] < 0) {
                    
173            $default_values['entbypage'] = $this->get_default_entbypage();
                    
179        $default_values['completionentriesenabled']=
                    
180            !empty($default_values['completionentries']) ? 1 : 0;
                    
181        if (empty($default_values['completionentries'])) {
                    
199    function completion_rule_enabled($data) {
                    
200        return (!empty($data['completionentriesenabled']) && $data['completionentries']!=0);
                    
201    }
                    
                
handlers.dev.js https://gitlab.com/endomorphosis/jeffersonsmithmayor | JavaScript | 370 lines
                    
3function fileDialogStart() {
                    
4	jQuery("#media-upload-error").empty();
                    
5}
                    
63	else {
                    
64		item.load('async-upload.php', {attachment_id:serverData, fetch:f}, function(){prepareMediaItemInit(fileObj);updateMediaForm()});
                    
65	}
                    
182
                    
183	jQuery('.filename:empty', item).remove();
                    
184	jQuery('.filename .title', item).css('font-weight','bold');
                    
                
blogpost.php https://gitlab.com/alexprowars/bitrix | PHP | 516 lines
                    
1<?php
                    
2
                    
31		{
                    
32			$this->addError(new Error(Loc::getMessage('SONET_CONTROLLER_LIVEFEED_BLOGPOST_EMPTY'), 'SONET_CONTROLLER_LIVEFEED_BLOGPOST_EMPTY'));
                    
33			return null;
                    
58			if (
                    
59				!empty($postSocnetPermsList['SG'])
                    
60				&& is_array($postSocnetPermsList['SG'])
                    
220		{
                    
221			$this->addError(new Error(Loc::getMessage('SONET_CONTROLLER_LIVEFEED_BLOGPOST_EMPTY'), 'SONET_CONTROLLER_LIVEFEED_BLOGPOST_EMPTY'));
                    
222			return null;
                    
277
                    
278		if (!empty($destData))
                    
279		{
                    
282				$entitites = Json::decode($destData);
                    
283				if (!empty($entitites))
                    
284				{
                    
                
class-wp-ms-users-list-table.php https://gitlab.com/matthisstenius/wordpress-intranet | PHP | 301 lines
                    
159			<tr class="<?php echo $alt; ?>">
                    
160			<?php
                    
161
                    
175						<th scope="row" class="check-column">
                    
176							<label class="screen-reader-text" for="blog_<?php echo $user->ID; ?>"><?php echo sprintf( __( 'Select %s' ), $user->user_login ); ?></label>
                    
177							<input type="checkbox" id="blog_<?php echo $user->ID ?>" name="allusers[]" value="<?php echo esc_attr( $user->ID ) ?>" />
                    
178						</th>
                    
179					<?php
                    
180					break;
                    
186						echo "<td $attributes>"; ?>
                    
187							<?php echo $avatar; ?><strong><a href="<?php echo $edit_link; ?>" class="edit"><?php echo $user->user_login; ?></a><?php
                    
188							if ( in_array( $user->user_login, $super_admins ) )
                    
191							<br/>
                    
192							<?php
                    
193								$actions = array();
                    
                
Grammar.php https://gitlab.com/Niqera/e3e | PHP | 459 lines
                    
1<?php
                    
2
                    
255    /**
                    
256     * Create an empty Doctrine DBAL TableDiff from the Blueprint.
                    
257     *
                    
                
Indexer.php https://gitlab.com/daigiangaitu91/magento | PHP | 448 lines
                    
1<?php
                    
2/**
                    
16/**
                    
17 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
                    
18 */
                    
219        $indexer = $this->config->getIndexer($indexerId);
                    
220        if (empty($indexer) || empty($indexer['indexer_id']) || $indexer['indexer_id'] != $indexerId) {
                    
221            throw new \InvalidArgumentException("{$indexerId} indexer does not exist.");
                    
                
imagepicker.php https://gitlab.com/che234/adn | PHP | 267 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version   $Id: imagepicker.php 11812 2013-06-27 17:49:30Z djamil $
                    
4 * @author    RocketTheme http://www.rockettheme.com
                    
43		$this->data = json_decode($this->value);
                    
44		if (empty($this->data->path) && !preg_match("/^-([a-z]{1,})-$/", $this->value)) $this->value = "";
                    
45		if (isset($this->data->link)) $link = $this->data->link;
                    
50		if (isset($this->data->path)){
                    
51			$preview = !empty($this->data->preview) ? $this->data->preview : $this->data->path;
                    
52			if (!preg_match("/^https?:\/\//", $preview) && substr($preview, 0, 1) != '/'){
                    
125			'attributes' => array(
                    
126				'value' => $platforminfo->getRootUrl().'/wp-admin/media-upload.php?post_id=0&width=640&height=687&e_name=' . $this->id . '&TB_iframe=1',
                    
127				'icon' => 'mediamanager',
                    
137				'attributes' => array(
                    
138					'value' => $platforminfo->getRootUrl().'/wp-admin/admin-ajax.php?action=rokgallery_gallerypicker&height=600&width=675&show_menuitems=0&inputfield=' . $this->id . '&modal=false&TB_iframe=true',
                    
139					'icon' => 'rokgallery',
                    
                
CakeValidationSetTest.php https://gitlab.com/195/food-delivery | PHP | 337 lines
                    
4 *
                    
5 * CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>
                    
6 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
12 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
                    
13 * @link          http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
                    
14 * @package       Cake.Test.Case.Model.Validator
                    
14 * @package       Cake.Test.Case.Model.Validator
                    
15 * @since         CakePHP(tm) v 2.2.0
                    
16 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
                    
56		$result = $Field->validate($data);
                    
57		$this->assertEmpty($result);
                    
58
                    
85	public function testGetRule() {
                    
86		$rules = array('notBlank' => array('rule' => 'notBlank', 'message' => 'Can not be empty'));
                    
87		$Field = new CakeValidationSet('title', $rules);
                    
                
CakeValidationSetTest.php https://gitlab.com/chandni.chauhan/Darlie-GumCare | PHP | 337 lines
                    
85	public function testGetRule() {
                    
86		$rules = array('notEmpty' => array('rule' => 'notEmpty', 'message' => 'Can not be empty'));
                    
87		$Field = new CakeValidationSet('title', $rules);
                    
103	public function testGetRules() {
                    
104		$rules = array('notEmpty' => array('rule' => 'notEmpty', 'message' => 'Can not be empty'));
                    
105		$Field = new CakeValidationSet('title', $rules);
                    
117	public function testSetRule() {
                    
118		$rules = array('notEmpty' => array('rule' => 'notEmpty', 'message' => 'Can not be empty'));
                    
119		$Field = new CakeValidationSet('title', $rules);
                    
150	public function testSetRules() {
                    
151		$rule = array('notEmpty' => array('rule' => 'notEmpty', 'message' => 'Can not be empty'));
                    
152		$Field = new CakeValidationSet('title', $rule);
                    
212		$Set = new CakeValidationSet('title', array(
                    
213			'notEmpty' => array('rule' => 'notEmpty', 'required' => true),
                    
214			'numeric' => array('rule' => 'numeric'),
                    
                
link-manager.php https://gitlab.com/endomorphosis/reservationtelco | PHP | 292 lines
                    
85<?php screen_icon(); ?>
                    
86<h2><?php echo esc_html( $title ); ?> <a href="link-add.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a> <?php
                    
87if ( !empty($_GET['s']) )
                    
195		$edit_link = get_edit_bookmark_link();
                    
196		?><tr id="link-<?php echo $link->link_id; ?>" valign="middle" <?php echo $style; ?>><?php
                    
197		foreach($link_columns as $column_name=>$column_display_name) {
                    
245				case 'rel':
                    
246					?><td <?php echo $attributes ?>><?php echo empty($link->link_rel) ? '<br />' : $link->link_rel; ?></td><?php
                    
247					break;
                    
248				case 'visible':
                    
249					?><td <?php echo $attributes ?>><?php echo $visible; ?></td><?php
                    
250					break;
                    
251				case 'rating':
                    
252 					?><td <?php echo $attributes ?>><?php echo $rating; ?></td><?php
                    
253					break;
                    
                
GetFileController.php https://gitlab.com/goolic/PrestaShop | PHP | 332 lines
                    
1<?php
                    
2/**
                    
9 * It is also available through the world-wide-web at this URL:
                    
10 * http://opensource.org/licenses/osl-3.0.php
                    
11 * If you did not receive a copy of the license and are unable to
                    
22 * @copyright 2007-2015 PrestaShop SA
                    
23 * @license   http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
                    
24 * International Registered Trademark & Property of PrestaShop SA
                    
41            $filename = ProductDownload::getFilenameFromFilename(Tools::getValue('file'));
                    
42            if (empty($filename)) {
                    
43                $newFileName = Tools::getValue('filename');
                    
43                $newFileName = Tools::getValue('filename');
                    
44                if (!empty($newFileName)) {
                    
45                    $filename = Tools::getValue('filename');
                    
60            if (!$this->context->customer->isLogged() && !Tools::getValue('secure_key') && !Tools::getValue('id_order')) {
                    
61                Tools::redirect('index.php?controller=authentication&back=get-file.php&key='.$key);
                    
62            } elseif (!$this->context->customer->isLogged() && Tools::getValue('secure_key') && Tools::getValue('id_order')) {
                    
                
functions.php https://gitlab.com/BaseX/BaseX | PHP | 276 lines
                    
1<?php
                    
2// $Id: functions.php,v 1.5 2004/12/12 04:50:37 phppp Exp $
                    
3//  ------------------------------------------------------------------------ //
                    
26//  ------------------------------------------------------------------------ //
                    
27// Author: D.J.(phppp) php_pp@hotmail.com                                    //
                    
28// URL: http://www.xoops.org.cn                                              //
                    
78/**
                    
79 * Analyzes some PHP environment variables to find the most probable language
                    
80 * that should be used
                    
124	// variable
                    
125	if (empty($lang) && !empty($HTTP_ACCEPT_LANGUAGE)) {
                    
126	    $accepted = explode(',', $HTTP_ACCEPT_LANGUAGE);
                    
136	// 2. try to findout user's language by checking its HTTP_USER_AGENT variable
                    
137	if (empty($lang) && !empty($HTTP_USER_AGENT)) {
                    
138	    $lang = xlanguage_lang_detect($HTTP_USER_AGENT, 2);
                    
                
HeadLink.php https://gitlab.com/daigiangaitu91/magento | PHP | 495 lines
                    
1<?php
                    
2/**
                    
61     *
                    
62     * Use PHP_EOL as separator
                    
63     */
                    
67
                    
68        $this->setSeparator(PHP_EOL);
                    
69    }
                    
199        $intersection = array_intersect($this->itemKeys, $keys);
                    
200        if (empty($intersection)) {
                    
201            return false;
                    
317        if (isset($attributes['conditionalStylesheet'])
                    
318            && !empty($attributes['conditionalStylesheet'])
                    
319            && is_string($attributes['conditionalStylesheet'])
                    
390            $conditionalStylesheet = array_shift($args);
                    
391            if (!empty($conditionalStylesheet) && is_string($conditionalStylesheet)) {
                    
392                $conditionalStylesheet = (string) $conditionalStylesheet;
                    
                
XsdTest.php https://gitlab.com/daigiangaitu91/magento | PHP | 302 lines
                    
1<?php
                    
2/**
                    
9
                    
10class XsdTest extends \PHPUnit_Framework_TestCase
                    
11{
                    
69        $actualResult = $dom->validate($schema, $actualErrors);
                    
70        $this->assertEquals(empty($expectedErrors), $actualResult);
                    
71        $this->assertEquals($expectedErrors, $actualErrors);
                    
122     * @return array
                    
123     * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
                    
124     */
                    
127        return [
                    
128            'valid empty' => ['<config/>', []],
                    
129            'valid empty renderers' => ['<config><renderers/></config>', []],
                    
129            'valid empty renderers' => ['<config><renderers/></config>', []],
                    
130            'valid empty totals' => ['<config><totals/></config>', []],
                    
131            'valid empty renderers and totals' => ['<config><renderers/><totals/></config>', []],
                    
                
HTMLModuleManager.php https://gitlab.com/hop23typhu/list-theme | PHP | 403 lines
                    
1<?php
                    
2
                    
166        }
                    
167        if (empty($module->name)) {
                    
168            trigger_error('Module instance of ' . get_class($module) . ' must have name');
                    
                
TranslationDebugCommand.php https://gitlab.com/matijabelec/bigpandadev | PHP | 268 lines
                    
1<?php
                    
2
                    
59
                    
60  <info>php %command.full_name% en AcmeDemoBundle</info>
                    
61
                    
63
                    
64  <info>php %command.full_name% --domain=messages en AcmeDemoBundle</info>
                    
65
                    
67
                    
68  <info>php %command.full_name% --only-missing en AcmeDemoBundle</info>
                    
69
                    
71
                    
72  <info>php %command.full_name% --only-unused en AcmeDemoBundle</info>
                    
73
                    
144        // No defined or extracted messages
                    
145        if (empty($allMessages) || null !== $domain && empty($allMessages[$domain])) {
                    
146            $outputMessage = sprintf('No defined or extracted messages for locale "%s"', $locale);
                    
                
LeoblogOwlCarousel.php https://gitlab.com/elasa/shop2.elasa.ir | PHP | 363 lines
                    
1<?php
                    
2/**
                    
21		{
                    
22			if (empty($name))
                    
23			{
                    
                
install_deDE.php http://wowroster.googlecode.com/svn/trunk/ | PHP | 411 lines
                    
1<?php
                    
2/**
                    
8 * @license    http://www.gnu.org/licenses/gpl.html   Licensed under the GNU General Public License v3.
                    
9 * @version    SVN: $Id: install_deDE.php 2222 2010-12-05 10:05:37Z c.treyce@gmail.com $
                    
10 * @link       http://www.wowroster.net
                    
48
                    
49stages should be integers, ascending, starting at 0, without gaps. In other words, put them in the right order and have PHP assign the keys.
                    
50
                    
54
                    
55The 'Key' entry, recommended to be last (though place doesn't really matter) names the icon and the lockpicking skill. If a lock is unpickable, leave the field empty
                    
56*/
                    
                
columns.php https://gitlab.com/VTTE/sitios-vtte | PHP | 448 lines
                    
90		// whether to count this post type or not
                    
91		if ( empty( $post_types ) || empty( $post ) || ! in_array( $post->post_type, $post_types, true ) )
                    
92			return wp_send_json_error( __( 'Invalid post ID.', 'post-views-counter' ) );
                    
176			<span id="post-views-display">
                    
177				<?php echo __( 'Post Views', 'post-views-counter' ) . ': <b>' . number_format_i18n( $count ) . '</b>'; ?>
                    
178			</span>
                    
191					<input type="hidden" name="current_post_views" id="post-views-current" value="<?php echo $count; ?>" />
                    
192					<input type="text" name="post_views" id="post-views-input" value="<?php echo $count; ?>"/><br />
                    
193					<p>
                    
193					<p>
                    
194						<a href="#post-views" class="save-post-views hide-if-no-js button"><?php _e( 'OK', 'post-views-counter' ); ?></a>
                    
195						<a href="#post-views" class="cancel-post-views hide-if-no-js"><?php _e( 'Cancel', 'post-views-counter' ); ?></a>
                    
198				</div>
                    
199				<?php
                    
200			}
                    
                
makefont.php https://bitbucket.org/OverSite/capstone-demo.git | PHP | 410 lines
                    
1<?php
                    
2/*******************************************************************************
                    
9
                    
10require('ttfparser.php');
                    
11
                    
13{
                    
14    if (PHP_SAPI == 'cli') {
                    
15        if ($severity)
                    
44    $a = file($file);
                    
45    if (empty($a))
                    
46        Error('Encoding not found: ' . $enc);
                    
137    $a = file($afm);
                    
138    if (empty($a))
                    
139        Error('AFM file empty or not readable');
                    
393    if ($argc == 1)
                    
394        die("Usage: php makefont.php fontfile [encoding] [embed] [subset]\n");
                    
395    $fontfile = $argv[1];
                    
                
DB_result.php https://gitlab.com/betanurlaila/UI_onlineshop | PHP | 666 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * An open source application development framework for PHP
                    
6 *
                    
242		// In the event that query caching is on, the result_id variable
                    
243		// will not be a valid resource so we'll simply return an empty
                    
244		// array.
                    
283		// In the event that query caching is on, the result_id variable
                    
284		// will not be a valid resource so we'll simply return an empty
                    
285		// array.
                    
328			// array_key_exists() instead of isset() to allow for NULL values
                    
329			if (empty($this->row_data) OR ! array_key_exists($n, $this->row_data))
                    
330			{
                    
                
PublicController.php https://gitlab.com/jankube/mautic | PHP | 405 lines
                    
39                $tokens = $stat->getTokens();
                    
40                if (!empty($tokens)) {
                    
41                    // Override tracking_pixel so as to not cause a double hit
                    
52                $template = $entity->getTemplate();
                    
53                if (!empty($template)) {
                    
54                    $slots = $this->factory->getTheme($template)->getSlots('email');
                    
193
                    
194        if (empty($template) && empty($formTemplate)) {
                    
195            $template = $this->factory->getParameter('theme');
                    
212        );
                    
213        $contentTemplate = 'MauticCoreBundle::message.html.php';
                    
214
                    
214
                    
215        if (!empty($formContent)) {
                    
216            $viewParams['content'] = $formContent;
                    
                
base_admin.class.php https://gitlab.com/hop23typhu/list-theme | PHP | 526 lines
                    
180				if(!empty(self::$master_view) && !isset(self::$tempVars["is_masterView"]) ){
                    
181					$masterViewFilepath = self::$path_views.self::$master_view.".php";
                    
182					UniteFunctionsRev::validateFilepath($masterViewFilepath,"Master View");
                    
187				else{		//simple require the view file.
                    
188					$viewFilepath = self::$path_views.$view.".php";
                    
189					
                    
299			
                    
300			$link = admin_url( "admin.php?page=".self::$dir_plugin.$params);
                    
301			return($link);
                    
350			
                    
351			if(!empty($arrData)){
                    
352				
                    
417					if( UniteZipRev::isZipExists() == false)
                    
418						UniteFunctionsRev::throwError("The ZipArchive php extension not exists, can't extract the update file. Please turn it on in php ini.");
                    
419				}
                    
                
class-wc-query.php https://gitlab.com/hop23typhu/list-theme | PHP | 496 lines
                    
1<?php
                    
2/**
                    
59			$_query = wp_parse_args( $q->query );
                    
60			if ( empty( $_query ) || ! array_diff( array_keys( $_query ), array( 'preview', 'page', 'paged', 'cpage', 'orderby' ) ) ) {
                    
61				$q->is_page = true;
                    
134		// If this is not a WC Query, do not modify the query
                    
135		if ( empty( $wp_the_query->query_vars['wc_query'] ) )
                    
136		    return $where;
                    
183		// Abort if we're not filtering posts
                    
184		if ( empty( $this->post__in ) )
                    
185			return $posts;
                    
187		// Abort if this query has already been done
                    
188		if ( ! empty( $query->wc_query ) )
                    
189			return $posts;
                    
191		// Abort if this isn't a search query
                    
192		if ( empty( $query->query_vars["s"] ) )
                    
193			return $posts;
                    
                
base.php https://gitlab.com/alexprowars/bitrix | PHP | 539 lines
                    
1<?php
                    
2namespace Bitrix\Report\VisualConstructor\Fields;
                    
333	{
                    
334		return !empty($this->dataAttributes[$key]) ? $this->dataAttributes[$key] : null;
                    
335	}
                    
409		$result = '';
                    
410		if (!empty($classes))
                    
411		{
                    
411		{
                    
412			$result = !empty($classes) ? ' class="' . implode(' ', $classes) . '"' : '';
                    
413		}
                    
                
TestBaseTest.php git://github.com/drupal/drupal.git | PHP | 470 lines
                    
1<?php
                    
2
                    
175    // Verify some startup values.
                    
176    $this->assertAttributeEmpty('assertions', $test_base);
                    
177    if (is_string($status)) {
                    
196    }
                    
197    $this->assertAttributeNotEmpty('assertions', $test_base);
                    
198    // Make a ReflectionProperty for the assertions property,
                    
                
widget-categories.php http://ooxx.googlecode.com/svn/trunk/ | PHP | 246 lines
                    
217			<label for="<?php echo $this->get_field_id( 'hierarchical' ); ?>">
                    
218			<input class="checkbox" type="checkbox" <?php checked( $instance['hierarchical'], true ); ?> id="<?php echo $this->get_field_id( 'hierarchical' ); ?>" name="<?php echo $this->get_field_name( 'hierarchical' ); ?>" /> <?php _e( 'Hierarchical?', $this->textdomain ); ?> <code>hierarchical</code></label>
                    
219		</p>
                    
225			<label for="<?php echo $this->get_field_id( 'show_last_update' ); ?>">
                    
226			<input class="checkbox" type="checkbox" <?php checked( $instance['show_last_update'], true ); ?> id="<?php echo $this->get_field_id( 'show_last_update' ); ?>" name="<?php echo $this->get_field_name( 'show_last_update' ); ?>" /> <?php _e( 'Show last update?', $this->textdomain ); ?> <code>show_last_update</code></label>
                    
227		</p>
                    
229			<label for="<?php echo $this->get_field_id( 'show_count' ); ?>">
                    
230			<input class="checkbox" type="checkbox" <?php checked( $instance['show_count'], true ); ?> id="<?php echo $this->get_field_id( 'show_count' ); ?>" name="<?php echo $this->get_field_name( 'show_count' ); ?>" /> <?php _e( 'Show count?', $this->textdomain ); ?> <code>show_count</code></label>
                    
231		</p>
                    
233			<label for="<?php echo $this->get_field_id( 'hide_empty' ); ?>">
                    
234			<input class="checkbox" type="checkbox" <?php checked( $instance['hide_empty'], true ); ?> id="<?php echo $this->get_field_id( 'hide_empty' ); ?>" name="<?php echo $this->get_field_name( 'hide_empty' ); ?>" /> <?php _e( 'Hide empty?', $this->textdomain ); ?> <code>hide_empty</code></label>
                    
235		</p>
                    
237			<label for="<?php echo $this->get_field_id( 'feed' ); ?>">
                    
238			<input class="checkbox" type="checkbox" <?php checked( $instance['feed'], true ); ?> id="<?php echo $this->get_field_id( 'feed' ); ?>" name="<?php echo $this->get_field_name( 'feed' ); ?>" /> <?php _e( 'Show RSS feed?', $this->textdomain ); ?> <code>feed</code></label>
                    
239		</p>
                    
                
template.php https://gitlab.com/endomorphosis/jeffersonsmithmayor | PHP | 394 lines
                    
95 * Works by first retrieving the current slug for example 'category-default.php' and then
                    
96 * trying category ID, for example 'category-1.php' and will finally fallback to category.php
                    
97 * template, if those files don't exist.
                    
185 *
                    
186 * Attempts to locate 'home.php' first before falling back to 'index.php'.
                    
187 *
                    
193function get_home_template() {
                    
194	$templates = array( 'home.php', 'index.php' );
                    
195
                    
218 * Will first look for the specifically assigned page template
                    
219 * The will search for 'page-{slug}.php' followed by 'page-id.php'
                    
220 * and finally 'page.php'
                    
296 *
                    
297 * Some examples for the 'text/plain' mime type are 'text.php', 'plain.php', and
                    
298 * finally 'text_plain.php'.
                    
                
lib.php https://gitlab.com/JrLucena/moodle | PHP | 339 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
24 */
                    
25require_once($CFG->dirroot . '/repository/lib.php');
                    
26
                    
69        // Without an API key, don't show this repo to users as its useless without it.
                    
70        if (empty($this->apikey)) {
                    
71            $this->disabled = true;
                    
86        if (!isset($this->service)) {
                    
87            require_once($CFG->libdir . '/google/lib.php');
                    
88            $this->client = get_google_client();
                    
100    public function set_option($options = array()) {
                    
101        if (!empty($options['apikey'])) {
                    
102            set_config('apikey', trim($options['apikey']), 'youtube');
                    
123    public function check_login() {
                    
124        return !empty($this->keyword);
                    
125    }
                    
                
elfinder.pt_BR.js https://gitlab.com/r.collas/site_central | JavaScript | 320 lines
                    
28			'errConf'              : 'Configuração inválida do backend.',
                    
29			'errJSON'              : 'Módulo PHP JSON não está instalado.',
                    
30			'errNoVolumes'         : 'Não existe nenhum volume legível disponivel.',
                    
32			'errDataNotJSON'       : 'Dados não estão no formato JSON.',
                    
33			'errDataEmpty'         : 'Dados vazios.',
                    
34			'errCmdReq'            : 'Requisição do Backend requer nome de comando.',
                    
269			'kindTextPlain'   : 'Texto simples',
                    
270			'kindPHP'         : 'PHP',
                    
271			'kindCSS'         : 'CSS',
                    
                
search-form.php https://gitlab.com/oxidigitaluser/liguelista | PHP | 259 lines
                    
1<?php
                    
2
                    
54                    <div class="search-box-inline<?php echo $javo_this_onoff->get('keyword', null) == 'hide' ? ' hidden' : ''; ?>">
                    
55                        <input title="Digite ao menos 3 caracteres para pesquisar!" type="text" class="search-a-items" name="s" placeholder="<?php _e('Keyword', 'javo_fr'); ?>" value="<?php echo $javo_query->get('s', null); ?>">
                    
56                    </div>
                    
57
                    
58                    <div class="search-box-inline<?php echo $javo_this_onoff->get('category', null) == 'hide'? ' hidden':'';?>" style="display: none;">
                    
59                        <select name="filter[item_category]" class="form-control">
                    
72                        <select class="form-control" data-javo-search-form-action-type>
                    
73                            <option value="data-javo-patch-form-for-result"><?php _e('Search Result Page', 'javo_fr'); ?></option>
                    
74                            <option value="data-javo-patch-form-for-template"><?php _e('Search on the Map', 'javo_fr'); ?></option>
                    
162                        $.ajax({
                    
163                            url:'<?php echo admin_url("admin-ajax.php"); ?>'
                    
164                            , type: 'post'
                    
253        </script>
                    
254        <?php
                    
255        return ob_get_clean();
                    
                
de_DE.js https://gitlab.com/wuhang2003/core | JavaScript | 123 lines
                    
10    "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
                    
11    "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
                    
12    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
                    
67    "\"{name}\" is an invalid file name." : "„{name}“ ist kein gültiger Dateiname.",
                    
68    "File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
                    
69    "Storage of {owner} is full, files can not be updated or synced anymore!" : "Der Speicher von {owner} ist voll, Dateien können nicht mehr aktualisiert oder synchronisiert werden!",
                    
104    "Save" : "Speichern",
                    
105    "With PHP-FPM it might take 5 minutes for changes to be applied." : "Bei PHP-FPM kann es 5 Minuten dauern, bis Änderungen angewendet sind.",
                    
106    "Missing permissions to edit from here." : "Fehlende Berechtigungen um von hier aus zu bearbeiten.",
                    
                
Sliding.php https://code.google.com/p/s3db/ | PHP | 315 lines
                    
1<?php
                    
2// +----------------------------------------------------------------------+
                    
4// +----------------------------------------------------------------------+
                    
5// | Copyright (c) 1997-2003 The PHP Group                                |
                    
6// +----------------------------------------------------------------------+
                    
6// +----------------------------------------------------------------------+
                    
7// | This source file is subject to version 2.0 of the PHP license,       |
                    
8// | that is bundled with this package in the file LICENSE, and is        |
                    
9// | available at through the world-wide-web at                           |
                    
10// | http://www.php.net/license/2_02.txt.                                 |
                    
11// | If you did not receive a copy of the PHP license and are unable to   |
                    
12// | obtain it through the world-wide-web, please send a note to          |
                    
13// | license@php.net so we can mail you a copy immediately.               |
                    
14// +----------------------------------------------------------------------+
                    
17//
                    
18// $Id: Sliding.php,v 1.5 2004/01/16 10:29:57 quipo Exp $
                    
19
                    
                
View.php git://github.com/concrete5/concrete5.git | PHP | 478 lines
                    
1<?php
                    
2namespace Concrete\Core\View;
                    
102        unset($path);
                    
103        if (!empty($__data__['scopedItems'])) {
                    
104            if (array_key_exists('__data__', $__data__['scopedItems'])) {
                    
210        if (!$this->innerContentFile) { // will already be set in a legacy tools file
                    
211            $this->setInnerContentFile($env->getPath($this->viewRootDirectoryName.'/'.trim($this->viewPath, '/').'.php', $this->viewPkgHandle));
                    
212        }
                    
336
                    
337        // replace any empty placeholders
                    
338        $contents = $this->replaceEmptyAssetPlaceholders($contents);
                    
399
                    
400    protected function replaceEmptyAssetPlaceholders($pageContent)
                    
401    {
                    
466
                    
467        $_record = $_locator->getRecord(DIRNAME_ELEMENTS . '/' . $_file . '.php');
                    
468        $_file = $_record->getFile();
                    
                
permissions.inc.php git://github.com/modxcms/revolution.git | PHP | 192 lines
                    
1<?php
                    
2/**
                    
57$_lang['perm.element_tree_desc'] = 'Kemampuan untuk lihat elemen pohon di navigasi kiri.';
                    
58$_lang['perm.empty_cache_desc'] = 'Untuk mengosongkan cache situs.';
                    
59$_lang['perm.error_log_erase_desc'] = 'Untuk menghapus log kesalahan.';
                    
                
SqlServerGrammar.php https://gitlab.com/4gdevs/online-class-record-system | PHP | 344 lines
                    
1<?php
                    
2
                    
311
                    
312        if (! empty($joins)) {
                    
313            return trim("update {$alias} set {$columns} from {$table}{$joins} {$where}");
                    
                
date.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 272 lines
                    
26  // +   improved by: Rafał Kukawski (http://blog.kukawski.pl)
                    
27  // +   bugfixed by: omid (http://phpjs.org/functions/380:380#comment_137122)
                    
28  // +      input by: Martin
                    
32  // +   bugfixed by: Chris (http://www.devotis.nl/)
                    
33  // %        note 1: Uses global: php_js to store the default timezone
                    
34  // %        note 2: Although the function potentially allows timezone info (see notes), it currently does not set
                    
35  // %        note 2: per a timezone specified by date_default_timezone_set(). Implementers might use
                    
36  // %        note 2: this.php_js.currentTimezoneOffset and this.php_js.currentTimezoneDST set by that function
                    
37  // %        note 2: in order to adjust the dates in this function (or our other date functions!) accordingly
                    
65      // a backslash followed by any character (including backslash) -> the character
                    
66      // empty string -> empty string
                    
67      formatChr = /\\?(.?)/gi,
                    
226      }
                    
227      if (that.php_js && that.php_js.default_timezone) {
                    
228        default = that.php_js.default_timezone;
                    
                
MDB2Store.php https://gitlab.com/r.collas/site_central | PHP | 413 lines
                    
1<?php
                    
2
                    
5 *
                    
6 * PHP versions 4 and 5
                    
7 *
                    
15
                    
16require_once 'MDB2.php';
                    
17
                    
20 */
                    
21require_once 'Auth/OpenID/Interface.php';
                    
22
                    
25 */
                    
26require_once 'Auth/OpenID.php';
                    
27
                    
30 */
                    
31require_once 'Auth/OpenID/Nonce.php';
                    
32
                    
                
class-SS_Framework_Foundation.php https://gitlab.com/aristath/shoestrap-foundation | PHP | 469 lines
                    
1<?php
                    
2
                    
14			'classname' => 'SS_Framework_Foundation',
                    
15			'compiler'  => 'sass_php',
                    
16
                    
75			if ( class_exists( 'ReduxFrameworkPlugin' ) ) {
                    
76				include_once( dirname( __FILE__ ) . '/modules/class-SS_Foundation_Colors.php' );
                    
77				include_once( dirname( __FILE__ ) . '/modules/class-SS_Foundation_Typography.php' );
                    
77				include_once( dirname( __FILE__ ) . '/modules/class-SS_Foundation_Typography.php' );
                    
78				include_once( dirname( __FILE__ ) . '/modules/class-SS_Foundation_Walker_Comment.php' );
                    
79				// include_once( dirname( __FILE__ ) . '/modules/class-Shoestrap_Social.php' );
                    
79				// include_once( dirname( __FILE__ ) . '/modules/class-Shoestrap_Social.php' );
                    
80				include_once( dirname( __FILE__ ) . '/modules/class-SS_Foundation_Layout.php' );
                    
81				include_once( dirname( __FILE__ ) . '/modules/class-SS_Foundation_Background.php' );
                    
81				include_once( dirname( __FILE__ ) . '/modules/class-SS_Foundation_Background.php' );
                    
82				include_once( dirname( __FILE__ ) . '/modules/class-SS_Foundation_Header.php' );
                    
83				include_once( dirname( __FILE__ ) . '/modules/class-SS_Foundation_Menus.php' );
                    
                
Route.php https://gitlab.com/Urtekin/ertexAdmin | PHP | 588 lines
                    
1<?php
                    
2
                    
192     * Returns the lowercased schemes this route is restricted to.
                    
193     * So an empty array means that any scheme is allowed.
                    
194     *
                    
203     * Sets the schemes (e.g. 'https') this route is restricted to.
                    
204     * So an empty array means that any scheme is allowed.
                    
205     *
                    
233     * Returns the uppercased HTTP methods this route is restricted to.
                    
234     * So an empty array means that any method is allowed.
                    
235     *
                    
244     * Sets the HTTP methods (e.g. 'POST') this route is restricted to.
                    
245     * So an empty array means that any method is allowed.
                    
246     *
                    
582        if ('' === $regex) {
                    
583            throw new \InvalidArgumentException(sprintf('Routing requirement for "%s" cannot be empty.', $key));
                    
584        }
                    
                
Headers.php https://gitlab.com/yousafsyed/easternglamor | PHP | 472 lines
                    
1<?php
                    
2/**
                    
55        $current   = array();
                    
56        $emptyLine = 0;
                    
57
                    
59        foreach (explode("\r\n", $string) as $line) {
                    
60            // CRLF*2 is end of headers; an empty line by itself or between header lines
                    
61            // is an attempt at CRLF injection.
                    
62            if (preg_match('/^\s*$/', $line)) {
                    
63                // empty line indicates end of headers
                    
64                $emptyLine += 1;
                    
64                $emptyLine += 1;
                    
65                if ($emptyLine > 2) {
                    
66                    throw new Exception\RuntimeException('Malformed header detected');
                    
70
                    
71            if ($emptyLine) {
                    
72                throw new Exception\RuntimeException('Malformed header detected');
                    
                
PhpTransliteration.php https://gitlab.com/geeta7/drupal | PHP | 288 lines
                    
1<?php
                    
2
                    
4 * @file
                    
5 * Contains \Drupal\Component\Transliteration\PhpTransliteration.
                    
6 *
                    
20 * The database comes from two types of files, both of which are searched for in
                    
21 * the PhpTransliteration::$dataDirectory directory. First, language-specific
                    
22 * overrides are searched (see PhpTransliteration::readLanguageOverrides()). If
                    
24 * transliteration character tables are searched (see
                    
25 * PhpTransliteration::readGenericData()). If looking up the character in the
                    
26 * generic table results in a NULL value, or an illegal character is
                    
28 */
                    
29class PhpTransliteration implements TransliterationInterface {
                    
30
                    
34   * The constructor sets this (by default) to subdirectory 'data' underneath
                    
35   * the directory where the class's PHP file resides.
                    
36   *
                    
                
Tokenizer.php https://gitlab.com/ctheilman92/Aging-In-Place | PHP | 310 lines
                    
1<?php
                    
2
                    
3/*
                    
4 * This file is part of Mustache.php.
                    
5 *
                    
210    {
                    
211        if (!empty($this->buffer)) {
                    
212            $this->tokens[] = array(self::TYPE  => self::T_TEXT, self::VALUE => $this->buffer);
                    
                
slideshow.php https://gitlab.com/ibnukipa/cakra | PHP | 306 lines
                    
69	function register_settings() {
                    
70		add_settings_section( 'slideshow_section', __( 'Image Gallery Slideshow', 'jetpack' ), '__return_empty_string', 'media' );
                    
71
                    
85	function settings_select( $name, $values, $extra_text = '' ) {
                    
86		if ( empty( $name ) || empty( $values ) || ! is_array( $values ) ) {
                    
87			return;
                    
91		<fieldset>
                    
92			<select name="<?php echo esc_attr( $name ); ?>" id="<?php esc_attr( $name ); ?>">
                    
93				<?php foreach ( $values as $key => $value ) : ?>
                    
93				<?php foreach ( $values as $key => $value ) : ?>
                    
94					<option value="<?php echo esc_attr( $key ); ?>" <?php selected( $key, $option ); ?>>
                    
95						<?php echo esc_html( $value ); ?>
                    
98			</select>
                    
99			<?php if ( ! empty( $extra_text ) ) : ?>
                    
100				<p class="description"><?php echo esc_html( $extra_text ); ?></p>
                    
                
layout.class.php https://gitlab.com/dali99/shimmie2-Material-Theme | PHP | 267 lines
                    
1<?php
                    
2/**
                    
15
                    
16Files: default.php, style.css
                    
17
                    
90
                    
91		$contact = empty($contact_link) ? "" : "<br><a href='mailto:$contact_link'>Contact</a>";
                    
92
                    
92
                    
93		if(empty($this->subheading)) {
                    
94			$subheading = "";
                    
127		$qp = explode("/", ltrim(_get_query(), "/"));
                    
128		// php sucks
                    
129		switch($qp[0]) {
                    
                
main.php https://gitlab.com/dali99/shimmie2-Material-Theme | PHP | 371 lines
                    
1<?php
                    
2/*
                    
176		global $user;
                    
177		if($user->can("bulk_edit_image_source") && !empty($event->search_terms)) {
                    
178			$event->add_control($this->theme->mss_html(implode(" ", $event->search_terms)));
                    
264
                    
265		if(!empty($matches)) $event->metatag = true;
                    
266	}
                    
                
class-walker-nav-menu-edit.php https://gitlab.com/VTTE/sitios-vtte | PHP | 313 lines
                    
120				<div class="menu-item-handle">
                    
121					<span class="item-title"><span class="menu-item-title"><?php echo esc_html( $title ); ?></span> <span class="is-submenu" <?php echo $submenu_text; ?>><?php _e( 'sub item' ); ?></span></span>
                    
122					<span class="item-controls">
                    
187							<?php _e( 'URL' ); ?><br />
                    
188							<input type="text" id="edit-menu-item-url-<?php echo $item_id; ?>" class="widefat code edit-menu-item-url" name="menu-item-url[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->url ); ?>" />
                    
189						</label>
                    
194						<?php _e( 'Navigation Label' ); ?><br />
                    
195						<input type="text" id="edit-menu-item-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-title" name="menu-item-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->title ); ?>" />
                    
196					</label>
                    
200						<?php _e( 'Title Attribute' ); ?><br />
                    
201						<input type="text" id="edit-menu-item-attr-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-attr-title" name="menu-item-attr-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->post_excerpt ); ?>" />
                    
202					</label>
                    
224						<?php _e( 'Description' ); ?><br />
                    
225						<textarea id="edit-menu-item-description-<?php echo $item_id; ?>" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description[<?php echo $item_id; ?>]"><?php echo esc_html( $item->description ); // textarea_escaped ?></textarea>
                    
226						<span class="description"><?php _e( 'The description will be displayed in the menu if the current theme supports it.' ); ?></span>
                    
                
db_operations.php https://gitlab.com/luyxtran264/myproject | PHP | 315 lines
                    
20require_once 'libraries/mysql_charsets.inc.php';
                    
21require_once 'libraries/display_create_table.lib.php';
                    
22
                    
40if (mb_strlen($GLOBALS['db'])
                    
41    && (! empty($_REQUEST['db_rename']) || ! empty($_REQUEST['db_copy']))
                    
42) {
                    
51    ) {
                    
52        $message = PMA\libraries\Message::error(__('The database name is empty!'));
                    
53    } else {
                    
54        $_error = false;
                    
55        if ($move || ! empty($_REQUEST['create_database_before_copying'])) {
                    
56            PMA_createDbBeforeCopy();
                    
292        /* Show error if user has configured something, notice elsewhere */
                    
293        if (!empty($cfg['Servers'][$server]['pmadb'])) {
                    
294            $message->isError(true);
                    
                
helper.php https://gitlab.com/julienv/joomleague | PHP | 417 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * @version $Id: helper.php 4905 2010-01-30 08:51:33Z and_one $
                    
4 * @package Joomleague
                    
6 * @copyright	Copyright (C) 2005-2014 joomleague.at. All rights reserved.
                    
7 * @license	 GNU/GPL, see LICENSE.php
                    
8 * Joomla! is free software. This version may have been modified pursuant to the
                    
10 * of works licensed under the GNU General Public License or other free or open
                    
11 * source software licenses. See COPYRIGHT.php for copyright notices and
                    
12 * details.
                    
261	{
                    
262		if (empty($this->_teamoptions))
                    
263		{
                    
                
swift.php https://gitlab.com/Red54/core | PHP | 582 lines
                    
1<?php
                    
2/**
                    
112	public function __construct($params) {
                    
113		if ((empty($params['key']) and empty($params['password']))
                    
114			or empty($params['user']) or empty($params['bucket'])
                    
114			or empty($params['user']) or empty($params['bucket'])
                    
115			or empty($params['region'])
                    
116		) {
                    
122
                    
123		if (empty($params['url'])) {
                    
124			$params['url'] = 'https://identity.api.rackspacecloud.com/v2.0/';
                    
126
                    
127		if (empty($params['service_name'])) {
                    
128			$params['service_name'] = 'cloudFiles';
                    
262
                    
263		if (!empty($mtime)) {
                    
264			$mtime = floor($mtime);
                    
                
wps-exclusions.php https://gitlab.com/hop23typhu/faci-times | PHP | 234 lines
                    
51			<td>
                    
52				<input id="wps-exclusions" type="checkbox" value="1" name="wps_record_exclusions" <?php echo $WP_Statistics->get_option('record_exclusions')==true? "checked='checked'":'';?>><label for="wps-exclusions"><?php _e('Enable', 'wp_statistics'); ?></label>
                    
53				<p class="description"><?php _e('This will record all the excluded hits in a separate table with the reasons why it was excluded but no other information.  This will generate a lot of data but is useful if you want to see the total number of hits your site gets, not just actual user visits.', 'wp_statistics'); ?></p>
                    
73			<td>
                    
74				<input id="<?php echo $option_name;?>" type="checkbox" value="1" name="<?php echo $option_name;?>" <?php echo $WP_Statistics->get_option($store_name)==true? "checked='checked'":'';?>><label for="<?php echo $option_name;?>"><?php _e('Exclude', 'wp_statistics'); ?></label>
                    
75				<p class="description"><?php echo sprintf(__('Exclude %s role from data collection.', 'wp_statistics'), $translated_role_name); ?></p>
                    
170				<textarea id="wps_included_countries" name="wps_included_countries" rows="5" cols="10" class="code" dir="ltr"><?php echo htmlentities( $WP_Statistics->get_option('included_countries'), ENT_QUOTES );?></textarea>
                    
171				<p class="description"><?php echo __('A list of country codes (one per line, two letters each) to include in statistics collection, if this list is not empty, only visitors from the included countries will be recorded.  Use "000" (three zeros) to exclude unknown countries.', 'wp_statistics'); ?></p>
                    
172			</td>
                    
202			<td>
                    
203				<input id="wps-exclude-adminpage" type="checkbox" value="1" name="wps_exclude_adminpage" <?php echo $WP_Statistics->get_option('exclude_adminpage')==true? "checked='checked'":'';?>><label for="wps-exclude-adminpage"><?php _e('Exclude', 'wp_statistics'); ?></label>
                    
204				<p class="description"><?php _e('Exclude the admin pages for registering as a hit.', 'wp_statistics'); ?></p>
                    
209			<td>
                    
210				<input id="wps-exclude-feeds" type="checkbox" value="1" name="wps_exclude_feeds" <?php echo $WP_Statistics->get_option('exclude_feeds')==true? "checked='checked'":'';?>><label for="wps-exclude-feeds"><?php _e('Exclude', 'wp_statistics'); ?></label>
                    
211				<p class="description"><?php _e('Exclude the RSS feeds for registering as a hit.', 'wp_statistics'); ?></p>
                    
                
FieldType.php https://gitlab.com/jankube/mautic | PHP | 363 lines
                    
1<?php
                    
2/**
                    
64
                    
65        $disabled = (!empty($options['data'])) ? $options['data']->isFixed() : false;
                    
66
                    
83                'label'       => 'mautic.lead.field.group',
                    
84                'empty_value' => false,
                    
85                'required'    => false,
                    
89
                    
90        $new         = (!empty($options['data']) && $options['data']->getAlias()) ? false : true;
                    
91        $default     = ($new) ? 'text' : $options['data']->getType();
                    
101                'label'       => 'mautic.lead.field.type',
                    
102                'empty_value' => false,
                    
103                'disabled'    => ($disabled || !$new),
                    
193                    $value    = isset($data['defaultValue']) ? $data['defaultValue'] : false;
                    
194                    $yesLabel = !empty($data['properties']['yes']) ? $data['properties']['yes'] : 'matuic.core.form.yes';
                    
195                    $noLabel  = !empty($data['properties']['no']) ? $data['properties']['no'] : 'matuic.core.form.no';
                    
                
pl.js https://gitlab.com/wuhang2003/core | JavaScript | 127 lines
                    
8    "Sample configuration detected" : "Wykryto przykładową konfigurację",
                    
9    "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Wykryto skopiowanie przykładowej konfiguracji. To może popsuć Twoją instalację i nie jest wspierane. Proszę przeczytać dokumentację przed dokonywaniem zmian w config.php",
                    
10    "PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.",
                    
10    "PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.",
                    
11    "PHP with a version lower than %s is required." : "Wersja PHP jest niższa niż %s, która jest wymagana.",
                    
12    "Following databases are supported: %s" : "Obsługiwane są następujące bazy danych: %s",
                    
40    "web services under your control" : "Kontrolowane serwisy",
                    
41    "Empty filename is not allowed" : "Pusta nazwa nie jest dozwolona.",
                    
42    "File name contains at least one invalid character" : "Nazwa pliku zawiera co najmniej jeden nieprawidłowy znak",
                    
113    "Please ask your server administrator to install the module." : "Proszę poproś administratora serwera aby zainstalował ten moduł.",
                    
114    "PHP module %s not installed." : "Moduł PHP %s nie jest zainstalowany.",
                    
115    "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dzieje siÄ™ tak prawdopodobnie przez cache lub akcelerator taki jak Zend OPcache lub eAccelerator.",
                    
115    "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dzieje siÄ™ tak prawdopodobnie przez cache lub akcelerator taki jak Zend OPcache lub eAccelerator.",
                    
116    "PHP modules have been installed, but they are still listed as missing?" : "Moduły PHP zostały zainstalowane, ale nadal brakuje ich na liście?",
                    
117    "Please ask your server administrator to restart the web server." : "PoproÅ› administratora serwera o restart serwera www.",
                    
                
source-class-Mandrill_Whitelists.html https://gitlab.com/urbanjunglestudio/movidly_admin | HTML | 190 lines
                    
147</span><span id="18" class="l"><a class="l" href="#18">18: </a>    <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_add" href="#_add">add</a>(<span class="php-var">$email</span>, <span class="php-var">$comment</span>=<span class="php-keyword1">null</span>) {
                    
148</span><span id="19" class="l"><a class="l" href="#19">19: </a>        <span class="php-var">$_params</span> = <span class="php-keyword1">array</span>(<span class="php-quote">&quot;email&quot;</span> =&gt; <span class="php-var">$email</span>, <span class="php-quote">&quot;comment&quot;</span> =&gt; <span class="php-var">$comment</span>);
                    
149</span><span id="20" class="l"><a class="l" href="#20">20: </a>        <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;master-&gt;call(<span class="php-quote">'whitelists/add'</span>, <span class="php-var">$_params</span>);
                    
161</span></span><span id="32" class="l"><a class="l" href="#32">32: </a><span class="php-comment">     */</span>
                    
162</span><span id="33" class="l"><a class="l" href="#33">33: </a>    <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_getList" href="#_getList">getList</a>(<span class="php-var">$email</span>=<span class="php-keyword1">null</span>) {
                    
163</span><span id="34" class="l"><a class="l" href="#34">34: </a>        <span class="php-var">$_params</span> = <span class="php-keyword1">array</span>(<span class="php-quote">&quot;email&quot;</span> =&gt; <span class="php-var">$email</span>);
                    
163</span><span id="34" class="l"><a class="l" href="#34">34: </a>        <span class="php-var">$_params</span> = <span class="php-keyword1">array</span>(<span class="php-quote">&quot;email&quot;</span> =&gt; <span class="php-var">$email</span>);
                    
164</span><span id="35" class="l"><a class="l" href="#35">35: </a>        <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;master-&gt;call(<span class="php-quote">'whitelists/list'</span>, <span class="php-var">$_params</span>);
                    
165</span><span id="36" class="l"><a class="l" href="#36">36: </a>    }
                    
173</span></span><span id="44" class="l"><a class="l" href="#44">44: </a><span class="php-comment">     */</span>
                    
174</span><span id="45" class="l"><a class="l" href="#45">45: </a>    <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <span class="php-keyword2">delete</span>(<span class="php-var">$email</span>) {
                    
175</span><span id="46" class="l"><a class="l" href="#46">46: </a>        <span class="php-var">$_params</span> = <span class="php-keyword1">array</span>(<span class="php-quote">&quot;email&quot;</span> =&gt; <span class="php-var">$email</span>);
                    
175</span><span id="46" class="l"><a class="l" href="#46">46: </a>        <span class="php-var">$_params</span> = <span class="php-keyword1">array</span>(<span class="php-quote">&quot;email&quot;</span> =&gt; <span class="php-var">$email</span>);
                    
176</span><span id="47" class="l"><a class="l" href="#47">47: </a>        <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;master-&gt;call(<span class="php-quote">'whitelists/delete'</span>, <span class="php-var">$_params</span>);
                    
177</span><span id="48" class="l"><a class="l" href="#48">48: </a>    }
                    
                
helpers.php https://gitlab.com/VTTE/sitios-vtte | PHP | 312 lines
                    
1<?php
                    
2use GutenPress\Forms;
                    
22		if (strstr($url,'vimeo')) {
                    
23			if (!empty($url)) {
                    
24				$id=array_pop(explode('/',$url));
                    
39                    echo '<h4 class="entry-title">'.$video->post_title.'</h4>';
                    
40                    if (!empty($video->post_content)) {
                    
41	                    echo '<div class="entry-description">';
                    
73			$thumb = '';
                    
74			if (!empty($url)) {
                    
75				if ( false === ( $thumb = get_transient( 'vimeo_'.$id ) ) ) {
                    
78				$request = new WP_Http;
                    
79				$result = $request->request( 'http://vimeo.com/api/v2/video/'.$id.'.php' , $args );
                    
80				//$iframe='<iframe src="http://player.vimeo.com/video/'.$id.'?title=0&amp;byline=0&amp;portrait=0" width="'.$width.'" height="'.$height.'" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>';
                    
142	} elseif ( is_object($post) ) {
                    
143		if ( isset($post->post_excerpt) && !empty($post->post_excerpt) ) {
                    
144			if ( $params['strict'] && strlen($post->post_excerpt) > $params['length'] ) {
                    
                
FormControl.php https://code.google.com/p/celebrio/ | PHP | 632 lines
                    
1<?php
                    
2
                    
436	{
                    
437		return !empty($this->options['rendered']);
                    
438	}
                    
518	{
                    
519		return !empty($this->options['required']);
                    
520	}
                    
                
Loader.php https://gitlab.com/filly/e-hrm | PHP | 481 lines
                    
1<?php (defined('BASEPATH')) OR exit('No direct script access allowed');
                    
2
                    
12 *
                    
13 * Install this file as application/third_party/MX/Loader.php
                    
14 *
                    
77	{
                    
78		if (empty($module)) return;
                    
79
                    
99		if ($return === FALSE && $query_builder === NULL &&
                    
100			isset(CI::$APP->db) && is_object(CI::$APP->db) && ! empty(CI::$APP->db->conn_id))
                    
101		{
                    
340
                    
341		if (empty($_ci_path))
                    
342			show_error('Unable to load the requested file: '.$_ci_file);
                    
352		{
                    
353			echo eval('?>'.preg_replace("/;*\s*\?>/", "; ?>", str_replace('<?=', '<?php echo ', file_get_contents($_ci_path))));
                    
354		}
                    
                
Collection.php https://gitlab.com/daigiangaitu91/magento | PHP | 303 lines
                    
1<?php
                    
2/**
                    
14/**
                    
15 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
                    
16 */
                    
76     *
                    
77     * @SuppressWarnings(PHPMD.ExcessiveParameterList)
                    
78     */
                    
177    {
                    
178        if (empty($alias)) {
                    
179            $alias = $field;
                    
224        if (!is_array($fields)) {
                    
225            if (empty($fields)) {
                    
226                $fields = [];
                    
                
ManagerTest.php https://gitlab.com/daigiangaitu91/magento | PHP | 339 lines
                    
1<?php
                    
2/**
                    
18 */
                    
19class ManagerTest extends \PHPUnit_Framework_TestCase
                    
20{
                    
26    /**
                    
27     * @var Factory|\PHPUnit_Framework_MockObject_MockObject
                    
28     */
                    
31    /**
                    
32     * @var CollectionFactory|\PHPUnit_Framework_MockObject_MockObject
                    
33     */
                    
36    /**
                    
37     * @var Session|\PHPUnit_Framework_MockObject_MockObject
                    
38     */
                    
41    /**
                    
42     * @var ManagerInterface|\PHPUnit_Framework_MockObject_MockObject
                    
43     */
                    
                
DbDumpCommand.php https://gitlab.com/geeta7/drupal | PHP | 430 lines
                    
1<?php
                    
2
                    
58
                    
59    // If not explicitly set, disable ANSI which will break generated php.
                    
60    if ($input->hasParameterOption(['--ansi']) !== TRUE) {
                    
76   *   Table patterns for which to only dump the schema, no data.
                    
77   * @return string The PHP script.
                    
78   *   The PHP script.
                    
90      // Check for schema only.
                    
91      if (empty($schema_only_patterns) || preg_replace($schema_only_patterns, '', $table)) {
                    
92        $data = $this->getTableData($connection, $table);
                    
273   *
                    
274   * If a table is set to be schema only, and empty array is returned.
                    
275   *
                    
364    }
                    
365    if (!empty($order)) {
                    
366      $order = ' ORDER BY ' . rtrim($order, ', ');
                    
                
 

Source

Language