Home
last modified time | relevance | path

Searched refs:pos (Results 351 – 375 of 1609) sorted by relevance

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

/plugin/linkback/
H A Dsyntax.php38 * @param int $pos The character position of the matched text
42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php136 $pos = $stream->tell();
138 if ($pos > 0 && !$stream->seek(0)) {
148 $stream->seek($pos);
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php822 $pos = strpos($data,"\r\n\r\n");
823 if($pos > 1){
826 $pos = strpos($data,"\n\n");
827 if($pos > 1){
988 if ($pos = strpos($data,"\r\n\r\n")) {
989 $data = ltrim(substr($data,$pos));
991 $data = ltrim(substr($data,$pos));
1000 $data = ltrim(substr($data,$pos));
1002 $data = ltrim(substr($data,$pos));
1008 if ($pos = strpos($data,"\r\n\r\n")) {
[all …]
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php162 $pos = 2 * $i;
163 $npoints[$pos] = $p;
164 $nscalars[$pos] = $this->factory->newInteger($k1);
166 $pos++;
167 $npoints[$pos] = $beta;
168 $nscalars[$pos] = $this->factory->newInteger($k2);
/plugin/tocselect/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
43 $handler->_addCall('notoc',array(),$pos);
/plugin/dirtylittlehelper/syntax/
H A Ddivhtml.php67 * @param int $pos The position in the document
72 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtablehtml.php67 * @param int $pos The position in the document
72 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/filelisting/
H A Dsyntax.php47 * @param int $pos The position in the document
51 public function handle($match, $state, $pos, Doku_Handler $handler){
50 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/mediasyntax/syntax/
H A Dteletyper.php33 function handle($match, $state, $pos, Doku_Handler $handler)
35 dbglog("entering function ".__FUNCTION__.", match is $match, state is $state, pos is $pos");
44 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/relativens/
H A Dsyntax.php74 $handler->media($modifiedMatch, $state, $pos);
78 $handler->internallink($modifiedMatch, $state, $pos);
/plugin/drawio/
H A Dsyntax.php47 * @param int $pos The position in the document
52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/tag/syntax/
H A Dtagpage.php47 * @param int $pos The position in the document
51 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jar ... x int i int i int cur boolean match int pos int x byte[] pattern int off int len ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jar ... x int i int i int cur boolean match int pos int x byte[] pattern int off int len ...
/plugin/fckg/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/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/fckg/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/fileshare/syntax/
H A DFileshare.php56 * @param int $pos The position in the document
60 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
61 $pos = strpos($match, "{{FileSharing>");
62 if($pos !== FALSE){
/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/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/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/odt/ODT/
H A Dstyleset.php106 $pos = 0;
108 while ($pos < $max) {
109 $xml_code = XMLUtil::getNextElement($element, substr($style_elements, $pos), $end);
113 $pos += $end;
/plugin/const/
H A Daction.php264 function _convert($pos) { argument
266 if(!array_key_exists($ID,$this->offsets)) return $pos;
270 if ($pos >= $tuple['pos']) {
278 return $pos - $offset;
/plugin/metaeditor/
H A Djstree.js3456 pos = pos === undefined ? "last" : pos;
3467 if(pos === "after") { pos = "last"; }
3488 if(!pos) { pos = 0; }
3688 pos = pos === undefined ? 0 : pos;
3733 if(pos === "after") { pos = "last"; }
3750 if(!pos) { pos = 0; }
3763 if(pos > tmp) { pos--; }
3861 pos = pos === undefined ? 0 : pos;
3897 if(pos === "after") { pos = "last"; }
3914 if(!pos) { pos = 0; }
[all …]

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