Home
last modified time | relevance | path

Searched refs:substr (Results 376 – 400 of 2368) sorted by relevance

1...<<11121314151617181920>>...95

/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js43 return self.addEventListener(e.substr(2), f, false); // was true--Opera7b workaround!
84 e = e.substr(2);
94 …if (self.addEventListener) self.addEventListener(e.substr(2), f, false); // was true--Opera7b work…
/plugin/backlinks2/
H A Dsyntax.php67 $match = substr($match, 12, -2);
70 $includeNS = substr(strstr($match, "#", FALSE), 1);
110 $filterNS = substr($filterNS, 1);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php96 $body = substr(
145 $body = substr(
183 $body = substr(
/plugin/statistics/inc/pchart/
H A DColor.php84 return new Color('#'.substr(md5($rand),0,6));
104 if(substr($color,0,1) == '#') $color = substr($color, 1);
/plugin/combo/syntax/
H A Dvariable.php28 return substr($ref, 0, 1) === Template::DOLLAR_VARIABLE_PREFIX;
120 if (substr($match, 0, $lengthLongPrefix) === Template::LONG_PREFIX) {
121 $expression = trim(substr($match, $lengthLongPrefix, -1));
/plugin/mikioplugin/
H A Daction.php69 if (substr($filename, -5) == '.less' || substr($filename, -4) == '.css') {
108 if (strtolower(substr($style, -5)) == '.less') {
/plugin/struct/meta/
H A DColumn.php196 if (substr($file, 0, 8) == 'Abstract') continue;
197 if (substr($file, 0, 5) == 'Trait') continue;
198 if (substr($file, 0, 4) == 'Auto') continue;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/CSS/
H A DBrowserSpecificStylesSniff.php82 if ($breakChar !== false && substr($filename, -4) === '.css') {
83 $specific = substr($filename, ($breakChar + 1), -4);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php120 … if ($char === $this->otagChar && substr($text, $i, $this->otagLen) === $this->otag) {
162 … if ($char === $this->ctagChar && substr($text, $i, $this->ctagLen) === $this->ctag) {
188 if (substr($lastName, -1) === '}') {
189 $token[self::NAME] = trim(substr($lastName, 0, -1));
283 $this->setDelimiters(trim(substr($text, $startIndex, $closeIndex - $startIndex)));
331 $pragma = trim(substr($text, $index + 2, $end - $index - 2));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
215 $info = unpack('V', substr($m, 0, 4));
216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
218 $s = unpack('V', substr($m, 0, 4));
224 $len = unpack('V', substr($m, $start, 4));
226 $savepath = substr($m, $start, $len[1]);
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php144 … if(substr($filename, 0, $striplen) == $strip) $filename = substr($filename, $striplen);
303 $this->writebytes(pack("a512", substr($data, $s, 512)));
457 $this->writebytes(pack("a512", substr($name, $s, 512)));
459 $name = substr($name, 0, 100); // cut off name
584 if(substr($file, -3) == '.gz' || substr($file, -4) == '.tgz') {
586 } elseif(substr($file, -4) == '.bz2' || substr($file, -4) == '.tbz') {
/plugin/odt/ODT/css/
H A Dcssimportnew.php40 $this->namespaze = substr ($attribute_string, 0, $found);
42 $attribute_string = substr ($attribute_string, $found + 1);
49 $this->attribute = substr($attribute_string, 0, $found);
51 $this->value = substr($attribute_string, $found + 1);
53 $this->attribute = substr($attribute_string, 0, $found - 1);
55 $this->value = substr($attribute_string, $found + 1);
728 $property = substr ($decls, $pos, $colon - $pos);
731 $value = substr ($decls, $colon + 1, $semi - ($colon + 1));
982 $at_rule_name = substr ($before_open_bracket, $at_rule_end);
984 $contents_in_media = substr ($contents, $bracket_open + 1);
[all …]
/plugin/typography/syntax/
H A Dsmallcaps.php20 $this->mode = substr(get_class($this), 7);
42 $params = 'fv:small-caps;'.strtolower(ltrim(substr($match, 10, -1)));
/plugin/commentsyntax/syntax/
H A Dhtmlcomment.php37 $this->mode = substr(__CLASS__, 7);
56 return array($state, substr($match, 4, -3));
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php136 $x = $y = (int) substr($xy, 1, -1);
141 $xy = explode(',', substr($xy, 1, -1));
148 $xy = explode(',', substr($xy, 1, -1));
228 substr($value, 1)
/plugin/farmsync/meta/
H A DPageUpdates.php97 if (substr($cleanline, -3) == ':**') {
103 } elseif (substr($cleanline, -2) == ':*') {
111 if (substr(noNS($document), 0, 1) == '_') return array();
112 if (in_array(substr($document, -1), array(':', ';'))) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFileCommentSniff.php147 … $phpcsFile->addError($error, $tag, 'Duplicate'.ucfirst(substr($name, 1)).'Tag', $data);
160 $phpcsFile->addError($error, $tag, 'Empty'.ucfirst(substr($name, 1)).'Tag', $data);
197 … $phpcsFile->addError($error, $commentEnd, 'Missing'.ucfirst(substr($tag, 1)).'Tag', $data);
210 …->addError($error, $tokens[$commentStart]['comment_tags'][$pos], ucfirst(substr($tag, 1)).'TagOrde…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php264 $key .= substr($key, 0, 8);
279 $this->des[0]->setKey(substr($key, 0, 8));
280 $this->des[1]->setKey(substr($key, 8, 8));
281 $this->des[2]->setKey(substr($key, 16, 8));
/plugin/struct/action/
H A Daggregationeditor.php69 if (substr($event->data, 0, $len) != 'plugin_struct_aggregationeditor_') {
76 if (substr($event->data, $len) == 'new') {
80 if (substr($event->data, $len) == 'save') {
84 if (substr($event->data, $len) == 'delete') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DEndFileNoNewlineSniff.php75 $lastChars = substr($tokens[$stackPtr]['content'], ($eolCharLen * -1));
80 $newContent = substr($tokens[$stackPtr]['content'], 0, ($eolCharLen * -1));
/plugin/command/syntax/
H A Dblock.php73 $callString = substr($match, 1, $parenPos - 1);
75 $content = substr($match, $parenPos + 1, -2);
/plugin/swfobject/
H A Dsyntax.php91 if ( substr($value, 0, 1) == ':' )
282 $result .= substr($s,$i,$j+1);
298 $result .= substr($s,$i,$j+1);
313 $result .= substr($s,$i,$j+1);
328 $lch = substr($result,-1);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php967 $code = substr($code, 1);
1218 $tmp = substr($code, 4, 3);
1221 $upce_code = substr($code, 2, 2).substr($code, 9, 3).substr($code, 4, 1);
1223 $tmp = substr($code, 5, 2);
1226 $upce_code = substr($code, 2, 3).substr($code, 10, 2).'3';
1228 $tmp = substr($code, 6, 1);
1231 $upce_code = substr($code, 2, 4).substr($code, 11, 1).'4';
1234 $upce_code = substr($code, 2, 5).substr($code, 11, 1);
1827 $seq = substr($seq, 0, -2);
1941 $binary_code .= substr($tracking_number, 2, 18);
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php196 } while (substr($this->getFilename(), -1) == '/');
220 $result = substr($this->data, $this->offset, $actualLength);
298 if (substr($this->getFilename(), -1) == '/' || $pred->isTrue($this)) {
361 $newData = substr($this->data, 0, $this->offset + $seek);
362 $this->data = substr($this->data, $this->offset + $seek);
365 $newData .= substr($this->data, 0, $length);
367 $this->data = substr($this->data, $length);
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php280 $temp = substr ( $column, $pos + 4 );
351 'mime' => substr ( $value, 0, $a ),
352 'name' => substr ( $value, $a + 1, $b - $a - 1 ),
353 'file' => substr ( $value, $b + 1 )
382 $value = substr ( $value, 0, 19 );
534 if ($value && (substr ( $value, - 3 ) == ':00') && (strlen ( $value ) > 5))
535 $value = substr ( $value, 0, - 3 );

1...<<11121314151617181920>>...95