Home
last modified time | relevance | path

Searched refs:part (Results 701 – 725 of 948) sorted by last modified time

1...<<21222324252627282930>>...38

/plugin/authplaincas/
H A Dlicense99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/fetchmedia/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/ebookexport/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/flattr/
H A DCOPYING99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/avatar/
H A Dmonsterid.php17 // calculate part values from seed
34 foreach($parts as $part => $num) {
35 $file = dirname(__FILE__).'/parts/'.$part.'_'.$num.'.png';
44 if($part == 'body') {
H A DCOPYING
/plugin/database2/icons/
H A DLICENSE1 All images in this folder are part of DokuWiki plugin database2 and thus are
/plugin/database2/
H A Dstyle.css4 * This file is part of DokuWiki plugin database2 and is available under
H A Ddatabase2.php3353 $part = '';
3372 if ( $part !== '' )
3373 $part .= ' ';
3375 $part .= $temp;
3381 $parts[] = $part;
3382 $part = '';
3392 if ( $part !== '' )
3393 $part .= ' ';
3395 $part .= trim( substr( $line, $pos, $end - $pos ) );
3404 if ( $part !== '' )
[all …]
/plugin/rrdgraph/
H A Dsyntax.php185 foreach ($parts as $part) {
186 $key = strtolower(trim($part[1]));
187 $value = trim($part[2]);
/plugin/rrdgraph/inc/
H A Drpncomputer.php89 foreach (explode(",", $expression) as $part) {
90 switch (trim($part)) {
145 $v = strtolower(trim($part));
/plugin/wikistats/
H A DCOPYING99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/issuetracker/
H A Dprototype.js4253 "+": function(checkSet, part, isXML){
4259 part = part.toUpperCase();
4268 elem === part;
4276 ">": function(checkSet, part, isXML){
4280 part = isXML ? part : part.toUpperCase();
4295 elem.parentNode === part;
4304 "": function(checkSet, part, isXML){
4307 if ( !/\W/.test(part) ) {
4308 var nodeCheck = part = isXML ? part : part.toUpperCase();
4317 if ( typeof part === "string" && !/\W/.test(part) ) {
[all …]
/plugin/inclform/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/icalevents/
H A DLICENSE.txt107 whole or in part contains or is derived from the Program or any
108 part thereof, to be licensed as a whole at no charge to all third
127 distribute the same sections as part of a whole which is a work based
130 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE84 To "modify" a work means to copy from or adapt all or part of the work
125 packaging a Major Component, but which is not part of that Major
140 which are not part of the work. For example, Corresponding Source
181 No covered work shall be deemed part of an effective technological
320 part of a transaction in which the right of possession and use of the
350 apply only to part of the Program, that part may be used separately
355 remove any additional permissions from that copy, or from any part of
390 received it, or any part of it, contains a notice stating that it is
558 License will continue to apply to the part which is the covered work,
/plugin/shortcutkey/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/namespacesearch/
H A Dsyntax.php105 foreach ( explode(' ', array_shift($ns)) as $part) {
106 if (empty($part)) { continue; }
107 if ( substr($part, 0, 1) != '"' && substr($part, 0, 1) != '*' ) $part = '*' . $part;
108 if ( substr($part, -1) != '"' && substr($part, -1) != '*' ) $part = $part. '*';
109 $query[] = $part;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1642 foreach ($fileParts as $part) {
/plugin/authgoogle/google/external/
H A DURITemplateParser.php121 $part = $exp->prefix;
126 $part .= $exp->delimiter;
142 $part .= $val;
144 if (! $exp->one_var_defined) $part = '';
145 $this->expansion = str_replace($exp->expression, $part, $this->expansion);
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php68 $params = array('part' => $part);
140 $params = array('part' => $part);
196 $params = array('part' => $part);
310 $params = array('part' => $part);
422 $params = array('part' => $part);
512 $params = array('part' => $part);
602 $params = array('part' => $part);
682 $params = array('part' => $part);
752 $params = array('part' => $part);
814 $params = array('part' => $part);
[all …]
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php70 foreach($contentType as $part) {
71 $part = (explode('=', $part, 2));
72 if (isset($part[0]) && 'boundary' == trim($part[0])) {
73 $boundary = $part[1];
83 foreach($parts as $part) {
84 $part = trim($part);
85 if (!empty($part)) {
86 list($metaHeaders, $part) = explode("\r\n\r\n", $part, 2);
89 $status = substr($part, 0, strpos($part, "\n"));
93 list($partHeaders, $partBody) = Google_CurlIO::parseHttpResponse($part, false);
/plugin/toggle/
H A DLICENSE84 To "modify" a work means to copy from or adapt all or part of the work
125 packaging a Major Component, but which is not part of that Major
140 which are not part of the work. For example, Corresponding Source
181 No covered work shall be deemed part of an effective technological
320 part of a transaction in which the right of possession and use of the
350 apply only to part of the Program, that part may be used separately
355 remove any additional permissions from that copy, or from any part of
390 received it, or any part of it, contains a notice stating that it is
558 License will continue to apply to the part which is the covered work,
/plugin/doodle3/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/authlinotp/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.

1...<<21222324252627282930>>...38