100+ results for 'php link'

Not the results you expected?

mavlink_msg_sensor_offsets.h (https://github.com/pchickey/purple-ardupilot-mega.git) C Header · 386 lines

174 * @param sensor_offsets C-struct to read the message contents from

175 */

176 static inline uint16_t mavlink_msg_sensor_offsets_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg, const mavlink_sensor_offsets_t* sensor_offsets)

177 {

178 return mavlink_msg_sensor_offsets_pack(system_id, component_id, msg, sensor_offsets->mag_ofs_x, sensor_offsets->mag_ofs_y, sensor_offsets->mag_ofs_z, sensor_offsets->mag_declination, sensor_offsets->raw_press, sensor_offsets->raw_temp, sensor_offsets->gyro_cal_x, sensor_offsets->gyro_cal_y, sensor_offsets->gyro_cal_z, sensor_offsets->accel_cal_x, sensor_offsets->accel_cal_y, sensor_offsets->accel_cal_z);

335 * @return accel X calibration

336 */

337 static inline float mavlink_msg_sensor_offsets_get_accel_cal_x(const mavlink_message_t* msg)

338 {

339 return _MAV_RETURN_float(msg, 30);

366 * @param sensor_offsets C-struct to decode the message contents into

367 */

368 static inline void mavlink_msg_sensor_offsets_decode(const mavlink_message_t* msg, mavlink_sensor_offsets_t* sensor_offsets)

369 {

370 #if MAVLINK_NEED_BYTE_SWAP

PluginUpdate.html (https://jedit.svn.sourceforge.net/svnroot/jedit) HTML · 124 lines ✨ Summary

This HTML code is a documentation page for a Java class, PluginUpdate, generated by javadoc. It displays information about the class, including its usage, package tree, deprecated classes, and related links. The page includes navigation bars at the top and bottom, with links to other documentation pages and an index of all classes.

9

10

11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">

12

13

22 <!-- ========= START OF TOP NAVBAR ======= -->

23 <A NAME="navbar_top"><!-- --></A>

24 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>

25 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

26 <TR>

76 <!-- ======= START OF BOTTOM NAVBAR ====== -->

77 <A NAME="navbar_bottom"><!-- --></A>

78 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>

79 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

80 <TR>

InstallSchema.php (https://gitlab.com/svillegas/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)

335

336 /**

337 * Create table 'layout_link'

338 */

339 $table = $installer->getConnection()->newTable(

340 $installer->getTable('layout_link')

341 )->addColumn(

342 'layout_link_id',

zone.php (https://bitbucket.org/sandeepbhaskar/inspiredliving.git) PHP · 441 lines

1 <?php

2 class ControllerLocalisationZone extends Controller {

3 private $error = array();

39 }

40

41 $this->redirect($this->url->link('localisation/zone', 'token=' . $this->session->data['token'] . $url, 'SSL'));

42 }

43

71 }

72

73 $this->redirect($this->url->link('localisation/zone', 'token=' . $this->session->data['token'] . $url, 'SSL'));

74 }

75

105 }

106

107 $this->redirect($this->url->link('localisation/zone', 'token=' . $this->session->data['token'] . $url, 'SSL'));

108 }

109

TSqlMapGateway.php (https://bitbucket.org/volatileeight/prado.git) PHP · 259 lines

1 <?php

2 /**

3 * TSqlMapGateway class file.

4 *

5 * @author Wei Zhuo <weizhuo[at]gmail[dot]com>

6 * @link http://www.pradosoft.com/

7 * @copyright Copyright &copy; 2005-2014 PradoSoft

8 * @license http://www.pradosoft.com/license/

lr0.c (https://bitbucket.org/iorivur/freebsd-bhyve-with-suspend-resume.git) C · 599 lines

197 if (!found)

198 {

199 if (sp->link)

200 {

201 sp = sp->link;

203 else

204 {

205 sp = sp->link = new_state(symbol);

206 found = 1;

207 }

232

233 p->next = 0;

234 p->link = 0;

235 p->number = 0;

236 p->accessing_symbol = 0;

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

1 <?php

2

3 namespace Drupal\Tests\Core\Entity;

116 $class = $this->getMockClass(EntityInterface::class);

117 foreach ($definitions as $key => $entity_type) {

118 // \Drupal\Core\Entity\EntityTypeInterface::getLinkTemplates() is called

119 // by \Drupal\Core\Entity\EntitTypeManager::processDefinition() so it must

120 // always be mocked.

121 $entity_type->getLinkTemplates()->willReturn([]);

122

123 // Give the entity type a legitimate class to return.

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

1 <?php

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

3 //

99 $auth->create_user_binding('https://lms.example.com', 'def456', $user2->id);

100

101 // Verify there are two linked logins.

102 $ltiaccounts = $DB->get_records('auth_lti_linked_login');

106 provider::delete_data_for_all_users_in_context($user1context);

107

108 // Get all LTI linked accounts match with user1.

109 $ltiaccounts = $DB->get_records('auth_lti_linked_login', ['userid' => $user1->id]);

110 $this->assertCount(0, $ltiaccounts);

111

112 // Verify there is now only one linked login.

113 $ltiaccounts = $DB->get_records('auth_lti_linked_login');

SortedSet.php (https://github.com/netweaver/Rediska.git) PHP · 335 lines

1 <?php

2

3 // Require Rediska

4 require_once dirname(__FILE__) . '/../../Rediska.php';

5

6 /**

11 * @subpackage Key objects

12 * @version @package_version@

13 * @link http://rediska.geometria-lab.net

14 * @license http://www.opensource.org/licenses/bsd-license.php

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

1 <?php

2 /*

3 * This file is a part of Mibew Messenger.

144 *

145 * Notice that in can differs from

146 * {@link \Mibew\Plugin\PluginInfo::getVersion()} results if the plugin's

147 * files are updated without database changes.

148 *

158 *

159 * @return array Dependencies list. See

160 * {@link \Mibew\Plugin\PluginInterface::getDependencies()} for details of

161 * the array structure.

162 */

170 *

171 * @return array Requirements list. See

172 * {@link \Mibew\Plugin\PluginInterface::getSystemRequirements()} for

173 * details of the array structure.

174 */

errors.php (https://github.com/libersoft/fengoffice-ls.git) PHP · 194 lines

1 <?php

2

3 /**

30 'invalid old password' => 'Old password is not valid',

31 'users must belong to a company' => 'Contacts must belong to a company in order to generate a user',

32 'contact linked to user' => 'Contact is linked to user {0}',

33

34 // Password validation errors

112 'folder id required' => 'Please select folder',

113 'filename required' => 'Filename is required',

114 'weblink required' => 'Weblink url is required',

115

116 // File revisions (internal)

County.java (https://github.com/sbower/kuali-rice-1.git) Java · 304 lines

6 * You may obtain a copy of the License at

7 *

8 * http://www.opensource.org/licenses/ecl2.php

9 *

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

34

35 /**

36 * An immutable representation of a {@link CountyContract}.

37 *

38 * <p>To construct an instance of a County, use the {@link County.Builder} class.

137

138 /**

139 * This builder constructs an County enforcing the constraints of the {@link CountyContract}.

140 */

141 public static class Builder implements CountyContract, ModelBuilder, Serializable {

User_agent.php (https://github.com/usagi-project/mynets1.git) PHP · 500 lines

1 <?php if (!defined('BASEPATH')) exit('No direct script access allowed');

2 /**

3 * CodeIgniter

4 *

5 * An open source application development framework for PHP 4.3.2 or newer

6 *

7 * @package CodeIgniter

9 * @copyright Copyright (c) 2006, EllisLab, Inc.

10 * @license http://codeigniter.com/user_guide/license.html

11 * @link http://codeigniter.com

12 * @since Version 1.0

13 * @filesource

25 * @category User Agent

26 * @author ExpressionEngine Dev Team

27 * @link http://codeigniter.com/user_guide/libraries/user_agent.html

28 */

29 class CI_User_agent {

classtrees_OpenID.html (https://github.com/yupe/xomaprojects.git) HTML · 208 lines

5 <!-- template designed by Marco Von Ballmoos -->

6 <title></title>

7 <link rel="stylesheet" href="media/stylesheet.css" />

8 <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>

9 </head>

176 <h2>Root class Auth_Yadis_PHPSession</h2>

177 <ul>

178 <li><a href="OpenID/Auth_Yadis_PHPSession.html">Auth_Yadis_PHPSession</a></li></ul>

179

180 <h2>Root class Auth_Yadis_Service</h2>

203

204 <p class="notes" id="credit">

205 Documentation generated on Tue, 21 Apr 2009 11:31:28 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>

206 </p>

207 </body>

ListenerOptions.php (https://gitlab.com/yousafsyed/easternglamor) PHP · 396 lines

1 <?php

2 /**

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

4 *

5 * @link http://github.com/zendframework/zf2 for the canonical source repository

6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)

7 * @license http://framework.zend.com/license/new-bsd New BSD License

268 {

269 if ($this->getConfigCacheKey()) {

270 return $this->getCacheDir() . '/module-config-cache.' . $this->getConfigCacheKey().'.php';

271 }

272

273 return $this->getCacheDir() . '/module-config-cache.php';

274 }

275

Clients.php (https://gitlab.com/my-application.bjoernbartels.earth/module-admin) PHP · 322 lines

1 <?php

2 /**

3 * BB's Zend Framework 2 Components

9 * @package AdminModule

10 * @author Björn Bartels <coding@bjoernbartels.earth>

11 * @link https://gitlab.bjoernbartels.earth/groups/zf2

12 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0

13 * @copyright copyright (c) 2016 Björn Bartels <coding@bjoernbartels.earth>

LeadImportFieldType.php (https://gitlab.com/mautic-master/mautic) PHP · 290 lines

1 <?php

2 /**

3 * @package Mautic

4 * @copyright 2014 Mautic Contributors. All rights reserved.

5 * @author Mautic

6 * @link http://mautic.org

7 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html

8 */

voucher.php (https://bitbucket.org/allanxyh/uniquemall.git) PHP · 263 lines

1 <?php

2 class ControllerAccountVoucher extends Controller {

3 private $error = array();

24 );

25

26 $this->redirect($this->url->link('account/voucher/success'));

27 }

28

31 $this->data['breadcrumbs'][] = array(

32 'text' => $this->language->get('text_home'),

33 'href' => $this->url->link('common/home'),

34 'separator' => false

35 );

37 $this->data['breadcrumbs'][] = array(

38 'text' => $this->language->get('text_account'),

39 'href' => $this->url->link('account/account', '', 'SSL'),

40 'separator' => $this->language->get('text_separator')

41 );

LessonsManagementImpl.java (https://github.com/dyreschlock/schlock-website.git) Java · 361 lines

330

331

332 public String getLessonPlanImageLink(AbstractPost post)

333 {

334 String localPath = deploymentContext.imageLocation();

335 localPath += LESSON_PLAN_FOLDER + "/" + post.getUuid() + ".jpg";

336

337 return getLink(localPath);

338 }

339

340 public String getFlashCardImageLink(AbstractPost post)

341 {

342 String localPath = deploymentContext.imageLocation();

mavlink_msg_flexifunction_buffer_function_ack.h (https://gitlab.com/fsgdez/apm_planner) C Header · 229 lines

66 #if MAVLINK_CRC_EXTRA

67 return mavlink_finalize_message(msg, system_id, component_id, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK_LEN, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK_CRC);

68 #else

69 return mavlink_finalize_message(msg, system_id, component_id, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK_LEN);

108 #if MAVLINK_CRC_EXTRA

109 return mavlink_finalize_message_chan(msg, system_id, component_id, chan, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK_LEN, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK_CRC);

110 #else

111 return mavlink_finalize_message_chan(msg, system_id, component_id, chan, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK_LEN);

160 #if MAVLINK_CRC_EXTRA

161 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK, (const char *)&packet, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK_LEN, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK_CRC);

162 #else

163 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK, (const char *)&packet, MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_ACK_LEN);

217 * @param flexifunction_buffer_function_ack C-struct to decode the message contents into

218 */

219 static inline void mavlink_msg_flexifunction_buffer_function_ack_decode(const mavlink_message_t* msg, mavlink_flexifunction_buffer_function_ack_t* flexifunction_buffer_function_ack)

220 {

221 #if MAVLINK_NEED_BYTE_SWAP

SimpleHeaderSet.php (https://bitbucket.org/AdriVanHoudt/school.git) PHP · 387 lines

1 <?php

2

3 /*

149 * Set a header in the HeaderSet.

150 *

151 * The header may be a previously fetched header via {@link get()} or it may

152 * be one that has been created separately.

153 *

CakeValidationSetTest.php (https://gitlab.com/grlopez90/servipro) 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

Atom.php (https://github.com/MontmereLimited/ZendFramework-v1.git) PHP · 400 lines

253 }

254

255 $links = $this->getExtension('Atom')->getLinks();

256

257 $this->_data['links'] = $links;

323 $commentlink = $this->getExtension('Atom')->getCommentLink();

324

325 $this->_data['commentlink'] = $commentlink;

326

327 return $this->_data['commentlink'];

341 $commentfeedlink = $this->getExtension('Atom')->getCommentFeedLink();

342

343 $this->_data['commentfeedlink'] = $commentfeedlink;

344

345 return $this->_data['commentfeedlink'];

profile.php (https://github.com/jaden54/GATE.git) PHP · 303 lines

4 if (!isset($_SESSION['user'])) {

5

6 header ('Location: index.php');

7

8 exit();

28 </head>

29 <body style="color: rgb(0, 0, 0); background-color: rgb(59, 72, 73);"

30 alink="#000099" link="#000099" vlink="#990099">

31 <br>

32 <br>

177 <td

178 style="vertical-align: middle; width: 120px; text-align: center; background-color: rgb(255, 214, 254);"><a

179 href="devoirs.php"><span style="text-decoration: underline;">Devoirs</span></a><br>

180 </td>

181 </tr>

PaginatedList.php (https://github.com/sminnee/silverstripe-framework.git) PHP · 420 lines

159 * extract the subset for the current page. In some situations, if the list

160 * is custom generated and already paginated you don't want to additionally

161 * limit the list. You can use {@link setLimitItems} to control this.

162 *

163 * @return bool

293

294 for ($i = 0; $i < $total; $i++) {

295 $link = HTTP::setGetVar($this->getVar, $i * $this->pageLength);

296 $num = $i + 1;

297

309 $result->push(new ArrayData(array(

310 'PageNum' => $num,

311 'Link' => $link,

312 'CurrentBool' => $current == $num

313 )));

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

1 <?php

2 /**

3 *

119 ) );

120

121 // Registering Header Social Links Widget

122 register_sidebar( array(

123 'name' => __( 'Header Social Links Section', 'accesspress-basic' ),

124 'id' => 'apbasic_header_social_links',

125 'description' => __( 'Shows widgets at Header Text Section.', 'accesspress-basic' ),

126 'before_widget' => '<aside id="%1$s" class="widget %2$s">',

130 ) );

131

132 // Registering Footer Social Links Widget

133 register_sidebar( array(

134 'name' => __( 'Footer Social Links Section', 'accesspress-basic' ),

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

1 <?php

2 /*

3 $Id: $

193 if ( $Qcheck->numberOfRows() === 0 ) {

194 if (file_exists(realpath('../' . DIR_WS_IMAGES . 'categories/' . $Qimage->value('categories_image')))) {

195 @unlink(realpath('../' . DIR_WS_IMAGES . 'categories/' . $Qimage->value('categories_image')));

196 }

197 }

Collection.php (https://bitbucket.org/dnejedly/eaparts.git) PHP · 333 lines

76 * @return Mage_Catalog_Model_Resource_Product_Link_Product_Collection

77 */

78 public function setLinkModel(Mage_Catalog_Model_Product_Link $linkModel)

79 {

80 $this->_linkModel = $linkModel;

81 if ($linkModel->getLinkTypeId()) {

82 $this->_linkTypeId = $linkModel->getLinkTypeId();

83 }

84 return $this;

223 'links.linked_product_id = e.entity_id',

224 $adapter->quoteInto('links.link_type_id = ?', $this->_linkTypeId)

225 );

226 $joinType = 'join';

300

301 $joinCondiotion = array(

302 "{$alias}.link_id = links.link_id",

303 $this->getSelect()->getAdapter()->quoteInto("{$alias}.product_link_attribute_id = ?", $attribute['id'])

quad.h (https://gitlab.com/HowTheStoryEnds/freebsd11-psm-port) C Header · 321 lines

15 In addition to the permissions in the GNU Lesser General Public

16 License, the Free Software Foundation gives you unlimited

17 permission to link the compiled version of this file into

18 combinations with other programs, and to distribute those

19 combinations without any restriction coming from the use of this

20 file. (The Lesser General Public License restrictions do apply in

21 other respects; for example, they cover modification of the file,

22 and distribution when not linked into a combine executable.)

23

24 The GNU C Library is distributed in the hope that it will be useful,

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>

111 </p>

112 <ul class="list-inline">

113 <li><a class="facebook-link" href="#"><i class="fa fa-facebook-square fa-2x"></i></a>

114 </li>

115 <li><a class="twitter-link" href="#"><i class="fa fa-twitter-square fa-2x"></i></a>

116 </li>

117 <li><a class="linkedin-link" href="#"><i class="fa fa-linkedin-square fa-2x"></i></a>

118 </li>

119 <li><a class="google-plus-link" href="#"><i class="fa fa-google-plus-square fa-2x"></i></a>

UrlAutoConverterTwigExtensionTest.php (https://github.com/liip/LiipUrlAutoConverterBundle.git) PHP · 158 lines

1 <?php

2

3 namespace Liip\UrlAutoConverterBundle\Tests\Extension;

5 use Liip\UrlAutoConverterBundle\Extension\UrlAutoConverterTwigExtension;

6

7 class UrlAutoConverterTwigExtensionTest extends \PHPUnit_Framework_TestCase

8 {

9 public function testGetFilters()

56 ),

57 array(

58 'Lorem ipsum <a href="http://www.test.com/kjsdsd/safs.php?dfa=kdjf&sfddf=dsafsd" class="" target="">www.test.com/kjsdsd/safs.php?dfa=kdjf&sfddf=dsafsd</a> ad amet, lala aksjdhasd.',

59 'Lorem ipsum www.test.com/kjsdsd/safs.php?dfa=kdjf&sfddf=dsafsd ad amet, lala aksjdhasd.',

60 ),

61 array(

62 '<a href="#">testlink</a>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean <a href="http://www.che" class="" target="">www.che</a> chcommodo <a href="http://ligula.kkkk" class="" target="">ligula.kkkk</a> ligula.kkkkk dolor. Aenean massa. Cum <a href="http://sociis.com" class="" target="">http://sociis.com</a> natoque penatibus et magnis dis parturient montes, nascetur <a href="http://sub.sub.sub.something.com" class="" target="">sub.sub.sub.something.com</a> <a href="http://sub.sub.sub.something.com" class="" target="">http://sub.sub.sub.something.com</a> <a href="http://www.sub.sub.sub.something.com" class="" target="">www.sub.sub.sub.something.com</a> ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. <a href="mailto:andre.abt@liip.ch" class="" target="">andre.abt@liip.ch</a> Nulla consequat <a href="mailto:test@eisd.com" class="" target="">test@eisd.com</a> massa <a href="http://www.test.com/kjsdsd/safs?dfa=kdjf&sfddf=dsafsd" class="" target="">www.test.com/kjsdsd/safs?dfa=kdjf&sfddf=dsafsd</a> quis enim.',

63 '<a href="#">testlink</a>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean www.che chcommodo ligula.kkkk ligula.kkkkk dolor. Aenean massa. Cum http://sociis.com natoque penatibus et magnis dis parturient montes, nascetur sub.sub.sub.something.com http://sub.sub.sub.something.com www.sub.sub.sub.something.com ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. andre.abt@liip.ch Nulla consequat test@eisd.com massa www.test.com/kjsdsd/safs?dfa=kdjf&sfddf=dsafsd quis enim.',

rpc_gateway.h (https://github.com/adamgreen/gcc4mbed.git) C Header · 272 lines

49 _UVISOR_BOX_RPC_GATEWAY_ARG_CHECK(gw_name, __VA_ARGS__) \

50 _UVISOR_BOX_RPC_GATEWAY_SYNC_CALLER_DECL(fn_name, gw_name ## _rpc_gateway, __VA_ARGS__) \

51 /* Instanstiate the gateway. This gets resolved at link-time. */ \

52 UVISOR_EXTERN TRPCGateway const gw_name ## _rpc_gateway = { \

53 .ldr_pc = LDR_PC_PC_IMM_OPCODE(__UVISOR_OFFSETOF(TRPCGateway, ldr_pc), \

61 \

62 /* Pointer to the gateway we just created. The pointer is located in a

63 * discoverable linker section. */ \

64 __attribute__((section(".keep.uvisor.rpc_gateway_ptr"))) \

65 uint32_t const gw_name ## _rpc_gateway_ptr = (uint32_t) &gw_name ## _rpc_gateway; \

96 _UVISOR_BOX_RPC_GATEWAY_ARG_CHECK(gw_name, __VA_ARGS__) \

97 _UVISOR_BOX_RPC_GATEWAY_ASYNC_CALLER_DECL(fn_name, gw_name ## _rpc_gateway, __VA_ARGS__) \

98 /* Instanstiate the gateway. This gets resolved at link-time. */ \

99 UVISOR_EXTERN TRPCGateway const gw_name ## _rpc_gateway = { \

100 .ldr_pc = LDR_PC_PC_IMM_OPCODE(__UVISOR_OFFSETOF(TRPCGateway, ldr_pc), \

GeneralPath.java (http://loon-simple.googlecode.com/svn/trunk/) Java · 123 lines ✨ Summary

This Java code defines a class GeneralPath that extends Path2D.Float. It represents a geometric path constructed from straight lines and curves, with multiple subpaths. The class provides constructors for creating new paths with different winding rules and initial capacities, as well as a constructor for constructing paths from arbitrary shapes.

34 * behavior of its superclass {@link Path2D.Float}. Together with

35 * {@link Path2D.Double}, the {@link Path2D} classes provide full

36 * implementations of a general geometric path that support all of the

37 * functionality of the {@link Shape} and {@link PathIterator} interfaces with

50 /**

51 * Constructs a new empty single precision {@code GeneralPath} object with a

52 * default winding rule of {@link #WIND_NON_ZERO}.

53 *

54 * @since 1.2

94 /**

95 * Constructs a new <code>GeneralPath</code> object from an arbitrary

96 * {@link Shape} object. All of the initial geometry and the winding rule

97 * for this path are taken from the specified <code>Shape</code> object.

98 *

ProjectTreeModel.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 165 lines ✨ Summary

This Java code defines a class ProjectTreeModel that implements the TreeModel interface, which is used to model and manage a tree structure of project artifacts. It provides methods for adding and removing listeners, handling changes to the tree structure, and notifying listeners of events such as node insertions, removals, and changes.

64

65 /**

66 * Removes a listener previously added with {@link #addTreeModelListener(TreeModelListener)}.

67 */

68 public void removeTreeModelListener(TreeModelListener l) {

CompletionInfoHandler.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 161 lines ✨ Summary

This Java class, CompletionInfoHandler, extends the default handler for XML parsing and provides a custom implementation to handle completion information. It processes XML elements, attributes, and entities to populate a CompletionInfo object with relevant data, such as entity declarations, element definitions, and attribute specifications.

9 * the following exception:

10 *

11 * "Permission is granted to link this code with software released under

12 * the Apache license version 1.1, for example used by the Xerces XML

13 * parser package."

unknown_exception.html (http://hadesmem.googlecode.com/svn/trunk/) HTML · 0 lines ✨ Summary

This HTML code outputs a documentation page for the unknown_exception class in the Boost C++ Libraries. It displays information about the class, its inheritance, and usage examples, along with copyright and licensing details. The page is formatted using CSS styles from the reno.css stylesheet, providing a consistent layout and visual appearance.

5 <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>

6 <title>unknown_exception</title>

7 <link href='reno.css' type='text/css' rel='stylesheet'/>

8 </head>

9 <body>

22 <div class="RenoIncludeDIV"><div class="RenoAutoDIV"><h3>unknown_exception</h3>

23 </div>

24 <div class="RenoIncludeDIV"><p><span class="RenoEscape">&#35;<!--<wiki>`&#35;</wiki>--></span>include &lt;<span class="RenoLink"><a href="boost_exception_ptr_hpp.html">boost/exception_ptr.hpp</a></span>&gt;</p>

25 <pre>namespace

26 boost

34 };</span>

35 }</pre>

36 </div><p>This type is used by the <span class="RenoLink"><a href="exception_ptr.html">exception_ptr</a></span> support in Boost Exception. Please see <span class="RenoLink"><a href="current_exception.html">current_exception</a></span>.</p>

37 </div><div class="RenoAutoDIV"><div class="RenoHR"><hr/></div>

38 See also: <span class="RenoPageList"><a href="boost-exception.html">Boost Exception</a>&nbsp;| <a href="boost_exception_ptr_hpp.html">boost/exception_ptr.hpp</a>&nbsp;| <a href="current_exception.html">current_exception</a>&nbsp;| <a href="enable_current_exception.html">enable_current_exception</a>&nbsp;| <a href="original_exception_type.html">original_exception_type</a></span>

MaterialAssociationReorientCommand.java (http://ontouml.googlecode.com/svn/trunk/) Java · 173 lines ✨ Summary

This Java code defines a command for reorienting material associations in an OntoUML diagram. It checks if the association can be reoriented and performs the necessary changes to update the association’s end points, ensuring that the new source/target types exist within the container. The command is executed with a progress monitor and returns a result indicating success or failure.

63 return false;

64 }

65 if (getLink().getAssociationEndAux2().size() != 1) {

66 return false;

67 }

68 OntoUML.Type target = (OntoUML.Type) getLink().getAssociationEndAux2()

69 .get(0);

70 if (!(getLink().eContainer() instanceof OntoUML.Container)) {

71 return false;

72 }

73 OntoUML.Container container = (OntoUML.Container) getLink()

74 .eContainer();

75 return OntoUML.diagram.edit.policies.OntoUMLBaseItemSemanticEditPolicy.LinkConstraints

container.html (http://hadesmem.googlecode.com/svn/trunk/) HTML · 0 lines ✨ Summary

This HTML code displays a table of contents for a documentation page, likely related to the C++ Standard Template Library (STL). The table shows various algorithms and functions available in the STL, along with their descriptions and usage examples. It also includes links to navigate between sections and access additional information.

3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">

4 <title>Container</title>

5 <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">

6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">

7 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">

8 <link rel="up" href="../stl.html" title="STL">

9 <link rel="prev" href="../stl.html" title="STL">

10 <link rel="next" href="algorithm.html" title="Algorithm">

11 </head>

12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">

13 <table cellpadding="2" width="100%"><tr>

14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>

25 <div class="section">

26 <div class="titlepage"><div><div><h4 class="title">

27 <a name="phoenix.modules.stl.container"></a><a class="link" href="container.html" title="Container">Container</a>

28 </h4></div></div></div>

29 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">phoenix</span><span class="special">/</span><span class="identifier">stl</span><span class="special">/</span><span class="identifier">container</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

UITerminal.h (https://freespeech.svn.sourceforge.net/svnroot/freespeech) C++ Header · 114 lines ✨ Summary

This C++ header file defines a class UITerminal that represents a terminal node in a graphical user interface (GUI). It stores information about the terminal’s name, type, description, and position, as well as its connections to other nodes or network terminals. The class provides methods for connecting and disconnecting links, getting the terminal’s properties, and exporting it to a network format.

13

14 class UINode;

15 class UILink;

16 class UINetTerminal;

17 class ItemInfo;

38 bool isInput;

39

40 /**All connected links (only one allowed for inputs)*/

41 vector <UILink *> connections;

71 /**connect to a link*/

72 void connect(UILink *link) {connections.insert(connections.end(), link);}

73

74 /**disconnect from a link*/

75 void disconnect(UILink *link)

76 {

77 //Now, this should comply to ANSI C++

wdt977.c (http://omnia2droid.googlecode.com/svn/trunk/) C · 518 lines ✨ Summary

This C code implements a Watchdog driver for the W83977AF chip, which is used to monitor and control system stability. It provides a Linux kernel module that registers a watchdog device with the operating system, allowing it to be controlled and monitored through standard Linux interfaces. The driver can start and stop the watchdog, set its timeout value, and receive notifications when the system goes down or is halted.

91 /* select device Aux2 (device=8) and set watchdog regs F2, F3 and F4

92 * F2 has the timeout in minutes

93 * F3 could be set to the POWER LED blink (with GP17 set to PowerLed)

94 * at timeout, and to reset timer on kbd/mouse activity (not impl.)

95 * F4 is used to just clear the TIMEOUT'ed state (bit 0)

cache.c (http://omnia2droid.googlecode.com/svn/trunk/) C · 416 lines ✨ Summary

This C code implements a caching system for file systems, known as FS-Cache. It allows multiple file systems to share cached data and reduces I/O operations by storing frequently accessed files in memory. The code provides functions to add, remove, and manage caches, as well as handle errors and withdraw caches from service.

32 down_read(&fscache_addremove_sem);

33

34 list_for_each_entry(tag, &fscache_cache_tag_list, link) {

35 if (strcmp(tag->name, name) == 0) {

36 atomic_inc(&tag->usage);

54 down_write(&fscache_addremove_sem);

55

56 list_for_each_entry(tag, &fscache_cache_tag_list, link) {

57 if (strcmp(tag->name, name) == 0) {

58 atomic_inc(&tag->usage);

63 }

64

65 list_add_tail(&xtag->link, &fscache_cache_tag_list);

66 up_write(&fscache_addremove_sem);

67 return xtag;

users-guide.xml (https://jedit.svn.sourceforge.net/svnroot/jedit) XML · 171 lines

104 specify syntax highlighting rules, auto indent behavior, and various other

105 customizations for editing different file types.

106 For general information about edit modes, see <xref linkend="modes" />.

107 </para>

108

sh7763rdp_defconfig (http://omnia2droid.googlecode.com/svn/trunk/) Unknown · 1237 lines

302 #

303 CONFIG_ZERO_PAGE_OFFSET=0x00001000

304 CONFIG_BOOT_LINK_OFFSET=0x00800000

305 CONFIG_ENTRY_OFFSET=0x00001000

306 CONFIG_CMDLINE_BOOL=y

538 CONFIG_SCSI_DMA=y

539 # CONFIG_SCSI_TGT is not set

540 # CONFIG_SCSI_NETLINK is not set

541 CONFIG_SCSI_PROC_FS=y

542

ws_accessService.cpp (git://github.com/hpcc-systems/HPCC-Platform.git) C++ · 4715 lines ✨ Summary

This C++ code is part of a web application that handles security-related functionality. It provides methods for checking if authentication is enabled, handling Firefox compatibility issues, and generating HTML responses for error messages. The code uses exception handling to catch and forward errors, ensuring the application remains stable and functional.

106 onedn->setTemplatename(templatename);

107 }

108 m_rawbasedns.append(*onedn.getLink());

109 }

110 }

117 onedn->setRtype("module");

118 onedn->setRtitle("Module");

119 m_rawbasedns.append(*onedn.getLink());

120 }

121

127 onedn->setName("File Scopes");

128 onedn->setRtype(FILE_SCOPE_RTYPE);

129 m_rawbasedns.append(*onedn.getLink());

130 onedn->setRtitle(FILE_SCOPE_RTITLE);

131 }

HistoryModel.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 320 lines ✨ Summary

This Java class, HistoryModel, is a list model for storing and managing a history of text input. It allows multiple instances to be created with unique names, and provides methods for adding, retrieving, and saving entries in the history. The data is stored in a vector and can be loaded from a file when the application starts.

87 /**

88 * Returns an item from the history list. This method returns the

89 * same thing as {@link #getItem(int)} and only exists so that

90 * <code>HistoryModel</code> instances can be used as list models.

91 * @param index The index

ChunkCache.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 919 lines ✨ Summary

This Java code appears to be part of a text editor’s line management system, responsible for calculating and storing information about each line in a document. It handles soft wrapping (line breaks) and hard wrapping (physical line changes), updating line data accordingly. The code provides methods for retrieving line information, checking if a full repaint is needed, and handling backwards compatibility with older versions of the text editor.

388 //{{{ Chunk class

389 /**

390 * A linked-list useful for painting syntax highlighted text and

391 * calculating offsets.

392 * @since jEdit 4.0pre4

427 fontRenderContext,str);

428 width = (float)text.getLogicalBounds().getWidth();

429 positions = text.getGlyphPositions(0,length,null);

430 }

431

lime_user_default_icon_84x68px.svg (https://bitbucket.org/ultra_iter/qt-vtl.git) SVG · 32 lines

2 <!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->

3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

4 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"

5 width="84px" height="68px" viewBox="0 0 84 68" enable-background="new 0 0 84 68" xml:space="preserve">

6 <g>

lime_user_status_idle_24x24px.svg (https://bitbucket.org/ultra_iter/qt-vtl.git) SVG · 53 lines

2 <!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->

3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

4 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"

5 width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">

6 <g>

dynamic_interval_traits_id505876.html (http://hadesmem.googlecode.com/svn/trunk/) text · 0 lines

10 <link rel="next" href="interval_bound_type_dis_id505984.html" title="Struct template interval_bound_type&lt;discrete_interval&lt; DomainT, Compare &gt;&gt;">

11 </head>

12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">

13 <table cellpadding="2" width="100%"><tr>

14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>

35 <span class="keyword">struct</span> <a class="link" href="dynamic_interval_traits_id505876.html" title="Struct template dynamic_interval_traits&lt;boost::icl::discrete_interval&lt; DomainT, Compare &gt;&gt;">dynamic_interval_traits</a><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">icl</span><span class="special">::</span><span class="identifier">discrete_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span> <span class="special">{</span>

36 <span class="comment">// types</span>

37 <span class="keyword">typedef</span> <a class="link" href="dynamic_interval_traits.html" title="Struct template dynamic_interval_traits">dynamic_interval_traits</a> <a name="boost.icl.dynamic_interval_traits_id505876.type"></a><span class="identifier">type</span><span class="special">;</span>

38 <span class="keyword">typedef</span> <a class="link" href="discrete_interval.html" title="Class template discrete_interval">boost::icl::discrete_interval</a><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span> <a name="boost.icl.dynamic_interval_traits_id505876.interval_type"></a><span class="identifier">interval_type</span><span class="special">;</span>

39 <span class="keyword">typedef</span> <span class="identifier">DomainT</span> <a name="boost.icl.dynamic_interval_traits_id505876.domain_type"></a><span class="identifier">domain_type</span><span class="special">;</span>

40

41 <span class="comment">// <a class="link" href="dynamic_interval_traits_id505876.html#id505914-bb">public member functions</a></span>

42 <span class="keyword">typedef</span> <a class="link" href="dynamic_interval_traits_id505876.html#id505917-bb"><span class="identifier">ICL_COMPARE_DOMAIN</span></a><span class="special">(</span><span class="identifier">Compare</span><span class="special">,</span> <span class="identifier">DomainT</span><span class="special">)</span><span class="special">;</span>

46 <a class="link" href="dynamic_interval_traits_id505876.html#id505935-bb"><span class="identifier">construct</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">domain_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">domain_type</span> <span class="special">&amp;</span><span class="special">,</span> <a class="link" href="interval_bounds.html" title="Class interval_bounds">interval_bounds</a><span class="special">)</span><span class="special">;</span>

47 <span class="keyword">static</span> interval_type

48 <a class="link" href="dynamic_interval_traits_id505876.html#id505959-bb"><span class="identifier">construct_bounded</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="bounded_value.html" title="Class template bounded_value">bounded_value</a><span class="special">&lt;</span> <span class="identifier">DomainT</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">,</span>

49 <span class="keyword">const</span> <a class="link" href="bounded_value.html" title="Class template bounded_value">bounded_value</a><span class="special">&lt;</span> <span class="identifier">DomainT</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>

EBPlugin.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 59 lines ✨ Summary

This Java class, EBPlugin, is an abstract base class for plugins that extend the EditBus. It provides a default implementation of handling messages sent on the bus, but warns if a subclass doesn’t override this method as expected. The class also extends another class called EditPlugin and implements the EBComponent interface.

24 /**

25 * Plugins extending this class are automatically added to the EditBus.

26 * Otherwise, this class is identical to the {@link EditPlugin}

27 * class.

28 *

dynamic_link_test.cpp (http://hadesmem.googlecode.com/svn/trunk/) C++ · 0 lines ✨ Summary

The code tests for a known issue with GCC where a system_error exception thrown from a DLL is not caught. The program attempts to catch boost::system::system_error, but instead catches std::runtime_error. It then reports the expected behavior, indicating that it did not catch the intended exception and failed to catch the unexpected one.

1 // dynamic_link_test.cpp -------------------------------------------------------------//

2

3 // Copyright Beman Dawes 2010

10 //--------------------------------------------------------------------------------------//

11

12 // Dynamic link libraries (DLL's), also know as dynamic shared objects (DSO's),

13 // can cause symbol visability problems unless carefully configured. One of the

14 // manifestations, particularly with GCC, is that a system_error exception thrown from

NT_MAKEFILE (http://hadesmem.googlecode.com/svn/trunk/) text · 0 lines

28 # This produces a "GUI" applications that opens no windows and writes to the log file

29 # "gc.log". This is done to make the result runnable under win32s.

30 $(link) -debug:full -debugtype:cv $(guiflags) -stack:131072 -out:$*.exe tests\test.obj $(guilibs) gc.lib

31 # mapsympe -n -o gctest.sym gctest.exe

32

41 # Cord/de is a real win32 gui application.

42 cord\de.exe: cord\cordbscs.obj cord\cordxtra.obj cord\de.obj cord\de_win.obj cord\de_win.rbj gc.lib

43 $(link) -debug:full -debugtype:cv $(guiflags) -stack:16384 -out:cord\de.exe cord\cordbscs.obj cord\cordxtra.obj cord\de.obj cord\de_win.obj cord\de_win.rbj gc.lib $(guilibs)

44

45 gc_cpp.obj: include\gc_cpp.h include\gc.h

55 # The output appears in the file "gc.log".

56 test_cpp.exe: test_cpp.obj include\gc_cpp.h include\gc.h gc.lib

57 $(link) -debug:full -debugtype:cv $(guiflags) -stack:16384 -out:test_cpp.exe test_cpp.obj gc.lib $(guilibs)

58

59

i4gl.xml (https://jedit.svn.sourceforge.net/svnroot/jedit) XML · 665 lines

107 <KEYWORD1>BETWEEN</KEYWORD1>

108 <KEYWORD1>BLACK</KEYWORD1>

109 <KEYWORD1>BLINK</KEYWORD1>

110 <KEYWORD1>BLUE</KEYWORD1>

111 <KEYWORD1>BOLD</KEYWORD1>

TODO.txt (https://jedit.svn.sourceforge.net/svnroot/jedit) Unknown · 20 lines

1 - Saving Passwords/Password Manager

2

3 - 4.2 symlinkPath in VFS.DirectoryEntry

4 - implement backups

5 - a lot of the ConnectionManager stuff is just wrappers around the VFS

ITaskRegistrarAsync.html (http://keywatch.googlecode.com/svn/trunk/) HTML · 383 lines ✨ Summary

This HTML code is a documentation page for a Java class, ITaskRegistrarAsync. It displays information about the class, including its methods, fields, and constructors. The page includes navigation links to related classes and a summary of the class’s contents. The output appears to be generated from public sources, such as Javadoc comments in the Java codebase.

10 <META NAME="keywords" CONTENT="keymind.keywatch.services.eventmanagement.ITaskRegistrarAsync interface">

11

12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

13

14 <SCRIPT type="text/javascript">

28 <!-- ========= START OF TOP NAVBAR ======= -->

29 <A NAME="navbar_top"><!-- --></A>

30 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>

31 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

32 <TR>

323 <!-- ======= START OF BOTTOM NAVBAR ====== -->

324 <A NAME="navbar_bottom"><!-- --></A>

325 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>

326 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

327 <TR>

foxpro.xml (https://jedit.svn.sourceforge.net/svnroot/jedit) XML · 1859 lines

503 <KEYWORD3>LeftColumn</KEYWORD3>

504 <KEYWORD3>LineSlant</KEYWORD3>

505 <KEYWORD3>LinkMaster</KEYWORD3>

506 <KEYWORD3>List</KEYWORD3>

507 <KEYWORD3>ListCount</KEYWORD3>

552 <KEYWORD3>PageWidth</KEYWORD3>

553 <KEYWORD3>Panel</KEYWORD3>

554 <KEYWORD3>PanelLink</KEYWORD3>

555 <KEYWORD3>Parent</KEYWORD3>

556 <KEYWORD3>ParentAlias</KEYWORD3>

TreeMapSample.xaml.cs (https://Silverlight.svn.codeplex.com/svn) C# · 25 lines ✨ Summary

This C# code defines a UserControl class named TreeMapSample. It contains a partial class declaration, indicating that this is part of a larger class definition. The class has a constructor and no other members, suggesting it’s a basic example for demonstrating the use of a TreeMap control in a Windows application.

1 // (c) Copyright Microsoft Corporation.

2 // This source is subject to the Microsoft Public License (Ms-PL).

3 // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.

4 // All other rights reserved.

5

Tags.html (https://jedit.svn.sourceforge.net/svnroot/jedit) HTML · 354 lines ✨ Summary

This is an HTML document that serves as a documentation page for a Java-based application, likely a plugin or extension for a text editor like Eclipse. It provides information about the application’s features, usage, and version history, presented in a structured format with headings, paragraphs, and links to external resources.

17 <td><big><big>Tags plugin</big></big></td>

18 <td align="right"><small>By Kenrick Drew<br>

19 <em>kdrew@earthlink.net</em></small></td></tr>

20 </table>

21

bugs.html (https://jedit.svn.sourceforge.net/svnroot/jedit) HTML · 51 lines ✨ Summary

This HTML code displays a table of bugs and issues found in LaTeX tools, with columns for ID, date, component, description, and target version. Each bug has multiple lines of notes explaining the issue and proposed solution. The table is centered on the page and includes links to related pages. It appears to be a documentation page for tracking and reporting bugs in LaTeX software.

5 <title>LaTeX Tools - Bugs</title>

6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

7 <link rel="Stylesheet" type="text/css" href="latex.css">

8 <link href="index.html" rel="first">

9 <link href="featurereq.html" rel="next">

10 <link href="history.html" rel="prev">

11 <link href="bugs.html" rel="Notes" title="Bugs">

12 <link href="featurereq.html" rel="Notes" title="Feature Requests">

13 <link href="history.html" rel="Notes" title="History">

14 </head>

15

JTextAreaDestination.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 255 lines ✨ Summary

This Java class, JTextAreaDestination, extends OutputDestinationComponent and provides a text area for appending log messages. It allows for word wrap, auto-positioning of the caret, and searching for specific words within the text area. The class also includes methods for clearing the text area and printing or appending new lines to it.

26

27 /**

28 * Implementation of {@link OutputDestination} which appends Strings to a {@link

29 * JTextArea}.

30 *

signed_int.html (http://hadesmem.googlecode.com/svn/trunk/) HTML · 0 lines ✨ Summary

This HTML code outputs a documentation page for Boost libraries, specifically the numeric generators section. It displays information about various numeric generator functions, including their syntax, parameters, and return types. The page includes links to related sections and a copyright notice at the bottom.

10 <link rel="next" href="unsigned_int.html" title="Unsigned Integer Generators">

11 </head>

12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">

13 <table cellpadding="2" width="100%"><tr>

14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>

72 <td>

73 <p>

74 <a class="link" href="../../reference/numeric/signed_int.html" title="Signed Integer Number Generators (int_, etc.)"><code class="computeroutput"><span class="identifier">short_</span></code></a>

75 </p>

76 </td>

107 <td>

108 <p>

109 <a class="link" href="../../reference/numeric/signed_int.html" title="Signed Integer Number Generators (int_, etc.)"><code class="computeroutput"><span class="identifier">int_</span></code></a>

110 </p>

111 </td>

EditBus.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 167 lines ✨ Summary

The EditBus class is a global event notification mechanism for jEdit, a text editor. It allows plugins and other components to receive messages reflecting changes in the application’s state, such as buffer changes or property updates. The bus maintains a list of registered components, which receive messages sent using the send() method.

37 * messages. When a message is sent using this class, all registered

38 * components receive it in turn. Classes for objects that subscribe to

39 * the EditBus must implement the {@link EBComponent} interface, which

40 * defines the single method {@link EBComponent#handleMessage(EBMessage)}.<p>

41 *

42 * A plugin core class that extends the

43 * {@link EBPlugin} abstract class (and whose name ends with

44 * <code>Plugin</code> for identification purposes) will automatically be

45 * added to the EditBus during jEdit's startup routine. Any other

46 * class - for example, a dockable window that needs to receive

47 * notification of buffer changes - must perform its own registration by calling

48 * {@link #addToBus(EBComponent)} during its initialization.

49 * A convenient place to register in a class derived from <code>JComponent</code>

50 * would be in an implementation of the <code>JComponent</code> method

52 *

53 * Message types sent by jEdit can be found in the

54 * {@link org.gjt.sp.jedit.msg} package.<p>

55 *

56 * Plugins can also send their own messages - any object can send a message to

dist_nc_f_incl_test.cpp (http://hadesmem.googlecode.com/svn/trunk/) C++ · 0 lines ✨ Summary

This C++ code is a test for the non_central_f distribution header, ensuring that all necessary files are included and compiled correctly. It includes the header file itself, another test file, and template instantiations for different data types to verify compilation results. The purpose is to validate the correctness of the non_central_f distribution implementation.

14 #include "test_compile_result.hpp"

15

16 void compile_and_link_test()

17 {

18 TEST_DIST_FUNC(non_central_f)

porting.qbk (http://hadesmem.googlecode.com/svn/trunk/) text · 0 lines

11

12 While reading the current documentation you might have noticed that the

13 [link phoenix.starter_kit Starter Kit] didn't change very much. This is because

14 a lot of effort was put into being compatible with Phoenix 2.0, at least on the

15 outside.

17 That being said, the only major difference is the result type deduction protocol.

18 The everyday Phoenix-User will encounter this change only when writing

19 [link phoenix.reference.modules.function Functions].

20

21 To make your function implementations Phoenix compliant again change from

PrivacyPolicyView.java (https://bitbucket.org/atchariya/nokia.git) Java · 82 lines

24 + "\n- Log data and activity: we will collect information related to the use of web applications automatically. As you view pages on the web browser Indexlivingmall.com we will collect IP address numbers, pages you visited, date and time of your use, etc. We mainly use this information to analyze user behavior to provide better services."

25 + "\n"

26 + "\n2. Help menu, link to a website hosted by company"

27 + "\n- http://www.megagenius.co.th/en/contact"

28 + "\n"

stackFormat (git://github.com/ticking/self.git) Unknown · 70 lines

15 ...

16 FP: caller L0

17 link ; stack frame nmethod link word

18 currentPC ; current PC (valid only for frame with

19 ; invalid nmethod)

57 FP: frame ; do a LINK

58 link ; stack frame nmethod link word

59 currentPC ; current PC (valid only for frame with

60 ; invalid nmethod)

test.sdp (https://bitbucket.org/ultra_iter/qt-vtl.git) Unknown · 33 lines

7 a=range:npt=now-

8 a=random_access_denied

9 a=control:rtsp://link

10 m=video 0 RTP/AVP 96

11 b=AS:100

12 b=RR:2500

13 b=RS:2500

14 a=control:rtsp://link

15 a=rtpmap:96 MP4V-ES/90000

16 a=3GPP-Adaptation-Support:1

24 b=RR:350

25 b=RS:350

26 a=control:rtsp://link

27 a=rtpmap:97 AMR/8000

28 a=3GPP-Adaptation-Support:1

entry.S (http://omnia2droid.googlecode.com/svn/trunk/) Assembly · 1116 lines ✨ Summary

This Assembly code is part of a Linux kernel implementation, specifically the system call handling mechanism. It defines a table of system calls and their corresponding handlers, which are executed when a system call is made by user space. The code also includes constants for integer and symbol values used in the system call handling process.

11

12 #include <linux/sys.h>

13 #include <linux/linkage.h>

14 #include <linux/init.h>

15 #include <asm/cache.h>

traps.c (http://omnia2droid.googlecode.com/svn/trunk/) C · 768 lines ✨ Summary

This C code defines a set of exception handlers for a Linux kernel, which are triggered when specific conditions occur during execution. The handlers catch and handle exceptions such as stack overflows, division by zero, and data corruption, among others. They print error messages, trigger system calls, and perform other necessary actions to prevent the program from crashing or causing further damage.

548

549 #ifdef CONFIG_MATHEMU

550 asmlinkage void

551 specification_exception(struct pt_regs * regs, long interruption_code)

552 {

719 }

720

721 asmlinkage void kernel_stack_overflow(struct pt_regs * regs)

722 {

723 bust_spinlocks(1);

VERSION.TXT (http://keywatch.googlecode.com/svn/trunk/) Plain Text · 1657 lines

40 + Restructured Password into Password and Credentials

41 + Added DigestAuthenticator

42 + Added link to a Jetty page in Korean.

43 + Added ExpiryHandler which can set a default Expires header.

44

280 + Added Array element to XMLConfiguration

281 + Allow listener schemes to be set.

282 + Added index links to tutorial

283 + Renamed getHttpServers and added setAnonymous

284 + Updated crimson to 1.1.3

720 + Improved Log defaults

721 + Don't start HttpServer log sink on add.

722 + Admin servlet uses unique links for IE.

723 + Added Win32 service support

724 + Reduced risk of double null check sync problem.

ProjectListener.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 75 lines ✨ Summary

This is a Java interface definition for a ProjectListener that extends the EventListener interface. It provides methods to be notified when files are added, removed, and project properties change in a project. The listener can react to these events by implementing the corresponding methods.

32 * Method called when a single file has been added to a project. The event

33 * object will contain a reference to the file, returned by the

34 * {@link ProjectEvent#getAddedFile() getAddedFile()} method.

35 *

36 * @param pe The project event.

41 * Method called when several files have been added to a project. The event

42 * object will contain the list of files, returned by the

43 * {@link ProjectEvent#getAddedFiles() getAddedFiles()} method.

44 *

45 * @param pe The project event.

hardirq.h (http://omnia2droid.googlecode.com/svn/trunk/) C++ Header · 49 lines ✨ Summary

This C header file provides functionality for managing hardware interrupts on the MN10300 CPU, including tracking interrupt statistics and setting up exception vectors. It defines data structures to store interrupt information and functions to manipulate these structures, as well as a function to acknowledge bad interrupts. The code is part of the Linux kernel’s interrupt handling system.

43 * but does always set the TBR correctly

44 */

45 extern asmlinkage void set_excp_vector(enum exception_code code,

46 intr_stub_fnx handler);

47

doxygen.xml (https://jedit.svn.sourceforge.net/svnroot/jedit) XML · 362 lines

108 <LABEL>\endif</LABEL>

109 <LABEL>\endlatexonly</LABEL>

110 <LABEL>\endlink</LABEL>

111 <LABEL>\endmanonly</LABEL>

112 <LABEL>\endmsc</LABEL>

141 <LABEL>\li</LABEL>

142 <LABEL>\line</LABEL>

143 <LABEL>\link</LABEL>

144 <LABEL>\mainpage</LABEL>

145 <LABEL>\manonly</LABEL>

252 <LABEL>@endif</LABEL>

253 <LABEL>@endlatexonly</LABEL>

254 <LABEL>@endlink</LABEL>

255 <LABEL>@endmanonly</LABEL>

256 <LABEL>@endmsc</LABEL>

TimeLineTest.java (http://gwtsimiletimeline.googlecode.com/svn/trunk/) Java · 75 lines ✨ Summary

This Java code is an entry point for a Google Web Toolkit (GWT) application, specifically a timeline client. It initializes the main panel and adds event listeners to handle window resizing and loading datasets. The code sets up the initial dataset and layout of the application, preparing it for display in a web browser.

51

52 /**

53 * Put your permalink code here to set the inital dataset from url params.

54 *

55 */

icon.xml (https://jedit.svn.sourceforge.net/svnroot/jedit) XML · 199 lines

106 <KEYWORD2>global</KEYWORD2>

107 <KEYWORD2>invocable</KEYWORD2>

108 <KEYWORD2>link</KEYWORD2>

109 <KEYWORD2>local</KEYWORD2>

110 <KEYWORD2>procedure</KEYWORD2>

OptionsManager.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 203 lines ✨ Summary

This Java class, OptionsManager, is a singleton that manages settings for a Lucene plugin. It loads and saves settings from an XML file, storing options such as automatically indexing projects, directories, file name regex, and index interval. The class provides methods to get and set these options, as well as clear the settings.

31 import java.lang.reflect.Modifier;

32 import java.util.HashMap;

33 import java.util.LinkedList;

34 import java.util.List;

35 import java.util.Map;

189 // default values.

190 setAutomaticallyIndexProjects(true);

191 setDirectories(new LinkedList<String>());

192 setFileNameRegex(".*");

193 setIndexInterval(5 * 60 * 1000); // 5 minutes.

ellint_3.html (http://hadesmem.googlecode.com/svn/trunk/) HTML · 0 lines ✨ Summary

This HTML code outputs a documentation page for a mathematical function, specifically the elliptic integral of the third kind. It provides information on the function’s properties, usage, and implementation details, including its relation to Carlson’s integrals. The page includes equations, diagrams, and references to external resources, such as the Boost Software License.

10 <link rel="next" href="../zetas.html" title="Zeta Functions">

11 </head>

12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">

13 <table cellpadding="2" width="100%"><tr>

14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>

52 <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>

53 <a class="link" href="../../main_overview/result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_3</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">n</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&amp;);</span>

54

55 <span class="special">}}</span> <span class="comment">// namespaces

78 <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T3</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>

79 <a class="link" href="../../main_overview/result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_3</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">n</span><span class="special">,</span> <span class="identifier">T3</span> <span class="identifier">phi</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&amp;);</span>

80 </pre>

81 <p>

101 <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&gt;</span>

102 <a class="link" href="../../main_overview/result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">ellint_3</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">n</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Policies">Policy</a><span class="special">&amp;);</span>

103 </pre>

104 <p>

page.height.xml (http://hadesmem.googlecode.com/svn/trunk/) XML · 38 lines

1 <refentry xmlns="http://docbook.org/ns/docbook"

2 xmlns:xlink="http://www.w3.org/1999/xlink"

3 xmlns:xi="http://www.w3.org/2001/XInclude"

4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"

Actor.cpp (https://jetpp.svn.sourceforge.net/svnroot/jetpp) C++ · 3219 lines ✨ Summary

This C++ code implements collision detection and response for a 3D game engine. It checks if a moving box collides with an actor’s bounding box, taking into account bone-level collisions and plane intersections. The code returns true if a collision is detected, providing information about the impact point and normal vector.

309 {

310 jeActor *A;

311 jeChain_Link *Link;

312

313 assert( pA != NULL );

342 if(A->BoneCollisionChain != NULL)

343 {

344 for (Link = jeChain_GetFirstLink(A->BoneCollisionChain); Link; Link = jeChain_LinkGetNext(Link))

345 {

346 // Icestorm: Added BoneExtBoxes

347 jeCollisionBone *Bone;

348

349 Bone = (jeCollisionBone*)jeChain_LinkGetLinkData( Link );

350 if(Bone)

351 {

zone.hh (git://github.com/ticking/self.git) C++ Header · 270 lines ✨ Summary

This C++ header file defines a memory management system for a compiler, specifically for handling nmethods (optimized methods). It provides classes and functions for managing memory allocation, deallocation, and usage tracking, as well as features like LRU caching and frame chaining. The code is designed to be used in a compiler environment, with various zones (memory regions) and objects (nmethods) that interact with each other.

51 codeTable* table; // hash table MethodLookupKey --> nmethod

52 codeTable* debugTable;// same for nmethods with debugging code

53 nmln rememberLink; // list of nmethods with pointers to newspace

54 nmln replCandidates; // list of replacement candidates

55 nmln zombies; // list of zombie methods

AbstractTreeUpdater.java (https://bitbucket.org/nbargnesi/idea.git) Java · 439 lines

42 private static final Logger LOG = Logger.getInstance("#com.intellij.ide.util.treeView.AbstractTreeUpdater");

43

44 private final LinkedList<TreeUpdatePass> myNodeQueue = new LinkedList<TreeUpdatePass>();

45 private final AbstractTreeBuilder myTreeBuilder;

46 private final List<Runnable> myRunAfterUpdate = new ArrayList<Runnable>();

101

102 /**

103 * @deprecated use {@link com.intellij.ide.util.treeView.AbstractTreeBuilder#queueUpdateFrom(Object, boolean)}

104 */

105 public synchronized void addSubtreeToUpdate(@NotNull DefaultMutableTreeNode rootNode) {

108

109 /**

110 * @deprecated use {@link com.intellij.ide.util.treeView.AbstractTreeBuilder#queueUpdateFrom(Object, boolean)}

111 */

112 public synchronized void requeue(@NotNull TreeUpdatePass toAdd) {

QueueEvent.html (http://keywatch.googlecode.com/svn/trunk/) HTML · 193 lines ✨ Summary

This HTML code generates a documentation page for a Java class called QueueEvent. It displays information about the class, including its purpose, methods, and usage examples. The page includes navigation links to related classes and a table of contents. The output is likely from an automated tool that generated the documentation based on public sources.

9

10

11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">

12

13 <SCRIPT type="text/javascript">

27 <!-- ========= START OF TOP NAVBAR ======= -->

28 <A NAME="navbar_top"><!-- --></A>

29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>

30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

31 <TR>

139 <!-- ======= START OF BOTTOM NAVBAR ====== -->

140 <A NAME="navbar_bottom"><!-- --></A>

141 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>

142 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

143 <TR>

Makefile (http://omnia2droid.googlecode.com/svn/trunk/) Makefile · 9 lines

1 # kbuild trick to avoid linker error. Can be omitted if a module is built.

2 obj- := dummy.o

3

reference.html (http://hadesmem.googlecode.com/svn/trunk/) HTML · 0 lines ✨ Summary

This is a documentation page for the Boost library, specifically the error handling module. It provides information on classes and functions related to error handling, including system_error and its constructors. The page includes code examples and explanations of the postconditions for each constructor. It also includes copyright and licensing information.

7 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

8 <title>System Library Reference</title>

9 <link rel="stylesheet" type="text/css" href="../../../doc/src/minimal.css">

10 </head>

11

86 </tr>

87 <tr>

88 <td valign="top" height="64"><code>BOOST_SYSTEM_DYN_LINK</code></td>

89 <td valign="top" height="64">Defined if <code>BOOST_ALL_DYN_LINK</code> is defined,

233 no_buffer_space, //ENOBUFS

234 no_child_process, //ECHILD

235 no_link, //ENOLINK

236 no_lock_available, //ENOLCK

237 no_message_available, //ENODATA

269 too_many_files_open_in_system, //ENFILE

270 too_many_files_open, //EMFILE

271 too_many_links, //EMLINK

272 too_many_synbolic_link_levels, //ELOOP

JEditTextArea.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 6364 lines ✨ Summary

This Java code appears to be part of a text editor’s functionality, specifically related to cursor movement and selection. It provides methods for moving the cursor to different positions on the screen, such as the beginning or end of a line, and selecting text based on the current cursor position. The code also includes some macro recording functionality.

74 caretEvent = new MutableCaretEvent();

75 bracketLine = bracketPosition = -1;

76 blink = true;

77 lineSegment = new Segment();

78 returnValue = new Point();

154 } //}}}

155

156 //{{{ isCaretBlinkEnabled() method

157 /**

158 * Returns true if the caret is blinking, false otherwise.

167 * Toggles caret blinking.

168 * @param caretBlinks True if the caret should blink, false otherwise

169 */

170 public void setCaretBlinkEnabled(boolean caretBlinks)

171 {

172 this.caretBlinks = caretBlinks;

173 if(!caretBlinks)

packet_history.c (http://omnia2droid.googlecode.com/svn/trunk/) C · 490 lines ✨ Summary

This C code implements a timestamp-based congestion control algorithm for TCP-like protocols, specifically DCCP (Datagram Congestion Control Protocol). It manages a ring buffer to store timestamp and CCVal values, sampling RTT (Round-Trip Time) from these values to adjust congestion control parameters. The code provides functions for allocating and purging the ring buffer, as well as computing RTT samples based on timestamp and CCVal values.

42

43 /**

44 * tfrc_tx_hist_entry - Simple singly-linked TX history list

45 * @next: next oldest entry (LIFO order)

46 * @seqno: sequence number of this entry

attributes.html (https://bitbucket.org/nbargnesi/idea.git) HTML · 2683 lines

210

211 <tr>

212 <td title="Name"><a href="../struct/global.html#adef-alink">alink</a></td>

213 <td align="center" title="Related Elements"><a href=

214 "../struct/global.html#edef-BODY" class="noxref">BODY</a></td>

458 "../struct/links.html#edef-A" class="noxref">A</a>, <a href=

459 "../struct/links.html#edef-LINK" class="noxref">LINK</a>, <a href=

460 "../interact/scripts.html#edef-SCRIPT" class="noxref">SCRIPT</a></td>

461 <td align="center" title="Type"><a href="../sgml/dtd.html#Charset">

927 "../struct/links.html#edef-A" class="noxref">A</a>, <a href=

928 "../struct/objects.html#edef-AREA" class="noxref">AREA</a>, <a href=

929 "../struct/links.html#edef-LINK" class="noxref">LINK</a></td>

930 <td align="center" title="Type"><a href="../sgml/dtd.html#URI">%URI;</a></td>

931 <td align="center" title="Default">#IMPLIED</td>

951 "../struct/links.html#edef-A" class="noxref">A</a>, <a href=

952 "../struct/links.html#edef-LINK" class="noxref">LINK</a></td>

953 <td align="center" title="Type"><a href="../sgml/dtd.html#LanguageCode">

954 %LanguageCode;</a></td>

BrowserOptionPane.html (https://jedit.svn.sourceforge.net/svnroot/jedit) HTML · 419 lines ✨ Summary

This HTML code is a documentation page for a Java class called BrowserOptionPane. It displays information about the class, including its purpose, fields, methods, and nested classes. The page includes navigation links to related classes and a summary of the class’s contents. The output appears to be generated by a tool or framework that creates documentation pages from Java source code.

10 <META NAME="keywords" CONTENT="org.gjt.sp.jedit.options.BrowserOptionPane class">

11

12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">

13

14

23 <!-- ========= START OF TOP NAVBAR ======= -->

24 <A NAME="navbar_top"><!-- --></A>

25 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>

26 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

27 <TR>

365 <!-- ======= START OF BOTTOM NAVBAR ====== -->

366 <A NAME="navbar_bottom"><!-- --></A>

367 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>

368 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

369 <TR>

plugin-implement.xml (https://jedit.svn.sourceforge.net/svnroot/jedit) XML · 1233 lines

191 <para>

192 Detailed documentation for each message class can be found in <xref

193 linkend="api-message" />.

194 </para>

195

396 <para>

397 For complete answers to this and other BeanShell

398 mysteries, see <xref linkend="writing-macros-part" />; two

399 observations will suffice here. First, the variable

400 <varname>view</varname> is predefined by jEdit's implementation of

409 A formal description of each element of the

410 <filename>actions.xml</filename> file can be found in

411 <xref linkend="api-resources-action" />.

412 </para>

413

AncestorToolBar.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 71 lines ✨ Summary

This Java code defines a custom toolbar component, AncestorToolBar, which is used to display a list of ancestor files for a given buffer in an integrated development environment (IDE). It adds buttons representing these ancestors, with their enabled state determined by the number of ancestors displayed. The toolbar also includes a “glue” component to separate it from other toolbars.

9 import javax.swing.*;

10 import java.awt.*;

11 import java.util.LinkedList;

12

13 /**

19 private View view;

20 private Component glue = Box.createGlue();

21 private final LinkedList<String> list = new LinkedList<String>();

22

23 public AncestorToolBar(View view)

MouseHandler.java (https://jedit.svn.sourceforge.net/svnroot/jedit) Java · 563 lines ✨ Summary

This Java code is part of a text editor’s mouse event handling mechanism. It handles various mouse events such as clicks, drags, and releases to manage selections, insertions, and deletions of text within the editor. The code ensures proper behavior for different mouse button combinations, including drag-and-drop functionality and quick copy/paste operations.

29 import java.lang.reflect.Method;

30 import java.util.Iterator;

31 import java.util.LinkedList;

32 import java.util.List;

33 import java.util.Set;

97 dragged = false;

98

99 textArea.blink = true;

100 textArea.invalidateLine(textArea.getCaretLine());

101

binary.html (http://hadesmem.googlecode.com/svn/trunk/) HTML · 0 lines ✨ Summary

This HTML code is a documentation page for the Boost C++ Libraries, specifically the Qi parser library. It displays information about the available parsers and their corresponding endianness settings, along with copyright and licensing information. The page includes navigation links to related pages and a table of contents.

10 <link rel="next" href="auto.html" title="Auto Parsers">

11 </head>

12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">

13 <table cellpadding="2" width="100%"><tr>

14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>

72 <td>

73 <p>

74 <a class="link" href="../../reference/binary/binary_native.html" title="Binary Native Endianness Parsers"><code class="computeroutput"><span class="identifier">word</span></code></a>

75 </p>

76 </td>

106 <td>

107 <p>

108 <a class="link" href="../../reference/binary/binary_little.html" title="Binary Little Endianness Parser"><code class="computeroutput"><span class="identifier">little_word</span></code></a>

109 </p>

110 </td>

ba0_right.gif (git://github.com/zhaowe/bc.git) Unknown · 12 lines

9 vti_filesize:IR|230

10 vti_extenderversion:SR|4.0.2.7802

11 vti_backlinkinfo:VX|

12

ccs_gscxy_bmldcx_main.asp (git://github.com/zhaowe/bc.git) ASP · 631 lines ✨ Summary

This ASP code generates a table displaying data for a specific year and month, including sales figures, total revenue, and profit margins. The table is divided into two sections: one showing historical data for each month, and another displaying aggregated data for the entire year. The page also includes copyright information and a brief message at the bottom.

141 a:active { color: #000000;; text-decoration: none}

142 a:visited { color: #000000; font-weight: normal;; text-decoration: none}

143 a:link { color: #000000; font-weight: normal; ; text-decoration: none}

144 a.homepage:link { color: #000000; font-weight: normal;}

198 </head>

199

200 <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" text="#000000" link="#3333FF" >

201 <table width="100%" border="0" cellspacing="0" cellpadding="0">

202 <tr>

8.gif (git://github.com/zhaowe/bc.git) Unknown · 12 lines

9 vti_filesize:IR|179

10 vti_extenderversion:SR|4.0.2.7802

11 vti_backlinkinfo:VX|

12

libsidutils.vcproj (git://github.com/xbmc/xbmc.git) Unknown · 335 lines

26 StringPooling="TRUE"

27 RuntimeLibrary="2"

28 EnableFunctionLevelLinking="TRUE"

29 UsePrecompiledHeader="2"

30 PrecompiledHeaderFile=".\Release/libsidutils.pch"

38 Name="VCCustomBuildTool"/>

39 <Tool

40 Name="VCLinkerTool"

41 OutputFile="../../../binaries/Release/libsidutils.dll"

42 LinkIncremental="1"

59 Name="VCPreBuildEventTool"/>

60 <Tool

61 Name="VCPreLinkEventTool"/>

62 <Tool

63 Name="VCResourceCompilerTool"

pom.xml (http://mycila.googlecode.com/svn/) XML · 340 lines

257 <links>

258 <link>http://java.sun.com/javase/6/docs/api/</link>

259 </links>

265 <artifactId>maven-jxr-plugin</artifactId>

266 <configuration>

267 <linkJavadoc>true</linkJavadoc>

268 </configuration>

269 </plugin>

277 <artifactId>maven-pmd-plugin</artifactId>

278 <configuration>

279 <linkXref>true</linkXref>

280 <targetJdk>${jdk.version}</targetJdk>

281 <minimumTokens>100</minimumTokens>

help-doc.html (https://svn.apache.org/repos/asf/incubator/droids/) text · 0 lines

11 <META NAME="date" CONTENT="2009-11-15">

12

13 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

14

15 <SCRIPT type="text/javascript">

32 <!-- ========= START OF TOP NAVBAR ======= -->

33 <A NAME="navbar_top"><!-- --></A>

34 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>

35 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

36 <TR>

125 Use</H3>

126 <BLOCKQUOTE>

127 Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</BLOCKQUOTE>

128 <H3>

129 Tree (Class Hierarchy)</H3>

release.scrbl (git://github.com/gmarceau/PLT.git) Racket · 29 lines ✨ Summary

This Racket code generates a documentation page for release notes, linking to various versions of Racket and its related projects (DrRacket, GRacket, Teachpacks, Stepper, PLAI, Redex). It uses scribble/doc to create the page with links to specific version history files.

2 @(require scribble/manual setup/dirs "private/utils.rkt")

3

4 @(define (rl-link path . content)

5 (apply link (apply build-path (find-doc-dir) "release-notes" path)

6 content))

7 @(define (mzport doc from to)

8 (rl-link (list "racket" doc) (format "Porting from ~a to ~a" from to)))

9

10 @main-page['release]

12 @itemize[#:style "compact"]{

13

14 @item{@rl-link['("racket" "HISTORY.txt")]{Racket core}

15 @itemize[#:style "compact"]{

16 @item{@mzport["Draw_and_GUI_5_1.txt" "v5.0.x" "v5.1"]}

19 @item{@mzport["MzScheme_300.txt" "v2xx" "v3xx"]}

20 @item{@mzport["MzScheme_200.txt" "v1xx" "v2xx"]}}}

21 @item{@rl-link['("drracket" "HISTORY.txt")]{DrRacket}}

22 @item{@rl-link['("gracket" "HISTORY.txt")]{GRacket}}

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.

4 * @author Atanas Alexandrov <sirakov@gmail.com>

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)

posixemulation.py (git://github.com/mitsuhiko/werkzeug.git) Python · 107 lines ✨ Summary

This Python code provides a POSIX emulation for renaming files on Windows systems, allowing for atomic and pseudo-atomic renames. It uses ctypes to interact with Windows API functions and handles cases where the target file already exists. The rename function falls back to traditional OS.rename if atomic rename fails.

99 os.rename(src, dst)

100 try:

101 os.unlink(old)

102 except Exception:

103 pass

ccs_gkbmcx_bmldcx_index_excel.asp (git://github.com/zhaowe/bc.git) ASP · 19 lines ✨ Summary

This is a metadata file generated by Microsoft SharePoint, likely from an old version of the system. It contains information about the document’s encoding, author, last modified date, and links to related pages. The file provides a snapshot of the document’s properties at a specific point in time, including its title, body style, and caching settings.

7 vti_metatags:VR|HTTP-EQUIV=Content-Type text/html;\\ charset=gb2312

8 vti_extenderversion:SR|4.0.2.7802

9 vti_backlinkinfo:VX|ccs_jt/cx/ccs_gkbmcx_bmldcx_index.asp

10 vti_nexttolasttimemodified:TR|17 Apr 2009 08:52:09 -0000

11 vti_title:SR|预算管理系统--

12 vti_cacheddtm:TX|17 Apr 2009 08:54:11 -0000

13 vti_cachedlinkinfo:VX|H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp H|ccs_gkbmcx_bmldcx_index.asp

14 vti_cachedsvcrellinks:VX|FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp FHUS|ccs_JT/cx/ccs_gkbmcx_bmldcx_index.asp

15 vti_cachedtitle:SR|预算管理系统--

16 vti_cachedbodystyle:SR|<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" text="#000000" link="#3333FF" >

17 vti_cachedhasbots:BR|false

18 vti_cachedhastheme:BR|false

resources.rkt (git://github.com/gmarceau/PLT.git) Racket · 124 lines ✨ Summary

This Racket code defines a set of shared resources and styles for a website, including logos, icons, CSS styles, font families, and layout settings. It uses Scribble’s HTML rendering capabilities to generate HTML files from these definitions, making it easy to include consistent branding and design elements across different pages.

23 (resource (web-path dir "plt.css")

24 (file-writer output (list racket-style "\n"))

25 (lambda (url) (link rel: "stylesheet" type: "text/css"

26 href: url title: "default"))))

27

64 font-size: 88%;

65 }

66 .racketnav .navlink a {

67 padding: 0em 1em;

68 }

69 .racketnav .navcurlink a {

70 padding: 0em 1em;

71 background-color: #555555;