Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 1096) sorted by relevance

12345678910>>...44

/plugin/changes/
Dsyntax.php257 $change = $this->handleChangelogLine(
267 if ($change !== false) {
268 $changes[] = $change;
277 foreach ($changes as $change) {
278 $dates[] = $change['date'];
301 $change = ChangeLog::parseLogLine($line);
302 if ($change === false) return false;
305 if (isset($seen[$change['id']])) return false;
308 if (!empty($type) && !in_array($change['type'], $type)) return false;
311 … if (!empty($user) && (empty($change['user']) || !in_array($change['user'], $user))) return false;
[all …]
/plugin/amcharts/assets/amcharts/plugins/dataloader/examples/data/
DMSFT_events.csv2 2014-06-05,A,Analyst opinion change,Upgrade by FBR Capital from Mkt Perform to Outperform
5 2014-01-23,A,Analyst opinion change,Upgrade from Deutsche Bank from Hold to Buy
6 2014-01-10,A,Analyst opinion change,Upgrade from Barclays from Equal weight to Overweight
9 2013-08-13,A,Analyst opinion change,Downgrade from Stifel from Buy to Hold
11 2013-04-30,A,Analyst opinion change,Downgrade from Standpoint Research from Buy to Hold
13 2013-01-04,A,Analyst opinion change,Downgrade from Argus from Buy to Hold
14 2012-12-14,A,Analyst opinion change,Initiated by BMO Capital Markets
15 2012-12-12,A,Analyst opinion change,Upgrade from Standpoint Research from Hold to Buy
17 2012-08-20,A,Analyst opinion change,Initiated by Longbow
19 2012-07-20,A,Analyst opinion change,Initiated by Griffin Securities
[all …]
/plugin/userhistory/
Dadmin.php76 $change = dokuwiki\ChangeLog\ChangeLog::parseLogLine ( $line );
77 if ( strtolower ( $change['user'] ) == strtolower ( $user ) ) $changes[] = $change;
104 foreach ( $changes as $key => $change ) {
108 $date = strftime ( $conf['dformat'], $change['date'] );
109 echo ( $change['type'] === 'e' ? '<li class = "minor">' : '<li>' );
116 …echo ( '<a class = "diff_link" href = "'.wl ( $change['id'], "do=diff&amp;rev=".$change['date'] ).…
121 …echo ( '<a class = "revisions_link" href = "'.wl ( $change['id'], "do=revisions" ).'"><img '.$att.…
122 …echo ( $change['id'].' &ndash; '.html_wikilink ( ':'.$change['id'], $conf['useheading'] ? NULL : $
123 if ( $change['sum'] != "" ) {
124 echo ( ' &ndash; '.hsc ( $change['sum'] ) );
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChanges.php50 foreach ($changes as $change) {
51 $this->changes[] = $change;
60 * @param Change $change
63 public function has(Change $change) argument
65 return array_search($change, $this->changes, true) !== false;
76 foreach ($changes as $change) {
77 if (($index = array_search($change, $this->changes, true)) !== false) {
/plugin/querychangelog/
Dadmin.php375 foreach($this->changes as $change){
376 $date = strftime($conf['dformat'], $change['date']);
377 ptln($change['type']==='e' ? '<li class="minor">' : '<li>');
382 ptln('<a href="'.wl($change['id'],"do=diff&rev=".$change['date']).'">');
393 ptln('<a href="'.wl($change['id'],"do=revisions").'">');
404 ptln(html_wikilink(':'.$change['id'],$conf['useheading'] ? NULL : $change['id']));
405 ptln(' &ndash; '.hsc($change['sum']));
407 ptln('<span class="user" >'.$change['user'].' ('.$change['ip'].')</span>');
/plugin/codemirror/dist/modes/
Drst.min.js.map1change","to_mode","local","startState","to_explicit","phase","stage","context","current","tmp_stex…
/plugin/jsonrpc/
Djsonrpc.php543 $change = array();
544 $change['name'] = $recent['id'];
545 $change['lastModified'] = new IJR_Date($recent['date']);
546 $change['author'] = $recent['user'];
547 $change['version'] = $recent['date'];
548 $change['perms'] = $recent['perms'];
549 $change['size'] = @filesize(wikiFN($recent['id']));
550 array_push($changes, $change);
573 $change = array();
574 $change['name'] = $recent['id'];
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php121 foreach ($changes->getChildren() as $change) {
122 $changeList[] = self::parseChange($change);
135 foreach ($this->changes as $change) {
136 $changeSeq = Asn1::sequence(Asn1::enumerated($change->getType()));
139 Asn1::octetString($change->getAttribute()->getDescription()),
142 }, $change->getAttribute()->getValues()))
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php129 foreach($this->changeLog as $token=>$change) {
133 $added = array_merge($added, $change['added']);
134 $modified = array_merge($modified, $change['modified']);
135 $deleted = array_merge($deleted, $change['deleted']);
/plugin/pycode/
Dscript.js83 LANG.plugins.pycode.change+'</label>' +
98 LANG.plugins.pycode.change+'</label>' +
110 LANG.plugins.pycode.change+'</label>' +
175 jQuery("#pycode__opt-lns").change(function() {
191 jQuery("#pycode__opt-def").change(function() {
212 jQuery("#pycode__opt-cls").change(function() {
233 jQuery("#pycode__opt-nums").change(function() {
253 jQuery("#pycode__opt-title").change(function() {
271 jQuery("#pycode__opt-docstr").change(function() {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DDataFrameTransformDeprecatedNamespace.asciidoc34 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
49 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
67 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
96 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
110 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
125 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
142 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
/plugin/farmer/script/
H A Dplugins.js30 .change(function () {
43 .change(function () {
129 jQuery("input[name=bulkSingleSwitch]:radio").change(function () {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.DefinitionID.txt11 If you change your custom edits, you should change this directive, or
23 configuration object normally has no way of knowing that this change
/plugin/farmsync/script/
Dform.js4 jQuery('select[name="farmsync[source]"]').change(function (event) {
24 jQuery('input[name="farmsync[struct]"]').change(function (event) {
/plugin/git/
Dhelper.php288 $change = substr($file, 0, 2);
289 if (strpos($change, '?') !== false)
291 else if (strpos($change, 'M') !== false)
293 else if (strpos($change, 'A') !== false)
295 else if (strpos($change, 'D') !== false)
297 else if (strpos($change, 'R') !== false)
299 else if (strpos($change, 'r') !== false)
/plugin/linkfix/lang/en/
Dintro.txt3 This tool allows you to change all links in your wiki by simple search and replace. You can change
/plugin/flowplay/
Dchangelog4 * Behavior change: video files do not autostart anymore
5 * Behavior change: video files do not loop anymore
/plugin/siteexport/
Dscript.js379 … var name = $('<input/>').addClass('edit dummy').attr({ value: nameVal}).change(function(event)
383 … var value = $('<input/>').addClass('edit dummy').attr({ value: valueVal}).change(function(event)
477 $(this).change(function(event){
495 $('form#siteexport #depthType:input').change(function(event){
505 $('form#siteexport #pdfExport:input').change(function(event){
511 $('form#siteexport select#renderer').change(function(event){
517 $('form#siteexport #disableall:input').change(function(event){
522 $('form#siteexport :input[name=disableplugin\\[\\]]').change(function(event){
/plugin/dokutexit/help/
Dtexit.txt37 ^tablerowlength | This values is used to change tables layout | number | 100 |
38 ^tablemaxrows | This values is used to change tables layout | number | 30 |
39 ^biggesttableword | Obscur parameter that can change, sometimes, tables layout | number | 15 |
/plugin/bureaucracyau/script/
Dfieldsets.js45 $inputelem.change();
78 .change();
/plugin/farm/install/animaltemplate/conf/
Dlocal.php.dist4 Simply copy the options you want to change from dokuwiki.php
5 to this file and change them
/plugin/bureaucracy-au/script/
Dfieldsets.js45 $inputelem.change();
78 .change();
/plugin/bureaucracy/script/
Dfieldsets.js45 $inputelem.change();
78 .change();
/plugin/preregister/lang/en/
Dinfo.txt4 are listed here. You can change the ''list_age'' setting in the Configuration Manager.
6 Dokuwiki saves it files as readable by all. The ''Secure data file'' button will change that so tha…
/plugin/diff/
Dsyntax_plugin_diff.css11 If you want to change the styling rules either change the settings

12345678910>>...44