Home
last modified time | relevance | path

Searched refs:part (Results 1 – 21 of 21) sorted by relevance

/dokuwiki/inc/Action/
H A DSearch.php106 $queryParts = array_map(function ($part) {
107 if (strpos($part, '@') === 0) {
108 return $part;
110 if (strpos($part, 'ns:') === 0) {
111 return $part;
113 if (strpos($part, '^') === 0) {
114 return $part;
116 if (strpos($part, '-ns:') === 0) {
117 return $part;
123 return $part
[all...]
/dokuwiki/inc/
H A DMailer.class.php4 * A class to build and send multi part mails (with HTML content and embedded
38 * Initializes the boundary strings, part counters and token replacements
81 * @param string $embed Unique key to reference this file from the HTML part
103 * @param string $embed Unique key to reference this file from the HTML part
193 * If you pass the HTML part or HTML replacements yourself you have to make
197 * @param array $textrep replacements to apply on the text part
198 * @param array $htmlrep replacements to apply on the HTML part, null to use $textrep (urls wrapped in <a> tags)
260 * Set the HTML part of the mail
274 * Set the plain text part of the mail
391 foreach ($addresses as $part) {
[all...]
H A Dtemplate.php866 $part = '';
868 $part .= $parts[$i] . ':';
869 $page = $part;
879 if ($page == $part . $parts[$i]) {
885 $page = $part . $parts[$i];
H A DJpegMeta.php177 foreach($info as $part){
178 if(is_array($part)){
179 if(isset($part['val'])){
180 $arr[] = $part['val'];
182 $arr[] = join(', ',$part);
185 $arr[] = $part;
H A Dmedia.php1691 // insert the current ns into the hierarchy if it isn't already part of it
1695 foreach ($ns_parts as $level => $part) {
1696 if ($tmp_ns) $tmp_ns .= ':' . $part;
1697 else $tmp_ns = $part;
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php12 * This file is part of GeSHi.
2354 // when we have only one part, we don't have anything to highlight at all.
2431 // Now we go through each part. We know that even-indexed parts are
2446 $part = $parts[$key][1];
2487 $length = strlen($part);
2490 $char = $part[$i];
2507 } elseif (preg_match($regexp, $part, $match, PREG_OFFSET_CAPTURE, $i)) {
2540 if ($testchar === substr($part, $i, strlen($testchar)) &&
2551 if ($testchar === substr($part, $i, strlen($testchar))) {
2588 $close_pos = strpos($part,
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php77 $part = substr($this->message, 0, $chunk_size);
79 if (!xml_parse($this->_parser, $part, $final)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1083 foreach ($loc as $part) {
1084 if (!isset($filters[$part])) {
1088 $filters = $filters[$part];
1227 foreach ($parts as $part) {
1228 if (!$part) {
1232 $part = new BigInteger($part);
1233 while (!$part->equals($zero)) {
1234 $submask = $part->bitwise_and($mask);
1237 $part
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DBUGS9 newline up until the next lexic, instead of stopping at the <END GeSHi> part. In fact,
16 you're using this as part of some larger software, you may want to think about
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.
H A DCHANGELOG174 * CSS keywords incorrectly highlighted as part of identifiers (SF#3554101, BenBE)
573 - Second part of default style changes. Affected in this release:
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md11 - Opened up methods for checking the "local part" (the bit before the `@`) and the "domain part" (after the `@`)
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md5 It was originally ported to PHP in 2006 as part of the [DokuWiki](http://www.dokuwiki.org) wiki engine. It has received several improvements over the years and is now available as a standalone library.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE183 table, the facility still operates, and performs whatever part of
198 distribute the same sections as part of a whole which is a work based
201 entire whole, and thus to each and every part regardless of who wrote
228 This option is useful when you wish to copy part of the code of
257 that is part of the Library, the object code for the work may be a
352 that part of it is a work based on the Library, and explaining
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE180 table, the facility still operates, and performs whatever part of
195 distribute the same sections as part of a whole which is a work based
198 entire whole, and thus to each and every part regardless of who wrote
224 This option is useful when you wish to copy part of the code of
253 that is part of the Library, the object code for the work may be a
346 that part of it is a work based on the Library, and explaining
/dokuwiki/
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.
/dokuwiki/inc/Search/
H A DIndexer.php339 foreach ($parts as $part) {
340 [$id, $count] = explode('*', $part);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php846 foreach ($parts as $part) {
847 switch ($part) {
859 $afterPWD[] = $part;
874 // should work on all SFTP versions since the only part of the SSH_FXP_NAME packet the following looks
875 // at is the first part and that part is defined the same in SFTP versions 3 through 6.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php