Home
last modified time | relevance | path

Searched refs:id (Results 726 – 750 of 3526) sorted by last modified time

1...<<21222324252627282930>>...142

/plugin/discussion/
H A Dadmin.svg1 …rg/1999/xlink" viewBox="0 0 32 32" version="1.1" width="24" height="24"><g id="surface1"><path sty…
/plugin/changes/
H A Dsyntax.php305 if (isset($seen[$change['id']])) return false;
314 $seen[$change['id']] = 1;
317 if ($change['extra'] != 'media' && $change['type'] != 'D' && !page_exists($change['id'])) return false;
325 if (isHiddenPage($change['id'])) return false;
329 if (!$this->isInNamespace($ns['include'], $change['id'])) return false;
334 if ($this->isInNamespace($ns['exclude'], $change['id'])) return false;
338 if (in_array($change['id'], $excludedpages)) {
351 $change['perms'] = auth_quickaclcheck($change['id']);
361 * @param string $id page id
362 isInNamespace($namespaces, $id) global() argument
[all...]
/plugin/publish/_test/
H A Dhelper.test.php43 public function test_in_namespace($namespace_list, $id, $result, $msg) { argument
47 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
76 public function test_in_sub_namespace($namespace_list, $id, $result, $msg) { argument
80 $this->assertSame($helper->is_dir_valid($namespace_list,$id),$result,$msg);
H A Dmail.unit.test.php25 …$expected_difflink = 'http://wiki.example.com' . DOKU_BASE . 'doku.php?id=wiki:syntax&do=diff&rev2…
68 Previous Revision: http://wiki.example.com' . DOKU_BASE . 'doku.php?id=start&rev=' . $oldrevision .…
/plugin/publish/action/
H A Dbanner.php53 function difflink($id, $rev1, $rev2) { argument
58 $difflink = $this->hlp->getDifflink($id,$rev1,$rev2);
H A Dmail.php211 * @param string $id
215 function revlink($id, $rev) { argument
220 $revlink = wl($id, $options, true, '&');
H A Drecent.php28 foreach ($render as $id => $element) {
31 $parent = $id;
39 $id = $this->getPageId($element);
40 if (!$id) {
44 if ($this->hlp->isCurrentRevisionApproved($id)) {
/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 …]
H A Dscript.js34 var id = jQuery(this).find('a').first().text();
35 var pageNamespace = id.substr(0,id.lastIndexOf(':'));
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2id),e.filename||e.local_file?o.load_from_stl_file(e,!1):e.mesh?o.add_from_existing_mesh(e):void o.… property in AnonymousFunctionde3577460700.l
H A Dthree.min.js2id];void 0===c&&(c={},s[e.id]=c);var l=c[n.id];void 0===l&&(l={},c[n.id]=l);var u=l[o];void 0===u&… property in Gi.a
H A Dwebgl_detector.js11 element.id = 'webgl-error-message';
40 var parent, id, element;
45 id = parameters.id !== undefined ? parameters.id : 'oldie';
48 element.id = id;
H A DCanvasRenderer.js533 var pattern = _patterns[ texture.id ];
538 _patterns[ texture.id ] = pattern;
924 var pattern = _patterns[ texture.id ];
929 _patterns[ texture.id ] = pattern;
H A Dparser.min.js2id=M[1],N.v_start_index=x,N.f_start_index=y,(M=/pid=([0-9\"]+)/i.exec(B))&&(N.pid=parseInt(M[1])),…
H A DProjector.js9 this.id = 0;
21 this.id = 0;
64 this.id = 0;
263 _line.id = object.id;
296 _face.id = object.id;
383 _object.id = object.id;
593 _face.id = object.id;
736 _line.id = object.id;
830 _sprite.id = object.id;
945 } else if ( a.id !== b.id ) {
[all …]
H A DREADME.md23 <div id="stl_cont"></div>
25 …var stl_viewer=new StlViewer(document.getElementById("stl_cont"), { models: [ {id:0, filename:"mys…
H A Dload_stl.min.js2id:model_id,loaded:a.loaded,total:a.total})}),e.onreadystatechange=function(a){4==e.readyState&&20…
/plugin/stlviewer/
H A Dsyntax.php66 list($id, $args) = explode('?', $link, 2);
101 $opts['id'] = trim($id);
103 $opts['title'] = $id;
/plugin/sync/
H A Dadmin.php350 if(checklock($id)){
352 unset($synclist[$id]);
354 lock($id); // lock local
355 $lock[] = $id;
368 unset($synclist[$id]);
432 idx_addPage($id);
445 $data = rawWiki($id);
484 unlock($id);
554 foreach($synclist as $id => $item){
708 function _diff($id){ argument
[all …]
H A Ddiff.php19 $id = cleanID($_REQUEST['id']); variable
34 <?php $plugin->_diff($id);?>
/plugin/wrap/
H A Dexample.txt8 <WRAP classes #id width :language>
13 <block classes #id width :language>
18 <div classes #id width :language>
26 <wrap classes #id width :language>"small" content</wrap>
29 <inline classes #id width :language>"small" content</inline>
32 <span classes #id width :language>"small" content</span>
44 <WRAP classes #id />
46 <block classes #id />
48 <div classes #id />
53 <wrap classes #id />
[all...]
/plugin/wrap/conf/
H A Dlang2dir.conf93 id ltr #Indonesian
/plugin/catlist/
H A Dscript.js17 addPageInput.id = 'catlist_addpage_id';
27 addPageValidButton.id = 'catlist_addpage_btn';
58 newPageURL = catlist_baseurl + catlist_basescript + '?id=' + newPageID + '&do=edit'; break;
H A Dsyntax.php72 'exclutype' => 'id',
133 // Exclude type (exclude based on id, name, or title)
134 $this->_checkOption($match, "excludeOnID", $data['exclutype'], 'id');
137 // Exclude page/namespace id list
193 // Looking for the wanted namespace. Now, only the wanted namespace remains in $match. Then clean the namespace id
197 $parsepagetemplate_data = array('id' => $ID, 'tpl' => $ns, 'doreplace' => true);
230 * is based on item title, full id or name ($exclutype).
235 if ((strlen($conf['hidepages']) != 0) && preg_match('/'.$conf['hidepages'].'/i', $item['id'])) return true;
274 function _getMetadata ($id, $filepath) {
275 $meta = p_get_metadata($id,
277 _getMetadata($id, $filepath) global() argument
516 _cached_quickaclcheck($id) global() argument
[all...]
/plugin/davcal/db/
H A Dupdate0001.sql2 id integer primary key asc, field
16 id integer primary key asc, field
30 id integer primary key asc, field
40 id integer primary key asc, field
55 id integer primary key asc, field

1...<<21222324252627282930>>...142