100+ results for 'php'

Not the results you expected?

InstallSchema.php (https://gitlab.com/crazybutterfly815/magento2) PHP · 407 lines

1 <?php

2 /**

3 * Copyright © 2016 Magento. All rights reserved.

18 /**

19 * {@inheritdoc}

20 * @SuppressWarnings(PHPMD.ExcessiveMethodLength)

21 */

22 public function install(SchemaSetupInterface $setup, ModuleContextInterface $context)

sitemailer_.php (https://gitlab.com/nvtdn2006/azora) PHP · 384 lines

1 <?php

2 class SiteMailer

3 {

51

52 $this->headers .= "MIME-Version: 1.0\r\n";

53 //$this->headers .= "Content-Type: multipart/mixed; boundary=\"PHP-mixed-" . $this->randomHash . "\"\r\n";

54 $this->headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";

55 }

89 /*if ($this->attachment != '')

90 {

91 $this->msgBody .= "\r\n--PHP-mixed-" . $this->randomHash . "--";

92 $this->msgBody .= $this->attachment;

93 $this->msgBody .= "\r\n--PHP-mixed-" . $this->randomHash . "--";

155

156 private function sendActivationToCustomer($property) {

157 /*$htmlCT = "--PHP-alt-" . $this->randomHash . "\r\n";

158 $htmlCT .= 'Content-Type: text/html; charset="iso-8859-1"' . "\r\n";

159 $htmlCT .= 'Content-Transfer-Encoding: 7bit' . "\r\n";*/

AclVoterTest.php (https://gitlab.com/TouirMohamedMarwen/Symfony2) PHP · 432 lines

1 <?php

2

3 /*

21 use Symfony\Component\Security\Acl\Voter\AclVoter;

22

23 class AclVoterTest extends \PHPUnit_Framework_TestCase

24 {

25 /**

class-cp-user-relationships.php (https://gitlab.com/clusterpress/clusterpress) PHP · 543 lines

1 <?php

2 /**

3 * ClusterPress User Relationships.

orderdocument.php (https://gitlab.com/neuser/bitrix-core) PHP · 621 lines

1 <?php

2 namespace Bitrix\Sale\Exchange\OneC;

3

Location.js (https://github.com/mikegr/lecturious.git) JavaScript · 406 lines

10 License:

11 LGPL: http://www.gnu.org/licenses/lgpl.html

12 EPL: http://www.eclipse.org/org/documents/epl-v10.php

13 See the LICENSE file in the project's top-level directory for details.

14

DeleteComment.php (https://gitlab.com/Blueprint-Marketing/wordpress-unit-tests) PHP · 355 lines

1 <?php

2

3 /**

4 * Admin ajax functions to be tested

5 */

6 require_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' );

7

8 /**

70 $_POST['_per_page'] = 100;

71 $_POST['_page'] = 1;

72 $_POST['_url'] = admin_url( 'edit-comments.php' );

73

74 // Make the request

127 $_POST['_per_page'] = 100;

128 $_POST['_page'] = 1;

129 $_POST['_url'] = admin_url( 'edit-comments.php' );

130

131 // Make the request

modules-defaults.php (https://gitlab.com/Magi1053/Extra) PHP · 250 lines

1 <?php

2 // Prevent file from being loaded directly

3 if ( ! defined( 'ABSPATH' ) ) {

Alignment.php (https://gitlab.com/ptisky/API_prestashop) PHP · 409 lines

22 * @package PHPExcel_Style

23 * @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)

24 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL

25 * @version 1.7.9, 2013-06-02

34 * @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)

35 */

36 class PHPExcel_Style_Alignment extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable

37 {

38 /* Horizontal alignment styles */

142 * $objPHPExcel->getActiveSheet()->getStyle('B2')->getAlignment()->applyFromArray(

143 * array(

144 * 'horizontal' => PHPExcel_Style_Alignment::HORIZONTAL_CENTER,

145 * 'vertical' => PHPExcel_Style_Alignment::VERTICAL_CENTER,

153 * @throws PHPExcel_Exception

154 * @return PHPExcel_Style_Alignment

155 */

156 public function applyFromArray($pStyles = NULL) {

length_class.php (https://bitbucket.org/elena_dyavolova/omf.git) PHP · 412 lines

1 <?php

2 class ControllerLocalisationLengthClass extends Controller {

3 private $error = array();

SnsClient.php (https://gitlab.com/juanito.abelo/nlmobile) PHP · 378 lines

1 <?php

2

3 /**

5 */

6

7 w3_require_once(W3TC_LIB_W3_DIR . '/Enterprise/SnsBase.php');

8

9 /**

181

182 /**

183 * Reloads/compiles a PHP file.

184 * @param string $filename

185 * @return mixed

190

191 /**

192 * Reloads/compiles a PHP file.

193 * @param string[] $filenames

194 * @return mixed

TargetCpaSimulationPoint.php (https://gitlab.com/remyvianne/krowkaramel) PHP · 488 lines

1 <?php

2 # Generated by the protocol buffer compiler. DO NOT EDIT!

3 # source: google/ads/googleads/v9/common/simulation.proto

FilesystemTest.php (https://gitlab.com/yousafsyed/easternglamor) PHP · 240 lines

1 <?php

2

3 /*

119 * @group GH-1339

120 */

121 public function testRemoveDirectoryPhp()

122 {

123 $tmp = sys_get_temp_dir();

126

127 $fs = new Filesystem;

128 $this->assertTrue($fs->removeDirectoryPhp($tmp . "/composer_testdir"));

129 $this->assertFalse(file_exists($tmp . "/composer_testdir/level1/level2/hello.txt"));

130 }

Cloud.php (https://gitlab.com/LisovyiEvhenii/ismextensions) PHP · 410 lines

1 <?php

2 /**

3 * Zend Framework

24 * @see Zend_Tag_Item

25 */

26 #require_once 'Zend/Tag/Item.php';

27

28 /**

151 $itemList[] = new Zend_Tag_Item($tag);

152 } else {

153 #require_once 'Zend/Tag/Cloud/Exception.php';

154 throw new Zend_Tag_Cloud_Exception('Tag must be an instance of Zend_Tag_Taggable or an array');

155 }

173 $tags[] = new Zend_Tag_Item($tag);

174 } else {

175 #require_once 'Zend/Tag/Cloud/Exception.php';

176 throw new Zend_Tag_Cloud_Exception('Tag must be an instance of Zend_Tag_Taggable or an array');

177 }

MappingInfo.php (https://gitlab.com/cserobiul/BITM-LabMs-New) PHP · 517 lines

1 <?php

2

3 namespace Apps\MappingInfo;

15

16 public function __construct() {

17 if (session_status() == PHP_SESSION_NONE) {

18 session_start();

19 }

Filesystem.php (https://gitlab.com/techniconline/kmc) PHP · 426 lines

1 <?php namespace Illuminate\Filesystem;

2

3 use ErrorException;

RedirectPluginTest.php (https://gitlab.com/techniconline/kmc) PHP · 277 lines

1 <?php

2

3 namespace Guzzle\Tests\Plugin\Redirect;

DictionaryLoader.php (https://github.com/sitengine/sitengine.git) PHP · 265 lines

1 <?php

2 /**

3 * Zend Framework

59 if ($tiVersion != (int)0xFFFFFFFE /* pre-2.1 format */ &&

60 $tiVersion != (int)0xFFFFFFFD /* 2.1+ format */) {

61 require_once 'Zend/Search/Lucene/Exception.php';

62 throw new Zend_Search_Lucene_Exception('Wrong TermInfoIndexFile file format');

63 }

64

65 // $indexTermCount = $tiiFile->readLong();

66 if (PHP_INT_SIZE > 4) {

67 $indexTermCount = ord($data[$pos]) << 56 |

68 ord($data[$pos+1]) << 48 |

79 (ord($data[$pos+3]) != 0) ||

80 ((ord($data[$pos+4]) & 0x80) != 0)) {

81 require_once 'Zend/Search/Lucene/Exception.php';

82 throw new Zend_Search_Lucene_Exception('Largest supported segment size (for 32-bit mode) is 2Gb');

83 }

CakeValidationSetTest.php (https://gitlab.com/manuperazafa/elsartenbackend) PHP · 337 lines

1 <?php

2 /**

3 * CakeValidationSetTest file

4 *

5 * CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>

6 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)

7 *

11 *

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

15 * @since CakePHP(tm) v 2.2.0

16 * @license http://www.opensource.org/licenses/mit-license.php MIT License

17 */

18

PageRepositoryTest.php (https://gitlab.com/crazybutterfly815/magento2) PHP · 282 lines

1 <?php

2 /**

3 * Copyright © 2016 Magento. All rights reserved.

Config.php (https://bitbucket.org/webpolis/liiv.git) PHP · 514 lines

1 <?php

2 /*

3 * CKFinder

21 * Include access control config class

22 */

23 require_once CKFINDER_CONNECTOR_LIB_DIR . "/Core/AccessControlConfig.php";

24 /**

25 * Include resource type config class

26 */

27 require_once CKFINDER_CONNECTOR_LIB_DIR . "/Core/ResourceTypeConfig.php";

28 /**

29 * Include thumbnails config class

30 */

31 require_once CKFINDER_CONNECTOR_LIB_DIR . "/Core/ThumbnailsConfig.php";

32 /**

33 * Include thumbnails config class

categories.php (https://github.com/mcmurdok/oscommerce.git) PHP · 247 lines

1 <?php

2 /*

3 $Id: $

voucher.php (https://bitbucket.org/elena_dyavolova/omf.git) PHP · 263 lines

1 <?php

2 class ControllerAccountVoucher extends Controller {

3 private $error = array();

show2.php (https://gitlab.com/redwan4re/web-apps-php-26) PHP · 182 lines

13 <!-- /theme JS files -->

14

15 <?php include_once 'header.php'; ?>

16 <!-- Page container -->

17 <div class="page-container">

39

40 <!-- detached sidebar -->

41 <?php include_once 'sidebar.php'; ?>

42 <!-- /sidebar -->

43

57 <div class="heading-elements">

58 <div class="heading-btn-group">

59 <a type="button" class="btn bg-teal btn-labeled" href="edit.php?id=<?php echo $oneData['unique_id']; ?>"><b><i class="icon-pencil7"></i></b> Edit Course</a>

60

61 <a type="button" onclick="return checkDelete()" class="btn bg-teal btn-labeled" href="trash.php?id=<?php echo $oneData['unique_id']; ?>"><b><i class="icon-close2"></i></b> Disable Course</a>

180 </script>

181

182 <?php include_once 'footer.php'; ?>

183

EntityTypeBundleInfoTest.php (https://gitlab.com/mohamed_hussein/prodt) PHP · 314 lines

1 <?php

2

3 namespace Drupal\Tests\Core\Entity;

Alignment.php (https://gitlab.com/dmsapiens/okralive) PHP · 409 lines

22 * @package PHPExcel_Style

23 * @copyright Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel)

24 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL

25 * @version ##VERSION##, ##DATE##

34 * @copyright Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel)

35 */

36 class PHPExcel_Style_Alignment extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable

37 {

38 /* Horizontal alignment styles */

142 * $objPHPExcel->getActiveSheet()->getStyle('B2')->getAlignment()->applyFromArray(

143 * array(

144 * 'horizontal' => PHPExcel_Style_Alignment::HORIZONTAL_CENTER,

145 * 'vertical' => PHPExcel_Style_Alignment::VERTICAL_CENTER,

153 * @throws PHPExcel_Exception

154 * @return PHPExcel_Style_Alignment

155 */

156 public function applyFromArray($pStyles = NULL) {

mulyaxisex1.html (https://gitlab.com/GLORIA04/conception-site-web) HTML · 92 lines

1 <div style="font-weight: bold;margin-left:15px;">mulyaxisex1.php</div><link rel="stylesheet" href="../phphl.css" type="text/css"><div class="hl-main"><table class="hl-table" width="100%"><tr><td class="hl-gutter" align="right" valign="top"><pre>1

2 2

3 3

45 45

46 46

47 </pre></td><td class="hl-main" valign="top"><pre><span class="hl-inlinetags">&lt;?php</span><span class="hl-code"> </span><span class="hl-comment">//</span><span class="hl-comment"> content=&quot;text/plain; charset=utf-8&quot;</span><span class="hl-comment"></span><span class="hl-code">

48 </span><span class="hl-reserved">require_once</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">jpgraph/jpgraph.php</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code">;

49 </span><span class="hl-reserved">require_once</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">jpgraph/jpgraph_line.php</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code">;

50

51 </span><span class="hl-var">$n</span><span class="hl-code"> = </span><span class="hl-number">8</span><span class="hl-code">;

MonitoredResourceDescriptor.php (https://gitlab.com/remyvianne/krowkaramel) PHP · 262 lines

1 <?php

2 # Generated by the protocol buffer compiler. DO NOT EDIT!

3 # source: google/api/monitored_resource.proto

PluginInfo.php (https://gitlab.com/fabiorf/chat) PHP · 383 lines

1 <?php

2 /*

3 * This file is a part of Mibew Messenger.

ext_reflection.h (https://gitlab.com/0072016/0072016-PHP.LLC) C Header · 282 lines

1 /*

2 +----------------------------------------------------------------------+

3 | HipHop for PHP |

4 +----------------------------------------------------------------------+

5 | Copyright (c) 2010-2015 Facebook, Inc. (http://www.facebook.com) |

6 | Copyright (c) 1997-2010 The PHP Group |

7 +----------------------------------------------------------------------+

8 | This source file is subject to version 3.01 of the PHP license, |

9 | that is bundled with this package in the file LICENSE, and is |

10 | available through the world-wide-web at the following url: |

11 | http://www.php.net/license/3_01.txt |

12 | If you did not receive a copy of the PHP license and are unable to |

13 | obtain it through the world-wide-web, please send a note to |

14 | license@php.net so we can mail you a copy immediately. |

15 +----------------------------------------------------------------------+

16 */

HelperRegistryTest.php (https://gitlab.com/0072016/0072016-fbphp) PHP · 334 lines

1 <?php

2 /**

3 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)

4 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)

5 *

9 *

10 * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)

11 * @link http://cakephp.org CakePHP(tm) Project

12 * @since 2.0.0

13 * @license http://www.opensource.org/licenses/mit-license.php MIT License

ConfigListener.php (https://bitbucket.org/alexandretaz/maniac_divers.git) PHP · 383 lines

1 <?php

2 /**

3 * Zend Framework (http://framework.zend.com/)

ManagerController.php (https://github.com/ccaballero/yachay.git) PHP · 248 lines

1 <?php

2

3 class Teams_ManagerController extends Yachay_Controller_Action

class-wp-customize-setting.php (https://gitlab.com/Blueprint-Marketing/wordpress-unit-tests) PHP · 439 lines

1 <?php

2 /**

3 * Customize Setting Class.

shipping.php (https://gitlab.com/shapcy/opencart) PHP · 268 lines

1 <?php

2 class ControllerApiShipping extends Controller {

3 public function address() {

AbstractPaginator.php (https://gitlab.com/vincetang/mtweb) PHP · 487 lines

1 <?php

2

3 namespace Illuminate\Pagination;

PropelTableComparator.php (https://gitlab.com/Isaki/le331.fr) PHP · 312 lines

1 <?php

2

3 /**

9 */

10

11 require_once dirname(__FILE__) . '/../Table.php';

12 require_once dirname(__FILE__) . '/PropelTableDiff.php';

13 require_once dirname(__FILE__) . '/PropelColumnComparator.php';

14 require_once dirname(__FILE__) . '/PropelColumnDiff.php';

15 require_once dirname(__FILE__) . '/PropelIndexComparator.php';

16 require_once dirname(__FILE__) . '/PropelForeignKeyComparator.php';

odbc_arginfo.h (https://github.com/php/php-src.git) C Header · 377 lines

1 /* This is a generated file, edit the .stub.php file instead.

2 * Stub hash: 27a50ba79ed632721ee458527ef543e4b44ee897 */

3

40 #define arginfo_odbc_do arginfo_odbc_prepare

41

42 #if defined(PHP_ODBC_HAVE_FETCH_HASH)

43 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_odbc_fetch_object, 0, 1, stdClass, MAY_BE_FALSE)

44 ZEND_ARG_INFO(0, statement)

47 #endif

48

49 #if defined(PHP_ODBC_HAVE_FETCH_HASH)

50 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_odbc_fetch_array, 0, 1, MAY_BE_ARRAY|MAY_BE_FALSE)

51 ZEND_ARG_INFO(0, statement)

257 #endif

258 ZEND_FUNCTION(odbc_exec);

259 #if defined(PHP_ODBC_HAVE_FETCH_HASH)

260 ZEND_FUNCTION(odbc_fetch_object);

261 #endif

FormSelectTest.php (https://github.com/Exercise/zf2.git) PHP · 302 lines

1 <?php

2 /**

3 * Zend Framework

37 * @group Zend_View_Helper

38 */

39 class FormSelectTest extends \PHPUnit_Framework_TestCase

40 {

41

qrsplit.php (https://bitbucket.org/Sinfin/pawtucket.git) PHP · 311 lines

1 <?php

2 /*

3 * PHP QR Code encoder

8 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net>

9 *

10 * PHP QR Code is distributed under LGPL 3

11 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm>

12 *

ExceptionHandlerAsm.asm (https://gitlab.com/envieidoc/Clover) Assembly · 445 lines

4 ; are licensed and made available under the terms and conditions of the BSD License

5 ; which accompanies this distribution. The full text of the license may be found at

6 ; http://opensource.org/licenses/bsd-license.php.

7 ;

8 ; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

student_profile.php (https://gitlab.com/varsha_evonix/intranet) PHP · 136 lines

1 <?php

2

3 include ('header.php');

23 <span class="profile-edit">Edit</span>

24 </a>

25 <img class="img-responsive img-profile" src="<?php echo base_url(); ?>assets/img/profile-full.jpg" alt="">

26

27 </div>

CertificateOfOriginApplicationType.php (https://github.com/moyarada/XSD-to-PHP.git) PHP · 256 lines

1 <?php

2 namespace oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2;

3

BaseTest.php (https://github.com/maintainable/framework.git) PHP · 325 lines

1 <?php

2 /**

3 * @category Mad

5 * @subpackage UnitTests

6 * @copyright (c) 2007-2009 Maintainable Software, LLC

7 * @license http://opensource.org/licenses/bsd-license.php BSD

8 */

9

13 if (!defined('MAD_ENV')) define('MAD_ENV', 'test');

14 if (!defined('MAD_ROOT')) {

15 require_once dirname(dirname(dirname(dirname(dirname(__FILE__))))).'/config/environment.php';

16 }

17

24 * @subpackage UnitTests

25 * @copyright (c) 2007-2009 Maintainable Software, LLC

26 * @license http://opensource.org/licenses/bsd-license.php BSD

27 */

28 class Mad_Model_Serializer_BaseTest extends Mad_Test_Unit

FormErrors.php (https://github.com/sitengine/sitengine.git) PHP · 397 lines

1 <?php

2 /**

3 * Zend Framework

21

22 /** Zend_Form_Decorator_Abstract */

23 require_once 'Zend/Form/Decorator/Abstract.php';

24

25 /**

PaymentMethodManagementTest.php (https://gitlab.com/crazybutterfly815/magento2) PHP · 332 lines

1 <?php

2 /**

3 * Copyright © 2016 Magento. All rights reserved.

23

24 /**

25 * @magentoApiDataFixture Magento/Checkout/_files/quote_with_payment_saved.php

26 */

27 public function testReSetPayment()

56

57 /**

58 * @magentoApiDataFixture Magento/Checkout/_files/quote_with_virtual_product_and_address.php

59 */

60 public function testSetPaymentWithVirtualProduct()

88

89 /**

90 * @magentoApiDataFixture Magento/Checkout/_files/quote_with_address_saved.php

91 */

92 public function testSetPaymentWithSimpleProduct()

Protection.php (https://gitlab.com/ilyales/vigma) PHP · 581 lines

22 * @package PHPExcel_Worksheet

23 * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)

24 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL

25 * @version ##VERSION##, ##DATE##

33 * @package PHPExcel_Worksheet

34 * @copyright Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)

35 */

36 class PHPExcel_Worksheet_Protection

245 *

246 * @param boolean $pValue

247 * @return PHPExcel_Worksheet_Protection

248 */

249 public function setScenarios($pValue = false)

399 *

400 * @param boolean $pValue

401 * @return PHPExcel_Worksheet_Protection

402 */

403 public function setDeleteColumns($pValue = false)

favorite-articles.php (https://gitlab.com/fcupen/PHP) PHP · 479 lines

4 <meta charset="utf-8">

5 <title><?=$pages->title?></title>

6 <?php include('style.php');?>

7 <style type="text/css">

8

412 </head>

413 <body>

414 <?php include('menu.php');?>

415

416 <!-- MENU -->

460 <div id="title" >RELATED LINKS</div></div>

461 <!-- SIDE BAR-->

462 <?php include('formula/side_menu.php'); ?>

463 <!-- SIDE BAR-->

464 </div>

entry.php (https://bitbucket.org/crevillo/enetcall.git) PHP · 375 lines

1 <?php

2 /**

3 * File containing the ezcFeedEntryElement class.

EntityRevisionsTest.php (https://gitlab.com/mohamed_hussein/prodt) PHP · 264 lines

1 <?php

2

3 namespace Drupal\KernelTests\Core\Entity;

Borders.php (https://gitlab.com/Japang-Jawara/jawara-penilaian) PHP · 411 lines

1 <?php

2

3 namespace PhpOffice\PhpSpreadsheet\Style;

4

5 use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;

6

7 class Borders extends Supervisor

290 {

291 if (!$this->isSupervisor) {

292 throw new PhpSpreadsheetException('Can only get pseudo-border for supervisor.');

293 }

294

304 {

305 if (!$this->isSupervisor) {

306 throw new PhpSpreadsheetException('Can only get pseudo-border for supervisor.');

307 }

308

FormErrors.php (https://github.com/cwt137/zf2.git) PHP · 466 lines

1 <?php

2 /**

3 * Zend Framework

ConstraintType.java (https://gitlab.com/TobyGoodwin/platform_sdk) Java · 237 lines

6 * You may obtain a copy of the License at

7 *

8 * http://www.eclipse.org/org/documents/epl-v10.php

9 *

10 * Unless required by applicable law or agreed to in writing, software

apbasic-widgets.php (https://gitlab.com/pornmongkon.p/wordpress) PHP · 273 lines

1 <?php

2 /**

3 *

222 * @since Accesspress Widget Pack 1.0

223 */

224 require get_template_directory() . '/inc/widgets/widget-fields.php';

225

226 /**

229 * @since accesspress Widget Pack 1.0

230 */

231 require get_template_directory() . '/inc/widgets/widget-testimonials.php';

232

233 /**

236 * @since accesspress Widget Pack 1.0

237 */

238 require get_template_directory() . '/inc/widgets/wigets-features.php';

239

240 /**

sfValidatorDateTest.php (https://github.com/voota/voota.git) PHP · 246 lines

1 <?php

2

3 /*

9 */

10

11 require_once(dirname(__FILE__).'/../../bootstrap/unit.php');

12

13 $t = new lime_test(52);

shared.php (https://github.com/aimakun/odlib.git) PHP · 115 lines

28 &nbsp; &nbsp; <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>

29 &nbsp; &nbsp; <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&amp;title=<?php echo HURL($title);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>

30 <?php } ?>

66 &nbsp; &nbsp; <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>

67 &nbsp; &nbsp; <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&amp;title=<?php echo HURL($title);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>

68 <?php } ?>

76 &nbsp; &nbsp; <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>

77 &nbsp; &nbsp; <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&amp;title=<?php echo HURL($title);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>

78 <?php } ?>

86 &nbsp; &nbsp; <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>

87 &nbsp; &nbsp; <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&amp;title=<?php echo HURL($title);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>

88 <?php } ?>

95 &nbsp; &nbsp; &raquo; <?php echo $navLoc->getText("catalogHolds");?><br>

96 &nbsp; &nbsp; <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&amp;title=<?php echo HURL($title);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>

97 <?php } ?>

DictionaryLoader.php (https://github.com/edmondscommerce/XAMPP-Magento-Demo-Site.git) PHP · 265 lines

1 <?php

2 /**

3 * Zend Framework

59 if ($tiVersion != (int)0xFFFFFFFE /* pre-2.1 format */ &&

60 $tiVersion != (int)0xFFFFFFFD /* 2.1+ format */) {

61 #require_once 'Zend/Search/Lucene/Exception.php';

62 throw new Zend_Search_Lucene_Exception('Wrong TermInfoIndexFile file format');

63 }

64

65 // $indexTermCount = $tiiFile->readLong();

66 if (PHP_INT_SIZE > 4) {

67 $indexTermCount = ord($data[$pos]) << 56 |

68 ord($data[$pos+1]) << 48 |

79 (ord($data[$pos+3]) != 0) ||

80 ((ord($data[$pos+4]) & 0x80) != 0)) {

81 #require_once 'Zend/Search/Lucene/Exception.php';

82 throw new Zend_Search_Lucene_Exception('Largest supported segment size (for 32-bit mode) is 2Gb');

83 }

GifCreator.php (https://gitlab.com/billyprice1/mc-skintools) PHP · 349 lines

1 <?php

2

3 namespace GifCreator;

8 * @link https://github.com/Sybio/GifCreator

9 * @author Sybio (Clément Guillemain / @Sybio01)

10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License

11 * @copyright Clément Guillemain

12 * @modified by Max Korlaar

bench_internal.c (https://gitlab.com/vectorci/rippled) C · 318 lines

2 * Copyright (c) 2014-2015 Pieter Wuille *

3 * Distributed under the MIT software license, see the accompanying *

4 * file COPYING or http://www.opensource.org/licenses/mit-license.php.*

5 **********************************************************************/

6 #include <stdio.h>

BodyTest.php (https://gitlab.com/leon0399/damnit-engine) PHP · 401 lines

1 <?php

2 /**

3 * Slim Framework (http://slimframework.com)

4 *

5 * @link https://github.com/slimphp/Slim

6 * @copyright Copyright (c) 2011-2015 Josh Lockhart

7 * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License)

12 use Slim\Http\Body;

13

14 class BodyTest extends \PHPUnit_Framework_TestCase

15 {

16 /**

41 public function resourceFactory($mode = 'r+')

42 {

43 $stream = fopen('php://temp', $mode);

44 fwrite($stream, $this->text);

45 rewind($stream);

TagController.php (https://github.com/guiohm/magento-french.git) PHP · 282 lines

1 <?php

2 /**

3 * Magento

8 * that is bundled with this package in the file LICENSE.txt.

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

12 * obtain it through the world-wide-web, please send an email

22 * @package Mage_Adminhtml

23 * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)

24 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)

25 */

26

provider_test.php (https://github.com/moodle/moodle.git) PHP · 240 lines

1 <?php

2 // This file is part of Moodle - http://moodle.org/

3 //

Navigation.php (https://bitbucket.org/netglue/zf-1.12-release.git) PHP · 346 lines

1 <?php

2 /**

3 * Zend Framework

24 * @see Zend_View_Helper_Navigation_HelperAbstract

25 */

26 require_once 'Zend/View/Helper/Navigation/HelperAbstract.php';

27

28 /**

183 if (!$helper instanceof Zend_View_Helper_Navigation_Helper) {

184 if ($strict) {

185 require_once 'Zend/View/Exception.php';

186 $e = new Zend_View_Exception(sprintf(

187 'Proxy helper "%s" is not an instance of ' .

array.idl.php (https://github.com/diegoIta/hiphop-php.git) PHP · 376 lines

1 <?php

2

3 include_once 'base.php';

compras_recibo.php (https://gitlab.com/cosouth.battle/sartinofi) PHP · 370 lines

1 <?php

2

3 /**

6 */

7

8 require_model('asiento.php');

9 require_model('cuenta_banco.php');

10 require_model('cuenta_banco_proveedor.php');

11 require_model('ejercicio.php');

12 require_model('factura_proveedor.php');

13 require_model('forma_pago.php');

14 require_model('pago_recibo_proveedor.php');

15 require_model('partida.php');

FormErrors.php (https://github.com/lboaretto/magento-pt_br.git) PHP · 397 lines

1 <?php

2 /**

3 * Zend Framework

21

22 /** Zend_Form_Decorator_Abstract */

23 #require_once 'Zend/Form/Decorator/Abstract.php';

24

25 /**

AltBinaryRandomAccessList.fs (git://github.com/dmohl/fsharpx.git) F# · 371 lines

1 // originally published by Julien

2 // original implementation taken from http://lepensemoi.free.fr/index.php/2010/02/11/alternative-binary-random-access-list

3 //J.F. added remove, trys, length, append, rev

4

Relationship.php (https://github.com/bhirsch/civicrm.git) PHP · 311 lines

1 <?php

2

3 /*

44 */

45

46 require_once 'api/utils.php';

47

48 require_once 'CRM/Contact/BAO/Relationship.php';

49 require_once 'CRM/Contact/BAO/RelationshipType.php';

50

51 /**

71 $sourceContact = $contact->id;

72 $targetContact = $target_contact->id;

73 require_once 'CRM/Contact/DAO/RelationshipType.php';

74 $reletionType = & new CRM_Contact_DAO_RelationshipType();

75 $reletionType->name_a_b = $relationship_type_name;

%%0C^0C4^0C47B79C%%layout.tpl.php (https://github.com/mcrider/pkpUpgradeTestSuite.git) PHP · 146 lines

1 <?php /* Smarty version 2.6.10, created on 2005-09-21 12:20:12

2 compiled from author/submission/layout.tpl */ ?>

3 <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');

4 smarty_core_load_plugins(array('plugins' => array(array('function', 'translate', 'author/submission/layout.tpl', 15, false),array('function', 'icon', 'author/submission/layout.tpl', 94, false),array('modifier', 'escape', 'author/submission/layout.tpl', 19, false),array('modifier', 'date_format', 'author/submission/layout.tpl', 33, false),array('modifier', 'default', 'author/submission/layout.tpl', 39, false),)), $this); ?>

5

6 <?php $this->assign('layoutAssignment', $this->_tpl_vars['submission']->getLayoutAssignment()); $this->assign('layoutFile', $this->_tpl_vars['layoutAssignment']->getLayoutFile()); ?>

7 <a name="layout"></a>

8 <h3><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submission.layout"), $this);?>

9 </h3>

10

11 <?php if ($this->_tpl_vars['useLayoutEditors']): ?>

12 <p><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "user.role.layoutEditor"), $this);?>

13 :

14 &nbsp; <?php if ($this->_tpl_vars['layoutAssignment']->getEditorId()): echo ((is_array($_tmp=$this->_tpl_vars['layoutAssignment']->getEditorFullName())) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); else: echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.none"), $this); endif; ?></p>

15 <?php endif; ?>

NullTest.php (https://github.com/blanketCMS/zf2.git) PHP · 329 lines

1 <?php

2 /**

3 * Zend Framework

32 * @group Zend_Filter

33 */

34 class NullTest extends \PHPUnit_Framework_TestCase

35 {

36 /**

Tag.php (https://github.com/michaelmcandrew/ste.git) PHP · 215 lines

1 <?php

2

3 /*

106 if ( $entityId ) {

107 $tagset[$tagsetItem]['entityId'] = $entityId;

108 require_once 'CRM/Core/BAO/EntityTag.php';

109 $entityTags = CRM_Core_BAO_EntityTag::getChildEntityTags( $parentId, $entityId, $entityTable );

110 } else {

147 default:

148 if ( !empty($form->_formValues['contact_tags']) ) {

149 require_once 'CRM/Core/BAO/Tag.php';

150 $contactTags = CRM_Core_BAO_Tag::getTagsUsedFor( 'civicrm_contact', true, false, $parentId );

151

EnergyTest.php (https://github.com/Exercise/zf2.git) PHP · 390 lines

1 <?php

2 /**

3 * Zend Framework

35 * @group Zend_Measure

36 */

37 class EnergyTest extends \PHPUnit_Framework_TestCase

38 {

39 /**

SqlServerGrammar.php (https://gitlab.com/vincetang/mtweb) PHP · 551 lines

1 <?php

2

3 namespace Illuminate\Database\Schema\Grammars;

fontif-err.php (https://bitbucket.org/shuangxinyu/emacspack.git) PHP · 340 lines

18

19 <dl>

20 <!-- <dt id="bugs-affect-mode-switching">Two Emacs 22 beta bugs affects PHP mode switching</dt> -->

21 <!-- <dd> -->

22 <!-- <p> -->

23 <!-- <a href="nxhtml.html#php">PHP / nXhtml automatic mode switching</a> is affected: -->

24 <!-- </p> -->

25 <!-- <ul> -->

49 <!-- </ul> -->

50 <!-- </dd> -->

51 <dt id="new-mode-switching" style="margin-top:1em;">I have rewritten the PHP mode switching</dt>

52 <dd>

53 <p>

el-070604.php (https://bitbucket.org/shuangxinyu/emacspack.git) PHP · 12 lines

5 <head>

6 <title>Dummy</title>

7 <link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet();?>"/>

8 </head>

9 <body>

question44504-folding.html (https://bitbucket.org/shuangxinyu/emacspack.git) HTML · 29 lines

6 <tr>

7 <td width='50' colspan='1' class='men-met'>

8 <input type='button' value=' < ' onClick='goLastMonth(<?php echo date("t", strtotime("$year1-$month1-$day1")).", ".$month . ", " . $year.", ".date("w", strtotime("$year-$month-$day1")); ?>)' />

9 </td>

10 <td width='250' colspan='5' class='men-met'>

11 <span class='title'><?php echo $men . " " . $year; ?></span><br />

12 </td>

13 <td width='50' colspan='1' align='right' class='men-met'>

14 <input type='button' value=' > ' onClick='goNextMonth(1, <?php echo $month . ", " . $year.", ".date("w", strtotime("$year2-$month2-$day1")); ?>)' />

15 </td>

16 </tr>

frame_9.svg (https://bitbucket.org/atchariya/nokia.git) SVG · 3078 lines

105 cd7plK/3PXdF+HEX/lky5nnif+4DX+sDazEOvCqdHJitNqFrnCMxLgR+t+/Z9co1L7ySCp9x45mS

106 Ghyceb0EXo0Lvh6cb6mywREpiMEfdJHjnPhicQwjuIMpOSZyXCAC62nHy75i1y3AnHU7gy9VSOog

107 9d+LVSXtwgrBUv2eR0wqpyMuCEpSp58mohQj6Yx7qEoqNcgFD5GxGFsH7wLPhp5rrqQ8MZeCSGDd

108 r1mlpspSw01AAyaKiSGe+bIbbxfhonOGUsfIYxKvEVnlwkeufHeh3BVl17D0ocFJjkMOTRUizEq9

109 MUV4EDp+RZVRhS9NueK/JaEaySaIGtGVqcxYKKzCkpwzOzNcCrigqrVj9qqeQpUsRpR6LCRrr0GE

262 T4tSOxOpqqOnevsAvJwjn8M4TjOf4Pwfg3A/RNScTirEIW607T6IOE4ieGxB3okR4Q808uYy8nfn

263 zGsl4V55gG+IsLMdX7FAXq745jzxgRiHKG+Kcm0p/MhYc3M6d6JncuNk+uwQ4qebDlOpLs6o7QFR

264 Z2EjV2dlNay5rxOTJwarphpXIZvSDT1y+ybTlUOOvv09oDq283CALdYV700TW9vxSdkxW2alwtaF

265 Dc5PhTX/2Aa2+ZTvCdCtebVbsO+ZL6RMCZF/s+i4s+j5QYQuFWLJf6PJWRlnwvkW3VuxXHbkxRrW

266 E2F7Ua9jCOTYkYe6C0JjoFusWHRdk2smbmYDCSxjxZ77YuzMWMTInb7nqlQMus/VEPoaMKtyzYRy

556 d1ozopWgoIVYLcSK5IR4SdlkUWx3D65cIx4ecen4hHz7fbI5lralOVIDU2m5QuJlG/g68EPJvBYa

557 vpgj/4X17IjwHs7faFr+JAd8zuBJ2nI2DKzHnicSGGoX+nNhwlwCpVNOWbqxIfPQRh7iRIl8Tju+

558 4WtUI/+6TPhpn/PusOZv64YvascfzsrcjNRpCT57QxxLeLWftNxXY7ldMfNarVylT3UnLBO2XOBj

559 wadsY8vBMJClxBMepBX5HPZnM5pYYJxNdm5N9rigkdPtkseeuS/CrheTy8oyUZVJrkSIWrUwTcKr

560 lOdkquV5QoxszqBK0oBX2vW1pmHtzn1PtWtIyChDKGReCYFrlST9Xq3PGCSQRWuGysGNA0JdvyMx

typemaps.i (https://swig.svn.sourceforge.net/svnroot/swig) Unknown · 235 lines

4 // Oct 3, 2001

5 //

6 // PHP4 implementation

7 //

8 //

117

118 // REFERENCE

119 // Accept Php references as pointers

120

121 %typemap(in) double *REFERENCE (double dvalue)

editor_plugin_src.js (https://bitbucket.org/exodusmedia/exoui.git) JavaScript · 34 lines

24 author : 'Moxiecode Systems AB',

25 authorurl : 'http://tinymce.moxiecode.com',

26 infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/print',

27 version : tinymce.majorVersion + "." + tinymce.minorVersion

28 };

bannerclient.php (https://bitbucket.org/kraymitchell/fcd.git) PHP · 41 lines

1 <?php

2 /**

3 * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.

9 JFormHelper::loadFieldClass('list');

10

11 require_once dirname(__FILE__) . '/../../helpers/banners.php';

12

13 /**

categories.php (https://bitbucket.org/kraymitchell/fcd.git) PHP · 86 lines

1 <?php

2 /**

3 * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.

44

45 $extension = JRequest::getCmd('extension');

46 $this->setRedirect(JRoute::_('index.php?option=com_categories&view=categories&extension='.$extension, false));

47

48 // Initialise variables.

79 } else {

80 // Nothing to reorder

81 $this->setRedirect(JRoute::_('index.php?option='.$this->option.'&view='.$this->view_list, false));

82 return true;

83 }

error.ctp (https://bitbucket.org/floresj/notetime.git) Unknown · 62 lines

4 * PHP 5

5 *

6 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)

7 * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)

8 *

17 */

18

19 $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework');

20 ?>

21 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

40 <div id="container">

41 <div id="header">

42 <h1><?php echo $this->Html->link($cakeDescription, 'http://cakephp.org'); ?></h1>

43 </div>

44 <div id="content">

home.ctp (https://bitbucket.org/floresj/notetime.git) Unknown · 189 lines

169 <ul><li><?php echo __d('cake_dev', 'Promoting development related to CakePHP'); ?></li></ul></li>

170 <li><a href="http://www.cakephp.org"><?php echo __d('cake_dev', 'CakePHP'); ?> </a>

171 <ul><li><?php echo __d('cake_dev', 'The Rapid Development Framework'); ?></li></ul></li>

172 <li><a href="http://book.cakephp.org"><?php echo __d('cake_dev', 'CakePHP Documentation'); ?> </a>

173 <ul><li><?php echo __d('cake_dev', 'Your Rapid Development Cookbook'); ?></li></ul></li>

174 <li><a href="http://api20.cakephp.org"><?php echo __d('cake_dev', 'CakePHP API'); ?> </a>

175 <ul><li><?php echo __d('cake_dev', 'Quick Reference'); ?></li></ul></li>

183 <ul><li><?php echo __d('cake_dev', 'Live chat about CakePHP'); ?></li></ul></li>

184 <li><a href="http://github.com/cakephp/"><?php echo __d('cake_dev', 'CakePHP Code'); ?> </a>

185 <ul><li><?php echo __d('cake_dev', 'For the Development of CakePHP Git repository, Downloads'); ?></li></ul></li>

186 <li><a href="http://cakephp.lighthouseapp.com/"><?php echo __d('cake_dev', 'CakePHP Lighthouse'); ?> </a>

187 <ul><li><?php echo __d('cake_dev', 'CakePHP Tickets, Wiki pages, Roadmap'); ?></li></ul></li>

DataSource.php (https://bitbucket.org/floresj/notetime.git) PHP · 444 lines

1 <?php

2 /**

3 * DataSource base class

5 * PHP 5

6 *

7 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)

8 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)

9 *

12 *

13 * @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)

14 * @link http://cakephp.org CakePHP(tm) Project

15 * @package Cake.Model.Datasource

16 * @since CakePHP(tm) v 0.10.5.1790

17 * @license MIT License (http://www.opensource.org/licenses/mit-license.php)

18 */

19

ComponentCollectionTest.php (https://bitbucket.org/floresj/notetime.git) PHP · 178 lines

1 <?php

2 /**

3 * ComponentCollectionTest file

5 * PHP 5

6 *

7 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)

8 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)

9 *

12 *

13 * @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)

14 * @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests

15 * @package Cake.Test.Case.Controller

16 * @since CakePHP(tm) v 2.0

17 * @license MIT License (http://www.opensource.org/licenses/mit-license.php)

18 */

19 App::uses('CakeResponse', 'Network');

routes.php (https://bitbucket.org/floresj/notetime.git) PHP · 23 lines

1 <?php

2 /**

3 * Routes file

7 * PHP versions 4 and 5

8 *

9 * CakePHP : Rapid Development Framework (http://cakephp.org)

10 * Copyright 2005-2012, Cake Software Foundation, Inc.

11 *

14 *

15 * @copyright Copyright 2005-2012, Cake Software Foundation, Inc.

16 * @link http://cakephp.org CakePHP Project

17 * @package Cake.Test.test_app.Config

18 * @since CakePHP v 2.0

19 * @license MIT License (http://www.opensource.org/licenses/mit-license.php)

20 */

21

default.po (https://bitbucket.org/floresj/notetime.git) Portable Object · 24 lines

1 msgid ""

2 msgstr ""

3 "Project-Id-Version: CakePHP Testsuite\n"

4 "POT-Creation-Date: 2008-10-09 19:20-0300\n"

5 "PO-Revision-Date: \n"

6 "Last-Translator: Renan Gonรงalves <renan.saddam@gmail.com>\n"

7 "Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"

8 "MIME-Version: 1.0\n"

9 "Content-Type: text/plain; charset=UTF-8\n"

default.po (https://bitbucket.org/floresj/notetime.git) Portable Object · 26 lines

1 msgid ""

2 msgstr ""

3 "Project-Id-Version: CakePHP Testsuite\n"

4 "POT-Creation-Date: 2008-05-15 02:51-0700\n"

5 "PO-Revision-Date: \n"

6 "Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"

7 "Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"

enum_scope.i (https://swig.svn.sourceforge.net/svnroot/swig) Swig · 17 lines

1 %module enum_scope

2

3 #ifdef SWIGPHP

4 // php internal naming conflict

contacts.php (https://bitbucket.org/kraymitchell/fcd.git) PHP · 159 lines

1 <?php

2 /**

3 * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.

147 if ($rows) {

148 foreach($rows as $key => $row) {

149 $rows[$key]->href = 'index.php?option=com_contact&view=contact&id='.$row->slug.'&catid='.$row->catslug;

150 $rows[$key]->text = $row->title;

151 $rows[$key]->text .= ($row->con_position) ? ', '.$row->con_position : '';

CSSDefinition.php (http://0byte.googlecode.com/svn/trunk/) PHP · 39 lines ✨ Summary

This is a custom HTMLPurifier_Printer class that extends the HTMLPurifierPrinter class and overrides its render() method to display information about the CSS definition in a table format. The class uses the getClass() function to extract the name of the AttrDef class from the object, which is then used as the definition for each property. The resulting output is a table with two columns: Property and Definition, where the former displays the name of each property and the latter shows the corresponding AttrDef_ class name.

1 <?php

2

3 class HTMLPurifier_Printer_CSSDefinition extends HTMLPurifier_Printer

_Classes_PHPExcel_Writer_Excel2007_Style_php.html (https://PHPExcel.svn.codeplex.com/svn) HTML · 138 lines ✨ Summary

This HTML code outputs a documentation page for a PHP class, PHPExcel_Writer_Excel2007. It displays information about the class, including its dependencies and methods, in a structured format with tables and paragraphs. The output includes links to other related classes and documentation, as well as metadata such as the generation date and tool used (phpDocumentor).

113 require_once(<a href="../PHPExcel_Writer_Excel2007/_Classes_PHPExcel_Writer_Excel2007_WriterPart_php.html">'PHPExcel/Writer/Excel2007/WriterPart.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a32">32</a>]<br />

114 PHPExcel_Writer_Excel2007_WriterPart<br /><br /><p>PHPExcel_Writer_Excel2007_WriterPart</p><br />require_once(<a href="../PHPExcel/_Classes_PHPExcel_Style_php.html">'PHPExcel/Style.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a35">35</a>]<br />

115 PHPExcel_Style<br /><br /><p>PHPExcel_Style</p><br />require_once(<a href="../PHPExcel_Style/__________________________________Classes_PHPExcel_Style_Borders_php.html">'PHPExcel/Style/Borders.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a38">38</a>]<br />

116 PHPExcel_Style_Borders<br /><br /><p>PHPExcel_Style_Borders</p><br />require_once(<a href="../PHPExcel_Writer/_____________________________________________Classes_PHPExcel_Writer_Excel2007_php.html">'PHPExcel/Writer/Excel2007.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a29">29</a>]<br />

117 PHPExcel_Writer_Excel2007<br /><br /><p>PHPExcel_Writer_Excel2007</p><br />require_once(<a href="../PHPExcel_Style/_______________________________Classes_PHPExcel_Style_Border_php.html">'PHPExcel/Style/Border.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a41">41</a>]<br />

118 PHPExcel_Style_Border<br /><br /><p>PHPExcel_Style_Border</p><br />require_once(<a href="../PHPExcel_Style/_______________________Classes_PHPExcel_Style_Color_php.html">'PHPExcel/Style/Color.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a44">44</a>]<br />

119 PHPExcel_Style_Color<br /><br /><p>PHPExcel_Style_Color</p><br />require_once(<a href="../PHPExcel_Style/____________________________________Classes_PHPExcel_Style_Font_php.html">'PHPExcel/Style/Font.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a50">50</a>]<br />

120 PHPExcel_Style_Font<br /><br /><p>PHPExcel_Style_Font</p><br />require_once(<a href="../PHPExcel_Style/______________________Classes_PHPExcel_Style_NumberFormat_php.html">'PHPExcel/Style/NumberFormat.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a53">53</a>]<br />

121 PHPExcel_Style_NumberFormat<br /><br /><p>PHPExcel_Style_NumberFormat</p><br />require_once(<a href="../PHPExcel_Style/____________________________________Classes_PHPExcel_Style_Conditional_php.html">'PHPExcel/Style/Conditional.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a56">56</a>]<br />

122 PHPExcel_Style_Conditional<br /><br /><p>PHPExcel_Style_Conditional</p><br />require_once(<a href="../PHPExcel_Style/____________________________________________Classes_PHPExcel_Style_Fill_php.html">'PHPExcel/Style/Fill.php'</a>) [line <a href="..//__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007Style.php.html#a47">47</a>]<br />

123 PHPExcel_Style_Fill<br /><br /><p>PHPExcel_Style_Fill</p><br /></div>

ZipStreamWrapper.php (https://PHPExcel.svn.codeplex.com/svn) PHP · 164 lines ✨ Summary

This PHP class, PHPExcel_Shared_ZipStreamWrapper, provides a wrapper around ZipArchive to simulate a file stream. It allows reading and seeking through a ZIP archive as if it were a local file, making it useful for working with ZIP files in a PHP application. The class is designed to be used with the stream_wrapper_register function to enable ZIP streams.

1 <?php

2 /**

3 * PHPExcel

4 *

5 * Copyright (c) 2006 - 2010 PHPExcel

6 *

7 * This library is free software; you can redistribute it and/or

22 * @package PHPExcel_Shared

23 * @copyright Copyright (c) 2006 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel)

24 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL

25 * @version ##VERSION##, ##DATE##

33 * @package PHPExcel_Shared

34 * @copyright Copyright (c) 2006 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel)

35 */

36 class PHPExcel_Shared_ZipStreamWrapper {

WinZipAesExtra.cs (https://bitbucket.org/jens13/cleanzip.git) C# · 46 lines

2 // Distributed under the New BSD License.

3 // (See accompanying file notice.txt or at

4 // http://www.opensource.org/licenses/bsd-license.php)

5 // Source: https://bitbucket.org/jens13/cleanzip

6

Abstract.php (https://code.google.com/p/ecartcommerce/) PHP · 109 lines ✨ Summary

This is a base class for Ecart payment methods, providing common functionality and properties such as code, title, description, icon, and configuration settings. It allows subclasses to override the init method and provides methods to check if the method is enabled, retrieve its module name and file name, and access its configuration settings.

1 <?php

2 /**

3 * Ecart

index.html?C=S;O=A (http://opensource.apple.com/release/mac-os-x-1074/) Unknown · 114 lines

96 </li>

97 <li class="gf-links">

98 The PHP logo was obtained from <a href="http://www.php.net/">www.php.net</a>

99 </li>

100 </ol>

Page.php (https://code.google.com/p/ecartcommerce/) PHP · 83 lines ✨ Summary

This PHP class, Minify_Controller_Page, is a controller for serving single HTML pages with Minification functionality. It sets up sources of HTML content and loads CSS and JavaScript minifiers if required. The class extends another controller class, Minify_Controller_Base, and provides additional functionality for handling HTML page content.

1 <?php

2 /**

3 * Class Minify_Controller_Page

5 */

6

7 require_once 'Minify/Controller/Base.php';

8

9 /**

10 * Controller class for serving a single HTML page

11 *

12 * @link http://code.google.com/p/minify/source/browse/trunk/web/examples/1/index.php#59

13 * @package Minify

14 * @author Stephen Clay <steve@mrclay.org>

73 if ($this->_loadCssJsMinifiers) {

74 // Minify will not call for these so we must manually load

75 // them when Minify/HTML.php is called for.

76 require_once 'Minify/CSS.php';

director_string_runme.php (https://swig.svn.sourceforge.net/svnroot/swig) PHP · 35 lines ✨ Summary

This PHP code tests a set of functions, classes, and global variables to ensure they are working as expected. It creates an instance of class B, which extends class A, and calls various methods on it to verify their behavior. The test checks for equality with expected results, indicating that the code passes the tests successfully.

1 <?php

2

3 require "tests.php";

4 require "director_string.php";

5

6 // No new functions

category.php (https://bitbucket.org/kraymitchell/fcd.git) PHP · 177 lines

1 <?php

2 /**

3 * @package Joomla.Administrator

137

138 // Preset the redirect

139 $this->setRedirect('index.php?option=com_categories&view=categories&extension=' . $this->extension);

140

141 return parent::batch($model);

en-GB.plg_finder_weblinks.ini (https://bitbucket.org/kraymitchell/fcd.git) Unknown · 11 lines

1 ; Joomla! Project

2 ; Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.

3 ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php

4 ; Note : All ini files need to be saved as UTF-8

5

ZipEntryTest.cs (https://bitbucket.org/jens13/cleanzip.git) C# · 193 lines

2 // Distributed under the New BSD License.

3 // (See accompanying file notice.txt or at

4 // http://www.opensource.org/licenses/bsd-license.php)

5

6 using System;

php_calendar.php (http://phpwcms.googlecode.com/svn/trunk/) PHP · 150 lines ✨ Summary

The PHP code generates a calendar table with the current month and year, displaying days of the week and dates. It takes into account day names, weekday numbers, and user-defined links for each date. The output is an HTML string representing a calendar table, which can be used in a web page or other application to display a calendar view.

1 <?php

2

3 ////////////////////////////////////////////////////////

4

5 // PHP Calendar (version 2.3), written by Keith Devens

6 // http://keithdevens.com/software/php_calendar

8 // License: http://keithdevens.com/software/license

9

10 // enhanced by Oliver Georgi for phpwcms

11

12

index.php (http://sgd.googlecode.com/svn/trunk/) PHP · 60 lines ✨ Summary

This HTML code is a basic template for an administrative dashboard, likely used to manage teachers’ information. It includes PHP session start, links to CSS and JavaScript files, and includes several PHP views (header, sobre, menuLogin, footer) that are dynamically rendered based on user login status. The layout is divided into main content, sidebar, and footer sections.

18 <body>

19 <div id="wrapper">

20 <?php include 'app/views/header.php'; ?>

21 <div id="page">

22 <div id="content">

23 <?php include 'app/views/sobre.php'; ?>

24 </div>

25 <div id="sidebar">

35 </div>

36 <div id="auxiliarOculta"></div>

37 <?php include 'app/views/footer.php'; ?>

38 </div>

39 <script type="text/javascript" src="public/js/jquery-1.4.2.min.js"></script>

populate (git://github.com/openmelody/melody.git) Perl · 798 lines ✨ Summary

This Perl script, populate, generates pseudorandom weblog data for a specified number of blogs, authors, entries, categories, and years. It creates user records, blog posts, categories, and tags with random data, including dates, URLs, IPs, and words. The script can be run multiple times to generate different data sets.

55 cool tech blogging politics interesting video

56 perl python ruby web2.0 sixapart reference link audio

57 php javascript voip news

58 );

59

118 field(

119 'file_extension',

120 [ '', '', 'html', 'asp', 'jsp', 'php' ]

121 ),

122 field( 'email_new_comments', RAND_BOOL ),

tests.php4 (https://swig.svn.sourceforge.net/svnroot/swig) PHP · 228 lines ✨ Summary

This PHP code is a comprehensive class for validating and checking various aspects of PHP code, including classes, functions, variables, resources, and more. It provides methods to check for existence, type, equality, nullness, and resource status, as well as warning and failure messages. The class can be used to ensure the integrity and consistency of PHP code before execution.

1 <?php

2

3 // do we have true global vars or just GETSET functions?

exploretags.js (https://code.google.com/p/ontowiki/) JavaScript · 249 lines ✨ Summary

This JavaScript code is part of a tagging extension for OntoWiki, a semantic web platform. It enables users to add, remove, and manage tags on resources in the platform. The code handles user interactions such as clicking cloud values, deleting properties, and sorting tag clouds, while also refreshing the page with updated tag lists.

5 * @author Sebastian Dietzold <dietzold@informatik.uni-leipzig.de>

6 * @copyright Copyright (c) 2009, {@link http://aksw.org AKSW}

7 * @license http://opensource.org/licenses/gpl-license.php GNU General Public License (GPL)

8 * @version $Id: $

9 *

TwitterAlikeExample.html (http://redis.googlecode.com/svn/trunk/) HTML · 253 lines ✨ Summary

This HTML code outputs a blog post about Redis, a popular in-memory data store. The content explains how to implement a Twitter-like clone using Redis, including setting up followers and posting messages. It also discusses horizontal scaling of the system, including hashing keys, distributing user data across servers, and handling special cases like incrementing IDs and retrieving timeline data.

17 <div class="index">

18 <!-- This is a (PRE) block. Make sure it's left aligned or your toc title will be off. -->

19 <b>TwitterAlikeExample: Contents</b><br>&nbsp;&nbsp;<a href="#A case study: Design and implementation of a simple Twitter clone using only the Redis key-value store as database and PHP">A case study: Design and implementation of a simple Twitter clone using only the Redis key-value store as database and PHP</a><br>&nbsp;&nbsp;<a href="#Key-value stores basics">Key-value stores basics</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Atomic operations">Atomic operations</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Beyond key-value stores">Beyond key-value stores</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#The set data type">The set data type</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Prerequisites">Prerequisites</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Data layout">Data layout</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Following, followers and updates">Following, followers and updates</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Authentication">Authentication</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Updates">Updates</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Paginating updates">Paginating updates</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Following users">Following users</a><br>&nbsp;&nbsp;<a href="#Making it horizontally scalable">Making it horizontally scalable</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Hashing the key">Hashing the key</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Special keys">Special keys</a>

20 </div>

21

27

28 <div class="narrow">

29 <h1><a name="A case study: Design and implementation of a simple Twitter clone using only the Redis key-value store as database and PHP">A case study: Design and implementation of a simple Twitter clone using only the Redis key-value store as database and PHP</a></h1>In this article I'll explain the design and the implementation of a <a href="http://retwis.antirez.com" target="_blank">simple clone of Twitter</a> written using PHP and <a href="http://code.google.com/p/redis/" target="_blank">Redis</a> as only database. The programming community uses to look at key-value stores like special databases that can't be used as drop in replacement for a relational database for the development of web applications. This article will try to prove the contrary.<br/><br/>Our Twitter clone, <a href="http://retwis.antirez.com" target="_blank">called Retwis</a>, is structurally simple, has very good performances, and can be distributed among N web servers and M Redis servers with very little efforts. You can find the source code <a href="http://code.google.com/p/redis/downloads/list" target="_blank">here</a>.<br/><br/>We use PHP for the example since it can be read by everybody. The same (or... much better) results can be obtained using Ruby, Python, Erlang, and so on.

30 <h1><a name="Key-value stores basics">Key-value stores basics</a></h1>

31 The essence of a key-value store is the ability to store some data, called <i>value</i>, inside a key. This data can later be retrieved only if we know the exact key used to store it. There is no way to search something by value. So for example I can use the command SET to store the value <b>bar</b> at key <b>foo</b>:<br/><br/><pre class="codeblock python" name="code">

79 </pre>Ok I think we are ready to start coding!

80 <h2><a name="Prerequisites">Prerequisites</a></h2>

81 If you didn't download it already please <a href="http://code.google.com/p/redis/wiki/README" target="_blank">grab the source code of Retwis</a>. It's a simple tar.gz file with a few of .php files inside. The implementation is very simple. You will find the PHP library client inside (redis.php) that is used to talk with the Redis server from PHP. This library was written by <a href="http://qix.it" target="_blank">Ludovico Magnocavallo</a> and you are free to reuse this in your own projects, but for updated version of the library please download the Redis distribution.<br/><br/>Another thing you probably want is a working Redis server. Just get the source, compile with make, and run with ./redis-server and you are done. No configuration is required at all in order to play with it or to run Retwis in your computer.

82 <h2><a name="Data layout">Data layout</a></h2>

83 Working with a relational database this is the stage were the database layout should be produced in form of tables, indexes, and so on. We don't have tables, so what should be designed? We need to identify what keys are needed to represent our objects and what kind of values this keys need to hold.<br/><br/>Let's start from Users. We need to represent this users of course, with the username, userid, password, followers and following users, and so on. The first question is, what should identify an user inside our system? The username can be a good idea since it is unique, but it is also too big, and we want to stay low on memory. So like if our DB was a relational one we can associate an unique ID to every user. Every other reference to this user will be done by id. That's very simple to do, because we have our atomic INCR operation! When we create a new user we can do something like this, assuming the user is callled &quot;antirez&quot;:<br/><br/><pre class="codeblock python python python python python python python python python python python python" name="code">

Archive.cs (https://bitbucket.org/jens13/cleanzip.git) C# · 29 lines

2 // Distributed under the New BSD License.

3 // (See accompanying file notice.txt or at

4 // http://www.opensource.org/licenses/bsd-license.php)

5

6 namespace CleanZip.Test.Mock1

ZipArchive.cs (https://bitbucket.org/jens13/cleanzip.git) C# · 34 lines

2 // Distributed under the New BSD License.

3 // (See accompanying file notice.txt or at

4 // http://www.opensource.org/licenses/bsd-license.php)

5

6 using CleanZip.Compression;