Home
last modified time | relevance | path

Searched refs:id (Results 101 – 125 of 3398) sorted by relevance

12345678910>>...136

/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/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js155 saveState: function (id, type) { return monitor.store(id, type, true); } argument
167 if (task.id === oldId) {
168 task.id = newId;
386 this._nestedTasks[id] = tasks;
387 this._nestedLinks[id] = links;
395 return this._initialTasks[id];
398 return this._initialTasks[id];
408 this._initialLinks[id] = gantt.copy(gantt.getLink(id));
410 return this._initialLinks[id];
491 nested.push(task.id);
[all …]
/plugin/datepicker/_test/
H A Dsyntax.test.php20 $INFO['id'] = $id;
21 saveWikiText($id,
27 $xhtml = p_wiki_xhtml($id);
41 $xhtml = p_wiki_xhtml($id);
54 $INFO['id'] = $id;
55 saveWikiText($id,
61 $xhtml = p_wiki_xhtml($id);
87 $INFO['id'] = $id;
88 saveWikiText($id,
108 $INFO['id'] = $id;
[all …]
/plugin/spatialhelper/helper/
H A Dsitemap.php72 * @param string $mediaID id
93 $RSSstart .= '<id>' . $idTag . date("Y-m-d") . ':' . parse_url(ml($mediaID), PHP_URL_PATH)
94 . '</id>' . DOKU_LF;
106 // get list of id's
107 foreach ($idxEntry as $id) {
109 if (strpos($id, 'media__') !== 0) {
110 if ($this->skipPage($id, $namespace)) {
114 $meta = p_get_metadata($id);
127 $entry .= ' <link href="' . wl($id) . '" rel="alternate" type="text/html" />' . DOKU_LF;
134 $entry .= ' <id>'
151 skipPage(string $id, string $namespace) global() argument
[all...]
/plugin/toctweak/syntax/
H A Dmetatoc.php52 list($topLv, $maxLv, $tocClass, $tocTitle, $id) = $tocTweak->parse($param);
54 $hash = strstr($id, '#');
55 if ($id == $hash) { $id = $ID.$hash; }
68 $data = array($id, $topLv, $maxLv, $tocClass, $tocTitle);
78 list($id, $topLv, $maxLv, $tocClass, $tocTitle) = $data;
79 list($id, $hash) = explode('#', $id);
84 if ($id != $INFO['id']) { // current page
97 $toc = $tocTweak->get_metatoc($id, $topLv, $maxLv, $section);
101 'page' => $id,
102 'url' => wl($id.'#'.$section),
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersLabels.php54 * @param string $id The ID of the label to delete.
57 public function delete($userId, $id, $optParams = []) argument
59 $params = ['userId' => $userId, 'id' => $id];
68 * @param string $id The ID of the label to retrieve.
72 public function get($userId, $id, $optParams = []) argument
74 $params = ['userId' => $userId, 'id' => $id];
97 * @param string $id The ID of the label to update.
102 public function patch($userId, $id, Label $postBody, $optParams = []) argument
104 $params = ['userId' => $userId, 'id' => $id, 'postBody' => $postBody];
113 * @param string $id The ID of the label to update.
[all …]
/plugin/swiftmail/Swift/Message/
H A DMime.php395 if (empty($id))
399 $id = uniqid();
402 $id = (string) $id;
406 return $id;
413 public function hasChild($id) argument
423 public function getChild($id) argument
425 if ($this->hasChild($id))
427 return $this->children[$id];
440 public function removeChild($id) argument
442 $id = (string) $id;
[all …]
/plugin/gtime/gtlib/asn1/x509/
H A DX509Extension.php41 private $id; variable in X509Extension
70 $id = $object->getObjectAt(0);
72 if (!$id instanceof ASN1ObjectId) {
76 $this->id = $id->getValue();
123 $sequence->add(new ASN1ObjectId($this->id));
140 return $this->id;
146 * @param string $id oid
149 public function setId($id) { argument
150 $this->id = $id;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1371 close(id: string|number): void;
1456 deleteLink(id: string|number): void;
1468 deleteTask(id: string|number): void;
1484 detachEvent(id: string): void;
1690 getLink(id: string|number): any;
1816 getTask(id: string|number): any;
1936 hasChild(id: string|number): boolean;
2105 open(id: string|number): void;
2277 showTask(id: string|number): void;
2327 updateLink(id: string): void;
[all …]
/plugin/google_adsense2/
H A Dcode.php67 function gads_code($id, $styles=NULL) argument
73 $code = gads_showADS($id, $styles_array);
136 function gads_showADS($id, $style=NULL) argument
141 $id = 'googleads:' . $id;
160 $obj .= gads_boxopen($style, $id);
161 $obj .= gads_boxcontent(gads_getADS($id));
163 $obj .= "\n" . '<!-- google_ads \'' . $id . '\' end -->' . "\n";
169 $obj .= gads_boxcontent(gads_getADS($id));
177 function gads_getADS($id) argument
184 $perm = auth_quickaclcheck($id);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php492 public $id; variable in Google_Attachment
507 $this->id = $id;
556 public $id; variable in Google_Contact
585 $this->id = $id;
659 public $id; variable in Google_Location
683 $this->id = $id;
736 public $id; variable in Google_MenuItem
749 $this->id = $id;
867 public $id; variable in Google_Subscription
889 $this->id = $id;
[all …]
/plugin/randominc/
H A Dsyntax.php65 $page = $data[array_rand($data, 1)][id];
96 $id = $this->_applyMacro($raw_id);
97 resolve_pageid(getNS($ID), $id, $exists); // resolve shortcuts
98 $ns=getNS($id.':dummy');
167 $id = $page['id'];
170 if (in_array($id, $page_stack)) continue;
171 array_push($page_stack, $id);
178 …enderer->meta['plugin_include']['secids'][$id] = array('hid' => 'plugin_include__'.str_replace(':'…
182 if (isset($secids[$id]) && $pos === $secids[$id]['pos']) {
183 $flags['include_secid'] = $secids[$id]['hid'];
[all …]
/plugin/labeled/
H A Dhelper.php89 public function setLabels($labels, $id) { argument
94 $this->deleteLabels($id);
114 * @param string $id wiki page id
126 * @param string $id the wikipage
129 private function deleteLabels($id) { argument
141 * @param string $id wiki page
144 public function addLabel($label, $id) { argument
145 $labels = $this->getLabels($id);
149 $this->setLabels($labels, $id);
170 * @param string $id from wiki page id
[all …]
/plugin/davcal/
H A Dhelper.php57 if ($id === null) $id = $ID;
76 if(is_null($id))
79 $id = $ID;
160 if(is_null($id))
163 $id = $ID;
234 if(is_null($id))
237 $id = $ID;
293 $id = $ID;
330 $id = $ID;
530 $id = $ID;
[all …]
/plugin/datepicker/
H A Dsyntax.php105 $id = $opt["id"];
110 …>doc .="<a class='".$mode."picker' style='cursor:pointer;' id='".$mode."picker__button__".$id."'>";
111 …$renderer->doc .="<img src='$image' alt='Kalender' onload='".$mode."pickerInit(".$id.",\"".$empty…
112 …an class='".$mode."picker' id='".$mode."picker__show__".$id."' data-plugin-datepicker-idx='".$id."…
117 …an class='".$mode."picker' id='".$mode."picker__show__".$id."' data-plugin-datepicker-idx='".$id."…
119 … style='cursor:pointer;' id='".$mode."picker__button__".$id."' onload='".$mode."pickerInit(".$id."…
122 …an class='".$mode."picker' id='".$mode."picker__show__".$id."' data-plugin-datepicker-idx='".$id."…
124 … style='cursor:pointer;' id='".$mode."picker__button__".$id."' onload='".$mode."pickerInit(".$id."…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/Resource/
H A DWebResource.php38 * @param string $id The id of a verified site or domain.
41 public function delete($id, $optParams = []) argument
43 $params = ['id' => $id];
50 * @param string $id The id of a verified site or domain.
54 public function get($id, $optParams = []) argument
56 $params = ['id' => $id];
106 * @param string $id The id of a verified site or domain.
111 public function patch($id, SiteVerificationWebResourceResource $postBody, $optParams = []) argument
113 $params = ['id' => $id, 'postBody' => $postBody];
120 * @param string $id The id of a verified site or domain.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/Resource/
H A DCoursesAnnouncements.php70 * @param string $id Identifier of the announcement to delete. This identifier
75 public function delete($courseId, $id, $optParams = []) argument
77 $params = ['courseId' => $courseId, 'id' => $id];
90 * @param string $id Identifier of the announcement.
94 public function get($courseId, $id, $optParams = []) argument
96 $params = ['courseId' => $courseId, 'id' => $id];
147 * @param string $id Identifier of the announcement.
154 $params = ['courseId' => $courseId, 'id' => $id, 'postBody' => $postBody];
168 * @param string $id Identifier of the announcement.
182 public function patch($courseId, $id, Announcement $postBody, $optParams = []) argument
[all …]
H A DCoursesCourseWork.php73 * @param string $id Identifier of the course work to delete. This identifier is
78 public function delete($courseId, $id, $optParams = []) argument
80 $params = ['courseId' => $courseId, 'id' => $id];
93 * @param string $id Identifier of the course work.
97 public function get($courseId, $id, $optParams = []) argument
99 $params = ['courseId' => $courseId, 'id' => $id];
150 * @param string $id Identifier of the coursework.
157 $params = ['courseId' => $courseId, 'id' => $id, 'postBody' => $postBody];
178 * @param string $id Identifier of the course work.
193 public function patch($courseId, $id, CourseWork $postBody, $optParams = []) argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTree.php38 var $id = 0; variable in Tree
56 function addNode($id, $node) { argument
58 if($id == -1)
61 if(isset($this->nodes[$id]))
64 $this->nodes[$id] = $node;
83 function removeNode($id) { argument
85 if(isset($this->nodes[$id])) {
86 unset($this->nodes[$id]);
/plugin/bez/tpl/
H A Dtask_comment_box.php2 <a id="zk<?php echo $tpl->get('task_comment')->id ?>"></a>
20 <a href="#zk<?php echo $tpl->get('task_comment')->id ?>">#zk<?php echo $tpl->get('task_comment')->id ?></a>
30 <?php if ($tpl->param('zkid') != $tpl->get('task_comment')->id): ?>
34 $tpl->get('task_comment')->acl_of('id') >= BEZ_PERMISSION_CHANGE): ?>
37 href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id, 'action', 'comment_edit', 'zkid', $tpl->get('task_comment')->id) ?>#zk_">
40 <?php if ($tpl->get('task_comment')->acl_of('id') >= BEZ_PERMISSION_DELETE): ?>
42 data-kid="<?php echo $tpl->get('task_comment')->id
[all...]
/plugin/aichat/
H A DChunk.php14 * @param int $id
22 protected $id,
35 $string = $this->page . '#' . $this->id;
47 return $this->id;
51 * @param int $id
53 public function setId($id): void
55 $this->id = $id;
184 $data['id'],
197 'id'
10 protected $id; global() variable in dokuwiki\\plugin\\aichat\\Chunk
27 __construct($page, $id, $text, $embedding, $created = '', $score = 0) global() argument
48 setId($id) global() argument
[all...]
/plugin/openlayersmap/helper/
H A Dstaticmap.php118 // return the media id url
129 * @param string $id the DW media id
132 private function mediaIdToPath(string $id): string
135 if (empty($id)) {
138 $id = str_replace(["[[", "]]"], "", $id);
139 if ((strpos($id, ':') === 0)) {
140 $id = substr($id,
137 mediaIdToPath(string $id) global() argument
[all...]
/plugin/freechat/phpfreechat/src/commands/
H A Dleave.class.php40 $id = '';
44 $id = $recipientid;
58 $id = md5($pvrecipient);
62 $id = $recipientid;
72 if ( isset($u->channels[$id]) )
75 $leave_id = $id;
76 unset($u->channels[$id]);
82 if ( isset($u->privmsg[$id]) )
84 $leave_recip = $u->privmsg[$id]["recipient"];
85 $leave_id = $id;
[all …]
/plugin/dokusioc/lib/
H A Dsioc_inc.php68 $id = 'id', argument
78 $this->url4id = $id;
117 if ($id) {
330 private $id; variable in SIOCUser
343 $id, argument
354 $this->id = $id;
428 private $id; variable in SIOCThread
446 $this->id = $id;
578 private $id; variable in SIOCForum
595 $id, argument
[all …]
/plugin/accscounter/
H A Dhelper.php20 * @param string $id page id
24 function counterFN($id,$ext){ argument
26 $id = cleanID($id);
27 $id = str_replace(':','/',$id);
28 $fn = $conf['metadir'].'/_accscounter/'.utf8_encodeFN($id).$ext;

12345678910>>...136