Home
last modified time | relevance | path

Searched refs:id (Results 1151 – 1175 of 3526) sorted by relevance

1...<<41424344454647484950>>...142

/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js96 JsHttpRequest.PENDING[_11.id]=this;
214 JsHttpRequest.PENDING[_28.id]=false;
254 var id=null;
257 delete JsHttpRequest.TIMEOUTS[id];
260 JsHttpRequest.TIMEOUTS[id]=_31;
263 return id;
267 delete JsHttpRequest.TIMEOUTS[id];
268 var r=window.JsHttpRequest_tmp(id);
290 var th=this.PENDING[d.id];
291 delete this.PENDING[d.id];
[all …]
/plugin/yearbox/
H A Dsyntax.php275 … $id = $pagenameService->getPageId($opt['ns'], $year_num, $month_fmt, $day_fmt, $opt['name']);
281 $link = $this->getDayLinkHTML($id, $day_fmt, $conf[ 'userewrite' ]);
404 private function wikilinkPreviewPopup($id, $name) argument
407 $link = html_wikilink($id, $name);
408 $meta = p_get_metadata($id, false, true);
416 * @param string $id
422 private function getDayLinkHTML(string $id, string $day_fmt, $userewrite) argument
424 if (page_exists($id)) {
425 return $this->wikilinkPreviewPopup($id, $day_fmt);
428 $link = html_wikilink($id, $day_fmt);
/plugin/permissioninfo/
H A Dadmin.php98 $id = cleanID($this->getLang('menu'));
99 ptln('<h1><a name="'.$id.'" id="'.$id.'">'.$this->getLang('menu')."</a></h1>");
150 $id = cleanID($head);
151 ptln('<h1><a name="'.$id.'" id="'.$id.'">'.$head."</a></h1>");
170 * @param string $id ID for the div that surrounds the table
397 list($id,$rest) = preg_split('/[ \t]+/',$line,2);
403 $nid = str_replace('%GROUP%',cleanID($grp),$id);
408 $out[] = "$id\t$rest";
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dsecurity.svg1id="A" x1="68.816" y1="101.562" x2="139.486" y2="101.562" xlink:href="#J"><stop offset="0" stop-co…
H A Duser.svg1id="A" x1="100.994" y1="235.962" x2="100.899" y2="100.189" xlink:href="#F"><stop offset="0" stop-c…
H A Dwriter.svg1id="A" x1="303.898" y1="179.373" x2="296.6" y2="172.551" xlink:href="#G"><stop offset="0" stop-col…
/plugin/todo/syntax/
H A Dtodo.php255 * @param string $id of page
259 protected function createTodoItem($renderer, $id, $data) {
263 $ID = $id;
336 $return .= $renderer->internallink($id, $todotitle, null, true);
388 $id = $this->_composePageid($pagename);
390 return $renderer->internallink($id, $name, null, true);
397 * @return string page id
410 $id = $actionNamespace . $pagename;
411 return $id;
438 * @param string $page id o
239 createTodoItem($renderer, $id, $data) global() argument
[all...]
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php70 $id = "fa_" . "openid" /*$pro->getType()*/;
71 $hfile = FEDAUTH_PLUGIN . "classes/svc/$id.svc.class.php";
73 $class = $id . "_svc";
152 foreach ($source as $id => $pro) {
158 $class .= $this->provid == $id ? ' selected' : '';
169 … $out .= '<a href="'.wl($ID, array('do'=> $act, 'sectok' => $sectok)).'&fa['.$cmd.']['.$id.']">'
/plugin/bez/tpl/
H A D8d.php15 <span id="bez_8d_send_button">[<a href="
17 $tpl->getLang('8d_report').': #'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
18 $tpl->url('8d', 'id', $tpl->get('thread')->id) . '?t=' . $_GET['t']) ?>">
27 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
28 #<?php echo $tpl->get('thread')->id ?>
89 return $a->id > $b->id;
/plugin/dontfeedtemplates/
H A Daction.php69 $id = $event->data['ditem']['id'];
70 $pagename = $id;
71 $pos = strrpos((string)$id,':');
73 $pagename = substr((string)$id,$pos+1);
/plugin/forcessllogin/
H A Daction.php56 $form = new Doku_Form(array('id'=>'forcessllogin1',
59 $form->addHidden( 'id', $ID );
79 array('accesskey'=>'h','title'=>$this->getLang('submittitle'), 'id'=>'focus__this' )));
82 $form = new Doku_Form(array('id'=>'forcessllogin2', 'method' => 'get'));
/plugin/bez/
H A Dcli.php26 echo "Thread #" . $thread->id . " purged\n";
33 echo "Thread comment #k" . $thread_comment->id . " purged\n";
41 echo "Task #z" . $task->id . " purged\n";
49 echo "Task comment #zk" . $task_comment->id . " purged\n";
/plugin/diagrams/script/
H A DDiagramsForm.js7 id: '',
57 if (attributes.type === 'embed' || attributes.id) {
60 editButton.id = 'diagrams__btn-edit';
69 const diagramsEditor = new DiagramsEditor(this.onSavedMediaFile.bind(this, attributes.id));
70 diagramsEditor.editMediaFile(attributes.id);
122 name: 'id'
157 this.#attributes.url = `${DOKU_BASE}lib/exe/fetch.php?media=${this.#attributes.id}`;
208 this.#attributes.id = mediaid;
/plugin/eventline/
H A DgetData.php9 $id = cleanID($_GET['id']); variable
12 if (auth_quickaclcheck($id) < AUTH_READ) {
17 $path = preg_replace('/.txt$/i', '.xml', wikiFN($id));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/Protection/
H A DUniqidGenerator.php24 $id = '';
27 $id .= $chars[random_int(0, 15)];
30 return md5($id);
/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/refnotes/
H A Dscope.php60 private $id; variable in refnotes_scope
69 public function __construct($namespace, $id, $start = -1, $end = -1000) { argument
71 $this->id = $id;
82 return $this->namespace->getName() . $this->id;
167 * Finds a note given it's name or id
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSite.php40 public $id; variable in Google\\Service\\Dfareporting\\Site
125 public function setId($id) argument
127 $this->id = $id;
134 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAutoscaler.php36 public $id; variable in Google\\Service\\Compute\\Autoscaler
119 public function setId($id) argument
121 $this->id = $id;
128 return $this->id;
H A DSslCertificate.php42 public $id; variable in Google\\Service\\Compute\\SslCertificate
135 public function setId($id) argument
137 $this->id = $id;
144 return $this->id;
H A DTargetHttpsProxy.php42 public $id; variable in Google\\Service\\Compute\\TargetHttpsProxy
143 public function setId($id) argument
145 $this->id = $id;
152 return $this->id;
H A DPacketMirroring.php41 public $id; variable in Google\\Service\\Compute\\PacketMirroring
140 public function setId($id) argument
142 $this->id = $id;
149 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildStep.php42 public $id; variable in Google\\Service\\CloudBuild\\BuildStep
133 public function setId($id) argument
135 $this->id = $id;
142 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomMetric.php41 public $id; variable in Google\\Service\\Analytics\\CustomMetric
130 public function setId($id) argument
132 $this->id = $id;
139 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTask.php46 public $id; variable in Google\\Service\\Tasks\\Task
155 public function setId($id) argument
157 $this->id = $id;
164 return $this->id;

1...<<41424344454647484950>>...142