Home
last modified time | relevance | path

Searched refs:id (Results 151 – 175 of 3526) sorted by relevance

12345678910>>...142

/plugin/dirtylittlehelper/
H A Dscript.js685 let id = item.id;
688 id = id + ':';
692 id: id,
719 let id = item.id;
721 id = item.ns + id;
723 id = ':' + id
817 id = id + ':';
820 id: id,
845 let id = item.id;
847 id = ":" + id;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DClassroom.php149 'id' => [
159 'id' => [
195 'id' => [
209 'id' => [
297 'id' => [
312 'id' => [
354 'id' => [
369 'id' => [
408 'id' => [
423 'id' => [
[all …]
/plugin/runcommand/
H A Dsyntax.php305 $id = str_replace(" ","_",$name).$currentCommand;
314 $id = str_replace(" ","_",$name).$currentCommand;
325 $id = str_replace(" ","_",$name).$currentCommand;
335 $id = str_replace(" ","_",$name).$currentCommand;
350 $id = str_replace(" ","_",$name).$currentCommand;
369 $id = str_replace(" ","_",$name).$currentCommand;
384 $id = str_replace(" ","_",$name).$currentCommand;
399 $id = str_replace(" ","_",$name).$currentCommand;
410 $id = str_replace(" ","_",$name).$currentCommand;
427 $id = str_replace(" ","_",$name).$currentCommand;
[all …]
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php189 foreach ($source as $id => $pro) {
202 …$details = ($this->cmd == 'details' && $this->provid == $id) ? $this->_html_details($id, true) : '…
205 . ' <legend>'.$id.'</legend>'
206 …<input type="checkbox" class="enable" name="toggle[]" id="dw__p_'.$id.'" value="'.$id.'"'.$checked…
207 …. ' <div class="legend"><label for="dw__p_'.$id.'">'.$pro->getImageXHTML().$pro->getName().'…
208 . ' <div id="fa__det_'.$id.'">'.$details.'</div></div>'
209 . $this->_html_button($id, 'details', false, 6)
210 . $this->_html_button($id, 'moveup', $this->manager->providers->isFirst($id), 6)
211 . $this->_html_button($id, 'movedn', $this->manager->providers->isLast($id), 6)
212 . $this->_html_button($id, $large ? 'usesmall' : 'uselarge', false, 6)
[all …]
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig4 <div id="fl-plugin-findologicxmlexport">
5 <h1 id="fl-headline">{{languageText['menu']}}</h1>
11 <div id="fl-notify-warning" class="notify">
15 <div id="fl-success" class="success">
19 <legend id="fl-legend-all">
23 <div id="div-table" class="table">
26 <tbody id="table-body">
27 <tr id="header-table-row">
28 <th class="header-page-id">
47 <td class="page-id">
[all …]
/plugin/usersubscriptions/
H A Dsyntax.php95 $file = metaFN($id, '.mlist');
97 if(!getNS($id)) {
98 $file = metaFN(getNS($id), '.mlist');
100 $file = metaFN(getNS($id), '/.mlist');
112 list($type, $id) = preg_split('/-/u', $subscribe, 2);
113 if(auth_quickaclcheck($id) >= AUTH_READ) {
115 $file = metaFN($id, '.mlist');
118 $file = metaFN($id, '/.mlist');
146 foreach($elements as $id => $info) {
151 $id = preg_replace('/:$/', '', $id);
[all …]
/plugin/asyncsearch/
H A Dpagelookup.php65 foreach($data as $id => $title){
70 $ns = getNS($id);
72 $name = shorten(noNS($id), ' ('.$ns.')',30);
74 $name = $id;
77 print html_wikilink(':'.$id,$name);
103 foreach($data as $id => $cnt){
105 print html_wikilink(':'.$id,useHeading('navigation')?null:$id,$regex);
112 print '<dd>'.ft_snippet($id,$regex).'</dd>';
/plugin/ajaxedit/
H A Dscript.js128 function ajaxedit_getIdxByIdClass(id,classname) { argument
129 var tag_type = jQuery("#"+id).prop('tagName');
130 id = jQuery("#"+id).attr('id');
134 if($els[ii].id == id) return kk;
139 function ajaxedit_getIdxByIdClassNodeid(id,classname,nodeid) { argument
140 var tag_type = jQuery("#"+id).prop('tagName');
141 id = jQuery("#"+id).attr('id');
145 if($els[ii].id == id) {
/plugin/include/syntax/
H A Dinclude.php92 // when there is no id just assume the global $ID is the current id
129 $id = $page['id'];
132 if (in_array($id, $page_stack)) continue;
133 array_push($page_stack, $id);
137 $renderer->meta['relation']['references'][$id] = $exists;
138 $renderer->meta['relation']['haspart'][$id] = $exists;
139 if (!$sect && !$flags['firstsec'] && !$flags['linkonly'] && !isset($renderer->meta['plugin_include']['secids'][$id])) {
140 $renderer->meta['plugin_include']['secids'][$id]
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js55 resolverLookup[id] = resolver[EditorUi.DIFF_UPDATE][id];
119 added[id] = true;
153 var mov = moved[id];
157 delete moved[id];
200 for (var id in moved)
203 delete moved[id];
210 delete inserted[id];
351 if (id != null)
489 return id;
693 removed.push(id);
[all …]
/plugin/daftdrafts/
H A Daction.php71 $this->_daftdrafts_add_acl($id, $event->data['current']['last_change']['user']);
73 $this->_daftdrafts_del_acl($id);
76 $INFO['perm'] = $this->_auth_quickaclcheck($id);
85 function _daftdrafts_add_acl($id, $user) { argument
88 $daftdrafts->acl_add($id, '@ALL', AUTH_NONE);
89 $daftdrafts->acl_add($id, '@user', AUTH_EDIT);
98 function _daftdrafts_del_acl($id) { argument
101 $daftdrafts->acl_del($id);
165 function _auth_quickaclcheck($id) { argument
167 return auth_quickaclcheck($id);
/plugin/searchresultswithpath/
H A Daction.php39 foreach($event->result as $id => $title){
42 $ns = getNS($id);
45 $ns = p_get_first_heading(getNS($id));
46 if(!$ns) $ns = p_get_first_heading(getNS($id). ':start');
49 $ns = getNS($id);
59 if (!$title) $title = noNs($id);
60 $event->result[$id] = $title . $ns;
/plugin/qc/
H A Dhelper.php17 echo '<div id="plugin__qc__wrapper">';
32 * the page id needs to be passed as parameter
34 * @param string $id the page ID, defaults to global $ID
37 public function shouldShow($id = '')
40 if ($id === '') $id = $ID;
45 $exists = page_exists($id);
49 if (auth_quickaclcheck($id) < AUTH_READ) return false;
51 if (p_get_metadata($id, 'relation qcplugin_disabled')) return false;
36 shouldShow($id = '') global() argument
/plugin/tindexmenu/
H A Dindexmenu-full.js29 this.id = id;
283 lastId = this.aNodes[n].id;
286 if (lastId == node.id) {
310 this.selectedNode = id;
319 var cn = this.aNodes[id];
386 eIcon.src = (status) ? this.aNodes[id].iconOpen : this.aNodes[id].icon;
433 str += this.aNodes[n].id;
443 if (aOpen[n] == id) {
482 if (id == -1 || this.aNodes[id]._ok) {
505 id = rd[ln];
[all …]
/plugin/autotooltip/
H A Drenderer.php37 * @param string $id
44 function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') { argument
46 $fullId = $id;
47 $id = preg_replace('/\#.*$/', '', $id);
49 if (!$this->m_exclude && page_exists($id) && $id != $ID) {
52 $meta = $this->m_helper->read_meta_fast($id);
/plugin/dokutranslate/
H A Dutils.php50 function dataPath($id) { argument
51 return dirname(wikiFN($id)) . '/_' . noNS($id);
84 function isModerator($id) { argument
98 for ($ns = getNS($id); $ns; $ns = getNS($ns)) {
115 function canReview($id, $meta, $parid) { argument
116 …return isModerator($id) && $meta[$parid]['user'] != $_SERVER['REMOTE_USER'] && $meta[$parid]['ip']…
119 function needsReview($id, $meta, $parid) { argument
120 return canReview($id, $meta, $parid) && !isset($meta[$parid]['reviews'][$_SERVER['REMOTE_USER']]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersSettingsSendAsSmimeInfo.php41 * @param string $id The immutable ID for the SmimeInfo.
44 public function delete($userId, $sendAsEmail, $id, $optParams = []) argument
46 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id];
58 * @param string $id The immutable ID for the SmimeInfo.
62 public function get($userId, $sendAsEmail, $id, $optParams = []) argument
64 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id];
111 * @param string $id The immutable ID for the SmimeInfo.
114 public function setDefault($userId, $sendAsEmail, $id, $optParams = []) argument
116 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DComments.php36 * @param string $id
39 public function delete($id, $optParams = []) argument
41 $params = ['id' => $id];
94 * @param string|array $id Flags the comments with the given IDs as spam in the
98 public function markAsSpam($id, $optParams = []) argument
100 $params = ['id' => $id];
108 * @param string|array $id Modifies the moderation status of the comments with
121 public function setModerationStatus($id, $moderationStatus, $optParams = []) argument
123 $params = ['id' => $id, 'moderationStatus' => $moderationStatus];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/Resource/
H A DCoursesCourseWorkMaterials.php70 * @param string $id Identifier of the course work material to delete. This
75 public function delete($courseId, $id, $optParams = []) argument
77 $params = ['courseId' => $courseId, 'id' => $id];
91 * @param string $id Identifier of the course work material.
95 public function get($courseId, $id, $optParams = []) argument
97 $params = ['courseId' => $courseId, 'id' => $id];
155 * @param string $id Identifier of the course work material.
170 public function patch($courseId, $id, CourseWorkMaterial $postBody, $optParams = []) argument
172 $params = ['courseId' => $courseId, 'id' => $id, 'postBody' => $postBody];
H A DCoursesTopics.php62 * @param string $id Identifier of the topic to delete.
66 public function delete($courseId, $id, $optParams = []) argument
68 $params = ['courseId' => $courseId, 'id' => $id];
80 * @param string $id Identifier of the topic.
84 public function get($courseId, $id, $optParams = []) argument
86 $params = ['courseId' => $courseId, 'id' => $id];
125 * @param string $id Identifier of the topic.
138 public function patch($courseId, $id, Topic $postBody, $optParams = []) argument
140 $params = ['courseId' => $courseId, 'id' => $id, 'postBody' => $postBody];
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRepetition.php70 $id = 'bar'
72 ->when($result = new SUT($name, $min, $max, $children, $id))
83 ->isEqualTo($id)
96 $id = 'bar'
98 ->when($result = new SUT($name, $min, $max, $children, $id))
116 $id = 'bar'
118 ->exception(function () use ($name, $min, $max, $children, $id) {
119 new SUT($name, $min, $max, $children, $id);
133 $id = 'bar'
135 ->when($result = new SUT($name, $min, $max, $children, $id))
/plugin/credits/
H A Dscript.js1 function pcredits_mouseover(evt,date, id) { argument
48 if(id) {
49 show_remainder(id)
56 function show_remainder(id) { argument
58 remainder = document.getElementById(id);
63 function hide_remainder(id) { argument
64 remainder = document.getElementById(id);
69 function pcredits_mouseout(id) { argument
72 if(id) {
73 hide_remainder(id);
/plugin/feedmod/
H A Daction.php62 $id = cleanID(str_replace($base_url, '', $match[1]));
64 $id = cleanID($match[1]);
70 … $id = cleanID(str_replace('/',':',str_replace($base_url, '', $url['path'])));
72 $id = cleanID(str_replace('/',':', $url['path']));
79 $id = cleanID(str_replace($base_url, '', $match[1]));
81 $id = cleanID($match[1]);
87 if(p_get_metadata($id, 'type') == 'draft') {
93 $ins = p_cached_instructions(wikiFN($id));
103 if(@file_exists(metaFN($id, '.comments'))) {
114 $footer = str_replace('@PAGE@', $id, $footer);
/plugin/statistics/inc/pchart/
H A DPalette.php96 * @param int $id
99 public function setColor($id, Color $color) { argument
100 $this->colors[$id] = $color;
106 * @param int $id position in the color array
109 public function getColor($id) { argument
110 if(isset($this->colors[$id])) return $this->colors[$id];
113 $this->colors[$id] = Color::random($id);
114 return $this->colors[$id];
[all...]
/plugin/issuetracker/
H A Dtablekit.js39 this.id = table.id;
65 var id = table.id;
73 var id = table.id;
98 cell.id = t.id + "-cell-" + TableKit._getc();
100 var tblid = t ? t.id : cell.id.match(/(.*)-cell.*/)[1];
110 var id = table.id;
111 TableKit.tables[id] = TableKit.tables[id] ?
138 o2 = o2 || (id ? (TableKit.tables[id] ? TableKit.tables[id] : {}) : {});
416 var cache = colcache[table.id] ? colcache[table.id] : (colcache[table.id] = {});
421 if(cell.id && TableKit.Sortable.types[cell.id]) {
[all …]

12345678910>>...142