Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 2374) sorted by relevance

12345678910>>...95

/plugin/btable/
H A Dexport.php101 $id = utf8_strtolower($id);
104 $id = strtr($id,';',':');
106 $id = strtr($id,'/',':');
108 $id = strtr($id,'/',$sepchar);
115 $id = utf8_stripspecials($id,$sepchar,'\*');
117 if($ascii) $id = utf8_strip($id);
121 $id = preg_replace('#:+#',':',$id);
122 $id = trim($id,':._-');
123 $id = preg_replace('#:[:\._\-]+#',':',$id);
142 $id = cleanID($id);
[all …]
/plugin/btable2/
H A Dexport.php101 $id = utf8_strtolower($id);
104 $id = strtr($id,';',':');
106 $id = strtr($id,'/',':');
108 $id = strtr($id,'/',$sepchar);
115 $id = utf8_stripspecials($id,$sepchar,'\*');
117 if($ascii) $id = utf8_strip($id);
121 $id = preg_replace('#:+#',':',$id);
122 $id = trim($id,':._-');
123 $id = preg_replace('#:[:\._\-]+#',':',$id);
142 $id = cleanID($id);
[all …]
/plugin/fedauth/classes/
H A Dfa_providerlist.class.php95 if (!in_array($id, $this->order_large) && !in_array($id, $this->order_small)) {
118 return $this->providers[$id];
154 public function get($id) { argument
155 return $this->providers[$id];
214 public function isFirst($id) { argument
218 return $first == $id;
228 public function isLast($id) { argument
232 return $last == $id;
240 public function moveDown($id) { argument
261 public function moveUp($id) { argument
[all …]
/plugin/pagetitle/
H A Dhelper.php57 $id = $id.':';
62 $traces[$i] = $id;
81 * @param string $id page id
102 if (is_null($id)) $id = $ID;
115 $short_title = p_get_metadata($id, 'shorttitle') ?: noNS($id);
135 if (noNS($id) == $conf['start']) $id = ltrim(getNS($id).':', ':');
136 idfilter($id);
144 $xlink .= $id;
149 $xlink .= ($id) ? '?id='.$id : '';
178 if (is_null($id)) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.image.encoder.simple.inc.php25 return $id;
34 return $id;
63 …$psdata->write("/row-{$id}-{$row} { /image-{$id}-data { row-{$id}-{$row_next} } def ({$ps_image_da…
72 …$psdata->write("/row-{$id}-{$row} { /image-{$id}-data { row-{$id}-1 } def ({$ps_image_data}) } de…
75 $psdata->write("/image-{$id}-data { row-{$id}-1 } def\n");
82 return $id;
159 $psdata->write("/image-{$id}-data { row-{$id}-1 } def\n");
160 $psdata->write("/mask-{$id}-data { mrow-{$id}-1 } def\n");
167 return $id;
215 $psdata->write("/image-{$id}-data { row-{$id}-1 } def\n");
[all …]
/plugin/publish/
H A Dhelper.php21 * @param string $id
31 $id = trim($id, ':');
32 $id = explode(':', $id);
133 if ($id === null) $id = $ID;
192 $id = $ID;
214 return $this->isRevisionApproved($this->getRevision($id), $id);
294 if ($id == null) {
296 $id = $ID;
315 $id = $ID;
340 $id = $ID;
[all …]
/plugin/dokukiwix/
H A Dcommon.php13 function dokukiwix_ml($id='',$more='',$direct=true,$sep='&'){ argument
24 if(preg_match('#^(https?|ftp)://#i',$id)){
25 io_download($id, $offlineVersionPath.'images/_extern/'.$_POST['page'].'-'.basename($id));
30 if(!preg_match('#\/?tag_#i',$id)) {
31 $id = str_replace(":", "/", $id);
33 copy(DOKU_INC.'data/media/'.$id,$offlineVersionPath.'images/'.$id);
34 $xlink .= 'images/'.$id;
53 …if(!(preg_match('#^\.#i',$id) || (!preg_match('#^\.#i',$id) && !preg_match('#:#i',$id))) ){ // Lin…
59 $id = str_replace(":", "/", $id);
60 $id = preg_replace("#^\.(.*)#i", "\\1", $id);
[all …]
/plugin/jsonrpc/
H A Djsonrpc.php125 $id = cleanID($id);
129 $file = mediaFN($id);
139 $id = cleanID($id);
303 $id = cleanID($id);
308 if(empty($id))
318 if(checklock($id))
332 lock($id);
336 unlock($id);
387 $id = cleanID($id);
596 if(empty($id))
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_multiselect.js154 if (id)
155 store.select(id+"");
167 …if (id && gantt.callEvent("onBeforeTaskMultiSelect", [id, true, e]) && gantt.callEvent("onBeforeTa…
181 this.select(id, e);
185 if (id && gantt.callEvent("onBeforeTaskMultiSelect", [id, false, e])) {
195 return !!(gantt.isTaskExists(id) && this._selected[id]);
322 if (!id)
325 var res = id;
341 id = id || multiselect.getLastSelected();
342 if(id && isActive) {
[all …]
/plugin/freesync/
H A Dhelper.php286 $id = cleanID($id);
287 if(empty($id))
305 if(checklock($id))
322 lock($id);
326 unlock($id);
398 $id = cleanID($id);
415 if(!isset($id)) {
439 $id = cleanID($id);
468 $data[2] = $id;
519 $id = cleanID($id);
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php93 * @param string $id Variable name
97 public function find($id) argument
127 public function findDot($id) argument
129 $chunks = explode('.', $id);
159 public function findAnchoredDot($id) argument
161 $chunks = explode('.', $id);
183 * @param string $id
187 public function findInBlock($id) argument
191 return $context[$id];
203 * @param string $id Variable name
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php207 $id = utf8_strtolower($id);
210 $id = strtr($id,';',':');
212 $id = strtr($id,'/',':');
214 $id = strtr($id,'/',$sepchar);
221 $id = utf8_stripspecials($id,$sepchar,'\*');
223 if($ascii) $id = utf8_strip($id);
226 $id = preg_replace($sepcharpat,$sepchar,$id);
227 $id = preg_replace('#:+#',':',$id);
228 $id = ($media ? trim($id,':.-') : trim($id,':._-'));
229 $id = preg_replace('#:[:\._\-]+#',':',$id);
[all …]
/plugin/inlineeditor/
H A Dscript.js13 this.id = null;
49 document.getElementById("quickedit_textbox"+pl_si.id+pl_si.page).id = 'wiki__text';
60 function quickedit_save(id, range, page) argument
64 pl_si.id=id;
85 document.getElementById("old").value = id;
88 pl_si.id = id;
100 document.getElementById("old").value = id;
104 pl_si.id=id;
112 function quickedit_cancel(id, range, page) argument
117 document.getElementById("wiki__text").id ='quickedit_textbox'+id+page;
[all …]
/plugin/move/helper/
H A Drewrite.php45 public function getMoveMeta($id) { argument
79 public function unsetMoveMeta($id) { argument
86 * @param string $id affected page
99 * @param string $id affected page
112 $meta = $this->getMoveMeta($id);
128 $meta = $this->getMoveMeta($id);
133 $meta['origin'] = $id;
211 $meta = $this->getMoveMeta($id);
217 if($origin == '') $origin = $id;
220 'id' => $id,
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php238 $id = utf8_strtolower($id);
241 $id = strtr($id,';',':');
243 $id = strtr($id,'/',':');
245 $id = strtr($id,'/',$sepchar);
252 $id = utf8_stripspecials($id,$sepchar,'\*');
254 if($ascii) $id = utf8_strip($id);
257 $id = preg_replace($sepcharpat,$sepchar,$id);
258 $id = preg_replace('#:+#',':',$id);
259 $id = ($media ? trim($id,':.-') : trim($id,':._-'));
260 $id = preg_replace('#:[:\._\-]+#',':',$id);
[all …]
/plugin/multiselect/
H A Dscript.js13 function multiselectclick(id) { argument
15 var id = multiselect_escapeStr(id);
17 var $myself = jQuery('#multiselect_'+id);
20 …$myself.offset({top:jQuery('#multismiley_'+id).offset().top-7,left:jQuery('#multismiley_'+id).offs…
25 function multiclickclick(pageid,id,count) { argument
27 multiselectclick(id);
29 var id = multiselect_escapeStr(id);
32 var mysmiley=jQuery('#multismiley_'+id)[0];
60 … count:ajaxedit_getIdxByIdClassNodeid('multiclick_'+id+'_'+count,'multiclicker','multiselect_'+id),
66 jQuery(jQuery('#multiselect_'+id).children(':first')).insertBefore('#multiclick_'+id+"_"+count);
[all …]
/plugin/fastwiki/
H A Dpagecache.js22 this.add = function(id, data, p1) { argument
24 _addPage(id, m_p1Queue, m_p1Ids, 1, m_maxP1Size);
25 _addPage(id, m_queue, m_pages, data, m_maxSize, m_p1Queue);
27 this.remove = function(id) { argument
28 if (id in m_pages) {
29 m_queue.splice(m_queue.indexOf(id), 1);
30 delete m_pages[id];
32 var p1Idx = m_p1Queue.indexOf(id);
35 delete m_p1Ids[id];
39 this.get = function(id) { argument
48 has(id) global() argument
122 _pushToFront(id, queue) global() argument
129 _addPage(id, queue, hash, data, maxSize, exclude) global() argument
[all...]
/plugin/bez/db/
H A Dupdate0001.sql2 id INTEGER NOT NULL PRIMARY KEY, field
33 thread_id INTEGER NOT NULL REFERENCES thread (id),
50 id INTEGER NOT NULL PRIMARY KEY, field
52 thread_id INTEGER NOT NULL REFERENCES thread (id),
71 JOIN thread ON thread_comment.thread_id = thread.id;
77 id INTEGER NOT NULL PRIMARY KEY, field
101 WHERE id = new.label_id;
110 WHERE id = old.label_id;
119 WHERE id = old.label_id;
123 WHERE id
127 id INTEGER NOT NULL PRIMARY KEY, global() field
137 id INTEGER NOT NULL PRIMARY KEY, global() field
335 id INTEGER NOT NULL PRIMARY KEY, global() field
[all...]
/plugin/quickedit/
H A Dscript.js14 this.id = null;
34 document.getElementById("load"+pl_si.id).style.display = 'none';
58 function quickedit_save(id, range, page) argument
62 pl_si.id=id;
64 minor=document.getElementById("minoredit"+id).value;
65 text=document.getElementById("quickedit_textbox"+id).value;
66 sub=document.getElementById("editsummary"+id).value;
93 function plugin_quickedit_go(id,range,page, adm){ argument
95 document.getElementById("old").value = id;
99 pl_si.id=id;
[all …]
/plugin/meta/_test/
H A Drendering.test.php34 $id = 'description_test';
35 saveWikiText($id, $text, 'Created');
43 saveWikiText($id, $text, 'Added meta');
48 saveWikiText($id, $text, 'Updated meta');
50 … self::assertEquals('bar', p_get_metadata($id, 'description foobar', METADATA_RENDER_UNLIMITED));
55 $id = "source";
57 saveWikiText($id, $text, 'Created');
62 saveWikiText($id, $text, 'Updated');
69 $id = "source";
71 saveWikiText($id, $text, 'Created');
[all …]
/plugin/searchtablejs/
H A Dtablefilter.js25 var tbl = grabEBI(id);
53 if( !hasGrid(id) ) AddGrid(id);
57 function AddGrid(id) argument
62 TblId.push(id);
63 var t = grabEBI(id);
263 setColWidths(id);
487 GroupByPage(id);
533 t = grabEBI(id);
716 if( hasGrid(id) )
1093 if( TF_HasGrid(id) ) Filter(id);
[all …]
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js25 var tbl = grabEBI(id);
53 if( !hasGrid(id) ) AddGrid(id);
57 function AddGrid(id) argument
62 TblId.push(id);
63 var t = grabEBI(id);
263 setColWidths(id);
487 GroupByPage(id);
533 t = grabEBI(id);
716 if( hasGrid(id) )
1093 if( TF_HasGrid(id) ) Filter(id);
[all …]
/plugin/linksuggest/
H A Dscript.js39 id: JSINFO['id'],
44 let id = item.id;
47 id = id + ':';
51 id: id,
65 let value = item.id;
79 let id
[all...]
/plugin/refnotes/
H A Dadmin.php42 print('<div id="refnotes-config"><div id="config__manager">');
44 print('<div id="server-status" class="info" style="display: none;">&nbsp;</div>');
65 print('<div id="refnotes-lang" style="display: none;">');
103 $id = $action . '-config';
104 $html .= ' id="' . $id . '"';
105 $html .= ' name="' . $id . '"';
116 protected $id;
122 public function __construct($id) {
121 protected $id; global() variable in refnotes_config_section
127 __construct($id) global() argument
231 __construct($id, $listRows) global() argument
512 protected $id; global() variable in refnotes_config_field
519 __construct($id, $data) global() argument
560 __construct($id, $data) global() argument
586 __construct($id, $data) global() argument
621 __construct($id, $data) global() argument
647 __construct($id, $data) global() argument
683 __construct($id, $data) global() argument
[all...]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js115 {id: 'uml'}, {id: 'uml25'}, {id: 'search'}, {id: 'er'},
119id: 'flowchart'}, {id: 'basic'}, {id: 'infographic'}, {id: 'arrows'}, {id: 'arrows2'}, {id: 'lean_…
120 …{id: 'sitemap'}, {id:'c4'}, {id: 'dfd'}, {id: 'threatModeling'}, {id : 'kubernetes'}, {id : 'cisco…
245 this.showPalette(id);
286 if (this.configuration[i].id == id)
302 if (entry.id == id)
304 return {id: entry.id, libs: entry.libs};
341 if (entry.id == key)
915 this.setCurrentSearchEntryLibrary(entry.id, entry.id + '.' + k);
971 this.setCurrentSearchEntryLibrary(entry.id, entry.id + '.' + k);
[all …]

12345678910>>...95