100+ results for 'php'
Not the results you expected?
InstallSchema.php (https://gitlab.com/crazybutterfly815/magento2) PHP · 407 lines
sitemailer_.php (https://gitlab.com/nvtdn2006/azora) PHP · 384 lines
1 <?php
2 class SiteMailer
3 {
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 . "--";
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
class-cp-user-relationships.php (https://gitlab.com/clusterpress/clusterpress) PHP · 543 lines
orderdocument.php (https://gitlab.com/neuser/bitrix-core) PHP · 621 lines
Location.js (https://github.com/mikegr/lecturious.git) JavaScript · 406 lines
pageTranslations.php (https://gitlab.com/macitsimsek/fastsubtitle) PHP · 217 lines
DeleteComment.php (https://gitlab.com/Blueprint-Marketing/wordpress-unit-tests) PHP · 355 lines
1 <?php
3 /**
4 * Admin ajax functions to be tested
5 */
6 require_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' );
8 /**
70 $_POST['_per_page'] = 100;
71 $_POST['_page'] = 1;
72 $_POST['_url'] = admin_url( 'edit-comments.php' );
74 // Make the request
127 $_POST['_per_page'] = 100;
128 $_POST['_page'] = 1;
129 $_POST['_url'] = admin_url( 'edit-comments.php' );
131 // Make the request
modules-defaults.php (https://gitlab.com/Magi1053/Extra) PHP · 250 lines
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
SnsClient.php (https://gitlab.com/juanito.abelo/nlmobile) PHP · 378 lines
TargetCpaSimulationPoint.php (https://gitlab.com/remyvianne/krowkaramel) PHP · 488 lines
FilesystemTest.php (https://gitlab.com/yousafsyed/easternglamor) PHP · 240 lines
1 <?php
3 /*
119 * @group GH-1339
120 */
121 public function testRemoveDirectoryPhp()
122 {
123 $tmp = sys_get_temp_dir();
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';
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
Filesystem.php (https://gitlab.com/techniconline/kmc) PHP · 426 lines
RedirectPluginTest.php (https://gitlab.com/techniconline/kmc) PHP · 277 lines
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 }
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 }
FingersCrossedHandlerTest.php (https://gitlab.com/techniconline/kmc) PHP · 255 lines
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 */
PageRepositoryTest.php (https://gitlab.com/crazybutterfly815/magento2) PHP · 282 lines
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
voucher.php (https://bitbucket.org/elena_dyavolova/omf.git) PHP · 263 lines
show2.php (https://gitlab.com/redwan4re/web-apps-php-26) PHP · 182 lines
13 <!-- /theme JS files -->
15 <?php include_once 'header.php'; ?>
16 <!-- Page container -->
17 <div class="page-container">
40 <!-- detached sidebar -->
41 <?php include_once 'sidebar.php'; ?>
42 <!-- /sidebar -->
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>
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>
182 <?php include_once 'footer.php'; ?>
EntityTypeBundleInfoTest.php (https://gitlab.com/mohamed_hussein/prodt) PHP · 314 lines
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"><?php</span><span class="hl-code"> </span><span class="hl-comment">//</span><span class="hl-comment"> content="text/plain; charset=utf-8"</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">;
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
PluginInfo.php (https://gitlab.com/fabiorf/chat) PHP · 383 lines
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
ManagerController.php (https://github.com/ccaballero/yachay.git) PHP · 248 lines
class-wp-customize-setting.php (https://gitlab.com/Blueprint-Marketing/wordpress-unit-tests) PHP · 439 lines
shipping.php (https://gitlab.com/shapcy/opencart) PHP · 268 lines
AbstractPaginator.php (https://gitlab.com/vincetang/mtweb) PHP · 487 lines
PropelTableComparator.php (https://gitlab.com/Isaki/le331.fr) PHP · 312 lines
1 <?php
3 /**
9 */
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 */
40 #define arginfo_odbc_do arginfo_odbc_prepare
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
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
qrsplit.php (https://bitbucket.org/Sinfin/pawtucket.git) PHP · 311 lines
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
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 */
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 }
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
PaymentMethodManagementTest.php (https://gitlab.com/crazybutterfly815/magento2) PHP · 332 lines
1 <?php
2 /**
3 * Copyright © 2016 Magento. All rights reserved.
24 /**
25 * @magentoApiDataFixture Magento/Checkout/_files/quote_with_payment_saved.php
26 */
27 public function testReSetPayment()
57 /**
58 * @magentoApiDataFixture Magento/Checkout/_files/quote_with_virtual_product_and_address.php
59 */
60 public function testSetPaymentWithVirtualProduct()
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">
412 </head>
413 <body>
414 <?php include('menu.php');?>
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
EntityRevisionsTest.php (https://gitlab.com/mohamed_hussein/prodt) PHP · 264 lines
Borders.php (https://gitlab.com/Japang-Jawara/jawara-penilaian) PHP · 411 lines
1 <?php
3 namespace PhpOffice\PhpSpreadsheet\Style;
5 use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
7 class Borders extends Supervisor
290 {
291 if (!$this->isSupervisor) {
292 throw new PhpSpreadsheetException('Can only get pseudo-border for supervisor.');
293 }
304 {
305 if (!$this->isSupervisor) {
306 throw new PhpSpreadsheetException('Can only get pseudo-border for supervisor.');
307 }
FormErrors.php (https://github.com/cwt137/zf2.git) PHP · 466 lines
ConstraintType.java (https://gitlab.com/TobyGoodwin/platform_sdk) Java · 237 lines
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';
226 /**
229 * @since accesspress Widget Pack 1.0
230 */
231 require get_template_directory() . '/inc/widgets/widget-testimonials.php';
233 /**
236 * @since accesspress Widget Pack 1.0
237 */
238 require get_template_directory() . '/inc/widgets/wigets-features.php';
240 /**
sfValidatorDateTest.php (https://github.com/voota/voota.git) PHP · 246 lines
shared.php (https://github.com/aimakun/odlib.git) PHP · 115 lines
28 <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>
29 <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&title=<?php echo HURL($title);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>
30 <?php } ?>
66 <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>
67 <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&title=<?php echo HURL($title);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>
68 <?php } ?>
76 <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>
77 <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&title=<?php echo HURL($title);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>
78 <?php } ?>
86 <a href="../catalog/biblio_hold_list.php?bibid=<?php echo HURL($bibid);?>" class="alt1"><?php echo $navLoc->getText("catalogHolds");?></a><br>
87 <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&title=<?php echo HURL($title);?>" class="alt1"><?php echo $navLoc->getText("catalogDelete");?></a><br>
88 <?php } ?>
95 » <?php echo $navLoc->getText("catalogHolds");?><br>
96 <a href="../catalog/biblio_del_confirm.php?bibid=<?php echo HURL($bibid);?>&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 }
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
bench_internal.c (https://gitlab.com/vectorci/rippled) C · 318 lines
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;
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 */
webhooks.php (https://gitlab.com/0072016/woocommerce) PHP · 501 lines
provider_test.php (https://github.com/moodle/moodle.git) PHP · 240 lines
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';
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
compras_recibo.php (https://gitlab.com/cosouth.battle/sartinofi) PHP · 370 lines
1 <?php
3 /**
6 */
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
AltBinaryRandomAccessList.fs (git://github.com/dmohl/fsharpx.git) F# · 371 lines
Relationship.php (https://github.com/bhirsch/civicrm.git) PHP · 311 lines
1 <?php
3 /*
44 */
46 require_once 'api/utils.php';
48 require_once 'CRM/Contact/BAO/Relationship.php';
49 require_once 'CRM/Contact/BAO/RelationshipType.php';
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); ?>
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>
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 <?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
Tag.php (https://github.com/michaelmcandrew/ste.git) PHP · 215 lines
1 <?php
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 );
EnergyTest.php (https://github.com/Exercise/zf2.git) PHP · 390 lines
SqlServerGrammar.php (https://gitlab.com/vincetang/mtweb) PHP · 551 lines
fontif-err.php (https://bitbucket.org/shuangxinyu/emacspack.git) PHP · 340 lines
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
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
editor_plugin_src.js (https://bitbucket.org/exodusmedia/exoui.git) JavaScript · 34 lines
bannerclient.php (https://bitbucket.org/kraymitchell/fcd.git) PHP · 41 lines
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.
45 $extension = JRequest::getCmd('extension');
46 $this->setRedirect(JRoute::_('index.php?option=com_categories&view=categories&extension='.$extension, false));
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 */
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 */
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 */
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
enum_scope.i (https://swig.svn.sourceforge.net/svnroot/swig) Swig · 17 lines
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.
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.
_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).
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.
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
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.
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.
index.html?C=S;O=A (http://opensource.apple.com/release/mac-os-x-1074/) Unknown · 114 lines
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.
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 */
7 require_once 'Minify/Controller/Base.php';
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.
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.
category.php (https://bitbucket.org/kraymitchell/fcd.git) PHP · 177 lines
en-GB.plg_finder_weblinks.ini (https://bitbucket.org/kraymitchell/fcd.git) Unknown · 11 lines
ZipEntryTest.cs (https://bitbucket.org/jens13/cleanzip.git) C# · 193 lines
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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> <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> <a href="#Key-value stores basics">Key-value stores basics</a><br> <a href="#Atomic operations">Atomic operations</a><br> <a href="#Beyond key-value stores">Beyond key-value stores</a><br> <a href="#The set data type">The set data type</a><br> <a href="#Prerequisites">Prerequisites</a><br> <a href="#Data layout">Data layout</a><br> <a href="#Following, followers and updates">Following, followers and updates</a><br> <a href="#Authentication">Authentication</a><br> <a href="#Updates">Updates</a><br> <a href="#Paginating updates">Paginating updates</a><br> <a href="#Following users">Following users</a><br> <a href="#Making it horizontally scalable">Making it horizontally scalable</a><br> <a href="#Hashing the key">Hashing the key</a><br> <a href="#Special keys">Special keys</a>
20 </div>
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 "antirez":<br/><br/><pre class="codeblock python python python python python python python python python python python python" name="code">