Home
last modified time | relevance | path

Searched refs:pos (Results 326 – 350 of 1609) sorted by last modified time

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

/plugin/elasticsearch/action/
H A Dsearch.php194 $pos = $form->findPositionByAttribute('id', 'qsearch__out');
195 $form->removeElement($pos);
196 $form->removeElement($pos + 1); // div closing tag
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php91 $pos = strpos($value[0], ',');
92 return $pos ? substr($value[0], 0, $pos) : $value[0];
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/cs/
H A Dcs.txt
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php522 if (false !== $pos = strrpos($class, '\\')) {
524 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
525 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
16 $msg = $msg ?: 'Could not seek the stream to position ' . $pos;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/io/
H A Dio.txt82 1. Viri e mulieri di adulta evo, sen irga limitizo pro raso, nacionaleso o religio, havas la yuro mariajar su e fondar familio. Li es yurizita per egala yuri relate mariajeso, dum mariajeso e pos dissolvo.
/plugin/latexcaption/syntax/
H A Dcaption.php78 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
139 return array($state, $match, $pos, $params);
155 return array($state, $match, $pos, $params);
158 return array($state, $match, $pos, $params);
174 return array($state, $match, $pos, $params);
206 list($state, $match, $pos, $params) = $data;
H A Dreference.php41 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/color/
H A Dsyntax.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/qrcodescanner/
H A Dsyntax.php28 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
29 return array($match, $state, $pos);
/plugin/code39/
H A Dsyntax.php64 * @param int $pos The position in the document
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/scrollticker/
H A Dsyntax.php57 * @param int $pos The position in the document
61 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/folded/syntax/
H A Ddiv.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
32 $handler->addCall('cdata',array($match), $pos);
H A Dheader.php34 function handle($match, $state, $pos, Doku_Handler $handler){ argument
41 return array($title,$level,$pos);
50 list($text,$level,$pos) = $data;
H A Dspan.php29 function handle($match, $state, $pos, Doku_Handler $handler){ argument
33 $handler->addCall('cdata',array($match), $pos);
/plugin/achart/assets/
H A Dapexcharts.min.js6pos=0,this.absPos=0,this._speed=1},extend:{animate:function(e,i,s){"object"===t(e)&&(i=e.ease,s=e.…
10pos:[0,0],start:[0,0]},p={pos:[0,0],start:[0,0]};;){if(c[g]=e.call(u,c[g]),d[g]=e.call(p,d[g]),c[g…
H A Djs-yaml.min.js2pos:i-t+o.length}}function l(e,t){return n.repeat(" ",t-e.length)+e}var c=function(e,t){if(t=Objec…
/plugin/achart/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/snippets/
H A Dsyntax.php40 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 Dsave.php152 $pos = strpos($TEXT, 'MULTI_PLUGIN_OPEN');
153 if($pos !== false) {
/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

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