text
stringlengths 0
14.1k
|
---|
</div>
|
</div>
|
<?php
|
}else{
|
/* and a clean mean markup for the frontend w*/
|
?>
|
<?php
|
$css_sneaky = !empty($settings['sneaky_class']) ? ' '.$settings['sneaky_class'] : '';
|
?>
|
<article class=""<?php print $css_sneaky; ?>"" <?php if (!empty($css_id)) { print ""id=\""$css_id\""""; } ?>>
|
<?php if(!empty($variables['display']->title)){ ?>
|
<header>
|
<h2><?php print $variables['display']->title; ?></h2>
|
</header>
|
<?php } ?>
|
<?php if(!empty($content['top'])) { ?>
|
<div class=""""><?php print $content['top']; ?></div>
|
<?php }; ?>
|
<div class=""""><?php print $content['left']; ?></div>
|
<div class=""""><?php print $content['middle']; ?></div>
|
<div class=""""><?php print $content['right']; ?></div>
|
<?php if(!empty($content['bottom'])) { ?>
|
<div class=""""><?php print $content['bottom']; ?></div>
|
<?php } ?>
|
</article>
|
<?php } ?>
|
<?php if( theme_get_setting('mothership_poorthemers_helper') ){ ?>
|
<!-- / tpl: layout-contact.tpl.php -->
|
<?php } ?>
|
" gpl-2.0
|
prajdheeraj/CS557Project Code/ivy/src/IvyBindListener.java 883 "/**
|
* this interface specifies the methods of a BindListener; it is only useful if you want
|
* to develop a bus monitor (Ivy Probe, spy, ivymon)
|
*
|
* @author Yannick Jestin
|
* @author <a href=""http://www.tls.cena.fr/products/ivy/"">http://www.tls.cena.fr/products/ivy/</a>
|
*
|
* Changelog:
|
* 1.2.8
|
* - removed the public abstract modifiers, which are redundant
|
*/
|
package fr.dgac.ivy;
|
public interface IvyBindListener extends java.util.EventListener {
|
/**
|
* invoked when a Ivy Client performs a bind
|
* @param client the peer
|
* @param id the regexp ID
|
* @param regexp the regexp
|
*/
|
void bindPerformed(IvyClient client,int id, String regexp);
|
/**
|
* invoked when a Ivy Client performs a unbind
|
* @param client the peer
|
* @param id the regexp ID
|
* @param regexp the regexp
|
*/
|
void unbindPerformed(IvyClient client,int id,String regexp);
|
}
|
" gpl-2.0
|
lemoineat/pg_fkpart Makefile 351 "# contrib/pg_part/Makefile
|
EXTENSION = pg_fkpart
|
DATA = pg_fkpart--1.7.sql pg_fkpart--unpackaged--1.1.sql pg_fkpart--1.0--1.1.sql pg_fkpart--1.1--1.2.sql pg_fkpart--1.2--1.3.sql pg_fkpart--1.3--1.4.sql pg_fkpart--1.4--1.5.sql pg_fkpart--1.5--1.6.sql pg_fkpart--1.6--1.7.sql
|
PG_CONFIG = pg_config
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
include $(PGXS)
|
" gpl-2.0
|
iPodLinux/linux-2.6.7-ipod drivers/input/serio/98kbd-io.c 3749 "/*
|
* NEC PC-9801 keyboard controller driver for Linux
|
*
|
* Copyright (c) 1999-2002 Osamu Tomita <[email protected]>
|
* Based on i8042.c written by Vojtech Pavlik
|
*/
|
/*
|
* This program is free software; you can redistribute it and/or modify it
|
* under the terms of the GNU General Public License version 2 as published by
|
* the Free Software Foundation.
|
*/
|
#include <linux/config.h>
|
#include <linux/delay.h>
|
#include <linux/module.h>
|
#include <linux/interrupt.h>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.