Home
last modified time | relevance | path

Searched refs:pos (Results 226 – 250 of 1609) sorted by path

12345678910>>...65

/plugin/chordsheets/js/
H A Djtab.min.js1 …1),0)),pos=void 0===h[t+e]?"":h[t+e],pos.length>0&&this.text(s+this.fret_width+1*this.string_spaci…
/plugin/chordsheets/
H A Dsyntax.php29 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/ckgdoku/action/
H A Dedit.php258 $pos = strpos($text, '<');
260 if($pos !== false) {
413 if($pos !== false) {
1202 $pos = strpos($xhtml, 'MULTI_PLUGIN_OPEN');
1203 if($pos !== false) {
H A Dmeta.php66 $pos = $event->data->findElementByAttribute('type', 'reset');
80 $event->data->insertElement($pos+2, $_form);
290 $pos = strpos($this->wiki_text, 'MULTI_PLUGIN_OPEN');
291 if($pos !== false) {
389 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
390 if($pos === false) {
397 $pos = $event->data->findElementByAttribute('type','submit');
399 $event->data->insertElement(++$pos,$button);
H A Dsave.php136 $pos = strpos($TEXT, 'MULTI_PLUGIN_OPEN');
137 if($pos !== false) {
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1503 var pos = $editor.position();
1524 'top': (pos.top+20)+'px',
1525 'left': (pos.left+80)+'px',
/plugin/ckgdoku/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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php203 $pos = strrpos((string)$id,':');
204 if($pos!==false){
205 return substr((string)$id,0,$pos);
/plugin/ckgdoku/
H A Drenderer.php68 function header($text, $level, $pos) { argument
104 function table_close($pos = NULL) argument
113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){ argument
115 parent::table_open($maxcols, $numrows, $pos,$classes);
H A Dscript.js178 var pos = 0;
182 for ( var pos = stack.length - 1; pos >= 0; pos-- )
183 if ( stack[ pos ] == tagName )
186 if ( pos >= 0 ) {
188 for ( var i = stack.length - 1; i >= pos; i-- )
193 stack.length = pos;
/plugin/ckgdoku/scripts/
H A DsafeFN_class.js222 var pos = 0;
225 while ((pos = utf8str.search(/[^\x00-\x7F]/)) != -1) {
227 str[j++]= utf8str.substr(0, pos) + this._utf8Decode(tmpStr);
228 utf8str = utf8str.substr(pos + tmpStr.length);
/plugin/ckgdoku/syntax/
H A Dfont.php35 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dspecials.php71 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/ckgedit/action/
H A Dedit.php284 $pos = strpos($text, '<');
286 if($pos !== false) {
440 if($pos !== false) {
1251 $pos = strpos($xhtml, 'MULTI_PLUGIN_OPEN');
1252 if($pos !== false) {
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 …]
H A Dsave.php152 $pos = strpos($TEXT, 'MULTI_PLUGIN_OPEN');
153 if($pos !== false) {
/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/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/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php203 $pos = strrpos((string)$id,':');
204 if($pos!==false){
205 return substr((string)$id,0,$pos);
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;
/plugin/ckgedit/
H A Drenderer.php68 function header($text, $level, $pos, $returnonly = false) { argument
104 function table_close($pos = NULL) argument
113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){ argument
115 parent::table_open($maxcols, $numrows, $pos,$classes);
H A Dscript.js80 var pos = html.indexOf('data-'); variable
81 if(pos != -1) {
202 var pos = 0;
206 for ( var pos = stack.length - 1; pos >= 0; pos-- )
207 if ( stack[ pos ] == tagName )
210 if ( pos >= 0 ) {
212 for ( var i = stack.length - 1; i >= pos; i-- )
217 stack.length = pos;
/plugin/ckgedit/scripts/
H A DsafeFN_class.js222 var pos = 0;
225 while ((pos = utf8str.search(/[^\x00-\x7F]/)) != -1) {
227 str[j++]= utf8str.substr(0, pos) + this._utf8Decode(tmpStr);
228 utf8str = utf8str.substr(pos + tmpStr.length);
/plugin/ckgedit/syntax/
H A Dfont.php35 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dspecials.php70 function handle($match, $state, $pos, Doku_Handler $handler){ argument

12345678910>>...65