Home
last modified time | relevance | path

Searched refs:other (Results 76 – 100 of 1386) sorted by last modified time

12345678910>>...56

/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt46 otherwise to promote the sale, use or other dealings in this Font Software
94 be used in advertising or otherwise to promote the sale, use or other
H A DDhyanaOFL.txt25 however, cannot be released under any other type of license. The
46 writer or other person who contributed to the Font Software.
77 distributed under any other license. The requirement for fonts to
H A DSyrCOMEdessa_license.txt55 to promote the sale, use or other dealings in this Font Software
H A DTaameyDavidCLM-LICENSE.txt13 invalidate any other reasons why the document might be covered
H A DGNUFreeFontinfo.txt82 other reasons why the document might be covered by the GNU General Public
H A DJomolhari-OFL.txt28 however, cannot be released under any other type of license.
39 users and any other names as specified after the copyright statement.
50 writer or other person who contributed to the Font Software.
72 other font description fields, which are used to differentiate the
83 under any other license.
H A DKhmerOFL.txt24 however, cannot be released under any other type of license. The
45 writer or other person who contributed to the Font Software.
76 distributed under any other license. The requirement for fonts to
H A DLateef font OFL.txt24 however, cannot be released under any other type of license. The
45 writer or other person who contributed to the Font Software.
76 distributed under any other license. The requirement for fonts to
H A DLohitKannadaOFL.txt25 however, cannot be released under any other type of license. The
46 writer or other person who contributed to the Font Software.
77 distributed under any other license. The requirement for fonts to
H A DXW Zar Font Info.txt23 however, cannot be released under any other type of license. The
44 writer or other person who contributed to the Font Software.
75 distributed under any other license. The requirement for fonts to
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md295 - SVG images - improved handling of comments and other extraneous code
758 - When using charset_in other than utf-8, HTML Footers using tags e.g. `<htmlpageheader>` do not decode correctly
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE20 other than an Application or a Combined Work as defined below.
51 that uses the facility (other than as an argument passed when the
131 Library side by side in a single library together with other library
137 on the Library, uncombined with any other library facilities,
/plugin/hidden/
H A DREADME.md3 If you're a user of this plugin, don't worry: I'm still keeping an eye on it, and I'll try to make sure it keeps working fine with future versions of Dokuwiki. But my time is now dedicated to other projects so I will likely not add other features.
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php534 * @param WebDriverElement $other
537 public function equals(WebDriverElement $other) argument
540 return $this->getID() === $other->getID();
545 ':other' => $other->getID(),
556 * In case the first child is hidden, other elements are processed until we run out of elements.
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DLICENSE14 and/or other materials provided with the distribution.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerMoreAction.php65 public function equals(object $other) : bool argument
67 if ($this === $other) {
71 return $other instanceof self;
H A DLexerPopModeAction.php65 public function equals(object $other) : bool argument
67 if ($this === $other) {
71 return $other instanceof self;
H A DLexerPushModeAction.php72 public function equals(object $other) : bool argument
74 if ($this === $other) {
78 if (!$other instanceof self) {
82 return $this->mode === $other->mode;
H A DLexerSkipAction.php65 public function equals(object $other) : bool argument
67 if ($this === $other) {
71 return $other instanceof self;
H A DLexerTypeAction.php77 public function equals(object $other) : bool argument
79 if ($this === $other) {
83 if (!$other instanceof self) {
87 return $this->type === $other->type;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php58 public function equals(object $other) : bool argument
60 if ($this === $other) {
64 if (!$other instanceof self) {
68 if (!parent::equals($other)) {
72 if ($this->passedThroughNonGreedyDecision !== $other->passedThroughNonGreedyDecision) {
76 return Equality::equals($this->lexerActionExecutor, $other->lexerActionExecutor);
H A DLexerActionExecutor.php199 public function equals(object $other) : bool argument
201 if ($this === $other) {
205 return $other instanceof self
206 && $this->hashCode() === $other->hashCode()
207 && Equality::equals($this->lexerActions, $other->lexerActions);
H A DPredictionMode.php251 * other hand, there might be multiple conflicts that resolve to different
287 * enough lookahead. On the other hand, announcing a conflict too late is no
303 * Sam checks to see if one is a subset of the other by calling merge and
354 * In other words, we continue examining lookahead until all `A_i`
497 public function equals(object $other) : bool argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DPrecedencePredicate.php40 public function equals(object $other) : bool argument
42 if ($this === $other) {
46 if (!$other instanceof self) {
50 return $this->precedence === $other->precedence;
H A DPredicate.php41 public function equals(object $other) : bool argument
43 if ($this === $other) {
47 if (!$other instanceof self) {
51 return $this->ruleIndex === $other->ruleIndex
52 && $this->predIndex === $other->predIndex
53 && $this->isCtxDependent === $other->isCtxDependent;

12345678910>>...56