Home
last modified time | relevance | path

Searched refs:i (Results 1851 – 1875 of 3519) sorted by relevance

1...<<71727374757677787980>>...141

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php206 for ($i = 3; $i < $count; $i++) {
207 $child = $type->getChild($i);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImage.php152 for ($i = 0; $i < 4; $i++) {
153 switch ($i) {
/plugin/rplus/
H A Drenderer.php292 for ($i = 0; $i < $countPart - 1; $i++) {
294 $pagePart .= $idParts[$i] . ':';
304 if ($i < $countPart - 1) {
/plugin/qc/
H A Drenderer.php117 for ($i = 1; $i < $cnt; $i++) {
118 if ($this->docArray['header_struct'][$i] - $this->docArray['header_struct'][$i - 1] > 1) {
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dtoc.php124 for ($i = 0, $size = count($toc); $i < $size; $i++) {
125 $toc_element =& $document->get_element_by_id($this->make_toc_page_element_id($i+1));
126 $element =& $toc[$i]['element'];
/plugin/masciimath/
H A DREADME.txt6 This is an implementation of Peter Jipsen's ASCIIMathML.js, but in pure PHP, i.e. the translation i…
9 …* Install the plugin, i.e. create a folder called "masciimath" in the Dokuwiki plugin folder, and …
14 …* Does not recognize double dollars form, only backticks, i.e. does not recognize $$a=b+c$$, only …
16 * Does not recognize LaTeX-style syntax, i.e. \Alpha for Alpha
20 …* Recognizes all standard Greek letters (i.e. Alpha and gamma), uppercase and lowercase, whereas J…
/plugin/vcard/
H A Dvcard.php50 for($i = 0; $i < $linlen; $i++) {
51 $c = substr($line, $i, 1);
53 if ( ($dec == 32) && ($i == ($linlen - 1)) ) { // convert space at eol only
/plugin/codemirror/dist/modes/
H A Ddjango.min.js1i;return"comment"}while(a.next()!=null&&!a.match(/\{[{%#]/,false)){}return null}function f(a,b){re… function
H A Dwast.min.js.map1i(32|64)\\.(store(8|16)|(load(8|16)_[su]))|i64\\.(load32_[su]|store32)|[fi](32|64)\\.(const|load|s…
/plugin/tokenbucketauth/
H A Daction.php124 $i = 0;
135 $to_unset[] = $i;
137 $i++;
142 foreach($to_unset as $i)
143 unset($ts[$i]);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php110 for ($i = 0; $i < $headerColumns; $i++) {
111 $cell = $this->headerCells[$i];
112 $tableCell = $this->parseCell($cell, $i, $inlineParser);
123 for ($i = 0; $i < $headerColumns; $i++) {
124 $cell = $cells[$i] ?? '';
125 $tableCell = $this->parseCell($cell, $i,
[all...]
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1i(m){return function(n){var p=m(n[0]);for(var o=1;o<n.length;o++){if(m(n[o])!==p){p=null;break}}if… function
/plugin/structnotification/action/
H A Dnotification.php113 for ($i=0; $i<count($result); $i++) {
114 $values = $result[$i];
115 $pid = $result_pids[$i];
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php207 for ($i = 0; $i < $maxlen; $i++) {
209 if (isset($wrapped[$col][$i])) {
210 $val = $wrapped[$col][$i];
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jar ... ValueExpression { private static final long serialVersionUID protected final Integer i protected final javax.el.ValueExpression orig public void ...
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Ddust.min.js1 …g",b:/\{[#\/]/,e:/\}/,i:/;/,c:[{cN:"name",b:/[a-zA-Z\.-]+/,starts:{eW:!0,r:0,c:[e.QSM]}}]},{cN:"te…
/plugin/weiqi/
H A Dweiqi_parser.php133 for($i=0;$i<strlen($line);$i++)
134 $tmp_array_line[] = substr($line, $i, 1);
136 for($i=0;$i<strlen($line)/2;$i++)
137 $tmp_array_line[] = substr($line, 2*$i, 2);
/plugin/farmsync/meta/
H A DFarmSyncUtil.php362 $i = 0;
364 …ile ($lineToMakeFree > 0 && substr($lines[$lineToMakeFree - ($i + 1)], 0, 10) == $rev - ($i + 1)) {
365 $revisionsToAdjust[] = $rev - ($i + 1);
366 $i += 1;
369 for (; $i >= 0; $i -= 1) {
370 $parts = explode("\t", $lines[$lineToMakeFree - $i]);
372 array_unshift($parts, intval($rev) - $i - 1);
374 $lines[$lineToMakeFree - $i] = join("\t", $parts);
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js208 $.each(this.original, function(i) { argument
209 self.playlist[i] = self.original[i];
222 $.each(this.playlist, function(i) { argument
223 $(self.cssSelector.playlist + " ul").append(self._createListItem(self.playlist[i]));
233 $.each(self.playlist, function(i) { argument
234 $this.append(self._createListItem(self.playlist[i]));
379 $.each(self.original, function(i) { argument
380 if(self.original[i] === item) {
381 self.original.splice(i, 1);
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.js208 $.each(this.original, function(i) { argument
209 self.playlist[i] = self.original[i];
222 $.each(this.playlist, function(i) { argument
223 $(self.cssSelector.playlist + " ul").append(self._createListItem(self.playlist[i]));
233 $.each(self.playlist, function(i) { argument
234 $this.append(self._createListItem(self.playlist[i]));
379 $.each(self.original, function(i) { argument
380 if(self.original[i] === item) {
381 self.original.splice(i, 1);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js489 for (var i = 0, attrs = this.attributes; i < attrs.length; ++ i) {
490 var attr = attrs[i];
639 for (var i = 0; i < order.length; ++ i) {
640 var service_name = order[i];
705 for (var i = 0; i < order.length; ++ i) {
706 var service_name = order[i];
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java434 for (int i=0; i<usa.length; ++i) { in loadPalettes()
435 String trimmed = usa[i].trim(); in loadPalettes()
497 for (int i=0, l=pdcnl.getLength(); i<l; ++i) { in loadPalette()
498 Node child = pdcnl.item(i); in loadPalette()
651 for (int i = 0; i < state.getAbsolutePointCount(); i++) in getToolTipForCell()
653 mxPoint point = state.getAbsolutePoint(i); in getToolTipForCell()
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc89 for ($i = 0; $i < 1000; $i++) {
92 'id' => $i,
119 for ($i = 0; $i < 1000; $i++) {
122 'id' => $i,
177 for ($i = 0; $i < 49
[all...]
/plugin/const/
H A Dclass.evalmath.php213 for ( $i = 0; $i < $stack_count; $i++ ) {
214 $token = $stack[ $i ];
217 $stack[ $i ] = $this->variables[ $token ];
533 for ( $i = $count - 1; $i >= 0; $i-- ) {
565 for ( $i = count( $this->functions[ $function_name ]['args'] ) - 1; $i >= 0; $i-- ) {
570 $args[ $this->functions[ $function_name ]['args'][ $i ] ] = $arg;
/plugin/genericsso/
H A Daction.php21 foreach($event->data->_content as $i => $field) {
25 unset($event->data->_content[$i]);

1...<<71727374757677787980>>...141