Home
last modified time | relevance | path

Searched refs:id (Results 2951 – 2975 of 3526) sorted by last modified time

1...<<111112113114115116117118119120>>...142

/plugin/labeled/db/
H A Dupdate0001.sql1 CREATE TABLE labeled ( id, label, PRIMARY KEY(id, label) ); field
3 CREATE INDEX idx_id ON labeled(id);
/plugin/fancysearch/
H A Daction.php59 function translatedNamespace($id) { argument
62 if ($id === '') return '';
71 if (page_exists($lang . $id . ':' . $conf['start'])) return $lang . $id;
72 return $id;
/plugin/cryptsign/
H A Dscript.js37 var id = jQuery(edid)[0].form.id.value; // current page ID
41 { text:text, id: id},
H A Dsign.php17 $id = $_POST['id']; variable
20 $sig = md5($id.$user.trim($text).auth_cookiesalt());
/plugin/ac/actions/
H A Dtickets.php21 $projectid = $project->id;
/plugin/makemedians/
H A Daction.php37 $id = $event->data[1] . ':' . $event->data[2];
38 io_createNamespace($id, 'media');
/plugin/jukebox/id3/
H A Dmodule.audio-video.flv.php210 function FLVaudioFormat($id) { argument
218 return (@$FLVaudioFormat[$id] ? @$FLVaudioFormat[$id] : false);
221 function FLVaudioRate($id) { argument
228 return (@$FLVaudioRate[$id] ? @$FLVaudioRate[$id] : false);
231 function FLVaudioBitDepth($id) { argument
236 return (@$FLVaudioBitDepth[$id] ? @$FLVaudioBitDepth[$id] : false);
239 function FLVvideoCodec($id) { argument
245 return (@$FLVvideoCodec[$id] ? @$FLVvideoCodec[$id] : false);
/plugin/imageshack/
H A Daction.php85 echo '<h1 id="media__ns">'.$this->getLang('name').'</h1>';
/plugin/google_maps/syntax/
H A Dvideo.php55 $href_start = '<a href="//video.google.com/googleplayer.swf?docId='.$id.'">';
60 $renderer->doc .= '<img src="'.$LOGO_URL.'" alt="movie-'.$id.'"/></a>';
65 $obj .= ' data="//video.google.com/googleplayer.swf?docId='.$id.'">';
71 $obj .= ' data="//video.google.com/googleplayer.swf?docId='.$id.'">';
/plugin/rating/
H A Dscript.js12 id: JSINFO.id,
/plugin/prettytables/
H A Dscript.js199 function addBtnActionPrettytables($btn, props, edid, id){ argument
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js530 'mg'), function(match, id, url2, url3, title) { argument
532 var link_id = id.toLowerCase();
2296 ), function(match, span, id, line) { argument
2302 var attr = _doHeaders_attr(id);
2323 ), function(match, hashes, span, id) { argument
2326 var attr = _doHeaders_attr(id);
/plugin/markdownextra/lib/meltdown-tweaks/
H A Dmeltdown-tweaks.js4 id: "markdownextra_tool__bar_overlay",
/plugin/markdownextra/
H A Dmarkdown.php1831 $id = false;
1836 if ($id === false) $id = substr($element, 1);
1842 if (!empty($id)) {
1843 $attr_str .= ' id="'.$id.'"';
/plugin/topbarsyntax/
H A DINFO8 url http://www.fristercons.de/fcon/doku.php?id=tips:tips_topbar
H A DREADME36 for examples please refer to: http://www.fristercons.de/fcon/doku.php?id=tips:tips_topbar
/plugin/anewssystem/
H A DREADME28 for example please refer to: http://www.fristercons.de/fcon/doku.php?id=news:descr&#examples_usage
H A Ddropdowncontent.js46 if (typeof window["hidetimer_"+subobj.id]!="undefined") //clear timer that hides drop down box?
47 clearTimeout(window["hidetimer_"+subobj.id])
62 …window["glidetimer_"+obj.id]=setTimeout(function(){dropdowncontent.slideengine(obj, direction)}, 1…
71 window["hidetimer_"+subobj.id]=setTimeout(function(){
74 clearTimeout(window["glidetimer_"+subobj.id])
/plugin/dirpictures/
H A Dsyntax.php105 $id = $item['id'].":".$conf['start'];
112 $new_files[$i]['id'] = $id;
/plugin/freechat/phpfreechat/style/
H A Dshow.js1 function getE(id) argument
4 return document.getElementById(id);
6 return document.all[id];
10 function openClose(id,mode) argument
12 element = getE(id);
13 img = getE('img_'+id);
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js859 this.blink(ids[i].id, 'stop');
876 blink: function(id, action) argument
879 if ($(id) == null) return;
882 this.blinktmp[id] = $(id).style.backgroundColor;
884 this.blinktimeout[id] = setTimeout('pfc.blink(\'' + id + '\',\'loop\')', 500);
888 $(id).style.backgroundColor = this.blinktmp[id];
892 if (this.blinkloop[id] == 1)
895 this.blinkloop[id] = 2;
900 this.blinkloop[id] = 1;
902 this.blinktimeout[id] = setTimeout('pfc.blink(\'' + id + '\',\'loop\')', 500);
[all …]
H A Dpfcprompt.js25 this.box.id = 'pfc_promptbox';
39 this.prompt_title.id = 'pfc_promptbox_title';
48 this.prompt_field.id = 'pfc_promptbox_field';
57 cancel.id = 'pfc_promptbox_cancel';
65 submit.id = 'pfc_promptbox_submit';
80 this.bgbox.id = 'pfc_promptbgbox';
H A Dxajax.js166 …t=this.$(id);var cmdFullname;try{if(cmd=="cc"){cmdFullname="confirmCommands";var confirmResult=con…
180 else if(cmd=="rp"){cmdFullname="replace";this.replace(id,property,search,data)
182 else if(cmd=="rm"){cmdFullname="remove";this.remove(id);}
183 else if(cmd=="ce"){cmdFullname="create";this.create(id,data,property);}
184 else if(cmd=="ie"){cmdFullname="insert";this.insert(id,data,property);}
185 else if(cmd=="ia"){cmdFullname="insertAfter";this.insertAfter(id,data,property);}
186 else if(cmd=="ci"){cmdFullname="createInput";this.createInput(id,type,data,property);}
187 else if(cmd=="ii"){cmdFullname="insertInput";this.insertInput(id,type,data,property);}
190 else if(cmd=="ah"){cmdFullname="addHandler";this.addHandler(id,property,data);}
191 else if(cmd=="rh"){cmdFullname="removeHandler";this.removeHandler(id,property,data);}
[all …]
/plugin/freechat/phpfreechat/src/commands/
H A Dnick.class.php56 foreach($u->channels as $id => $chan)
59 $cmdp["recipientid"] = $id;
62 foreach( $u->privmsg as $id => $pv )
65 $cmdp["recipientid"] = $id;
/plugin/freechat/phpfreechat/src/
H A Dpfcresponse.class.php35 function remove($id) argument
37 $this->_commands[] = '$(\''.$id.'\').remove();';
40 function update($id,$data) argument
46 $this->_commands[] = '$(\''.$id.'\').update(\''.$data.'\');';

1...<<111112113114115116117118119120>>...142