Home
last modified time | relevance | path

Searched refs:parts (Results 51 – 75 of 925) sorted by relevance

12345678910>>...37

/plugin/socialshareprivacy/
H A Daction.php53 $parts = explode("_", $opt, 2);
54 if ( $parts[1] == "status" && $opt_value == "1") { $opt_value = "on"; }
55 if ( $parts[1] == "status" && $opt_value == "0") { $opt_value = "off"; }
56 if ( $parts[1] == "perma_option" && $opt_value == "1") { $opt_value = "on"; }
57 if ( $parts[1] == "perma_option" && $opt_value == "0") { $opt_value = "off"; }
59 $jsopt["$parts[0]"] .= "'" . $parts[1] . "' : " . "'" .$opt_value . "',";
/plugin/authfacebook/lib/GraphNodes/
H A DBirthday.php58 $parts = explode('/', $date);
60 $this->hasYear = count($parts) === 3 || count($parts) === 1;
61 $this->hasDate = count($parts) === 3 || count($parts) === 2;
/plugin/bliki/
H A Dsyntax.php209 $parts = explode('-', basename($file));
210 …$ts = mktime(substr($parts[3], 0, 2), substr($parts[3], 2, 2), substr($parts[3], 4, 2), $parts[1],…
213 $parts = explode('/', dirname($file));
214 $s = sizeof($parts);
215 $date = $parts[$s-3] . '-' . $parts[$s-2] . '-' . $parts[$s-1];
217 …, 0, 2), substr($filename, 2, 2), substr($filename, 4, 2), $parts[$s-2], $parts[$s-1], $parts[$s-3…
/plugin/combo/ComboStrap/
H A DHttp.php122 $parts = parse_url($url);
123 $fp = fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80, $errno, $errstr, 30);
124 $out = "GET " . $parts['path'] . "?" . $parts['query'] . " HTTP/1.1\r\n";
125 $out .= "Host: " . $parts['host'] . "\r\n";
/plugin/owncloud/
H A Dwork.php32 $parts = explode("|",$rawdata);
33 $link = array_shift($parts);
44 if(count($parts) > 1 ){ // We've a fileid
45 $last = array_pop($parts);
47 $desc = implode("|",$parts); // The rest is the description, can contain |
51 $desc = array_shift($parts);
/plugin/autolink4/
H A Dscript.js17 var parts = line.split(/\s*,\s*/);
18 var flags = (parts[3] || '')
28 parts.length = 3;
31 parts[3] = flags.join('|');
34 return parts.join(', ');
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php220 $parts = @parse_url($this->url);
227 if ($parts == false) {
246 if (isset($parts['scheme'])) { $this->protocol = $parts['scheme']; };
247 if (isset($parts['host'])) { $this->host = $parts['host']; };
248 if (isset($parts['user'])) { $this->user = $parts['user']; };
249 if (isset($parts['pass'])) { $this->pass = $parts['pass']; };
250 if (isset($parts['port'])) { $this->port = $parts['port']; };
251 …if (isset($parts['path'])) { $this->path = $parts['path']; } else { $this->path = "/…
252 if (isset($parts['query'])) { $this->path .= '?'.$parts['query']; };
283 if ($this->protocol == "https" && !isset($parts['port'])) {
H A Dcss.size.inc.php36 $parts = preg_split('/\s+/', $value);
37 $width_str = $parts[0];
38 $height_str = isset($parts[1]) ? $parts[1] : $parts[0];
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php50 $parts = array();
52 $parts[] = $file->getContent();
55 return implode("\n", $parts);
65 $parts = array();
67 $parts[] = (string) $directory;
70 return implode(',', $parts);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DHgblame.php63 $parts = explode(' ', $blameParts[0]);
65 if (count($parts) < 6) {
69 $parts = array_slice($parts, 0, (count($parts) - 6));
71 return trim(preg_replace('|<.+>|', '', implode($parts, ' ')));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DForLoopShouldBeWhileLoopSniff.php78 $parts = array(
90 ++$parts[$index];
94 if ($parts[0] === 0 && $parts[2] === 0 && $parts[1] > 0) {
/plugin/orphanmedia/
H A Dsyntax.php398 if (is_array($parts) && count($parts) > 1) {
439 if (is_array($parts) && count($parts) > 1) {
638 if (is_array($parts) && count($parts) > 1) {
639 $extension = end($parts);
657 if (is_array($parts) && count($parts) > 1) {
658 $extension = end($parts);
679 if (is_array($parts) && count($parts) > 1) {
680 $extension = end($parts);
701 if (is_array($parts) && count($parts) > 1) {
702 $extension = end($parts);
[all …]
/plugin/orphanmedia2/
H A Dsyntax.php399 if (is_array($parts) && count($parts) > 1) {
440 if (is_array($parts) && count($parts) > 1) {
639 if (is_array($parts) && count($parts) > 1) {
640 $extension = end($parts);
658 if (is_array($parts) && count($parts) > 1) {
659 $extension = end($parts);
680 if (is_array($parts) && count($parts) > 1) {
681 $extension = end($parts);
702 if (is_array($parts) && count($parts) > 1) {
703 $extension = end($parts);
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSassphpFilter.php118 $parts = pathinfo($reference);
120 if ('.' === $parts['dirname']) {
121 $partial = '_' . $parts['filename'];
123 $partial = $parts['dirname'] . DIRECTORY_SEPARATOR . '_' . $parts['filename'];
126 if (isset($parts['extension'])) {
127 $partial .= '.' . $parts['extension'];
/plugin/sentry/
H A Dhelper.php20 $parts = parse_url($this->getConf('dsn'));
22 $dsn['protocol'] = $parts['scheme'];
23 $dsn['public'] = $parts['user'];
24 $dsn['secret'] = $parts['pass'];
25 $dsn['project'] = (int)basename($parts['path']);
26 $dsn['url'] = $parts['host'];
27 if (!empty($parts['port'])) $dsn['url'] .= ':' . $parts['port'];
29 $path = dirname($parts['path']);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DCachedDoubler.php57 $parts = array();
59 $parts[] = $class->getName();
62 $parts[] = $interface->getName();
64 sort($parts);
66 return md5(implode('', $parts));
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php87 preg_match('/(\d*)[Dd](\d+)(\+|\-)?(\d+)?/', $formula, $parts);
88 $rolls = empty($parts[1]) ? 1 : $parts[1];
89 $die = (int) $parts[2];
92 if (!empty($parts[3])) {
93 $mod = (int)($parts[3] . $parts[4]);
/plugin/twistienav/
H A Daction.php60 $parts = explode(':', $ID);
61 $count = count($parts);
64 $part .= $parts[$i].':';
122 $parts = explode(':', $ID);
123 $count = count($parts);
126 $part .= $parts[$i-1].':';
129 $skeleton .= '<a href="javascript:void(0)">'.$parts[$i-1].'</a>:';
131 $skeleton .= $parts[$i-1].':';
134 $skeleton .= end($parts);
/plugin/twistienav4bootstrap3/
H A Daction.php59 $parts = explode(':', $ID);
60 $count = count($parts);
63 $part .= $parts[$i].':';
121 $parts = explode(':', $ID);
122 $count = count($parts);
125 $part .= $parts[$i-1].':';
128 $skeleton .= '<a href="javascript:void(0)">'.$parts[$i-1].'</a>:';
130 $skeleton .= $parts[$i-1].':';
133 $skeleton .= end($parts);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSee.php58 $parts = preg_split('/\s+/Su', $body, 2);
59 $description = isset($parts[1]) ? $descriptionFactory->create($parts[1], $context) : null;
62 if (preg_match('/\w:\/\/\w/i', $parts[0])) {
63 return new static(new Url($parts[0]), $description);
66 return new static(new FqsenRef($resolver->resolve($parts[0], $context)), $description);
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat15 my %parts = reverse($source =~ m[(//\s*{{{ [ \t]* (\w*) .*? //[ \t]* }}})]sgx);
16 my $main = $parts{''}; delete $parts{''};
18 $parts{'script-xml'} = $parts{script} . "\n\n" . $parts{xml};
20 while (my ($k, $v) = each %parts) {
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php141 $parts = self::explodeUrl('http://localhost'.$matches[3], $dsn);
143 return new Dsn($scheme, self::getQuery($parts));
147 $parts = self::explodeUrl($matches[3], $dsn);
149 return new Path($scheme, $parts['path'], self::getQuery($parts), $authentication);
152 $parts = self::explodeUrl('http://'.$matches[3], $dsn);
154 return new Url($scheme, $parts['host'], $parts['port'] ?? null, $parts['path'] ?? null, self::getQuery($parts),
175 getQuery(array $parts) global() argument
[all...]
/plugin/aclplusregex/
H A Daction.php271 // fill up missing parts with low prio markers
275 // if both parts are the same, move on
304 * Keeps * and ** placeholders, as well as parts containing
313 $parts = explode(':', $id);
314 $count = count($parts);
316 if ($parts[$i] == '**') continue;
317 if ($parts[$i] == '*') continue;
318 if ($this->containsRegex($parts[$i])) continue;
320 $parts[$i] = cleanID($parts[
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php129 $parts = explode('=', $piece, 2);
130 if (count($parts) !== 2) {
134 $obj = new self($parts[0], $parts[1]);
137 $obj->additional[] = new self($parts[0], $parts[1]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2MessageAnnotation.php47 public function setParts($parts) argument
49 $this->parts = $parts;
56 return $this->parts;

12345678910>>...37