Home
last modified time | relevance | path

Searched refs:other (Results 126 – 150 of 1386) sorted by relevance

12345678910>>...56

/plugin/pdfjs/pdfjs/web/locale/bn-BD/
H A Dviewer.properties162 # [one|two|few|many|other], with [other] as the default value.
171 find_match_count[other]={{total}} এর {{current}} মিল
173 # [zero|one|two|few|many|other], with [other] as the default value.
181 find_match_count_limit[other]={{limit}} এর বেশি মিল
/plugin/pdfjs/pdfjs/web/locale/gu-IN/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]={{total}} માંથી {{current}} સરખા મળ્યાં
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]={{limit}} કરતાં વધુ સરખા મળ્યાં
/plugin/pdfjs/pdfjs/web/locale/he/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]={{current}} מתוך {{total}} תוצאות
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]=יותר מ־{{limit}} תוצאות
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jar ... ) Object object javax.cache.configuration.MutableCacheEntryListenerConfiguration other } javax/cache/integration/CacheWriterException.class ...
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
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.
/plugin/pdfjs/pdfjs/web/locale/zh-CN/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]=第 {{current}} 项,共匹配 {{total}} 项
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]=超过 {{limit}} 项匹配
/plugin/pdfjs/pdfjs/web/locale/th/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]={{current}} จาก {{total}} ที่ตรงกัน
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]=มากกว่า {{limit}} ที่ตรงกัน
/plugin/pdfjs/pdfjs/web/locale/el/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]={{current}} από {{total}} αντιστοιχίες
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]=Περισσότερες από {{limit}} αντιστοιχίες
/plugin/pdfjs/pdfjs/web/locale/ja/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]={{total}} 件中 {{current}} 件目
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]={{limit}} 件以上一致
/plugin/pdfjs/pdfjs/web/locale/ru/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]={{current}} из {{total}} совпадений
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]=Более {{limit}} совпадений
/plugin/pdfjs/pdfjs/web/locale/uk/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]={{current}} збігів із {{total}}
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]=Понад {{limit}} збігів
/plugin/pdfjs/pdfjs/web/locale/zh-TW/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]=第 {{current}} 筆,共找到 {{total}} 筆
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]=找到超過 {{limit}} 筆
/plugin/pdfjs/pdfjs/web/locale/ko/
H A Dviewer.properties172 # [one|two|few|many|other], with [other] as the default value.
181 find_match_count[other]={{total}} 중 {{current}} 일치
183 # [zero|one|two|few|many|other], with [other] as the default value.
191 find_match_count_limit[other]={{limit}} 이상 일치
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquatable.php9 public function equals(object $other) : bool; argument
/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/remust/
H A DREADME.md2 Extra font files for usage in CJK/SEA and other non-latin alphabets
/plugin/quickstats/
H A Dsyntax.php394 …function theader(&$renderer,$name,$accesses='Accesses',$num=" Num ",$other="") { argument
402 if($other) {
403 $other = $js . $other . '</a>';
404 $renderer->doc .= '<th class="quickstats_sort">'. $other . '</th>';
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java173 public boolean imageEquals(Region other) throws IOException { in imageEquals() argument
178 MappedImage otherImage = other.getImage(); in imageEquals()
180 || imageHash!=other.imageHash in imageEquals()
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php358 * @param WebDriverElement $other
361 public function equals(WebDriverElement $other) argument
364 return $this->element->equals($other);
/plugin/shibbolethauth/
H A Dstyle.css93 #shibboleth__manager .other {
98 #shibboleth__manager .other label {
/plugin/codehighlight/cp/
H A Dlicense.txt22 Free Software Foundation and other authors who decide to use it. You
43 code. If you link other code with the library, you must provide
78 Public License permits more lax criteria for linking other code with
83 Public License. It also provides other free software developers Less
97 In other cases, permission to use a particular library in non-free
118 0. This License Agreement applies to any software library or other
197 this License, whose permissions for other licensees extend to the
217 that version instead if you wish.) Do not make any other change in
328 restrictions of other proprietary libraries that do not normally
337 the Library and of the other library facilities is otherwise
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-LGPL23 Free Software Foundation and other authors who decide to use it. You
44 code. If you link other code with the library, you must provide
80 Public License permits more lax criteria for linking other code with
85 Public License. It also provides other free software developers Less
99 In other cases, permission to use a particular library in non-free
121 0. This License Agreement applies to any software library or other
123 other authorized party saying it may be distributed under the terms of
145 Activities other than copying, distribution and modification are not
181 the facility, other than as an argument passed when the facility
201 this License, whose permissions for other licensee
[all...]
/plugin/translator/
H A Dinfo.txt6 desc http://www.inetsoftware.de/other-products/dokuwiki-plugins/translator
/plugin/remoteinf/
H A Dplugin.info.txt6 desc send some encrypt inf to an other server
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_pre_escape_filters.test24 5. Re-escape values that are escaped for an other contexts
59 5. Re-escape values that are escaped for an other contexts

12345678910>>...56