Home
last modified time | relevance | path

Searched refs:id (Results 1476 – 1500 of 3526) sorted by relevance

1...<<51525354555657585960>>...142

/plugin/schedule/
H A Dschedules.class.php421 $event->id != $other->id)
452 $id = $request['id'];
468 $id = $request['id'];
471 $this->removeSchedule ($id);
486 $id = $request['id'];
559 $schedule->id = date ('Ymdhis.0');
639 $id = $request['id'];
705 $event->id != $schedule->id) {
714 function removeSchedule ($id) { argument
717 unset ($this->allProposals [$id]);
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc515 id: 'info',
529 id: 'txtUrl',
606 id: 'txtAlt',
634 id: 'basic',
1030 id: 'Link',
1036 id: 'txtUrl',
1070 id: 'browse',
1108 id: 'Upload',
1115 id: 'upload',
1130 id: 'advanced',
[all …]
/plugin/yuriigantt/src/Entities/
H A DTask.php28 public $id; variable in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Task
57 $this->id = $data->id;
/plugin/webdav/
H A Daction.php43 $id = $event->data['id'];
44 $metafile = mediametaFN($id, '.filename');
47 io_sweepNS($id, 'metadir');
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_simple.md64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
68 <hr class="foo" id="bar" >
/plugin/ckgedit/scripts/
H A Dmediamgr.js9 var $link, id;
12 id = $link.attr("id").substr(2);
13 dw_mediamanager.insert(id);
/plugin/dw2pdf/syntax/
H A Dexportlink.php9 * @author Sam Wilson <sam@samwilson.id.au>
63 $id = $ns . ':start';
65 $page = $resolver->resolveId($id);
/plugin/strata/helper/
H A Dtriples.php431 $id = $this->_alias('qv');
432 $conditions[] = $this->_ci('subject').' = '.$this->_ci(':'.$id);
433 $this->literals[$id] = $tp['subject']['text'];
438 $id = $this->_alias('qv');
439 $conditions[] = $this->_ci('predicate').' = '.$this->_ci(':'.$id);
440 $this->literals[$id] = $tp['predicate']['text'];
445 $id = $this->_alias('qv');
446 $conditions[] = $this->_ci('object').' = '.$this->_ci(':'.$id);
447 $this->literals[$id] = $tp['object']['text'];
588 $id
[all...]
/plugin/webdav/core/
H A DUtils.php78 * @param string $id
84 public static function saveWikiText($id, $text, $mode = 'edit') argument
92 'id' => $id,
104 if (auth_quickaclcheck($id) < $auth_permission) {
125 saveWikiText($id, $text, $summary, false);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DCourseWork.php62 public $id; variable in Google\\Service\\Classroom\\CourseWork
256 public function setId($id) argument
258 $this->id = $id;
265 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DJob.php50 public $id; variable in Google\\Service\\Dataflow\\Job
213 public function setId($id) argument
215 $this->id = $id;
222 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DProfile.php59 public $id; variable in Google\\Service\\Analytics\\Profile
250 public function setId($id) argument
252 $this->id = $id;
259 return $this->id;
/plugin/davcal/action/
H A Dajax.php30 $id = trim($INPUT->post->str('id'));
53 $acl = $this->hlp->checkCalendarPermission($id);
80 $res = $this->hlp->addCalendarEntryToCalendarForPage($id, $user, $params);
114 $res = $this->hlp->editCalendarEntryForPage($id, $user, $params);
136 $res = $this->hlp->deleteCalendarEntryForPage($id, $params);
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js5 …dTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"select",label…
7 …inHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"hbox",widths:["25%","75%"],childre…
8 …e("value")==b&&a.setAttribute("value",d+b-c)}},{type:"select",label:b.type,id:"type",style:"width:…
/plugin/chordsheets/
H A Dsyntax.php58 $id = mt_rand();
59 …uttonBar"><span class=cSheetButtons><button onclick="cSheetExportToWord('.$id.')">Export to Word</…
60 … $renderer->doc .= '<div class="song-with-chords" id="'.$id.'" data-transpose="'.$transpose.'">';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DLogstashNamespace.asciidoc33 $params['id'] = (string) The ID of the Pipeline
46 $params['id'] = (string) A comma-separated list of Pipeline IDs
59 $params['id'] = (string) The ID of the Pipeline
/plugin/authgoogle/google/contrib/
H A DGoogle_TasksService.php340 public $id; variable in Google_Task
382 public function setId( $id) { argument
383 $this->id = $id;
386 return $this->id;
471 public $id; variable in Google_TaskList
482 public function setId( $id) { argument
483 $this->id = $id;
486 return $this->id;
/plugin/dokutranslate/
H A Daction.php21 function allRevisions($id) { argument
23 $lines = @file(metaFN($id, '.changes'));
64 function updateMeta($id, $parid, $lastrev, $revert = -1) { argument
65 $meta = unserialize(io_readFile(metaFN($id, '.translateHistory'), false));
107 io_saveFile(metaFN($id, '.translateHistory'), serialize($meta));
108 io_saveFile(metaFN($id, '.translate'), serialize($meta['current']));
483 function _translationStatus($id) { argument
484 if (!@file_exists(metaFN($id, '.translate'))) {
488 $meta = unserialize(io_readFile(metaFN($id, '.translate'), false));
508 if (needsReview($id, $meta, $key)) {
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1id;if(!f.info){f.info={}}f.info[g]=this.getValue()};function a(n){var k=0,h=0;for(var g=0,o,p=n.$.…
/plugin/multiorphan/
H A Dscript.js157 var buildUrl = function (id) { argument
158 var cleanedID = decodeURIComponent(id);
168 return DOKU_BASE + 'doku.php?id=' + id;
171 var guiElementActions = function(actions, id, url, $insertPoint) { argument
177 href: url || buildUrl(id),
178 elementid: id
196 var id = encodeURIComponent(name);
200 var $appendTo = $insertPoint.find('.entry[elementid="'+id+'"] > ul');
202 … var $wrapper = $('<div/>').addClass('entry').attr('elementid', id).appendTo($insertPoint);
205 guiElementActions(actions.concat([ORPHANACTIONS.clear()]), id, url, $wrapper);
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1id;if(!f.info){f.info={}}f.info[g]=this.getValue()};function a(n){var k=0,h=0;for(var g=0,o,p=n.$.…
/plugin/loadskin/
H A Dadmin.php41 $id = cleanID($INPUT->str('pattern'));
46 $data[$id] = $INPUT->str('tpl');
49 $data[$id] = $INPUT->str('tpl');
56 unset($data[$id]);
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
3 If you choose both ''ini file'' and ''Page id'', ''Page id'' will take precedence. If you choose ''Page id'', you must choose a template. The ''User replacements'' are the ''newpagevars'' that are explained in the [[doku>plugin:newpagetemplate#usage|newpagetemplate]] documentation. If you choose an initialization file, you can use the ''User replacements'' option to add replacements to those in the initialization file.
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Ddomain_controller.svg1id="A" x1="83.839" y1="200.393" x2="83.47" y2="127.295" gradientUnits="userSpaceOnUse"><stop offse…
H A Dhome.svg1id="A" x1="118.295" y1="165.588" x2="118.307" y2="72.104" gradientUnits="userSpaceOnUse"><stop off…

1...<<51525354555657585960>>...142