Home
last modified time | relevance | path

Searched full:boundary (Results 101 – 125 of 223) sorted by path

123456789

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php158 * @param string $box The page boundary to import. Default set to PageBoundaries::CROP_BOX.
H A DMpdf.php8095 // 4) Break at U+200B in current word (Khmer, Lao & Thai Invisible word boundary, and Tibetan)
19175 preg_match_all('/(\xe2\x80\x8b| )/', $line, $spaces, PREG_OFFSET_CAPTURE); // U+200B Zero Width word boundary, or space
19206 $words = preg_split('/(\xe2\x80\x8b| )/', $line); // U+200B Zero Width word boundary, or space
H A DOtl.php979 // Shapers - KHMER & THAI & LAO - Replace Word boundary marker with U+200B
4578 * BN Boundary Neutral Default ignorables, non-characters, and control characters, other than those explicitly given other types.
4693 // X10. Determine the start-of-sequence (sor) and end-of-sequence (eor) types, either L or R, for each isolating run sequence. These depend on the higher of the two levels on either side of the sequence boundary:
4720 // Weak types are now resolved one level run at a time. At level run boundaries where the type of the character on the other side of the boundary is required, the type assigned to sor or eor is used.
4814 if ($chardata[$j]['level'] != $chardata[$i]['level']) { // Level run boundary
4837 } elseif ($chardata[($i - 1)]['level'] != $chardata[($i)]['level']) { // run boundary
4847 // move to the right of any following neutrals OR hit a run boundary
4852 } elseif ($chardata[($j + 1)]['level'] != $chardata[($j)]['level']) { // run boundary
5214 // X10. Determine the start-of-sequence (sor) and end-of-sequence (eor) types, either L or R, for each isolating run sequence. These depend on the higher of the two levels on either side of the sequence boundary:
5261 // Weak types are now resolved one level run at a time. At level run boundaries where the type of the character on the other side of the boundary i
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php224 * @param string $box The page boundary to import. Default set to PageBoundaries::CROP_BOX.
265 \sprintf("Page doesn't have a boundary box (%s).", $box),
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php173 * Get a boundary of this page.
219 $boundary = $this->getBoundary($box, $fallback);
220 if ($boundary === false) {
228 $interchange ? $boundary->getHeight() : $boundary->getWidth(),
229 $interchange ? $boundary->getWidth() : $boundary->getHeight()
H A DPageBoundaries.php13 * An abstract class for page boundary constants and some helper methods
86 * Checks if a name is a valid page boundary name.
88 * @param string $name The boundary name
/plugin/elwikiupgrade/
H A DHTTPClient.php70 // what we use as boundary on multipart/form-data posts
71 var $boundary = '---DokuWikiHTTPClient--4523452351'; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
235 $headers['Content-Type'] = 'multipart/form-data; boundary=' . $this->boundary;
838 $boundary = '--'.$this->boundary;
841 $out .= $boundary.HTTP_NL;
857 $out .= "$boundary--".HTTP_NL;
/plugin/fckg/fckeditor/editor/dialog/
H A Dfck_replace.html101 // Return value means whehther we've crossed a line break or a paragraph boundary.
125 // Return value means whehther we've crossed a line break or a paragraph boundary.
/plugin/fedauth/Auth/OpenID/
H A DParse.php101 * Starts with the tag name at a word boundary, where the tag name
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php52 * Finally, we use boundary test generation heuristics to avoid combinatorial
/plugin/form/
H A Dsyntax.php623 return '$boundary = strtoupper(md5(uniqid(time())));' . "\n"
626 . '$mail_header .= "\nContent-Type: multipart/mixed; boundary=$boundary";' . "\n"
628 . '$mail_header .= "\n--$boundary";' . "\n"
642 . ' $mail_header .= "\n--$boundary";' . "\n"
649 . '$mail_header .= "\n--$boundary--";' . "\n";
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php176 * The first parameter is a refresh delay value, the second is a time inactivity boundary etc ...
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DOSM.php141 static $polygonalTypes = ['multipolygon', 'boundary'];
195 && !isset($way['tags']['boundary'])
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php156 // Do a check and replace on each boundary, slowly growing the bounding box
H A DCurve.php75 * The boundary of a non-closed Curve consists of its end Points
79 public function boundary() function in geoPHP\\Geometry\\Curve
H A DGeometry.php115 * Returns the closure of the combinatorial boundary of the geometric object
119 abstract public function boundary(); function in geoPHP\\Geometry\\Geometry
H A DGeometryCollection.php139 public function boundary() function in geoPHP\\Geometry\\GeometryCollection
H A DMultiGeometry.php42 // By default, the boundary of a collection is the boundary of it's components
43 public function boundary() function in geoPHP\\Geometry\\MultiGeometry
52 return $this->getGeos()->boundary();
58 $componentsBoundaries[] = $component->boundary();
H A DMultiLineString.php65 * The boundary of a MultiLineString is a MultiPoint consists of the start and end points of its non-closed LineStrings
69 public function boundary() function in geoPHP\\Geometry\\MultiLineString
H A DMultiPoint.php71 * The boundary of a MultiPoint is the empty set.
74 public function boundary() function in geoPHP\\Geometry\\MultiPoint
H A DMultiPolygon.php71 public function boundary() function in geoPHP\\Geometry\\MultiPolygon
H A DPoint.php179 * The boundary of a Point is the empty set.
182 public function boundary() function in geoPHP\\Geometry\\Point
H A DPolygon.php254 * @param boolean $pointOnBoundary - whether a boundary should be considered "in" or not
267 // Check if the point is inside the polygon or on the boundary
279 // Check if point is on an horizontal polygon boundary
293 // Check if point is on the polygon boundary (other than horizontal)
372 public function boundary() function in geoPHP\\Geometry\\Polygon
374 // TODO: Implement boundary() method.
H A DSurface.php9 * A simple Surface may consists of a single “patch” that is associated with one “exterior boundary” and 0 or more
/plugin/google_maps/
H A Dscript.js88 // We select the best zoom for the boundary:

123456789