Home
last modified time | relevance | path

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

12345678910>>...49

/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/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/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/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicy.php53 foreach ($methods as $class => $m) {
54 $this->allowedMethods[$class] = array_map('strtolower', \is_array($m) ? $m : [$m]);
125 foreach ($this->allowedMethods as $class => $methods) {
126 if ($obj instanceof $class && \in_array($method, $methods, true)) {
133 $class = $obj::class;
134 …sprintf('Calling "%s" method on a "%s" object is not allowed.', $method, $class), $class, $method);
141 foreach ($this->allowedProperties as $class => $properties) {
142 …if ($obj instanceof $class && \in_array($property, \is_array($properties) ? $properties : [$proper…
149 $class = $obj::class;
150 …f('Calling "%s" property on a "%s" object is not allowed.', $property, $class), $class, $property);
/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;
/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/twigstarter/vendor/composer/
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/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/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/twigstarter/vendor/twig/twig/src/Runtime/
DEscaperRuntime.php66 foreach ($safeClasses as $class => $strategies) {
67 $this->addSafeClass($class, $strategies);
72 * @param class-string<\Stringable> $class
77 public function addSafeClass(string $class, array $strategies) argument
79 $class = ltrim($class, '\\');
80 if (!isset($this->safeClasses[$class])) {
81 $this->safeClasses[$class] = [];
83 $this->safeClasses[$class] = array_merge($this->safeClasses[$class], $strategies);
86 $this->safeLookup[$strategy][$class] = true;
112 foreach (class_parents($string) + class_implements($string) as $class) {
[all …]
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DYieldNotReadyNodeVisitor.php33 $class = $node::class;
35 if ($node instanceof AbstractExpression || isset($this->yieldReadyNodes[$class])) {
39 …if (!$this->yieldReadyNodes[$class] = (bool) (new \ReflectionClass($class))->getAttributes(YieldRe…
41 …please make it ready and then flag it with the #[\Twig\Attribute\YieldReady] attribute.', $class));
44 … please make it ready and then flag it with the #[\Twig\Attribute\YieldReady] attribute.', $class);
/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/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/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/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/writr/font/bootstrap-icons/
H A Dbootstrap-icons.svg1class="bi bi-0-circle" viewBox="0 0 16 16" id="0-circle"><path d="M7.988 12.158c-1.851 0-2.941-1.5…
/template/twigstarter/vendor/twig/twig/src/ExpressionParser/Infix/
DFilterExpressionParser.php50 if (!isset($this->readyNodes[$class = $filter->getNodeClass()])) {
51 …$this->readyNodes[$class] = (bool) (new \ReflectionClass($class))->getConstructor()->getAttributes…
54 if (!$ready = $this->readyNodes[$class]) {
55 …date your code and then add #[FirstClassTwigCallableReady] attribute to the constructor.', $class);
58 …return new $class($expr, $ready ? $filter : new ConstantExpression($filter->getName(), $line), $ar…
/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>>...49