Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 25 of 147) sorted by relevance

123456

/template/a_free_worldic/
Dtpl_functions.php43 function tpl_sidebar($pos) { argument
45 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
46 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
68 tpl_sidebar_dispatch($sb,$pos);
75 tpl_sidebar_dispatch($sb,$pos);
85 function tpl_sidebar_dispatch($sb,$pos) { argument
105 print p_sidebar_xhtml($main_sb,$pos) . DOKU_LF;
118 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
132 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
140 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
[all …]
/template/arctic/
Dtpl_functions.php43 function arctic_tpl_sidebar($pos) { argument
45 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
46 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
53 arctic_tpl_sidebar_dispatch($sb,$pos);
60 arctic_tpl_sidebar_dispatch($sb,$pos);
71 function arctic_tpl_sidebar_dispatch($sb,$pos) { argument
94 print p_sidebar_xhtml($main_sb,$pos) . DOKU_LF;
118 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
133 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
141 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
[all …]
/template/arctictut/
Dtpl_functions.php43 function arctic_tpl_sidebar($pos) { argument
45 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
46 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
53 arctic_tpl_sidebar_dispatch($sb,$pos);
60 arctic_tpl_sidebar_dispatch($sb,$pos);
70 function arctic_tpl_sidebar_dispatch($sb,$pos) { argument
93 print p_sidebar_xhtml($main_sb,$pos) . DOKU_LF;
117 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
132 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
140 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
[all …]
/template/bootstrap3/inc/
Dsimple_html_dom.php1395 protected $pos; variable in simple_html_dom
1631 $this->pos = 0;
1813 $begin_tag_pos = $this->pos;
1814 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1818 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1825 if (($pos = strpos($tag, ' ')) !== false) {
1826 $tag = substr($tag, 0, $pos);
1901 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1930 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1936 if ($pos = strpos($tag, '<') !== false) {
[all …]
/template/mikio/inc/
H A Dsimple_html_dom.php1401 protected $pos; variable in simple_html_dom
1637 $this->pos = 0;
1819 $begin_tag_pos = $this->pos;
1820 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1824 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1831 if (($pos = strpos($tag, ' ')) !== false) {
1832 $tag = substr($tag, 0, $pos);
1907 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1936 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1942 if ($pos = strpos($tag, '<') !== false) {
[all …]
/template/masa/
Dtpl_functions.php127 tpl_sidebar_dispatch($sb,$pos);
134 tpl_sidebar_dispatch($sb,$pos);
145 function tpl_sidebar_dispatch($sb,$pos) { argument
163 print p_sidebar_xhtml($main_sb,$pos) . DOKU_LF;
175 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
188 print p_sidebar_xhtml($user_sb,$pos) . DOKU_LF;
196 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
211 print p_sidebar_xhtml($group_sb,$pos) . DOKU_LF;
220 print ' ' . p_index_xhtml($svID,$pos) . DOKU_LF;
238 …$toc = preg_replace('/id="(.*?)"/', 'id="sb__' . $pos . '__\1"', Doku_Renderer_xhtml::render_TOC($…
[all …]
/template/scanlines/
Dtpl_functions.php46 function tpl_sidebar($pos) { argument
48 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
49 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
56 tpl_sidebar_dispatch($sb,$pos);
63 tpl_sidebar_dispatch($sb,$pos);
73 function tpl_sidebar_dispatch($sb,$pos) { argument
99 print p_sidebar_xhtml($main_sb,$pos) . DOKU_LF;
133 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
155 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
169 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
[all …]
/template/templar/js/
Dbootstrap-tooltip.js116 , pos
143 pos = this.getPosition()
150 tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
153 tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
156 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
159 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
Dbootstrap-carousel.js55 , to: function (pos) { argument
59 if (pos > (this.$items.length - 1) || pos < 0) return
63 that.to(pos)
67 if (activeIndex == pos) {
71 return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos]))
/template/arctic-mbo/
Dtpl_functions.php43 function tpl_sidebar($pos) { argument
45 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
46 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
53 tpl_sidebar_dispatch($sb,$pos);
60 tpl_sidebar_dispatch($sb,$pos);
70 function tpl_sidebar_dispatch($sb,$pos) { argument
103 print p_sidebar_xhtml($main_sb,$pos) . DOKU_LF;
127 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
142 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
150 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
[all …]
/template/myown/
Dtpl_functions.php25 $pos = strrpos($ID, ":");
27 if ($pos === false) {
35 if ($pos !== false) {
96 $pos = strrpos($ID, ":");
97 if ($pos !== false) {
/template/darkclean/
Dtpl_functions.php25 $pos = strrpos($ID, ":");
27 if ($pos === false) {
35 if ($pos !== false) {
96 $pos = strrpos($ID, ":");
97 if ($pos !== false) {
/template/simpleclean/
Dtpl_functions.php25 $pos = strrpos($ID, ":");
27 if ($pos === false) {
35 if ($pos !== false) {
96 $pos = strrpos($ID, ":");
97 if ($pos !== false) {
/template/starterbootstrap/
Dtpl_functions.php470 $pos = 0;
476 while ($data[$pos]['id'] != $tmp_ns) {
477 …if ($pos >= count($data) || ($data[$pos]['level'] <= $level+1 && strnatcmp(utf8_encodeFN($data[$po…
478 …array_splice($data, $pos, 0, array(array('level' => $level+1, 'id' => $tmp_ns, 'open' => 'true')));
481 ++$pos;
496 $pos = strrpos($item['id'], ':');
497 $label = substr($item['id'], $pos > 0 ? $pos + 1 : 0);
/template/twigstarter/vendor/symfony/polyfill-mbstring/
DMbstring.php535 $pos = '' !== $needle || 80000 > \PHP_VERSION_ID
539 return false !== $pos ? $offset + $pos : false;
648 $pos = self::mb_stripos($haystack, $needle, 0, $encoding);
650 return self::getSubpart($pos, $part, $haystack, $encoding);
657 $pos = strrpos($haystack, $needle);
660 $pos = \iconv_strrpos($haystack, $needle, $encoding);
663 return self::getSubpart($pos, $part, $haystack, $encoding);
669 $pos = self::mb_strripos($haystack, $needle, $encoding);
671 return self::getSubpart($pos, $part, $haystack, $encoding);
684 $pos = strpos($haystack, $needle);
[all …]
/template/strap/ComboStrap/
H A DFsWikiUtility.php149 $pos = strrpos($namespacePath, ':');
150 if ($pos !== false) {
151 if ($pos == 0) {
154 $parentNamespacePath = substr($namespacePath, 0, $pos);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php154 $pos = 0;
168 if (\array_key_exists($pos, $parameters)) {
183 } elseif (\array_key_exists($pos, $parameters)) {
185 $arguments[] = $parameters[$pos];
186 unset($parameters[$pos]);
188 ++$pos;
306 } elseif (\is_string($callable) && false !== $pos = strpos($callable, '::')) {
307 $class = substr($callable, 0, $pos);
308 $method = substr($callable, $pos + 2);
/template/strap/syntax/
H A Dheadingatx.php82 function handle($match, $state, $pos, Doku_Handler $handler): array argument
105 PluginUtility::POSITION => $pos
142 $pos = $data[PluginUtility::POSITION];
143 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
/template/dokukit/
Dscript.js22 patharr = patharrtmp.sort().filter(function(item, pos, ary) { argument
23 return !pos || item != ary[pos - 1];
/template/notos/css/
Dnav-tabs.less115 @menu-pos-x: 1rem;
116 @menu-pos-y: -4rem;
124 left: @menu-pos-x;
125 top: @menu-pos-y;
183 left: @menu-pos-x;
184 top: @menu-pos-y;
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php88 $pos = $this->index + $offset - 1;
90 if ($pos < 0 || $pos >= $this->size) {
95 return StringUtils::codePoint($this->characters[$pos]);
/template/strap/vendor/symfony/polyfill-mbstring/
H A DMbstring.php559 $pos = '' !== $needle || 80000 > \PHP_VERSION_ID
563 return false !== $pos ? $offset + $pos : false;
675 $pos = self::mb_stripos($haystack, $needle, 0, $encoding);
677 return self::getSubpart($pos, $part, $haystack, $encoding);
684 $pos = strrpos($haystack, $needle);
687 $pos = iconv_strrpos($haystack, $needle, $encoding);
690 return self::getSubpart($pos, $part, $haystack, $encoding);
696 $pos = self::mb_strripos($haystack, $needle, $encoding);
698 return self::getSubpart($pos, $part, $haystack, $encoding);
714 $pos = strpos($haystack, $needle);
[all …]
/template/bootstrap3/
DEventHandlers.php124 for ($pos = 0; $pos < $form->elementCount(); $pos++) {
126 $element = $form->getElementAt($pos);
143 for ($pos = 0; $pos < $form->elementCount(); $pos++) {
145 $element = $form->getElementAt($pos);
/template/a_new_day/js/
Deffects.js148 sinoidal: function(pos) { argument
149 return (-Math.cos(pos*Math.PI)/2) + 0.5;
151 reverse: function(pos) { argument
152 return 1-pos;
154 flicker: function(pos) { argument
155 return ((-Math.cos(pos*Math.PI)/4) + 0.75) + Math.random()/4;
157 wobble: function(pos) { argument
158 return (-Math.cos(pos*Math.PI*(9*pos))/2) + 0.5;
160 pulse: function(pos, pulses) { argument
163 Math.round((pos % (1/pulses)) * pulses) == 0 ?
[all …]
/template/battlehorse/js/
Deffects.js148 sinoidal: function(pos) { argument
149 return (-Math.cos(pos*Math.PI)/2) + 0.5;
151 reverse: function(pos) { argument
152 return 1-pos;
154 flicker: function(pos) { argument
155 return ((-Math.cos(pos*Math.PI)/4) + 0.75) + Math.random()/4;
157 wobble: function(pos) { argument
158 return (-Math.cos(pos*Math.PI*(9*pos))/2) + 0.5;
160 pulse: function(pos, pulses) { argument
163 Math.round((pos % (1/pulses)) * pulses) == 0 ?
[all …]

123456