Home
last modified time | relevance | path

Searched refs:id (Results 2401 – 2425 of 3526) sorted by last modified time

1...<<919293949596979899100>>...142

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js158 dispatcher.isTaskFocused = function(id){ argument
161 if (node.taskId == id) {
278 if(currentNode && currentNode.taskId == id){
311 gantt.attachEvent("onAfterTaskAdd", function(id,item){ argument
455 node = new constructor(config.id);
493 return {type:"taskRow", id:node.taskId};
2067 z.removeEvent=function(id){ argument
2068 dhx_catch[id]=null;
2103 obj.detachEvent=function(id){ argument
2104 if (id){
[all …]
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 …]
H A Ddhtmlxgantt_quick_info.js124 gantt.showQuickInfo(id);
158 gantt.showQuickInfo = function(id){ argument
160 id == this._quick_info_box_id &&
173 this._quick_info_task = id;
176 this._fill_quick_data(id);
277 var task = gantt.getTask(id);
289 var task = gantt.getTask(id);
366 var domEv = gantt.getTaskNode(id);
368 domEv = gantt.getTaskRowNode(id);
398 var ev = gantt.getTask(id);
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_material.css573 …preserve%22%3E%3Cg%20id%3D%22Bounding_Boxes%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%2C0h24v24…
578 …preserve%22%3E%3Cg%20id%3D%22Bounding_Boxes%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%2C0h24v24…
/plugin/yuriigantt/
H A DREADME.md92 http://127.0.0.1:8000/doku.php?id={PAGEID}&purge=true
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php186 if ($links[$i]->id == $link->id) {
201 public function deleteLink($id) argument
208 if ($links[$i]->id == $id) {
226 $link->id = $database->increment->link++;
245 if ($tasks[$i]->id == $task->id) {
260 public function deleteTask($id) argument
282 $deleteChildren($task->id);
283 $deleteLinks($task->id);
289 $deleteChildren($id);
290 $tasks[$id] = null;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js.map1id","css","templates","marker_class","title","className","start","posFromDate","style","left","hei…
/plugin/strreplace/
H A Daction.php19 private $id; variable in action_plugin_strreplace
39 $this->id = $INFO['id'];
54 if(in_array($this->id,$searched) && !array_key_exists ('_s' ,$searched)) {
72 … if( $doc!= $this->id) return; // prevents processing of pages loaded by template, e.g. sidebar
93 $searched['_s'] = $this->id;
95 elseif(in_array($this->id,$searched)) {
98 else $searched[] = $this->id;
111 if( array_key_exists ('_s',$searched) && $searched['_s'] == $this->id) {
116 if(in_array($this->id,$searched)) return;
117 $searched[] = $this->id;
/plugin/qrcode2/
H A Dplugin.info.txt7 url https://obel1x.de/dokuwiki/doku.php?id=content:qrcode
/plugin/redirect/
H A Dhelper.php60 * @param string $id the ID for which the redirect is wanted
63 public function getRedirectURL($id) { argument
65 if(empty($redirects[$id])) return false;
67 if(preg_match('/^https?:\/\//', $redirects[$id])) {
68 $url = $redirects[$id];
71 msg(sprintf($this->getLang('redirected'), hsc($id)));
73 $link = explode('#', $redirects[$id], 2);
/plugin/structcombolookup/
H A Daction.php66 $id = '%rowid%';
68 $id = '%pageid%';
72 $search->addFilter($id, $rawvalue, '=');
H A Dscript.js3 id = $narowingSelect.data('childId'),
5 $targetSelect = jQuery(document.getElementById(id)); // id may contain special chars
/plugin/tagentry/
H A Daction.php95 $id = pathID( $file );
96 if ( getNS( $id ) != $opts['ns'] )
98 if ( isHiddenPage( $id ) ) {
101 if ( $type == 'f' && auth_quickaclcheck( $id ) < AUTH_READ ) {
104 $data[] = noNS( $id );
237 $id = $tagname;
239 resolve_pageID( $tagplugin->namespace, $id, $exist );
241 return p_get_first_heading( $id, false );
H A Dstyle.css17 input[id^=plugin__tagentry_cb] {
/plugin/pagetitle/syntax/
H A Dshorter.php72 list($state, $short_title, $id) = $data;
75 if (strcmp($id, $ID) !== 0) return false;
H A Dyouarehere.php66 list($state, $match, $id) = $data;
69 if (strcmp($id, $ID) !== 0) return false;
H A Dbreadcrumb.php54 $id = trim(substr($match, 13, -3));
55 return $data = [$id];
66 $id = cleanID($data[0]) ?: $ID;
73 $renderer->doc .= $helper->html_youarehere(1, $id);
H A Ddecorative.php109 list ($state, $id, $param) = $data;
143 if (strcmp($id, $ID) !== 0) return false;
/plugin/pagetitle/
H A Daction.php52 $id = $metadata['title'] ?? null;
53 if ($id) {
54 $event->data['metadata']['plugin_pagetitle'] = $id;
133 foreach ($traces as $id) {
134 $depends[] = wikiFN($id, '', false);
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/codeprettify/code-prettify/src/
H A Dlang-xq.js64id|trgr:get-trigger|trgr:document-scope|trgr:document-content|trgr:directory-scope|trgr:create-tri…
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …ce-cream::before{content:"\F829"}.mdi-ice-pop::before{content:"\FF1A"}.mdi-id-card::before{content…
/plugin/pageindex/
H A Dsyntax.php27 $id = pathID($file);
28 if(auth_quickaclcheck($id) < AUTH_READ){
31 if($opts['ns'].":$id" <> $ID) {
33 'id' => $opts['ns'].":$id",
/plugin/pagetemplate/
H A Dsyntax.php202 function getLang($id) { argument
205 return (isset($this->lang[$id]) ? $this->lang[$id] : '');
217 function locale_xhtml($id) { argument
218 return p_cached_output($this->localFN($id));
226 function localFN($id) { argument
229 $file = DOKU_PLUGIN.$plugin.'/lang/'.$conf['lang'].'/'.$id.'.txt';
232 $file = DOKU_PLUGIN.$plugin.'/lang/en/'.$id.'.txt';

1...<<919293949596979899100>>...142