Home
last modified time | relevance | path

Searched refs:pos (Results 1551 – 1575 of 1609) sorted by path

1...<<6162636465

/plugin/wikistats/
H A Dsyntax.php112 * @param int $pos The position in the document
116 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/wikistyle2html/syntax/
H A Dnwtag.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dpcnt.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/workflow/syntax/
H A Dbox.php27 public function handle($match, $state, $pos, &$handler){ argument
H A Ddecision.php45 public function handle($match, $state, $pos, &$handler){ argument
/plugin/wrap/syntax/
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Ddiv.php40 function handle($match, $state, $pos, Doku_Handler $handler){ argument
49 $handler->addCall('cdata', array($match), $pos);
61 $handler->addCall('header',array($title,$level,$pos), $pos);
64 $handler->addPluginCall('wrap_closesection', array(), DOKU_LEXER_SPECIAL, $pos, '');
H A Dspan.php39 function handle($match, $state, $pos, Doku_Handler $handler){ argument
47 $handler->addCall('cdata', array($match), $pos);
/plugin/wst/syntax/
H A Dincludeonly.php55 * @param int $pos The position in the document
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dnoinclude.php55 * @param int $pos The position in the document
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dtemplate.php53 * @param int $pos The position in the document
57 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js436 var pos = this.GetDocumentPosition( w, node ) ;
438 pos.x -= scroll.X ;
439 pos.y -= scroll.Y ;
440 return pos ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js114 var pos = this.indexes[textIndex][wordIndex];
117 beginStr = this.textInputs[textIndex].substring( 0, pos );
119 pos + oldText.length,
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm78 <cfset var pos = find( ".", reverse ( ARGUMENTS.fileName ) )>
80 <cfreturn mid( ARGUMENTS.fileName, 1, Len( ARGUMENTS.fileName ) - pos ) >
85 <cfset var pos = find( ".", reverse ( ARGUMENTS.fileName ) )>
87 <cfif not pos>
91 <cfreturn mid( ARGUMENTS.fileName, pos, Len( ARGUMENTS.fileName ) - pos ) >
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js13 "_IsInsideNode" : function( w, domNode, pos ) argument
20 if ( pos.x >= xMin && pos.x <= xMax && pos.y >= yMin && pos.y <= yMax )
46 var pos = FCKTools.GetWindowPosition( w, cells[i] ) ;
47 var rightX = pos.x + parseInt( cells[i].clientWidth, 10 ) ;
49 var yDist = mouse.y - ( pos.y + ( cells[i].clientHeight / 2 ) ) ;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc106 if( arrayLen( stResult.pos ) eq 2 )
109 sBrowserVersion = mid( sAgent, stResult.pos[2], stResult.len[2] );
118 if( arrayLen( stResult.pos ) eq 2 )
121 sBrowserVersion = mid( sAgent, stResult.pos[2], stResult.len[2] );
129 if( arrayLen( stResult.pos ) eq 2 )
131 return ( mid( sAgent, stResult.pos[2], stResult.len[2] ) gte 9.5);
138 if( arrayLen( stResult.pos ) eq 2 )
140 return ( mid( sAgent, stResult.pos[2], stResult.len[2] ) gte 522 );
H A Dfckeditor.cfm64 if( arrayLen( stResult.pos ) eq 2 )
67 sBrowserVersion = mid( sAgent, stResult.pos[2], stResult.len[2] );
77 if( arrayLen( stResult.pos ) eq 2 )
80 sBrowserVersion = mid( sAgent, stResult.pos[2], stResult.len[2] );
89 if( arrayLen( stResult.pos ) eq 2 )
91 if ( mid( sAgent, stResult.pos[2], stResult.len[2] ) gte 9.5)
99 if( arrayLen( stResult.pos ) eq 2 )
101 if( mid( sAgent, stResult.pos[2], stResult.len[2] ) gte 522 )
/plugin/wysiwyg/
H A Dscript.js143 var pos = pairs[i].indexOf('=');
144 if (pos == -1) { continue; }
145 var argname = pairs[i].substring(0,pos);
146 var value = pairs[i].substring(pos+1);
H A Dsyntax.php83 function handle($match, $state, $pos, &$handler){ return array($match, $state, $pos); } argument
/plugin/xcom/scripts/
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/xfortune/
H A Dsyntax.php43 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/xkcd/
H A Dsyntax.php64 function handle($match, $state, $pos, Doku_Handler $handler) { argument
65 return array($match, $state, $pos);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js4624 this._copyStyle(pos + 1, pos, style[1] === '+');
4626 this._copyStyle(pos - 1, pos, style[1] === '+');
53757 var pos;
53767 while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) {
53768 pos--;
53783 return pos + _utf8len[buf[pos]] > max ? pos : max;
62903 var pos;
62913 while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) {
62914 pos--;
62929 return pos + _utf8len[buf[pos]] > max ? pos : max;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2848 var pos;
2854 pos = max-1;
2855 while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) { pos--; }
2865 return (pos + _utf8len[buf[pos]] > max) ? pos : max;
5482 pos = 0;
5486 pos += chunk.length;
5691 var pos;
5697 pos = max - 1;
5698 while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) { pos--; }
5708 return (pos + _utf8len[buf[pos]] > max) ? pos : max;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4136 function prep_blob(blob, pos/*:number*/)/*:void*/ { argument
4137 blob.l = pos;
6789 var pos = blob.read_shift(4);
6800 return { pos:pos, hs:hidden, dt:dt, name:name };
6805 o.write_shift(4, data.pos);
11623 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="30…
11665 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="35…
11673 …o[o.length] = '<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="30…
19444 Directory[val.pos] = val;
19497 var fakebs8 = {pos: blob.l - length, name:cur_sheet}; property in fakebs8
[all …]

1...<<6162636465