Home
last modified time | relevance | path

Searched refs:id (Results 3026 – 3050 of 3526) sorted by last modified time

1...<<121122123124125126127128129130>>...142

/plugin/log404/
H A Dplugin.info.txt3 email sam@samwilson.id.au
H A Dadmin.php32 foreach ($log->getRecords() as $id => $detail) {
33 ptln($this->getHtml($id, $detail));
38 protected function getHtml($id, $data) { argument
40 $delUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'delete'=>$id));
41 $ignoreUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'ignore'=>$id));
42 $title = '<strong class="title">'.$data['count'].' <code>'.$id.'</code></strong> '
43 . ' <a href="'.wl($id).'">'.$this->getLang('go-to-page').'</a>'
/plugin/zotero/
H A DTextZoteroRepository.php77 foreach ($newEntries as $id => $newEntry)
79 $this->entries[$id] = $newEntry;
/plugin/sugar/
H A Dsyntax.php44 list($command,$id) = explode(':', $match_clean);
51 $url.="&module=Opportunities&record=".$id;
52 $comment="SugarCRM Opportunity # ".$id;
55 $url.="&module=Accounts&record=".$id;
56 $comment="SugarCRM Account #".$id;
60 $url.="&module=Contacts&record=".$id;
61 $comment="SugarCRM Contact #".$id;
/plugin/sfauth/
H A DREADME.wiki28 * Access your basic information (id, profile, email, address, phone)
H A Daction.php60 $id = $_SESSION['sfauth_id'];
62 send_redirect(wl($id, '', true, '&'));
H A Dhelper.php298 $id = preg_replace('/^.*\//', '', $this->authdata['id']);
300 $resp = $this->apicall('GET', '/sobjects/User/' . rawurlencode($id));
/plugin/latexit/tests/my/
H A Dtest6.latex8 \href{http://localhost/_bp/doku.php?id=projects:industry:profinit:dokument_tacr_jazyk}{Struktura do…
10 \href{http://localhost/_bp/doku.php?id=projects:open_case}{OpenCASE}
12 \href{http://localhost/_bp/doku.php?id=test:test4}{test4}
14 \href{http://localhost/_bp/doku.php?id=test:test2}{AAA}
H A Dtest7.latex43 \href{http://localhost/_bp/doku.php?id=test:test7-vnoreny}{Odkaz}
/plugin/latexit/tests/
H A Dscript4 URL=http://localhost/_bp/doku.php?id=test:test
/plugin/latexit/classes/
H A DBibHandler.php19 protected $id; variable in BibHandler
70 $this->id = trim($match[2]);
95 $id = $match[1];
101 $this->id
103 $id
/plugin/lastmod/
H A Dsyntax.php61 $id = $matches[1];
64 $ID = $id;
/plugin/header3/
H A Drenderer.php61 list($id, $start, $type, $title) = array_pop($this->sectionedits);
65 $this->doc .= "<!-- EDIT$id " . strtoupper($type) . ' ';
87 $id = 0;
89 $id++; // the number of the current footnote
96 … $this->doc .= '<sup><a href="#fnt__'.$id.'" id="fn__'.$id.'" name="fn__'.$id.'" class="fn_bot">';
97 $this->doc .= $id.')</a></sup> '.DOKU_LF;
100 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/feedaggregator/
H A DREADME.md19 Copyright (C) Sam Wilson <sam@samwilson.id.au>
H A Dplugin.info.txt3 email sam@samwilson.id.au
/plugin/odp/
H A Drenderer.php506 function toc_additem($id, $text, $level) { argument
1084 function reference($id, $name = NULL) { argument
1098 function internallink($id, $name = NULL) { argument
1102 $default = $this->_simpleTitle($id);
1104 resolve_pageid(getNS($ID),$id,$exists);
1108 list($id,$hash) = explode('#',$id,2);
1109 $url = wl($id,'',true);
1112 if ($ID == $id) {
1204 function _getLinkTitle($title, $default, & $isImage, $id=null) { argument
1209 if ($conf['useheading'] && $id) {
[all …]
/plugin/mellelexport/
H A Drenderer.php565 …function toc_additem($id, $text, $level) {call_user_func_array(array($this, '__call'), array(__FUN… argument
/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js91 … jQuery('#projectcollection').append( jQuery('<option>', { value: pc.id, text: pc.title }));
133 var sel, pc, id, title, syntax;
147 id = parseInt(jQuery('#workitemid').val());
150 syntax = '[[wi>'+ pc + '#' + (id ? id : '-1');
/plugin/subjectindex/syntax/
H A Dindex.php328 * @param string $id
337 $id = (strpos($id, ':') === false) ? ':' . $id : $id; // : needed for root pages
349 $link = html_wikilink($id, $name);
359 private function _proper($id) { argument
360 $id = str_replace(':', ': ', $id);
361 $id = str_replace('_', ' ', $id);
362 $id = ucwords($id);
363 $id = str_replace(': ', ':', $id);
364 return $id;
372 * @param string $id page id
[all …]
/plugin/subjectindex/inc/
H A Dcommon.php350 static function is_valid_page($id) { argument
351 $id = trim($id);
352 return (page_exists($id) && isVisiblePage($id) && ! (auth_quickaclcheck($id) < AUTH_READ));
/plugin/oiddelegate/
H A Dadmin.php117 echo '<table class="inline" id="openid__delegates">';
/plugin/pagestat/
H A Dremote.php45 function rawPage($id,$rev=''){ argument
46 $id = $this->resolvePageId($id);
47 if(auth_quickaclcheck($id) < AUTH_READ){
50 $text = rawWiki($id,$rev);
57 private function resolvePageId($id) argument
59 $id = cleanID($id);
60 if (empty($id)) {
62 $id = cleanID($conf['start']);
64 return $id;
H A Dscript.js367 … request_arr.push({jsonrpc:"2.0",method:"ps.get_wordlist",params:[sel_arr.global],id: "global"});
372 request_arr.push({jsonrpc:"2.0",method:"ps.get_wordlist",params:[sel_arr.user],id: "user"});
379 switch (re_arr[i].id){
/plugin/components/
H A Dscript.js10 id: JSINFO["id"],
/plugin/components/syntax/
H A Dslice.php58 $id = $data['id'];
64 $form->addHidden('id', $id);

1...<<121122123124125126127128129130>>...142