Home
last modified time | relevance | path

Searched refs:pos (Results 1576 – 1600 of 1609) sorted by last modified time

1...<<6162636465

/plugin/linkmanager/
H A Dfunctions.php194 $pos = strrpos($item['id'], ':');
195 $label = substr($item['id'], $pos > 0 ? $pos + 1 : 0);
/plugin/svg/
H A Dsyntax.php.save54 function handle($match, $state, $pos, &$handler){
/plugin/code3/src/
H A Dtz.js429 pos = decodeHelper.next;
438 out.push(s.substring(pos));
859 var pos = 0;
890 if (nstate && pos < i) {
891 var t = s.substring(pos, i);
893 pos = i;
923 if (i > pos) {
924 var t = s.substring(pos, i);
970 pos = i;
1177 if (pos >= 0 && '>' == decodeHelper.decode(s, pos + 1) &&
[all …]
/plugin/nroff/
H A Drenderer.php131 function header($text, $level, $pos) { argument
/plugin/wysiwyg/
H A Dsyntax.php83 function handle($match, $state, $pos, &$handler){ return array($match, $state, $pos); } argument
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);
/plugin/nsrelation/
H A Dsyntax.php70 function handle($match, $state, $pos, &$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/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/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/darcspatch/
H A Dadmin.php136 if($pos = strrpos($line,' ')) {
137 $fname = substr($line,0,$pos);
138 $offset = intval(substr($line,$pos+1));
/plugin/jspwiki_import/importer/
H A Dgwt.js344 var pos = queryString.indexOf("&");
345 if (pos >= 0) {
346 queryString = queryString.substring(0, pos);
/plugin/guestbook/
H A Dsyntax.php64 function handle($match, $state, $pos, &$handler){ argument
/plugin/linebreak/
H A Daction.php112 function _convert($pos) { argument
116 if ($pos <= 1) return $pos;
118 $pos -= $this->base_delta;
119 if ($pos < 0) return 0;
128 if ($conversion[$i] + $i >= $pos) {
129 return $pos - $i;
134 return $pos - $i -1;
H A Dsyntax.php52 function handle($match, $state, $pos, &$handler){ argument
/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/virtualkeyboard/vk/
H A Dvirtualkeyboard.js199 var pos = 0;
215 delete (layout[pos]);
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php767 $pos = array_pop($parentheses);
770 $sub = array_slice($this->noeuds, $pos + 1, $i - $pos - 1);
1007 $pos = 0;
1012 ImageCopy($result, $img[$i],$pos,$dessus-$base[$i], 0, 0,imagesx($img[$i]),imagesy($img[$i]));
1013 $pos += imagesx($img[$i]);
/plugin/virtualkeyboard/vk/layouts/
H A DKorean.js284 var pos= '\u3142\u3137\u3148\u3131'.indexOf(buf) // p t c k
285 if (pos!=-1 ) return ['\u314d\u314c\u314a\u314b'.charAt(pos), 1]
/plugin/googlesearch/
H A Dnusoap.php2574 if($pos > 1){
2578 if($pos > 1){
5941 $this->message[$pos] = array('pos' => $pos,'children'=>'','cdata'=>'');
5947 if($pos != 0){
6108 $this->message[$pos]['result'] =& $this->multirefs[$id][$pos];
6113 $this->message[$pos]['result'] = $this->buildVal($pos);
6121pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$pos]['typ…
6131 $this->message[$pos]['result'] = $this->message[$pos]['xattrs'];
6138pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$pos]['type'], …
6144 $this->message[$pos]['result'] = $this->message[$pos]['cdata'];
[all …]
/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++;
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php45 var $pos = 0; variable in File_Archive_Reader_Cache
77 $this->pos++;
101 $this->pos = count($this->files)-1;
114 function getStat() { return $this->files[$this->pos]['stat']; }
118 function getMime() { return $this->files[$this->pos]['mime']; }
141 if ($length > 0 && $this->pos+1 < count($this->files)) {
168 if ($length >= 0 && $this->pos+1 < count($this->files)) {
196 $pos = $this->files[$this->pos]['pos'];
197 fseek($this->tmpFile, $pos, SEEK_SET);
198 return $pos - $before;
[all …]

1...<<6162636465