Home
last modified time | relevance | path

Searched refs:ID (Results 1326 – 1350 of 1363) sorted by last modified time

1...<<5152535455

/plugin/translation2/
H A Daction.php32 global $conf, $ID;
60 $lang = preg_replace('/^(..+?)[:\/].*/i', '$1', $ID);
69 global $ID;
72 if ($ID{2} == ':') {
101 global $ID, $conf;
108 … = (($lang!=$this->getConf('default_language'))?$lang.':':'') . (($ID{2}==':')?substr($ID, 3):$ID);
/plugin/jquery/
H A Dscript.js19ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((… function
/plugin/offline/
H A Drenderer.php64 global $ID;
66 $urlPrefixStr = $this->create_url_prefix($ID);
164 global $ID;
166 $urlPrefixStr = $this->create_url_prefix($ID);
254 global $ID;
257 resolve_pageid(getNS($ID),$id,$exists);
270 $urlPrefixStr = $this->create_url_prefix($ID);
281 if ($id == $ID) {
318 function create_url_prefix($ID) { argument
324 $directoryLevel = substr_count($ID, ':');
[all …]
H A Dsyntax.php68 global $ID;
71 $renderer->doc .= '<a href="'.exportlink($ID, 's5').'" title="'.$this->getLang('view').'">';
/plugin/multitemplate_styleman/
H A Daction.php42 global $ID,$conf;
/plugin/givemeyouremail/
H A Dsyntax.php148 if (auth_quickaclcheck($ID) >= AUTH_ADMIN) {
196 global $ID;
204 '<input type="hidden" name="id" value="'.$ID.'" />';
/plugin/bookmarkme/
H A Daction.php130 global $ID;
139 $bm = p_get_metadata($ID,'bookmarkme');
156 $id = $ID;
164 if (!$exists || preg_match("/$sp/i",$ID))
179 $title = p_get_first_heading($ID);
180 if (!$title) $title = $ID;
182 $pml = wl($ID,'',true);
/plugin/prolog/
H A Dattribute_include.php48 foreach($joinedIDs as $ID)
50 $files = $this->scan($ID);
72 function scan($ID = null) argument
74 $path = $this->ID2abs($ID);
121 * @param string $ID
126 $IDparts = explode(':', $ID);
201 function ID2abs($ID = null) { argument
202 if(noNS($ID) == '*' || noNS($ID) == '**')
225 if(substr($ID,0,1) == ':')
226 $ID = substr($ID,1);
[all …]
/plugin/charter/lib/pchart/
H A DpCache.class.php61 function IsInCache($ID,$Data,$Hash="") argument
64 $Hash = $this->GetHash($ID,$Data);
73 function WriteToCache($ID,$Data,$Picture) argument
75 $Hash = $this->GetHash($ID,$Data);
82 function DeleteFromCache($ID,$Data) argument
84 $Hash = $this->GetHash($ID,$Data);
92 function GetFromCache($ID,$Data) argument
94 $Hash = $this->GetHash($ID,$Data);
106 function GetHash($ID,$Data) argument
108 $mKey = "$ID";
H A DpChart.class.php627 $ID++;
1047 $ID++;
1091 $ID++;
1240 $ID = 0;
1425 $ID = 0;
1461 $ID = 0;
1635 $ID = 0;
1797 $ID = 0;
1890 $ID = 0;
1958 $ID = 0;
[all …]
H A DpData.class.php83 $ID = 1;
85 { $this->SetSerieName($Value,"Serie".$ID); $ID++; }
100 $ID = 1;
102 { $this->AddPoint(intval($Value),"Serie".$ID); $ID++; }
125 $ID = 0;
131 $this->Data[$ID][$Serie] = $Value;
135 $this->Data[$ID]["Name"] = $ID;
141 $this->Data[$ID][$Serie] = $Val;
142 if (!isset($this->Data[$ID]["Name"]))
143 $this->Data[$ID]["Name"] = $ID;
[all …]
/plugin/md5gen/
H A Dsyntax.php56 $buffer.="<input type='hidden' name='id' value='".$ID."' />";
/plugin/superacl/
H A Dadmin.php163 global $ID;
193 global $ID;
213 global $ID;
256 global $ID;
284 global $ID;
340 global $ID;
354 $check = $ID;
423 global $ID;
526 global $ID;
607 global $ID;
[all …]
H A Dajax.php22 $ID = getID(); variable
38 global $ID;
/plugin/vote/
H A Dsyntax.php207 global $ID;
219 '<input type="hidden" name="id" value="'.$ID.'" />';
/plugin/linkmanager/
H A Dfunctions.php28 global $ID;
33 $ns = dirname(str_replace(':','/',$ID));
165 $ns = dirname(str_replace(':','/',$ID));
/plugin/sympaauth/
H A Dadmin.php67 ptln('<form action_="'.wl($ID).'" method="post">');
/plugin/contact/
H A Dsyntax.php158 global $ID;
185 $ret .= '<input type="hidden" name="id" value="'.$ID.'" />';
/plugin/nroff/
H A Drenderer.php496 global $ID;
499 $title = $ID.' &crarr;';
515 global $ID;
520 resolve_pageid(getNS($ID),$id,$exists);
542 if ($id == $ID) {
704 global $ID;
705 resolve_mediaid(getNS($ID),$src, $exists);
719 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct'));
727 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
/plugin/wysiwyg/
H A Dsyntax.php87 global $USERINFO, $ID, $wysiwyg_GUID;
H A Dscript.js70 ajax.setVar('id',ID);
128 ajax.setVar('id',ID);
174 ajax.setVar('id',ID);
215 ajax.setVar('id',ID);
H A Dajax.php56 global $ID;
57 $ID = getID();
60 unlock($ID);
64 global $ID;
67 $ID = getID();
95 global $ID;
112 unlock($ID);
119 global $ID;
129 $ID = getID();
144 global $ID;
[all …]
/plugin/nsrelation/
H A Dsyntax.php101 global $ID;
105 if($this->rootns && strpos($ID,$this->rootns) !== 0) return;
106 $meta = p_get_metadata($ID);
111 if(strpos($ID,$this->rootns.$ns) === 0 ){
119 $idpart = preg_replace($rx,'',$ID);
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa1 <application ID="fck"/>
/plugin/darcspatch/
H A Dadmin.php73 global $ID;
77 $my_page.='| <html><form action="'.wl($ID).'" method="post">'.
78 '<input type="hidden" name="id" value="'.$ID.'" />'.
90 …$my_page.='| //'.str_replace('%1',wl($ID,'do=admin,page=config').'#plugin_settings',$this->lang['s…
94 $my_page.='| '.$patch_url.' | <html><form action="'.wl($ID).'" method="post">'.
95 '<input type="hidden" name="id" value="'.$ID.'" />'.
106 $my_page.='<html><form action="'.wl($ID).'" method="post">'.
107 '<input type="hidden" name="id" value="'.$ID.'" />'.

1...<<5152535455