Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 223) sorted by relevance

123456789

/template/icke/
H A DIckeNavigation.php9 public $id; variable in IckeNavigationItem
16 $this->id = $id;
24 $id = ltrim($id, ':');
25 $pos = strpos($id, ':');
32 return getNS($this->id);
53 if ($id === '') {
81 return $id;
88 $id = str_replace('%USER%',$_SERVER['REMOTE_USER'],$id);
89 return $id;
99 return $id;
[all …]
H A Dfunctions.php10 function icke_tplPopupPage($id){ argument
11 $page = p_wiki_xhtml($id,'',false);
123 function icke_translatedID($id, $mustExist = true) { argument
126 return $id;
130 return $id;
132 $translatedId = $translation->locale . ":$id";
136 return $id;
150 function icke_processFancySearchItem($id) { argument
151 if(!$id) return false;
152 $link = $id;
[all …]
/template/dokukitv2/
H A Dtpl_functions.php5 function menulink($id) { argument
6 if(strpos($id, 'http') === 0) {
7 return $id;
9 return $id;
11 if(strpos($id, "#")){
12 $anchor = substr($id, strpos($id, "#"));
13 $id = substr($id, 0, strpos($id, "#"));
17 if(strpos($id, "?")){
18 parse_str(substr($id, strpos($id, "?")+1), $urlParameters);
19 $id = substr($id, 0, strpos($id, "?"));
[all …]
/template/kajukkk/
H A Dnewpage.php23 $id=$ns.":".clearID($title); variable
37 $id=$ns.":".clearID($title); variable
48 $id=$title; variable
58 if ($id){
64 function clearID($id) { argument
65 $id=trim($id);
66 $id=str_replace(' ', '_',$id);
67 $id=str_replace('/', '_',$id);
68 $id=str_replace(':', '_',$id);
69 $id=str_replace('__', '_',$id);
[all …]
H A Dtpl_functions.php30 if(strpos($id, '#') === 0) {
31 $linktarget = $id;
33 $linktarget = wl($id, $params);
84 if(strpos($id, '#') === 0) {
85 $linktarget = $id;
87 $linktarget = wl($id, $params);
165 foreach($crumbs as $id => $name) {
168 tpl_link(wl($id), hsc($name), ' title="'.$id.'"');
/template/starterbootstrap/
H A Dgenerate_index.php16 $id = pathID($file);
19 if ($type=='f' && isHiddenPage($id)) {
27 if ($type == 'f' && file_exists(dirname(wikiFN($id.":".noNS($id))))) $type = 'd';
30 $target = $id;
38 $nsa = array( $id.":".noNS($id),
39 $id,
40 $id.":".$conf['start']
59 'id' => $id
63 …,'title' => ($conf['useheading'] && ($title = p_get_first_heading($target)))?$title:$id // NS tit…
65 if (substr_count($id, ":") > 2) $ret = 0;
/template/amanuensis/inc/
H A Dindex.php158 $temp = diceID($id);
191 function diceID ($id){ argument
193 while ($id){
194 $dice[]=$id;
195 $id=getNS($id);
207 function diceID_old ($id){ argument
211 $colon=strpos($id, ':' );
213 $dice[]= substr($id, 0, strpos($id,':'));
214 $id=substr($id, $colon+1);
216 $dice[]= $id;
[all …]
/template/dwsimple/dwsimple/
H A Dsimple.php15 $this->id =$id;
23 $out[]="#".$this->id;
88 function addline($id, $val=0, $align) { argument
89 $this->line[$id]=new myline($val, $align);
91 function addlineval($id, $val=0) { argument
92 $this->line[$id]->val=$val;
95 foreach ($vals as $id => $val)
96 $this->addline($id, $val, $align);
101 function addboxstyle($id, $style) { argument
102 $this->box[$id]->style[]=$style;
[all …]
/template/ad-hominem/rest/
H A Dpageinfo.php29 $id = $_GET['id']; variable
31 if ($id !== null) {
34 $meta = p_get_metadata($id);
42 $result['pageid'] = $id;
49 $url = wl($id);
54 'page' => wl($id)
58 $url = $conf['baseurl'] . wl($id);
/template/plaintext/
H A Dmain.php5 $id = $_SERVER["QUERY_STRING"]; variable
6 $id = str_replace("/", ":", $id); variable
7 $id = str_replace("id=", "", $id); variable
8 $file = wikiFN($id);
/template/r7throot1/
H A Dfunctions.php96 list($id, $hash) = explode('#', $in[1][0], 2);
97 resolve_pageid(getNS($ID), $id, $exists);
98 if (getNS($id) != $ns) continue; // ignore links to other namespaces
103 if (!$title) $title = hsc(p_get_first_heading($id));
104 if (!$title) $title = hsc(ucwords(noNS($id)));
107 if ($id == $ID) $out .= '<span class="activetab">'.$title.'</span> ';
108 else $out .= '<a href="'.wl($id).'" class="tab">'.$title.'</a> ';
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php33 /** @var string the page id this action links to */
34 protected $id = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
63 $this->id = $ID;
108 * Basically runs wl() on $id and $params. However if the ID is a hash it is used directly
117 if($this->id && $this->id[0] == '#') {
118 return $this->id;
120 return wl($this->id, $this->params, false, '&');
179 $this->id,
246 'id'
[all...]
/template/monochrome/
H A Dtpl_functions.php111 $id = '';
114 return '<li class="level'.$item['level'].$class.'" '.$id.'>';
157 * @param string $id
160 function _tpl_media_isreadable($id) { argument
161 $id = cleanID($id);
162 if(auth_quickaclcheck($id)) {
/template/peanutbutter/
H A Dtpl_functions.php114 $id = '';
117 return '<li class="level'.$item['level'].$class.'" '.$id.'>';
160 * @param string $id
163 function _tpl_media_isreadable($id) { argument
164 $id = cleanID($id);
165 if(auth_quickaclcheck($id)) {
/template/bootie/
H A Dtpl_template_NicoBoot.php43 foreach ($crumbs as $id => $name) {
51 tpl_link(wl($id), hsc($name), 'title="' . $id . '" style="width: 100%;"');
155 function tpl_pageName($id) argument
159 $name = noNSorNS($id);
162 $title = p_get_first_heading($id, METADATA_RENDER_USING_SIMPLE_CACHE);
228 if (strpos($id, '#') === 0) {
229 $linktarget = $id;
231 $linktarget = wl($id, $params);
/template/starterpjax/
H A Dmain.php.withTime37 …<!--[if IE 6 ]><div id="IE6"><![endif]--><!--[if IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><…
43 <div id="dokuwiki__site"><div id="dokuwiki__top"
46 <div id="pjax_container">
49 <div id='pjaxTitle'
57 <div id="dokuwiki__header"><div class="pad">
80 <div id="dokuwiki__usertools">
101 <div id="dokuwiki__sitetools">
123 …<div class="dw__toc" id="testTime" data-jw='{ "jokuwiki" : "jwTimeTest", "data" : { "id" : "testTi…
142 <div id="dokuwiki__content"><div class="pad">
162 <div id="dokuwiki__pagetools">
[all …]
H A Djquery.pjax.js254 id: options.id || uniqueId(), property in pjax.state
302 id: uniqueId(), property in pjax.state
399 direction = pjax.state.id < state.id ? 'forward' : 'back'
413 id: state.id, property in container.trigger
705 function cachePush(id, value) { argument
706 cacheMapping[id] = value
707 cacheBackStack.push(id)
730 cacheMapping[id] = value
740 pushStack.push(id)
741 if (id = popStack.pop())
[all …]
/template/bootstrap3/inc/Menu/Item/
H A DDiscussion.php23 $discuss_page = str_replace('@ID@', $this->id, tpl_getConf('discussionPage'));
25 $is_discuss_page = strpos($this->id, $discuss_page_raw) !== false;
26 $back_id = str_replace($discuss_page_raw, '', $this->id);
30 $this->id = cleanID($back_id);
34 $this->id = cleanID($discuss_page);
/template/minima/
H A Dfunctions.php145 list($id, $hash) = explode('#', $in[1][0], 2);
146 resolve_pageid(getNS($ID), $id, $exists);
149 if (getNS($id) != $ns)
159 $title = hsc(p_get_first_heading($id));
161 $title = hsc(ucwords(noNS($id)));
164 if ($id == $ID)
167 $out .= '<a href="'.wl($id).'" class="tab">'.$title.'</a> ';
/template/spacedok/
H A Dfunctions.php145 list($id, $hash) = explode('#', $in[1][0], 2);
146 resolve_pageid(getNS($ID), $id, $exists);
149 if (getNS($id) != $ns)
159 $title = hsc(p_get_first_heading($id));
161 $title = hsc(ucwords(noNS($id)));
164 if ($id == $ID)
167 $out .= '<a href="'.wl($id).'" class="tab">'.$title.'</a> ';
/template/battlehorse/
H A Dtplfn_sidebar.php80 function tpl_pagename($id=null){ argument
82 if(is_null($id)){
84 $id = $ID;
87 $name = $id;
89 $title = p_get_first_heading($id);
/template/a_new_day/
H A Dtplfn_sidebar.php100 function tpl_pagename($id=null){ argument
102 if(is_null($id)){
104 $id = $ID;
107 $name = $id;
109 $title = p_get_first_heading($id);
/template/wallpaper/
H A Dtpl_functions.php166 $id = '';
170 return '<li class="level'.$item['level'].$class.'" '.$id.'>';
211 list($id, $title) = explode('|', $tmparr[1]);
213 if(!file_exists(wikiFN($id))) {
217 $title = p_get_first_heading($id);
219 $data[$i]['id'] = $id;
229 if(strpos($id,':') !== FALSE) {
230 $nsarray = explode(':', $id);
/template/taratasy/
H A Dtpl_functions.local.php12 $id = $conf['sidebar'];
16 $sidebar = $ns . ':' . $id;
22 return $id;
/template/sprintdoc/tpl/
H A Dmain-sidebar-nav.php11 <ul id="sidebar-site-tools" class="toollist">
38 <ul id="sidebar-user-tools" class="toollist">
72 <ul id="sidebar-menu-starred">
96 <ul id="sidebar-menu_trace">
101 foreach($crumbs as $id => $name) {
103 tpl_link(wl($id), hsc($name), 'title="' . $id . '"');

123456789