Home
last modified time | relevance | path

Searched refs:pos (Results 1501 – 1525 of 1609) sorted by relevance

1...<<6162636465

/plugin/addressbook/
H A Dsyntax.php53 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/nroff/
H A Drenderer.php131 function header($text, $level, $pos) { argument
/plugin/catlist/
H A Dsyntax.php60 function handle ($match, $state, $pos, Doku_Handler $handler) {
63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php2666 $pos=strpos($t,chr(0));
2667 if ($pos!==false) {
2668 $trns=array($pos);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 …op',\n 'pop!',\n 'pop-thread-bindings',\n 'pos-int?',\n 'pos?',\n …
/plugin/processing/
H A Dscript.js4207 var pos = str.search(tokens);
4209 while (pos >= 0) {
4210 if (pos === 0) {
4215 str = str.substring(pos);
4217 pos = str.search(tokens);
6528 var pos = new PVector(x, y, z);
6532 view.mult(pos, pos);
6600 var pos = new PVector(x, y, z);
6604 view.mult(pos, pos);
6643 var pos = new PVector(x, y, z);
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2184 var pos = Element.cumulativeOffset(element);
2185 window.scrollTo(pos[0], pos[1]);
2254 var pos = Element.getStyle(element, 'position'); variable
2255 if (pos == 'static' || !pos) {
/plugin/codemirror/dist/modes/
H A Dsoy.min.js.map1pos","index","result","hideFirstChars","localState","localStates","mode","token","contains","list"…
H A Dclike.min.js1 …if(i.typeFirstDefinitions&&a.eol()&&f(b.context))b.typeAtEndOfLine=e(a,b,a.pos)}return{startState:…
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak95 function handle($match, $state, $pos, &$handler) {
H A Dsyntax.php.2018-03-08_165255.bak99 function handle($match, $state, $pos, &$handler) {
H A Dsyntax.php.2018-03-08_163658.bak95 function handle($match, $state, $pos, &$handler) {
H A Dsyntax.php.2018-03-08_163718.bak95 function handle($match, $state, $pos, &$handler) {
H A Dsyntax.php.2018-03-08_164623.bak95 function handle($match, $state, $pos, &$handler) {
H A Dsyntax.php.2018-03-08_164706.bak99 function handle($match, $state, $pos, &$handler) {
H A Dsyntax.php.2018-03-08_165027.bak99 function handle($match, $state, $pos, &$handler) {
H A Dsyntax.php.2018-03-08_165158.bak99 function handle($match, $state, $pos, &$handler) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jar ... length () public int get (int) int pos public byte[] getBytes () int i byte ...
H A Dcommons-codec-1.10.jar ... { int ibitWorkArea long lbitWorkArea byte[] buffer int pos int readPos boolean eof int currentLinePos int modulus void < ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js4165 var pos = mxUtils.getValue(ss.style, mxConstants.STYLE_LABEL_POSITION, mxConstants.ALIGN_CENTER);
4168 if (pos == mxConstants.ALIGN_LEFT && vpos == mxConstants.ALIGN_TOP)
4172 else if (pos == mxConstants.ALIGN_CENTER && vpos == mxConstants.ALIGN_TOP)
4176 else if (pos == mxConstants.ALIGN_RIGHT && vpos == mxConstants.ALIGN_TOP)
4180 else if (pos == mxConstants.ALIGN_LEFT && vpos == mxConstants.ALIGN_BOTTOM)
4184 else if (pos == mxConstants.ALIGN_CENTER && vpos == mxConstants.ALIGN_BOTTOM)
4188 else if (pos == mxConstants.ALIGN_RIGHT && vpos == mxConstants.ALIGN_BOTTOM)
4192 else if (pos == mxConstants.ALIGN_LEFT)
4196 else if (pos == mxConstants.ALIGN_RIGHT)
/plugin/odt/ODT/
H A DODTDocument.php689 * @param int $pos byte position in the original source
704 * @param int $pos byte position in the original source
/plugin/jquery/
H A Dscript.js19pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(…
/plugin/rater/
H A Dsyntax.php35 function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3134 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;
3135 if ($pos !== false) {
3136 return Strings::shift($this->interactiveBuffer, $pos + strlen($match));

1...<<6162636465