Home
last modified time | relevance | path

Searched refs:n (Results 1676 – 1700 of 2191) sorted by last modified time

1...<<61626364656667686970>>...88

/plugin/data-au/lang/fr/
H A Dintro_clean.txt3 …nt détruites, leurs méta données sont également supprimées. Cependant, cela n'est vrai que pour le…
5 Cet outil supprime les données des pages qui n'existent plus.
/plugin/data-au/syntax/
H A Dentry.php333 $n = 0;
335 $fieldid = 'dataau_edit[dataau][' . $n++ . ']';
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php301 for ($n = 0; $n < $lvl; ++$n) {
302 if (!isset($last_folder[$n]) || strpos($ID, $last_folder[$n]['id']) !== 0) {
303 $last_folder[$n] = array(
304 …'id' => substr($ID, 0, strpos($ID, ':', ($n > 0 ? strlen($last_folder[$n - 1]['id']) : 0) + 1) + 1…
305 'level' => $n + 1,
308 $data[] = $last_folder[$n];
H A Dfieldfieldset.php75 for ($n = 0 ; $n < $index; ++$n) {
76 $field = $fields[$n];
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
91 $field = $fields[$n];
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php301 for ($n = 0; $n < $lvl; ++$n) {
302 if (!isset($last_folder[$n]) || strpos($ID, $last_folder[$n]['id']) !== 0) {
303 $last_folder[$n] = array(
304 …'id' => substr($ID, 0, strpos($ID, ':', ($n > 0 ? strlen($last_folder[$n - 1]['id']) : 0) + 1) + 1…
305 'level' => $n + 1,
308 $data[] = $last_folder[$n];
H A Dfieldfieldset.php75 for ($n = 0 ; $n < $index; ++$n) {
76 $field = $fields[$n];
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
91 $field = $fields[$n];
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php347 if (false === $n = strpos($line, "\n")) {
351 ++$n;
353 return $this->write(substr($line, 0, $n), $n);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DCombination.php56 $n = 0,
60 ->when($result = CUT::Γ($n, $k, $withoutZero))
70 $n = 2,
74 ->when($result = CUT::Γ($n, $k, $withoutZero))
89 $n = 3,
93 ->when($result = CUT::Γ($n, $k, $withoutZero))
110 $n = 2,
114 ->when($result = CUT::Γ($n, $k, $withoutZero))
127 $n = 3,
131 ->when($result = CUT::Γ($n, $k, $withoutZero))
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst702 {% if 'Fabien' ends with 'n' %}
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php96 foreach ($node as $n) {
97 if (!$n) {
101 $this->checkLoopUsageCondition($stream, $n);
121 foreach ($node as $n) {
122 if (!$n) {
126 $this->checkLoopUsageBody($stream, $n);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D581.phpt30 2 => 'Test\n'
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt62 --columns <n> Number of columns to use for progress output.
H A Dhelp2.phpt63 --columns <n> Number of columns to use for progress output.
H A Dteamcity-inner-exceptions.phpt22n--- Expected|n+++ Actual|n@@ @@|n Array (|n- 0 => 1|n+ 0 => 2|n )|n' details=' %s/tests/_fi…
28 …ons' message='Exception : One' details=' %s/tests/_files/ExceptionStackTest.php:18|n ' flowId='%d']
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml3 \0 \ \a \b \n
5 "\\0 \\ \\a \\b \\n"
39 "\n"
135 \n \r \t \v \0 \
139 …"Fun with \x5C\n\x22 \x07 \x08 \x1B \x0C\n\x0A \x0D \x09 \x0B \x00\n\x20 \xA0 \x85 \xe2\x80\xa8 \x…
143 { double: "some value\n \"some quoted string\" and 'some single quotes one'" }
146 'double' => "some value\n \"some quoted string\" and 'some single quotes one'"
H A Dmultiple_lines_as_literal_block.yml14 nested_inlined_multi_line_string: { inlined_multi_line: "foo\nbar\r\nempty line:\n\nbaz" }
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php138 $n = $node->getNode('expr');
139 while ($n instanceof Twig_Node_Expression_Filter) {
140 $n = $n->getNode('node');
142 $msg .= sprintf('%%%s%%', $n->getAttribute('name'));
143 … $vars[] = new Twig_Node_Expression_Name($n->getAttribute('name'), $n->getTemplateLine());
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md155 $emoji->toAscii(), "\n",
156 $maths->toAscii(), "\n";
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php216 if (false === $n = strpos($line, "\n")) {
220 ++$n;
222 return $this->write(substr($line, 0, $n), $n);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRepeater.php83 * @param int $n Repeat $n-times.
87 public function __construct(\Traversable $iterator, $n, $body = null) argument
89 if (0 >= $n) {
93 $n
102 $this->_n = $n;
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DGamma.php117 * @param int $n n.
120 public function __construct($n, $k) argument
122 $this->_n = $n;
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp46 %skip nl \n
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dforce_escape.test17 \u0020\u0020\u0020\u0020foo\u003Cbr\u0020\/\u003E\n
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar77 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, …
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1n(n){return n&&(n.ownerDocument||n.document||n).documentElement}function t(n){return n&&(n.ownerDo… argument
2n,t){u(s=n,h=t),p=M,g=x,v=b,d=_,y=w,S.point=u}function f(){i(M,x,m,b,_,w,p,g,s,v,d,y,a,t),S.lineEn… argument
3n){return arguments.length?(e=r=n,t):r},t.x0=function(n){return arguments.length?(e=n,t):e},t.x1=f… argument
4n){st(n,this.t,ba),st(ba.s,this.s,this),this.s?this.t+=ba.t:this.s=ba.t},reset:function(){this.s=t… argument
5n[u],i.x=a,i.y=c,i.dy=f,a+=i.dx=Math.min(e.x+e.dx-a,f?l(i.area/f):0);i.z=!0,i.dx+=e.x+e.dx-a,e.y+=… argument

1...<<61626364656667686970>>...88