PageRenderTime 1806ms queryTime 190ms sortTime 245ms getByIdsTime 72ms findMatchingLines 92ms

100+ results results for 'php empty repo:ttalov/fgcu_pci' (1806 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;
                    
                
class-wc-report-sales-by-category.php https://gitlab.com/webkod3r/tripolis | 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"
                    
                
base_vat.py https://gitlab.com/thanhchatvn/cloud-odoo | Python | 330 lines
                    
67        Check the VAT number depending of the country.
                    
68        http://sima-pc.com/nif.php
                    
69        '''
                    
94            # with VIES if any of these arise, including the first one (it means invalid
                    
95            # country code or empty VAT number), so we fall back to the simple check.
                    
96            return self.simple_vat_check(cr, uid, country_code, vat_number, context=context)
                    
                
xbox-server.cpp https://gitlab.com/iranjith4/hhvm | C++ | 430 lines
                    
2   +----------------------------------------------------------------------+
                    
3   | HipHop for PHP                                                       |
                    
4   +----------------------------------------------------------------------+
                    
6   +----------------------------------------------------------------------+
                    
7   | This source file is subject to version 3.01 of the PHP license,      |
                    
8   | that is bundled with this package in the file LICENSE, and is        |
                    
9   | available through the world-wide-web at the following url:           |
                    
10   | http://www.php.net/license/3_01.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   +----------------------------------------------------------------------+
                    
16
                    
17#include "hphp/runtime/server/xbox-server.h"
                    
18#include "hphp/runtime/base/builtin-functions.h"
                    
                
AuthTest.php https://gitlab.com/axeltizon/magento-demopoweraccess | PHP | 341 lines
                    
1<?php
                    
2/**
                    
49     * @magentoAdminConfigFixture admin/emails/forgot_email_identity general
                    
50     * @magentoDataFixture Magento/User/_files/user_with_role.php
                    
51     */
                    
76     * @covers \Magento\User\Controller\Adminhtml\Auth\ResetPassword::_validateResetPasswordLinkToken
                    
77     * @magentoDataFixture Magento/User/_files/dummy_user.php
                    
78     */
                    
86        );
                    
87        $this->assertNotEmpty($user->getId(), 'Broken fixture');
                    
88        $resetPasswordToken = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get(
                    
121     * @covers \Magento\User\Controller\Adminhtml\Auth\ResetPasswordPost::_validateResetPasswordLinkToken
                    
122     * @magentoDataFixture Magento/User/_files/dummy_user.php
                    
123     */
                    
130        $user->loadByUsername('dummy_username');
                    
131        $this->assertNotEmpty($user->getId(), 'Broken fixture');
                    
132
                    
                
Front.php https://gitlab.com/LisovyiEvhenii/ismextensions | 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;
                    
                
Table.php https://gitlab.com/alejandrocepeda25/Qubit-PHP-Framework | PHP | 465 lines
                    
1<?php
                    
2/**
                    
171
                    
172            if (empty($this->_primary)) {
                    
173                throw new Qubit_Exception('No existe una clave primaria para esta tabla');
                    
                
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];
                    
                
levenshtein.c https://gitlab.com/kush/jarulraj-postgresql-cpp | C | 401 lines
                    
15 * at http://www.merriampark.com/ld.htm.  Also looked at levenshtein.c in the
                    
16 * PHP 4.0.6 distribution for inspiration.  Configurable penalty costs
                    
17 * extension is introduced by Volkan YAZICI <volkan.yazici@gmail.com.
                    
112	/*
                    
113	 * We can transform an empty s into t with n insertions, or a non-empty t
                    
114	 * into an empty s with m deletions.
                    
                
module.tag.id3v1.php https://gitlab.com/WPonEB/WPonEB | PHP | 381 lines
                    
1<?php
                    
2/////////////////////////////////////////////////////////////////
                    
10//                                                             //
                    
11// module.tag.id3v1.php                                        //
                    
12// module for analyzing ID3v1 tags                             //
                    
24		if (!getid3_lib::intValueSupported($info['filesize'])) {
                    
25			$this->warning('Unable to check for ID3v1 because file is larger than '.round(PHP_INT_MAX / 1073741824).'GB');
                    
26			return false;
                    
52			$ParsedID3v1['genre'] = $this->LookupGenreName($ParsedID3v1['genreid']);
                    
53			if (!empty($ParsedID3v1['genre'])) {
                    
54				unset($ParsedID3v1['genreid']);
                    
55			}
                    
56			if (isset($ParsedID3v1['genre']) && (empty($ParsedID3v1['genre']) || ($ParsedID3v1['genre'] == 'Unknown'))) {
                    
57				unset($ParsedID3v1['genre']);
                    
91											$ParsedID3v1['comment'],
                    
92											(!empty($ParsedID3v1['track']) ? $ParsedID3v1['track'] : ''));
                    
93			$ParsedID3v1['padding_valid'] = true;
                    
                
Connection.php https://gitlab.com/mohamed_hussein/prodt | PHP | 375 lines
                    
1<?php
                    
2
                    
95    // Default to TCP connection on port 5432.
                    
96    if (empty($connection_options['port'])) {
                    
97      $connection_options['port'] = 5432;
                    
100    // PostgreSQL in trust mode doesn't require a password to be supplied.
                    
101    if (empty($connection_options['password'])) {
                    
102      $connection_options['password'] = NULL;
                    
104    // If the password contains a backslash it is treated as an escape character
                    
105    // http://bugs.php.net/bug.php?id=53217
                    
106    // so backslashes in the password need to be doubled up.
                    
108    // will break on this doubling up when the bug is fixed, so check the version
                    
109    // elseif (phpversion('pdo_pgsql') < 'version_this_was_fixed_in') {
                    
110    else {
                    
159    // correctly when parameters are bound using associative arrays.
                    
160    // @see http://bugs.php.net/bug.php?id=48383
                    
161    foreach ($args as &$value) {
                    
                
civicrm.php https://gitlab.com/virtualrealms/d7civicrm | PHP | 361 lines
                    
1<?php
                    
2/*
                    
42  global $crmPath;
                    
43  require_once $crmPath . '/CRM/Core/ClassLoader.php';
                    
44  CRM_Core_ClassLoader::singleton()->register();
                    
99  $parts = explode(':', $config['mysql']['server']);
                    
100  if (empty($parts[1])) {
                    
101    $parts[1] = 3306;
                    
107
                    
108  if (!empty($config['loadGenerated'])) {
                    
109    civicrm_source($dsn, $sqlPath . DIRECTORY_SEPARATOR . 'civicrm_generated.mysql', TRUE);
                    
127  if ($installType == 'drupal') {
                    
128    $configFile = $cmsPath . DIRECTORY_SEPARATOR . 'sites' . DIRECTORY_SEPARATOR . $siteDir . DIRECTORY_SEPARATOR . 'civicrm.settings.php';
                    
129  }
                    
130  elseif ($installType == 'backdrop') {
                    
131    $configFile = $cmsPath . DIRECTORY_SEPARATOR . 'civicrm.settings.php';
                    
132  }
                    
                
GenericRevisionController.php https://gitlab.com/Drulenium-bot/diff | PHP | 365 lines
                    
1<?php
                    
2
                    
111        $field_label_row = '';
                    
112        if (!empty($field['#name'])) {
                    
113          $field_label_row = array(
                    
124        // Add the field label to the table only if there are changes to that field.
                    
125        if (!empty($field_diff_rows) && !empty($field_label_row)) {
                    
126          $diff_rows[] = array($field_label_row);
                    
152        '#rows' => $diff_rows,
                    
153        '#empty' => $this->t('No visible changes'),
                    
154        '#attributes' => array(
                    
292
                    
293    // If there are only 2 revision return an empty row.
                    
294    if ($revisions_count == 2) {
                    
                
Booking1.php https://gitlab.com/rumman189/Hotel_Management_System | PHP | 599 lines
                    
1<?php
                    
2    
                    
2    
                    
3   include_once("config.php");
                    
4
                    
11      // $fname = $_SESSION['name'] ; 
                    
12     // / if(isset($_SESSION['name']) && !empty($_SESSION['name']))
                    
13     //  {
                    
49     
                    
50  <?php
                    
51      if(isset($_SESSION['name']) && !empty($_SESSION['name']))
                    
53          
                    
54           require('navbar1.php');
                    
55      }
                    
58      {
                    
59          require('navbar2.php');
                    
60      }
                    
                
view.html.php https://gitlab.com/phamngsinh/baitaplon_sinhvien | PHP | 229 lines
                    
1<?php
                    
2/**
                    
7?>
                    
8<?php
                    
9class StatsViewStats extends JView
                    
43		$filters[] = "a.action = ".$db->Quote($this->getLayout());
                    
44		if(!empty($pageInfo->search)){
                    
45			$searchVal = '\'%'.$db->getEscaped($pageInfo->search).'%\'';
                    
47		}
                    
48		if(!empty($selectedMail)){
                    
49			$filters[] = 'a.mailid = '.$selectedMail;
                    
54		$query .= ' WHERE ('.implode(') AND (',$filters).')';
                    
55		if(!empty($pageInfo->filter->order->value)) $query .= ' ORDER BY '.$pageInfo->filter->order->value.' '.$pageInfo->filter->order->dir;
                    
56		if(empty($pageInfo->limit->value)) $pageInfo->limit->value = 100;
                    
59		$queryCount = 'SELECT COUNT(*) FROM #__acymailing_history as a';
                    
60		if(!empty($pageInfo->search)){
                    
61			$queryCount .= ' JOIN '.acymailing_table('mail').' as b on a.mailid = b.mailid';
                    
                
action.php https://gitlab.com/Rad1calDreamer/honey | PHP | 364 lines
                    
29
                    
30		if (empty($strErrorMessage) && ($_SERVER['REQUEST_METHOD']=='GET'))
                    
31			LocalRedirect($APPLICATION->GetCurPageParam("", array("TOPIC_UNSUBSCRIBE", "FORUM_UNSUBSCRIBE", "TOPIC_SUBSCRIBE", "FORUM_SUBSCRIBE", "sessid")));
                    
42			$message = (!empty($_POST["MID_ARRAY"]) ? $_POST["MID_ARRAY"] : $_POST["MID"]);
                    
43			if ((empty($message) || $message == "s") && !empty($_POST["message_id"])):
                    
44				$message = $_POST["message_id"];
                    
47			$message = (!empty($_REQUEST["MID_ARRAY"]) ? $_REQUEST["MID_ARRAY"] : $_REQUEST["MID"]);
                    
48			if ((empty($message) || $message == "s") && !empty($_REQUEST["message_id"])):
                    
49				$message = $_REQUEST["message_id"];
                    
94					}
                    
95					if (!empty($_FILES))
                    
96					{
                    
98						foreach ($_FILES as $key => $val):
                    
99							if (substr($key, 0, strlen("FILE_NEW")) == "FILE_NEW" && !empty($val["name"])):
                    
100								$arFiles[] = $_FILES[$key];
                    
                
InteractsWithInput.php https://gitlab.com/jjpa2018/dashboard | PHP | 540 lines
                    
1<?php
                    
2
                    
135    /**
                    
136     * Determine if the request contains a non-empty value for an input item.
                    
137     *
                    
145        foreach ($keys as $value) {
                    
146            if ($this->isEmptyString($value)) {
                    
147                return false;
                    
154    /**
                    
155     * Determine if the request contains an empty value for an input item.
                    
156     *
                    
164        foreach ($keys as $value) {
                    
165            if (! $this->isEmptyString($value)) {
                    
166                return false;
                    
173    /**
                    
174     * Determine if the request contains a non-empty value for any of the given inputs.
                    
175     *
                    
                
field_control_action.php https://gitlab.com/Fraternal-Group/fraternal | PHP | 364 lines
                    
1<?php
                    
2
                    
32
                    
33		if( !is_array( $fields ) || empty( $fields ) ) {
                    
34			$am->ajax_finish( array( 'message' => __( 'No fields have been selected.', 'wpcf' ) ), false );
                    
67		$data = array( 'results' => $results );
                    
68		$is_success = empty( $errors );
                    
69
                    
                
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();
                    
                
fckeditor.css https://gitlab.com/ptisky/API_prestashop | CSS | 536 lines
                    
263}

                    
264span.folderEmpty, span.folder, span.folderParent,

                    
265span.fileUnknown, span.fileText, span.fileWord,

                    
278span.addMore{background-image:url(../images/add.png);}

                    
279span.folderEmpty{background-image:url(../images/small_icon/folderEmpty.png);}

                    
280span.folder{background-image:url(../images/small_icon/folder.png);}

                    
289span.fileExcel{background-image:url(../images/small_icon/fileExcel.png);}

                    
290span.filePhp{background-image:url(../images/small_icon/filePhp.png);}

                    
291span.fileMusic{background-image:url(../images/small_icon/fileMusic.png);}

                    
316

                    
317dt.folderEmpty{background-image:url(../images/big_icon/folderEmpty.png);}

                    
318dt.folder{background-image:url(../images/big_icon/folder.png);

                    
328dt.fileExcel{background-image:url(../images/big_icon/fileExcel.png);}

                    
329dt.filePhp{background-image:url(../images/big_icon/filePhp.png);}

                    
330dt.fileMusic{background-image:url(../images/big_icon/fileMusic.png);}

                    
                
ProfilerController.php https://gitlab.com/Snizer/PI-DEV-TUNISIAMALL3A6-WEB | PHP | 383 lines
                    
1<?php
                    
2
                    
69
                    
70        return new RedirectResponse($this->generator->generate('_profiler_search_results', array('token' => 'empty', 'limit' => 10)), 302, array('Content-Type' => 'text/html'));
                    
71    }
                    
177
                    
178        if ('empty' === $token || null === $token) {
                    
179            return new Response('', 200, array('Content-Type' => 'text/html'));
                    
330
                    
331        if (!empty($token)) {
                    
332            return new RedirectResponse($this->generator->generate('_profiler', array('token' => $token)), 302, array('Content-Type' => 'text/html'));
                    
337        return new RedirectResponse($this->generator->generate('_profiler_search_results', array(
                    
338            'token' => $tokens ? $tokens[0]['token'] : 'empty',
                    
339            'ip' => $ip,
                    
348    /**
                    
349     * Displays the PHP info.
                    
350     *
                    
                
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
                    
                
CheckOut.php https://gitlab.com/vanthanhhoh/devlovebook | PHP | 319 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * Created by PhpStorm.
                    
4 * User: THANH
                    
10        if(isset($_SESSION['cart'])){
                    
11            if(!empty($_SESSION['cart'])){
                    
12                if(USER_ID > 0 && !isset($_SESSION['ship'])){
                    
32        if(isset($_SESSION['cart'])){
                    
33            if(!empty($_SESSION['cart'])){
                    
34                $ship = 0;
                    
37                if(isset($_SESSION['cupon'])){
                    
38                    if(!empty($_SESSION['cupon'])){
                    
39                        $Cupon = $_SESSION['cupon'];
                    
101        if(isset($_SESSION['cupon'])){
                    
102            if(!empty($_SESSION['cupon'])){
                    
103                $Cupon = $_SESSION['cupon'];
                    
                
Curl.php https://gitlab.com/yousafsyed/easternglamor | 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)
                    
                
Curl.php https://gitlab.com/LisovyiEvhenii/ismextensions | 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();
                    
                
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);
                    
                
derivative.inc.php https://gitlab.com/team_fsn/fsn-php | PHP | 540 lines
                    
1<?php
                    
2// +-----------------------------------------------------------------------+
                    
2// +-----------------------------------------------------------------------+
                    
3// | Piwigo - a PHP based photo gallery                                    |
                    
4// +-----------------------------------------------------------------------+
                    
62    }
                    
63    elseif (!empty($infos['representative_ext']))
                    
64    {
                    
71      $this->flags |= self::IS_MIMETYPE;
                    
72      if ( ($size=@getimagesize(PHPWG_ROOT_PATH.$this->rel_path)) === false)
                    
73      {
                    
74        $this->rel_path = 'themes/default/icon/mimetypes/unknown.png';
                    
75        $size = getimagesize(PHPWG_ROOT_PATH.$this->rel_path);
                    
76      }
                    
379      $rel_url = 'i';
                    
380      if ($conf['php_extension_in_urls']) $rel_url .= '.php';
                    
381      if ($conf['question_mark_in_urls']) $rel_url .= '?';
                    
                
VarCloner.php https://gitlab.com/Sigpot/AirSpot | 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;
                    
                
class-wp-media-list-table.php https://gitlab.com/puppet-br/puppet-br.org-wordpress | PHP | 396 lines
                    
174?>
                    
175	<tr id='post-<?php echo $id; ?>' class='<?php echo trim( $alt . ' author-' . $post_owner . ' status-' . $post->post_status ); ?>' valign="top">
                    
176<?php
                    
253?>
                    
254		<td <?php echo $attributes ?>><?php
                    
255		$tags = get_the_tags();
                    
270?>
                    
271		<td <?php echo $attributes ?>><?php echo has_excerpt() ? $post->post_excerpt : ''; ?></td>
                    
272<?php
                    
291?>
                    
292		<td <?php echo $attributes ?>><?php echo $h_time ?></td>
                    
293<?php
                    
313?>
                    
314			<td <?php echo $attributes ?>><?php _e( '(Unattached)' ); ?><br />
                    
315			<?php if( $user_can_edit ) {?>
                    
                
Cost_Utils.php https://gitlab.com/kath.de/cibedo_cibedo.de | PHP | 481 lines
                    
1<?php
                    
2/**
                    
222
                    
223		if ( empty( $costs ) ) {
                    
224			return 0;
                    
237		// If there isn't anything on the cost just return 0
                    
238		if ( empty( $cost ) ) {
                    
239			return 0;
                    
379	public function merge_cost_ranges( $original_string_cost, $merging_cost, $with_currency_symbol, $sorted_mins = array(), $sorted_maxs = array() ) {
                    
380		if ( empty( $merging_cost ) || $original_string_cost === $merging_cost ) {
                    
381			return $original_string_cost;
                    
392			$matches );
                    
393		$this->_current_original_cost_separator = empty( $matches[1][0] ) ? '.' : $matches[1][0];
                    
394		$matches[0]                             = empty( $matches[0] ) ? $matches[0] : array_map( array(
                    
398			$matches[0] );
                    
399		$numeric_orignal_costs                  = empty( $matches[0] ) ? $matches[0] : array_map( 'floatval',
                    
400			$matches[0] );
                    
                
twitter-timeline.php https://gitlab.com/hunt9310/ras | PHP | 470 lines
                    
1<?php
                    
2
                    
26			'twitter_timeline',
                    
27			/** This filter is documented in modules/widgets/facebook-likebox.php */
                    
28			apply_filters( 'jetpack_widget_name', esc_html__( 'Twitter Timeline', 'jetpack' ) ),
                    
63	public function admin_scripts( $hook ) {
                    
64		// This is still 'widgets.php' when managing widgets via the Customizer.
                    
65		if ( 'widgets.php' === $hook ) {
                    
83		if ( isset( $instance['title'] ) ) {
                    
84			/** This filter is documented in core/src/wp-includes/default-widgets.php */
                    
85			echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ) . $args['after_title'];
                    
102		foreach ( $data_attribs as $att ) {
                    
103			if ( ! empty( $instance[ $att ] ) && ! is_array( $instance[ $att ] ) ) {
                    
104				echo ' data-' . esc_attr( $att ) . '="' . esc_attr( $instance[ $att ] ) . '"';
                    
107
                    
108		if ( ! empty( $instance['chrome'] ) && is_array( $instance['chrome'] ) ) {
                    
109			echo ' data-chrome="' . esc_attr( join( ' ', $instance['chrome'] ) ) . '"';
                    
                
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	 *
                    
                
ImageMagick.php https://gitlab.com/crazybutterfly815/magento2 | 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')) {
                    
                
Descarte.php https://gitlab.com/SFMSP/Hagape | PHP | 346 lines
                    
1<?php
                    
2
                    
121            //Em caso de edição, verifica se o registro de fato pode ser alterado, de acordo com o seu status
                    
122            if (!empty($data['id'])) {
                    
123
                    
143
                    
144            if (empty($data['id'])) {
                    
145                $data['numeroDescarte'] = $this->solicitacaoDescarteRepository->getNumeroDescarteDisponivel();
                    
152            //Deleta os itens do pedido caso existam ids para deletar
                    
153            if (!empty($data['idItensExcluidos']) && !empty($data['id'])) {
                    
154                $itensExcluidos = substr($data['idItensExcluidos'], 0, -1);
                    
                
mssql_driver.php https://gitlab.com/digitalpoetry/exceptionally-timed | 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		{
                    
                
SqlBase.php https://gitlab.com/mohamed_hussein/prodt | PHP | 415 lines
                    
1<?php
                    
2
                    
125      '#title' => $this->t('Number of pages'),
                    
126      '#description' => $this->t('Leave empty to show all pages.'),
                    
127      '#default_value' => $this->options['total_pages'],
                    
248    // Make sure that the items_per_page is part of the expose settings.
                    
249    if (!$form_state->isValueEmpty(['pager_options', 'expose', 'items_per_page']) && !$form_state->isValueEmpty(['pager_options', 'items_per_page'])) {
                    
250      $items_per_page = $form_state->getValue(['pager_options', 'items_per_page']);
                    
279    $offset = $this->current_page * $this->options['items_per_page'] + $this->options['offset'];
                    
280    if (!empty($this->options['total_pages'])) {
                    
281      if ($this->current_page >= $this->options['total_pages']) {
                    
323  public function updatePageInfo() {
                    
324    if (!empty($this->options['total_pages'])) {
                    
325      if (($this->options['total_pages'] * $this->options['items_per_page']) < $this->total_items) {
                    
360        }
                    
361        if (!empty($this->options['expose']['items_per_page_options_all']) && !empty($this->options['expose']['items_per_page_options_all_label'])) {
                    
362          $sanitized_options['All'] = $this->options['expose']['items_per_page_options_all_label'];
                    
                
Batch.php https://gitlab.com/virtualrealms/d7civicrm | PHP | 514 lines
                    
1<?php
                    
2
                    
510    ];
                    
511    return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
                    
512  }
                    
                
Twig.php https://gitlab.com/3dplex/3d-plex-main-site | PHP | 420 lines
                    
1<?php
                    
2<<<<<<< HEAD
                    
130            $params = $config->get('system.twig');
                    
131            if (!empty($params['cache'])) {
                    
132<<<<<<< HEAD
                    
138
                    
139            if (!empty($this->autoescape)) {
                    
140                $params['autoescape'] = $this->autoescape;
                    
365        $params = $this->grav['uri']->params(null, true);
                    
366        if (!empty($params)) {
                    
367            $this->twig->setCache(false);
                    
                
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
                    
                
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
                    
                
ClassLoader.php https://gitlab.com/wendy-du-973/club-invest-gr2 | PHP | 481 lines
                    
1<?php
                    
2
                    
39 * @author Jordi Boggiano <j.boggiano@seld.be>
                    
40 * @see    https://www.php-fig.org/psr/psr-0/
                    
41 * @see    https://www.php-fig.org/psr/psr-4/
                    
70    {
                    
71        if (!empty($this->prefixesPsr0)) {
                    
72            return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
                    
183            if ('\\' !== $prefix[$length - 1]) {
                    
184                throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
                    
185            }
                    
234            if ('\\' !== $prefix[$length - 1]) {
                    
235                throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
                    
236            }
                    
376
                    
377        $file = $this->findFileWithExtension($class, '.php');
                    
378
                    
                
legacy.php https://gitlab.com/lankerd/paGO---Testing-Site | PHP | 596 lines
                    
1<?php
                    
2/**
                    
99
                    
100		if (!empty($path))
                    
101		{
                    
156			case 'model':
                    
157				$filename = strtolower($parts['name']) . '.php';
                    
158				break;
                    
220		// Guess the option from the class name (Option)Model(View).
                    
221		if (empty($this->option))
                    
222		{
                    
233		// Set the view name
                    
234		if (empty($this->name))
                    
235		{
                    
280		// Set the internal state marker - used to ignore setting state from the request
                    
281		if (!empty($config['ignore_request']))
                    
282		{
                    
                
SqliteMetadata.php https://gitlab.com/jalon/doadoronline | PHP | 392 lines
                    
1<?php
                    
2/**
                    
125
                    
126        if (empty($primaryKey)) {
                    
127            $primaryKey = null;
                    
326        $data['event_manipulation'] = strtoupper($data['event_manipulation']);
                    
327        if (empty($data['action_condition'])) {
                    
328            $data['action_condition'] = null;
                    
329        }
                    
330        if (!empty($data['action_timing'])) {
                    
331            $data['action_timing'] = strtoupper($data['action_timing']);
                    
                
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';
                    
                
ProjectsRoles.php https://gitlab.com/Japang-Jawara/jawara-penilaian | PHP | 256 lines
                    
1<?php
                    
2/*
                    
151   * [`roles.list()`](https://cloud.google.com/iam/reference/rest/v1/roles/list):
                    
152   * An empty string. This method doesn't require a resource; it simply returns
                    
153   * all [predefined roles](https://cloud.google.com/iam/docs/understanding-
                    
                
class-wc-frontend-scripts.php https://gitlab.com/haque.mdmanzurul/soundkreationsfinal | PHP | 301 lines
                    
1<?php
                    
2/**
                    
149		}
                    
150		if ( $lightbox_en && ( is_product() || ( ! empty( $post->post_content ) && strstr( $post->post_content, '[product_page' ) ) ) ) {
                    
151			self::enqueue_script( 'prettyPhoto', $assets_path . 'js/prettyPhoto/jquery.prettyPhoto' . $suffix . '.js', array( 'jquery' ), '3.1.6', true );
                    
226					'checkout_url'              => WC_AJAX::get_endpoint( "checkout" ),
                    
227					'is_checkout'               => is_page( wc_get_page_id( 'checkout' ) ) && empty( $wp->query_vars['order-pay'] ) && ! isset( $wp->query_vars['order-received'] ) ? 1 : 0,
                    
228					'debug_mode'                => defined('WP_DEBUG') && WP_DEBUG,
                    
                
imageupload.php https://gitlab.com/haque.mdmanzurul/nga-loyaltymatters | PHP | 287 lines
                    
68
                    
69    include_once AIU_BASE_PATH . 'includes/fileuploader/fileuploader.class.php';
                    
70
                    
81    if (!function_exists('includeFile')) {
                    
82        function includeFile($name, $type = 'config', $defaultName = 'default', $fileType = '.inc.php') {
                    
83            $folder = (substr($type, -1) != 'y') ? $type . 's/' : substr($folder, 0, -1) . 'ies/';
                    
106
                    
107    include_once AIU_BASE_PATH . 'includes/PhpThumbFactory/ThumbLib.inc.php';
                    
108    // delete uploaded images
                    
132
                    
133            if (empty($success)) {
                    
134                //file could not be removed, try to remove the thumb, if that succeeds set success to true
                    
136                    $success = $source->removeObject($dirTree . $thumbscontainer . $file);
                    
137                    if (empty($success)) {
                    
138                        $errors = $source->getErrors();
                    
                
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.');
                    
                
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);
                    
                
export.php https://bitbucket.org/royzhang90/hmunchina.git | PHP | 379 lines
                    
1<?php
                    
2/**
                    
63function wxr_missing_parents($categories) {
                    
64	if ( !is_array($categories) || empty($categories) )
                    
65		return array();
                    
143function wxr_cat_name($c) {
                    
144	if ( empty($c->name) )
                    
145		return;
                    
288<?php if ( $cats ) : foreach ( $cats as $c ) : ?>
                    
289	<wp:category><wp:category_nicename><?php echo $c->slug; ?></wp:category_nicename><wp:category_parent><?php echo $c->parent ? $cats[$c->parent]->name : ''; ?></wp:category_parent><?php wxr_cat_name($c); ?><?php wxr_category_description($c); ?></wp:category>
                    
290<?php endforeach; endif; ?>
                    
291<?php if ( $tags ) : foreach ( $tags as $t ) : ?>
                    
292	<wp:tag><wp:tag_slug><?php echo $t->slug; ?></wp:tag_slug><?php wxr_tag_name($t); ?><?php wxr_tag_description($t); ?></wp:tag>
                    
293<?php endforeach; endif; ?>
                    
294<?php if ( $terms ) : foreach ( $terms as $t ) : ?>
                    
295	<wp:term><wp:term_taxonomy><?php echo $t->taxonomy; ?></wp:term_taxonomy><wp:term_slug><?php echo $t->slug; ?></wp:term_slug><wp:term_parent><?php echo $t->parent ? $custom_taxonomies[$t->parent]->name : ''; ?></wp:term_parent><?php wxr_term_name($t); ?><?php wxr_term_description($t); ?></wp:term>
                    
296<?php endforeach; endif; ?>
                    
                
Files.php https://gitlab.com/Japang-Jawara/jawara-penilaian | PHP | 311 lines
                    
1<?php
                    
2/*
                    
125  /**
                    
126   * Permanently deletes all of the user's trashed files. (files.emptyTrash)
                    
127   *
                    
133   */
                    
134  public function emptyTrash($optParams = [])
                    
135  {
                    
137    $params = array_merge($params, $optParams);
                    
138    return $this->call('emptyTrash', [$params]);
                    
139  }
                    
227   * @opt_param int pageSize The maximum number of files to return per page.
                    
228   * Partial or empty result pages are possible even before the end of the files
                    
229   * list has been reached.
                    
                
class-cp-user-relationships.php https://gitlab.com/clusterpress/clusterpress | PHP | 543 lines
                    
187
                    
188		if ( empty( $r['user_id'] ) || empty( $r['primary_id'] ) || empty( $r['name'] ) ) {
                    
189			return false;
                    
243
                    
244		if ( empty( $w['id'] ) && ( empty( $w['user_id'] ) || empty( $w['name'] ) ) && ( empty( $w['primary_id'] ) || empty( $w['name'] ) ) ) {
                    
245			return false;
                    
302
                    
303		if ( empty( $field_name ) || empty( $in ) ) {
                    
304			return;
                    
448
                    
449		if ( empty( $column ) || empty( $args ) ) {
                    
450			return false;
                    
525
                    
526			if ( empty( $r['user_id'] ) && empty( $r['primary_id'] ) && empty( $r['secondary_id'] ) ) {
                    
527				return false;
                    
                
1416863327-migrate-reports.php https://gitlab.com/e0/X2CRM | PHP | 315 lines
                    
113
                    
114            if (!empty ($rep['field2'])) {
                    
115                $settings['columnField'] = $rep['field2'];
                    
120
                    
121            if (!empty ($rep['cellType'])) {
                    
122                $settings['cellDataType'] = $rep['cellType'];
                    
135
                    
136            if (empty ($rep['dateRange'])) {
                    
137                print_r ('invalid dateRange'."\n");
                    
139            } else if ($rep['dateRange'] === 'custom') {
                    
140                if (empty ($rep['start']) || empty ($rep['end'])) {
                    
141                    print_r ('invalid start or end'."\n");
                    
198            } else if ($rep['dateRange'] === 'custom') {
                    
199                if (empty ($rep['start']) || empty ($rep['end'])) {
                    
200                    print_r ('invalid start or end'."\n");
                    
                
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
                    
                
validate.php https://bitbucket.org/cisash/fananeen.git | PHP | 422 lines
                    
1<?php
                    
2require_once dirname(__FILE__) . '/validation-cakephp.php';
                    
3
                    
63                        array($v, $value));
                    
64                // Use CakePHP method
                    
65            } else if ((isset(self::$_cake_aliases[$method])
                    
107            if (isset($check['error'])) {
                    
108                // Don't return error if it's empty but not required
                    
109                if ((!empty($value) && $method != 'required' && self::$_is_required)
                    
109                if ((!empty($value) && $method != 'required' && self::$_is_required)
                    
110                        || (empty($value) && $method == 'required')) {
                    
111                    $check['message'] = !empty($v['message']) ? $v['message'] : self::$messages[$method];
                    
149    {
                    
150        // Set outside in /admin.php
                    
151        self::$messages = wpcf_admin_validation_messages();
                    
                
class-wp-terms-list-table.php https://gitlab.com/haque.mdmanzurul/barongbarong | PHP | 454 lines
                    
1<?php
                    
2/**
                    
26
                    
27		if ( empty( $taxonomy ) )
                    
28			$taxonomy = 'post_tag';
                    
35		// @todo Still needed? Maybe just the show_ui part.
                    
36		if ( empty( $post_type ) || !in_array( $post_type, get_post_types( array( 'show_ui' => true ) ) ) )
                    
37			$post_type = 'post';
                    
77
                    
78		$search = !empty( $_REQUEST['s'] ) ? trim( wp_unslash( $_REQUEST['s'] ) ) : '';
                    
79
                    
85
                    
86		if ( !empty( $_REQUEST['orderby'] ) )
                    
87			$args['orderby'] = trim( wp_unslash( $_REQUEST['orderby'] ) );
                    
88
                    
89		if ( !empty( $_REQUEST['order'] ) )
                    
90			$args['order'] = trim( wp_unslash( $_REQUEST['order'] ) );
                    
                
Grammar.php https://gitlab.com/Pasantias/pasantiasASLG | PHP | 459 lines
                    
1<?php
                    
2
                    
255    /**
                    
256     * Create an empty Doctrine DBAL TableDiff from the Blueprint.
                    
257     *
                    
                
Configuration.php https://bitbucket.org/Leimz/leimzwebsite.git | PHP | 275 lines
                    
1<?php
                    
2
                    
41            ->validate()
                    
42                ->ifTrue(function($v){return 'propel' === $v['db_driver'] && empty($v['propel_user_class']);})
                    
43                ->thenInvalid('The propel model class must be defined by using the "propel_user_class" key.')
                    
52                    ->isRequired()
                    
53                    ->cannotBeEmpty()
                    
54                ->end()
                    
54                ->end()
                    
55                ->scalarNode('user_class')->isRequired()->cannotBeEmpty()->end()
                    
56                ->scalarNode('propel_user_class')->end()
                    
56                ->scalarNode('propel_user_class')->end()
                    
57                ->scalarNode('firewall_name')->isRequired()->cannotBeEmpty()->end()
                    
58                ->scalarNode('model_manager_name')->defaultNull()->end()
                    
63                    ->children()
                    
64                        ->scalarNode('address')->defaultValue('webmaster@example.com')->cannotBeEmpty()->end()
                    
65                        ->scalarNode('sender_name')->defaultValue('webmaster')->cannotBeEmpty()->end()
                    
                
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']);
                    
                
locallib.php https://github.com/nicolasconnault/moodle2.0.git | PHP | 390 lines
                    
1<?php // $Id: locallib.php,v 1.20 2009/03/02 21:51:25 mudrd8mz Exp $
                    
2
                    
2
                    
3require_once('lib.php');
                    
4
                    
5/**
                    
6 * locallib.php - moodle tag local library - output functions
                    
7 *
                    
7 *
                    
8 * @version: $Id: locallib.php,v 1.20 2009/03/02 21:51:25 mudrd8mz Exp $
                    
9 * @licence http://www.gnu.org/copyleft/gpl.html GNU Public License
                    
33    $tagkeys = array_keys($tagsincloud);
                    
34    if (!empty($tagkeys)) {
                    
35        $firsttagkey = $tagkeys[0];
                    
56
                    
57        $link = $CFG->wwwroot .'/tag/index.php?tag='. rawurlencode($tag->name);
                    
58        $output .= '<li><a href="'. $link .'" class="'. $tag->class .'" '.
                    
                
class-wcs-query.php https://gitlab.com/remyvianne/krowkaramel | PHP | 389 lines
                    
1<?php
                    
2/**
                    
103			case 'subscriptions':
                    
104				if ( ! empty( $wp->query_vars['subscriptions'] ) ) {
                    
105					// translators: placeholder is a page number.
                    
124
                    
125		// If the Subscriptions endpoint setting is empty, don't display it in line with core WC behaviour.
                    
126		if ( empty( $this->query_vars['subscriptions'] ) ) {
                    
173
                    
174		$current_page = empty( $current_page ) ? 1 : absint( $current_page );
                    
175
                    
175
                    
176		wc_get_template( 'myaccount/subscriptions.php', array( 'current_page' => $current_page ), '', WC_Subscriptions_Core_Plugin::instance()->get_subscriptions_core_directory( 'templates/' ) );
                    
177	}
                    
212			$_query = wp_parse_args( $q->query );
                    
213			if ( ! empty( $_query ) && array_intersect( array_keys( $_query ), array_keys( $this->query_vars ) ) ) {
                    
214				$q->is_page     = true;
                    
                
depth_first_search.hpp https://bitbucket.org/nazemnykh_anton/avr-cpp-libs.git | C++ Header | 331 lines
                    
72    //
                    
73    // See http://lists.boost.org/MailArchives/boost/msg48752.php for FAQ.
                    
74
                    
106      if (fn(u, g)) {
                    
107          // If this vertex terminates the search, we push empty range
                    
108          stack.push_back(std::make_pair(u, std::make_pair(ei_end, ei_end)));
                    
111      }
                    
112      while (!stack.empty()) {
                    
113        VertexInfo& back = stack.back();
                    
                
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:
                    
                
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 ) );
                    
                
ParameterTest.php https://gitlab.com/x33n/respond | PHP | 416 lines
                    
1<?php
                    
2
                    
193        $this->assertSame($command, $param->getParent());
                    
194        $this->assertNotEmpty($param->getProperties());
                    
195        $this->assertInstanceOf('Guzzle\Service\Description\Parameter', $param->getProperty('foo'));
                    
                
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'] ) {
                    
                
cURL.php https://gitlab.com/x33n/ampache | PHP | 349 lines
                    
1<?php
                    
2/**
                    
25	 *
                    
26	 * @var array cURL information array, see {@see http://php.net/curl_getinfo}
                    
27	 */
                    
223		$headers = Requests::flatten($headers);
                    
224		if (in_array($options['type'], array(Requests::HEAD, Requests::GET, Requests::DELETE)) & !empty($data)) {
                    
225			$url = self::format_get($url, $data);
                    
226		}
                    
227		elseif (!empty($data) && !is_string($data)) {
                    
228			$data = http_build_query($data, null, '&');
                    
313	 * @param string $url
                    
314	 * @param array|object $data Data to build query using, see {@see http://php.net/http_build_query}
                    
315	 * @return string URL with data
                    
317	protected static function format_get($url, $data) {
                    
318		if (!empty($data)) {
                    
319			$url_parts = parse_url($url);
                    
                
SqlServerGrammar.php https://gitlab.com/Pasantias/pasantiasASLG | PHP | 344 lines
                    
1<?php
                    
2
                    
311
                    
312        if (! empty($joins)) {
                    
313            return trim("update {$alias} set {$columns} from {$table}{$joins} {$where}");
                    
                
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
                    
                
class.wpcom-json-api-sharing-buttons-endpoint.php https://gitlab.com/juanito.abelo/nlmobile | PHP | 385 lines
                    
1<?php
                    
2
                    
33
                    
34		if ( ! empty( $button->genericon ) ) {
                    
35			// Only pre-defined sharing buttons include genericon
                    
75			( isset( $button['ID'] ) && 1 === preg_match( '/^custom-/', $button['ID'] ) ) ||
                    
76			! empty( $button['name'] ) || ! empty( $button['URL'] ) || ! empty( $button['icon'] );
                    
77	}
                    
79	protected function validate_button_input( $button, $is_new = false ) {
                    
80		if ( ! empty( $button['visibility'] ) && ! in_array( $button['visibility'], self::$all_visibilities ) ) {
                    
81			return new WP_Error( 'invalid_visibility', sprintf( 'The visibility field must be one of the following values: %s', implode( ', ', self::$all_visibilities ) ), 400 );
                    
81			return new WP_Error( 'invalid_visibility', sprintf( 'The visibility field must be one of the following values: %s', implode( ', ', self::$all_visibilities ) ), 400 );
                    
82		} else if ( $is_new && empty( $button['URL'] ) ) {
                    
83			return new WP_Error( 'invalid_request', 'The URL field is required', 400 );
                    
83			return new WP_Error( 'invalid_request', 'The URL field is required', 400 );
                    
84		} else if ( $is_new && empty( $button['icon'] ) ) {
                    
85			return new WP_Error( 'invalid_request', 'The icon field is required', 400 );
                    
                
Destination.php https://gitlab.com/Zinnurain/destination_finder_beta | PHP | 395 lines
                    
56        
                    
57        if (array_key_exists('search', $data) && !empty($data['search'])) {
                    
58            $this->search = $data['search'];
                    
153         
                    
154             //if (!empty($this->org_name) && !empty($this->org_add) && !empty($this->phone) && !empty($this->summary) ) {
                    
155            $query = "INSERT INTO `web_tech_pro`.`busstand_list` (`stand_name`,`distance_from`,`metere`) VALUES (:stand_name,:distance_from,:metere)";
                    
201//         die();
                    
202         if (!empty($this->user_name) && !empty($this->email) && !empty($this->password) ) {  
                    
203         $query = "UPDATE `web_tech_pro`.`admin_user` SET `email`=:email,`user_name` =:user_name,`password`=:password WHERE `admin_user`.`id` = :id";
                    
215         }
                    
216    elseif(empty($this->password) && !empty($this->user_name) && !empty($this->email)) {
                    
217     $query = "UPDATE `web_tech_pro`.`admin_user` SET `email`=:email,`user_name` =:user_name WHERE `admin_user`.`id` = :id";
                    
277         //$this->uniqid=$uid;
                    
278             //if (!empty($this->user_name) && !empty($this->email) && !empty($this->password) ) {
                    
279            $query = "INSERT INTO `owncms`.`profiles` (`firstname`,`lastname`,`gender`,`address`,`mobile_no`,`country`,`user_id`,`image`) VALUES (:firstname,:lastname,:gender,:address,:mobile_no,:country,:user_id,:image)";
                    
                
class-wp-ms-users-list-table.php https://gitlab.com/Blueprint-Marketing/WordPress-1 | 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();
                    
                
yii.php https://gitlab.com/afzalpotenza/YII_salon | 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
                    
                
rpcconsole.cpp https://gitlab.com/Quetzalcoatl/VekitaCoin | C++ | 433 lines
                    
2// Distributed under the MIT/X11 software license, see the accompanying
                    
3// file COPYING or http://www.opensource.org/licenses/mit-license.php.
                    
4
                    
146    }
                    
147    if(args.empty())
                    
148        return; // Nothing to do
                    
242            if(obj == ui->messagesWidget && (
                    
243                  (!mod && !keyevt->text().isEmpty() && key != Qt::Key_Tab) ||
                    
244                  ((mod & Qt::ControlModifier) && key == Qt::Key_V) ||
                    
354
                    
355    if(!cmd.isEmpty())
                    
356    {
                    
                
Root.php https://gitlab.com/albert925/lading-ach | PHP | 453 lines
                    
7// +----------------------------------------------------------------------+
                    
8// | This source file is subject to version 2.02 of the PHP license,      |
                    
9// | that is bundled with this package in the file LICENSE, and is        |
                    
19//
                    
20// $Id: Root.php,v 1.9 2005/04/23 21:53:49 dufuz Exp $
                    
21
                    
29*/
                    
30class PHPExcel_Shared_OLE_PPS_Root extends PHPExcel_Shared_OLE_PPS
                    
31	{
                    
122		for ($i = 0; $i < count($raList); ++$i) {
                    
123			if ($raList[$i]->Type == PHPExcel_Shared_OLE::OLE_PPS_TYPE_FILE) {
                    
124				$raList[$i]->Size = $raList[$i]->_DataLen();
                    
124				$raList[$i]->Size = $raList[$i]->_DataLen();
                    
125				if ($raList[$i]->Size < PHPExcel_Shared_OLE::OLE_DATA_SIZE_SMALL) {
                    
126					$iSBcnt += floor($raList[$i]->Size / $this->_SMALL_BLOCK_SIZE)
                    
                
DocBlock.php https://gitlab.com/techniconline/kmc | PHP | 470 lines
                    
1<?php
                    
2/**
                    
2/**
                    
3 * phpDocumentor
                    
4 *
                    
4 *
                    
5 * PHP Version 5.3
                    
6 *
                    
8 * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
                    
9 * @license   http://www.opensource.org/licenses/mit-license.php MIT
                    
10 * @link      http://phpdoc.org
                    
12
                    
13namespace phpDocumentor\Reflection;
                    
14
                    
14
                    
15use phpDocumentor\Reflection\DocBlock\Tag;
                    
16use phpDocumentor\Reflection\DocBlock\Context;
                    
                
field.php https://gitlab.com/unofficial-mirrors/moodle | PHP | 371 lines
                    
1<?php
                    
2
                    
25
                    
26require_once('../../config.php');
                    
27require_once('lib.php');
                    
41
                    
42$url = new moodle_url('/mod/data/field.php');
                    
43if ($fid !== 0) {
                    
148                $field->field->description = $fieldinput->description;
                    
149                $field->field->required = !empty($fieldinput->required) ? 1 : 0;
                    
150
                    
202                echo $OUTPUT->confirm('<strong>'.$field->name().': '.$field->field->name.'</strong><br /><br />'. get_string('confirmdeletefield','data'),
                    
203                             'field.php?d='.$data->id.'&mode=delete&fid='.$fid.'&confirm=1',
                    
204                             'field.php?d='.$data->id);
                    
220            $DB->update_record('data', $rec);
                    
221            redirect($CFG->wwwroot.'/mod/data/field.php?d='.$data->id, get_string('changessaved'), 2);
                    
222            exit;
                    
                
Part.php https://bitbucket.org/freddixx/e-business-vcrm-plugin.git | PHP | 486 lines
                    
1<?php
                    
2/**
                    
18 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
19 * @version    $Id: Part.php 9099 2008-03-30 19:35:47Z thomas $
                    
20 */
                    
25 */
                    
26require_once 'Zend/Mime/Decode.php';
                    
27
                    
30 */
                    
31require_once 'Zend/Mail/Part/Interface.php';
                    
32
                    
110                 */
                    
111                require_once 'Zend/Mail/Exception.php';
                    
112                throw new Zend_Mail_Exception('handler is not a valid mail handler');
                    
117                 */
                    
118                require_once 'Zend/Mail/Exception.php';
                    
119                throw new Zend_Mail_Exception('need a message id with a handler');
                    
                
admin.php https://bitbucket.org/viktorfabry/banditos.git | PHP | 503 lines
                    
1<?php defined('BASEPATH') OR exit('No direct script access allowed');
                    
2/**
                    
224						'id' 	=> $i,
                    
225						'slug' 	=> ! empty($chunk_slugs[$i]) 	? $chunk_slugs[$i] 	: '',
                    
226						'class' => ! empty($chunk_classes[$i]) 	? $chunk_classes[$i] 	: '',
                    
226						'class' => ! empty($chunk_classes[$i]) 	? $chunk_classes[$i] 	: '',
                    
227						'type' 	=> ! empty($chunk_types[$i]) 	? $chunk_types[$i] 	: '',
                    
228						'body' 	=> ! empty($chunk_bodies[$i]) 	? $chunk_bodies[$i] : '',
                    
308		// Got page?
                    
309		if ( ! $page OR empty($page))
                    
310		{
                    
358						'id' 	=> $i,
                    
359						'slug' 	=> ! empty($chunk_slugs[$i]) 	? $chunk_slugs[$i] 	: '',
                    
360						'class' => ! empty($chunk_classes[$i]) 	? $chunk_classes[$i] 	: '',
                    
360						'class' => ! empty($chunk_classes[$i]) 	? $chunk_classes[$i] 	: '',
                    
361						'type' 	=> ! empty($chunk_types[$i]) 	? $chunk_types[$i] 	: '',
                    
362						'body' 	=> ! empty($chunk_bodies[$i]) 	? $chunk_bodies[$i] : '',
                    
                
WooSubscriptionsNotes.php https://gitlab.com/campus-academy/krowkaramel | PHP | 455 lines
                    
1<?php
                    
2/**
                    
22	 * We want to bubble up expiration notices when they cross certain age
                    
23	 * thresholds. PHP 5.2 doesn't support constant arrays, so we do this.
                    
24	 *
                    
58		// The site just disconnected.
                    
59		if ( ! empty( $old_token ) && empty( $new_token ) ) {
                    
60			$this->remove_notes();
                    
108			$note_ids   = $data_store->get_notes_with_name( self::CONNECTION_NOTE_NAME );
                    
109			if ( ! empty( $note_ids ) ) {
                    
110				// We already have a connection note. Exit early.
                    
125		$auth = \WC_Helper_Options::get( 'auth' );
                    
126		return ( ! empty( $auth['access_token'] ) );
                    
127	}
                    
224			$product_id = $this->get_product_id_from_subscription_note( $note );
                    
225			if ( ! empty( $product_id ) ) {
                    
226				if ( ! in_array( $product_id, $active_product_ids, true ) ) {
                    
                
HeadLink.php https://gitlab.com/yousafsyed/easternglamor | 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;
                    
                
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');
                    
                
XsdTest.php https://gitlab.com/yousafsyed/easternglamor | 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>', []],
                    
                
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)');
                    
                
static-string-table.cpp https://gitlab.com/iranjith4/hhvm | C++ | 338 lines
                    
2   +----------------------------------------------------------------------+
                    
3   | HipHop for PHP                                                       |
                    
4   +----------------------------------------------------------------------+
                    
6   +----------------------------------------------------------------------+
                    
7   | This source file is subject to version 3.01 of the PHP license,      |
                    
8   | that is bundled with this package in the file LICENSE, and is        |
                    
9   | available through the world-wide-web at the following url:           |
                    
10   | http://www.php.net/license/3_01.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   +----------------------------------------------------------------------+
                    
15*/
                    
16#include "hphp/runtime/base/static-string-table.h"
                    
17#include "hphp/runtime/base/rds.h"
                    
                
Indexer.php https://gitlab.com/yousafsyed/easternglamor | 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.");
                    
                
ClassMetadataTest.php https://gitlab.com/martinstti/silex-microframework-rest | 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    }
                    
                
PhpTransliteration.php https://gitlab.com/leoplanxxi/dr7-web-buap-2016 | PHP | 288 lines
                    
1<?php
                    
2
                    
4 * @file
                    
5 * Definition of \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   *
                    
                
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		{
                    
                
mkdist.php https://gitlab.com/0072016/appengine-php | PHP | 548 lines
                    
15
                    
16$dist_dir = $build_dir . "/php-" . phpversion();
                    
17$test_dir = $build_dir . "/php-test-pack-" . phpversion();
                    
210/* the core dll */
                    
211copy("$build_dir/php.exe", "$dist_dir/php.exe");
                    
212copy("$build_dir/$phpdll", "$dist_dir/$phpdll");
                    
240	"win32/install.txt" => "install.txt",
                    
241	"win32/pws-php5cgi.reg" => "pws-php5cgi.reg",
                    
242	"win32/pws-php5isapi.reg" => "pws-php5isapi.reg",
                    
461}
                    
462copy('run-tests.php', $test_dir . '/run-test.php');
                    
463
                    
495
                    
496	/* Now, we want PEAR.php, Getopt.php (Console_Getopt) and Tar.php (Archive_Tar)
                    
497	 * broken out of the tarballs */
                    
                
class-inl.h https://gitlab.com/0072016/0072016-PHP.LLC | C Header | 522 lines
                    
2   +----------------------------------------------------------------------+
                    
3   | HipHop for PHP                                                       |
                    
4   +----------------------------------------------------------------------+
                    
6   +----------------------------------------------------------------------+
                    
7   | This source file is subject to version 3.01 of the PHP license,      |
                    
8   | that is bundled with this package in the file LICENSE, and is        |
                    
9   | available through the world-wide-web at the following url:           |
                    
10   | http://www.php.net/license/3_01.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   +----------------------------------------------------------------------+
                    
16
                    
17#ifndef incl_HPHP_VM_CLASS_INL_H_
                    
18#error "class-inl.h should only be included by class.h"
                    
                
yii.php https://gitlab.com/brucealdridge/yii2 | 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
                    
                
SAPI.h https://gitlab.com/iranjith4/hhvm | C Header | 310 lines
                    
2   +----------------------------------------------------------------------+
                    
3   | PHP Version 5                                                        |
                    
4   +----------------------------------------------------------------------+
                    
9   | available through the world-wide-web at the following url:           |
                    
10   | http://www.php.net/license/3_01.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   +----------------------------------------------------------------------+
                    
248  int php_ini_ignore;
                    
249  int php_ini_ignore_cwd; /* don't look for php.ini in the current directory */
                    
250
                    
285#define SAPI_DEFAULT_CHARSET    ""
                    
286#define SAPI_PHP_VERSION_HEADER    "X-Powered-By: PHP/" PHP_VERSION
                    
287
                    
                
paypal-return-in-web-accept-sp.inc.php https://gitlab.com/Gashler/sg | PHP | 148 lines
                    
1<?php
                    
2/**
                    
43
                    
44			if((!empty($paypal['txn_type']) && preg_match('/^web_accept$/i', $paypal['txn_type']))
                    
45			   && (!empty($paypal['item_number']) && preg_match($GLOBALS['WS_PLUGIN__']['s2member']['c']['sp_access_item_number_regex'], $paypal['item_number']))
                    
45			   && (!empty($paypal['item_number']) && preg_match($GLOBALS['WS_PLUGIN__']['s2member']['c']['sp_access_item_number_regex'], $paypal['item_number']))
                    
46			   && (empty($paypal['payment_status']) || empty($payment_status_issues) || !preg_match($payment_status_issues, $paypal['payment_status']))
                    
47			   && (!empty($paypal['txn_id'])) && (!empty($paypal['txn_baid']) || ($paypal['txn_baid'] = $paypal['txn_id']))
                    
47			   && (!empty($paypal['txn_id'])) && (!empty($paypal['txn_baid']) || ($paypal['txn_baid'] = $paypal['txn_id']))
                    
48			   && (!empty($paypal['txn_cid']) || ($paypal['txn_cid'] = $paypal['txn_id']))
                    
49			)
                    
                
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'])
                    
                
GetFileController.php https://gitlab.com/jslee1/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')) {
                    
                
BannerCommand.php https://gitlab.com/vectorci/clitools | PHP | 334 lines
                    
1<?php
                    
2
                    
136        $leftCol[] = str_pad('Linux', $labelLength, ' ', STR_PAD_LEFT) . ': ' . $kernelVersion;
                    
137        if (!empty($dockerVersion)) {
                    
138            $leftCol[] = str_pad('Docker', $labelLength, ' ', STR_PAD_LEFT) . ': ' . $dockerVersion;
                    
224
                    
225        if (!empty($mailboxUri) && function_exists('imap_open')) {
                    
226            try {
                    
236
                    
237                if (!empty($res)) {
                    
238                    $ret = $res->Nmsgs;
                    
262            case 'imap-insecure':
                    
263                $port = !empty($mailboxConf['port']) ? $mailboxConf['port'] : 143;
                    
264
                    
273            case 'imap':
                    
274                $port = !empty($mailboxConf['port']) ? $mailboxConf['port'] : 143;
                    
275
                    
                
CakeValidationSetTest.php https://gitlab.com/manuperazafa/elsartenbackend | 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'),
                    
                
GeoMesaSparkSql.scala https://gitlab.com/zachcoyle/geomesa | Scala | 345 lines
                    
5* which accompanies this distribution and is available at
                    
6* http://www.opensource.org/licenses/apache2.0.php.
                    
7*************************************************************************/
                    
47  // state to keep track of our sfts and data store connection parameters
                    
48  private val dsParams = scala.collection.mutable.Set.empty[Map[String, String]]
                    
49  private val sfts = scala.collection.mutable.Set.empty[SimpleFeatureType]
                    
71   */
                    
72  def start(configs: Map[String, String] = Map.empty,
                    
73            distributedJars: Seq[String] = Seq.empty): Boolean = synchronized {
                    
147    val sqlVisitor = new SqlVisitor(context, sftNames)
                    
148    val result = scala.collection.mutable.Map.empty[String, Filter]
                    
149    // items should have an expression if they can't be parsed as SQL
                    
165    val namesFromCql = cql.mapValues(DataUtilities.attributeNames(_).toSet)
                    
166    val namesFromSql = scala.collection.mutable.Map.empty[String, Set[String]]
                    
167
                    
                
class-lp-email.php https://gitlab.com/gregtyka/lfmawordpress | PHP | 481 lines
                    
226
                    
227		return !empty( $_REQUEST['section'] ) && $_REQUEST['section'] == $this->id;
                    
228	}
                    
252		if (
                    
253			( !empty( $this->template_html ) || !empty( $this->template_plain ) )
                    
254			&& ( !empty( $_GET['move_template'] ) || !empty( $_GET['delete_template'] ) )
                    
256		) {
                    
257			if ( empty( $_GET['_learn_press_email_nonce'] ) || !wp_verify_nonce( $_GET['_learn_press_email_nonce'], 'learn_press_email_template_nonce' ) ) {
                    
258				return;
                    
264
                    
265			if ( !empty( $_GET['move_template'] ) ) {
                    
266				$this->move_template( $_GET['move_template'] );
                    
413
                    
414		if ( current_user_can( 'edit_themes' ) && !empty( $code ) && !empty( $path ) ) {
                    
415			$saved = false;
                    
                
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>    }
                    
                
Observer.php https://gitlab.com/axeltizon/magentoV1.9-demopoweraccess | PHP | 360 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) 2014 Magento Inc. (http://www.magentocommerce.com)
                    
24 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25 */
                    
172            }
                    
173            if (empty($cronExpr) && $jobConfig->schedule->cron_expr) {
                    
174                $cronExpr = (string)$jobConfig->schedule->cron_expr;
                    
187                $ts = strftime('%Y-%m-%d %H:%M:00', $time);
                    
188                if (!empty($exists[$jobCode.'/'.$ts])) {
                    
189                    // already scheduled
                    
305            }
                    
306            if (empty($callback)) {
                    
307                Mage::throwException(Mage::helper('cron')->__('No callbacks found'));
                    
                
Front.php https://gitlab.com/axeltizon/magentoV1.9-demopoweraccess | 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) 2014 Magento Inc. (http://www.magentocommerce.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;
                    
                
index.php https://gitlab.com/unofficial-mirrors/moodle | PHP | 272 lines
                    
1<?php
                    
2// This file is part of Moodle - http://moodle.org/
                    
23
                    
24require('../../config.php');
                    
25require_once($CFG->libdir.'/adminlib.php');
                    
25require_once($CFG->libdir.'/adminlib.php');
                    
26require_once($CFG->dirroot.'/user/profile/lib.php');
                    
27require_once($CFG->dirroot.'/user/profile/definelib.php');
                    
32
                    
33$redirect = $CFG->wwwroot.'/user/profile/index.php';
                    
34
                    
114// Check that we have at least one category defined.
                    
115if (empty($categories)) {
                    
116    $defaultcategory = new stdClass();
                    
154$options = profile_list_datatypes();
                    
155$popupurl = new moodle_url('/user/profile/index.php?id=0&action=editfield');
                    
156echo $OUTPUT->single_select($popupurl, 'datatype', $options, '', array('' => get_string('choosedots')), 'newfieldform', array('label' => $strcreatefield));
                    
                
edit.php https://gitlab.com/unofficial-mirrors/moodle | PHP | 244 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;
                    
                
slideshow.php https://gitlab.com/relacilia/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>
                    
                
Controller.php https://gitlab.com/campus-academy/krowkaramel | PHP | 327 lines
                    
1<?php
                    
2/**
                    
108	public function prepare_item_for_response( $report, $request ) {
                    
109		$context = ! empty( $request['context'] ) ? $request['context'] : 'view';
                    
110		$report  = $this->add_additional_fields_to_object( $report, $request );
                    
                
EntityOperations.php https://gitlab.com/Drulenium-bot/workbench_moderation | PHP | 267 lines
                    
1<?php
                    
2
                    
154      $latest_revision = $this->moderationInfo->getLatestRevision($entity->getEntityTypeId(), $entity->id());
                    
155      $state_before = !empty($latest_revision) ? $latest_revision->moderation_state->target_id : NULL;
                    
156      // @todo: Revert to this simpler version when https://www.drupal.org/node/2700747 is fixed.
                    
                
AbstractPaginator.php https://gitlab.com/zan_zan/laravel_sample | PHP | 487 lines
                    
1<?php
                    
2
                    
391    /**
                    
392     * Determine if the list of items is empty or not.
                    
393     *
                    
395     */
                    
396    public function isEmpty()
                    
397    {
                    
397    {
                    
398        return $this->items->isEmpty();
                    
399    }
                    
                
menu-header.php https://gitlab.com/campus-academy/krowkaramel | PHP | 306 lines
                    
1<?php
                    
2/**
                    
13 */
                    
14$self = preg_replace( '|^.*/wp-admin/network/|i', '', $_SERVER['PHP_SELF'] );
                    
15$self = preg_replace( '|^.*/wp-admin/|i', '', $self );
                    
85		$submenu_items = array();
                    
86		if ( ! empty( $submenu[ $item[2] ] ) ) {
                    
87			$class[]       = 'wp-has-submenu';
                    
90
                    
91		if ( ( $parent_file && $item[2] === $parent_file ) || ( empty( $typenow ) && $self === $item[2] ) ) {
                    
92			if ( ! empty( $submenu_items ) ) {
                    
99			$class[] = 'wp-not-current-submenu';
                    
100			if ( ! empty( $submenu_items ) ) {
                    
101				$aria_attributes .= 'aria-haspopup="true"';
                    
104
                    
105		if ( ! empty( $item[4] ) ) {
                    
106			$class[] = esc_attr( $item[4] );
                    
                
ManageGitIgnoreTest.php https://gitlab.com/mohamed_hussein/prodt | PHP | 256 lines
                    
234  - Copy [web-root]/.gitattributes from assets/.gitattributes
                    
235  - Copy [web-root]/.ht.router.php from assets/.ht.router.php
                    
236  - Skip [web-root]/.htaccess: overridden in fixtures/drupal-composer-drupal-project
                    
238  - Skip [web-root]/sites/default/default.settings.php: overridden in fixtures/scaffold-override-fixture
                    
239  - Copy [web-root]/sites/example.settings.local.php from assets/example.settings.local.php
                    
240  - Copy [web-root]/sites/example.sites.php from assets/example.sites.php
                    
240  - Copy [web-root]/sites/example.sites.php from assets/example.sites.php
                    
241  - Copy [web-root]/index.php from assets/index.php
                    
242  - Skip [web-root]/robots.txt: overridden in fixtures/drupal-composer-drupal-project
                    
242  - Skip [web-root]/robots.txt: overridden in fixtures/drupal-composer-drupal-project
                    
243  - Copy [web-root]/update.php from assets/update.php
                    
244  - Copy [web-root]/web.config from assets/web.config
                    
245Scaffolding files for fixtures/scaffold-override-fixture:
                    
246  - Copy [web-root]/sites/default/default.settings.php from assets/override-settings.php
                    
247Scaffolding files for fixtures/drupal-composer-drupal-project:
                    
                
UnitTestCase.php https://gitlab.com/mohamed_hussein/prodt | PHP | 282 lines
                    
1<?php
                    
2
                    
11use Drupal\Core\StringTranslation\PluralTranslatableMarkup;
                    
12use Drupal\Tests\Traits\PhpUnitWarnings;
                    
13use Drupal\TestTools\TestVarDumper;
                    
13use Drupal\TestTools\TestVarDumper;
                    
14use PHPUnit\Framework\TestCase;
                    
15use Symfony\Component\VarDumper\VarDumper;
                    
15use Symfony\Component\VarDumper\VarDumper;
                    
16use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
                    
17
                    
27
                    
28  use PhpUnitWarnings;
                    
29  use PhpUnitCompatibilityTrait;
                    
118    ksort($actual);
                    
119    $this->assertEquals($expected, $actual, !empty($message) ? $message : '');
                    
120  }
                    
                
class-config.php https://gitlab.com/iamgraeme/royalmile | PHP | 452 lines
                    
1<?php
                    
2/**
                    
40			WPSEO_Options::reset();
                    
41			wp_redirect( admin_url( 'admin.php?page=' . WPSEO_Admin::PAGE_IDENTIFIER ) );
                    
42		}
                    
134
                    
135		if ( empty( $tool ) ) {
                    
136			$this->asset_manager->enqueue_script( 'yoast-seo' );
                    
158		$wpseo_post       = filter_input( INPUT_POST, 'wpseo' );
                    
159		$include_taxonomy = ! empty( $wpseo_post['include_taxonomy'] );
                    
160		$export           = new WPSEO_Export( $include_taxonomy );
                    
395		?>
                    
396			<div id="<?php echo esc_attr( $id ); ?>" class="yoastbox">
                    
397				<h1><?php echo $title; ?></h1>
                    
397				<h1><?php echo $title; ?></h1>
                    
398				<?php echo $content; ?>
                    
399			</div>
                    
                
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>
                    
                
categories.php https://github.com/julbukki/oscommerce.git | PHP | 336 lines
                    
1<?php
                    
2/*
                    
18
                    
19      if ( empty($language_id) ) {
                    
20        $language_id = $osC_Language->getID();
                    
36
                    
37      if ( !empty($key) && isset($data[$key]) ) {
                    
38        $data = $data[$key];
                    
275
                    
276                if ( !osc_empty($Qimage->value('categories_image')) ) {
                    
277                  $Qcheck = $osC_Database->query('select count(*) as total from :table_categories where categories_image = :categories_image');
                    
                
AdminAttachmentsController.php https://gitlab.com/A.Julien/sendstockbymail-module-prestashop | PHP | 256 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-2016 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
                    
98    {
                    
99        if (empty($this->display)) {
                    
100            $this->page_header_toolbar_btn['new_attachment'] = array(
                    
                
search.tpl https://gitlab.com/reclamare/mao | 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>
                    
                
shipping.php https://gitlab.com/reclamare/mao | 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');
                    
                
menus-sync.php https://gitlab.com/woxiprogrammers/infinia-wordpress | PHP | 272 lines
                    
63                    <tr>
                    
64                        <th scope="row" class="check-column"><input type="checkbox" name="sync[menu_translation][<?php echo $menu_id ?>][<?php echo $language ?>]" value="<?php echo esc_attr( $name ) ?>"/></th>
                    
65                        <td><?php echo $lang_details[ 'display_name' ]; ?></td>
                    
154									?>
                    
155									<input type="text" name="sync[menu_translations][<?php echo $menu_id ?>][<?php echo $l[ 'code' ] ?>]" class="icl_msync_add" value="<?php
                    
156									echo esc_attr( $menu[ 'name' ] ) . ' - ' . $l[ 'display_name' ] ?>"/>
                    
163									?>
                    
164									<input type="hidden" name="sync[menu_options][<?php echo $menu_id ?>][<?php echo $l[ 'code' ] ?>][auto_add]" value="<?php echo esc_attr( $menu[ 'translations' ][ $l[ 'code' ] ][ 'auto_add' ] ); ?>"/>
                    
165								<?php
                    
184				?>
                    
185				<input id="icl_msync_sync" type="submit" class="button-primary" value="<?php _e( 'Sync', 'sitepress' ); ?>"<?php if ( !$need_sync ): ?> disabled="disabled"<?php endif; ?> />
                    
186				&nbsp;&nbsp;
                    
195				?>
                    
196				<input id="icl_msync_sync" type="submit" class="button-primary" value="<?php _e( 'Nothing Sync', 'sitepress' ); ?>"<?php if ( !$need_sync ): ?> disabled="disabled"<?php endif; ?> />
                    
197			<?php
                    
                
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	}
                    
                
theme-support.php https://gitlab.com/ravenseyedesign/ravensegg | PHP | 367 lines
                    
1<?php
                    
2/**
                    
180
                    
181		// To completely disable gradients, leave preset array empty.
                    
182//		add_theme_support( 'editor-gradient-presets', array() );
                    
309function auto_core_update_send_email( $send, $type, $core_update, $result ) {
                    
310	if ( ! empty( $type ) && $type == 'success' ) {
                    
311		// don't send email
                    
                
Profiler.php https://gitlab.com/florianocomercial/centreon | PHP | 471 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: Profiler.php 20096 2010-01-06 02:05:09Z bkarwin $
                    
21 */
                    
280         */
                    
281        require_once 'Zend/Db/Profiler/Query.php';
                    
282        $this->_queryProfiles[] = new Zend_Db_Profiler_Query($queryText, $queryType);
                    
308             */
                    
309            require_once 'Zend/Db/Profiler/Exception.php';
                    
310            throw new Zend_Db_Profiler_Exception("Profiler has no query with handle '$queryId'.");
                    
319             */
                    
320            require_once 'Zend/Db/Profiler/Exception.php';
                    
321            throw new Zend_Db_Profiler_Exception("Query with profiler handle '$queryId' has already ended.");
                    
361             */
                    
362            require_once 'Zend/Db/Profiler/Exception.php';
                    
363            throw new Zend_Db_Profiler_Exception("Query handle '$queryId' not found in profiler log.");
                    
                
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			{
                    
                
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);
                    
                
install.php https://gitlab.com/puppet-br/puppet-br.org-wordpress | PHP | 249 lines
                    
20	<h2>Error: PHP is not running</h2>
                    
21	<p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p>
                    
22</body>
                    
133			<th scope="row"><label for="blog_public"><?php _e( 'Privacy' ); ?></label></th>
                    
134			<td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow my site to appear in search engines like Google and Technorati.' ); ?></label></td>
                    
135		</tr>
                    
149$mysql_version  = $wpdb->db_version();
                    
150$php_compat     = version_compare( $php_version, $required_php_version, '>=' );
                    
151$mysql_compat   = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' );
                    
153if ( !$mysql_compat && !$php_compat )
                    
154	$compat = sprintf( __('You cannot install because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.'), $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version );
                    
155elseif ( !$php_compat )
                    
155elseif ( !$php_compat )
                    
156	$compat = sprintf( __('You cannot install because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s.'), $wp_version, $required_php_version, $php_version );
                    
157elseif ( !$mysql_compat )
                    
                
CsrfComponentTest.php https://gitlab.com/vannh/portal_training | PHP | 308 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         3.0.0
                    
12 * @since         3.0.0
                    
13 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
                    
14 */
                    
72        $cookie = $controller->response->cookie('csrfToken');
                    
73        $this->assertNotEmpty($cookie, 'Should set a token.');
                    
74        $this->assertRegExp('/^[a-f0-9]+$/', $cookie['value'], 'Should look like a hash.');
                    
271
                    
272        $this->assertEmpty($controller->response->cookie('csrfToken'));
                    
273        $cookie = $controller->response->cookie('token');
                    
                
pdo_mysql_driver.php https://gitlab.com/piratemovin/piratesite | PHP | 379 lines
                    
1<?php
                    
2/**
                    
4 *
                    
5 * An open source application development framework for PHP
                    
6 *
                    
100
                    
101		if (empty($this->dsn))
                    
102		{
                    
102		{
                    
103			$this->dsn = 'mysql:host='.(empty($this->hostname) ? '127.0.0.1' : $this->hostname);
                    
104
                    
104
                    
105			empty($this->port) OR $this->dsn .= ';port='.$this->port;
                    
106			empty($this->database) OR $this->dsn .= ';dbname='.$this->database;
                    
106			empty($this->database) OR $this->dsn .= ';dbname='.$this->database;
                    
107			empty($this->char_set) OR $this->dsn .= ';charset='.$this->char_set;
                    
108		}
                    
                
NumericFilter.php https://gitlab.com/guillaumev/alkarama | PHP | 342 lines
                    
90    // if the definition allows for the empty operator, add it.
                    
91    if (!empty($this->definition['allow empty'])) {
                    
92      $operators += array(
                    
93        'empty' => array(
                    
94          'title' => $this->t('Is empty (NULL)'),
                    
95          'method' => 'opEmpty',
                    
101          'method' => 'opEmpty',
                    
102          'short' => $this->t('not empty'),
                    
103          'values' => 0,
                    
143    $which = 'all';
                    
144    if (!empty($form['operator'])) {
                    
145      $source = ':input[name="options[operator]"]';
                    
150
                    
151      if (empty($this->options['expose']['use_operator']) || empty($this->options['expose']['operator_id'])) {
                    
152        // exposed and locked.
                    
                
style.css https://gitlab.com/github-cloud-corp/aws-sdk-php | CSS | 672 lines
                    
43
                    
44code:empty {
                    
45  display: none;
                    
438
                    
439.php-keyword1 {
                    
440  color: #468847;
                    
443
                    
444.php-keyword2 {
                    
445  font-weight: bold;
                    
447
                    
448.php-var {
                    
449  color: #c09853;
                    
490
                    
491span.l .php-var a:hover, span.l .php-var a:active, span.l .php-var a:focus {
                    
492  color: #c09853 !important;
                    
                
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.",
                    
                
CakeValidationSetTest.php https://gitlab.com/grlopez90/servipro | 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);
                    
                
sale_note_a5.blade.php https://gitlab.com/laher01/factu40 | PHP | 230 lines
                    
1@php
                    
2    $establishment = $document->establishment;
                    
8
                    
9@endphp
                    
10<html>
                    
132            <td class="text-left">
                    
133                {!!$row->item->description!!} @if (!empty($row->item->presentation)) {!!$row->item->presentation->description!!} @endif
                    
134                @if($row->attributes)
                    
148                @if($row->discounts)
                    
149                    @php
                    
150                        $total_discount_line = 0;
                    
153                        }
                    
154                    @endphp
                    
155                    {{ number_format($total_discount_line, 2) }}
                    
215    <strong>PAGOS:</strong> </td></tr>
                    
216        @php
                    
217            $payment = 0;
                    
                
 

Source

Language