Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/template/strap/
H A Ddeleted.files15 class/message.model.php
16 class/PageUtility.php
17 class/TestUtility.php
18 class/Text.php
19 class/TitleUtility.php
20 class/UrlCanonical.php
24 class/InternalMediaLink.php
34 class/Auth.php
35 class/AdsUtility.php
36 class/Align.php
[all …]
/template/twigstarter/
DTemplateController.php99 $class = '\\dokuwiki\\Menu\\' . ucfirst($type) . 'Menu';
100 if (class_exists($class)) {
101 return new $class();
113 * @param string $class
117 public function newObj($class, $arguments = []) argument
120 if (class_exists($class)) {
121 $classname = $class;
123 $classname = '\\dokuwiki\\template\\' . $conf['template'] . '\\' . $class;
126 throw new RuntimeException("No such class $class");
138 * @param string $class
[all …]
/template/strap/resources/background/
H A Dbackground1.svg11 …<rect id="Rectangle_689" data-name="Rectangle 689" class="cls-1" width="89" height="75" transform=…
12 …<rect id="Rectangle_690" data-name="Rectangle 690" class="cls-1" width="89" height="75" transform=…
13 …<rect id="Rectangle_691" data-name="Rectangle 691" class="cls-1" width="89" height="75" transform=…
14 …<rect id="Rectangle_692" data-name="Rectangle 692" class="cls-1" width="89" height="75" transform=…
15 …<rect id="Rectangle_694" data-name="Rectangle 694" class="cls-1" width="89" height="75" transform=…
16 …<rect id="Rectangle_695" data-name="Rectangle 695" class="cls-1" width="89" height="75" transform=…
17 …<rect id="Rectangle_696" data-name="Rectangle 696" class="cls-1" width="89" height="75" transform=…
18 …<rect id="Rectangle_697" data-name="Rectangle 697" class="cls-1" width="89" height="75" transform=…
19 …<rect id="Rectangle_698" data-name="Rectangle 698" class="cls-1" width="89" height="75" transform=…
20 …<rect id="Rectangle_699" data-name="Rectangle 699" class="cls-1" width="89" height="75" transform=…
[all …]
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicy.php52 foreach ($methods as $class => $m) {
53 …$this->allowedMethods[$class] = array_map(function ($value) { return strtr($value, 'ABCDEFGHIJKLMN…
96 foreach ($this->allowedMethods as $class => $methods) {
97 if ($obj instanceof $class) {
105 $class = \get_class($obj);
106 …sprintf('Calling "%s" method on a "%s" object is not allowed.', $method, $class), $class, $method);
113 foreach ($this->allowedProperties as $class => $properties) {
114 if ($obj instanceof $class) {
122 $class = \get_class($obj);
123 …f('Calling "%s" property on a "%s" object is not allowed.', $property, $class), $class, $property);
/template/breeze/bower_components/gumby/sass/ui/
D_icons.scss3 [class^="icon-"] a:before,
4 [class*=" icon-"] a:before,
5 [class^="icon-"] a:after,
6 [class*=" icon-"] a:after,
7 i[class^="icon-"],
8 i[class*=" icon-"] {
15 i[class^="icon-"],
16 i[class*=" icon-"] {
/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php70 public function hasExtension(string $class): bool argument
72 $class = ltrim($class, '\\');
73 if (!isset($this->extensions[$class]) && class_exists($class, false)) {
75 $class = (new \ReflectionClass($class))->name;
78 return isset($this->extensions[$class]);
81 public function getExtension(string $class): ExtensionInterface argument
83 $class = ltrim($class, '\\');
84 if (!isset($this->extensions[$class]) && class_exists($class, false)) {
86 $class = (new \ReflectionClass($class))->name;
89 if (!isset($this->extensions[$class])) {
[all …]
/template/twigstarter/vendor/composer/
DClassLoader.php422 * @param string $class The name of the class
425 public function loadClass($class) argument
427 if ($file = $this->findFile($class)) {
439 * @param string $class The name of the class
443 public function findFile($class) argument
446 if (isset($this->classMap[$class])) {
447 return $this->classMap[$class];
449 if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
453 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
459 $file = $this->findFileWithExtension($class, '.php');
[all …]
/template/strap/vendor/composer/
H A DClassLoader.php420 * @param string $class The name of the class
423 public function loadClass($class) argument
425 if ($file = $this->findFile($class)) {
438 * @param string $class The name of the class
442 public function findFile($class) argument
445 if (isset($this->classMap[$class])) {
446 return $this->classMap[$class];
448 if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
458 $file = $this->findFileWithExtension($class, '.php');
[all …]
/template/sprintdoc/css/
H A Dbase_mixins.less321 .make-grid(@class) {
322 .float-grid-columns(@class);
323 .grid-columns(1, @class, width);
324 .grid-columns(2, @class, width);
325 .grid-columns(3, @class, width);
326 .grid-columns(4, @class, width);
327 .grid-columns(5, @class, width);
328 .grid-columns(6, @class, width);
329 .grid-columns(7, @class, width);
330 .grid-columns(8, @class, width);
[all …]
/template/icke/
Dfunctions.php88 function icke_navi($link,$name='',$class='',$popup='',$active=false,$sep=false){ argument
98 if(!$class && $link) $class = 'qnav_'.str_replace(':','_',getNS($link));
103 $liHTML .= '<a class="qnav_item '.$class.'" '.$link.'>'.hsc($name).'</a>';
159 $class = array_shift(explode(':',$ns));
160 $imgClass = $class;
162 $class = icke_translatedID($class, false);
163 $class = str_replace(':', '_', $class);
165 return array('ns' => $ns, 'class' => $class, 'imgClass' => $imgClass);
186 $class = $item->class;
188 $navi[$ns] = $class;
Dcomponents.php49 case 0: $class = 'noopentasks'; break;
50 case 1: $class = 'opentask'; break;
51 default: $class = 'opentasks'; break;
59 echo '<a class="icke__' . $class . '"' .
61 sprintf(tpl_getLang($class), count($tasks)) . '</a>';
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php56 * @param string $class class to load
60 public function autoload($class) argument
62 if ($class[0] === '\\') {
63 $class = substr($class, 1);
66 if (strpos($class, 'Handlebars') !== 0) {
70 $file = sprintf('%s/%s.php', $this->_baseDir, str_replace('\\', '/', $class));
/template/strap/ComboStrap/
H A DClassUtility.php38 $class = [];
42 $class[] = $className;
45 return $class;
55 foreach ($classes as $class) {
56 $classReflection = new ReflectionClass($class);
58 $objects[] = new $class();
64 public static function isLoaded(string $class): bool argument
66 return class_exists($class, false);
/template/starterpjax/
Dmain.php.withTime22 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
44class="dokuwiki site mode_<?php echo $ACT ?> <?php echo ($showSidebar) ? 'hasSidebar' : '' ?>">
54 class='pjaxTitle'
57 <div id="dokuwiki__header"><div class="pad">
63 <div class="headings">
69 <p class="claim"><?php echo $conf['tagline'] ?></p>
72 <ul class="a11y skip">
75 <div class="clearer"></div>
77 <div class="tools">
81 <h3 class="a11y"><?php echo $lang['user_tools'] ?></h3>
[all …]
/template/bootstrap3/compat/inc/Menu/
DAbstractMenu.php56 foreach($this->types as $class) {
58 $class = "\\dokuwiki\\Menu\\Item\\$class";
60 $item = new $class();
83 $class = ' class="' . $classprefix . $item->getType() . '"';
85 $class = '';
88 $html .= "<li$class>";
/template/stm/stm/css/
D_g.css3 [class^=header-navButton], selector
16 [class^=header-navButton] [class^=icon]:hover, selector
17 [class^=header-navButton].has-subList a:hover, selector
20 [class^=header-navButton] [class^=icon]:focus, selector
21 [class^=header-navButton].has-subList a:focus, selector
D_header.css43 [class^=header-navButton] { selector
51 [class^=header-navButton].has-subList { selector
55 [class^=header-navButton]:hover a[class^=icon] { selector
59 [class ^=header-navButton].has-subList ul { selector
73 [class^=header-navButton].has-subList ul:after { selector
80 [class^=header-navButton].has-subList li { selector
87 [class^=header-navButton].has-subList a { selector
95 .header-navButton--searchBar [class^=icon] {
103 div.header-navButton--searchBar:hover a[class^=icon] {
130 .header-navButton--searchBar:hover [class^='icon'] {
/template/twentyfifteen/
DREADME35 <article class="entry">
36 <header class="entry-header">
37 <h1 class="entry-title"><a href="[POST-URL]">[POST-TITLE]</h1>
39 <div class="entry-content">
42 <footer class="entry-footer">
43 <span class="entry-date">[POST-DATE]</span>
44 <span class="entry-catagory">[POST-CATEGORY]</span>
45 <span class="entry-tag">[POST-TAG]</span>
46 <span class="entry-author">[POST-AUTHOR]</span>
47 <span class="entry-comment">[POST-COMMENTS-COUNT]</span>
[all …]
/template/boozurk/css/
Dfont-awesome.min.css24class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;tex… selector
Dfont-awesome.css36 [class^="icon-"], selector
37 [class*=" icon-"] {
45 [class^="icon-"]:before, selector
46 [class*=" icon-"]:before {
57 a [class^="icon-"],
58 a [class*=" icon-"],
59 a [class^="icon-"]:before,
60 a [class*=" icon-"]:before {
64 [class^="icon-"].icon-fixed-width, selector
65 [class*=" icon-"].icon-fixed-width {
[all …]
/template/nucleus/
Dheader.inc2 <h1 class="logo">
3 <a href="http://mysite.com/wiki" title="Wiki" class="logo"><span></span>Wiki</a>
6 <h2 class="hidden">Navigation</h2>
8 <li class="nav1"><a href="doku.php" title="Plugin List">Home</a></li>
9 <li class="nav2"><a href="nucleus?do=index" title="Full Index">Full Index</a></li>
10 <li class="nav3"><a href="doku.php?do=recent" title="Recent Changes">Recent Changes</a></li>
Dfooter.inc1 <div class="clear"></div>
2 <div class="footer">
3 <div class="gray_box"><div class="rbtop"><div></div></div>
4 <div class="bar" id="bar_bottom">
5 <div class="bar-left" id="bar_bottomleft">
9 <div class="bar-right" id="bar_bottomright">
16 <div class="rbbot"><div></div></div></div>
19 <div class="footer">
20 <div class="gray_box"><div class="rbtop"><div></div></div>
21 <div align="center" class="footerinc">
[all …]
/template/twigstarter/vendor/twig/twig/src/Extension/
DEscaperExtension.php118 foreach ($safeClasses as $class => $strategies) {
119 $this->addSafeClass($class, $strategies);
123 public function addSafeClass(string $class, array $strategies) argument
125 $class = ltrim($class, '\\');
126 if (!isset($this->safeClasses[$class])) {
127 $this->safeClasses[$class] = [];
129 $this->safeClasses[$class] = array_merge($this->safeClasses[$class], $strategies);
132 $this->safeLookup[$strategy][$class] = true;
184 foreach (class_parents($string) + class_implements($string) as $class) {
185 if (isset($ext->safeClasses[$class])) {
[all …]
/template/templar/less/
Dsprites.less9 // All icons receive the styles of the <i> tag with a base class
10 // of .i and are then given a unique class to add width, height,
12 // <i class="icon-inbox"></i>.
14 // For the white version of the icons, just add the .icon-white class:
15 // <i class="icon-inbox icon-white"></i>
17 [class^="icon-"],
18 [class*=" icon-"] {
31 /* White icons with optional class, or on hover/focus/active states of certain elements */
33 .nav-pills > .active > a > [class^="icon-"],
34 .nav-pills > .active > a > [class*=" icon-"],
[all …]
/template/sprintdoc/tpl/
H A Dnav-page-attributes.php32 $class = 'do_none'; variable
35 $class = 'do_done'; variable
38 $class = 'do_undone'; variable
41 $class = 'do_late'; variable
46 '<span title="' . hsc($title) . '" class="' . $class . '">' .

12345678910>>...42