Home
last modified time | relevance | path

Searched refs:pos (Results 351 – 375 of 1609) sorted by last modified time

1...<<11121314151617181920>>...65

/plugin/ckgedit/syntax/
H A Dspecials.php70 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php548 $pos = strpos($haystack, $needle, $offset + $comp);
550 if ($pos === false)
553 $length = utf8_strlen(substr($haystack, 0, $pos));
556 $comp = $pos - $length;
H A Dcheck_acl.php203 $pos = strrpos((string)$id,':');
204 if($pos!==false){
205 return substr((string)$id,0,$pos);
/plugin/ckgedit/action/
H A Dmeta.php76 $pos = $event->data->findElementByAttribute('type', 'reset');
90 $event->data->insertElement($pos+2, $_form);
317 $pos = strpos($this->wiki_text, 'MULTI_PLUGIN_OPEN');
318 if($pos !== false) {
421 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
422 if($pos === false) {
431 $pos = $event->data->findPositionByAttribute('type','submit');
432 $pos+=3;
433 $event->data->addHTML($button,$pos);
436 $pos = $event->data->findElementByAttribute('type','submit');
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js218 var pos = 0;
221 while ((pos = utf8str.search(/[^\x00-\x7F]/)) != -1) {
223 str[j++]= utf8str.substr(0, pos) + this._utf8Decode(tmpStr);
224 utf8str = utf8str.substr(pos + tmpStr.length);
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1551 var pos = $editor.position();
1572 'top': (pos.top+20)+'px',
1573 'left': (pos.left+80)+'px',
/plugin/tagfilter/syntax/
H A Dcompare.php50 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dfilter.php78 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/tagfilter/script/select2/
H A Dselect2.js269 var el=$el[0], pos=$el.val().length, range;
282 el.setSelectionRange(pos, pos);
2616 var pos = getCursorInfo(this.search);
2648 || e.which == KEY.LEFT) && (pos.offset == 0 && !pos.length)) {
/plugin/html5video2/syntax/
H A Dvideo.php36 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
69 $pos = strrpos($link[0], '?');
70 if($pos !== false){
71 $src = substr($link[0],0,$pos);
72 $param = substr($link[0],$pos+1);
/plugin/sectiontoggle/
H A Dsyntax.php39 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/bootswrapper/syntax/
H A Daccordion.php45 list($state, $match, $pos, $pos, $attributes) = $data;
H A Daffix.php79 list($state, $match, $pos, $attributes) = $data;
H A Dalert.php50 list($state, $match, $pos, $attributes) = $data;
H A Dbootstrap.php207 public function handle($match, $state, $pos, Doku_Handler $handler) argument
221 $handler->_addCall('header', array($title, $level, $pos), $pos);
255 return array($state, $match, $pos, $checked_attributes, $is_block);
258 $handler->_addCall('cdata', array($match), $pos, null);
262 return array($state, $match, $pos, null);
H A Dbutton.php75 list($state, $match, $pos, $attributes) = $data;
H A Dcallout.php57 list($state, $match, $pos, $attributes) = $data;
H A Dcarousel.php57 list($state, $match, $pos, $attributes) = $data;
H A Dcollapse.php45 list($state, $match, $pos, $attributes) = $data;
H A Dcolumn.php65 list($state, $match, $pos, $attributes) = $data;
H A Dimage.php37 list($state, $match, $pos, $attributes) = $data;
H A Djumbotron.php44 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dlabel.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dmacros.php42 public function handle($match, $state, $pos, Doku_Handler $handler) argument
44 return array($match, $state, $pos);
57 list($match, $state, $pos) = $data;
H A Dmodal.php88 list($state, $match, $pos, $attributes) = $data;

1...<<11121314151617181920>>...65