Home
last modified time | relevance | path

Searched refs:pos (Results 1576 – 1600 of 1609) sorted by path

1...<<6162636465

/plugin/xml/
H A Drenderer.php86 function header($text, $level, $pos) { argument
88 $this->nextHeader = '<header level="' . $level . '" pos="' . $pos . '">'.
/plugin/xref/
H A Dsyntax.php37 public function handle($match, $state, $pos, Doku_Handler $handler)
55 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/xssnipper/
H A Dsyntax.php47 function handle($match, $state, $pos, Doku_Handler &$handler) { argument
/plugin/yalist/
H A Dsyntax.php59 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/yearbox/
H A Dsyntax.php65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/yourip/
H A Dsyntax.php38 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/youtrack/syntax/
H A Dlist.php48 * @param int $pos The position in the document
52 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/youtracklinks/
H A Dsyntax.php84 function handle($match, $state, $pos, &$handler){ argument
/plugin/yql/
H A Dsyntax.php62 * @param int $pos The character position of the matched text
66 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
81 foreach ($parts as $pos => $part) {
82 … if ($pos % 2 == 0) { // the start and every second part is pure character data
171 foreach ($format as $pos => $val) {
172 if ($pos % 2 == 0) { // outside %% %%, just character data
/plugin/yuml/
H A Dusecase.php64 * @param int $pos The position in the document
68 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1438 dateFromPos(pos: number): Date;
H A Ddhtmlxgantt.js13pos:null,start_x:null,start_y:null,obj:null,left:null},this.dragMultiple={}},_resize:function(i,n,… property in t.exports.createTaskDND.t.drag
H A Ddhtmlxgantt.js.map1pos","roundPos","_getNextVisibleColumn","columns","visibleDateIndex","_getPrevVisibleColumn","_get…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1pos","getTaskPosition","getTask","row_height","scroll","getScrollState","$task","inner_width","$gr…
H A Ddhtmlxgantt_quick_info.js.map1pos","_get_event_counter_part","_init_quick_info","_quick_info_task","className","_prepare_quick_i…
H A Ddhtmlxgantt_tooltip.js.map1pos","scrollX","$task_data","$task","domEventsScope","tooltip_1","TooltipManager","_listeners","_d…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js7045 var diff_x = pos.x - this.config.pos.x;
7046 var diff_y = pos.y - this.config.pos.y;
10415 if (pos>=0) this.splice(pos,(len||1));
10423 if (!pos && pos!==0) //add to the end by default
10426 var b = this.splice(pos,(this.length-pos));
12214 var posX = pos ? pos.x : 0;
19631 if (y < pos.y) y = pos.y;
20140 if (y < pos.y) y = pos.y;
24710 res.width = pos.xEnd - pos.x;
25801 if (drag.pos && drag.pos.x == pos.x)
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js1477 var pos = gantt.getTaskPosition(gantt.getTask(this.taskId));
1495 if (pos.top < scroll.y || pos.top + height > (scroll.y + viewHeight)) {
1497 gantt.scrollTo(null, pos.top - height * 5);
1499 …} else if (gantt.config.show_chart && (pos.left < scroll.x || pos.left > (scroll.x + viewWidth))) {
1500 gantt.scrollTo(pos.left - gantt.config.task_scroll_offset);
H A Ddhtmlxgantt_quick_info.js169 var pos = this._get_event_counter_part(id, offset, container.viewport);
171 if (pos){
172 this._quick_info_box = this._init_quick_info(pos, id);
177 this._show_quick_info(pos, offset);
237 gantt._show_quick_info = function(pos, offset){ argument
253 …qi.style.left = Math.min(Math.max(scrolls.x, pos.left - pos.dx*(width - pos.width)), screenWidth) …
254 qi.style.top = pos.top - (pos.dy ? (height + pos.height + 2*offset) : 0) + "px";
257 if (pos.dx == 1){
272 qi.className += " gantt_qi_"+(pos.dx == 1 ? "left" : "right");
288 gantt._init_quick_info = function(pos, id){ argument
H A Ddhtmlxgantt_tooltip.js287 var pos;
293 pos = domHelpers.getNodePosition(gantt.$task);
296 pos = domHelpers.getNodePosition(viewport);
299 left: pos.x + scrollLeft,
300 top: pos.y + scrollTop,
301 width: pos.width,
302 height: pos.height,
303 bottom: pos.y + pos.height + scrollTop,
304 right: pos.x + pos.width + scrollLeft
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php71 * @param int $pos
74 public function embedded($content, $state, $pos) argument
77 $this->callWriter->writeCall(['raw', [$content], $pos]);
94 * @param int $pos byte position in the original source file
100 public function plugin($match, $state, $pos, $pluginname) argument
106 $data = $plugin->handle($match, $state, $pos, $this);
109 $this->addPluginCall($pluginname, $data, $state, $pos, $match);
121 * @param int $pos byte position in the original source file
124 public function addPluginCall($plugin, $args, $state, $pos, $match) argument
126 $call = array('plugin', array($plugin, $args, $state, $match), $pos);
/plugin/yuriigantt/
H A Dsyntax.php72 * @param int $pos
76 public function handle($match, $state, $pos, \Doku_Handler $handler) argument
/plugin/zip/pear/File/
H A DArchive.php384 $pos = 0;
386 if ($pos+1<strlen($realPath)) {
387 $pos = strpos($realPath, '/', $pos+1);
389 $pos = false;
391 if ($pos === false) {
392 $pos = strlen($realPath);
395 $file = substr($realPath, 0, $pos);
396 $baseDir = substr($realPath, $pos+1);
402 } while ($pos < strlen($realPath) &&
441 substr_count(substr($std, $pos+1), '/')
/plugin/zip/pear/File/Archive/Predicate/
H A DDuplicate.php56 var $pos = 0; variable in File_Archive_Predicate_Duplicate
68 $pos = 0;
77 $this->newest[$filename] = array($stat[9], $pos);
79 $pos++;
108 ($comp == 0 && $this->pos != $value[1]);
111 $this->pos++;
H A DExtension.php60 $pos = strrpos($filename, '.');
62 if ($pos !== FALSE) {
63 $extension = strtolower(substr($filename, $pos+1));

1...<<6162636465