Home
last modified time | relevance | path

Searched refs:len (Results 201 – 225 of 422) sorted by path

12345678910>>...17

/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/
H A Dga.txt21 Fairis sin, ní déanfar aon idirdhealú ar fhoras no céimíochta poiliticiúla, dlínsiúla nó eadarnáisiúnta atá ag an tír nó an chríoch len mbaineann duine, pé acu críoch neamhspleách, críoch iontaobhais, nó críoch gan rialtas dúchais í, nó críoch a bhfuil aon teoranta eile ar a ceannasacht.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/kr/
H A Dkr.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/oc/
H A Doc.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sk/
H A Dsk.txt83 2. Manželstvá môžu byť uzavrené len so slobodným a plným súhlasom nastávajúcich manželov.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sl/
H A Dsl.txt
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php171 $len = \count($array);
173 if ($len < $howMany) {
179 $len,
180 1 === $len ? '' : 's'
186 $toReject = ($len - $toResolve) + 1;
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php291 $len = strlen($data);
298 $len,
302 for($s = 0; $s < $len; $s += 512) {
/plugin/extendpage/helper/
H A Ddb.php66 $len = strlen($conf['metadir']);
67 … ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)) {
/plugin/exttab3/
H A Dsyntax.php119 $len = 2;
120 switch (substr($markup, 0, $len)) {
128 $len = 1;
129 switch (substr($markup, 0, $len)) {
135 $attrs = substr($markup, $len);
/plugin/fblogin/lib/
H A Dbase_facebook.php1384 $len = strlen($small);
1385 if ($len === 0) {
1388 return substr($big, -$len) === $small;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php261 $len = count($acl);
262 for($i=0; $i<$len; $i++){
H A Dutil.php252 $len = strlen($Config[$path_type[$type]]);
253 $rest = substr($path, $len);
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js71 …ument.createElement(A);var K=D.ElementPath;if (K){for (var i=0,len=K.Elements.length;i<len;i++){va…
H A Dfckeditorcode_ie.js75 …ument.createElement(A);var K=D.ElementPath;if (K){for (var i=0,len=K.Elements.length;i<len;i++){va…
/plugin/fckg/syntax/
H A Ddwplugin.php377 $len = strlen($entry_match);
378 $remainder = substr($text,$len);
/plugin/fedauth/Auth/OpenID/
H A DMessage.php185 function len() function in Auth_OpenID_Mapping
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php29 $len = '' === $prefix ? 0 : strlen($prefix) + 1;
30 … $path = $dir . '/' . str_replace('\\', '.', substr($class->name, $len)) . '.' . $extension;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php345 $len = \strlen($sequence);
349 while ($i < $len) {
409 $len = \strlen($mapping);
414 while ($i < $len) {
457 while ($i < $len) {
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c510 if (buf->len != 0) { in twig_add_array_key_to_string()
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php156 $len = \strlen($this->rootPath);
157 if (0 === strncmp($this->rootPath, $path, $len)) {
158 return substr($path, $len);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php66 $len = \strlen($name) + 4;
69 $noderepr[] = str_repeat(' ', $len).$line;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar224 $len = unpack('V', substr($m, $start, 4));
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
/plugin/footer/
H A Daction.php108 $len = strlen(rtrim($conf['datadir'], '/'));
110 while (strlen($path) >= $len) {
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js80 'core_md5' : function(x, len) argument
82 x[len >> 5] |= 0x80 << ((len) % 32);
83 x[(((len + 64) >>> 9) << 4) + 14] = len;
H A Dprototype.js445 var parts = this.split('-'), len = parts.length;
446 if (len == 1) return parts[0];
452 for (var i = 1; i < len; i++)

12345678910>>...17